mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-31 01:25:26 +08:00
Add Japanese language settings to i18n”
This commit is contained in:
36
i18n/lang/app.ja.ts
Normal file
36
i18n/lang/app.ja.ts
Normal file
@ -0,0 +1,36 @@
|
||||
const translation = {
|
||||
common: {
|
||||
welcome: 'ご利用いただきありがとうございます',
|
||||
appUnavailable: 'アプリは利用できません',
|
||||
appUnkonwError: 'アプリは利用できません',
|
||||
},
|
||||
chat: {
|
||||
newChat: '新しいチャット',
|
||||
newChatDefaultName: '新しい会話',
|
||||
openingStatementTitle: 'オープニングステートメント',
|
||||
powerBy: '提供元',
|
||||
prompt: 'プロンプト',
|
||||
privatePromptConfigTitle: '会話設定',
|
||||
publicPromptConfigTitle: '初期プロンプト',
|
||||
configStatusDes: '開始前に、会話設定を変更できます',
|
||||
configDisabled:
|
||||
'前回のセッション設定がこのセッションで使用されています。',
|
||||
startChat: '開始',
|
||||
privacyPolicyLeft:
|
||||
'ご利用前に、',
|
||||
privacyPolicyMiddle:
|
||||
'プライバシーポリシー',
|
||||
privacyPolicyRight:
|
||||
' をお読みください。',
|
||||
},
|
||||
errorMessage: {
|
||||
valueOfVarRequired: '変数の値は空にできません',
|
||||
waitForResponse:
|
||||
'前のメッセージの応答が完了するまでお待ちください。',
|
||||
},
|
||||
variableTable: {
|
||||
optional: '任意',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user