diff --git a/README.md b/README.md index 5f15199..d4050bd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # hbloader-translation -hbloadre translation Project \ No newline at end of file +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 \ No newline at end of file diff --git a/de/app.json b/de/app.json new file mode 100644 index 0000000..0ca8f0e --- /dev/null +++ b/de/app.json @@ -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: " + } +} \ No newline at end of file diff --git a/en/app.json b/en/app.json new file mode 100644 index 0000000..9990a71 --- /dev/null +++ b/en/app.json @@ -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: " + } +} \ No newline at end of file