mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix(web): add missing i18n keys for session.inactive banner (#851)
This commit is contained in:
@@ -119,6 +119,10 @@ export default {
|
||||
'session.time.importedFromCodex.hoursAgo': 'imported from Codex {n}h ago',
|
||||
'session.time.importedFromCodex.daysAgo': 'imported from Codex {n}d ago',
|
||||
|
||||
// Session inactive
|
||||
'session.inactive.autoResume': 'This session is inactive. Send a message to resume.',
|
||||
'session.inactive.cannotResume': 'This session is inactive and cannot be resumed.',
|
||||
|
||||
// Session header
|
||||
'session.title': 'Files',
|
||||
'session.more': 'More actions',
|
||||
|
||||
@@ -119,6 +119,10 @@ export default {
|
||||
'session.time.importedFromCodex.hoursAgo': '{n} 小时前从codex客户端导入',
|
||||
'session.time.importedFromCodex.daysAgo': '{n} 天前从codex客户端导入',
|
||||
|
||||
// Session inactive
|
||||
'session.inactive.autoResume': '此会话已停止。发送消息即可恢复。',
|
||||
'session.inactive.cannotResume': '此会话已停止,无法恢复。',
|
||||
|
||||
// Session header
|
||||
'session.title': '文件',
|
||||
'session.more': '更多操作',
|
||||
|
||||
Reference in New Issue
Block a user