diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:46 +0000 |
commit | 724a62daeebeeb0508b7ce7195226aa0654dd97f (patch) | |
tree | 74695f1deb0a6c78d1d3c40fd53aae2312b67f4e /apps/files/l10n/sk.js | |
parent | a357c065bd1c86dae196a1bd4759f183dd1f2733 (diff) | |
download | nextcloud-server-724a62daeebeeb0508b7ce7195226aa0654dd97f.tar.gz nextcloud-server-724a62daeebeeb0508b7ce7195226aa0654dd97f.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 | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index 2693e61cdab..1fbfe5dd222 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -37,10 +37,10 @@ OC.L10N.register( "Set reminder" : "Nastaviť pripomienku", "Edit locally" : "Editovať lokálne", "Open" : "Otvoriť", - "_Delete file_::_Delete files_" : ["Zmazať súbor","Zmazať súbory","Zmazať súbory","Zmazať súbory"], - "_Delete folder_::_Delete folders_" : ["Zmazať priečinok","Zmazať priečinky","Zmazať priečinky","Zmazať priečinky"], - "_Disconnect storage_::_Disconnect storages_" : ["Odpojiť úložisko","Odpojiť úložiská","Odpojiť úložiská","Odpojiť úložiská"], - "_Leave this share_::_Leave these shares_" : ["Opustiť toto zdieľanie.","Opustiť tieto zdieľania.","Opustiť tieto zdieľania.","Opustiť tieto zdieľania."], + "Delete file" : "Zmazať súbor", + "Delete folder" : "Zmazať priečinok", + "Disconnect storage" : "Odpojiť úložisko", + "Leave this share" : "Opustiť toto zdieľanie.", "Could not load info for file \"{file}\"" : "Nebolo možné načítať informácie súboru \"{file}\"", "Files" : "Súbory", "Details" : "Podrobnosti", @@ -265,6 +265,10 @@ OC.L10N.register( "Unable to create new file from template" : "Nemôžem vytvoriť nový súbor zo šablóny", "Delete permanently" : "Zmazať natrvalo", "Delete and unshare" : "Vymazať a zrušiť zdieľanie", + "Leave these shares" : "Opustiť tieto zdieľania.", + "Disconnect storages" : "Odpojiť úložiská", + "Delete files" : "Zmazať súbory", + "Delete folders" : "Zmazať priečinky", "You are about to delete {count} items." : "Chystáte sa vymazať {count} položiek.", "Confirm deletion" : "Potvrdiť vymazanie", "Cancel" : "Zrušiť", @@ -325,20 +329,9 @@ OC.L10N.register( "Direct link was copied (only works for users who have access to this file/folder)" : "Priamy odkaz bol skopirovaný (funguje iba pre používateľov, ktorí majú prístup k danému súboru/adresáru)", "Copy direct link (only works for users who have access to this file/folder)" : "Kopírovať priamy odkaz (funguje iba pre používateľov, ktorí majú prístup k tomuto súboru/priečinku)", "You can only favorite a single file or folder at a time" : "Do obľúbených je možné zaradovať súbory a zložky len jednotlivo", - "\"remote user\"" : "\"vzdialený používateľ\"", - "Search users" : "Hľadať používateľov", - "You might not have have permissions to view it, ask the sender to share it" : "Pravdopodobne nemáte prístup, požiadajte oň odosielateľa ", - "Set up templates folder" : "Nastaviť priečinok pre šablóny", - "Toggle %1$s sublist" : "Prepnúť %1$s podzoznam", - "Toggle grid view" : "Prepnúť zobrazenie mriežky", - "Deleted files" : "Zmazané súbory", - "Shares" : "Zdieľania", - "Shared with others" : "Sprístupnené ostatným", - "Shared with you" : "Vám sprístupnené", - "Deleted shares" : "Odstránené sprístupnenia", - "Pending shares" : "Čakajúce prístupy", "This file has the tag {tag}" : "Tento súbor má štítok {tag}", "This file has the tags {firstTags} and {lastTag}" : "Tento súbor má štítky {firstTags} a {lastTag}", + "\"remote user\"" : "\"vzdialený používateľ\"", "Select the row for {displayName}" : "Vybrať riadok pre {displayName}", "Open folder {name}" : "Otvoriť súbor {name}", "Unselect all" : "Zrušiť výber", @@ -349,6 +342,15 @@ OC.L10N.register( "Search for an account" : "Vyhľadať účet", "Choose" : "Vybrať", "No files or folders have been deleted yet" : "Žiadne súbory alebo priečinky neboli ešte vymazané", + "You might not have have permissions to view it, ask the sender to share it" : "Pravdopodobne nemáte prístup, požiadajte oň odosielateľa ", + "Set up templates folder" : "Nastaviť priečinok pre šablóny", + "Toggle %1$s sublist" : "Prepnúť %1$s podzoznam", + "Toggle grid view" : "Prepnúť zobrazenie mriežky", + "Shares" : "Zdieľania", + "Shared with others" : "Sprístupnené ostatným", + "Shared with you" : "Vám sprístupnené", + "Deleted shares" : "Odstránené sprístupnenia", + "Pending shares" : "Čakajúce prístupy", "The files is locked" : "Súbory sú uzamknuté" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |