diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
commit | aaf759bbb09e695de63fafe09405fe71dc6cc3bb (patch) | |
tree | e33e0e883f0ecfc19573b4ca065f17a6f36fbac1 /apps/files/l10n/sk.js | |
parent | 752f3a39f9e4745a241063ff7f3322b753fa7bbb (diff) | |
download | nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.tar.gz nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.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 17ff3c83141..9596c399f2a 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -152,7 +152,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Súbor alebo priečinok bol <strong>zmenený</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Obľúbený súbor alebo priečinok bol <strong>zmenený</strong>", "All files" : "Všetky súbory", - "Unlimited" : "Neobmedzené", "Upload (max. %s)" : "Nahrať (max. %s)", "Accept" : "Prijať", "Reject" : "Odmietnuť", @@ -197,10 +196,6 @@ OC.L10N.register( "Set up templates folder" : "Nastaviť priečinok pre šablóny", "Templates" : "Šablóny", "Unable to initialize the templates directory" : "Nemôžem inicializovať priečinok so šablónami", - "%s used" : "%s použitých", - "%s%%" : "%s%%", - "%1$s of %2$s used" : "Využité: %1$s z %2$s", - "WebDAV" : "WebDAV", "Toggle %1$s sublist" : "Prepnúť %1$s podzoznam", "Toggle grid view" : "Prepnúť zobrazenie mriežky", "No files in here" : "Nie sú tu žiadne súbory", @@ -225,7 +220,12 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Nemáte oprávnenie sem nahrávať alebo vytvoriť súbory", "New" : "Nový", "Copied!" : "Skopírované!", + "Unlimited" : "Neobmedzené", "Cannot transfer ownership of a file or folder you don't own" : "Nie je možné preniesť vlastníctvo súboru alebo priečinka, ktorý nevlastníte", - "Settings" : "Nastavenia" + "%s used" : "%s použitých", + "%s%%" : "%s%%", + "%1$s of %2$s used" : "Využité: %1$s z %2$s", + "Settings" : "Nastavenia", + "WebDAV" : "WebDAV" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |