From 6f1dc8354266e931558017806b3c86fb57e528ac Mon Sep 17 00:00:00 2001 From: josc146 Date: Mon, 12 Jun 2023 22:02:07 +0800 Subject: [PATCH] update _locales --- src/_locales/en/main.json | 3 ++- src/_locales/zh-hans/main.json | 3 ++- src/_locales/zh-hant/main.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/_locales/en/main.json b/src/_locales/en/main.json index b12b317..c3a2ca7 100644 --- a/src/_locales/en/main.json +++ b/src/_locales/en/main.json @@ -121,5 +121,6 @@ "Focus to input box after answering": "Focus to input box after answering", "Bing CaptchaChallenge": "You must pass Bing's verification. Please go to https://www.bing.com/search?q=Bing+AI&showconv=1&FORM=hpcodx and send a message", "Exceeded quota": "You exceeded your current quota, check https://platform.openai.com/account/usage", - "Rate limit": "Rate limit exceeded" + "Rate limit": "Rate limit exceeded", + "Jump to bottom": "Jump to bottom" } diff --git a/src/_locales/zh-hans/main.json b/src/_locales/zh-hans/main.json index 47da85e..7579400 100644 --- a/src/_locales/zh-hans/main.json +++ b/src/_locales/zh-hans/main.json @@ -121,5 +121,6 @@ "Focus to input box after answering": "回答结束后自动聚焦到输入框", "Bing CaptchaChallenge": "你必须通过必应的验证, 打开 https://www.bing.com/search?q=Bing+AI&showconv=1&FORM=hpcodx 并发送一条消息", "Exceeded quota": "余额不足或过期, 检查此链接: https://platform.openai.com/account/usage", - "Rate limit": "请求频率过高" + "Rate limit": "请求频率过高", + "Jump to bottom": "跳转到底部" } diff --git a/src/_locales/zh-hant/main.json b/src/_locales/zh-hant/main.json index 73340e6..59f69d9 100644 --- a/src/_locales/zh-hant/main.json +++ b/src/_locales/zh-hant/main.json @@ -121,5 +121,6 @@ "Focus to input box after answering": "回答結束後自動聚焦到輸入框", "Bing CaptchaChallenge": "你必須通過 Bing 的驗證機制, 打開 https://www.bing.com/search?q=Bing+AI&showconv=1&FORM=hpcodx 並發送一則訊息", "Exceeded quota": "您已超出目前的使用額度,請至 OpenAI Usage 頁面請確認您的方案和帳單詳細資訊: https://platform.openai.com/account/usage", - "Rate limit": "請求太頻繁,超過限制次數" + "Rate limit": "請求太頻繁,超過限制次數", + "Jump to bottom": "轉跳至底部" }