diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:19:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-21 00:19:16 +0000 |
commit | af313a79e879f6af5b6f430a981befb4df23a4b1 (patch) | |
tree | ed7242538637b3b7c7ed373e91587b4cfdc125f9 /apps/files/l10n/sr.js | |
parent | 9695c021c2da7a497a248aba969396f16dea5d49 (diff) | |
download | nextcloud-server-af313a79e879f6af5b6f430a981befb4df23a4b1.tar.gz nextcloud-server-af313a79e879f6af5b6f430a981befb4df23a4b1.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index fdbe3c430b0..56090355c6d 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -178,7 +178,6 @@ OC.L10N.register( "Upload successful" : "Отпремање је успешно", "\"{displayName}\" action executed successfully" : "Акција „{displayName}” је успешно извршена", "\"{displayName}\" action failed" : "Акција „{displayName}” није успела", - "Select the row for {displayName}" : "Изабери ред за {displayName}", "Rename file" : "Промени назив фајла", "File name" : "Име фајла", "Folder name" : "Назив фасцикле", @@ -196,8 +195,6 @@ OC.L10N.register( "Could not copy {file}. {message}" : "{file} не може да се копира. {message}", "Could not move {file}. {message}" : "{file} не може да се премести. {message}", "Total rows summary" : "Резиме укупног броја редова", - "Select all" : "Означи све", - "Unselect all" : "Поништи цео избор", "\"{displayName}\" failed on some elements " : "„{displayName}” није успело на неким елементима", "\"{displayName}\" batch action executed successfully" : "Пакетна акција „{displayName}” се успешно извршила", "List of files and folders." : "Листа фајлова и фолдера.", @@ -298,6 +295,7 @@ OC.L10N.register( "Files and folders you recently modified will show up here." : "Овде ће се појавити фајлови и фолдери које сте недавно изменили.", "Toggle %1$s sublist" : "Укљ./искљ. %1$s подлисте", "No entries found in this folder" : "Нема ничега у овој фасцикли", + "Select all" : "Означи све", "Upload too large" : "Отпремање је превелико", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Фајлови које желите да отпремите превазилазе ограничење отпремања на овом серверу.", "Text file" : "Tекстуални фајл", @@ -315,7 +313,9 @@ OC.L10N.register( "Pending shares" : "Дељења на чекању", "This file has the tag {tag}" : "Овај фајл има ознаку {tag}", "This file has the tags {firstTags} and {lastTag}" : "Овај фајл има ознаке {firstTags} и {lastTag}", + "Select the row for {displayName}" : "Изабери ред за {displayName}", "Open folder {name}" : "Отвори фолдер {name}", + "Unselect all" : "Поништи цео избор", "ascending" : "растуће", "descending" : "опадајуће", "Sort list by {column} ({direction})" : "Поређај листу по {column} ({direction})", |