mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
New translations en-US.json (Chinese Simplified)
This commit is contained in:
parent
8c0e4c3305
commit
c6d0635f8b
1 changed files with 134 additions and 33 deletions
|
@ -13,11 +13,22 @@
|
|||
"demo": "Demo",
|
||||
"demo-status": "Demo Status",
|
||||
"development": "Development",
|
||||
"download-log": "Download Log",
|
||||
"download-recipe-json": "Download Recipe JSON",
|
||||
"not-demo": "Not Demo",
|
||||
"production": "Production",
|
||||
"sqlite-file": "SQLite File",
|
||||
"version": "Version"
|
||||
},
|
||||
"category": {
|
||||
"category-created": "Category created",
|
||||
"category-creation-failed": "Category creation failed",
|
||||
"category-deleted": "Category Deleted",
|
||||
"category-deletion-failed": "Category deletion failed",
|
||||
"category-filter": "Category Filter",
|
||||
"category-update-failed": "Category update failed",
|
||||
"category-updated": "Category updated"
|
||||
},
|
||||
"general": {
|
||||
"apply": "应用",
|
||||
"cancel": "取消",
|
||||
|
@ -30,29 +41,40 @@
|
|||
"download": "下载",
|
||||
"edit": "编辑",
|
||||
"enabled": "启用",
|
||||
"exception": "Exception",
|
||||
"failed-count": "Failed: {count}",
|
||||
"failure-uploading-file": "Failure uploading file",
|
||||
"field-required": "必填",
|
||||
"file-folder-not-found": "File/folder not found",
|
||||
"file-uploaded": "File uploaded",
|
||||
"filter": "筛选",
|
||||
"friday": "Friday",
|
||||
"get": "Get",
|
||||
"groups": "群组",
|
||||
"image": "Image",
|
||||
"image-upload-failed": "Image upload failed",
|
||||
"import": "导入",
|
||||
"keyword": "Keyword",
|
||||
"monday": "Monday",
|
||||
"name": "名称",
|
||||
"no": "否",
|
||||
"ok": "好的",
|
||||
"options": "选项",
|
||||
"options": "Options:",
|
||||
"random": "随机",
|
||||
"recent": "最近",
|
||||
"recipes": "食谱",
|
||||
"rename-object": "Rename {0}",
|
||||
"reset": "重置",
|
||||
"saturday": "Saturday",
|
||||
"save": "保存",
|
||||
"settings": "设定",
|
||||
"sort": "排序",
|
||||
"sort-alphabetically": "A-Z",
|
||||
"status": "Status",
|
||||
"submit": "提交",
|
||||
"success-count": "Success: {count}",
|
||||
"sunday": "Sunday",
|
||||
"templates": "模板",
|
||||
"templates": "Templates:",
|
||||
"themes": "布景主题",
|
||||
"thursday": "Thursday",
|
||||
"token": "密钥",
|
||||
|
@ -64,6 +86,25 @@
|
|||
"wednesday": "Wednesday",
|
||||
"yes": "是"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
"cannot-delete-default-group": "Cannot delete default group",
|
||||
"cannot-delete-group-with-users": "Cannot delete group with users",
|
||||
"confirm-group-deletion": "Confirm Group Deletion",
|
||||
"create-group": "Create Group",
|
||||
"error-updating-group": "Error updating group",
|
||||
"group": "Group",
|
||||
"group-deleted": "Group deleted",
|
||||
"group-deletion-failed": "Group deletion failed",
|
||||
"group-id-with-value": "Group ID: {groupID}",
|
||||
"group-name": "Group Name",
|
||||
"group-not-found": "Group not found",
|
||||
"groups": "Groups",
|
||||
"groups-can-only-be-set-by-administrators": "Groups can only be set by administrators",
|
||||
"user-group": "User Group",
|
||||
"user-group-created": "User Group Created",
|
||||
"user-group-creation-failed": "User Group Creation Failed"
|
||||
},
|
||||
"meal-plan": {
|
||||
"create-a-new-meal-plan": "创建一个新的用餐计划",
|
||||
"dinner-this-week": "本周晚餐",
|
||||
|
@ -73,6 +114,14 @@
|
|||
"group": "Group (Beta)",
|
||||
"meal-planner": "用餐计划",
|
||||
"meal-plans": "用餐计划",
|
||||
"mealplan-created": "Mealplan created",
|
||||
"mealplan-creation-failed": "Mealplan creation failed",
|
||||
"mealplan-deleted": "Mealplan Deleted",
|
||||
"mealplan-deletion-failed": "Mealplan deletion failed",
|
||||
"mealplan-update-failed": "Mealplan update failed",
|
||||
"mealplan-updated": "Mealplan Updated",
|
||||
"no-meal-plan-defined-yet": "No meal plan defined yet",
|
||||
"no-meal-planned-for-today": "No meal planned for today",
|
||||
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "只有与这些类别相关的食谱才会被用于用餐计划",
|
||||
"planner": "策划人",
|
||||
"quick-week": "Quick Week",
|
||||
|
@ -84,6 +133,7 @@
|
|||
"description": "从Chowdown迁移数据",
|
||||
"title": "Chowdown"
|
||||
},
|
||||
"migration-data-removed": "Migration data removed",
|
||||
"nextcloud": {
|
||||
"description": "从Nextcloud Cookbook迁移数据",
|
||||
"title": "Nextcloud Cookbook"
|
||||
|
@ -102,23 +152,30 @@
|
|||
"page": {
|
||||
"all-recipes": "全部食谱",
|
||||
"home-page": "主页",
|
||||
"new-page-created": "New page created",
|
||||
"page-creation-failed": "Page creation failed",
|
||||
"page-deleted": "Page deleted",
|
||||
"page-deletion-failed": "Page deletion failed",
|
||||
"page-update-failed": "Page update failed",
|
||||
"page-updated": "Page updated",
|
||||
"pages-update-failed": "Pages update failed",
|
||||
"pages-updated": "Pages updated",
|
||||
"recent": "最近"
|
||||
},
|
||||
"recipe": {
|
||||
"assets": "Assets",
|
||||
"add-key": "Add Key",
|
||||
"api-extras": "API Extras",
|
||||
"assets": "Assets",
|
||||
"calories": "Calories",
|
||||
"calories-suffix": "calories",
|
||||
"carbohydrate-content": "Carbohydrate",
|
||||
"categories": "分类目录",
|
||||
"delete-confirmation": "您确定要删除此食谱吗?",
|
||||
"delete-recipe": "删除食谱",
|
||||
"description": "描述",
|
||||
"fat-content": "Fat",
|
||||
"fiber-content": "Fiber",
|
||||
"carbohydrate-content": "Carbohydrate",
|
||||
"grams": "grams",
|
||||
"image": "Image",
|
||||
"ingredient": "材料",
|
||||
"ingredients": "材料",
|
||||
"instructions": "做法",
|
||||
|
@ -135,27 +192,32 @@
|
|||
"perform-time": "烹饪时间",
|
||||
"prep-time": "准备时间",
|
||||
"protein-content": "Protein",
|
||||
"recipe-created": "Recipe created",
|
||||
"recipe-creation-failed": "Recipe creation failed",
|
||||
"recipe-deleted": "Recipe deleted",
|
||||
"recipe-image": "Recipe Image",
|
||||
"recipe-image-updated": "Recipe image updated",
|
||||
"recipe-name": "食谱名称",
|
||||
"recipe-update-failed": "Recipe update failed",
|
||||
"recipe-updated": "Recipe updated",
|
||||
"servings": "份量",
|
||||
"sodium-content": "Sodium",
|
||||
"step-index": "步骤:{step}",
|
||||
"sugar-content": "Sugar",
|
||||
"tags": "标签",
|
||||
"title": "标题",
|
||||
"total-time": "总时间",
|
||||
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||
"view-recipe": "查看食谱"
|
||||
},
|
||||
"search": {
|
||||
"search-mealie": "Search Mealie (press /)",
|
||||
"search-placeholder": "搜索...",
|
||||
"max-results": "最大结果",
|
||||
"category-filter": "分类筛选",
|
||||
"and": "and",
|
||||
"exclude": "排除",
|
||||
"include": "包括",
|
||||
"max-results": "最大结果",
|
||||
"or": "或",
|
||||
"and": "and",
|
||||
"search": "搜索",
|
||||
"search-mealie": "Search Mealie (press /)",
|
||||
"search-placeholder": "搜索...",
|
||||
"tag-filter": "标签筛选"
|
||||
},
|
||||
"settings": {
|
||||
|
@ -163,10 +225,15 @@
|
|||
"admin-settings": "管理设置",
|
||||
"available-backups": "可用备份",
|
||||
"backup": {
|
||||
"backup-created-at-response-export_path": "Backup Created at {path}",
|
||||
"backup-deleted": "Backup deleted",
|
||||
"backup-tag": "标签备份",
|
||||
"create-heading": "创建备份",
|
||||
"error-creating-backup-see-log-file": "Error Creating Backup. See Log File",
|
||||
"full-backup": "完整备份",
|
||||
"partial-backup": "部分备份"
|
||||
"import-summary": "Import Summary",
|
||||
"partial-backup": "部分备份",
|
||||
"unable-to-delete-backup": "Unable to Delete Backup."
|
||||
},
|
||||
"backup-and-exports": "备份",
|
||||
"backup-info": "备份以标准JSON格式导出,并连同储存在系统文件中的所有图像。在备份文件夹中,您将找到一个.zip文件,其中包含数据库中的所有食谱JSON和图像。此外,如果您选择了Markdown文件,这些文件也将一并储存在.zip文件中。当需要要导入备份,它必须位于您的备份文件夹中。每天3:00 AM将进行自动备份。",
|
||||
|
@ -175,6 +242,7 @@
|
|||
"custom-pages": "自定义页面",
|
||||
"edit-page": "编辑页面",
|
||||
"first-day-of-week": "First day of the week",
|
||||
"group-settings-updated": "Group Settings Updated",
|
||||
"homepage": {
|
||||
"all-categories": "所有分类",
|
||||
"card-per-section": "Card的部分",
|
||||
|
@ -190,9 +258,12 @@
|
|||
"migrations": "迁移",
|
||||
"new-page": "新建页面",
|
||||
"page-name": "页面名称",
|
||||
"pages": "Pages",
|
||||
"profile": "用户信息",
|
||||
"remove-existing-entries-matching-imported-entries": "Remove existing entries matching imported entries",
|
||||
"set-new-time": "设定新的时间",
|
||||
"settings-update-failed": "Settings update failed",
|
||||
"settings-updated": "Settings updated",
|
||||
"site-settings": "网站设置",
|
||||
"theme": {
|
||||
"accent": "Accent(强调)",
|
||||
|
@ -203,6 +274,9 @@
|
|||
"default-to-system": "默认为系统",
|
||||
"delete-theme": "删除主题",
|
||||
"error": "Error(错误)",
|
||||
"error-creating-theme-see-log-file": "Error creating theme. See log file.",
|
||||
"error-deleting-theme": "Error deleting theme",
|
||||
"error-updating-theme": "Error updating theme",
|
||||
"info": "Info(信息)",
|
||||
"light": "浅色",
|
||||
"primary": "Primary(主要)",
|
||||
|
@ -210,51 +284,69 @@
|
|||
"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": "从以下列表中选择一个主题或创建一个新主题。请注意,默认主题将提供给尚未设置主题首选的所有用户。",
|
||||
"success": "Success(成功)",
|
||||
"theme": "布景主题",
|
||||
"theme-deleted": "Theme deleted",
|
||||
"theme-name": "主题名称",
|
||||
"theme-name-is-required": "主题名称是必填项。",
|
||||
"theme-saved": "Theme Saved",
|
||||
"theme-settings": "布景主题设置",
|
||||
"theme-updated": "Theme updated",
|
||||
"warning": "Warning(警告)"
|
||||
},
|
||||
"toolbox": {
|
||||
"assign-all": "Assign All",
|
||||
"bulk-assign": "Bulk Assign",
|
||||
"new-name": "New Name",
|
||||
"no-unused-items": "No Unused Items",
|
||||
"recipes-affected": "No Recipes Affected|One Recipe Affected|{count} Recipes Affected",
|
||||
"remove-unused": "Remove Unused",
|
||||
"title-case-all": "Title Case All",
|
||||
"toolbox": "Toolbox"
|
||||
},
|
||||
"webhooks": {
|
||||
"meal-planner-webhooks": "用餐计划器Webhooks",
|
||||
"test-webhooks": "测试Webhooks",
|
||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "下方列出的网址将在预定日期接收到有关用餐计划的食谱资料。Webhooks执行将在",
|
||||
"webhook-url": "Webhook网址"
|
||||
},
|
||||
"toolbox": {
|
||||
"toolbox": "Toolbox",
|
||||
"new-name": "New Name",
|
||||
"recipes-effected": "Recipes Effected",
|
||||
"title-case-all": "Title Case All",
|
||||
"no-unused-items": "No Unused Items",
|
||||
"remove-unused": "Remove Unused",
|
||||
"assign-all": "Assign All",
|
||||
"bulk-assign": "Bulk Assign"
|
||||
}
|
||||
},
|
||||
"signup": {
|
||||
"display-name": "Display Name",
|
||||
"error-signing-up": "Error Signing Up",
|
||||
"sign-up": "Sign Up",
|
||||
"sign-up-link-created": "Sign up link created",
|
||||
"sign-up-link-creation-failed": "Sign up link creation failed",
|
||||
"sign-up-links": "Sign Up Links",
|
||||
"sign-up-token-deleted": "Sign Up Token Deleted",
|
||||
"sign-up-token-deletion-failed": "Sign up token deletion failed",
|
||||
"welcome-to-mealie": "Welcome to Mealie! To become a user of this instance you are required to have a valid invitation link. If you haven't recieved an invitation you are unable to sign-up. To recieve a link, contact the sites administrator."
|
||||
},
|
||||
"tag": {
|
||||
"tag-created": "Tag created",
|
||||
"tag-creation-failed": "Tag creation failed",
|
||||
"tag-deleted": "Tag deleted",
|
||||
"tag-deletion-failed": "Tag deletion failed",
|
||||
"tag-update-failed": "Tag update failed",
|
||||
"tag-updated": "Tag updated",
|
||||
"tags": "Tags"
|
||||
},
|
||||
"user": {
|
||||
"admin": "管理员",
|
||||
"are-you-sure-you-want-to-delete-the-group": "您确定要删除<b>{groupName}<b/>吗?",
|
||||
"are-you-sure-you-want-to-delete-the-link": "您确定要删除链接<b>{link}<b/>吗?",
|
||||
"are-you-sure-you-want-to-delete-the-user": "您确定要删除用户 <b>{activeName} ID:{activeId}<b/> 吗?",
|
||||
"confirm-group-deletion": "确认删除群组",
|
||||
"confirm-link-deletion": "确认删除链接",
|
||||
"confirm-password": "确认密码",
|
||||
"confirm-user-deletion": "确认删除用户",
|
||||
"could-not-validate-credentials": "无法验证",
|
||||
"create-group": "创建群组",
|
||||
"create-link": "生成链接",
|
||||
"create-user": "创建用户",
|
||||
"current-password": "当前密码",
|
||||
"e-mail-must-be-valid": "电子邮件必须有效",
|
||||
"edit-user": "编辑用户",
|
||||
"email": "电子邮件",
|
||||
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||
"existing-password-does-not-match": "Existing password does not match",
|
||||
"full-name": "全名",
|
||||
"group": "群组",
|
||||
"group-id-with-value": "群组ID: {groupID}",
|
||||
"group-name": "群组名",
|
||||
"groups": "群组",
|
||||
"groups-can-only-be-set-by-administrators": "群组只能由管理员设置",
|
||||
"incorrect-username-or-password": "Incorrect username or password",
|
||||
"link-id": "链接ID",
|
||||
"link-name": "链接名",
|
||||
"login": "登录",
|
||||
|
@ -262,20 +354,29 @@
|
|||
"new-password": "新密码",
|
||||
"new-user": "新建用户",
|
||||
"password": "密码",
|
||||
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||
"password-must-match": "密码必须一致",
|
||||
"password-reset-failed": "Password reset failed",
|
||||
"password-updated": "Password updated",
|
||||
"reset-password": "重置密码",
|
||||
"sign-in": "登入",
|
||||
"sign-up-links": "注册链接",
|
||||
"total-mealplans": "总用餐计划",
|
||||
"total-users": "用户总数",
|
||||
"upload-photo": "上传照片",
|
||||
"use-8-characters-or-more-for-your-password": "请设置密码字符为8个或更多",
|
||||
"user-group": "用户群组",
|
||||
"user-created": "User created",
|
||||
"user-creation-failed": "User creation failed",
|
||||
"user-deleted": "User deleted",
|
||||
"user-id": "用户ID",
|
||||
"user-id-with-value": "用户ID: {id}",
|
||||
"user-password": "用户密码",
|
||||
"user-successfully-logged-in": "User Successfully Logged In",
|
||||
"user-update-failed": "User update failed",
|
||||
"user-updated": "User updated",
|
||||
"users": "用户",
|
||||
"webhook-time": "Webhook时间",
|
||||
"webhooks-enabled": "Webhooks 启用"
|
||||
"webhooks-enabled": "Webhooks 启用",
|
||||
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue