Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fi.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c2672acb9fc544fe778141fad8c4ade58c03328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Käytä TOTP:tä",
    "This is your new TOTP secret:" : "Tämä on uusi TOTP-salaisuutesi:",
    "Scan this QR code with your TOTP app" : "Skannaa tämä QR-koodi TOTP-sovelluksellasi",
    "Authentication code" : "Vahvistuskoodi",
    "You enabled TOTP two-factor authentication for your account" : "Otit TOTP-tunnistautumisen käyttöön tililläsi",
    "You disabled TOTP two-factor authentication for your account" : "Poistit TOTP-tunnistautumisen käytöstä tililläsi",
    "TOTP (Authenticator app)" : "TOTP (Authenticator-sovellus)",
    "Authenticate with a TOTP app" : "Tunnistaudu TOTP-sovelluksella",
    "Submit" : "Lähetä",
    "Get the authentication code from the two-factor authentication app on your device." : "Hanki vahvistuskoodi laitteesi 2-vaiheisen tunnistautumisen sovelluksesta.",
    "TOTP second-factor auth" : "TOTP-tunnistautuminen"
},
"nplurals=2; plural=(n != 1);");