File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ // This file was generated by silverstripe/tx-translator from client/lang/src/sk.json.
2
+ // See https://github.com/silverstripe/silverstripe-tx-translator for details
3
+ if ( typeof ( ss ) === 'undefined' || typeof ( ss . i18n ) === 'undefined' ) {
4
+ if ( typeof ( console ) !== 'undefined' ) { // eslint-disable-line no-console
5
+ console . error ( 'Class ss.i18n not defined' ) ; // eslint-disable-line no-console
6
+ }
7
+ } else {
8
+ ss . i18n . addDictionary ( 'sk' , {
9
+ "TOTPRegister.BACK" : "Späť" ,
10
+ "TOTPRegister.HOW_TO_USE" : "Ako používať aplikáciu autentifikátora." ,
11
+ "TOTPRegister.INTRO" : "Overovacie kódy sa vytvárajú pomocou aplikácie v telefóne." ,
12
+ "TOTPRegister.MANUAL" : "Do aplikácie na overovanie zadajte manuálne nasledujúci kód:" ,
13
+ "TOTPRegister.NEXT" : "Ďalej" ,
14
+ "TOTPRegister.OR" : "Alebo" ,
15
+ "TOTPVerify.ENTER_CODE" : "Zadajte {length}-miestny kód" ,
16
+ "TOTPVerify.HOW_TO_USE" : "Ako používať aplikáciu autentifikátora." ,
17
+ "TOTPVerify.NEXT" : "Ďalej" ,
18
+ "TOTPVerify.VERIFY" : "Použite overovací kód z aplikácie autentifikátora."
19
+ } ) ;
20
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "TOTPRegister.BACK" : " Späť" ,
3
+ "TOTPRegister.HOW_TO_USE" : " Ako používať aplikáciu autentifikátora." ,
4
+ "TOTPRegister.INTRO" : " Overovacie kódy sa vytvárajú pomocou aplikácie v telefóne." ,
5
+ "TOTPRegister.MANUAL" : " Do aplikácie na overovanie zadajte manuálne nasledujúci kód:" ,
6
+ "TOTPRegister.NEXT" : " Ďalej" ,
7
+ "TOTPRegister.OR" : " Alebo" ,
8
+ "TOTPVerify.ENTER_CODE" : " Zadajte {length}-miestny kód" ,
9
+ "TOTPVerify.HOW_TO_USE" : " Ako používať aplikáciu autentifikátora." ,
10
+ "TOTPVerify.NEXT" : " Ďalej" ,
11
+ "TOTPVerify.VERIFY" : " Použite overovací kód z aplikácie autentifikátora."
12
+ }
Original file line number Diff line number Diff line change
1
+ sk :
2
+ SilverStripe\TOTP\Method :
3
+ NAME : ' Aplikácia Autentifikátor'
4
+ NOT_CONFIGURED : ' Táto metóda ešte nebola nakonfigurovaná.'
5
+ SilverStripe\TOTP\RegisterHandler :
6
+ DESCRIPTION : ' Pomocou autentifikačnej aplikácie, ako je Google Authenticator, naskenujte nasledujúci kód'
7
+ INVALID_CODE : ' Zadaný kód nebol platný'
8
+ SUPPORT_LINK_DESCRIPTION : ' Ako používať aplikácie autentifikátora.'
9
+ SilverStripe\TOTP\VerifyHandler :
10
+ INVALID_CODE : ' Neplatný kód'
You can’t perform that action at this time.
0 commit comments