✨ add language switch, add german
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"actions": {
|
||||
"save": "Save"
|
||||
}
|
||||
},
|
||||
"tip": "Tip: "
|
||||
}
|
||||
18
public/locales/en/layout/app-shelf-menu.json
Normal file
18
public/locales/en/layout/app-shelf-menu.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"modal": {
|
||||
"title": "Modify a service",
|
||||
"buttons": {
|
||||
"save": "Save service"
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"labels": {
|
||||
"settings": "Settings",
|
||||
"dangerZone": "Danger zone"
|
||||
},
|
||||
"actions": {
|
||||
"edit": "Edit",
|
||||
"delete": "Delete"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,6 +12,12 @@
|
||||
"body": {
|
||||
"nothingFound": "No torrents found"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"noDownloadClients": {
|
||||
"title": "No supported download clients found!",
|
||||
"text": "Add a download service to view your current downloads"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,9 @@
|
||||
"common": "Common",
|
||||
"customizations": "Customizations"
|
||||
},
|
||||
"tips": {
|
||||
"configTip": "Upload your config file by dragging and dropping it onto the page!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Made with ❤️ by @"
|
||||
}
|
||||
|
||||
3
public/locales/en/settings/customization/app-width.json
Normal file
3
public/locales/en/settings/customization/app-width.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "App Width"
|
||||
}
|
||||
@@ -14,5 +14,8 @@
|
||||
"background": {
|
||||
"label": "Background",
|
||||
"placeholder": "/img/background.png"
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Submit"
|
||||
}
|
||||
}
|
||||
@@ -30,6 +30,5 @@
|
||||
}
|
||||
},
|
||||
"saveCopy": "Save a copy"
|
||||
},
|
||||
"configTip": "Upload your config file by dragging and dropping it onto the page!"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user