[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-10-07 02:59:10 +00:00
parent e57866873f
commit cfeaabb0fb
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
2 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,7 @@ OC.L10N.register(
{
"This user account is disabled, please contact your administrator." : "Tento používateľský účet bol zakázaný, obráťte sa na správcu.",
"Saved" : "Uložené",
"Could not save" : "Nepodarilo sa uložiť",
"Provider" : "Poskytovateľ",
"Unknown error, please check the log file for more details." : "Neznáma chyba. Pre viac informácií skontrolujte logy.",
"Direct log in" : "Priame prihlásenie",
@ -26,6 +27,7 @@ OC.L10N.register(
"Algorithm that the toolkit will use on signing process." : "Algoritmus, ktorý sa použije v procese podpisovania.",
"Retrieve query parameters from $_SERVER. Some SAML servers require this on SLO requests." : "Načítavať parametre dotazu z $ _SERVER. Niektoré servery SAML to vyžadujú pri požiadavkách SLO.",
"Attribute to map the UID to." : "Atribút na priradenie UID.",
"Only allow authentication if an account exists on some other backend (e.g. LDAP)." : "Overenie totožnosti povoľte iba v prípade, že účet existuje na nejakom inom serveri. (napr. LDAP)",
"Attribute to map the displayname to." : "Atribút na priradenie zobrazovaného mena.",
"Attribute to map the email address to." : "Atribút na priradenie e-mailovej adresy.",
"Attribute to map the quota to." : "Atribút na priradenie kvóty.",
@ -47,6 +49,8 @@ OC.L10N.register(
"Authenticate using single sign-on" : "Overenie totožnosti pomocou zjednoteného prihlásenia (sso)",
"Using the SSO & SAML app of your Nextcloud you can make it easily possible to integrate your existing Single-Sign-On solution with Nextcloud. In addition, you can use the Nextcloud LDAP user provider to keep the convenience for users. (e.g. when sharing)\nThe following providers are supported and tested at the moment:\n\n* **SAML 2.0**\n\t* OneLogin\n\t* Shibboleth\n\t* Active Directory Federation Services (ADFS)\n\n* **Authentication via Environment Variable**\n\t* Kerberos (mod_auth_kerb)\n\t* Any other provider that authenticates using the environment variable\n\nWhile theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix." : "Pomocou aplikácie SSO a SAML vášho Nextcloud môžete ľahko integrovať svoje existujúce riešenie zjednoteného prihlasovania s Nextcloud. Na zaistenie pohodlia pre používateľov môžete navyše použiť poskytovateľa používateľov Nextcloud LDAP. (napr. pri zdieľaní)\nV súčasnosti sú podporovaní a testovaní títo poskytovatelia:\n\n* **SAML 2.0**\n\t* OneLogin\n\t* Shibboleth\n\t* Active Directory Federation Services (ADFS)\n\n* **Overovanie prostredníctvom premennej prostredia**\n\t* Kerberos (mod_auth_kerb)\n\t* Akýkoľvek iný poskytovateľ, ktorý overuje pomocou premennej prostredia\n\nAj keď teoreticky je akýkoľvek iný poskytovateľ overenia totožnosti využívajúci niektorý z týchto štandardov kompatibilný, radi by sme poznamenali, že neboli testované.",
"Open documentation" : "Otvoriť dokumentáciu",
"Make sure to configure an administrative user that can access the instance via SSO. Logging-in with your regular %s account will not be possible anymore, unless you enabled \"%s\" or you go directly to the URL %s." : "Nezabudnite nastaviť užívateľa-správcu, ktorý má prístup k inštancii prostredníctvom SSO. Prihlásenie pomocou bežného účtu %s už nebude možné, pokiaľ nepovolíte „%s“ alebo nezačnete priamo na URL %s.",
"Make sure to configure an administrative user that can access the instance via SSO. Logging-in with your regular %s account will not be possible anymore, unless you go directly to the URL %s." : "Nezabudnite nastaviť užívateľa-správcu, ktorý má prístup k inštancii prostredníctvom SSO. Prihlásenie pomocou bežného účtu %s už nebude možné, jedine ak začnete priamo na URL %s.",
"Please choose whether you want to authenticate using the SAML provider built-in in Nextcloud or whether you want to authenticate against an environment variable." : "Vyberte, či chcete overovať totožnosť pomocou poskytovateľa SAML zabudovaného v Nextcloud alebo pomocou premennej prostredia.",
"Use built-in SAML authentication" : "Použiť zabudované SAML overenie totožnosti",
"Use environment variable" : "Použiť premennú prostredia",

View file

@ -1,6 +1,7 @@
{ "translations": {
"This user account is disabled, please contact your administrator." : "Tento používateľský účet bol zakázaný, obráťte sa na správcu.",
"Saved" : "Uložené",
"Could not save" : "Nepodarilo sa uložiť",
"Provider" : "Poskytovateľ",
"Unknown error, please check the log file for more details." : "Neznáma chyba. Pre viac informácií skontrolujte logy.",
"Direct log in" : "Priame prihlásenie",
@ -24,6 +25,7 @@
"Algorithm that the toolkit will use on signing process." : "Algoritmus, ktorý sa použije v procese podpisovania.",
"Retrieve query parameters from $_SERVER. Some SAML servers require this on SLO requests." : "Načítavať parametre dotazu z $ _SERVER. Niektoré servery SAML to vyžadujú pri požiadavkách SLO.",
"Attribute to map the UID to." : "Atribút na priradenie UID.",
"Only allow authentication if an account exists on some other backend (e.g. LDAP)." : "Overenie totožnosti povoľte iba v prípade, že účet existuje na nejakom inom serveri. (napr. LDAP)",
"Attribute to map the displayname to." : "Atribút na priradenie zobrazovaného mena.",
"Attribute to map the email address to." : "Atribút na priradenie e-mailovej adresy.",
"Attribute to map the quota to." : "Atribút na priradenie kvóty.",
@ -45,6 +47,8 @@
"Authenticate using single sign-on" : "Overenie totožnosti pomocou zjednoteného prihlásenia (sso)",
"Using the SSO & SAML app of your Nextcloud you can make it easily possible to integrate your existing Single-Sign-On solution with Nextcloud. In addition, you can use the Nextcloud LDAP user provider to keep the convenience for users. (e.g. when sharing)\nThe following providers are supported and tested at the moment:\n\n* **SAML 2.0**\n\t* OneLogin\n\t* Shibboleth\n\t* Active Directory Federation Services (ADFS)\n\n* **Authentication via Environment Variable**\n\t* Kerberos (mod_auth_kerb)\n\t* Any other provider that authenticates using the environment variable\n\nWhile theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix." : "Pomocou aplikácie SSO a SAML vášho Nextcloud môžete ľahko integrovať svoje existujúce riešenie zjednoteného prihlasovania s Nextcloud. Na zaistenie pohodlia pre používateľov môžete navyše použiť poskytovateľa používateľov Nextcloud LDAP. (napr. pri zdieľaní)\nV súčasnosti sú podporovaní a testovaní títo poskytovatelia:\n\n* **SAML 2.0**\n\t* OneLogin\n\t* Shibboleth\n\t* Active Directory Federation Services (ADFS)\n\n* **Overovanie prostredníctvom premennej prostredia**\n\t* Kerberos (mod_auth_kerb)\n\t* Akýkoľvek iný poskytovateľ, ktorý overuje pomocou premennej prostredia\n\nAj keď teoreticky je akýkoľvek iný poskytovateľ overenia totožnosti využívajúci niektorý z týchto štandardov kompatibilný, radi by sme poznamenali, že neboli testované.",
"Open documentation" : "Otvoriť dokumentáciu",
"Make sure to configure an administrative user that can access the instance via SSO. Logging-in with your regular %s account will not be possible anymore, unless you enabled \"%s\" or you go directly to the URL %s." : "Nezabudnite nastaviť užívateľa-správcu, ktorý má prístup k inštancii prostredníctvom SSO. Prihlásenie pomocou bežného účtu %s už nebude možné, pokiaľ nepovolíte „%s“ alebo nezačnete priamo na URL %s.",
"Make sure to configure an administrative user that can access the instance via SSO. Logging-in with your regular %s account will not be possible anymore, unless you go directly to the URL %s." : "Nezabudnite nastaviť užívateľa-správcu, ktorý má prístup k inštancii prostredníctvom SSO. Prihlásenie pomocou bežného účtu %s už nebude možné, jedine ak začnete priamo na URL %s.",
"Please choose whether you want to authenticate using the SAML provider built-in in Nextcloud or whether you want to authenticate against an environment variable." : "Vyberte, či chcete overovať totožnosť pomocou poskytovateľa SAML zabudovaného v Nextcloud alebo pomocou premennej prostredia.",
"Use built-in SAML authentication" : "Použiť zabudované SAML overenie totožnosti",
"Use environment variable" : "Použiť premennú prostredia",