diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:38 +0000 |
commit | d2a7a10925fc21f0573efb49555937e56df6eba1 (patch) | |
tree | e5a7a09de0de49aff6a07ff1b0f34913d5312d58 /apps/files/l10n/sk.js | |
parent | ebbdc348a7013b247dd578414952c8972ceb0f99 (diff) | |
download | nextcloud-server-d2a7a10925fc21f0573efb49555937e56df6eba1.tar.gz nextcloud-server-d2a7a10925fc21f0573efb49555937e56df6eba1.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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index 9b21d3fd56e..064a88efb9a 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -180,7 +180,7 @@ OC.L10N.register( "Toggle selection for file \"{displayName}\"" : "Prepnúť výber pre súbor \"{displayName}\"", "Toggle selection for folder \"{displayName}\"" : "Prepnúť výber pre adresár \"{displayName}\"", "Rename file" : "Premenovať súbor", - "File name" : "Názov súboru", + "Filename" : "Názov súboru", "Folder name" : "Názov priečinka", "This node is unavailable" : "Uzol nie je k dispozícií", "Download file {name}" : "Stiahnuť súbor {name}", @@ -206,10 +206,6 @@ OC.L10N.register( "Could not refresh storage stats" : "Nebolo možné obnoviť úložiskové štatistiky", "Your storage is full, files can not be updated or synced anymore!" : "Vaše úložisko je plné. Súbory nemožno aktualizovať ani synchronizovať!", "Create" : "Vytvoriť", - "A file or folder with that name already exists." : "Súbor alebo priečinok s týmto názvom už existuje.", - "Invalid file name" : "Neplatné meno súboru", - "\"{char}\" is not allowed inside a file name." : "Znak \"{char}\" nie je povolený v názve súboru.", - "\"{name}\" is not an allowed filetype." : "\"{name}\" nie je povolený typ súboru", "Submit" : "Odoslať", "Transfer ownership of a file or folder" : "Prevod vlastníctva súboru alebo priečinka", "Choose file or folder to transfer" : "Vyberte súbor alebo priečinok na prevod", @@ -300,7 +296,6 @@ OC.L10N.register( "Audio" : "Zvuk", "Videos" : "Videá", "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", "Create new templates folder" : "Vytvoriť nový vzorový priečinok", "Templates" : "Šablóny", @@ -370,9 +365,14 @@ OC.L10N.register( "Shared with you" : "Vám sprístupnené", "Deleted shares" : "Odstránené sprístupnenia", "Pending shares" : "Čakajúce prístupy", + "File name" : "Názov súboru", + "\"{char}\" is not allowed inside a file name." : "Znak \"{char}\" nie je povolený v názve súboru.", + "\"{name}\" is not an allowed filetype." : "\"{name}\" nie je povolený typ súboru", "{newName} already exists." : "{newName} už existuje.", "Name cannot be empty" : "Názov nemôže byť prázdny", "Another entry with the same name already exists" : "Názov už existuje", + "A file or folder with that name already exists." : "Súbor alebo priečinok s týmto názvom už existuje.", + "Invalid file name" : "Neplatné meno súboru", "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);"); |