Skip to content

Commit

Permalink
chore: improve Japanese language locales (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneet committed Apr 18, 2023
1 parent 1a9a7dc commit 2aaebfe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion public/locales/ja/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Error fetching models.": "モデルの取得中にエラーが発生しました。",
"AI": "AI",
"You": "あなた",
"Cancel": "Cancel",
"Cancel": "キャンセル",
"Save & Submit": "Save & Submit",
"Make sure your OpenAI API key is set in the bottom left of the sidebar.": "OpenAIのAPIキーがサイドバーの左下に設定されていることを確認してください。",
"If you completed this step, OpenAI may be experiencing issues.": "このステップを完了した場合、OpenAIに問題が発生している可能性があります。",
Expand Down
20 changes: 10 additions & 10 deletions public/locales/ja/promptbar.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"New prompt": "New prompt",
"New folder": "New folder",
"No prompts.": "No prompts.",
"Search prompts...": "Search prompts...",
"Name": "Name",
"Description": "Description",
"A description for your prompt.": "A description for your prompt.",
"Prompt": "Prompt",
"Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}": "Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}",
"Save": "Save"
"New prompt": "新しいプロンプト",
"New folder": "新しいフォルダ",
"No prompts.": "プロンプトはありません",
"Search prompts...": "プロンプトの検索...",
"Name": "名前",
"Description": "説明",
"A description for your prompt.": "プロンプトの説明",
"Prompt": "プロンプト",
"Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}": "プロンプトの内容。変数を表すには {{}} を使ってください。 例: {{name}} is a {{adjective}} {{noun}}",
"Save": "保存"
}
2 changes: 1 addition & 1 deletion public/locales/ja/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"New chat": "新規チャット",
"No conversations.": "会話履歴はありません。",
"Search conversations...": "会話を検索...",
"OpenAI API Key": "OpenAI API Key",
"OpenAI API Key": "OpenAI APIキー",
"Import data": "会話履歴をインポート",
"Are you sure?": "よろしいですか?",
"Clear conversations": " 会話をクリア",
Expand Down

1 comment on commit 2aaebfe

@vercel
Copy link

@vercel vercel bot commented on 2aaebfe Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.