From 5f736d7c016925fddd3e694702d0f0b6484caa69 Mon Sep 17 00:00:00 2001 From: Eduard Gert Date: Mon, 20 Jul 2026 14:56:20 +0200 Subject: [PATCH] [client] Add macOS welcome strings to Japanese bundle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ja locale landed on main (#6790) without the welcome.titleMac / welcome.descriptionMac keys added for NET-1411; add them using Apple's Japanese term for the menu bar (メニューバー). Co-Authored-By: Claude Fable 5 --- client/ui/i18n/locales/ja/common.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/ui/i18n/locales/ja/common.json b/client/ui/i18n/locales/ja/common.json index cd54bce17..326c825bf 100644 --- a/client/ui/i18n/locales/ja/common.json +++ b/client/ui/i18n/locales/ja/common.json @@ -1034,9 +1034,15 @@ "welcome.title": { "message": "トレイの NetBird を確認してください" }, + "welcome.titleMac": { + "message": "メニューバーの NetBird を確認してください" + }, "welcome.description": { "message": "NetBird はトレイに常駐します。アイコンをクリックして、接続、プロファイルの切り替え、設定を開くことができます。" }, + "welcome.descriptionMac": { + "message": "NetBird はメニューバーに常駐します。アイコンをクリックして、接続、プロファイルの切り替え、設定を開くことができます。" + }, "welcome.continue": { "message": "続ける" },