Merge pull request #866 from mahony0/patch-1

Update lang.php
This commit is contained in:
Samuel Georges 2015-01-10 10:41:32 +11:00
commit 6ffccd9e4e
1 changed files with 58 additions and 58 deletions

View File

@ -2,19 +2,19 @@
return [
'field' => [
'invalid_type' => 'Invalid field type used :type.',
'options_method_not_exists' => 'The model class :model must define a method :method() returning options for the ":field" form field.',
'invalid_type' => 'Geçersiz field tipi :type.',
'options_method_not_exists' => ':model Model\'i ":field" formuna geri dönüş için bir :method() metod tanımlamalıdır.',
],
'widget' => [
'not_registered' => "A widget class name ':name' has not been registered",
'not_bound' => "A widget with class name ':name' has not been bound to the controller",
'not_registered' => "':name' isimli widget sınıfı sistemde kayıtlı değil",
'not_bound' => "':name' isimli widget sınıfı controllerda tanımlanmamış",
],
'page' => [
'untitled' => "Başlıksız",
'access_denied' => [
'label' => "Giriş engellendi",
'help' => "Bu sayfayı görüntülemek için gerekli izinlere sahip değilsiniz.",
'cms_link' => "CMS uç git",
'cms_link' => "Ana sayfaya dön",
],
],
'partial' => [
@ -41,7 +41,7 @@ return [
'apply' => 'Onayla',
'cancel' => 'İptal',
'delete' => 'Sil',
'ok' => 'OK',
'ok' => 'Tamam',
],
'dashboard' => [
'menu_label' => 'Pano',
@ -50,7 +50,7 @@ return [
'name' => 'Yönetici',
'menu_label' => 'Yöneticiler',
'list_title' => 'Yöneticileri Yönet',
'new' => 'New Administrator',
'new' => 'Yeni Yönetici',
'login' => "Kullanıcı Adı",
'first_name' => "Adı",
'last_name' => "Soyadı",
@ -65,31 +65,31 @@ return [
'superuser_comment' => "Kullanıcıya her alanda yetki vermek için burayı işaretleyin.",
'send_invite' => 'Email ile davet gönder',
'send_invite_comment' => 'Kullanıcının email adresine davet göndermek için burayı işaretleyin',
'delete_confirm' => 'Do you really want to delete this administrator?',
'return' => 'Return to the administrator list',
'delete_confirm' => 'Bu yöneticiyi gerçekten silmek istiyor musunuz?',
'return' => 'Yöneticiler listesine dön',
'group' => [
'name' => 'Grup',
'name_field' => 'Adı',
'menu_label' => 'Gruplar',
'list_title' => 'Grupları Yönet',
'new' => 'New Administrator Group',
'delete_confirm' => 'Do you really want to delete this administrator group?',
'return' => 'Return to the group list',
'new' => 'Yeni Yönetici Grubu',
'delete_confirm' => 'Bu yönetici grubunu gerçekten silmek istiyor musunuz?',
'return' => 'Grup listesine dön',
],
'preferences' => [
'not_authenticated' => 'There is no an authenticated user to load or save preferences for.'
'not_authenticated' => 'Ayarları görüntülemek veya düzenlemek için yetkili bir kullanıcı yok.'
]
],
'list' => [
'default_title' => 'Liste',
'search_prompt' => 'Arama...',
'no_records' => 'There are no records in this view.',
'missing_model' => 'List behavior used in :class does not have a model defined.',
'missing_column' => 'There are no column definitions for :columns.',
'missing_columns' => 'List used in :class has no list columns defined.',
'missing_definition' => "List behavior does not contain a column for ':field'.",
'behavior_not_ready' => 'List behavior has not been initialized, check that you have called makeLists() in your controller.',
'invalid_column_datetime' => "Column value ':column' is not a DateTime object, are you missing a \$dates reference in the Model?",
'no_records' => 'Bu alan için görüntülenecek kayıt yok.',
'missing_model' => ':class da kullanılan liste için model değeri tanımlanmamış.',
'missing_column' => ':columns için sütun değeri tanımlanmamış.',
'missing_columns' => ':class da kullanılan liste için sütun değeri tanımlanmamış.',
'missing_definition' => "Liste ':field' için bir sütun değeri içermiyor.",
'behavior_not_ready' => 'Liste oluşturulamadı, controller da makeLists() metodunu kontrol edin.',
'invalid_column_datetime' => "':column' için sütun değeri DateTime nesnesi değil, Model kısmında \$dates referansını unutmuş olabilir misiniz?",
],
'form' => [
'create_title' => ":name Oluştur",
@ -98,40 +98,40 @@ return [
'create_success' => ':name başarıyla oluşturuldu',
'update_success' => ':name başarıyla güncellendi',
'delete_success' => ':name başarıyla silindi',
'missing_id' => "Form record ID has not been specified.",
'missing_model' => 'Form behavior used in :class does not have a model defined.',
'missing_definition' => "Form behavior does not contain a field for ':field'.",
'not_found' => 'Form record with an ID of :id could not be found.',
'create' => 'Create',
'create_and_close' => 'Create and close',
'creating' => 'Creating...',
'missing_id' => "Form kayıt ID'si belirtilmedi.",
'missing_model' => ':class da kullanılan form için model değeri tanımlanmamış.',
'missing_definition' => "Form ':field' için bir sütun değeri içermiyor.",
'not_found' => 'ID\'si :id olan Form bulunamadı.',
'create' => 'Oluştur',
'create_and_close' => 'Oluştur ve Kapat',
'creating' => 'Oluşturuluyor...',
'save' => 'Kaydet',
'save_and_close' => 'Kaydet ve kapat',
'save_and_close' => 'Kaydet ve Kapat',
'saving' => 'Kaydediliyor...',
'delete' => 'Sil',
'deleting' => 'Deleting...',
'deleting' => 'Siliniyor...',
'undefined_tab' => 'Diğer',
'field_off' => 'Kapalı',
'field_on' => 'Açık',
'apply' => 'Kabul',
'cancel' => 'İptal',
'close' => 'Kapat',
'ok' => 'OK',
'or' => 'or',
'ok' => 'Tamam',
'or' => 'veya',
'confirm_tab_close' => 'Bu sekmeyi kapatmak istediğinize gerçekten emin misiniz? Kaydedilmemiş değişiklikleri kaybedeceksiniz.',
'behavior_not_ready' => 'Form behavior has not been initialized, check that you have called initForm() in your controller.',
'behavior_not_ready' => 'Form oluşturulamadı, controller da initForm() metodunu kontrol edin.',
],
'relation' => [
'missing_definition' => "Relation behavior does not contain a definition for ':field'.",
'missing_model' => "Relation behavior used in :class does not have a model defined.",
'invalid_action_single' => "This action cannot be performed on a singular relationship.",
'invalid_action_multi' => "This action cannot be performed on a multiple relationship.",
'missing_definition' => "İlişki ':field' için bir sütun değeri içermiyor.",
'missing_model' => ":class da kullanılan ilişki için model değeri tanımlanmamış.",
'invalid_action_single' => "Bu işlem tekli ilişkilendirme için kullanılamaz.",
'invalid_action_multi' => "Bu işlem çoklu ilişkilendirme için kullanılamaz.",
'add' => "Ekle",
'add_name' => ":name Ekle",
'create' => "Oluştur",
'create_name' => ":name Oluştur",
'update' => "Update",
'update_name' => "Update :name",
'update' => "Güncelle",
'update_name' => ":name Güncelle",
'remove' => "Kaldır",
'remove_name' => ":name Kaldır",
'delete' => "Sil",
@ -139,29 +139,29 @@ return [
],
'model' => [
'name' => "Model",
'not_found' => "Model ':class' with an ID of :id could not be found",
'missing_id' => "There is no ID specified for looking up the model record.",
'missing_relation' => "Model ':class' does not contain a definition for ':relation'.",
'invalid_class' => "Model :model used in :class is not valid, it must inherit the \Model class.",
'mass_assignment_failed' => "Mass assignment failed for Model attribute ':attribute'.",
'not_found' => "ID'si :id olan ':class' Model bulunamadı.",
'missing_id' => "Aranılan model için ID belirtilmedi.",
'missing_relation' => "':class' Model'i ':relation' ilişkisi için tanımlanmamış.",
'invalid_class' => ":class da tanımlanan :model Model'i geçerli değil, \Model sınıfını extend almalı.",
'mass_assignment_failed' => "':attribute' Model değeri için toplu atama başarısız.",
],
'warnings' => [
'tips' => 'System configuration tips',
'tips_description' => 'There are issues you need to pay attention to in order to configure the system properly.',
'permissions' => 'Directory :name or its subdirectories is not writable for PHP. Please set corresponding permissions for the webserver on this directory.',
'extension' => 'The PHP extension :name is not installed. Please install this library and activate the extension.'
'tips' => 'Sistem ayar ipuçları',
'tips_description' => 'Sistemin düzgün çalışabilmesi için dikkat etmeniz gereken sorunlar var.',
'permissions' => ':name dizini ve alt dizinleri PHP tarafından yazılabilir değil. Lütfen bu dizindeki webserver için gerekli yazma izinlerini verin.',
'extension' => ':name PHP eklentisi sistemde yüklü değil. Lütfen kütüphaneyi kurun ve eklentiyi aktifleştirin.'
],
'editor' => [
'menu_label' => 'Editor Configuration',
'menu_description' => 'Manage editor configuration.',
'font_size' => 'Font size',
'tab_size' => 'Tab size',
'use_hard_tabs' => 'Indent using tabs',
'code_folding' => 'Code folding',
'word_wrap' => 'Word wrap',
'highlight_active_line' => 'Highlight active line',
'show_invisibles' => 'Show invisible characters',
'show_gutter' => 'Show gutter',
'theme' => 'Color scheme',
'menu_label' => 'Editör ayarları',
'menu_description' => 'Editör ayarlarını düzenle.',
'font_size' => 'Font büyüklüğü',
'tab_size' => 'Tab genişliği',
'use_hard_tabs' => 'Tab girintisi',
'code_folding' => 'Kod katlama (Alt satıra inme)',
'word_wrap' => 'Uzun kelimeleri yeni satırda gösterme',
'highlight_active_line' => 'Aktif satırı vurgula',
'show_invisibles' => 'Gizli karakterleri göster',
'show_gutter' => 'Gutteri göster',
'theme' => 'Renk şeması',
],
];