mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 08:20:51 +00:00
perf: yaml 文件支持 i18n
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
id: gather_accounts_mysql
|
||||
name: Gather account from MySQL
|
||||
name: "{{ 'Gather account from MySQL' | trans }}"
|
||||
category: database
|
||||
type:
|
||||
- mysql
|
||||
- mariadb
|
||||
method: gather_accounts
|
||||
|
||||
i18n:
|
||||
en:
|
||||
Gather account from MySQL: Gather account from MySQL
|
||||
zh:
|
||||
Gather account from MySQL: 从MySQL获取账号
|
||||
ja:
|
||||
Gather account from MySQL: MySQLからアカウントを取得する
|
||||
|
Reference in New Issue
Block a user