-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// This file was generated by silverstripe/tx-translator from client/lang/src/sk.json. | ||
// See https://github.com/silverstripe/silverstripe-tx-translator for details | ||
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { | ||
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console | ||
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console | ||
} | ||
} else { | ||
ss.i18n.addDictionary('sk', { | ||
"TOTPRegister.BACK": "Späť", | ||
"TOTPRegister.HOW_TO_USE": "Ako používať aplikáciu autentifikátora.", | ||
"TOTPRegister.INTRO": "Overovacie kódy sa vytvárajú pomocou aplikácie v telefóne.", | ||
"TOTPRegister.MANUAL": "Do aplikácie na overovanie zadajte manuálne nasledujúci kód:", | ||
"TOTPRegister.NEXT": "Ďalej", | ||
"TOTPRegister.OR": "Alebo", | ||
"TOTPVerify.ENTER_CODE": "Zadajte {length}-miestny kód", | ||
"TOTPVerify.HOW_TO_USE": "Ako používať aplikáciu autentifikátora.", | ||
"TOTPVerify.NEXT": "Ďalej", | ||
"TOTPVerify.VERIFY": "Použite overovací kód z aplikácie autentifikátora." | ||
}); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"TOTPRegister.BACK": "Späť", | ||
"TOTPRegister.HOW_TO_USE": "Ako používať aplikáciu autentifikátora.", | ||
"TOTPRegister.INTRO": "Overovacie kódy sa vytvárajú pomocou aplikácie v telefóne.", | ||
"TOTPRegister.MANUAL": "Do aplikácie na overovanie zadajte manuálne nasledujúci kód:", | ||
"TOTPRegister.NEXT": "Ďalej", | ||
"TOTPRegister.OR": "Alebo", | ||
"TOTPVerify.ENTER_CODE": "Zadajte {length}-miestny kód", | ||
"TOTPVerify.HOW_TO_USE": "Ako používať aplikáciu autentifikátora.", | ||
"TOTPVerify.NEXT": "Ďalej", | ||
"TOTPVerify.VERIFY": "Použite overovací kód z aplikácie autentifikátora." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
sk: | ||
SilverStripe\TOTP\Method: | ||
NAME: 'Aplikácia Autentifikátor' | ||
NOT_CONFIGURED: 'Táto metóda ešte nebola nakonfigurovaná.' | ||
SilverStripe\TOTP\RegisterHandler: | ||
DESCRIPTION: 'Pomocou autentifikačnej aplikácie, ako je Google Authenticator, naskenujte nasledujúci kód' | ||
INVALID_CODE: 'Zadaný kód nebol platný' | ||
SUPPORT_LINK_DESCRIPTION: 'Ako používať aplikácie autentifikátora.' | ||
SilverStripe\TOTP\VerifyHandler: | ||
INVALID_CODE: 'Neplatný kód' |