mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-08 12:07:27 +08:00
Add “attribute” prefix to new entries
This commit is contained in:
parent
4d284235c7
commit
1b99de9474
@ -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]);
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user