diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-05 02:16:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-05 02:16:45 +0000 |
commit | 62ab3eb70016f57ced2dfccc7c095c3219c0cbf4 (patch) | |
tree | f419285de41988c31974ee7ad7561c5b339a8247 /apps/files/l10n/br.js | |
parent | 0ed8d1c2bc50d2eca84ed615e9aa5a9ac749b7f4 (diff) | |
download | nextcloud-server-62ab3eb70016f57ced2dfccc7c095c3219c0cbf4.tar.gz nextcloud-server-62ab3eb70016f57ced2dfccc7c095c3219c0cbf4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/br.js')
-rw-r--r-- | apps/files/l10n/br.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/br.js b/apps/files/l10n/br.js index 9f04620ccf3..91f9acb7a5b 100644 --- a/apps/files/l10n/br.js +++ b/apps/files/l10n/br.js @@ -199,6 +199,8 @@ OC.L10N.register( "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Termeniñ ar c'hemennoù diwar-benn ar <strong>restroù pennroll</strong> krouet pe cheñchet <em>(Lanvad nemetken)</em>", "A file or folder has been <strong>restored</strong>" : "<strong>Adsavet</strong> eo bet ur restr pe teuliad", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Implijit ar chomlec'h-mañ evit <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">tizhout ho Restroù dre WebDAV</a>", - "Cannot transfter ownership of a file or folder you don't own" : "N'hallit ket treuzkas perc'henniezh ur restr pe un teuliad n'eo ket deoc'h" + "Cannot transfter ownership of a file or folder you don't own" : "N'hallit ket treuzkas perc'henniezh ur restr pe un teuliad n'eo ket deoc'h", + "This group folder is almost full ({usedSpacePercent}%)" : "Kaji leun eo an teuliad strollad-mañ ({usedSpacePercent}%)", + "This external storage is almost full ({usedSpacePercent}%)" : "Al lec'h renkañ diavaezh-mañ a zo kaji leun ({usedSpacePercent}%)" }, "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);"); |