Translations and styling

This commit is contained in:
ajnart
2022-12-20 16:54:22 +09:00
parent c4023ab634
commit 7b147f9bb3
16 changed files with 57 additions and 47 deletions

View File

@@ -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"

View File

@@ -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"
}

View File

@@ -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"
}
}

View 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"
}