jan/web-app/src/locales/ja/mcp-servers.json
utenadev 5a016860aa
feat: Add Japanese translation (#6806)
This commit introduces Japanese as a supported language in the web application.

Key changes include:
- Addition of a new `ja` locale with 15 translated JSON resource files, making the application accessible to Japanese-speaking users.
- Update of the `LanguageSwitcher.tsx` component to include '日本語' in the language selection dropdown menu, allowing users to switch to the new language.
- The localization files were added by creating a new `ja` directory under `web-app/src/locales` and translating the content from the `en` directory.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-10-27 19:53:36 +05:30

47 lines
2.5 KiB
JSON

{
"editServer": "MCPサーバーを編集",
"addServer": "MCPサーバーを追加",
"serverName": "サーバー名",
"enterServerName": "サーバー名を入力",
"command": "コマンド",
"enterCommand": "コマンドを入力 (uvx または npx)",
"arguments": "引数",
"argument": "引数 {{index}}",
"envVars": "環境変数",
"key": "キー",
"value": "値",
"save": "保存",
"status": "ステータス",
"connected": "接続済み",
"disconnected": "切断済み",
"deleteServer": {
"title": "MCPサーバーを削除",
"description": "本当にMCPサーバー {{serverName}} を削除しますか?この操作は元に戻せません。",
"delete": "削除",
"success": "MCPサーバー {{serverName}} を正常に削除しました"
},
"editJson": {
"title": "MCPサーバーのJSONを編集: {{serverName}}",
"titleAll": "すべてのMCPサーバーのJSONを編集",
"placeholder": "JSON構成を入力",
"errorParse": "初期データの解析に失敗しました",
"errorPaste": "貼り付けたコンテンツのJSON形式が無効です",
"errorFormat": "無効なJSON形式です",
"errorServerName": "サーバー名は必須であり、空にすることはできません",
"errorMissingServerNameKey": "JSONは {\"serverName\": {config}} のように構成する必要があります - サーバー名のキーがありません",
"errorInvalidType": "サーバー '{{serverName}}' のタイプ '{{type}}' が無効です。タイプは 'stdio'、'http'、または 'sse' である必要があります",
"save": "保存"
},
"checkParams": "チュートリアルに従ってパラメータを確認してください。",
"title": "MCPサーバー",
"experimental": "実験的",
"editAllJson": "すべてのサーバーのJSONを編集",
"findMore": "その他のMCPサーバーは以下で検索してください",
"allowPermissions": "すべてのMCPツール権限を許可",
"allowPermissionsDesc": "有効にすると、すべてのMCPツール呼び出しは許可ダイアログを表示せずに自動的に承認されます。この設定は、新しいチャットを含むすべての会話にグローバルに適用されます。",
"noServers": "MCPサーバーが見つかりません",
"args": "引数",
"env": "環境変数",
"serverStatusActive": "サーバー {{serverKey}} が正常にアクティブ化されました",
"serverStatusInactive": "サーバー {{serverKey}} が正常に非アクティブ化されました"
}