diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-12-06 00:22:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-12-06 00:22:20 +0000 |
commit | 9bd7304ad6da18d8ec32b5c37a03dc2cbc2e80fb (patch) | |
tree | 14ecdbf713b9790c0ea21c2d44934bee15027ea3 /apps/files/l10n/sr.js | |
parent | 66e09eb440ff8ba957f7f22e31051531637faae6 (diff) | |
download | nextcloud-server-9bd7304ad6da18d8ec32b5c37a03dc2cbc2e80fb.tar.gz nextcloud-server-9bd7304ad6da18d8ec32b5c37a03dc2cbc2e80fb.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 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 17819d2c2d8..02884642ade 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -88,6 +88,7 @@ OC.L10N.register( "Another entry with the same name already exists." : "Већ постоји ставка са истим именом.", "Invalid filename." : "Неисправно име фајла.", "Renamed \"{oldName}\" to \"{newName}\"" : "„{oldName}” је промењено на „{newName}”", + "Unknown date" : "Непознат датум", "Pending" : "На чекању", "Clear filter" : "Очисти филтер", "Modified" : "Измењен", @@ -104,6 +105,8 @@ OC.L10N.register( "\"{displayName}\" batch action executed successfully" : "Пакетна акција „{displayName}” се успешно извршила", "{count} selected" : "{count} изабрано", "List of files and folders." : "Листа фајлова и фолдера.", + "You don’t have permission to upload or create files here." : "Немате дозволу да овде отпремите или креирате фајлове.", + "You have used your space quota and cannot upload files anymore." : "Искористили сте квоту простора и више не можете да отпремате фајлове.", "Column headers with buttons are sortable." : "Заглавља колона са дугмићима могу да се соритрају.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ова листа није у потпуности приказана из разлога перформанси. Фајлови ће се приказивати како се крећете кроз листу.", "File not found" : "Фајл није нађен", @@ -263,6 +266,13 @@ OC.L10N.register( "Files moved successfully" : "Фајлови су успешно премештени", "Conflicts resolution skipped" : "Прексочено је разрешавање конфилката", "Upload cancelled" : "Отпремање је отказано", + "Adding the file extension \"{new}\" may render the file unreadable." : "Ако додате екстензију „{new}” фајл може да постане нечитљив.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Ако уклоните екстензију „{old}” фајл може да постане нечитљив.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Ако екстензију „{old}” промените на „{new}” фајл може да постане нечитљив.", + "Change file extension" : "Промени екстензију фајла", + "Keep {oldextension}" : "Задржи {oldextension}", + "Use {newextension}" : "Користи {newextension}", + "Remove extension" : "Уклони екстензију фајла", "This operation is forbidden" : "Ова радња је забрањена", "This directory is unavailable, please check the logs or contact the administrator" : "Овај директоријум није доступан, проверите дневник или контактирајте администратора", "Storage is temporarily not available" : "Складиште привремено није доступно", @@ -291,7 +301,7 @@ OC.L10N.register( "List of recently modified files and folders." : "Листа фајлова и директоријума који су недавно измењени.", "No recently modified files" : "Нема недавно промењених фајлова", "Files and folders you recently modified will show up here." : "Овде ће се појавити фајлови и фолдери које сте недавно изменили.", - "You do not have permission to upload or create files here" : "Немате дозволу да овде отпреминте или креирате фајлове", + "You do not have permission to upload or create files here" : "Немате дозволу да овде отпремите или креирате фајлове", "No entries found in this folder" : "Нема ничега у овој фасцикли", "Select all" : "Означи све", "Upload too large" : "Отпремање је превелико", |