mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
fix: localize queue UI strings in Chinese mode (#3213)
- Queued → 已排队 - to Send → 待发送 - Edit queued task → 编辑排队任务 - Save → 保存 - Cancel → 取消 - Edit → 编辑 - more queued → 个排队 - Queued follow-up → 已排队的后续任务 Fixes #3173
This commit is contained in:
parent
afc5f52445
commit
98651ecae2
1 changed files with 8 additions and 8 deletions
|
|
@ -1465,14 +1465,14 @@ export const zhCN: Dict = {
|
|||
'chat.linkedFolderNotFound': '文件夹不存在',
|
||||
'chat.linkedFolderAlready': '该文件夹已关联',
|
||||
'chat.linkedFolderPickError': '无法打开文件夹选择器',
|
||||
'chat.queuedHeader': 'Queued',
|
||||
'chat.queuedToSend': 'to Send',
|
||||
'chat.queuedEditQueuedTaskAria': 'Edit queued task',
|
||||
'chat.queuedSave': 'Save',
|
||||
'chat.queuedCancel': 'Cancel',
|
||||
'chat.queuedEdit': 'Edit',
|
||||
'chat.queuedMore': 'more queued',
|
||||
'chat.queuedFollowUpFallback': 'Queued follow-up',
|
||||
'chat.queuedHeader': '已排队',
|
||||
'chat.queuedToSend': '待发送',
|
||||
'chat.queuedEditQueuedTaskAria': '编辑排队任务',
|
||||
'chat.queuedSave': '保存',
|
||||
'chat.queuedCancel': '取消',
|
||||
'chat.queuedEdit': '编辑',
|
||||
'chat.queuedMore': '个排队',
|
||||
'chat.queuedFollowUpFallback': '已排队的后续任务',
|
||||
'chat.send': '发送',
|
||||
'chat.stop': '停止',
|
||||
'chat.removeAria': '移除 {name}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue