Enhance command prompts in localization files

- Updated placeholder text in English, Simplified Chinese, and Traditional Chinese to guide users on using commands.
- Added loading and load failed messages for commands in all three languages.
This commit is contained in:
jxxghp
2026-06-26 12:42:49 +08:00
parent 077f0c1366
commit 2d92315e17
4 changed files with 658 additions and 76 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -722,7 +722,9 @@ export default {
untitledSession: 'Untitled chat',
emptyTitle: 'What should we handle today?',
emptySubtitle: 'Ask about sites, subscriptions, downloads, or organization tasks.',
placeholder: 'Ask MoviePilot...',
placeholder: 'Ask MoviePilot, Type / for commands',
commandLoading: 'Loading commands...',
commandLoadFailed: 'Failed to load commands',
stop: 'Stop generating',
download: 'Download',
attachFile: 'Choose image or file',

View File

@@ -718,7 +718,9 @@ export default {
untitledSession: '未命名会话',
emptyTitle: '今天想处理什么?',
emptySubtitle: '站点、订阅、下载、整理任务,都可以直接问我。',
placeholder: '询问 MoviePilot...',
placeholder: '询问 MoviePilot,输入 / 使用命令',
commandLoading: '正在加载命令...',
commandLoadFailed: '命令列表加载失败',
stop: '停止生成',
download: '下载',
attachFile: '选择图片或文件',

View File

@@ -718,7 +718,9 @@ export default {
untitledSession: '未命名會話',
emptyTitle: '今天想處理什麼?',
emptySubtitle: '站點、訂閱、下載、整理任務,都可以直接問我。',
placeholder: '詢問 MoviePilot...',
placeholder: '詢問 MoviePilot,輸入 / 使用命令',
commandLoading: '正在載入命令...',
commandLoadFailed: '命令列表載入失敗',
stop: '停止生成',
download: '下載',
attachFile: '選擇圖片或文件',