diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-07-11 02:17:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-07-11 02:17:37 +0000 |
commit | d0b8a30db0bf622cc455af96db6a829ee96f66e2 (patch) | |
tree | cd06d1607ab2ff6d0a470f259398195c66f22bb4 /apps/files_trashbin | |
parent | 74311c33e383cf4f5f9788715cb57cb0d0431874 (diff) | |
download | nextcloud-server-d0b8a30db0bf622cc455af96db6a829ee96f66e2.tar.gz nextcloud-server-d0b8a30db0bf622cc455af96db6a829ee96f66e2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/br.js | 16 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/br.json | 14 |
2 files changed, 30 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/br.js b/apps/files_trashbin/l10n/br.js new file mode 100644 index 00000000000..f7e63408170 --- /dev/null +++ b/apps/files_trashbin/l10n/br.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "files_trashbin", + { + "Deleted files" : "Restroù diverket", + "Restore" : "Adkrouiñ", + "This operation is forbidden" : "Difennet eo an ober-mañ", + "This directory is unavailable, please check the logs or contact the administrator" : "N'eus ket tu da dizhout an teuliad-mañ, lennit al logoù pe kit e darempred gant ar merour", + "No deleted files" : "Restr lemet ebet", + "No entries found in this folder" : "Disoc'h ebet en teuliad-mañ", + "Select all" : "Dibab pep tra", + "Name" : "Anv", + "Actions" : "Oberoù", + "Deleted" : "Lamet", + "Delete" : "Dilemel" +}, +"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); diff --git a/apps/files_trashbin/l10n/br.json b/apps/files_trashbin/l10n/br.json new file mode 100644 index 00000000000..f4fc37eb824 --- /dev/null +++ b/apps/files_trashbin/l10n/br.json @@ -0,0 +1,14 @@ +{ "translations": { + "Deleted files" : "Restroù diverket", + "Restore" : "Adkrouiñ", + "This operation is forbidden" : "Difennet eo an ober-mañ", + "This directory is unavailable, please check the logs or contact the administrator" : "N'eus ket tu da dizhout an teuliad-mañ, lennit al logoù pe kit e darempred gant ar merour", + "No deleted files" : "Restr lemet ebet", + "No entries found in this folder" : "Disoc'h ebet en teuliad-mañ", + "Select all" : "Dibab pep tra", + "Name" : "Anv", + "Actions" : "Oberoù", + "Deleted" : "Lamet", + "Delete" : "Dilemel" +},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" +}
\ No newline at end of file |