💄 Finishing up

This commit is contained in:
2024-08-15 21:12:23 +08:00
parent 0b34a4b74b
commit bd50859e73
56 changed files with 395 additions and 75 deletions

View File

@ -1,4 +1,5 @@
const i18nEnglish = {
'appCopyright': 'Copyright © 2024 Solsynth LLC\nOriginal Author @littlesheep',
'query': 'Query',
'settings': 'Settings',
'preparingData': 'Preparing data...',

View File

@ -1,4 +1,7 @@
const i18nSimplifiedChinese = {
'appName': '膳食卫士',
'appDescription': '您的健康膳食小卫士',
'appCopyright': '版权所有 © 2024 索尔辛茨实业有限公司\n作者 @littlesheep',
'query': '查询',
'settings': '设置',
'preparingData': '准备数据中…',
@ -35,4 +38,5 @@ const i18nSimplifiedChinese = {
'DietaryGuard 的数据来自于美国农业部公开 API因此你需要配置一个 API 令牌,但是别担心,这是完全免费的,查看我们的维基了解如何获取一个 API 令牌。',
'fdcApiCredit':
'DietaryGuard 的食品数据来源于 U.S. Department of Agriculture, Agricultural Research Service, Beltsville Human Nutrition Research Center. FoodData Central. 在此感谢他们慷慨贡献的食品数据并发布在公有领域。',
'loading': '加载中',
};