diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-07-11 02:17:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-07-11 02:17:19 +0000 |
commit | 27da68b1a0fc2961f83283368e6f78d61138debe (patch) | |
tree | ac7fc8b7378c7d3165534df8c3954dab79cda32b /apps/files_trashbin/l10n | |
parent | 3f87ef91379cdd4c5937dd7c05a6da3c4861ce0a (diff) | |
download | nextcloud-server-27da68b1a0fc2961f83283368e6f78d61138debe.tar.gz nextcloud-server-27da68b1a0fc2961f83283368e6f78d61138debe.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n')
-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 |