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

tr.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a1b59aee4c6646748f8300fb579fc81e337ef4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "twofactor_totp",
    {
    "You enabled TOTP two-factor authentication for your account" : "Hesabınız için TOTP iki aşamalı kimlik doğrulamasını etkinleştirdiniz",
    "You disabled TOTP two-factor authentication for your account" : "Hesabınız için TOTP iki aşamalı kimlik doğrulamasını devre dışı bıraktınız",
    "TOTP two-factor authentication disabled by an admin" : "TOTP iki aşamalı kimlik doğrulaması yönetici tarafından devre dışı bırakılmış",
    "TOTP (Authenticator app)" : "TOTP (kimlik doğrulama uygulaması)",
    "Authenticate with a TOTP app" : "TOTP uygulamasıyla kimlik doğrulama",
    "Two-Factor TOTP Provider" : "İki aşamalı kimlik doğrulama TOTP hizmeti sağlayıcısı",
    "TOTP two-factor provider" : "TOTP iki aşamalı kimlik doğrulama hizmeti sağlayıcısı",
    "A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "TOTP için iki aşamalı kimlik doğrulama hizmeti sağlayıcısı (RFC 6238)",
    "Enable TOTP" : "TOTP kullanılsın",
    "Could not enable TOTP" : "TOTP etkinleştirilemedi",
    "Could not verify your key. Please try again" : "Anahtarınız doğrulanamadı. Lütfen yeniden deneyin",
    "Your new TOTP secret is:" : "Yeni TOTP parolanız:",
    "For quick setup, scan this QR code with your TOTP app:" : "Hızlı kurulum için TOTP uygulamanızla şu QR kodunu tarayın:",
    "After you configured your app, enter a test code below to ensure everything works correctly:" : "Uygulamanızı yapılandırdıktan sonra aşağı bir deneme kodu yazarak herşeyin düzgün çalıştığından emin olun:",
    "Authentication code" : "Kimlik doğrulama kodu",
    "Verify" : "Doğrula",
    "Get the authentication code from the two-factor authentication app on your device." : "Aygıtınızda yüklü iki aşamalı kimlik doğrulaması uygulamasından kodu alın.",
    "Submit" : "Gönder"
},
"nplurals=2; plural=(n > 1);");