mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-27 07:44:33 +02:00
Added additional translations (German and Traditional Chinese)
This commit is contained in:
@@ -14,7 +14,7 @@ class TranslationProvider
|
||||
{
|
||||
/** @const Available translation languages */
|
||||
protected const LANGUAGES = [
|
||||
'de', 'en', 'es', 'fr', 'zh'
|
||||
'de', 'en', 'es', 'fr', 'zh-CN', 'zh-TW'
|
||||
];
|
||||
|
||||
/** @var Container The applicaiton container */
|
||||
|
19
app/translations/de.yaml
Normal file
19
app/translations/de.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
home: Hauptverzeichnis
|
||||
download: Laden Sie dieses Verzeichnis herunter
|
||||
search: Suche
|
||||
file:
|
||||
name: Dateiname
|
||||
size: Größe
|
||||
date: Datum
|
||||
info: Dateiinformation
|
||||
powered_by: Unterstützt von
|
||||
scroll_to_top: Nach oben Scrollen
|
||||
|
||||
error:
|
||||
directory_not_found: Verzeichnis existiert nicht
|
||||
file_not_found: Datei nicht gefunden
|
||||
file_size_exceeded: Dateigröße zu groß
|
||||
no_results_found: Keine ergebnisse gefunden
|
||||
unexpected: Ein unerwarteter fehler ist aufgetreten
|
||||
|
||||
enable_debugging: Aktivieren sie das "debugging" für zusätzliche informationen
|
19
app/translations/zh-TW.yaml
Normal file
19
app/translations/zh-TW.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
home: 家
|
||||
download: 下載此目錄
|
||||
search: 搜索
|
||||
file:
|
||||
name: 文件名
|
||||
size: 尺寸
|
||||
date: 日期
|
||||
info: 文件信息
|
||||
powered_by: 供電
|
||||
scroll_to_top: 滾動到頂部
|
||||
|
||||
error:
|
||||
directory_not_found: 目錄不存在
|
||||
file_not_found: 文件未找到
|
||||
file_size_exceeded: 檔案太大
|
||||
no_results_found: 未找到結果
|
||||
unexpected: 一個意料之外的問題發生了
|
||||
|
||||
enable_debugging: 啟用"debugging"以獲取其他信息
|
Reference in New Issue
Block a user