Add “attribute” prefix to new entries

This commit is contained in:
Damien 2024-09-23 16:47:46 +02:00
parent 4d284235c7
commit 1b99de9474
2 changed files with 5 additions and 5 deletions

View File

@ -138,11 +138,11 @@ export default (t) => useMemo(() => ({
type: 'number',
},
navigationAppLink: {
name: t('navigationAppLink'),
name: t('attributeNavigationAppLink'),
type: 'string',
},
navigationAppTitle: {
name: t('navigationAppTitle'),
name: t('attributeNavigationAppTitle'),
type: 'string',
},
}), [t]);

View File

@ -150,6 +150,8 @@
"attributeMailSmtpAuth": "Mail: SMTP Auth Enable",
"attributeMailSmtpUsername": "Mail: SMTP Username",
"attributeMailSmtpPassword": "Mail: SMTP Password",
"attributeNavigationAppLink": "Navigation app link",
"attributeNavigationAppTitle": "Navigation app title",
"attributeUiDisableSavedCommands": "UI: Disable Saved Commands",
"attributeUiDisableAttributes": "UI: Disable Attributes",
"attributeUiDisableGroups": "UI: Disable Groups",
@ -609,7 +611,5 @@
"categoryVan": "Van",
"categoryScooter": "Scooter",
"maintenanceStart": "Start",
"maintenancePeriod": "Period",
"navigationAppLink": "Navigation app link",
"navigationAppTitle": "Navigation app title"
"maintenancePeriod": "Period"
}