Adding some translations

This commit is contained in:
ajnart
2023-01-02 01:11:25 +09:00
parent f23c317ef1
commit be979dc534
10 changed files with 56 additions and 74 deletions

View File

@@ -4,6 +4,7 @@
"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.",
"goBack": "Go back to the previous step",
"actionIcon": {
"tooltip": "Add a tile"
}

View File

@@ -1,5 +1,6 @@
{
"tooltip": "The edit mode enables you to configure your dashboard",
"description": "In edit mode, you can adjust the size and position of your tiles.",
"button": {
"disabled": "Enter Edit Mode",
"enabled": "Exit and Save"

View File

@@ -0,0 +1,8 @@
{
"xPosition": "X axis position",
"width": "Width",
"height": "Height",
"yPosition": "Y axis position",
"zeroOrHigher": "0 or higher",
"betweenXandY": "Between {{mim}} and {{max}}"
}

View File

@@ -1,5 +1,10 @@
{
"fallback": {
"title": "You currently do not have any tools"
},
"iconPicker": {
"textInputPlaceholder": "Search for icons...",
"searchLimitationTitle": "Search is limited to {{max}} icons",
"searchLimitationMessage": "To keep things snappy and fast, the search is limited to {{max}} icons. Use the search box to find more icons"
}
}