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

tr.js « l10n « twofactor_backupcodes « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa110e1c62091e24573ca4458f215f3a070a2dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
OC.L10N.register(
    "twofactor_backupcodes",
    {
    "activated" : "etkinleştirildi",
    "updated" : "güncellendi",
    "mounted" : "bağlandı",
    "deactivated" : "devre dışı bırakıldı",
    "beforeCreate" : "eklenmedenOnce",
    "created" : "eklenme",
    "beforeUpdate" : "guncellenmedenOnce",
    "beforeDestroy" : "yokEdilmedenOnce",
    "destroyed" : "yokEdildi",
    "beforeMount" : "baglanmadanOnce",
    "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Yedek kodlarınızı burada görebilirsiniz. Kodları daha sonra göremeyeceğiniz için bu kodları kaydedin ya da yazdırın",
    "Save backup codes" : "Yedek kodları kaydet",
    "Print backup codes" : "Yedek kodları yazdır",
    "Backup codes have been generated. {used} of {total} codes have been used." : "Yedek kodları oluşturuldu.  {used} / {total} kod kullanılıyor.",
    "Regenerate backup codes" : "Yedek kodlarını yeniden oluştur",
    "_icon-loading-small_::_generate-backup-codes_" : ["simge-yukleniyor-kucuk","yedek-kodlari-olustur"],
    "If you regenerate backup codes, you automatically invalidate old codes." : "Yedek kodlarını yeniden oluşturursanız, eski kodlar geçersiz olur.",
    "Generate backup codes" : "Yedek kodları oluştur",
    "An error occurred while generating your backup codes" : "Yedek kodlar oluşturulurken bir sorun çıktı",
    "Nextcloud backup codes" : "Nextcloud yedek kodları",
    "You created two-factor backup codes for your account" : "İki aşamalı kimlik doğrulama için yedek kodlarınızı oluşturdunuz",
    "Second-factor backup codes" : "İki aşamalı kimlik doğrulama yedek kodları",
    "Backup code" : "Yedek kod",
    "Use backup code" : "Yedek kodu kullan",
    "Two factor backup codes" : "İki aşamalı kimlik doğrulama yedek kodları",
    "A two-factor auth backup codes provider" : "İki aşamalı kimlik doğrulaması için yedek kodlar sağlayıcısı",
    "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Yedek kodları oluşturuldu. {{used}} / {{total}} kod kullanılıyor."
},
"nplurals=2; plural=(n > 1);");