diff --git a/packages/lib/translations/de/web.po b/packages/lib/translations/de/web.po index 4e1516d2a..f5de6d294 100644 --- a/packages/lib/translations/de/web.po +++ b/packages/lib/translations/de/web.po @@ -3109,6 +3109,10 @@ msgstr "Standard-Zeitzone" msgid "Default Value" msgstr "Standardwert" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "löschen" @@ -3672,6 +3676,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "Dokument geöffnet" +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "Dokument ausstehend" @@ -4013,6 +4022,7 @@ msgstr "Z. B. 100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4278,6 +4288,10 @@ msgstr "Aktiviere die Signaturreihenfolge" msgid "Enable SSO portal" msgstr "SSO-Portal aktivieren" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "" + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5162,6 +5176,7 @@ msgstr "Authentifizierungsmethode erben" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5554,6 +5569,7 @@ msgid "Looking for signature fields" msgstr "Signaturfelder werden gesucht" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5614,6 +5630,10 @@ msgstr "Verknüpfte Konten verwalten" msgid "Manage organisation" msgstr "Organisation verwalten" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "Organisationen verwalten" @@ -5960,6 +5980,7 @@ msgstr "Nächster Empfängername" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "Nein" @@ -7332,6 +7353,11 @@ msgstr "Wiederholen" msgid "Return" msgstr "Zurück" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "Hier zur Documenso-Anmeldeseite zurückkehren" @@ -8835,6 +8861,12 @@ msgstr "Der Dokumenteninhaber wurde über diese Ablehnung informiert. Es sind de msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "Der Dokumenteneigentümer wurde über Ihre Entscheidung informiert. Er kann Sie bei Bedarf mit weiteren Anweisungen kontaktieren." +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "Das Dokument wurde erstellt, konnte aber nicht an die Empfänger versendet werden." @@ -10842,6 +10874,7 @@ msgstr "Jährlich" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "Ja" @@ -11621,4 +11654,3 @@ msgstr "Ihr Verifizierungscode:" #: apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.sso.tsx msgid "your-domain.com another-domain.com" msgstr "your-domain.com another-domain.com" - diff --git a/packages/lib/translations/en/web.po b/packages/lib/translations/en/web.po index dae1e1024..75f5eb80b 100644 --- a/packages/lib/translations/en/web.po +++ b/packages/lib/translations/en/web.po @@ -3104,6 +3104,10 @@ msgstr "Default Time Zone" msgid "Default Value" msgstr "Default Value" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "Delegate Document Ownership" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "delete" @@ -3667,6 +3671,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "Document opened" +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "Document ownership delegated" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "Document pending" @@ -4008,6 +4017,7 @@ msgstr "E.g. 100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4273,6 +4283,10 @@ msgstr "Enable signing order" msgid "Enable SSO portal" msgstr "Enable SSO portal" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "Enable team API tokens to delegate document ownership to another team member." + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5157,6 +5171,7 @@ msgstr "Inherit authentication method" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5549,6 +5564,7 @@ msgid "Looking for signature fields" msgstr "Looking for signature fields" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5609,6 +5625,10 @@ msgstr "Manage linked accounts" msgid "Manage organisation" msgstr "Manage organisation" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "Manage Organisation" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "Manage organisations" @@ -5955,6 +5975,7 @@ msgstr "Next Recipient Name" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "No" @@ -7327,6 +7348,11 @@ msgstr "Retry" msgid "Return" msgstr "Return" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "Return Home" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "Return to Documenso sign in page here" @@ -8830,6 +8856,12 @@ msgstr "The document owner has been notified of this rejection. No further actio msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "The document owner has been notified of your decision. They may contact you with further instructions if necessary." +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "The document ownership was delegated to {0} on behalf of {1}" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "The document was created but could not be sent to recipients." @@ -10837,6 +10869,7 @@ msgstr "Yearly" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "Yes" diff --git a/packages/lib/translations/es/web.po b/packages/lib/translations/es/web.po index 96ca5702d..97cfd4a25 100644 --- a/packages/lib/translations/es/web.po +++ b/packages/lib/translations/es/web.po @@ -3109,6 +3109,10 @@ msgstr "Zona horaria predeterminada" msgid "Default Value" msgstr "Valor Predeterminado" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "eliminar" @@ -3672,6 +3676,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "Documento abierto" +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "Documento pendiente" @@ -4013,6 +4022,7 @@ msgstr "Ej.: 100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4278,6 +4288,10 @@ msgstr "Habilitar orden de firma" msgid "Enable SSO portal" msgstr "Habilitar portal SSO" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "" + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5162,6 +5176,7 @@ msgstr "Heredar método de autenticación" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5554,6 +5569,7 @@ msgid "Looking for signature fields" msgstr "Buscando campos de firma" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5614,6 +5630,10 @@ msgstr "Gestionar cuentas vinculadas" msgid "Manage organisation" msgstr "Administrar organización" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "Administrar organizaciones" @@ -5960,6 +5980,7 @@ msgstr "Nombre del próximo destinatario" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "No" @@ -7332,6 +7353,11 @@ msgstr "Reintentar" msgid "Return" msgstr "Regresar" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "Regrese a la página de inicio de sesión de Documenso aquí" @@ -8835,6 +8861,12 @@ msgstr "El propietario del documento ha sido notificado de este rechazo. No se r msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "The document owner has been notified of your decision. They may contact you with further instructions if necessary." +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "El documento fue creado pero no se pudo enviar a los destinatarios." @@ -10842,6 +10874,7 @@ msgstr "Anual" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "Sí" @@ -11621,4 +11654,3 @@ msgstr "Su código de verificación:" #: apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.sso.tsx msgid "your-domain.com another-domain.com" msgstr "su-dominio.com otro-dominio.com" - diff --git a/packages/lib/translations/fr/web.po b/packages/lib/translations/fr/web.po index 0f8f684aa..f82db74e0 100644 --- a/packages/lib/translations/fr/web.po +++ b/packages/lib/translations/fr/web.po @@ -3109,6 +3109,10 @@ msgstr "Fuseau horaire par défaut" msgid "Default Value" msgstr "Valeur par défaut" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "supprimer" @@ -3672,6 +3676,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "Document ouvert" +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "Document en attente" @@ -4013,6 +4022,7 @@ msgstr "Par ex. 100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4278,6 +4288,10 @@ msgstr "Activer l'ordre de signature" msgid "Enable SSO portal" msgstr "Activer le portail SSO" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "" + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5162,6 +5176,7 @@ msgstr "Hériter de la méthode d'authentification" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5554,6 +5569,7 @@ msgid "Looking for signature fields" msgstr "Recherche de champs de signature" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5614,6 +5630,10 @@ msgstr "Gérer les comptes liés" msgid "Manage organisation" msgstr "Gérer l'organisation" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "Gérer les organisations" @@ -5960,6 +5980,7 @@ msgstr "Nom du destinataire suivant" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "Non" @@ -7332,6 +7353,11 @@ msgstr "Réessayer" msgid "Return" msgstr "Retour" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "Revenir à la page de connexion de Documenso ici" @@ -8835,6 +8861,12 @@ msgstr "Le propriétaire du document a été informé de ce rejet. Aucune action msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "Le propriétaire du document a été informé de votre décision. Il peut vous contacter pour des instructions supplémentaires si nécessaire." +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "Le document a été créé mais n'a pas pu être envoyé aux destinataires." @@ -10842,6 +10874,7 @@ msgstr "Annuel" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "Oui" @@ -11621,4 +11654,3 @@ msgstr "Votre code de vérification :" #: apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.sso.tsx msgid "your-domain.com another-domain.com" msgstr "your-domain.com another-domain.com" - diff --git a/packages/lib/translations/it/web.po b/packages/lib/translations/it/web.po index a9507a6c2..aad974b97 100644 --- a/packages/lib/translations/it/web.po +++ b/packages/lib/translations/it/web.po @@ -3109,6 +3109,10 @@ msgstr "Fuso Orario Predefinito" msgid "Default Value" msgstr "Valore predefinito" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "elimina" @@ -3672,6 +3676,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "Documento aperto" +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "Documento in sospeso" @@ -4013,6 +4022,7 @@ msgstr "Es. 100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4278,6 +4288,10 @@ msgstr "Abilita ordine di firma" msgid "Enable SSO portal" msgstr "Abilita portale SSO" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "" + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5162,6 +5176,7 @@ msgstr "Ereditare metodo di autenticazione" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5554,6 +5569,7 @@ msgid "Looking for signature fields" msgstr "Ricerca dei campi firma in corso" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5614,6 +5630,10 @@ msgstr "Gestisci account collegati" msgid "Manage organisation" msgstr "Gestisci l'organizzazione" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "Gestisci le organizzazioni" @@ -5960,6 +5980,7 @@ msgstr "Nome prossimo destinatario" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "No" @@ -7332,6 +7353,11 @@ msgstr "Riprova" msgid "Return" msgstr "Ritorna" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "Torna alla pagina di accesso a Documenso qui" @@ -8835,6 +8861,12 @@ msgstr "Il proprietario del documento è stato informato di questo rifiuto. Non msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "Il proprietario del documento è stato informato della tua decisione. Potrebbe contattarti per ulteriori istruzioni, se necessario." +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "Il documento è stato creato ma non è stato possibile inviarlo ai destinatari." @@ -10842,6 +10874,7 @@ msgstr "Annuale" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "Sì" @@ -11621,4 +11654,3 @@ msgstr "Il tuo codice di verifica:" #: apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.sso.tsx msgid "your-domain.com another-domain.com" msgstr "tuo-dominio.com altro-dominio.com" - diff --git a/packages/lib/translations/ja/web.po b/packages/lib/translations/ja/web.po index dbdb6605b..4f3cd9521 100644 --- a/packages/lib/translations/ja/web.po +++ b/packages/lib/translations/ja/web.po @@ -3109,6 +3109,10 @@ msgstr "既定のタイムゾーン" msgid "Default Value" msgstr "既定値" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "delete" @@ -3672,6 +3676,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "ドキュメントが開かれました" +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "文書は保留中です" @@ -4013,6 +4022,7 @@ msgstr "例: 100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4278,6 +4288,10 @@ msgstr "署名順序を有効にする" msgid "Enable SSO portal" msgstr "SSO ポータルを有効にする" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "" + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5162,6 +5176,7 @@ msgstr "認証方法を継承" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5554,6 +5569,7 @@ msgid "Looking for signature fields" msgstr "署名フィールドを探しています" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5614,6 +5630,10 @@ msgstr "リンク済みアカウントを管理" msgid "Manage organisation" msgstr "組織を管理" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "組織を管理" @@ -5960,6 +5980,7 @@ msgstr "次の受信者の名前" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "いいえ" @@ -7332,6 +7353,11 @@ msgstr "再試行" msgid "Return" msgstr "戻る" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "Documenso のサインインページへ戻る" @@ -8835,6 +8861,12 @@ msgstr "この却下内容について、ドキュメントの所有者に通知 msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "お客様の決定について、ドキュメントの所有者に通知しました。必要に応じて、追加の手順について連絡がある場合があります。" +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "文書は作成されましたが、受信者に送信できませんでした。" @@ -10842,6 +10874,7 @@ msgstr "年額" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "はい" @@ -11621,4 +11654,3 @@ msgstr "認証コード:" #: apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.sso.tsx msgid "your-domain.com another-domain.com" msgstr "your-domain.com another-domain.com" - diff --git a/packages/lib/translations/ko/web.po b/packages/lib/translations/ko/web.po index 35f456422..495dcf791 100644 --- a/packages/lib/translations/ko/web.po +++ b/packages/lib/translations/ko/web.po @@ -3109,6 +3109,10 @@ msgstr "기본 시간대" msgid "Default Value" msgstr "기본값" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "delete" @@ -3672,6 +3676,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "문서가 열렸습니다." +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "문서 보류 중" @@ -4013,6 +4022,7 @@ msgstr "예: 100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4278,6 +4288,10 @@ msgstr "서명 순서 활성화" msgid "Enable SSO portal" msgstr "SSO 포털 활성화" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "" + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5162,6 +5176,7 @@ msgstr "인증 방식 상속" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5554,6 +5569,7 @@ msgid "Looking for signature fields" msgstr "서명 필드를 찾는 중" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5614,6 +5630,10 @@ msgstr "연결된 계정 관리" msgid "Manage organisation" msgstr "조직 관리" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "조직 관리" @@ -5960,6 +5980,7 @@ msgstr "다음 수신자 이름" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "아니요" @@ -7332,6 +7353,11 @@ msgstr "재시도" msgid "Return" msgstr "돌아가기" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "여기를 눌러 Documenso 로그인 페이지로 돌아가기" @@ -8835,6 +8861,12 @@ msgstr "문서 소유자에게 이 거부 사실이 통보되었습니다. 현 msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "문서 소유자에게 귀하의 결정이 이미 전달되었습니다. 필요할 경우 추가 안내를 위해 연락을 드릴 수 있습니다." +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "문서는 생성되었지만 수신자에게 발송되지 않았습니다." @@ -10842,6 +10874,7 @@ msgstr "연간" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "예" @@ -11621,4 +11654,3 @@ msgstr "인증 코드:" #: apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.sso.tsx msgid "your-domain.com another-domain.com" msgstr "your-domain.com another-domain.com" - diff --git a/packages/lib/translations/nl/web.po b/packages/lib/translations/nl/web.po index 386353e8a..b7dddda86 100644 --- a/packages/lib/translations/nl/web.po +++ b/packages/lib/translations/nl/web.po @@ -3109,6 +3109,10 @@ msgstr "Standaardtijdzone" msgid "Default Value" msgstr "Standaardwaarde" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "verwijderen" @@ -3672,6 +3676,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "Document geopend" +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "Document in behandeling" @@ -4013,6 +4022,7 @@ msgstr "Bijv. 100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4278,6 +4288,10 @@ msgstr "Ondertekeningsvolgorde inschakelen" msgid "Enable SSO portal" msgstr "SSO-portaal inschakelen" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "" + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5162,6 +5176,7 @@ msgstr "Authenticatiemethode overnemen" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5554,6 +5569,7 @@ msgid "Looking for signature fields" msgstr "Zoeken naar handtekeningvelden" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5614,6 +5630,10 @@ msgstr "Gekoppelde accounts beheren" msgid "Manage organisation" msgstr "Organisatie beheren" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "Organisaties beheren" @@ -5960,6 +5980,7 @@ msgstr "Naam volgende ontvanger" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "Nee" @@ -7332,6 +7353,11 @@ msgstr "Opnieuw proberen" msgid "Return" msgstr "Terugkeren" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "Ga hier terug naar de Documenso-aanmeldpagina" @@ -8835,6 +8861,12 @@ msgstr "De documenteigenaar is op de hoogte gebracht van deze weigering. Er is o msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "De documenteigenaar is op de hoogte gebracht van je beslissing. Indien nodig kan diegene contact met je opnemen met verdere instructies." +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "Het document is aangemaakt, maar kon niet naar ontvangers worden verzonden." @@ -10842,6 +10874,7 @@ msgstr "Jaarlijks" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "Ja" @@ -11621,4 +11654,3 @@ msgstr "Uw verificatiecode:" #: apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.sso.tsx msgid "your-domain.com another-domain.com" msgstr "your-domain.com another-domain.com" - diff --git a/packages/lib/translations/pl/web.po b/packages/lib/translations/pl/web.po index e632dcfe4..cb8ddd0c4 100644 --- a/packages/lib/translations/pl/web.po +++ b/packages/lib/translations/pl/web.po @@ -3109,6 +3109,10 @@ msgstr "Domyślna strefa czasowa" msgid "Default Value" msgstr "Domyślna wartość" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "usuń" @@ -3672,6 +3676,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "Otwarto dokument" +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "Dokument oczekujący" @@ -4013,6 +4022,7 @@ msgstr "Np. 100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4278,6 +4288,10 @@ msgstr "Włącz kolejność podpisywania" msgid "Enable SSO portal" msgstr "Włącz logowanie SSO" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "" + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5162,6 +5176,7 @@ msgstr "Odziedzicz metodę uwierzytelniania" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5554,6 +5569,7 @@ msgid "Looking for signature fields" msgstr "Wyszukiwanie pól podpisu" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5614,6 +5630,10 @@ msgstr "Zarządzaj połączonymi kontami" msgid "Manage organisation" msgstr "Zarządzaj organizacją" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "Zarządzaj organizacjami" @@ -5960,6 +5980,7 @@ msgstr "Nazwa następnego odbiorcy" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "Nie" @@ -7332,6 +7353,11 @@ msgstr "Spróbuj ponownie" msgid "Return" msgstr "Wróć" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "Powrót do strony logowania Documenso" @@ -8835,6 +8861,12 @@ msgstr "Właściciel został poinformowany o odrzuceniu dokumentu. Może się z msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "Właściciel dokumentu został poinformowany o Twojej decyzji. Może się z Tobą skontaktować, jeśli będzie to konieczne." +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "Dokument został utworzony, ale nie mógł zostać wysłany do odbiorców." @@ -10842,6 +10874,7 @@ msgstr "Rocznie" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "Tak" @@ -11621,4 +11654,3 @@ msgstr "Twój kod weryfikacyjny:" #: apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.sso.tsx msgid "your-domain.com another-domain.com" msgstr "your-domain.com another-domain.com" - diff --git a/packages/lib/translations/pt-BR/web.po b/packages/lib/translations/pt-BR/web.po index 52a00c887..066ee9990 100644 --- a/packages/lib/translations/pt-BR/web.po +++ b/packages/lib/translations/pt-BR/web.po @@ -3104,6 +3104,10 @@ msgstr "Fuso Horário Padrão" msgid "Default Value" msgstr "Valor Padrão" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "excluir" @@ -3667,6 +3671,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "Documento aberto" +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "Documento pendente" @@ -4008,6 +4017,7 @@ msgstr "Ex: 100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4273,6 +4283,10 @@ msgstr "Ativar ordem de assinatura" msgid "Enable SSO portal" msgstr "Ativar portal SSO" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "" + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5157,6 +5171,7 @@ msgstr "Herdar método de autenticação" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5549,6 +5564,7 @@ msgid "Looking for signature fields" msgstr "Procurando campos de assinatura" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5609,6 +5625,10 @@ msgstr "Gerenciar contas vinculadas" msgid "Manage organisation" msgstr "Gerenciar organização" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "Gerenciar organizações" @@ -5955,6 +5975,7 @@ msgstr "Nome do Próximo Destinatário" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "Não" @@ -7327,6 +7348,11 @@ msgstr "Tentar novamente" msgid "Return" msgstr "Retornar" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "Retornar para a página de login do Documenso aqui" @@ -8830,6 +8856,12 @@ msgstr "O proprietário do documento foi notificado sobre esta rejeição. Nenhu msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "O proprietário do documento foi notificado sobre sua decisão. Eles podem entrar em contato com você com mais instruções, se necessário." +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "O documento foi criado, mas não pôde ser enviado aos destinatários." @@ -10837,6 +10869,7 @@ msgstr "Anual" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "Sim" diff --git a/packages/lib/translations/zh/web.po b/packages/lib/translations/zh/web.po index a295a81e8..d85b0b97d 100644 --- a/packages/lib/translations/zh/web.po +++ b/packages/lib/translations/zh/web.po @@ -3109,6 +3109,10 @@ msgstr "默认时区" msgid "Default Value" msgstr "默认值" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Delegate Document Ownership" +msgstr "" + #: apps/remix/app/components/dialogs/document-delete-dialog.tsx msgid "delete" msgstr "delete" @@ -3672,6 +3676,11 @@ msgctxt "Audit log format" msgid "Document opened" msgstr "文档已打开" +#: packages/lib/utils/document-audit-logs.ts +msgctxt "Audit log format" +msgid "Document ownership delegated" +msgstr "" + #: apps/remix/app/components/general/document/document-status.tsx msgid "Document pending" msgstr "文档待处理" @@ -4013,6 +4022,7 @@ msgstr "例如:100" #: apps/remix/app/components/general/document/document-page-view-button.tsx #: apps/remix/app/components/general/document/document-page-view-dropdown.tsx #: apps/remix/app/components/general/teams/team-email-dropdown.tsx +#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx #: apps/remix/app/components/tables/documents-table-action-button.tsx #: apps/remix/app/components/tables/documents-table-action-dropdown.tsx #: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx @@ -4278,6 +4288,10 @@ msgstr "启用签署顺序" msgid "Enable SSO portal" msgstr "启用 SSO 门户" +#: apps/remix/app/components/forms/document-preferences-form.tsx +msgid "Enable team API tokens to delegate document ownership to another team member." +msgstr "" + #: apps/remix/app/components/dialogs/webhook-create-dialog.tsx #: apps/remix/app/components/dialogs/webhook-edit-dialog.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx @@ -5162,6 +5176,7 @@ msgstr "继承认证方式" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx #: apps/remix/app/components/forms/email-preferences-form.tsx msgid "Inherit from organisation" @@ -5554,6 +5569,7 @@ msgid "Looking for signature fields" msgstr "正在查找签名字段" #: apps/remix/app/components/tables/admin-organisations-table.tsx +#: apps/remix/app/components/tables/organisation-groups-table.tsx #: apps/remix/app/components/tables/organisation-teams-table.tsx #: apps/remix/app/components/tables/user-organisations-table.tsx msgid "Manage" @@ -5614,6 +5630,10 @@ msgstr "管理关联账户" msgid "Manage organisation" msgstr "管理组织" +#: apps/remix/app/routes/_authenticated+/o.$orgUrl._index.tsx +msgid "Manage Organisation" +msgstr "" + #: apps/remix/app/routes/_authenticated+/admin+/organisations._index.tsx msgid "Manage organisations" msgstr "管理组织" @@ -5960,6 +5980,7 @@ msgstr "下一位收件人姓名" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "No" msgstr "否" @@ -7332,6 +7353,11 @@ msgstr "重试" msgid "Return" msgstr "返回" +#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx +#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx +msgid "Return Home" +msgstr "" + #: apps/remix/app/routes/_unauthenticated+/o.$orgUrl.signin.tsx msgid "Return to Documenso sign in page here" msgstr "在此返回 Documenso 登录页面" @@ -8835,6 +8861,12 @@ msgstr "文档所有者已收到此次拒签的通知。当前您无需再进行 msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary." msgstr "文档所有者已收到您的决定通知。如有需要,他们可能会联系您并提供进一步说明。" +#. placeholder {0}: data.delegatedOwnerName || data.delegatedOwnerEmail +#. placeholder {1}: data.teamName +#: packages/lib/utils/document-audit-logs.ts +msgid "The document ownership was delegated to {0} on behalf of {1}" +msgstr "" + #: apps/remix/app/components/dialogs/template-use-dialog.tsx msgid "The document was created but could not be sent to recipients." msgstr "文档已创建,但无法发送给收件人。" @@ -10842,6 +10874,7 @@ msgstr "按年" #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx #: apps/remix/app/components/forms/document-preferences-form.tsx +#: apps/remix/app/components/forms/document-preferences-form.tsx msgid "Yes" msgstr "是" @@ -11621,4 +11654,3 @@ msgstr "您的验证码:" #: apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.sso.tsx msgid "your-domain.com another-domain.com" msgstr "your-domain.com another-domain.com" -