diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-18 01:07:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-18 01:07:50 +0000 |
commit | 9e1e7dac479f63f194b595e45c05d7bf833622dd (patch) | |
tree | a5fda69013cf35e913ff1c84c7f773d2ba9a2195 /apps/twofactor_backupcodes | |
parent | 3adee0f18bda27d380459236fe26f2f4ea5feaa8 (diff) | |
download | nextcloud-server-9e1e7dac479f63f194b595e45c05d7bf833622dd.tar.gz nextcloud-server-9e1e7dac479f63f194b595e45c05d7bf833622dd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/twofactor_backupcodes')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/fi.js | 21 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/fi.json | 19 |
2 files changed, 40 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/l10n/fi.js b/apps/twofactor_backupcodes/l10n/fi.js new file mode 100644 index 00000000000..6bcf7f1ad82 --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/fi.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "twofactor_backupcodes", + { + "Generate backup codes" : "Luo varakoodit", + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Varakoodit on luotu. {{used}}/{{total}} koodia on käytetty.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Nämä ovat varakoodisi. Tallenna ja/tai tulosta ne, koska et voi lukea koodeja myöhemmin", + "Save backup codes" : "Tallenna varakoodit", + "Print backup codes" : "Tulosta varakoodit", + "Regenerate backup codes" : "Uudelleenluo varakoodit", + "If you regenerate backup codes, you automatically invalidate old codes." : "Jos uudelleenluot varakoodit, vanhat varakoodit poistetaan käytöstä.", + "An error occurred while generating your backup codes" : "Tapahtui virhe varakoodeja luotaessa", + "Nextcloud backup codes" : "Nextcloud-varakoodit", + "Two-factor authentication" : "Kaksivaiheinen tunnistautuminen", + "You successfully logged in using two-factor authentication (%1$s)" : "Kirjauduit onnistuneesti sisään käyttäen kaksivaiheista tunnistautumista (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Kirjautumisyritys kaksivaiheista tunnistautumista käyttäen epäonnistui (%1$s)", + "You created two-factor backup codes for your account" : "Loit kaksivaiheisen tunnistautumisen varakoodit tilillesi", + "Backup code" : "Varakoodi", + "Use backup code" : "Käytä varakoodia", + "Second-factor backup codes" : "Kaksivaiheisen tunnistautumisen varakoodit" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/fi.json b/apps/twofactor_backupcodes/l10n/fi.json new file mode 100644 index 00000000000..6aa14e1f790 --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/fi.json @@ -0,0 +1,19 @@ +{ "translations": { + "Generate backup codes" : "Luo varakoodit", + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Varakoodit on luotu. {{used}}/{{total}} koodia on käytetty.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Nämä ovat varakoodisi. Tallenna ja/tai tulosta ne, koska et voi lukea koodeja myöhemmin", + "Save backup codes" : "Tallenna varakoodit", + "Print backup codes" : "Tulosta varakoodit", + "Regenerate backup codes" : "Uudelleenluo varakoodit", + "If you regenerate backup codes, you automatically invalidate old codes." : "Jos uudelleenluot varakoodit, vanhat varakoodit poistetaan käytöstä.", + "An error occurred while generating your backup codes" : "Tapahtui virhe varakoodeja luotaessa", + "Nextcloud backup codes" : "Nextcloud-varakoodit", + "Two-factor authentication" : "Kaksivaiheinen tunnistautuminen", + "You successfully logged in using two-factor authentication (%1$s)" : "Kirjauduit onnistuneesti sisään käyttäen kaksivaiheista tunnistautumista (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Kirjautumisyritys kaksivaiheista tunnistautumista käyttäen epäonnistui (%1$s)", + "You created two-factor backup codes for your account" : "Loit kaksivaiheisen tunnistautumisen varakoodit tilillesi", + "Backup code" : "Varakoodi", + "Use backup code" : "Käytä varakoodia", + "Second-factor backup codes" : "Kaksivaiheisen tunnistautumisen varakoodit" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |