lang: Update German translation

This commit is contained in:
WerWolv
2024-01-27 22:16:50 +01:00
parent 7c6f4d7bff
commit cb3bace15e
57 changed files with 2902 additions and 1441 deletions

View File

@@ -0,0 +1,10 @@
{
"code": "en-US",
"country": "United States",
"language": "English",
"translations": {
"hex.script_loader.menu.run_script": "Skript ausführen",
"hex.script_loader.menu.loading": "Laden...",
"hex.script_loader.menu.no_scripts": "Keine Skripte gefunden"
}
}

View File

@@ -3,8 +3,8 @@
"country": "Taiwan",
"language": "Chinese (Traditional)",
"translations": {
"hex.script_loader.menu.run_script": "執行指令碼...",
"hex.script_loader.menu.loading": "正在載入...",
"hex.script_loader.menu.no_scripts": "找不到指令碼"
"hex.script_loader.menu.no_scripts": "找不到指令碼",
"hex.script_loader.menu.run_script": "執行指令碼..."
}
}