feat(app): i18n (#48)
This commit is contained in:
committed by
GitHub
Unverified
parent
505a64438e
commit
6e09a69f4f
13
src/i18n/locales/ja/chat.json
Normal file
13
src/i18n/locales/ja/chat.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"gatewayNotRunning": "ゲートウェイが停止中",
|
||||
"gatewayRequired": "チャットを使用するには OpenClaw ゲートウェイが実行されている必要があります。自動的に起動するか、設定から起動できます。",
|
||||
"welcome": {
|
||||
"title": "ClawX チャット",
|
||||
"subtitle": "AI アシスタントの準備ができました。下の入力欄から会話を始めましょう。",
|
||||
"askQuestions": "質問する",
|
||||
"askQuestionsDesc": "あらゆるトピックについて回答を得る",
|
||||
"creativeTasks": "クリエイティブタスク",
|
||||
"creativeTasksDesc": "ライティング、ブレスト、アイデア"
|
||||
},
|
||||
"noLogs": "(ログはまだありません)"
|
||||
}
|
||||
Reference in New Issue
Block a user