mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-15 11:22:23 +08:00
chore: fix i18n
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"Append Query": "Append Query",
|
||||
"Prepend Query": "Prepend Query",
|
||||
"Wechat Pay": "Wechat Pay",
|
||||
"Type your question here\nEnter to send, shift + enter to break line": "Type your question here\nEnter to send, shift + enter to break line",
|
||||
"Type your question here\nEnter to send, shift + enter to break line": "Type your question here\nEnter to send\nShift + enter to break line",
|
||||
"Wait for the answer to finish and then continue here": "Wait for the answer to finish and then continue here",
|
||||
"Ask ChatGPT": "Ask ChatGPT",
|
||||
"No Input Found": "No Input Found",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"Append Query": "挂载到末尾的查询选择器",
|
||||
"Prepend Query": "插入到开头的查询选择器",
|
||||
"Wechat Pay": "微信打赏",
|
||||
"Type your question here\nEnter to send, shift + enter to break line": "在此输入你的问题\n回车 发送, shift+回车 换行",
|
||||
"Type your question here\nEnter to send, shift + enter to break line": "在此输入你的问题\n回车 发送\nshift+回车 换行",
|
||||
"Wait for the answer to finish and then continue here": "等待回答完成, 然后在此继续",
|
||||
"Ask ChatGPT": "询问ChatGPT",
|
||||
"No Input Found": "无输入",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"Append Query": "附加查詢選擇器",
|
||||
"Prepend Query": "插入查詢選擇器",
|
||||
"Wechat Pay": "微信支付贊助",
|
||||
"Type your question here\nEnter to send, shift + enter to break line": "在此輸入你的問題\n按Enter傳送,Shift + Enter 換行",
|
||||
"Type your question here\nEnter to send, shift + enter to break line": "在此輸入你的問題\n按Enter傳送\nShift + Enter 換行",
|
||||
"Wait for the answer to finish and then continue here": "等待回答完成後再在此繼續",
|
||||
"Ask ChatGPT": "詢問ChatGPT",
|
||||
"No Input Found": "找不到輸入",
|
||||
|
||||
@@ -80,7 +80,7 @@ export function InputBox({ onSubmit, enabled, port, reverseResizeDir }) {
|
||||
}
|
||||
placeholder={
|
||||
enabled
|
||||
? t('Type your question here\nEnter to send\nShift + enter to break line')
|
||||
? t('Type your question here\nEnter to send, shift + enter to break line')
|
||||
: t('Type your question here\nEnter to stop generating\nShift + enter to break line')
|
||||
}
|
||||
value={value}
|
||||
|
||||
Reference in New Issue
Block a user