nextcloud/apps/twofactor_backupcodes/l10n/tr.js

39 lines
3.0 KiB
JavaScript
Raw Normal View History

2016-12-06 04:07:19 +03:00
OC.L10N.register(
"twofactor_backupcodes",
{
2019-10-07 05:14:42 +03:00
"function" : "işlev",
2019-01-18 04:14:32 +03:00
"_" : "_",
2019-02-21 04:12:02 +03:00
"An error occurred while generating your backup codes" : "Yedek kodlar oluşturulurken bir sorun çıktı",
2019-04-01 03:13:54 +03:00
"{name} backup codes" : "{name} yedek kodları",
2016-12-06 04:07:19 +03:00
"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",
2018-09-30 03:12:06 +03:00
"Backup codes have been generated. {used} of {total} codes have been used." : "Yedek kodları oluşturuldu. {used} / {total} kod kullanılıyor.",
2016-12-06 04:07:19 +03:00
"Regenerate backup codes" : "Yedek kodlarını yeniden oluştur",
2018-09-30 03:12:06 +03:00
"_icon-loading-small_::_generate-backup-codes_" : ["simge-yukleniyor-kucuk","yedek-kodlari-olustur"],
2016-12-06 04:07:19 +03:00
"If you regenerate backup codes, you automatically invalidate old codes." : "Yedek kodlarını yeniden oluşturursanız, eski kodlar geçersiz olur.",
2018-09-28 14:14:08 +03:00
"Generate backup codes" : "Yedek kodları oluştur",
2017-03-10 04:08:01 +03:00
"You created two-factor backup codes for your account" : "İki aşamalı kimlik doğrulama için yedek kodlarınızı oluşturdunuz",
2018-10-02 03:12:55 +03:00
"Second-factor backup codes" : "İki aşamalı kimlik doğrulama yedek kodları",
2019-07-18 05:14:53 +03:00
"You enabled two-factor authentication but did not generate backup codes yet. They are needed to restore access to your account in case you lose your second factor." : "İki aşamalı kimlik doğrulamayı etkinleştirdiniz ancak henüz yedek kodlarını üretmediniz. Bu kodlar herhangi bir nedenle ikinci aşamayı kullanamadığınızda hesabınıza erişebilmenizi sağlar.",
2017-03-10 04:08:01 +03:00
"Backup code" : "Yedek kod",
"Use backup code" : "Yedek kodu kullan",
2018-02-13 00:33:37 +03:00
"Two factor backup codes" : "İki aşamalı kimlik doğrulama yedek kodları",
2018-05-30 03:12:08 +03:00
"A two-factor auth backup codes provider" : "İki aşamalı kimlik doğrulaması için yedek kodlar sağlayıcısı",
2018-10-04 03:12:07 +03:00
"Use one of the backup codes you saved when setting up two-factor authentication." : "İki aşamalı kimlik doğrulamasını ayarlarken yedek kodlarından birini kullanın.",
"Submit" : "Gönder",
2019-01-17 04:12:15 +03:00
"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",
2019-07-17 05:15:32 +03:00
"beforeMount" : "baglanmadanOnce",
2019-09-17 15:33:26 +03:00
"Nextcloud backup codes" : "Nextcloud yedek kodları",
2019-07-17 05:15:32 +03:00
"You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "İki aşamalı kimlik doğrulamasını etkinleştirmiş ancak yedek kodlarını üretmemişsiniz. İkinci aşamaya erişemediğiniz zaman kullanabilmek için yedek kodlarını üretmeyi unutmayın."
2016-12-06 04:07:19 +03:00
},
"nplurals=2; plural=(n > 1);");