jan/web-app/src/locales/ja/assistants.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

35 lines
1.3 KiB
JSON

{
"title": "アシスタント",
"editAssistant": "アシスタントを編集",
"deleteAssistant": "アシスタントを削除",
"deleteConfirmation": "アシスタントを削除",
"deleteConfirmationDesc": "本当にこのアシスタントを削除しますか?この操作は元に戻せません。",
"cancel": "キャンセル",
"delete": "削除",
"addAssistant": "アシスタントを追加",
"emoji": "絵文字",
"name": "名前",
"enterName": "名前を入力",
"nameRequired": "名前は必須です",
"description": "説明(任意)",
"enterDescription": "説明を入力",
"instructions": "指示",
"enterInstructions": "指示を入力",
"predefinedParameters": "事前定義されたパラメータ",
"parameters": "パラメータ",
"key": "キー",
"value": "値",
"stringValue": "文字列",
"numberValue": "数値",
"booleanValue": "ブール値",
"jsonValue": "JSON",
"trueValue": "真",
"falseValue": "偽",
"jsonValuePlaceholder": "JSON値",
"save": "保存",
"createNew": "新しいアシスタントを作成",
"personality": "個性",
"capabilities": "機能",
"instructionsDateHint": "ヒント: {{current_date}} を使用して今日の日付を挿入します。",
"maxToolSteps": "最大ツールステップ数"
}