2FAuth/resources/lang/tr/titles.php
2024-05-29 10:37:52 +02:00

58 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
/*
|--------------------------------------------------------------------------
| Titles Language Lines
|--------------------------------------------------------------------------
|
*/
'start' => 'Yeni hesap',
'capture' => 'QR flaşı',
'accounts' => 'Hesaplar',
'createAccount' => 'Hesap oluştur',
'importAccounts' => 'Hesapları içeri aktar',
'editAccount' => 'Hesap düzenle',
'showQRcode' => 'QR kod olarak hesap',
'groups' => 'Gruplar',
'createGroup' => 'Grup oluştur',
'editGroup' => 'Grup düzenle',
'settings' => [
'options' => 'Seçenekler',
'account' => 'Kullanıcı hesabı',
'oauth' => [
'tokens' => 'OAuth tokenleri',
'generatePAT' => 'Yeni kişisel token',
],
'webauthn' => [
'editCredential' => 'Cihaz düzenle',
'devices' => 'WebAuthn cihazları',
],
],
'login' => 'Giriş',
'register' => 'Kayıt ol',
'autolock' => 'Otomatik kilitleme',
'password' => [
'request' => 'Parola sıfırlama',
'reset' => 'Yeni parola',
],
'webauthn' => [
'lost' => 'Hesap kurtarma',
'recover' => 'Yeni cihaz ekle',
],
'flooded' => 'Flood',
'genericError' => 'Hata',
'404' => 'Öge bulunamadı',
'about' => 'Hakkında',
'admin' => [
'appSetup' => 'Uygulama kurulumu',
'users' => 'Kullanıcı yönetimi',
'createUser' => 'Kullanıcı oluştur',
'manageUser' => 'Kullanıcı yönet',
'logs' => [
'access' => 'Erişim günlüğü'
]
]
];