work on translation system
This commit is contained in:
31
lang/de_de.json
Normal file
31
lang/de_de.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"titles": {
|
||||
"home": "Startseite",
|
||||
"preview": "Vorschau",
|
||||
"mode": "Modus",
|
||||
"messaging": "Nachrichten",
|
||||
"countdownToTime": "Auf Uhrzeit runterzählen"
|
||||
},
|
||||
"sidebar": {
|
||||
"home": "Startseite",
|
||||
"settings": "Einstellungen",
|
||||
"debug": "Debug",
|
||||
"about": "Über"
|
||||
},
|
||||
"hints":
|
||||
{
|
||||
"previewHint": "Eine Vorschau der Timeransicht.",
|
||||
"modeHint": "",
|
||||
"messagingHint": "Zeigt eine Nachricht auf der Timeransicht an."
|
||||
},
|
||||
"placeholders": {
|
||||
"msgHere": "Message here"
|
||||
},
|
||||
"others":
|
||||
{
|
||||
"timer": "Timer",
|
||||
"clock": "Uhr",
|
||||
"black": "Schwarz",
|
||||
"test": "Testbild"
|
||||
}
|
||||
}
|
46
lang/en_uk.json
Normal file
46
lang/en_uk.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"titles": {
|
||||
"home": "Homepage",
|
||||
"preview": "Preview",
|
||||
"mode": "Mode",
|
||||
"messaging": "Messaging",
|
||||
"countdownToTime": "Countdown to time"
|
||||
},
|
||||
"sidebar": {
|
||||
"home": "Home",
|
||||
"settings": "Settings",
|
||||
"debug": "Debug",
|
||||
"about": "About"
|
||||
},
|
||||
"hints":
|
||||
{
|
||||
"previewHint": "A preview of what is currently visible on the countdown view",
|
||||
"modeHint": "",
|
||||
"messagingHint": "Shows a given message on the timer view"
|
||||
},
|
||||
"placeholders": {
|
||||
"msgHere": "Message here"
|
||||
},
|
||||
"others":
|
||||
{
|
||||
"timer": "Timer",
|
||||
"clock": "Clock",
|
||||
"black": "Black",
|
||||
"test": "Testimage"
|
||||
},
|
||||
"labels":
|
||||
{
|
||||
"clockOnTimer": "Show clock on Timer:",
|
||||
"showMillis": "Show Milliseconds on Timer:",
|
||||
"showProgress": "Show progressbar:",
|
||||
"progbarColors": "Progressbar Colors",
|
||||
"time": "Time",
|
||||
"color": "Color",
|
||||
"remove": "Remove"
|
||||
},
|
||||
"_metadata": {
|
||||
"lang": "en",
|
||||
"version": "1.0.0",
|
||||
"authors": ["TheGreydiamond"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user