From 4559ec8d2491ba88a1265cbf13e91feaa4afade0 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 20 Apr 2021 07:36:23 -0800 Subject: [PATCH] New translations en-US.json (Chinese Simplified) --- frontend/src/locales/messages/zh-CN.json | 155 ++++++++++++++++++----- 1 file changed, 123 insertions(+), 32 deletions(-) diff --git a/frontend/src/locales/messages/zh-CN.json b/frontend/src/locales/messages/zh-CN.json index 1acdd16a8..f2d92213c 100644 --- a/frontend/src/locales/messages/zh-CN.json +++ b/frontend/src/locales/messages/zh-CN.json @@ -6,6 +6,7 @@ "new-recipe": { "from-url": "输入网址", "recipe-url": "食谱网址", + "url-form-hint": "Copy and paste a link from your favorite recipe website", "error-message": "貌似在解析网址时出错。请检查log和debug/last_recipe.json文件并找寻更多有关资讯。", "bulk-add": "批量添加", "paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list": "请粘贴您的食谱资料。每行将被视为列表中的一项。" @@ -34,24 +35,87 @@ "templates": "模板", "recipes": "食谱", "themes": "布景主题", - "confirm": "确定" + "confirm": "确定", + "sort": "Sort", + "recent": "Recent", + "sort-alphabetically": "A-Z", + "reset": "Reset", + "filter": "Filter", + "yes": "Yes", + "no": "No", + "token": "Token", + "field-required": "Field Required", + "apply": "Apply", + "current-parenthesis": "(Current)", + "users": "Users", + "groups": "Groups", + "about": "About" + }, + "page": { + "home-page": "Home Page", + "all-recipes": "All Recipes", + "recent": "Recent" }, "user": { "stay-logged-in": "保持登录状态?", "email": "电子邮件", "password": "密码", "sign-in": "登入", - "sign-up": "注册" + "sign-up": "注册", + "logout": "Logout", + "full-name": "Full Name", + "user-group": "User Group", + "user-password": "User Password", + "admin": "Admin", + "user-id": "User ID", + "user-id-with-value": "User ID: {id}", + "group": "Group", + "new-user": "New User", + "edit-user": "Edit User", + "create-user": "Create User", + "confirm-user-deletion": "Confirm User Deletion", + "are-you-sure-you-want-to-delete-the-user": "Are you sure you want to delete the user {activeName} ID: {activeId}?", + "confirm-group-deletion": "Confirm Group Deletion", + "total-users": "Total Users", + "total-mealplans": "Total MealPlans", + "webhooks-enabled": "Webhooks Enabled", + "webhook-time": "Webhook Time", + "create-group": "Create Group", + "sign-up-links": "Sign Up Links", + "create-link": "Create Link", + "link-name": "Link Name", + "group-id-with-value": "Group ID: {groupID}", + "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete {groupName}?", + "group-name": "Group Name", + "confirm-link-deletion": "Confirm Link Deletion", + "are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link {link}?", + "link-id": "Link ID", + "users": "Users", + "groups": "Groups", + "could-not-validate-credentials": "Could Not Validate Credentials", + "login": "Login", + "groups-can-only-be-set-by-administrators": "Groups can only be set by administrators", + "upload-photo": "Upload Photo", + "reset-password": "Reset Password", + "current-password": "Current Password", + "new-password": "New Password", + "confirm-password": "Confirm Password", + "password-must-match": "Password must match", + "e-mail-must-be-valid": "E-mail must be valid", + "use-8-characters-or-more-for-your-password": "Use 8 characters or more for your password" }, "meal-plan": { + "shopping-list": "Shopping List", "dinner-this-week": "本周晚餐", + "meal-planner": "Meal Planner", "dinner-today": "今日晚餐", "planner": "策划人", "edit-meal-plan": "编辑用餐计划", "meal-plans": "用餐计划", "create-a-new-meal-plan": "创建一个新的用餐计划", "start-date": "开始日期", - "end-date": "结束日期" + "end-date": "结束日期", + "only-recipes-with-these-categories-will-be-used-in-meal-plans": "Only recipes with these categories will be used in Meal Plans" }, "recipe": { "description": "描述", @@ -67,24 +131,38 @@ "note": "贴士", "original-url": "原食谱链接", "view-recipe": "查看食谱", - "add-key": "Add Key", + "title": "标题", + "total-time": "总时间", + "prep-time": "准备时间", + "perform-time": "烹饪时间 / 执行时间", "api-extras": "API Extras", - "delete-confirmation": "您确定要删除此食谱吗?", - "delete-recipe": "删除食谱", - "key-name-required": "Key Name Required", - "new-key-name": "New Key Name", - "no-white-space-allowed": "No White Space Allowed", "object-key": "Object Key", "object-value": "Object Value", - "perform-time": "烹饪时间 / 执行时间", - "prep-time": "准备时间", - "title": "标题", - "total-time": "总时间" + "new-key-name": "New Key Name", + "add-key": "Add Key", + "key-name-required": "Key Name Required", + "no-white-space-allowed": "No White Space Allowed", + "delete-recipe": "删除食谱", + "delete-confirmation": "您确定要删除此食谱吗?" }, "search": { - "search-mealie": "搜索Mealie" + "search-mealie": "搜索Mealie", + "search-placeholder": "Search...", + "max-results": "Max Results", + "category-filter": "Category Filter", + "tag-filter": "Tag Filter", + "include": "Include", + "exclude": "Exclude", + "and": "And", + "or": "Or", + "search": "Search" }, "settings": { + "general-settings": "基本设置", + "change-password": "Change Password", + "admin-settings": "Admin Settings", + "local-api": "Local API", + "language": "语言", "add-a-new-theme": "新增布景主题", "set-new-time": "设定新的时间", "current": "版本号:", @@ -93,7 +171,9 @@ "contribute": "参与贡献", "backup-and-exports": "备份", "backup-info": "备份以标准JSON格式导出,并连同储存在系统文件中的所有图像。在备份文件夹中,您将找到一个.zip文件,其中包含数据库中的所有食谱JSON和图像。此外,如果您选择了Markdown文件,这些文件也将一并储存在.zip文件中。当需要要导入备份,它必须位于您的备份文件夹中。每天3:00 AM将进行自动备份。", + "available-backups": "可用备份", "theme": { + "theme-name": "主题名称", "theme-settings": "布景主题设置", "select-a-theme-from-the-dropdown-or-create-a-new-theme-note-that-the-default-theme-will-be-served-to-all-users-who-have-not-set-a-theme-preference": "从以下列表中选择一个主题或创建一个新主题。请注意,默认主题将提供给尚未设置主题首选的所有用户。", "dark-mode": "暗黑模式", @@ -105,6 +185,7 @@ "info": "信息(Info)", "warning": "警告(Warning)", "error": "错误(Error)", + "default-to-system": "默认为系统", "light": "浅色", "dark": "深色", "theme": "布景主题", @@ -112,8 +193,6 @@ "delete-theme": "删除主题", "are-you-sure-you-want-to-delete-this-theme": "您确定要删除此主题吗?", "choose-how-mealie-looks-to-you-set-your-theme-preference-to-follow-your-system-settings-or-choose-to-use-the-light-or-dark-theme": "选择Mealie的外观模式。设置布景主题首选并依据您的主机系统设置,或者选择使用浅色或深色主题。", - "default-to-system": "默认为系统", - "theme-name": "主题名称", "theme-name-is-required": "主题名称是必填项。" }, "webhooks": { @@ -129,30 +208,42 @@ "import-settings": "导入设置", "create-heading": "创建备份", "backup-tag": "标签备份", - "backup-restore-report": "备份还原报告", - "failed-imports": "导入失败", "full-backup": "完整备份", "partial-backup": "部分备份", - "successfully-imported": "成功导入" + "backup-restore-report": "备份还原报告", + "successfully-imported": "成功导入", + "failed-imports": "导入失败" }, - "available-backups": "可用备份", - "general-settings": "基本设置", - "language": "语言", - "local-api": "Local API" + "homepage": { + "card-per-section": "Card Per Section", + "homepage-categories": "Homepage Categories", + "home-page": "Home Page", + "all-categories": "All Categories", + "show-recent": "Show Recent", + "home-page-sections": "Home Page Sections" + }, + "site-settings": "Site Settings", + "manage-users": "Manage Users", + "migrations": "Migrations", + "profile": "Profile", + "custom-pages": "Custom Pages", + "new-page": "New Page", + "edit-page": "Edit Page", + "page-name": "Page Name" }, "migration": { "recipe-migration": "食谱迁移", "failed-imports": "导入失败", - "chowdown": { - "description": "从Chowdown迁移数据", - "title": "Chowdown" - }, "migration-report": "迁移报告", - "nextcloud": { - "description": "从Nextcloud Cookbook迁移数据", - "title": "Nextcloud Cookbook" - }, + "successful-imports": "成功导入", "no-migration-data-available": "没有迁移数据可用", - "successful-imports": "成功导入" + "nextcloud": { + "title": "Nextcloud Cookbook", + "description": "从Nextcloud Cookbook迁移数据" + }, + "chowdown": { + "title": "Chowdown", + "description": "从Chowdown迁移数据" + } } }