Skip to content

Commit

Permalink
Update ja.json
Browse files Browse the repository at this point in the history
  • Loading branch information
himazinnano8925 authored and sunner committed Jun 27, 2023
1 parent bb68636 commit 2816d31
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,19 @@
"temperature2": "もっとランダム",
"apiKey": "APIキー"
},
"azureOpenaiApi": {
"name": "Azure OpenAI サービス",
"temperature": "温度",
"temperaturePrompt": "温度が高ければ高いほど、独創的な文章になるが、支離滅裂な文章になりやすい。",
"temperature0": "より決定論的",
"temperature2": "よりランダム",
"azureOpenAIApiKey": "Azure OpenAI API キー",
"azureApiInstanceName": "Azure OpenAI API インスタンス名",
"azureApiInstanceNamePrompt": "https://portal.azure.com/ の Cognitive Services でインスタンス名を表示する。",
"azureOpenAIApiDeploymentName": "Azure OpenAI API デプロイメント名",
"azureOpenAIApiDeploymentNamePrompt": "https://oai.azure.com/ の配置リストで配置名を表示する",
"azureOpenAIApiVersion": "Azure OpenAI API バージョン"
},
"poe": {
"name": "Poe",
"a2": "Claude-instant",
Expand All @@ -135,12 +148,12 @@
"name": "Dev Bot"
},
"updates": {
"updateAvailable": "新しいアップデート可能!",
"currentVersion": "現在のバージョン",
"latestVersion": "最新バージョン",
"downloadFromGitHub": "GitHubからダウンロード",
"updateAvailable": "アップデート利用可能!",
"currentVersion": "現バージョン",
"latestVersion": "新バージョン",
"downloadFromGitHub": "GitHub(外部サイト)からダウンロード",
"skipThisVersion": "このバージョンをスキップ",
"close": "閉じる"
"close": "後で"
},
"find": {
"find": "検索",
Expand Down

1 comment on commit 2816d31

@vercel
Copy link

@vercel vercel bot commented on 2816d31 Jun 27, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

chatall – ./

chatall-llm.vercel.app
chatall-sunner.vercel.app
chatall-git-main-sunner.vercel.app

Please sign in to comment.