diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-12 02:25:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-12 02:25:57 +0000 |
commit | 4774637b5f07e6753004f421d9c7b227d82d82ad (patch) | |
tree | a1c678c42d695135a5ba10ab740cdf8c9c36644a /core/l10n/br.js | |
parent | b59b8fd8088502c9a55a1efaa760ff34964cd439 (diff) | |
download | nextcloud-server-4774637b5f07e6753004f421d9c7b227d82d82ad.tar.gz nextcloud-server-4774637b5f07e6753004f421d9c7b227d82d82ad.zip |
Fix(l10n): š Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/br.js')
-rw-r--r-- | core/l10n/br.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/br.js b/core/l10n/br.js index 3237da6aa3d..1c2b85d6ec6 100644 --- a/core/l10n/br.js +++ b/core/l10n/br.js @@ -127,6 +127,7 @@ OC.L10N.register( "Load more results" : "KagaƱ muioc'h a disoc'hoĆ¹", "Search" : "Klask", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask","Lakait {minSearchLength} arouez pe muioc'h evit klask"], + "Settings menu" : "Roll-mezioĆ¹ an arventennoĆ¹", "Search {types} ā¦" : "Klask {types} ...", "Settings" : "ArventennoĆ¹", "Could not load your contacts" : "N'eo ket posuple kargaƱ an darempredoĆ¹", @@ -313,7 +314,6 @@ OC.L10N.register( "More apps menu" : "Muioc'h a roll-mezioĆ¹ meziantoĆ¹", "Contacts" : "DarempredoĆ¹", "Contacts menu" : "Roll-mezioĆ¹ an darempredoĆ¹", - "Settings menu" : "Roll-mezioĆ¹ an arventennoĆ¹", "Setup two-factor authentication" : "StummaƱ un eil-elfenn dilesa" }, "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);"); |