Localisation updates from https://translatewiki.net.

Change-Id: I94eed4f78d93a245e5ee0723f8ae01690ca12b9a
This commit is contained in:
Translation updater bot 2019-10-08 09:33:53 +02:00
parent ab928fb370
commit 475d8145e9
4 changed files with 23 additions and 5 deletions

View file

@ -6,5 +6,7 @@
},
"oathauth-account": "Paskyros vardas:",
"oathauth-auth-ui": "Prašome įvesti patvirtinimo kodą iš jūsų identifikacijos įrenginio.",
"action-oathauth-api-all": "patikrinti OATH būseną"
"action-oathauth-api-all": "patikrinti OATH būseną",
"oathauth-ui-not-enabled-modules": "Pakeisti į alternatyvų metodą",
"oathauth-disable-method-warning-button-label": "Patvirtinti ir tęsti"
}

View file

@ -77,6 +77,8 @@
"oathauth-enable-page-title": "Включить $1",
"oathauth-action-exclusive-to-2fa": "Это действие могут выполнять только участники с включённой двухфакторной аутентификацией.",
"oathauth-ui-available-modules": "Доступные методы",
"oathauth-ui-general-help": "'''Многофакторная аутентификация''' ('''МФА''') — расширенная аутентификация, метод контроля доступа к компьютеру, в котором пользователю для получения доступа к информации необходимо предъявить более одного «доказательства механизма аутентификации». [https://ru.wikipedia.org/wiki/Многофакторная_аутентификация Подробнее]",
"oathauth-totp-description": "TOTP (Time-based One-Time Password Algorithm) — OATH-алгоритм создания одноразовых паролей для защищенной аутентификации, являющийся улучшением HOTP (HMAC-Based One-Time Password Algorithm).",
"oathauth-disable-method-warning-header": "Подтвердите отключение метода аутентификации",
"oathauth-disable-method-warning-button-label": "Подтвердить и продолжить",
"oathauth-disable-method-warning": "Если вы отключите метод двухфакторной аутентификации $1, вы больше не сможете использовать этот метод при входе в систему, и все данные, связанные с этим методом аутентификации, будут удалены",

View file

@ -1,10 +1,12 @@
{
"@metadata": {
"authors": [
"Teslaton"
"Teslaton",
"Vlad5250"
]
},
"oathauth-desc": "Poskytuje podporu pre autentifikáciu pomocou jednorázových hesiel, založených na HMAC",
"disableoathforuser": "Vypnúť dvojfaktorovú autentifikáciu používateľa",
"specialpages-group-oath": "Dvojfaktorová autentifikácia",
"oathauth-account": "Názov účtu:",
"oathauth-secret": "Tajný kľúč pre dvojfaktorovú autentifikáciu:",
@ -23,16 +25,27 @@
"oathauth-step3": "Krok 3: Zapíšte si jednorazové kódy",
"oathauth-step4": "Krok 4: Overenie",
"oathauth-entertoken": "Pre overenie zadajte kód z vášho autentifikačného zariadenia:",
"oathauth-disable-for-user": "Vypnúť dvojfaktorovú autentifikáciu používateľa",
"right-oathauth-disable-for-user": "Vypnúť dvojfaktorovú autentifikáciu používateľa",
"action-oathauth-disable-for-user": "vypnúť dvojfaktorovú autentifikáciu používateľa",
"oathauth-enteruser": "Používateľské meno:",
"right-oathauth-enable": "Zapnutie dvojfaktorovej autentifikácie",
"action-oathauth-enable": "zapnúť dvojfaktorovú autentifikáciu",
"oathauth-auth-token-label": "Kód",
"oathauth-auth-token-help": "Jednorazové heslo používané ako druhý faktor dvojfaktorovej autentifikácie.",
"oathauth-auth-ui": "Zadajte prosím overovací kód zo svojho autentifikačného zariadenia",
"oathauth-auth-ui": "Zadajte prosím overovací kód zo svojho autentifikačného zariadenia.",
"oathauth-throttled": "Príliš veľa pokusov o overenie! Počkajte prosím $1.",
"oathauth-login-failed": "Overenie sa nepodarilo.",
"oathauth-describe-provider": "Dvojfaktorová autentifikácia (OATH).",
"grant-group-authentication": "Vykonávanie autentifikačných akcií pre seba alebo pre ostatných",
"grant-oath": "Prístup k informáciám o dvojfaktorovej autentifikácii (OATH) k sebe a ostatným",
"right-oathauth-api-all": "Zisťovanie a overovanie informácií týkajúcich sa OATH k sebe a ostatným",
"action-oathauth-api-all": "kontrolovať stav OATH"
"action-oathauth-api-all": "kontrolovať stav OATH",
"oathauth-ui-manage": "Spravovať",
"oathmanage": "Spravovanie dvojfaktorovej autentifikácie",
"oathauth-enable-generic": "Zapnúť",
"oathauth-disable-generic": "Vypnúť",
"oathauth-disable-page-title": "Vypnúť $1",
"oathauth-enable-page-title": "Zapnúť $1",
"oathauth-disable-method-warning-button-label": "Potvrdiť a pokračovať"
}

View file

@ -65,5 +65,6 @@
"oathauth-disable-page-title": "Inaktivera $1",
"oathauth-enable-page-title": "Aktivera $1",
"oathauth-action-exclusive-to-2fa": "Denna åtgärd kan endast utföras av användare som har tvåfaktorautentisering aktiverad.",
"oathauth-ui-available-modules": "Tillgängliga metoder"
"oathauth-ui-available-modules": "Tillgängliga metoder",
"oathauth-disable-method-warning-button-label": "Bekräfta och fortsätt"
}