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

ru.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3cb0b1615c3dddfd79c5262170cebf852d78effb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 приложения",
    "Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "После настройки приложения, введите ниже проверочный ключ, что бы убедиться, что все приложение было настроено правильно.",
    "Authentication code" : "Код аутентификации",
    "Verify" : "Проверить",
    "Could not enable TOTP" : "Не удалось включить TOTP",
    "Could not verify your key. Please try again" : "Не удаётся проверить ваш ключ. Попробуйте ещё раз.",
    "You enabled TOTP two-factor authentication for your account" : "Вы включили двухфакторную авторизацию TOTP для своего аккаунта",
    "You disabled TOTP two-factor authentication for your account" : "Вы отключили двухфакторную авторизацию TOTP для своего аккаунта",
    "TOTP (Authenticator app)" : "TOTP (Приложение авторизации)",
    "Authenticate with a TOTP app" : "Аутентифицируйтесь с помощью TOTP приложения",
    "Two Factor TOTP Provider" : "Второй фактор — приложение TOTP",
    "Submit" : "Отправить",
    "Get the authentication code from the two-factor authentication app on your device." : "Получите аутентификационный код из приложения двухфакторной аутентификации на вашем устройстве.",
    "TOTP second-factor auth" : "Аутентификация вторым фактором с помощью TOTP"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");