From 4b8538dc85ba4f5552d7b7eb1b9978bab8a90ed2 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 30 Jul 2025 01:43:49 -0500 Subject: [PATCH] New translations en-us.json (Chinese Simplified) --- frontend/lang/messages/zh-CN.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/lang/messages/zh-CN.json b/frontend/lang/messages/zh-CN.json index 8ea1277c8..66efbbc2d 100644 --- a/frontend/lang/messages/zh-CN.json +++ b/frontend/lang/messages/zh-CN.json @@ -472,6 +472,7 @@ "comment": "评论", "comments": "评论", "delete-confirmation": "您确定要删除此食谱吗?", + "admin-delete-confirmation": "You're about to delete a recipe that isn't yours using admin permissions. Are you sure?", "delete-recipe": "删除食谱", "description": "描述", "disable-amount": "关闭显示成分数量", @@ -662,6 +663,8 @@ "no-unit": "没有计量单位", "missing-unit": "创建缺失的计量单位:{unit}", "missing-food": "创建缺失的食物:{food}", + "this-unit-could-not-be-parsed-automatically": "This unit could not be parsed automatically", + "this-food-could-not-be-parsed-automatically": "This food could not be parsed automatically", "no-food": "没有食物" }, "reset-servings-count": "重置份量数量",