From 4f830e0d71ee0949bb06a90410dc1b32b697935b Mon Sep 17 00:00:00 2001 From: Cilga Iscan Tercanli Date: Wed, 12 Oct 2022 08:21:09 +0200 Subject: Complete Turkish translation (#4715) * Complete Turkish translation * make fix-all Co-authored-by: Alexandre Alapetite --- app/i18n/tr/admin.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app/i18n/tr/admin.php') 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( -- cgit v1.2.3