mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-24 06:33:42 +02:00
Merge pull request #818 from BionicRiddle/master
Added Swedish translation
This commit is contained in:
20
app/translations/sv.yaml
Normal file
20
app/translations/sv.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
home: Hem
|
||||
download: Hämta denna mappen
|
||||
search: Sök
|
||||
file:
|
||||
name: Filnamn
|
||||
size: Storlek
|
||||
date: Datum
|
||||
info: Filinformation
|
||||
powered_by: Drivs av
|
||||
scroll_to_top: Gå till sidans top
|
||||
toggle_theme: Växla Ljust/Mörkt tema
|
||||
|
||||
error:
|
||||
directory_not_found: Mappen finns inte
|
||||
file_not_found: Filen finns inte
|
||||
file_size_exceeded: Filen är för stor
|
||||
no_results_found: Inget resultat hittat
|
||||
unexpected: Ett oväntat fel uppstod
|
||||
|
||||
enable_debugging: Aktivera felsökning för mer information
|
@@ -31,6 +31,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('sv'));
|
||||
$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