ORIENT/modules/system/lang/tr/client.php

58 lines
1.8 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
return [
/*
|--------------------------------------------------------------------------
| Client-side Language Lines
|--------------------------------------------------------------------------
|
| These are messages made available to the client browser via JavaScript.
| To compile this file run: php artisan october:util compile lang
|
*/
'markdowneditor' => [
'formatting' => 'Formatlama',
'quote' => 'Alıntı',
'code' => 'Kod',
'header1' => 'Başlık 1',
'header2' => 'Başlık 2',
'header3' => 'Başlık 3',
'header4' => 'Başlık 4',
'header5' => 'Başlık 5',
'header6' => 'Başlık 6',
'bold' => 'Kalın',
'italic' => 'İtalik',
'unorderedlist' => 'Sırasız Liste',
'orderedlist' => 'Sıralı Liste',
'video' => 'Video',
'image' => 'Görsel/Resim',
'link' => 'Link',
'horizontalrule' => 'Yatay Çizgi Ekle',
'fullscreen' => 'Tam Ekran',
'preview' => 'Önizleme',
],
'mediamanager' => [
'insert_link' => "Medya Linki Ekle",
'insert_image' => "Medya Resim Ekle",
'insert_video' => "Medya Video Ekle",
'insert_audio' => "Medya Ses Ekle",
'invalid_file_empty_insert' => "Lütfen link verilecek dosyayı seçin.",
'invalid_file_single_insert' => "Lütfen tek bir dosya seçin.",
'invalid_image_empty_insert' => "Lütfen eklenecek resim(ler)i seçin.",
'invalid_video_empty_insert' => "Lütfen eklenecek video dosyasını seçin.",
'invalid_audio_empty_insert' => "Lütfen eklenecek ses dosyasını seçin.",
],
'alert' => [
'confirm_button_text' => 'TAMAM',
'cancel_button_text' => 'İptal',
],
];