-
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
6 changed files
with
84 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/cow from client/lang/src/fi_FI.json. | ||
// See https://github.com/silverstripe/cow 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('fi_FI', { | ||
"TOTPRegister.NEXT": "Seuraava", | ||
"TOTPRegister.BACK": "Takaisin", | ||
"TOTPRegister.INTRO": "Todennuskoodit luodaan puhelimesi sovelluksella.", | ||
"TOTPRegister.OR": "Tai", | ||
"TOTPRegister.MANUAL": "Kirjoita seuraava koodi käsin todennus sovellukseen:", | ||
"TOTPRegister.HOW_TO_USE": "Miten käytät todennus sovellusta.", | ||
"TOTPVerify.NEXT": "Seuraava", | ||
"TOTPVerify.HOW_TO_USE": "Miten käytät todennus sovellusta.", | ||
"TOTPVerify.VERIFY": "Käytä varmennuskoodia todennus sovelluksestasi.", | ||
"TOTPVerify.ENTER_CODE": "Lisää {length}-numeroinen koodi" | ||
}); | ||
} |
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.NEXT": "Seuraava", | ||
"TOTPRegister.BACK": "Takaisin", | ||
"TOTPRegister.INTRO": "Todennuskoodit luodaan puhelimesi sovelluksella.", | ||
"TOTPRegister.OR": "Tai", | ||
"TOTPRegister.MANUAL": "Kirjoita seuraava koodi käsin todennus sovellukseen:", | ||
"TOTPRegister.HOW_TO_USE": "Miten käytät todennus sovellusta.", | ||
"TOTPVerify.NEXT": "Seuraava", | ||
"TOTPVerify.HOW_TO_USE": "Miten käytät todennus sovellusta.", | ||
"TOTPVerify.VERIFY": "Käytä varmennuskoodia todennus sovelluksestasi.", | ||
"TOTPVerify.ENTER_CODE": "Lisää {length}-numeroinen koodi" | ||
} |
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.NEXT": "Nästa", | ||
"TOTPRegister.BACK": "Tillbaka", | ||
"TOTPRegister.INTRO": "Verifieringskoderna skapas av en app på din telefon.", | ||
"TOTPRegister.OR": "Eller", | ||
"TOTPRegister.MANUAL": "Ange manuellt följande kod i autentiseringsappen:", | ||
"TOTPRegister.HOW_TO_USE": "Hur man använder autentiseringsappen.", | ||
"TOTPVerify.NEXT": "Nästa", | ||
"TOTPVerify.HOW_TO_USE": "Hur man använder autentiseringsappen.", | ||
"TOTPVerify.VERIFY": "Använd verifieringskoden från din autentiseringsapp.", | ||
"TOTPVerify.ENTER_CODE": "Ange {length}-siffrig kod" | ||
} |
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/cow from client/lang/src/sv.json. | ||
// See https://github.com/silverstripe/cow 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('sv', { | ||
"TOTPRegister.NEXT": "Nästa", | ||
"TOTPRegister.BACK": "Tillbaka", | ||
"TOTPRegister.INTRO": "Verifieringskoderna skapas av en app på din telefon.", | ||
"TOTPRegister.OR": "Eller", | ||
"TOTPRegister.MANUAL": "Ange manuellt följande kod i autentiseringsappen:", | ||
"TOTPRegister.HOW_TO_USE": "Hur man använder autentiseringsappen.", | ||
"TOTPVerify.NEXT": "Nästa", | ||
"TOTPVerify.HOW_TO_USE": "Hur man använder autentiseringsappen.", | ||
"TOTPVerify.VERIFY": "Använd verifieringskoden från din autentiseringsapp.", | ||
"TOTPVerify.ENTER_CODE": "Ange {length}-siffrig kod" | ||
}); | ||
} |
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 @@ | ||
fi_FI: | ||
SilverStripe\TOTP\Method: | ||
NAME: 'Todennus sovellusta' | ||
NOT_CONFIGURED: 'Tätä toimintoa ei vielä ole määritetty.' | ||
SilverStripe\TOTP\RegisterHandler: | ||
DESCRIPTION: 'Käytä todennus appia kuten Google Authenticator koodin skannaamiseen' | ||
INVALID_CODE: 'Annettu koodi ei ole voimassa oleva' | ||
SUPPORT_LINK_DESCRIPTION: 'Miten käytät todennus sovellusta.' | ||
SilverStripe\TOTP\VerifyHandler: | ||
INVALID_CODE: 'Virheellinen koodi' |
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 @@ | ||
sv: | ||
SilverStripe\TOTP\Method: | ||
NAME: Autentiseringsapp | ||
NOT_CONFIGURED: 'Denna metod har inte konfigurerats ännu.' | ||
SilverStripe\TOTP\RegisterHandler: | ||
DESCRIPTION: 'Använd en autentiseringsapp som till exempel Google Authenticator för att skanna följande kod' | ||
INVALID_CODE: 'Den angivna koden var inte giltig' | ||
SUPPORT_LINK_DESCRIPTION: 'Hur man använder autentiseringsappar.' | ||
SilverStripe\TOTP\VerifyHandler: | ||
INVALID_CODE: 'Felaktig kod' |