From 85ee2d97f5b6340e2585ab7901822a8bd7fa024e Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 30 Jul 2025 01:44:10 -0500 Subject: [PATCH] New translations en-us.json (Japanese) --- frontend/lang/messages/ja-JP.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/lang/messages/ja-JP.json b/frontend/lang/messages/ja-JP.json index fdcb9d971..185a005d4 100644 --- a/frontend/lang/messages/ja-JP.json +++ b/frontend/lang/messages/ja-JP.json @@ -472,6 +472,7 @@ "comment": "コメント", "comments": "コメント", "delete-confirmation": "このレシピを削除しますか?", + "admin-delete-confirmation": "You're about to delete a recipe that isn't yours using admin permissions. Are you sure?", "delete-recipe": "レシピを削除", "description": "説明", "disable-amount": "材料の量を無効にする", @@ -662,6 +663,8 @@ "no-unit": "単位がありません", "missing-unit": "欠けている単位を作成: {unit}", "missing-food": "欠けている食材を作成: {food}", + "this-unit-could-not-be-parsed-automatically": "This unit could not be parsed automatically", + "this-food-could-not-be-parsed-automatically": "This food could not be parsed automatically", "no-food": "食材はありません" }, "reset-servings-count": "サービング数をリセット",