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

bg.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8d9064dbbf3f3b8f9b37debed5c94e682d52630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Включи TOTP",
    "This is your new TOTP secret:" : "Това е вашата TOTP парола:",
    "Scan this QR code with your TOTP app" : "Сканирайте QR кода с TOTP приложение",
    "Authentication code" : "Идентификационен код",
    "Verify" : "Потвърждаване",
    "Could not verify your key. Please try again" : "Вашия ключ не можа да бъде потвърден. Моля, опитайте отново.",
    "Authenticate with a TOTP app" : "Идентифицирате с TOTP приложение",
    "Submit" : "Изпращане"
},
"nplurals=2; plural=(n != 1);");