Translations and styling
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"actions": {
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"close": "Close",
|
||||
"delete": "Delete",
|
||||
"ok": "Okay",
|
||||
"edit": "Edit",
|
||||
"changePosition": "Change position",
|
||||
"remove": "Remove"
|
||||
},
|
||||
"save": "Save",
|
||||
"about": "About",
|
||||
"cancel": "Cancel",
|
||||
"close": "Close",
|
||||
"delete": "Delete",
|
||||
"ok": "Okay",
|
||||
"edit": "Edit",
|
||||
"version": "Version",
|
||||
"changePosition": "Change position",
|
||||
"remove": "Remove",
|
||||
"sections": {
|
||||
"settings": "Settings",
|
||||
"dangerZone": "Danger zone"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"title": "Add a new tile",
|
||||
"text": "Tiles are the main element of homarr. They allow you to configure the dashboard and display the information you want."
|
||||
},
|
||||
"widgetDescription": "Widgets interact with your apps, to provide you with more control over your applications. They usually require a few configurations before use.",
|
||||
"actionIcon": {
|
||||
"tooltip": "Add a tile"
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
},
|
||||
"popover": {
|
||||
"title": "Edit mode is enabled",
|
||||
"text": "You can adjust and configure your apps now. Changes are not saved until you exit edit mode"
|
||||
"text": "You can adjust and configure your apps now. Changes are <strong>not saved</strong> until you exit edit mode"
|
||||
}
|
||||
}
|
||||
7
public/locales/en/layout/modals/about.json
Normal file
7
public/locales/en/layout/modals/about.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"description": "Homarr is a <strong>simple</strong> and <strong>modern</strong> homepage for your server that helps you access all of your apps in one place. It integrates with the apps you use to display useful information or control them. It's easy to install and supports many different devices.",
|
||||
"i18n": "Loaded I18n translation namespaces",
|
||||
"locales": "Configured I18n locales",
|
||||
"contact": "Having trouble or questions? Connect with us!",
|
||||
"addToDashboard": "Add to Dashboard"
|
||||
}
|
||||
Reference in New Issue
Block a user