commit
aa11693117
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
return [
|
||||
'cms_object' => [
|
||||
'invalid_file' => 'Hatalı dosya adı: :name. File names can contain only alphanumeric symbols, underscores, dashes and dots. Bazı doğru dosya adı örnekleri: page.htm, page, subdirectory/page',
|
||||
'invalid_property' => 'The property ":name" cannot be set',
|
||||
'invalid_file' => 'Hatalı dosya adı: :name. Dosya isimleri sadece alfanümerik semboller, alt çizgiler, tire ve nokta içerebilir. Bazı doğru dosya adı örnekleri: sayfa.htm, sayfa, altdizin/sayfa',
|
||||
'invalid_property' => '":name" özelliği ayarlanamadı',
|
||||
'file_already_exists' => '":name" isimli dosya mevcut.',
|
||||
'error_saving' => '":name" kaydedilirken hatayla karşılaşıldı.',
|
||||
'error_creating_directory' => ':name klasörü oluşturulurken hatayla karşılaşıldı',
|
||||
'error_saving' => '":name" kaydedilirken hatayla oluştu.',
|
||||
'error_creating_directory' => ':name klasörü oluşturulurken hata oluştu',
|
||||
'invalid_file_extension'=>'Hatalı dosya uzantısı: :invalid. İzin verilen uzantılar: :allowed.',
|
||||
'error_deleting' => '":name" şablon dosyası silinirken hatayla karşılaşıldı.',
|
||||
'delete_success' => ':count şablon başarıyla silindi.',
|
||||
|
|
@ -14,12 +14,12 @@ return [
|
|||
],
|
||||
'theme' => [
|
||||
'active' => [
|
||||
'not_set' => "The active theme is not set.",
|
||||
'not_set' => "Aktif tema belirtilmedi.",
|
||||
],
|
||||
'edit' => [
|
||||
'not_set' => "The edit theme is not set.",
|
||||
'not_found' => "The edit theme is not found.",
|
||||
'not_match' => "The object you're trying to access doesn't belong to the theme being edited. Please reload the page."
|
||||
'not_set' => "Düzenlenecek tema belirtilmedi.",
|
||||
'not_found' => "Düzenlenecek tema bulunamadı.",
|
||||
'not_match' => "Ulaşmaya çalıştığınız nesne düzenlenecek temaya ait değil. Lütfen sayfayı yenileyin."
|
||||
]
|
||||
],
|
||||
'page' => [
|
||||
|
|
@ -34,7 +34,7 @@ return [
|
|||
'menu_label' => 'Sayfalar',
|
||||
'no_list_records' => 'Hiç sayfa yok.',
|
||||
'new' => 'Sayfa oluştur',
|
||||
'invalid_url' => 'Hata URL formatı. The URL should start with the forward slash symbol and can contain digits, Latin letters and the following symbols: ._-[]:?|/+*^$',
|
||||
'invalid_url' => 'Hatalı URL formatı. URL eğik çizgi ile başlamalı ve sayı, Latin harfleri ve aşağıdaki sembolleri içerebilir: ._-[]:?|/+*^$',
|
||||
'delete_confirm_multiple' => 'Seçili sayfaları silmek istediğinize emin misiniz?',
|
||||
'delete_confirm_single' => 'Bu sayfayı silmek istediğinize emin misiniz?',
|
||||
'no_layout' => '-- şablon yok --'
|
||||
|
|
@ -72,24 +72,24 @@ return [
|
|||
'menu_label' => "CMS"
|
||||
],
|
||||
'sidebar' => [
|
||||
'add' => 'Add',
|
||||
'search' => 'Search...'
|
||||
'add' => 'Ekle',
|
||||
'search' => 'Ara...'
|
||||
],
|
||||
'editor' => [
|
||||
'settings' => 'Settings',
|
||||
'title' => 'Title',
|
||||
'new_title' => 'New page title',
|
||||
'settings' => 'Ayarlar',
|
||||
'title' => 'Başlık',
|
||||
'new_title' => 'Yeni sayfa başlığı',
|
||||
'url' => 'URL',
|
||||
'filename' => 'File Name',
|
||||
'layout' => 'Layout',
|
||||
'description' => 'Description',
|
||||
'preview' => 'Preview',
|
||||
'filename' => 'Dosya Adı',
|
||||
'layout' => 'Düzen',
|
||||
'description' => 'Tanım',
|
||||
'preview' => 'Önizleme',
|
||||
'meta' => 'Meta',
|
||||
'meta_title' => 'Meta Title',
|
||||
'meta_description' => 'Meta Description',
|
||||
'markup' => 'Markup',
|
||||
'code' => 'Code',
|
||||
'content' => 'Content',
|
||||
'meta_title' => 'Meta Başlık',
|
||||
'meta_description' => 'Meta Tanım',
|
||||
'markup' => 'Biçimlendirme',
|
||||
'code' => 'Kod',
|
||||
'content' => 'İçerik',
|
||||
],
|
||||
'asset' => [
|
||||
'menu_label' => "Dosyalar",
|
||||
|
|
@ -104,14 +104,14 @@ return [
|
|||
'new' => 'Yeni dosya',
|
||||
'rename_popup_title' => 'Yeniden isimlendir',
|
||||
'rename_new_name' => 'Yeni isim',
|
||||
'invalid_path' => 'Path can contain only digits, Latin letters, spaces and the following symbols: ._-/',
|
||||
'invalid_path' => 'Yol sadece sayı, Latin harfleri, boşluk ve şu sembolleri içerebilir: ._-/',
|
||||
'error_deleting_file' => ':name dosyası silinirken hatayla karşılaşıldı.',
|
||||
'error_deleting_dir_not_empty' => 'Error deleting directory :name. The directory is not empty.',
|
||||
'error_deleting_dir_not_empty' => ':name klasörü silinemedi. Klasör boş değil.',
|
||||
'error_deleting_dir' => ':name dosyası silinirken hatayla karşılaşıldı.',
|
||||
'invalid_name' => 'Name can contain only digits, Latin letters, spaces and the following symbols: ._-',
|
||||
'original_not_found' => 'Original file or directory not found',
|
||||
'already_exists' => 'File or directory with this name already exists',
|
||||
'error_renaming' => 'Error renaming the file or directory',
|
||||
'invalid_name' => 'İsim sadece sayı, Latin harfleri, boşluk ve şu sembolleri içerebilir: ._-',
|
||||
'original_not_found' => 'Orjinal dosya veya dizin bulunamadı',
|
||||
'already_exists' => 'Bu isimde dosya veya dizin zaten var',
|
||||
'error_renaming' => 'Dosya veya dizin ismi düzenlenemedi',
|
||||
'name_cant_be_empty' => 'İsim alanı boş bırakılamaz.',
|
||||
'too_large' => 'Yüklenen dosya çok büyük. İzin verilen maksimum boyut :max_size',
|
||||
'type_not_allowed' => 'İzin verilen dosya tipleri: :allowed_types',
|
||||
|
|
@ -119,7 +119,7 @@ return [
|
|||
'error_uploading_file' => '":name" yüklenirken hatayla karşılaşıldı: :error',
|
||||
'move_please_select' => 'lütfen seçiniz',
|
||||
'move_destination' => 'Hedef klasör',
|
||||
'move_popup_title' => 'Assets taşı',
|
||||
'move_popup_title' => 'Assets\'i taşı',
|
||||
'move_button' => 'Taşı',
|
||||
'selected_files_not_found' => 'Seçilen dosyalar bulunamadı.',
|
||||
'select_destination_dir' => 'Lütfen hedef klasör seçiniz',
|
||||
|
|
@ -134,9 +134,9 @@ return [
|
|||
'unnamed' => "İsimsiz",
|
||||
'no_description' => "Açıklama girilmedi.",
|
||||
'alias' => "Takma ad",
|
||||
'alias_description' => "A unique name given to this component when using it in the page or layout code.",
|
||||
'validation_message' => "Component aliases are required and can contain only Latin symbols, digits, and underscores. The aliases should start with a Latin symbol.",
|
||||
'invalid_request' => "Şablon hatalı bileşen verisi olduğu için kaydedilemedi.",
|
||||
'alias_description' => "Bu bileşen için benzersiz bir isim. Sayfa veya şablonda kullanırken bu isim gerekecektir.",
|
||||
'validation_message' => "Bileşen isimleri gerkelidir ve sadece Latin semboller, sayılar, ve alt çizgi içerebilir. Bileşen ismi ayrıca Latin harfle başlamalı.",
|
||||
'invalid_request' => "Şablonda hatalı bileşen verisi olduğu için kaydedilemedi.",
|
||||
'no_records' => 'Bileşen bulunamadı.',
|
||||
'not_found' => "':name' isimli bileşen bulunamadı.",
|
||||
'method_not_found' => "':name' isimli bileşen ':method'unu içermiyor.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue