perf: account auto i18n

This commit is contained in:
feng
2023-04-20 14:05:00 +08:00
parent 7887548174
commit f030638ba4
32 changed files with 186 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
id: push_account_aix
name: Push account for aix
name: "{{ 'Aix account push' | trans }}"
category: host
type:
- AIX
@@ -22,3 +22,8 @@ params:
default: ''
help_text: '请输入用户组,多个用户组使用逗号分隔(需填写已存在的用户组)'
i18n:
Aix account push:
zh: Aix 账号推送
ja: Aix アカウントのプッシュ

View File

@@ -1,5 +1,5 @@
id: push_account_posix
name: Push account for posix
name: "{{ 'Posix account push' | trans }}"
category: host
type:
- unix
@@ -23,3 +23,8 @@ params:
label: '用户组'
default: ''
help_text: '请输入用户组,多个用户组使用逗号分隔(需填写已存在的用户组)'
i18n:
Posix account push:
zh: Posix 账号推送
ja: Posix アカウントのプッシュ

View File

@@ -1,5 +1,5 @@
id: push_account_local_windows
name: Push account local account for Windows
name: "{{ 'Windows account push' | trans }}"
version: 1
method: push_account
category: host
@@ -11,3 +11,8 @@ params:
label: '用户组'
default: 'Users,Remote Desktop Users'
help_text: '请输入用户组,多个用户组使用逗号分隔(需填写已存在的用户组)'
i18n:
Windows account push:
zh: Windows 账号推送
ja: Windows アカウントのプッシュ