diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-28 00:28:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-28 00:28:25 +0000 |
commit | 7560415105c9013b53ebd0bebb0998a4e51303e6 (patch) | |
tree | 9c5e9810b0d9f6a3648438aa4fefccc81c044586 /apps/files/l10n/sr.js | |
parent | e802996e3e22d770093e50b30ac58f9bb3a38fb7 (diff) | |
download | nextcloud-server-7560415105c9013b53ebd0bebb0998a4e51303e6.tar.gz nextcloud-server-7560415105c9013b53ebd0bebb0998a4e51303e6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/sr.js')
-rw-r--r-- | apps/files/l10n/sr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 994070ab1fb..7803eb1c6d6 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -224,7 +224,6 @@ OC.L10N.register( "Select file or folder to link to" : "Изаберите фајл или фолдер на који показује линк", "Choose file" : "Изаберите фајл", "Choose {file}" : "Изабери {file}", - "Add" : "Додај", "Loading current folder" : "Учитавање текућег фолдера", "No files in here" : "Овде нема фајлова", "Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!", @@ -345,6 +344,7 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Ова листа није у потпуности приказана из разлога перформанси. Фајлови ће се приказивати како се крећете кроз листу.", "Search for an account" : "Претражите налог", "Choose" : "Изаберите", - "No files or folders have been deleted yet" : "Још увек није обрисан ниједан фајл или фолдер" + "No files or folders have been deleted yet" : "Још увек није обрисан ниједан фајл или фолдер", + "Add" : "Додај" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |