mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-26 07:15:30 +02:00
📜 Hungarian translation added!
This commit is contained in:
20
app/translations/hu.yaml
Normal file
20
app/translations/hu.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
home: Főoldal
|
||||
download: Mappa letöltése
|
||||
search: Keresés
|
||||
file:
|
||||
name: Fájlnév
|
||||
size: Méret
|
||||
date: Dátum
|
||||
info: Információk a fájlról
|
||||
powered_by: Üzemeltetve
|
||||
scroll_to_top: Görgetés a tetejére
|
||||
toggle_theme: Világos/Sötét mód kapcsolása
|
||||
|
||||
error:
|
||||
directory_not_found: A mappa nem található
|
||||
file_not_found: A fájl nem található
|
||||
file_size_exceeded: A fájl túl nagy
|
||||
no_results_found: Nincs találat
|
||||
unexpected: Váratlan hiba történt
|
||||
|
||||
enable_debugging: Kapcsolja be a hibakeresést további információkért
|
@@ -23,6 +23,7 @@ class TranslationFactoryTest extends TestCase
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('es'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('et'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('fr'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('hu'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('id'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('it'));
|
||||
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('kr'));
|
||||
|
Reference in New Issue
Block a user