chatbot-ui/public/locales/ja/translation.json

58 lines
2.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Ask anything. Type \"/\" for prompts, \"@\" for files, and \"#\" for tools.": "何でも聞いてください。「/」でプロンプト、「@」でファイル、「#」でツールを入力してください。",
"Company Name": "Jelly Drops LLC",
"Clock In": "出勤する",
"setup": {
"LetsCreateYourProfile": "プロフィールを作成しましょう。",
"WelcomeToChatbotUI": "Chatbot UIへようこそ",
"EnterAPIKeysForEachServiceYoudLikeToUse": "使用する各サービスのAPIキーを入力してください。",
"SetAPIKeysOptional": "APIキーの設定オプション",
"YouAreAllSetUp": "設定が完了しました!",
"SetupComplete": "セットアップ完了"
},
"login": {
"email": "メールアドレス",
"emailPlaceholder": "you@example.com",
"password": "パスワード",
"passwordPlaceholder": "••••••••",
"loginButton": "ログイン",
"signUpButton": "サインアップ",
"forgotPassword": "パスワードを忘れましたか?",
"reset": "リセット",
"emailNotAllowed": "メールアドレス {{email}} は登録できません。",
"passwordResetMessage": "パスワードリセットのためにメールを確認してください。",
"errorUnexpected": "予期しないエラーが発生しました",
"username": "ユーザー名",
"usernamePlaceholder": "ユーザー名を入力してください",
"available": "利用可能",
"unavailable": "利用不可",
"usernameError": "ユーザー名は文字、数字、またはアンダースコアのみで、その他の文字やスペースは使用できません。",
"chatDisplayName": "チャット表示名",
"displayNamePlaceholder": "あなたの名前"
},
"chat": {
"defaultChatTitle": "会話"
},
"profile": {
"settingsTitle": "ユーザー設定",
"logout": "ログアウト",
"profileTab": "プロフィール",
"apiKeysTab": "APIキー",
"usernameLabel": "ユーザー名",
"usernamePlaceholder": "ユーザー名を入力してください",
"available": "利用可能",
"unavailable": "利用不可",
"usernameError": "ユーザー名は文字、数字、またはアンダースコアのみで、その他の文字やスペースは使用できません。",
"chatDisplayName": "チャット表示名",
"chatDisplayNamePlaceholder": "あなたの名前",
"instructionsLabel": "AIにあなたに関するどのような情報を知ってもらいたいですか",
"instructionsPlaceholder": "プロフィールの説明...(オプション)",
"profileImageLabel": "プロフィール画像",
"cancel": "キャンセル",
"save": "保存"
}
}