优化: CR-08 P1-2 Dashboard暂无项目+P1-9 useAiStream看门狗文案走i18n(各建zh/en key,composable用全局i18n实例)
This commit is contained in:
@@ -10,5 +10,7 @@ export default {
|
||||
errorAuth: 'Request failed: the API key is invalid or lacks permission.',
|
||||
errorTimeout: 'The response timed out. Please try again.',
|
||||
errorNetwork: 'Network connection failed. Please check your network.',
|
||||
streamInterruptedAfterTool: '⚠ The tool finished, but the following reply was interrupted (no data stream for a long time). You can click Continue to retry.',
|
||||
streamInterrupted: '⚠ The response was interrupted (no data stream for a long time). This may be due to a network disconnection or a backend error. Please try again.',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -27,7 +27,8 @@ export default {
|
||||
testing: 'Testing',
|
||||
release: 'Release',
|
||||
empty: {
|
||||
noProjects: 'No projects yet',
|
||||
noProjects: 'No projects yet, go',
|
||||
noProjectsLink: 'create one',
|
||||
noIdeas: 'No ideas yet, click above to capture',
|
||||
noData: 'No data',
|
||||
},
|
||||
|
||||
@@ -10,5 +10,7 @@ export default {
|
||||
errorAuth: '调用失败:API Key 无效或无权限',
|
||||
errorTimeout: '响应超时,请重试',
|
||||
errorNetwork: '网络连接失败,请检查网络',
|
||||
streamInterruptedAfterTool: '⚠ 工具已执行完成,后续回复中断(长时间无数据流)。可点继续重试。',
|
||||
streamInterrupted: '⚠ 响应中断(长时间无数据流)。可能是网络断连或后端异常,请重试。',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -27,7 +27,8 @@ export default {
|
||||
testing: '测试中',
|
||||
release: '发布中',
|
||||
empty: {
|
||||
noProjects: '暂无项目,去创建一个',
|
||||
noProjects: '暂无项目,去',
|
||||
noProjectsLink: '创建一个',
|
||||
noIdeas: '暂无灵感,点击上方按钮捕捉',
|
||||
noData: '暂无数据',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user