diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-06 00:20:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-06 00:20:41 +0000 |
commit | b39630f45c20cb01b7a1851b3cb2b02a771bb430 (patch) | |
tree | 8737437a0788bf57828d08614916f52bf7f8eeac /apps/files/l10n/sr.js | |
parent | b5c1766d336e376319ac77289cbc8f6f299e3f20 (diff) | |
download | nextcloud-server-b39630f45c20cb01b7a1851b3cb2b02a771bb430.tar.gz nextcloud-server-b39630f45c20cb01b7a1851b3cb2b02a771bb430.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, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 13538a98d51..d12fb901a58 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -297,9 +297,18 @@ OC.L10N.register( "In folder" : "У фолдеру", "Search in folder: {folder}" : "Претрага у фолдеру: {folder}", "One of the dropped files could not be processed" : "Један од упуштених фајлова не може да се обради", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Ваш интернет прегледач не подржава Filesystem API. Нећете моћи да отпремате директоријуме", + "No files to upload" : "Нема фајлова за отпремање", + "Unable to create the directory {directory}" : "Не може да се креира директоријум {directory}", "Some files could not be uploaded" : "Неки фајлови нису могли да се отпреме", "Files uploaded successfully" : "Фајлови су успешно отремљени", + "No files to process" : "Нема фајлова за обраду", + "Some files could not be copied" : "Неки фајлови нису могли да се копирају", "Some files could not be moved" : "Неке фајлове нисам могао да преместим", + "Files copied successfully" : "Фајлови су успешно копирани", + "Files moved successfully" : "Фајлови су успешно премештени", + "Conflicts resolution skipped" : "Прексочено је разрешавање конфилката", + "Upload cancelled" : "Отпремање је отказано", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} фолдер","{folderCount} фолдера","{folderCount} фолдера"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} фајл","{fileCount} фајла","{fileCount} фајлова"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 фајл и {folderCount} фолдер","1 фајл и {folderCount} фолдера","1 фајл и {folderCount} фолдера"], |