Conflicts:
	frontend/src/i18n/en-US.js
	frontend/src/i18n/zh-CN.js
	frontend/src/i18n/zh-TW.js
This commit is contained in:
q4speed 2020-07-13 10:25:17 +08:00
commit 8df025f84c
1 changed files with 15 additions and 15 deletions

View File

@ -114,15 +114,15 @@ export default {
},
trigger_mode: {
name: "Trigger Mode",
manual: "Manual",
manual: "Manual trigger",
schedule: "Scheduled Task",
api: "API call"
},
adv_search: {
title:'Advanced Search',
combine:'Combined query',
test: "Test",
project: "Project",
test: "Affiliated Test",
project: "Affiliated Project",
search: "Query",
and:'All',
or:'any one',
@ -137,7 +137,7 @@ export default {
le: "Less than or equal to",
equals: "Equal",
between: "Between",
current_user: "Current user"
current_user: "current user"
}
}
},
@ -648,7 +648,7 @@ export default {
input_mapping: 'Please enter LDAP attribute mapping',
input_username: 'please enter user name',
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})]',
test_connect: 'Test Connection',
test_login: 'Test Login',