From be50633ea8a369e0b6d29f25f203773b42418455 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 28 Apr 2021 19:06:52 -0800 Subject: [PATCH] New translations en-US.json (Chinese Simplified) --- frontend/src/locales/messages/zh-CN.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/locales/messages/zh-CN.json b/frontend/src/locales/messages/zh-CN.json index d48cb18f5..995f220cc 100644 --- a/frontend/src/locales/messages/zh-CN.json +++ b/frontend/src/locales/messages/zh-CN.json @@ -105,6 +105,7 @@ "recent": "最近" }, "recipe": { + "assets": "Assets", "add-key": "Add Key", "api-extras": "API Extras", "calories": "Calories", @@ -113,8 +114,9 @@ "delete-confirmation": "您确定要删除此食谱吗?", "delete-recipe": "删除食谱", "description": "描述", - "fat-content": "Fat Content", - "fiber-content": "Fiber Content", + "fat-content": "Fat", + "fiber-content": "Fiber", + "carbohydrate-content": "Carbohydrate", "grams": "grams", "image": "Image", "ingredient": "材料", @@ -132,13 +134,13 @@ "original-url": "原食谱链接", "perform-time": "烹饪时间", "prep-time": "准备时间", - "protein-content": "Protein Content", + "protein-content": "Protein", "recipe-image": "Recipe Image", "recipe-name": "食谱名称", "servings": "份量", - "sodium-content": "Sodium Content", + "sodium-content": "Sodium", "step-index": "步骤:{step}", - "sugar-content": "Sugar Content", + "sugar-content": "Sugar", "tags": "标签", "title": "标题", "total-time": "总时间",