mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-20 12:51:30 +02:00
Added Turkish translation
This commit is contained in:
20
app/translations/tr.yaml
Normal file
20
app/translations/tr.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
home: Anasayfa
|
||||
download: Bu Dizini İndir
|
||||
search: Arama
|
||||
file:
|
||||
name: Dosya Adı
|
||||
size: Boyut
|
||||
date: Tarih
|
||||
info: Dosya Bilgisi
|
||||
powered_by: Yapımcı
|
||||
scroll_to_top: Yukarı Kaydır
|
||||
toggle_theme: Açık/Koyu Modu Değiştir
|
||||
|
||||
error:
|
||||
directory_not_found: Dizin yok
|
||||
file_not_found: Dosya bulunamadı
|
||||
file_size_exceeded: Dosya boyutu çok büyük
|
||||
no_results_found: Sonuç bulunamadı
|
||||
unexpected: Beklenmedik bir hata oluştu
|
||||
|
||||
enable_debugging: Ek bilgi için hata ayıklamayı etkinleştirin
|
@@ -30,6 +30,7 @@ class TranslationFactoryTest extends TestCase
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('pt-BR'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('ro'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('ru'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('tr'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('zh-CN'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('zh-TW'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user