tachybase_todo/packages/plugins/@tachybase/plugin-logger/src/locale/zh-CN.ts
TomyJan 009ba601ef perf(plugin-logger): permission control & log preview (#1491)
Co-authored-by: wjh <wwwjh0710@163.com>
Reviewed-on: daoyoucloud/tachybase#1491
Co-authored-by: TomyJan <TomyJan6@gmail.com>
Co-committed-by: TomyJan <TomyJan6@gmail.com>
2024-08-29 15:37:11 +08:00

14 lines
615 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
Logger: '日志',
Search: '搜索',
Download: '下载',
'Download logs': '下载日志',
'API request and response logs': 'API 接口请求和响应日志',
'Application, database, plugins and other system logs, the error level logs will be sent to':
'应用、数据库、插件和其他系统日志,错误级别日志将会打印到',
'SQL execution logs, printed by Sequelize when the db logging is enabled':
'SQL 执行日志, 数据库日志启用时Sequelize 打印的 SQL 执行日志',
'App not found': '应用不存在',
'Permission denied': '无权限',
};