mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-17 19:24:19 +00:00
perf: multi language
This commit is contained in:
@@ -38,6 +38,13 @@ const enUS = {
|
||||
deleteError: 'Delete failed: ',
|
||||
addRound: 'Add Round',
|
||||
},
|
||||
notFound: {
|
||||
title: 'Page not found',
|
||||
description: 'The page you are looking for does not exist.',
|
||||
back: 'Back',
|
||||
home: 'Home',
|
||||
help: 'Get Help',
|
||||
},
|
||||
models: {
|
||||
title: 'Models',
|
||||
description: 'Configure and manage models that can be used in pipelines',
|
||||
|
||||
@@ -38,6 +38,14 @@ const zhHans = {
|
||||
deleteError: '删除失败:',
|
||||
addRound: '添加回合',
|
||||
},
|
||||
notFound: {
|
||||
title: '页面不存在',
|
||||
description:
|
||||
'您要查找的页面似乎不存在。请检查您输入的 URL 是否正确,或者返回首页。',
|
||||
back: '上一级',
|
||||
home: '返回主页',
|
||||
help: '查看帮助文档',
|
||||
},
|
||||
models: {
|
||||
title: '模型配置',
|
||||
description: '配置和管理可在流水线中使用的模型',
|
||||
|
||||
Reference in New Issue
Block a user