chore: fix i18n

This commit is contained in:
josc146
2023-04-27 23:26:02 +08:00
parent 8ca9c755c3
commit 30e9641b2a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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": "无输入",
+1 -1
View File
@@ -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": "找不到輸入",
+1 -1
View File
@@ -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}