mocode-ai 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/index.js +2 -2
- package/package.json +1 -1
package/dist/i18n/index.js
CHANGED
|
@@ -106,11 +106,11 @@ const zhCN = {
|
|
|
106
106
|
'prompt.revertFiles': '撤销文件改动{detail}',
|
|
107
107
|
'prompt.revertDetail': '({count} 个文件恢复到回滚前)',
|
|
108
108
|
'prompt.messagesOnly': '只撤销消息,保留文件改动',
|
|
109
|
-
'prompt.emptyPlaceholder': '
|
|
109
|
+
'prompt.emptyPlaceholder': '输入需求,按 Enter 开始干活;输入 /help 查看所有命令…',
|
|
110
110
|
'prompt.confirmSendHint': '再按一次 Enter 发送 · 其它键继续编辑',
|
|
111
111
|
'composer.title': '输入面板',
|
|
112
112
|
'composer.pos': '{row}/{total} 行 · {col} 列 · {chars} 字',
|
|
113
|
-
'composer.hint': 'Enter 换行 · Ctrl+S 回填 · Esc 取消 · Ctrl+Z 撤销 · Ctrl+C/X/V 复制/剪切/粘贴 · Ctrl+A 全选',
|
|
113
|
+
'composer.hint': 'Enter 换行 · Ctrl+S 回填 · Esc 取消 · Ctrl+Z 撤销 · Ctrl+C/X/V 复制/剪切/粘贴 · Ctrl+A 全选 · Shift+方向键 选择',
|
|
114
114
|
'history.hint': '输入过滤 · ↑↓ 选择 · Enter 填入输入框 · Ctrl+Enter 直接发送 · Esc 取消',
|
|
115
115
|
'history.empty': '(无匹配的历史输入)',
|
|
116
116
|
'welcome.gettingStarted': '快速上手',
|