BookStack/resources/lang/tr/common.php
Dan Brown f77236aa38
Laravel 7.x Shift (#3011)
* Apply Laravel coding style
* Shift bindings
* Shift core files
* Shift to Throwable
* Add laravel/ui dependency
* Shift Eloquent methods
* Shift config files
* Shift Laravel dependencies
* Shift cleanup
* Shift test config and references
* Applied styleci changes
* Applied fixes post shift to laravel 7

Co-authored-by: Shift <shift@laravelshift.com>
2021-10-26 22:04:18 +01:00

96 lines
3.0 KiB
PHP

<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => 'İptal',
'confirm' => 'Onayla',
'back' => 'Geri',
'save' => 'Kaydet',
'continue' => 'Devam',
'select' => 'Seç',
'toggle_all' => 'Hepsini Aç/Kapat',
'more' => 'Daha Fazla',
// Form Labels
'name' => 'İsim',
'description' => 'Açıklama',
'role' => 'Rol',
'cover_image' => 'Kapak resmi',
'cover_image_description' => 'Bu görsel yaklaşık 440x250px boyutlarında olmalıdır.',
// Actions
'actions' => 'İşlemler',
'view' => 'Görüntüle',
'view_all' => 'Hepsini Göster',
'create' => 'Oluştur',
'update' => 'Güncelle',
'edit' => 'Düzenle',
'sort' => 'Sırala',
'move' => 'Taşı',
'copy' => 'Kopyala',
'reply' => 'Yanıtla',
'delete' => 'Sil',
'delete_confirm' => 'Silmeyi Onayla',
'search' => 'Ara',
'search_clear' => 'Aramayı Temizle',
'reset' => 'Sıfırla',
'remove' => 'Kaldır',
'add' => 'Ekle',
'configure' => 'Configure',
'fullscreen' => 'Tam Ekran',
'favourite' => 'Favourite',
'unfavourite' => 'Unfavourite',
'next' => 'Next',
'previous' => 'Previous',
// Sort Options
'sort_options' => 'Sıralama Seçenekleri',
'sort_direction_toggle' => 'Sıralama Yönünü Değiştir',
'sort_ascending' => 'Artan Sıralama',
'sort_descending' => 'Azalan Sıralama',
'sort_name' => 'İsim',
'sort_default' => 'Default',
'sort_created_at' => 'Oluşturulma Tarihi',
'sort_updated_at' => 'Güncelleme Tarihi',
// Misc
'deleted_user' => 'Silinmiş Kullanıcı',
'no_activity' => 'Gösterilecek eylem bulunamadı',
'no_items' => 'Herhangi bir öge bulunamadı',
'back_to_top' => 'Başa dön',
'skip_to_main_content' => 'Skip to main content',
'toggle_details' => 'Detayları Göster/Gizle',
'toggle_thumbnails' => 'Ön İzleme Görsellerini Göster/Gizle',
'details' => 'Detaylar',
'grid_view' => 'Izgara Görünümü',
'list_view' => 'Liste Görünümü',
'default' => 'Varsayılan',
'breadcrumb' => 'Gezinti Menüsü',
// Header
'header_menu_expand' => 'Expand Header Menu',
'profile_menu' => 'Profil Menüsü',
'view_profile' => 'Profili Görüntüle',
'edit_profile' => 'Profili Düzenle',
'dark_mode' => 'Gece Modu',
'light_mode' => 'Aydınlık Modu',
// Layout tabs
'tab_info' => 'Bilgi',
'tab_info_label' => 'Tab: Show Secondary Information',
'tab_content' => 'İçerik',
'tab_content_label' => 'Tab: Show Primary Content',
// Email Content
'email_action_help' => '":actionText" butonuna tıklamada sorun yaşıyorsanız, aşağıda bulunan bağlantıyı kopyalayıp tarayıcınıza yapıştırın:',
'email_rights' => 'Tüm hakları saklıdır',
// Footer Link Options
// Not directly used but available for convenience to users.
'privacy_policy' => 'Privacy Policy',
'terms_of_service' => 'Terms of Service',
];