✨ Edit alert configuration
This commit is contained in:
@ -3,7 +3,13 @@ const i18nEnglish = {
|
||||
'settings': 'Settings',
|
||||
'preparingData': 'Preparing data...',
|
||||
'settingsApplied': 'Settings Applied',
|
||||
'settingsDataSection': 'Data Source',
|
||||
'settingsAlertSection': 'Alert',
|
||||
'newAlert': 'New Alert',
|
||||
'apply': 'Apply',
|
||||
'searchHistoryNotIncluded': 'Search History not Included, yet',
|
||||
'nutrients': 'Nutrients',
|
||||
'alertNutrientId': 'Nutrient ID',
|
||||
'alertMaxValue': 'Max',
|
||||
'alertMinValue': 'Min',
|
||||
};
|
||||
|
@ -3,7 +3,13 @@ const i18nSimplifiedChinese = {
|
||||
'settings': '设置',
|
||||
'preparingData': '准备数据中…',
|
||||
'settingsApplied': '设置已应用',
|
||||
'settingsDataSection': '数据源',
|
||||
'settingsAlertSection': '危险告警',
|
||||
'newAlert': '新告警',
|
||||
'apply': '应用',
|
||||
'searchHistoryNotIncluded': '搜索记录还没实现',
|
||||
'nutrients': '营养物质',
|
||||
'alertNutrientId': '营养物质编号',
|
||||
'alertMaxValue': '告警上限',
|
||||
'alertMinValue': '告警下限',
|
||||
};
|
||||
|
Reference in New Issue
Block a user