diff options
Diffstat (limited to 'apps/twofactor_backupcodes/l10n/tr.js')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/tr.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/l10n/tr.js b/apps/twofactor_backupcodes/l10n/tr.js index 7b0c51c98ad..25809165220 100644 --- a/apps/twofactor_backupcodes/l10n/tr.js +++ b/apps/twofactor_backupcodes/l10n/tr.js @@ -1,10 +1,22 @@ 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ı", |