✨ add language switch, add german
This commit is contained in:
3
public/locales/de/settings/general/color-schema.json
Normal file
3
public/locales/de/settings/general/color-schema.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Wechseln zu {{scheme}} Modus"
|
||||
}
|
||||
34
public/locales/de/settings/general/config-changer.json
Normal file
34
public/locales/de/settings/general/config-changer.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"configSelect": {
|
||||
"label": "Konfigurations Lader"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Wähle einen Namen für deine neue Konfiguration",
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Konfigurations Name",
|
||||
"placeholder": "Dein neuer Konfigurtionsname"
|
||||
},
|
||||
"buttons:": {
|
||||
"submit": "Bestätigen"
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"download": "Konfiguration herunterladen",
|
||||
"delete": {
|
||||
"text": "Konfiguration löschen",
|
||||
"notifications": {
|
||||
"deleted": {
|
||||
"title": "Konfiguration gelöscht",
|
||||
"message": "Konfiguration wurde gelöscht"
|
||||
},
|
||||
"deleteFailed": {
|
||||
"title": "Config delete failed",
|
||||
"message": "Config delete failed"
|
||||
}
|
||||
}
|
||||
},
|
||||
"saveCopy": "Eine Kopie speichern"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Sprache"
|
||||
}
|
||||
3
public/locales/de/settings/general/module-enabler.json
Normal file
3
public/locales/de/settings/general/module-enabler.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Modul-Enabler"
|
||||
}
|
||||
11
public/locales/de/settings/general/search-engine.json
Normal file
11
public/locales/de/settings/general/search-engine.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "Suchmaschine",
|
||||
"tips": {
|
||||
"generalTip": "Verwenden die Präfixe !yt und !t vor deiner Suchanfrage, um auf YouTube bzw. nach einem Torrent zu suchen.",
|
||||
"placeholderTip": "%s kann als Platzhalter für deine Suchanfrage verwendet werden."
|
||||
},
|
||||
"customEngine": {
|
||||
"label": "Suchanfrage URL",
|
||||
"placeholder": "Benutzerdefinierte Adresse"
|
||||
}
|
||||
}
|
||||
3
public/locales/de/settings/general/theme-selector.json
Normal file
3
public/locales/de/settings/general/theme-selector.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Wechsel zu {{theme}} Modus"
|
||||
}
|
||||
3
public/locales/de/settings/general/widget-positions.json
Normal file
3
public/locales/de/settings/general/widget-positions.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Widgets auf der linken Seite"
|
||||
}
|
||||
Reference in New Issue
Block a user