Skip to content

Commit

Permalink
Fix tr langs (#5404)
Browse files Browse the repository at this point in the history
* tr langs fixed

* tr langs fixed
  • Loading branch information
ahmetbedir committed Aug 28, 2021
1 parent 1102296 commit 10957c7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion publishable/database/seeds/DataRowsTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function run()
if (!$dataRow->exists) {
$dataRow->fill([
'type' => 'relationship',
'display_name' => 'Roles',
'display_name' => __('voyager::seeders.data_rows.roles'),
'required' => 0,
'browse' => 1,
'read' => 1,
Expand Down
2 changes: 1 addition & 1 deletion publishable/lang/tr/bread.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'server_pagination' => 'Server-side Sayfalama',
'soft_deletes_on' => 'Silinenleri Göster',
'soft_deletes_off' => 'Silinenleri Gizle',
'updated_order' => 'Order updated successfully',
'updated_order' => 'Sıralama başarıyla güncellendi',
'url_slug' => 'Kısa ad (URL - eşsiz olmalı)',
'url_slug_ph' => 'Kısa ad (URL - ör. posts)',
];
6 changes: 3 additions & 3 deletions publishable/lang/tr/generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@
'items' => 'Nesne(ler)',
'keep_sidebar_open' => 'Yan menüyü açık tut',
'key' => 'Anahtar',
'last_modified' => 'Son güncellenem',
'last_modified' => 'Son düzenleme',
'length' => 'Uzunluk',
'locale' => 'Dil',
'login' => 'Giriş',
'logout' => 'Çıkış',
'media' => 'Medya',
'menu_builder' => 'Menu Oluşturucu',
'move' => 'Hareket',
'move' => 'Taşı',
'name' => 'İsim',
'new' => 'Yeni',
'no' => 'Hayır',
'no_thanks' => 'Hayır Teşekkürler',
'none' => 'None',
'not_null' => 'Not Null',
'no_results' => 'No results',
'no_results' => 'Sonuç yok',
'options' => 'Seçenekler',
'password' => 'Parola',
'permissions' => 'İzinler',
Expand Down
4 changes: 2 additions & 2 deletions publishable/lang/tr/media.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'destination_folder' => 'Dosya Konumu',
'drag_drop_info' => 'Sürükle bırak yöntemiyle hızlıca resim yükle',
'error_already_exists' => 'Malesef dosya/dizin ile aynı isimde bulunan bir kayıt var',
'error_creating_dir' => 'Malesef dizin oluşturuken bir şeyler yolunda gitmedi, '.'Lütfen izinlerinizi kontrol ediniz',
'error_creating_dir' => 'Malesef dizin oluşturuken bir şeyler yolunda gitmedi, Lütfen izinlerinizi kontrol ediniz',
'error_deleting_file' => 'Bu dosyayı silerken bir sorun oluştu, lütfen izinlerinizi kontrol ediniz ',
'error_deleting_folder' => 'Malesef bu dizini silerken bir sorun oluştu, lütfen izinlerinizi kontrol ediniz',
'error_may_exist' => 'Dosya/dizin ile aynı isimde bulunan bir kayıt olabilir lütfen ismini değiştirin',
Expand All @@ -17,7 +17,7 @@
'folder_exists_already' => 'Malesef bu dizinden var ama isterseniz silip tekrar oluşturabilirsiniz ',
'image_does_not_exist' => 'Resim bulanamadı',
'image_removed' => 'Resim silindi',
'library' => 'Medya silindi',
'library' => 'Kütüphane',
'loading' => 'Medya dosyanızı bekleyin',
'move_file_folder' => 'Dosya/Dizin taşı',
'new_file_folder' => 'Yeni Dosya/Dizin ismi',
Expand Down
1 change: 1 addition & 0 deletions publishable/lang/tr/seeders.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'post_image' => 'Yazı Görseli',
'remember_token' => 'Token\'ı Hatırla',
'role' => 'Rol',
'roles' => 'Roller',
'seo_title' => 'SEO Başlığı',
'slug' => 'Kısa ad (URL)',
'status' => 'Durum',
Expand Down

0 comments on commit 10957c7

Please sign in to comment.