Add language files and translations
This commit is contained in:
Vendored
+32
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return
|
||||
[
|
||||
'login_to_open_topic' => 'Konu Açmak için giriş yapın.',
|
||||
'select_view' => 'Görünüm Seç...',
|
||||
'recent_posts' => 'Son Mesajlar',
|
||||
'questionanswer' => 'Soru / Cevap',
|
||||
'reading' => 'Okunma',
|
||||
'answers' => 'Cevaplar',
|
||||
'Topics' => 'Konu',
|
||||
'messages' => 'Mesaj',
|
||||
'solved' => 'ÇÖZÜLDÜ',
|
||||
'no_reply' => 'Cevap yazılmamış.',
|
||||
'open_a_new_subject' => 'YENİ KONU AÇ',
|
||||
'Subject_Subject_Author' => 'Konu / Konu Yazarı',
|
||||
'open_subject' => 'KONU AÇ',
|
||||
'category' => 'Kategori',
|
||||
'title' => 'Başlık',
|
||||
'your_question' => 'Sorunuz',
|
||||
'save' => 'Kaydet',
|
||||
'new_topics' => 'Yeni Konular',
|
||||
'Sign_up_or_log_in_to_reply' => 'Cevap yazmak için kayıt ol veya giriş yap',
|
||||
'Submit_Answer' => 'Cevabı Gönder',
|
||||
'recent_post' => 'Son Mesaj',
|
||||
'new_content' => 'Yeni Konu',
|
||||
'Mark_as_solution' => 'Çözüm olarak işaretle',
|
||||
'Please_select_category' => 'Lütfen kategori seçin...',
|
||||
'viewing' => 'Görüntüleme'
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user