Editable search data collections

This commit is contained in:
2024-08-15 20:10:07 +08:00
parent 09e904f52f
commit 403639088f
12 changed files with 439 additions and 184 deletions

View File

@@ -5,6 +5,8 @@ const i18nSimplifiedChinese = {
'settingsApplied': '设置已应用',
'settingsDataSection': '数据源',
'settingsAlertSection': '危险告警',
'dataSourceSettings': '数据源设置',
'alertSettings': '危险告警配置',
'newAlert': '新告警',
'apply': '应用',
'searchHistoryNotIncluded': '搜索记录还没实现',
@@ -18,4 +20,19 @@ const i18nSimplifiedChinese = {
'alertEmpty': '无告警规则配置,前往设置添加规则',
'alertSafe': '无告警规则触发,可安心食用',
'alertDetectResult': '告警匹配详情',
'undetected': '未检出',
'dataCollectionSelection': '搜索数据集范围',
'dataCollectionFoundation': '基础数据集',
'dataCollectionFoundationDescription': '包含食品原材料等,范围较小,但数据准确检测方面全',
'dataCollectionBranded': '品牌数据集',
'dataCollectionBrandedDescription': '包含各种品牌精加工食品',
'dataCollectionSurvey': '调查数据集',
'dataCollectionSurveyDescription': '使用在 We Eat in America 期刊上的数据',
'dataCollectionLegacy': '归档数据集',
'dataCollectionLegacyDescription': '来自分析、计算和公开文献的历史数据',
'fdcApiKey': 'USDA 食品数据中心 API 令牌',
'fdcApiKeyHint':
'DietaryGuard 的数据来自于美国农业部公开 API因此你需要配置一个 API 令牌,但是别担心,这是完全免费的,查看我们的维基了解如何获取一个 API 令牌。',
'fdcApiCredit':
'DietaryGuard 的食品数据来源于 U.S. Department of Agriculture, Agricultural Research Service, Beltsville Human Nutrition Research Center. FoodData Central. 在此感谢他们慷慨贡献的食品数据并发布在公有领域。',
};