mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-03 15:41:21 -05:00
49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"generic": {
|
|
"server-error": "发生意外错误"
|
|
},
|
|
"recipe": {
|
|
"unique-name-error": "食谱名称必须唯一",
|
|
"recipe-defaults": {
|
|
"ingredient-note": "1 Cup Flour",
|
|
"step-text": "Recipe steps as well as other fields in the recipe page support markdown syntax.\n\n**Add a link**\n\n[My Link](https://demo.mealie.io)\n"
|
|
}
|
|
},
|
|
"mealplan": {
|
|
"no-recipes-match-your-rules": "没有符合条件的食谱"
|
|
},
|
|
"user": {
|
|
"user-updated": "用户已更新",
|
|
"password-updated": "密码已更新",
|
|
"invalid-current-password": "当前密码无效",
|
|
"ldap-update-password-unavailable": "无法更改密码, 用户被LDAP控制"
|
|
},
|
|
"group": {
|
|
"report-deleted": "报告已删除"
|
|
},
|
|
"exceptions": {
|
|
"permission_denied": "您没有执行此操作的权限",
|
|
"no-entry-found": "您要找的网页不存在",
|
|
"integrity-error": "数据库完整性错误",
|
|
"username-conflict-error": "该用户名已被使用",
|
|
"email-conflict-error": "该邮箱已经被使用"
|
|
},
|
|
"notifications": {
|
|
"generic-created": "{name} 已创建",
|
|
"generic-updated": "{name} 已更新",
|
|
"generic-created-with-url": "{name} 已创建, {url}",
|
|
"generic-updated-with-url": "{name} 已创建, {url}",
|
|
"generic-duplicated": "{name} 已复制",
|
|
"generic-deleted": "{name} 已删除"
|
|
},
|
|
"datetime": {
|
|
"year": "年|年",
|
|
"day": "天|天",
|
|
"hour": "小时|小时",
|
|
"minute": "分钟|分钟",
|
|
"second": "秒|秒",
|
|
"millisecond": "毫秒|毫秒",
|
|
"microsecond": "微秒|微秒"
|
|
}
|
|
}
|