✨ add language switch, add german
This commit is contained in:
14
public/locales/de/settings/common.json
Normal file
14
public/locales/de/settings/common.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Einstellungen",
|
||||
"tooltip": "Einstellungen",
|
||||
"tabs": {
|
||||
"common": "Gewöhnlich",
|
||||
"customizations": "Anpassungen"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": "Lade eine neue Konfiguration hoch, indem du eine neue auf die Seite ziehst!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Gemacht mit ❤️ von @"
|
||||
}
|
||||
}
|
||||
3
public/locales/de/settings/customization/app-width.json
Normal file
3
public/locales/de/settings/customization/app-width.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Applikations Breite"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"suffix": "{{color}} Farbe"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Applikation Deckkraft"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Seiten Titel",
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo",
|
||||
"placeholder": "/img/logo.png"
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon",
|
||||
"placeholder": "/favicon.png"
|
||||
},
|
||||
"background": {
|
||||
"label": "Hintergrund",
|
||||
"placeholder": "/img/background.png"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Absenden"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Shatten"
|
||||
}
|
||||
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