♻️ Add translations for board customize page

This commit is contained in:
Meier Lukas
2023-08-05 17:18:05 +02:00
parent 6aff6dbedc
commit 73589623d4
15 changed files with 87 additions and 57 deletions

View File

@@ -0,0 +1,5 @@
{
"header": {
"customize": "Customize board"
}
}

View File

@@ -0,0 +1,26 @@
{
"metaTitle": "Customize {{name}} Board",
"pageTitle": "Customization for {{name}} Board",
"backToBoard": "Back to board",
"settings": {
"appearance": {
"primaryColor": "Primary color",
"secondaryColor": "Secondary color"
}
},
"save": "Save changes",
"notifications": {
"pending": {
"title": "Saving customization",
"message": "Please wait while we save your customization"
},
"success": {
"title": "Customization saved",
"message": "Your customization has been saved successfully"
},
"error": {
"title": "Error",
"message": "Unable to save changes"
}
}
}

View File

@@ -1,3 +0,0 @@
{
"label": "App Width"
}

View File

@@ -1,4 +0,0 @@
{
"colors": "Colors",
"suffix": "{{color}} color"
}

View File

@@ -23,8 +23,5 @@
"description": "Further, customize your dashboard using CSS, only recommended for experienced users",
"placeholder": "Custom CSS will be applied last",
"applying": "Applying CSS..."
},
"buttons": {
"submit": "Submit"
}
}
}

View File

@@ -1,3 +0,0 @@
{
"label": "Switch to {{scheme}} mode"
}

View File

@@ -1,3 +0,0 @@
{
"label": "Switch to {{theme}} mode"
}