🌐 Fix translations for preferences page

This commit is contained in:
Manuel
2023-08-01 11:38:57 +02:00
parent fff6e6c077
commit 38c6a0741b
5 changed files with 31 additions and 22 deletions

View File

@@ -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"
}

View 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"
}
}
}