i18n
This commit is contained in:
parent
8199fbbf5f
commit
d9ab83afa0
|
@ -611,7 +611,7 @@ export default {
|
||||||
'input_mapping': 'Please enter LDAP attribute mapping',
|
'input_mapping': 'Please enter LDAP attribute mapping',
|
||||||
'input_username': 'please enter user name',
|
'input_username': 'please enter user name',
|
||||||
'input_url_placeholder': 'Please enter the LDAP address (eg ldap://localhost:389)',
|
'input_url_placeholder': 'Please enter the LDAP address (eg ldap://localhost:389)',
|
||||||
'input_ou_placeholder': 'Enter user OU',
|
'input_ou_placeholder': 'Enter user OU (use | to separate each OU)',
|
||||||
'input_filter_placeholder': 'Input filter [Possible options are cn or uid or sAMAccountName={0}, eg: (uid={0})]',
|
'input_filter_placeholder': 'Input filter [Possible options are cn or uid or sAMAccountName={0}, eg: (uid={0})]',
|
||||||
'test_connect': 'Test Connection',
|
'test_connect': 'Test Connection',
|
||||||
'test_login': 'Test Login',
|
'test_login': 'Test Login',
|
||||||
|
|
|
@ -608,7 +608,7 @@ export default {
|
||||||
'input_mapping': '请输入LDAP属性映射',
|
'input_mapping': '请输入LDAP属性映射',
|
||||||
'input_username': '请输入用户名',
|
'input_username': '请输入用户名',
|
||||||
'input_url_placeholder': '请输入LDAP地址 (如 ldap://localhost:389)',
|
'input_url_placeholder': '请输入LDAP地址 (如 ldap://localhost:389)',
|
||||||
'input_ou_placeholder': '输入用户OU',
|
'input_ou_placeholder': '输入用户OU (使用|分隔各OU)',
|
||||||
'input_filter_placeholder': '输入过滤器 [可能的选项是cn或uid或sAMAccountName={0}, 如:(uid={0})]',
|
'input_filter_placeholder': '输入过滤器 [可能的选项是cn或uid或sAMAccountName={0}, 如:(uid={0})]',
|
||||||
'test_connect': '测试连接',
|
'test_connect': '测试连接',
|
||||||
'test_login': '测试登录',
|
'test_login': '测试登录',
|
||||||
|
|
|
@ -608,7 +608,7 @@ export default {
|
||||||
'input_mapping': '請輸入LDAP屬性映射',
|
'input_mapping': '請輸入LDAP屬性映射',
|
||||||
'input_username': '請輸入用戶名',
|
'input_username': '請輸入用戶名',
|
||||||
'input_url_placeholder': '請輸入LDAP地址 (如 ldap://localhost:389)',
|
'input_url_placeholder': '請輸入LDAP地址 (如 ldap://localhost:389)',
|
||||||
'input_ou_placeholder': '輸入用戶OU',
|
'input_ou_placeholder': '輸入用戶OU (使用|分隔各OU)',
|
||||||
'input_filter_placeholder': '輸入過濾器 [可能的選項是cn或uid或sAMAccountName={0}, 如:(uid={0})]',
|
'input_filter_placeholder': '輸入過濾器 [可能的選項是cn或uid或sAMAccountName={0}, 如:(uid={0})]',
|
||||||
'test_connect': '測試連接',
|
'test_connect': '測試連接',
|
||||||
'test_login': '測試登錄',
|
'test_login': '測試登錄',
|
||||||
|
|
Loading…
Reference in New Issue