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>
14 lines
618 B
TypeScript
14 lines
618 B
TypeScript
export default {
|
|
Logger: 'Logger',
|
|
Search: 'Search',
|
|
Download: 'Download',
|
|
'Download logs': 'Download logs',
|
|
'API request and response logs': 'API request and response logs',
|
|
'Application, database, plugins and other system logs, the error level logs will be sent to':
|
|
'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 execution logs, printed by Sequelize when the db logging is enabled',
|
|
'App not found': 'App not found',
|
|
'Permission denied': 'Permission denied',
|
|
};
|