🌐 Fix translations for preferences page
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"disablePulse": {
|
||||
"label": "Disable ping pulse",
|
||||
"description": "By default, ping indicators in Homarr will pulse. This may be irritating. This slider will deactivate the animation"
|
||||
},
|
||||
"replaceIconsWithDots": {
|
||||
"label": "Replace ping dots with icons",
|
||||
"description": "For colorblind users, ping dots may be unrecognizable. This will replace indicators with icons"
|
||||
},
|
||||
"alert": "Are you missing something? We'll gladly extend the accessibility of Homarr"
|
||||
}
|
||||
20
public/locales/en/user/preferences.json
Normal file
20
public/locales/en/user/preferences.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"accessibility": {
|
||||
"disablePulse": {
|
||||
"label": "Disable ping pulse",
|
||||
"description": "By default, ping indicators in Homarr will pulse. This may be irritating. This slider will deactivate the animation"
|
||||
},
|
||||
"replaceIconsWithDots": {
|
||||
"label": "Replace ping dots with icons",
|
||||
"description": "For colorblind users, ping dots may be unrecognizable. This will replace indicators with icons"
|
||||
}
|
||||
},
|
||||
"localization": {
|
||||
"language": {
|
||||
"label": "Language"
|
||||
},
|
||||
"firstDayOfWeek": {
|
||||
"label": "First day of the week"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user