diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:21 +0000 |
commit | 0d478a0b9c749612d9ef508f0472582fa07d5574 (patch) | |
tree | 9b3f08c24870d699f5c5b61ab51a44109bc1d711 /lib/l10n/sk.js | |
parent | b092daa0f626c2a3a5d70a3914e0dead2e8f38e8 (diff) | |
download | nextcloud-server-0d478a0b9c749612d9ef508f0472582fa07d5574.tar.gz nextcloud-server-0d478a0b9c749612d9ef508f0472582fa07d5574.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/sk.js')
-rw-r--r-- | lib/l10n/sk.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js index 8b1de695f91..e5c440a33c7 100644 --- a/lib/l10n/sk.js +++ b/lib/l10n/sk.js @@ -259,13 +259,11 @@ OC.L10N.register( "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", "Storage connection timeout. %s" : "Vypršanie pripojenia k úložisku. %s", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Súbory aplikácie %1$s neboli správne nahradené. Uistite sa, že to je verzia kompatibilná so serverom.", + "404" : "404", "Full name" : "Celé meno", - "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Bol dosiahnutý limit používateľov a používateľ nebol vytvorený. Pozrite sa do upozornení pre viac informácií.", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "V mene používateľa je možné použiť iba nasledovné znaky: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"", "libxml2 2.7.0 is at least required. Currently %s is installed." : "Vyžadovaná verzia libxml2 je 2.7.0 a vyššia. Momentálne je nainštalovaná verzia %s.", "To fix this issue update your libxml2 version and restart your web server." : "Pre vyriešenie tohto problému aktualizujte prosím verziu libxml2 a reštartujte webový server.", "PostgreSQL >= 9 required." : "Vyžadované PostgreSQL >= 9.", - "Please upgrade your database version." : "Prosím, aktualizujte verziu svojej databázy.", - "404" : "404" + "Please upgrade your database version." : "Prosím, aktualizujte verziu svojej databázy." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |