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

lv.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a33136077549c1806f1f85e18946aae5d619cc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Iespējot TOTP",
    "This is your new TOTP secret:" : "Šis ir jūsu jaunais TOTP noslēpums:",
    "Scan this QR code with your TOTP app" : "Skenējiet šo QR kodu ar TOTP programmu",
    "Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "Kad esi pabeidzis konfigurēt savu aplikāciju, ievadi testa kodu šeit lai pārliecinātos ka tā ir pareizi konfigurēta.",
    "Authentication code" : "Autentifikācijas kods",
    "Verify" : "Verificēt",
    "Could not verify your key. Please try again" : "Nevarēja verificēt tavu atslēgu. Mēģini vēlreiz.",
    "You enabled TOTP two-factor authentication for your account" : "Esat iespējojis TOTP divu faktoru autentifikāciju jūsu kontam",
    "You disabled TOTP two-factor authentication for your account" : "Esat atspējojis TOTP divu faktoru autentifikāciju jūsu kontam",
    "TOTP (Authenticator app)" : "TOTP (Autentificētājs programma)",
    "Authenticate with a TOTP app" : "Autentificēt ar TOTP programmu",
    "Two Factor TOTP Provider" : "Otrā faktora TOTP pakalpojumu sniedzējs",
    "Submit" : "Iesniegt",
    "Get the authentication code from the two-factor authentication app on your device." : "Iegūstiet autentifikācijas kodu no divu faktoru autentifikācijas koda autentifikācijas jūsu ierīcē.",
    "TOTP second-factor auth" : "TOTP otrā faktora autentifikācija"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");