diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-07 00:19:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-07 00:19:48 +0000 |
commit | 252477fbd6061a5a4995f48feaf206325908ec97 (patch) | |
tree | be4b47ace2315d9b23fc43cb8e04a776f39e4885 /apps/files/l10n/sr.js | |
parent | 01db5d200d4369a54fdb1a864dc4b08738ba2c57 (diff) | |
download | nextcloud-server-252477fbd6061a5a4995f48feaf206325908ec97.tar.gz nextcloud-server-252477fbd6061a5a4995f48feaf206325908ec97.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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 97b3b2aa560..6156a24b72f 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -172,7 +172,6 @@ OC.L10N.register( "Reload current directory" : "Поново учитај текући директоријум", "Go to the \"{dir}\" directory" : "Иди у „{dir}” дирекотријум", "Drag and drop files here to upload" : "Да отпремите, превуците и отпустите фајлове овде", - "Uploading \"{filename}\" failed" : "Није успело отпремање „{filename}”", "Upload successful" : "Отпремање је успешно", "\"{displayName}\" action executed successfully" : "Акција „{displayName}” је успешно извршена", "\"{displayName}\" action failed" : "Акција „{displayName}” није успела", @@ -233,7 +232,10 @@ OC.L10N.register( "Shared" : "Подељено", "Switch to list view" : "Пређи на поглед листе", "Switch to grid view" : "Пређи на поглед мреже", + "Your have used your space quota and cannot upload files anymore" : "Искористили сте квоту простора и више не можете да отпремате фајлове", "You don’t have permission to upload or create files here" : "Немате дозволе да овде отпремате или стварате фајлове", + "Error during upload: {message}" : "Грешка при отпремању: {message}", + "Unknown error during upload" : "Непозната грешка током отпремања", "Open the files app settings" : "Отвори подешавања апликације фајлови", "Files settings" : "Подешавања фајлова", "File cannot be accessed" : "Фајлу не може да се приступи", @@ -276,6 +278,7 @@ OC.L10N.register( "Templates" : "Шаблони", "Unable to initialize the templates directory" : "Фолдер са шаблонима није могао да се иницијализује", "Created new folder \"{name}\"" : "Креиран је нови фолдер „{name}”", + "Uploading \"{filename}\" failed" : "Није успело отпремање „{filename}”", "_{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} фолдера"], |