📜 Hungarian translation added!

This commit is contained in:
matyii
2024-01-03 21:17:07 +01:00
parent e6668eb1b3
commit a540d42743
2 changed files with 21 additions and 0 deletions

20
app/translations/hu.yaml Normal file
View 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

View File

@@ -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'));