[client] Add macOS welcome strings to Japanese bundle

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 <noreply@anthropic.com>
This commit is contained in:
Eduard Gert
2026-07-20 14:56:20 +02:00
parent 21a7de75ea
commit 5f736d7c01

View File

@@ -1034,9 +1034,15 @@
"welcome.title": {
"message": "トレイの NetBird を確認してください"
},
"welcome.titleMac": {
"message": "メニューバーの NetBird を確認してください"
},
"welcome.description": {
"message": "NetBird はトレイに常駐します。アイコンをクリックして、接続、プロファイルの切り替え、設定を開くことができます。"
},
"welcome.descriptionMac": {
"message": "NetBird はメニューバーに常駐します。アイコンをクリックして、接続、プロファイルの切り替え、設定を開くことができます。"
},
"welcome.continue": {
"message": "続ける"
},