Added additional translations (German and Traditional Chinese)

This commit is contained in:
Chris Kankiewicz
2020-02-25 09:28:53 -07:00
parent 373563583e
commit 18f5a06949
4 changed files with 39 additions and 1 deletions

View File

@@ -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
View 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

View 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"以獲取其他信息