-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from selcukcukur/master
Turkish language file is included.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Backpack\LangFileManager Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are used by the CRUD interface for lang files. | ||
| You are free to change them to anything | ||
| you want to customize your views to better match your application. | ||
| | ||
*/ | ||
|
||
'active' => 'Aktif', | ||
'cant_edit_online' => 'Bu dosya çevirimiçi olarak düzenlenemez.', | ||
'code_iso639-1' => 'Kod (ISO 639-1)', | ||
'default' => 'Varsayılan', | ||
'empty_file' => 'Şuanda yapılabilecek bir çeviri yok.', | ||
'flag_image' => 'Bayrak görseli', | ||
'key' => 'Anahtar', | ||
'language' => 'dil', | ||
'language_name' => 'Dil adı', | ||
'language_text' => ':language_name metin', | ||
'language_translation' => ':language_name çeviri', | ||
'languages' => 'diller', | ||
'please_fill_all_fields' => 'Lütfen tüm boş alanları doldurun.', | ||
'rules_text' => "<strong>Not : </strong> Çeviri yaparken (örn: ':number_of_items'). Şeklinde başında üst üste iki nokta olan alanları değiştirmeyiniz.", | ||
'saved' => 'Kaydet', | ||
'site_texts' => 'Site metinleri', | ||
'switch_to' => 'Değiştir', | ||
'texts' => 'Metinler', | ||
'translate' => 'Çevir', | ||
'translations' => 'Çeviriler', | ||
'native_name' => 'Gerçek Adı', | ||
|
||
]; |