BookStack/resources/lang/tr/common.php
Dan Brown 6f2a2c05bf
New Crowdin translations (#2028)
* New translations settings.php (Chinese Simplified)

* New translations common.php (Spanish)

* New translations common.php (Spanish, Argentina)

* New translations common.php (Turkish)

* New translations common.php (French)

* New translations auth.php (Dutch)

* New translations common.php (Dutch)

* New translations entities.php (Dutch)

* New translations activities.php (Thai)

* New translations auth.php (Thai)

* New translations common.php (Thai)

* New translations components.php (Thai)

* New translations entities.php (Thai)

* New translations errors.php (Thai)

* New translations pagination.php (Thai)

* New translations passwords.php (Thai)

* New translations settings.php (Thai)

* New translations validation.php (Thai)
2020-04-28 10:19:42 +01:00

80 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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',
'search' => 'Ara',
'search_clear' => 'Aramayı Temizle',
'reset' => 'Sıfırla',
'remove' => 'Kaldır',
'add' => 'Ekle',
'fullscreen' => 'Tam Ekran',
// 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_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',
'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
'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_content' => 'İçerik',
// 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',
];