diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:35 +0000 |
commit | 6d84160ba710e6ea4cf290f40d7bb924c35ad574 (patch) | |
tree | 56219fa1144bb0bb6efefcd0c069b9b055745d1b /apps/files/l10n/sr.js | |
parent | 6862ff28002c8c282bcca5c198619c03f5cb4e0b (diff) | |
download | nextcloud-server-6d84160ba710e6ea4cf290f40d7bb924c35ad574.tar.gz nextcloud-server-6d84160ba710e6ea4cf290f40d7bb924c35ad574.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 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 5ad66b4df0d..86642b86fd9 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -10,7 +10,6 @@ OC.L10N.register( "Show grid view" : "Prikaži prikaz mreže", "Home" : "Почетна", "Close" : "Затвори", - "Favorites" : "Омиљени", "Could not create folder \"{dir}\"" : "Не могу да направим фасциклу „{dir}“", "This will stop your current uploads." : "Ово ће да прекине тренутна отпремања.", "Upload cancelled." : "Отпремање је отказано.", @@ -104,7 +103,6 @@ OC.L10N.register( "Favorited" : "Омиљено", "Favorite" : "Омиљено", "Copy direct link (only works for users who have access to this file/folder)" : "Копирај директну везу (ради само за кориснике који имају приступ овом фајлу/фасциклу)", - "You can only favorite a single file or folder at a time" : "Можете поставити као омиљени само један фајл или фасциклу одједном", "New folder" : "Нова фасцикла", "Create new folder" : "Направи нову фасциклу", "Upload file" : "Отпреми фајл", @@ -119,6 +117,7 @@ OC.L10N.register( "Removed from favorites" : "Избачено из омиљених", "You added {file} to your favorites" : "Додали сте {file} у омиљене", "You removed {file} from your favorites" : "Избацили сте {file} из омиљених", + "Favorites" : "Омиљени", "File changes" : "Измене над фајлом", "Created by {user}" : "Направио {user}", "Changed by {user}" : "Изменио {user}", @@ -172,10 +171,11 @@ OC.L10N.register( "Reload current directory" : "Поново учитај текући директоријум", "Go to the \"{dir}\" directory" : "Иди у „{dir}” дирекотријум", "Select the row for {displayName}" : "Изабери ред за {displayName}", - "Open folder {name}" : "Отвори фолдер {name}", + "File name" : "Име фајла", "Download file {name}" : "Преузми фајл {name}", "\"{displayName}\" action executed successfully" : "Акција „{displayName}” је успешно извршена", "\"{displayName}\" action failed" : "Акција „{displayName}” није успела", + "Name cannot be empty" : "Назив не може бити празан", "Total rows summary" : "Резиме укупног броја редова", "Select all" : "Означи све", "Unselect all" : "Поништи цео избор", @@ -229,6 +229,7 @@ OC.L10N.register( "Unable to create new file from template" : "Из шаблона није могао да се креира нови фајл", "Delete permanently" : "Обриши заувек", "Open folder {displayName}" : "Отвори фолдер {displayName}", + "Open details" : "Отвори детаље", "Set up templates folder" : "Постављање фолдера са шаблонима", "Templates" : "Шаблони", "Create new templates folder" : "Креирај нови фолдер шаблона", @@ -250,6 +251,7 @@ OC.L10N.register( "Text file" : "Tекстуални фајл", "New text file.txt" : "Нов текстуални фајл.txt", "Storage invalid" : "Неисправно складиште", + "You can only favorite a single file or folder at a time" : "Можете поставити као омиљени само један фајл или фасциклу одједном", "Unlimited" : "Неограничено", "Search users" : "Претражи кориснике", "Cancel" : "Поништи", @@ -257,6 +259,7 @@ OC.L10N.register( "%s%%" : "%s%%", "%1$s of %2$s used" : "Заузето %1$s од %2$s", "Deleted files" : "Обрисани фајлови", + "Open folder {name}" : "Отвори фолдер {name}", "Search for an account" : "Претражите налог" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |