mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-13 08:25:35 -04:00
86 lines
3.2 KiB
JSON
86 lines
3.2 KiB
JSON
{
|
|
"generic": {
|
|
"server-error": "發生未預期的錯誤"
|
|
},
|
|
"recipe": {
|
|
"unique-name-error": "食譜名稱必須是唯一的",
|
|
"recipe-created": "食譜已建立",
|
|
"recipe-image-deleted": "食譜圖片已刪除",
|
|
"recipe-defaults": {
|
|
"ingredient-note": "1 杯麵粉",
|
|
"step-text": "食譜步驟以及食譜頁面中的其他欄位皆支援 Markdown 語法。\n\n**新增連結**\n\n[我的連結](https://demo.mealie.io)\n"
|
|
},
|
|
"servings-text": {
|
|
"makes": "製作",
|
|
"serves": "份量",
|
|
"serving": "份量",
|
|
"servings": "份量",
|
|
"yield": "產出",
|
|
"yields": "產出"
|
|
},
|
|
"and-amount": "and {amount}",
|
|
"or-ingredient": "or {ingredient}"
|
|
},
|
|
"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": "您沒有執行此操作的權限",
|
|
"recursive-recipe-link": "食譜不能直接或間接地參照自身",
|
|
"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} 已刪除",
|
|
"logged-out": "已登出"
|
|
},
|
|
"datetime": {
|
|
"year": "年|年",
|
|
"day": "天|天",
|
|
"hour": "小時|小時",
|
|
"minute": "分鐘|分鐘",
|
|
"second": "秒|秒",
|
|
"millisecond": "毫秒|毫秒",
|
|
"microsecond": "微秒|微秒"
|
|
},
|
|
"emails": {
|
|
"password": {
|
|
"subject": "Mealie 忘記密碼",
|
|
"header_text": "忘記密碼",
|
|
"message_top": "您已申請重設密碼。",
|
|
"message_bottom": "請點擊上方按鈕以重設您的密碼。",
|
|
"button_text": "重設密碼"
|
|
},
|
|
"invitation": {
|
|
"subject": "邀請加入 Mealie",
|
|
"header_text": "受邀通知",
|
|
"message_top": "您已被邀請加入 Mealie。",
|
|
"message_bottom": "請點擊上方按鈕以接受邀請。",
|
|
"button_text": "接受邀請"
|
|
},
|
|
"test": {
|
|
"subject": "Mealie 測試郵件",
|
|
"header_text": "測試郵件",
|
|
"message_top": "這是一封測試郵件。",
|
|
"message_bottom": "請點擊上方按鈕以測試郵件功能。",
|
|
"button_text": "開啟 Mealie"
|
|
}
|
|
}
|
|
}
|