Add language files and translations

This commit is contained in:
Erkan IŞIK
2026-07-02 09:12:35 +03:00
parent ee794ded94
commit da360d227b
79 changed files with 1750 additions and 0 deletions
+32
View File
@@ -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'
];