Add English and German

This commit is contained in:
tobid7 2024-06-22 14:39:22 +02:00
parent 308f69a14c
commit d1d7941750
3 changed files with 62 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# hbloader-translation
hbloadre translation Project
hbloadre translation Project
# Add Language
Create New Folder and Copy app.json from one of the existing ones
Change the Info Section and Translate the strings (keys)
# Credits
- en, de: tobid7

27
de/app.json Normal file
View File

@ -0,0 +1,27 @@
{
"info": {
"name": "Deutsch",
"author": "tobid7",
"shortcut": "de"
},
"keys": {
"LOADINGFILES": "Lade Dateien ...",
"MENU": "Menü",
"LOADING": "Lade ...",
"SEARCH": "Suche",
"CLEAR": "Löschen",
"SETTINGS": "Einstellungen",
"NETLOADER": "NetLoader",
"DIRECTORY": "Verzeichnis",
"UNK_AUTHOR": "Unbekennter Autor" ,
"EMPTY_DIR": "Leeres Verzeichniss",
"UNK_DESC": "SMDH nicht gefunden.",
"NOARGSUPPORT": "Argumente werden derzeit nicht unterstützt!",
"WFMS": "Warte auf Menü Scan...",
"ELEMS": "Elemente: ",
"AUTHOR": "Autor: ",
"NAME": "Name: ",
"DESC": "Beschreibung: ",
"PATH": "Pfad: "
}
}

27
en/app.json Normal file
View File

@ -0,0 +1,27 @@
{
"info": {
"name": "English",
"author": "tobid7",
"shortcut": "en"
},
"keys": {
"LOADINGFILES": "Loading Files ...",
"MENU": "Menu",
"LOADING": "Loading ...",
"SEARCH": "Search",
"CLEAR": "Clear",
"SETTINGS": "Settings",
"NETLOADER": "NetLoader",
"DIRECTORY": "Directory",
"UNK_AUTHOR": "Unknown Author" ,
"EMPTY_DIR": "Empty Directory",
"UNK_DESC": "SMDH not found.",
"NOARGSUPPORT": "No Argument Support!",
"WFMS": "Wait for Menu Scan...",
"ELEMS": "Elements: ",
"AUTHOR": "Author: ",
"NAME": "Name: ",
"DESC": "Description: ",
"PATH": "Path: "
}
}