diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-01 02:21:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-01 02:21:21 +0000 |
commit | 9520bc20105ed9d74fa9e6d8295f9421fbcb1dd0 (patch) | |
tree | 9c17022250f9cf3a2922456a40e81faf93bd6714 | |
parent | faf572163afb5a4093be429dea84d40fd64d9cdd (diff) | |
download | nextcloud-server-9520bc20105ed9d74fa9e6d8295f9421fbcb1dd0.tar.gz nextcloud-server-9520bc20105ed9d74fa9e6d8295f9421fbcb1dd0.zip |
[tx-robot] updated from transifex
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.json | 1 | ||||
-rw-r--r-- | lib/l10n/fr.js | 2 | ||||
-rw-r--r-- | lib/l10n/fr.json | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 001dc1eb198..9ba77a0c325 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -181,6 +181,7 @@ OC.L10N.register( "Enter a note for the share recipient" : "Digite uma observação ao destinatário", "Add another link" : "Adicionar um novo link", "Create a new share link" : "Criar um novo link de compartilhamento", + "{shareWith} by {initiator}" : "{shareWith} por {initiator}", "Shared via link by {initiator}" : "Compartilhado via link por {initiator}", "Share link ({label})" : "Compartilhar link ({label})", "Share link" : "Link de compartilhamento", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 8e4c78f1f34..66f275cfc3c 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -179,6 +179,7 @@ "Enter a note for the share recipient" : "Digite uma observação ao destinatário", "Add another link" : "Adicionar um novo link", "Create a new share link" : "Criar um novo link de compartilhamento", + "{shareWith} by {initiator}" : "{shareWith} por {initiator}", "Shared via link by {initiator}" : "Compartilhado via link por {initiator}", "Share link ({label})" : "Compartilhar link ({label})", "Share link" : "Link de compartilhamento", diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 8938380b4ff..6e88c1b5f7d 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -24,7 +24,7 @@ OC.L10N.register( "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.", "%sbit or higher PHP required." : "PHP %sbits ou supérieur est requis.", "The following architectures are supported: %s" : "Les architectures suivantes sont prises en charge : %s", - "The following databases are supported: %s" : "Les bases de données suivantes sont prises en charge : %s", + "The following databases are supported: %s" : "Les bases de données suivantes sont prises en charge : %s", "The command line tool %s could not be found" : "La commande %s est introuvable", "The library %s is not available." : "La librairie %s n'est pas disponible.", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "La librairie %1$s doit être au moins à la version %2$s. Version disponible : %3$s.", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 065d6b46ad9..ad1b0876f0d 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -22,7 +22,7 @@ "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.", "%sbit or higher PHP required." : "PHP %sbits ou supérieur est requis.", "The following architectures are supported: %s" : "Les architectures suivantes sont prises en charge : %s", - "The following databases are supported: %s" : "Les bases de données suivantes sont prises en charge : %s", + "The following databases are supported: %s" : "Les bases de données suivantes sont prises en charge : %s", "The command line tool %s could not be found" : "La commande %s est introuvable", "The library %s is not available." : "La librairie %s n'est pas disponible.", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "La librairie %1$s doit être au moins à la version %2$s. Version disponible : %3$s.", |