perf: yaml 文件支持 i18n

This commit is contained in:
ibuler
2023-04-20 11:13:28 +08:00
parent 11ad6ab273
commit 6b3665e8d0
8 changed files with 84 additions and 14 deletions

View File

@@ -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からアカウントを取得する