♻️ Add translations for board customize page
This commit is contained in:
5
public/locales/en/boards/common.json
Normal file
5
public/locales/en/boards/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"header": {
|
||||
"customize": "Customize board"
|
||||
}
|
||||
}
|
||||
26
public/locales/en/boards/customize.json
Normal file
26
public/locales/en/boards/customize.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "App Width"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"colors": "Colors",
|
||||
"suffix": "{{color}} color"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "Switch to {{scheme}} mode"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"label": "Switch to {{theme}} mode"
|
||||
}
|
||||
Reference in New Issue
Block a user