🔀 Merge branch 'dev' into change-edit-indicator

This commit is contained in:
Manuel
2023-01-14 22:10:24 +01:00
553 changed files with 4836 additions and 1380 deletions
@@ -1,11 +1,11 @@
{
"modal": {
"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."
"text": "Tiles are the main element of Homarr. They are used to display your apps and other information. You can add as many tiles as 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.",
"widgetDescription": "Widgets interact with your apps, to provide you with more control over your applications. They usually require additional configuration before use.",
"goBack": "Go back to the previous step",
"actionIcon": {
"tooltip": "Add a tile"
}
}
}
@@ -1,5 +1,5 @@
{
"description": "In edit mode, you can adjust the size and position of your tiles.",
"description": "In Edit Mode, you can adjust tiles and configure apps. Changes are not saved until you exit Edit Mode.",
"button": {
"disabled": "Enter Edit Mode",
"enabled": "Exit and Save"
@@ -13,4 +13,4 @@
"medium": "medium",
"large": "large"
}
}
}
+1 -1
View File
@@ -1,3 +1,3 @@
{
"title": "{{position}} sidebar"
}
}
+2 -2
View File
@@ -1,7 +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.",
"description": "Homarr is a <strong>sleek</strong>, <strong>modern</strong> dashboard that puts all of your apps and services at your fingertips. With Homarr, you can access and control everything in one convenient location. Homarr seamlessly integrates with the apps you've added, providing you with valuable information and giving you complete control. Installation is a breeze, and Homarr supports a wide range of deployment methods.",
"i18n": "Loaded I18n translation namespaces",
"locales": "Configured I18n locales",
"contact": "Having trouble or questions? Connect with us!",
"addToDashboard": "Add to Dashboard"
}
}
+12 -12
View File
@@ -9,54 +9,54 @@
"general": {
"appname": {
"label": "App name",
"description": "Used for displaying the app on the dashboard"
"description": "Used to display the app on the dashboard."
},
"internalAddress": {
"label": "Internal address",
"description": "Internal IP of the app"
"description": "Internal IP-address of the app."
},
"externalAddress": {
"label": "External address",
"description": "Url that will be opened in the browser when clicking on the app"
"description": "URL that will be opened when clicking on the app."
}
},
"behaviour": {
"isOpeningNewTab": {
"label": "Open in new tab",
"description": "Open the link in a new tab"
"description": "Open the app in a new tab instead of the current one."
}
},
"network": {
"statusChecker": {
"label": "Status checker",
"description": "Sends a simple HTTP / HTTPS request to check if your app is online"
"description": "Checks if your app is online using a simple HTTP(S) request."
},
"statusCodes": {
"label": "HTTP status codes",
"description": "Determines what response codes are allowed for this app to be 'Online'"
"description": "The HTTP status codes that are considered as online."
}
},
"appearance": {
"icon": {
"label": "App Icon",
"description": "Logo of your app displayed in your dashboard. (Must return a body content containg an image)"
"description": "The icon that will be displayed on the dashboard."
}
},
"integration": {
"type": {
"label": "Integration configuration",
"description": "Treats this app as the selected integration and provides you with per-app configuration",
"description": "The integration configuration that will be used to connect to your app.",
"placeholder": "Select an integration",
"defined": "Defined",
"undefined": "Undefined",
"public": "Public",
"private": "Private",
"explanationPublic": "A private secret will be sent to the server. Once your browser has refreshed the page, it will never be sent to the client.",
"explanationPrivate": "A public secret will always be sent to the client and is accessible over the API. It should not contain any confidential values such as usernames, passwords, tokens, certificates and similar"
"explanationPrivate": "A private secret will be sent to the server only once. Once your browser has refreshed the page, it will never be sent again.",
"explanationPublic": "A public secret will always be sent to the client and is accessible over the API. It should not contain any confidential values such as usernames, passwords, tokens, certificates and similar!"
},
"secrets": {
"description": "To update a secret, enter a value and click the save button. To remove a secret, use the clear button.",
"warning": "Your credentials act as the access for your integrations and you should <strong>never</strong> share them with anybody else. The official Homarr team will never ask for credentials. Make sure to <strong>store and manage your secrets safely</strong>.",
"warning": "Your credentials act as the access for your integrations and you should <strong>never</strong> share them with anybody else. The Homarr team will never ask for credentials. Make sure to <strong>store and manage your secrets safely</strong>.",
"clear": "Clear secret",
"save": "Save secret",
"update": "Update secret"
@@ -65,4 +65,4 @@
"validation": {
"popover": "Your form contains invalid data. Hence, it can't be saved. Please resolve all issues and click this button again to save your changes"
}
}
}