diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:20:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:20:06 +0000 |
commit | 90e68f0ff56a2416cb98a2dd1fd1e2dac9cf53e7 (patch) | |
tree | 336d837b5dd9037e7022d2700e72f55bd0f54cff /apps/files/l10n/sk.js | |
parent | 85ebbab6ae2bfb01f150c49ed73d149c3fbd5201 (diff) | |
download | nextcloud-server-90e68f0ff56a2416cb98a2dd1fd1e2dac9cf53e7.tar.gz nextcloud-server-90e68f0ff56a2416cb98a2dd1fd1e2dac9cf53e7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/sk.js')
-rw-r--r-- | apps/files/l10n/sk.js | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index 1fbfe5dd222..c4e88b75aed 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -175,8 +175,6 @@ OC.L10N.register( "Drag and drop files here to upload" : "Pre nahratie presuňte do tohto priestoru súbory ťahaním", "Your have used your space quota and cannot upload files anymore" : "Dosiahli ste limit vášho priestoru a už viac nemôžete nahrávať súbory", "You don’t have permission to upload or create files here" : "Nemáte oprávnenie sem nahrávať alebo vytvoriť súbory", - "Some files could not be uploaded" : "Niektoré súbory nebolo možné nahrať.", - "Files uploaded successfully" : "Súbory boli úspešne nahrané.", "\"{displayName}\" action executed successfully" : "\"{displayName}\" akcia vykonaná úspešne", "\"{displayName}\" action failed" : "\"{displayName}\" akcia zlýhala", "Toggle selection for file \"{displayName}\"" : "Prepnúť výber pre súbor \"{displayName}\"", @@ -290,9 +288,6 @@ OC.L10N.register( "Open folder {displayName}" : "Otvoriť priečinok {displayName}", "Open in Files" : "Otvoriť v súboroch", "Open details" : "Otvoriť detaily", - "An error occurred while uploading. Please try again later." : "Vyskytla sa chyba pri nahrávaní. Skúste to prosím neskôr znova.", - "Could not copy {file}. {message}" : "Nepodarilo sa skopírovať {file}. {message}", - "Could not move {file}. {message}" : "Nepodarilo sa presunúť {file}. {message}", "Created new folder \"{name}\"" : "Vytvorený nový priečinok \"{name}\"", "Filename" : "Názov súboru", "Unable to initialize the templates directory" : "Nemôžem inicializovať priečinok so šablónami", @@ -302,7 +297,9 @@ OC.L10N.register( "In folder" : "V adresári", "Search in folder: {folder}" : "Hľadať v adresári: {folder}", "One of the dropped files could not be processed" : "Jeden z vložených súborov nemohol byť spracovaný.", - "Uploading \"{filename}\" failed" : "Nahrávanie \"{filename}\" zlyhalo", + "Some files could not be uploaded" : "Niektoré súbory nebolo možné nahrať.", + "Files uploaded successfully" : "Súbory boli úspešne nahrané.", + "Some files could not be moved" : "Niektoré súbory nebolo možné presunúť", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} priečinok","{folderCount} priečinky","{folderCount} priečinkov","{folderCount} priečinkov"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} súbor","{fileCount} súbory","{fileCount} súborov","{fileCount} súborov"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 súbor a {folderCount} priečinok","1 súbor a {folderCount} priečinky","1 súbor a {folderCount} priečinky","1 súbor a {folderCount} priečinky"], |