1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-07 22:45:22 +02:00

New Crowdin updates (#3635)

This commit is contained in:
Hayden 2024-05-23 00:48:06 -05:00 committed by GitHub
parent ca26639525
commit d1c5a6ed8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 274 additions and 40 deletions

View file

@ -594,6 +594,7 @@
"select-parser": "选取解析器",
"natural-language-processor": "自然语言处理器",
"brute-parser": "暴力解析器",
"openai-parser": "OpenAI Parser",
"parse-all": "全部解析",
"no-unit": "没有计量单位",
"missing-unit": "创建缺失的计量单位:{unit}",
@ -764,7 +765,10 @@
"recipe-scraper-version": "食谱刮削器版本",
"oidc-ready": "OIDC 已就绪",
"oidc-ready-error-text": "某些OIDC环境变量尚未配置。如果你不使用OIDC验证可以忽略该报错",
"oidc-ready-success-text": "OIDC所需的环境变量均已配置。"
"oidc-ready-success-text": "OIDC所需的环境变量均已配置。",
"openai-ready": "OpenAI Ready",
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
"openai-ready-success-text": "Required OpenAI variables are all set."
},
"shopping-list": {
"all-lists": "所有购物清单",
@ -778,6 +782,7 @@
"food": "食品",
"note": "备注",
"label": "标注",
"save-label": "Save Label",
"linked-item-warning": "此条目已经与一个或多个食谱有关。若强行变更它的单位或食品,会在增减下方关联食谱份数时产生意外结果。",
"toggle-food": "是否为数据库中的食品",
"manage-labels": "管理标签",
@ -1170,6 +1175,7 @@
"ingredients-natural-language-processor-explanation-2": "它不完美但通常来说结果还不错。推荐用它上手来把食材手动解析成独立字段。或者你也可以选择“Brute解析器“它使用一种模式匹配技术来识别食材。",
"nlp": "自然语言处理",
"brute": "Brute",
"openai": "OpenAI",
"show-individual-confidence": "显示个体置信度",
"ingredient-text": "食材文本",
"average-confident": "{0}置信度",