diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-02 02:32:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-02 02:32:52 +0000 |
commit | cc65bfe6243c954d1401bff870814701cb4c3241 (patch) | |
tree | 43626927aad7c4d224a4ab5261e06840ebbe3465 /apps/sharebymail | |
parent | 4e5ed32025398e006f40e819428270d209994e03 (diff) | |
download | nextcloud-server-cc65bfe6243c954d1401bff870814701cb4c3241.tar.gz nextcloud-server-cc65bfe6243c954d1401bff870814701cb4c3241.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/sharebymail')
-rw-r--r-- | apps/sharebymail/l10n/pt_BR.js | 3 | ||||
-rw-r--r-- | apps/sharebymail/l10n/pt_BR.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/sharebymail/l10n/pt_BR.js b/apps/sharebymail/l10n/pt_BR.js index 6678a76735a..4c718a1b7ca 100644 --- a/apps/sharebymail/l10n/pt_BR.js +++ b/apps/sharebymail/l10n/pt_BR.js @@ -50,6 +50,7 @@ OC.L10N.register( "Share provider which allows you to share files by mail" : "Provedor de compartilhamento que permite compartilhar arquivos por e-mail", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite que os usuários compartilhem um link personalizado para um arquivo ou pasta, inserindo um endereço de e-mail.", "Send password by mail" : "Enviar senha por e-mail", - "Reply to initiator" : "Responder ao iniciador" + "Reply to initiator" : "Responder ao iniciador", + "Unable to update share by mail config" : "Não foi possível atualizar o compartilhamento por configuração de e-mail" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/sharebymail/l10n/pt_BR.json b/apps/sharebymail/l10n/pt_BR.json index e8939087420..f5bca54f636 100644 --- a/apps/sharebymail/l10n/pt_BR.json +++ b/apps/sharebymail/l10n/pt_BR.json @@ -48,6 +48,7 @@ "Share provider which allows you to share files by mail" : "Provedor de compartilhamento que permite compartilhar arquivos por e-mail", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite que os usuários compartilhem um link personalizado para um arquivo ou pasta, inserindo um endereço de e-mail.", "Send password by mail" : "Enviar senha por e-mail", - "Reply to initiator" : "Responder ao iniciador" + "Reply to initiator" : "Responder ao iniciador", + "Unable to update share by mail config" : "Não foi possível atualizar o compartilhamento por configuração de e-mail" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |