diff options
| author | 2022-10-12 08:21:09 +0200 | |
|---|---|---|
| committer | 2022-10-12 08:21:09 +0200 | |
| commit | 4f830e0d71ee0949bb06a90410dc1b32b697935b (patch) | |
| tree | 1311d75ba279b03eca1ba33d54ebca5c1794fc96 /app/i18n/tr/admin.php | |
| parent | 4881e126ee36278fc92fc2a221687b1157b0d929 (diff) | |
Complete Turkish translation (#4715)
* Complete Turkish translation
* make fix-all
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/tr/admin.php')
| -rw-r--r-- | app/i18n/tr/admin.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php index 8790bfedf..1a6d83b21 100644 --- a/app/i18n/tr/admin.php +++ b/app/i18n/tr/admin.php @@ -170,18 +170,18 @@ return array( 'registration' => array( 'number' => 'En fazla hesap sayısı', 'select' => array( - 'label' => 'Registration form', // TODO + 'label' => 'Kayıt Formu', 'option' => array( - 'noform' => 'Disabled: No registration form', // TODO - 'nolimit' => 'Enabled: No limit of accounts', // TODO - 'setaccountsnumber' => 'Set max. number of accounts', // TODO + 'noform' => 'Devre Dışı: Kayıt Formu', + 'nolimit' => 'Devrede: Hesap limiti yok', + 'setaccountsnumber' => 'Maksimum hesap limitini ayarla', ), ), 'status' => array( - 'disabled' => 'Form disabled', // TODO - 'enabled' => 'Form enabled', // TODO + 'disabled' => 'Form devre dışı', + 'enabled' => 'Form devrede', ), - 'title' => 'User registration form', // TODO + 'title' => 'Kullanıcı kayıt formu', ), ), 'update' => array( |
