mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-06-16 05:50:15 -04:00
96 lines
4.5 KiB
JSON
96 lines
4.5 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[ミーリー](https://demo.mealie.io)\n"
|
||
},
|
||
"servings-text": {
|
||
"makes": "作成",
|
||
"serves": "サーブ",
|
||
"serving": "人前",
|
||
"servings": "人前",
|
||
"yield": "人分",
|
||
"yields": "人分"
|
||
},
|
||
"and-amount": "and {amount}",
|
||
"or-ingredient": "or {ingredient}",
|
||
"create-progress": {
|
||
"creating-recipe-with-ai": "Creating recipe with AI...",
|
||
"creating-recipe-from-transcript-with-ai": "Creating recipe from transcript with AI...",
|
||
"creating-recipe-from-webpage-data": "Creating recipe from webpage data...",
|
||
"downloading-image": "Downloading image...",
|
||
"downloading-video": "Downloading video...",
|
||
"extracting-recipe-data": "Extracting recipe data...",
|
||
"fetching-webpage": "Fetching webpage...",
|
||
"transcribing-audio-with-ai": "Transcribing audio with AI..."
|
||
}
|
||
},
|
||
"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": "A recipe cannot reference itself, either directly or indirectly",
|
||
"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を開く"
|
||
}
|
||
}
|
||
}
|