Option for clear all messages (#222)

Co-authored-by: ryanhex53 <ouyang.em@gmail.com>
This commit is contained in:
Mckay Wrigley
2023-03-27 01:38:01 -06:00
committed by GitHub
parent 90399d24cc
commit 82401a4142
15 changed files with 42 additions and 25 deletions
+2 -1
View File
@@ -21,5 +21,6 @@
"click if using a .env.local file": "もし.env.localファイルを使用している場合はこちらをクリックしてください",
"Message limit is {{maxLength}} characters. You have entered {{valueLength}} characters.": "メッセージの文字数は{{maxLength}}文字までです。あなたは{{valueLength}}文字を入力しました。",
"Please enter a message": "メッセージを入力してください",
"Chatbot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality.": "Chatbot UIは、ChatGPTと同様のインターフェイスと機能を実現するための、チャットボットキットです。"
"Chatbot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality.": "Chatbot UIは、ChatGPTと同様のインターフェイスと機能を実現するための、チャットボットキットです。",
"Are you sure you want to clear all messages?": "すべてのメッセージを削除してもよろしいですか?"
}