diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-14 00:28:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-14 00:28:17 +0000 |
commit | 5ae0f3a1fdbc77df0dc680c32a2a7c434a05a746 (patch) | |
tree | 569a84fad34db2bf2b22129d76f435f2cd51ee56 /core/l10n/sk.js | |
parent | e21da82145babc6cfbd08733cb7a47d663d52c10 (diff) | |
download | nextcloud-server-5ae0f3a1fdbc77df0dc680c32a2a7c434a05a746.tar.gz nextcloud-server-5ae0f3a1fdbc77df0dc680c32a2a7c434a05a746.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/sk.js')
-rw-r--r-- | core/l10n/sk.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/l10n/sk.js b/core/l10n/sk.js index 4f97bf3ab74..8c488d19255 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -81,6 +81,7 @@ OC.L10N.register( "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Zatiaľ ste nenastavili ani neoverili konfiguráciu e-mailového servera. Ak ju chcete nastaviť, prejdite na {mailSettingsStart}základné nastavenia{mailSettingsEnd}. Potom pomocou tlačidla „Odoslať e-mail“ pod formulárom overte svoje nastavenia.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Vaša databáza nebeží s úrovňou izolácie transakcií \"READ COMMITTED\". Toto môže spôsobovať problémy v prípade ak viacero akcií beží paralelne.", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Chýba PHP modul 'fileinfo'. Dôrazne ho odporúčame povoliť pre dosiahnutie najlepších výsledkov zisťovania MIME-typu.", + "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Vaša vzdialená adresa bola identifikovaná ako \"{remoteAddress}\" a rýchlosť vybavovania požiadaviek z nej je v tejto chvíli obmedzovaná kvôli ochrane proti útokom heslom (bruteforce). Ak vzdialená adresa nie je vaša, môže to znamenať, že nie je správna nastavená proxy. Podrobnosti sú k dispozícii v {linkstart}dokumentácii ↗{linkend}.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Tranzakčné uzamykanie súborov je vypnuté, toto môže viesť k problémom. Nastavte \"filelocking.enabled\" v config.php pre vyriešenie problému. Viac informácií viď {linkstart}dokumentácia ↗{linkend} .", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databáza sa používa pre transakčné zamykanie súborov. Ak chcete zvýšiť výkon, nastavte memcache, ak je k dispozícií. Ďalšie informácie nájdete v {linkstart}dokumentácií ↗{linkend}.", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Uistite sa, že ste v súbore config.php nastavili možnosť „overwrite.cli.url“ na adresu URL, ktorú vaši užívatelia používajú na prístup k tomuto Nextcloudu. Návrh: \"{suggestedOverwriteCliURL}\". V opačnom prípade môžu nastať problémy s generovaním URL cez cron. (Je však možné, že navrhovaná adresa URL nie je adresa URL, ktorú vaši používatelia používajú na prístup k tomuto Nextcloudu. Najlepšie je v každom prípade to ešte raz skontrolovať.)", @@ -154,7 +155,7 @@ OC.L10N.register( "Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.", "Account name or email" : "Názov účtu alebo e-mail", "Password" : "Heslo", - "Log in to {productName}" : "Prihlásiť sa do {productName}", + "Log in to {productName}" : "Prihlásiť sa do {productName}u", "Wrong username or password." : "Nesprávne používateľské meno alebo heslo.", "User disabled" : "Používateľ zakázaný", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Zaznamenali sme viacnásobné chybné prihlásenie z Vašej IP adresy. Vaše nasledujúce prihlásenie bude pozdržané o 30 sekúnd.", @@ -190,7 +191,7 @@ OC.L10N.register( "Forgot password?" : "Zabudli ste heslo?", "Back" : "Späť", "Login form is disabled." : "Prihlasovací formulár je vypnutý.", - "Edit Profile" : "Upraviť Profil", + "Edit Profile" : "Upraviť rofil", "The headline and about sections will show up here" : "Tu sa zobrazí nadpis a sekcia Informácie", "You have not added any info yet" : "Zatiaľ ste nepridali žiadne informácie", "{user} has not added any info yet" : "{user} zatiaľ nepridal žiadne informácie", |