diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
commit | b37ab132f799b3783d6d80d85f7c899f71be38c0 (patch) | |
tree | 2af142cfabeefbc349f4e1795357104700b29c8b /apps/files/l10n/sk.js | |
parent | 8bfc7fcc64e84ab8feea4d5808f61f762f84f054 (diff) | |
download | nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.tar.gz nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.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 c59840750ee..ac347e6cee1 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -86,9 +86,6 @@ OC.L10N.register( "Another entry with the same name already exists." : "Iná položka s rovnakým menom už existuje.", "Invalid filename." : "Chybný názov súboru.", "Renamed \"{oldName}\" to \"{newName}\"" : "Premenované z \"{oldName}\" na \"{newName}\"", - "Could not rename \"{oldName}\", it does not exist any more" : "Nebolo možné premenovať \"{oldName}\". Položka už neexistuje.", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Názov \"{newName}\" sa už používa v priečinku \"{dir}\". Vyberte prosím iný názov.", - "Could not rename \"{oldName}\"" : "Nebolo možné premenovať \"{oldName}\"", "Pending" : "Čaká", "Clear filter" : "Vyčistiť filter", "Modified" : "Upravené", @@ -380,12 +377,13 @@ OC.L10N.register( "Filenames must not end with \"{segment}\"." : "Názov súboru nesmie končit na \"{segment}\".", "Name cannot be empty" : "Názov nemôže byť prázdny", "Another entry with the same name already exists" : "Názov už existuje", + "Could not rename \"{oldName}\", it does not exist any more" : "Nebolo možné premenovať \"{oldName}\". Položka už neexistuje.", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Názov \"{newName}\" sa už používa v priečinku \"{dir}\". Vyberte prosím iný názov.", + "Could not rename \"{oldName}\"" : "Nebolo možné premenovať \"{oldName}\"", "Storage informations" : "Úložiskové informácie", "Choose file" : "Vybrať súbor", "Open the files app settings" : "Otvoriť nastavenia súborovej aplikácie", "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 ", - "Destination is not a folder" : "Cieľ nie je priečinok", - "This file/folder is already in that directory" : "Tento súbor/priečinok sa už v danom adresári nachádza", "The files is locked" : "Súbory sú uzamknuté", "Create new templates folder" : "Vytvoriť nový vzorový priečinok", "List of favorites files and folders." : "Zoznam obľúbených súborov a priečinkov.", @@ -393,6 +391,8 @@ OC.L10N.register( "Text file" : "Textový súbor", "New text file.txt" : "Nový text file.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "Priamy odkaz bol skopirovaný (funguje iba pre užívateľov, ktorí majú prístup k danému súboru/adresáru)", - "Copy direct link (only works for people who have access to this file/folder)" : "Kopírovať priamy odkaz (funguje iba pre užívateľov, ktorí majú prístup k tomuto súboru/priečinku)" + "Copy direct link (only works for people who have access to this file/folder)" : "Kopírovať priamy odkaz (funguje iba pre užívateľov, ktorí majú prístup k tomuto súboru/priečinku)", + "Destination is not a folder" : "Cieľ nie je priečinok", + "This file/folder is already in that directory" : "Tento súbor/priečinok sa už v danom adresári nachádza" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |