diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:45 +0000 |
commit | 1c1378e68bca976ef1bd1ecbca4f9874b88eeb11 (patch) | |
tree | 63c5a952b30fec1fd08e0ae4cde281581db9f653 /apps/files/l10n/sr.js | |
parent | 32e86052d57775e8e519d9bdd7d78b2921d8e5fa (diff) | |
download | nextcloud-server-1c1378e68bca976ef1bd1ecbca4f9874b88eeb11.tar.gz nextcloud-server-1c1378e68bca976ef1bd1ecbca4f9874b88eeb11.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, 3 insertions, 6 deletions
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index df685cfe23e..13538a98d51 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -175,8 +175,6 @@ OC.L10N.register( "Drag and drop files here to upload" : "Да отпремите, превуците и отпустите фајлове овде", "Your have used your space quota and cannot upload files anymore" : "Искористили сте квоту простора и више не можете да отпремате фајлове", "You don’t have permission to upload or create files here" : "Немате дозволе да овде отпремате или стварате фајлове", - "Some files could not be uploaded" : "Неки фајлови нису могли да се отпреме", - "Files uploaded successfully" : "Фајлови су успешно отремљени", "\"{displayName}\" action executed successfully" : "Акција „{displayName}” је успешно извршена", "\"{displayName}\" action failed" : "Акција „{displayName}” није успела", "Toggle selection for file \"{displayName}\"" : "Укљ./искљ. избор за фајл „{displayName}”", @@ -290,9 +288,6 @@ OC.L10N.register( "Open folder {displayName}" : "Отвори фолдер {displayName}", "Open in Files" : "Отвори у Фајловима", "Open details" : "Отвори детаље", - "An error occurred while uploading. Please try again later." : "Дошло је до грешке током отпремања Покушајте поново касније.", - "Could not copy {file}. {message}" : "{file} не може да се копира. {message}", - "Could not move {file}. {message}" : "{file} не може да се премести. {message}", "Created new folder \"{name}\"" : "Креиран је нови фолдер „{name}”", "Filename" : "Назив фајла", "Unable to initialize the templates directory" : "Фолдер са шаблонима није могао да се иницијализује", @@ -302,7 +297,9 @@ OC.L10N.register( "In folder" : "У фолдеру", "Search in folder: {folder}" : "Претрага у фолдеру: {folder}", "One of the dropped files could not be processed" : "Један од упуштених фајлова не може да се обради", - "Uploading \"{filename}\" failed" : "Није успело отпремање „{filename}”", + "Some files could not be uploaded" : "Неки фајлови нису могли да се отпреме", + "Files uploaded successfully" : "Фајлови су успешно отремљени", + "Some files could not be moved" : "Неке фајлове нисам могао да преместим", "_{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} фолдера"], |