✨ i18n translation for modules
This commit is contained in:
11
public/locales/de/modules/calendar-module.json
Normal file
11
public/locales/de/modules/calendar-module.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Kalender",
|
||||
"description": "Ein Kalender Modul welches bevorstehende Shows anzeigt. Es interagiert mit der API von Sonarr, Radarr, Readarr und Lidarr.",
|
||||
"settings": {
|
||||
"sundayStart": {
|
||||
"label": "Wochenstart am Sonntag"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Ping Services",
|
||||
"description": "Pings your services and shows their status as an indicator"
|
||||
},
|
||||
"states": {
|
||||
"online": "Online {{response}}",
|
||||
"offline": "Offline {{response}}",
|
||||
|
||||
Reference in New Issue
Block a user