一部分英文调整中英文大写的问题
This commit is contained in:
+151
-151
@@ -6,7 +6,7 @@ module.exports = {
|
|||||||
pleaseSelect: 'Please Select',
|
pleaseSelect: 'Please Select',
|
||||||
male: 'Male',
|
male: 'Male',
|
||||||
female: 'Female',
|
female: 'Female',
|
||||||
RealName: 'User name',
|
RealName: 'User Name',
|
||||||
pleaseEnter: 'Please Enter',
|
pleaseEnter: 'Please Enter',
|
||||||
phoneNumber: 'Phone Number',
|
phoneNumber: 'Phone Number',
|
||||||
query: 'Search',
|
query: 'Search',
|
||||||
@@ -23,7 +23,7 @@ module.exports = {
|
|||||||
recycleBin: 'Recycle Bin',
|
recycleBin: 'Recycle Bin',
|
||||||
delete: 'Delete',
|
delete: 'Delete',
|
||||||
thaw: 'Thaw',
|
thaw: 'Thaw',
|
||||||
batchOperation: 'Batch operation',
|
batchOperation: 'Batch Operation',
|
||||||
selected: 'Selected',
|
selected: 'Selected',
|
||||||
term: 'Term',
|
term: 'Term',
|
||||||
empty: 'Empty',
|
empty: 'Empty',
|
||||||
@@ -37,16 +37,16 @@ module.exports = {
|
|||||||
freezePasManagementPage: 'This is the user management page?',
|
freezePasManagementPage: 'This is the user management page?',
|
||||||
serialNumber: 'Number',
|
serialNumber: 'Number',
|
||||||
userAccount: 'User Account',
|
userAccount: 'User Account',
|
||||||
userName: 'User name',
|
userName: 'User Name',
|
||||||
department: 'Department',
|
Department: 'Department',
|
||||||
status: 'Status',
|
status: 'Status',
|
||||||
operation: 'Operation',
|
Operation: 'Operation',
|
||||||
aRcord: 'A Rcord',
|
aRcord: 'A Rcord',
|
||||||
operationAllowedAccount: 'This operation is not allowed for administrator account, please select again!',
|
OperationAllowedAccount: 'This Operation is not Allowed for administrator account, please select again!',
|
||||||
confirm: 'Confirm',
|
confirm: 'Confirm',
|
||||||
selectedAccount: 'Selected account?',
|
selectedAccount: 'Selected account?',
|
||||||
whether: 'Whether',
|
whether: 'Whether',
|
||||||
adminDoNotAllowOperation: 'The administrator account does not allow this operation!',
|
adminDoNotAllowOperation: 'The administrator account does not Allow this Operation!',
|
||||||
advancedQuery: 'Advanced Search',
|
advancedQuery: 'Advanced Search',
|
||||||
constructor: 'Constructor',
|
constructor: 'Constructor',
|
||||||
advancedQueryEffective: 'Advanced Search criteria are already effective',
|
advancedQueryEffective: 'Advanced Search criteria are already effective',
|
||||||
@@ -56,10 +56,10 @@ module.exports = {
|
|||||||
no: 'No',
|
no: 'No',
|
||||||
click: 'Click',
|
click: 'Click',
|
||||||
add: 'Add',
|
add: 'Add',
|
||||||
FilterMatching: 'Filter condition matching',
|
FilterMatching: 'Filter Condition Matching',
|
||||||
AllMatching: '(All conditions require matching)',
|
AllMatching: '(All conditions require matching)',
|
||||||
AnyOneMatches: '(Any one of the conditions matches)',
|
AnyOneMatches: '(Any one of the conditions matches)',
|
||||||
SelectQueryField: 'Select Search field',
|
SelectQueryField: 'Select Search Field',
|
||||||
matchRules: 'Matching Rules',
|
matchRules: 'Matching Rules',
|
||||||
beEqualTo: 'Be Equal To',
|
beEqualTo: 'Be Equal To',
|
||||||
contain: 'Contain',
|
contain: 'Contain',
|
||||||
@@ -75,29 +75,29 @@ module.exports = {
|
|||||||
numericalValue: 'Numerical Value',
|
numericalValue: 'Numerical Value',
|
||||||
not: 'No.',
|
not: 'No.',
|
||||||
notOnlyRz: 'No',
|
notOnlyRz: 'No',
|
||||||
EnterValue: 'Please Enter a Value',
|
EnterValue: 'Please Enter A Value',
|
||||||
SavedQuery: 'Saved Search',
|
SavedQuery: 'Saved Search',
|
||||||
NoQueriesSaved: 'No Queries Were Saved',
|
NoQueriesSaved: 'No Queries Were Saved',
|
||||||
SavedName: 'Saved Name',
|
SavedName: 'Saved Name',
|
||||||
CannotQueryEmpty: 'Cannot Search empty condition',
|
CannotQueryEmpty: 'Cannot search empty condition',
|
||||||
EmptyCannotSaved: 'Empty condition cannot be saved',
|
EmptyCannotSaved: 'Empty condition cannot be saved',
|
||||||
cannotEmpty: 'Cannot be empty',
|
cannotEmpty: 'Cannot Be Empty',
|
||||||
name: 'Name',
|
name: 'Name',
|
||||||
AlreadyExists: 'Already exists, overwrite?',
|
AlreadyExists: 'Already exists, overwrite?',
|
||||||
SavedSuccessfully: 'Saved successfully',
|
SavedSuccessfully: 'Saved Successfully',
|
||||||
DeleteQuery: 'Delete current Search?',
|
DeleteQuery: 'Delete current Search?',
|
||||||
VersionNotSupported: 'Version not supported',
|
VersionNotSupported: 'Version Not Supported',
|
||||||
SaveQueryCriteria: 'Save Search criteria',
|
SaveQueryCriteria: 'Save Search criteria',
|
||||||
roleName: 'Role name',
|
roleName: 'Role Name',
|
||||||
newRole: 'New role',
|
newRole: 'New Role',
|
||||||
RoleManagement: 'Role management',
|
RoleManagement: 'Role Management',
|
||||||
toGrantAuthorization: 'Authorized',
|
toGrantAuthorization: 'Authorized',
|
||||||
newUser: 'New User',
|
newUser: 'New User',
|
||||||
ExistingUsers: 'Existing users',
|
ExistingUsers: 'Existing Users',
|
||||||
total: 'Total',
|
total: 'Total',
|
||||||
strip: 'Data',
|
strip: 'Data',
|
||||||
RoleCode: 'Role Code',
|
RoleCode: 'Role Code',
|
||||||
createTime: 'Creation time',
|
createTime: 'Creation Time',
|
||||||
userName: 'User Name',
|
userName: 'User Name',
|
||||||
selectOneRule: 'Please select a role!',
|
selectOneRule: 'Please select a role!',
|
||||||
setAttribute: 'Please set the url.list2 attribute!',
|
setAttribute: 'Please set the url.list2 attribute!',
|
||||||
@@ -111,23 +111,23 @@ module.exports = {
|
|||||||
DepartmentInformation: 'Department Information',
|
DepartmentInformation: 'Department Information',
|
||||||
BatchDelete: 'Batch Delete',
|
BatchDelete: 'Batch Delete',
|
||||||
DeleteMultiplePiecesData: 'Delete multiple pieces of data',
|
DeleteMultiplePiecesData: 'Delete multiple pieces of data',
|
||||||
CurrentSelection: 'Current selection',
|
CurrentSelection: 'Current Selection',
|
||||||
Deselect: 'Deselect',
|
Deselect: 'Deselect',
|
||||||
enterDepartmentName: 'Please enter department name',
|
enterDepartmentName: 'Please enter Department name',
|
||||||
addTo: 'Add',
|
addTo: 'Add',
|
||||||
cancel: 'Cancel',
|
cancel: 'Cancel',
|
||||||
checkAll: 'Check all',
|
checkAll: 'Check All',
|
||||||
DeselectAll: 'Deselect all',
|
DeselectAll: 'Deselect All',
|
||||||
ExpandAll: 'Expand all',
|
ExpandAll: 'Expand All',
|
||||||
MergeAll: 'Merge all',
|
MergeAll: 'Merge All',
|
||||||
TreeOperation: 'Tree operation',
|
TreeOperation: 'Tree Operation',
|
||||||
essentialInformation: 'General information',
|
essentialInformation: 'General Information',
|
||||||
OrganizationName: 'Organization Name',
|
OrganizationName: 'Organization Name',
|
||||||
EnterOrganizationDepartment: 'Please enter organization / department name',
|
EnterOrganizationDepartment: 'Please enter organization / department name',
|
||||||
SuperiorDepartment: 'Superior department',
|
SuperiorDepartment: 'Superior Department',
|
||||||
enterOrganizationCode: 'Please enter organization code',
|
enterOrganizationCode: 'Please enter organization code',
|
||||||
nothing: 'Nothing',
|
nothing: 'Nothing',
|
||||||
OrganizationType: 'Organization type',
|
OrganizationType: 'Organization Type',
|
||||||
PleaseSelectOrganizationType: 'Please select organization type',
|
PleaseSelectOrganizationType: 'Please select organization type',
|
||||||
company: 'Company',
|
company: 'Company',
|
||||||
post: 'Post',
|
post: 'Post',
|
||||||
@@ -137,119 +137,119 @@ module.exports = {
|
|||||||
address: 'Address',
|
address: 'Address',
|
||||||
remarks: 'Comments',
|
remarks: 'Comments',
|
||||||
enterComments: 'Please enter comments',
|
enterComments: 'Please enter comments',
|
||||||
selectDepartmentFirst: 'Please select a department first!',
|
selectDepartmentFirst: 'Please select a Department first!',
|
||||||
OrganizationCode: 'Organization code',
|
OrganizationCode: 'Organization Code',
|
||||||
fax: 'Fax',
|
fax: 'Fax',
|
||||||
enterOrganizationType: 'Please enter organization type',
|
enterOrganizationType: 'Please enter organization type',
|
||||||
sureDeleteSelected: 'Are you sure you want to delete the selected',
|
sureDeleteSelected: 'Are you sure you want to delete the selected',
|
||||||
pieceData: 'piece of data and child node data?',
|
pieceData: 'piece of data and child node data?',
|
||||||
selectSuperiorDepartmentFirst: 'Please click to select the superior department first',
|
selectSuperiorDepartmentFirst: 'Please click to select the superior Department first',
|
||||||
deleteDepartmentData: 'Are you sure you want to delete this department and child node data?',
|
deleteDepartmentData: 'Are you sure you want to delete this Department and child node data?',
|
||||||
DeleteSucceeded: 'Delete succeeded',
|
DeleteSucceeded: 'Delete Succeeded',
|
||||||
DeletionFailed: 'Deletion failed',
|
DeletionFailed: 'Deletion Failed',
|
||||||
departmentInformationDepartment: 'There is no valid department information under your department',
|
DepartmentInformationDepartment: 'There is no valid Department Information under your Department',
|
||||||
permissionTemporrily: 'This permission is temporarily granted to ordinary employees',
|
permissionTemporrily: 'This permission is temporarily granted to ordinary employees',
|
||||||
DepartmentRole: 'Department role',
|
DepartmentRole: 'Department Role',
|
||||||
DictionaryName: 'Dictionary name',
|
DictionaryName: 'Dictionary Name',
|
||||||
enterDictionary: 'Please enter a dictionary name',
|
enterDictionary: 'Please enter a dictionary name',
|
||||||
DictionaryNumber: 'Dictionary number',
|
DictionaryNumber: 'Dictionary Number',
|
||||||
enterDictionaryNumber: 'Please enter the dictionary number',
|
enterDictionaryNumber: 'Please enter the dictionary number',
|
||||||
DictionaryInformation: 'Dictionary information',
|
DictionaryInformation: 'Dictionary Information',
|
||||||
RefreshCache: 'Refresh cache',
|
RefreshCache: 'Refresh Cache',
|
||||||
recycleBin: 'Recycle Bin',
|
recycleBin: 'Recycle Bin',
|
||||||
DictionaryConfiguration: 'Dictionary configuration',
|
DictionaryConfiguration: 'Dictionary Configuration',
|
||||||
dataDictionaryPage: 'This is the data dictionary page',
|
dataDictionaryPage: 'This is the data dictionary page',
|
||||||
describe: 'Description',
|
describe: 'Description',
|
||||||
DescriptionRefreshCache: 'Description refresh cache complete!',
|
DescriptionRefreshCache: 'Description refresh cache complete!',
|
||||||
FailedRefreshCache: 'Failed to refresh cache!',
|
FailedRefreshCache: 'Failed to refresh cache!',
|
||||||
refreshFailed: 'refresh failed',
|
refreshFailed: 'Refresh Failed',
|
||||||
ClassificationDictionary: 'Classification dictionary',
|
ClassificationDictionary: 'Classification Dictionary',
|
||||||
ClassifManagementPage: 'Classification dictionary management page',
|
ClassifManagementPage: 'Classification dictionary management page',
|
||||||
ClassificationName: 'Classification name',
|
ClassificationName: 'Classification Name',
|
||||||
ClassificationCode: 'Classification code',
|
ClassificationCode: 'Classification Code',
|
||||||
AddSubcategory: 'Add subcategory',
|
AddSubcategory: 'Add Subcategory',
|
||||||
DataRules: 'Data rules',
|
DataRules: 'Data Rules',
|
||||||
menuMnagementPage: 'This is the menu management page',
|
menuMnagementPage: 'This is the menu management page',
|
||||||
MenuName: 'Menu name',
|
MenuName: 'Menu Name',
|
||||||
MenuEnName: 'Menu En name',
|
MenuEnName: 'Menu En Name',
|
||||||
enterMenuEnName: 'Please enter menu En name',
|
enterMenuEnName: 'Please enter menu En name',
|
||||||
MenuType: 'Menu type',
|
MenuType: 'Menu Type',
|
||||||
menu: 'Menu',
|
menu: 'Menu',
|
||||||
ButtonsPermissions: 'Buttons / permissions',
|
ButtonsPermissions: 'Buttons / Permissions',
|
||||||
ConventionalExport:'Conventional export',
|
ConventionalExport:'Conventional Export',
|
||||||
CustomExport:'Custom export',
|
CustomExport:'Custom Export',
|
||||||
CustomTemplateName:'Custom template name',
|
CustomTemplateName:'Custom template name',
|
||||||
assembly: 'Assembly',
|
assembly: 'Assembly',
|
||||||
route: 'Route',
|
route: 'Route',
|
||||||
AddSubmenu: 'Add submenu',
|
AddSubmenu: 'Add Submenu',
|
||||||
NoPicture: 'No picture',
|
NoPicture: 'No Picture',
|
||||||
noFile: 'No File',
|
noFile: 'No File',
|
||||||
adadManagementPage: 'Adad Management Page',
|
adadManagementPage: 'Adad Management Page',
|
||||||
TenantName: 'Tenant name',
|
TenantName: 'Tenant Name',
|
||||||
TenantNumber: 'Tenant number',
|
TenantNumber: 'Tenant Number',
|
||||||
startTime: 'Start time',
|
startTime: 'Start Time',
|
||||||
endTime: 'End Time',
|
endTime: 'End Time',
|
||||||
LoginLog: 'Login Log',
|
LoginLog: 'Login Log',
|
||||||
OperationLog: 'Operation log',
|
OperationLog: 'Operation Log',
|
||||||
SearchLog: 'Search log',
|
SearchLog: 'Search Log',
|
||||||
enterSearchKeyword: 'Please enter a search keyword',
|
enterSearchKeyword: 'Please enter a search keyword',
|
||||||
OperationType: 'Operation type',
|
OperationType: 'Operation Type',
|
||||||
selectOperationType: 'Please select operation type',
|
selectOperationType: 'Please select Operation type',
|
||||||
RequestMethod: 'Request method',
|
RequestMethod: 'Request Method',
|
||||||
RequestParameters: 'Request parameters',
|
RequestParameters: 'Request Parameters',
|
||||||
logManagementPage: 'This is the log management page',
|
logManagementPage: 'This is the log management page',
|
||||||
LogContent: 'Log content',
|
LogContent: 'Log Content',
|
||||||
OperatorID: 'Operator ID',
|
OperatorID: 'Operator ID',
|
||||||
OperatorName: 'Operator name',
|
OperatorName: 'Operator Name',
|
||||||
ElapsedTime: 'Elapsed time (MS)',
|
ElapsedTime: 'Elapsed Time (MS)',
|
||||||
LogType: 'Log type',
|
LogType: 'Log Type',
|
||||||
tableName: 'Table Name',
|
tableName: 'Table Name',
|
||||||
enterTableName: 'Please enter a table name',
|
enterTableName: 'Please enter a table name',
|
||||||
DataID: 'Data ID',
|
DataID: 'Data ID',
|
||||||
enterID: 'Please enter ID',
|
enterID: 'Please Enter ID',
|
||||||
DataComparison: 'Data comparison',
|
DataComparison: 'Data Comparison',
|
||||||
DataLogManagementPage: 'Data log management page',
|
DataLogManagementPage: 'Data log management page',
|
||||||
VersionNumber: 'Version',
|
VersionNumber: 'Version',
|
||||||
DataContent: 'Data content',
|
DataContent: 'Data Content',
|
||||||
creator: 'Creator',
|
creator: 'Creator',
|
||||||
selectTwoPiecesData: 'Please select two pieces of data',
|
selectTwoPiecesData: 'Please select two pieces of data',
|
||||||
selectSameDatabase: 'Please select the same database table and data ID for comparison',
|
selectSameDatabase: 'Please select the same database table and data ID for comparison',
|
||||||
DataComparison: 'Data comparison',
|
DataComparison: 'Data Comparison',
|
||||||
PromptInformation: 'Prompt information',
|
PromptInformation: 'Prompt Information',
|
||||||
enterAccountNumber: 'Please enter the account number',
|
enterAccountNumber: 'Please enter the account number',
|
||||||
AddExistingUsers: 'Add existing users',
|
AddExistingUsers: 'Add Existing Users',
|
||||||
newUser: 'New User',
|
newUser: 'New User',
|
||||||
disassociate: 'Disassociate',
|
disassociate: 'Disassociate',
|
||||||
AssignDepartmentRoles: 'Assign Department roles',
|
AssignDepartmentRoles: 'Assign Department Roles',
|
||||||
userDetail: 'User Details',
|
userDetail: 'User Details',
|
||||||
AreYouCancelAssociation: ' Are you sure to cancel the association with the selected department?',
|
AreYouCancelAssociation: ' Are you sure to cancel the association with the selected Department?',
|
||||||
setURLListAttribute: 'Please set the url.list attribute!',
|
setURLListAttribute: 'Please set the url.list attribute!',
|
||||||
setURLDeletebatchAttribute: 'Please set the URL Deletebatch attribute!',
|
setURLDeletebatchAttribute: 'Please set the URL Deletebatch attribute!',
|
||||||
NoDepartmentSelected: 'No department is selected, unable to cancel the association between department and user!',
|
NoDepartmentSelected: 'No Department is selected, unable to cancel the association between Department and user!',
|
||||||
ConfirmCancellation: 'Confirm cancellation',
|
ConfirmCancellation: 'Confirm Cancellation',
|
||||||
CancelAssociation: 'Cancel the association between the user and the selected department?',
|
CancelAssociation: 'Cancel the association between the user and the selected Department?',
|
||||||
SuccessfullyDeleted: 'Successfully deleted the relationship between the user and the selected department!',
|
SuccessfullyDeleted: 'Successfully deleted the relationship between the user and the selected Department!',
|
||||||
setURLDeleteAttribute: 'Please set the url.delete attribute!',
|
setURLDeleteAttribute: 'Please set the url.delete attribute!',
|
||||||
DepartmentRole: 'Department role assignment',
|
DepartmentRole: 'Department Role Assignment',
|
||||||
DepartmentRoleName: 'Department role name',
|
DepartmentRoleName: 'Department Role Name',
|
||||||
enterDepartmentRole: 'Please enter department role',
|
enterDepartmentRole: 'Please enter department role',
|
||||||
NewDepartmentRole: 'New department role',
|
NewDepartmentRole: 'New Department Role',
|
||||||
DepartmentRoleInformation: 'Department role information',
|
DepartmentRoleInformation: 'Department Role Information',
|
||||||
DepartmentRoleCode: 'Department role code',
|
DepartmentRoleCode: 'Department Role Code',
|
||||||
enterUserAccount: 'Please enter user account',
|
enterUserAccount: 'Please enter user account',
|
||||||
NoConfigurableRoles: 'No configurable roles!',
|
NoConfigurableRoles: 'No configurable roles!',
|
||||||
AreYouWantDiscardEditing: 'Are you sure you want to discard editing?',
|
AreYouWantDiscardEditing: 'Are you sure you want to discard editing?',
|
||||||
determine: 'Confirmed',
|
determine: 'Confirmed',
|
||||||
DictionaryCoding: 'Dictionary coding',
|
DictionaryCoding: 'Dictionary Coding',
|
||||||
enterDictionaryCode: 'Please enter dictionary code',
|
enterDictionaryCode: 'Please enter dictionary code',
|
||||||
DictionaryList: 'Dictionary list',
|
DictionaryList: 'Dictionary List',
|
||||||
enterName: 'Please enter a name',
|
enterName: 'Please enter a name',
|
||||||
disable: 'Disable',
|
disable: 'Disable',
|
||||||
DataValue: 'Data value',
|
DataValue: 'Data Value',
|
||||||
enterDataValue: 'Please enter a data value',
|
enterDataValue: 'Please enter a data value',
|
||||||
DictionaryRetrieval: 'Dictionary retrieval',
|
DictionaryRetrieval: 'Dictionary Retrieval',
|
||||||
CompletelyDelete: 'Completely delete',
|
CompletelyDelete: 'Completely Delete',
|
||||||
FirstLevelMenu: 'First level menu',
|
FirstLevelMenu: 'First Level Menu',
|
||||||
Submenu: 'Submenu',
|
Submenu: 'Submenu',
|
||||||
enterMenuName: 'Please enter menu name',
|
enterMenuName: 'Please enter menu name',
|
||||||
SuperiorMenu: 'Duperior Menu',
|
SuperiorMenu: 'Duperior Menu',
|
||||||
@@ -257,58 +257,58 @@ module.exports = {
|
|||||||
selectParentMenu: 'Please select parent menu',
|
selectParentMenu: 'Please select parent menu',
|
||||||
MenuPath: 'Menu Route',
|
MenuPath: 'Menu Route',
|
||||||
enterMenuPath: 'Please enter the menu path',
|
enterMenuPath: 'Please enter the menu path',
|
||||||
FrontAssembly: 'Front end assembly',
|
FrontAssembly: 'Front End Assembly',
|
||||||
enterFrontComponents: 'Please enter front-end components',
|
enterFrontComponents: 'Please enter front-end components',
|
||||||
DefaultJumpAddress: 'Default jump address',
|
DefaultJumpAddress: 'Default Jump Address',
|
||||||
enterRoutingParameters: 'Please enter routing parameters',
|
enterRoutingParameters: 'Please enter routing parameters',
|
||||||
AuthorizationID: ' Authorization ID',
|
AuthorizationID: ' Authorization ID',
|
||||||
enterAuthorizationID: 'Please enter the authorization ID, such as:',
|
enterAuthorizationID: 'Please enter the authorization ID, such as:',
|
||||||
PleaseEnterAuthorizationID: 'Please enter authorization ID!',
|
PleaseEnterAuthorizationID: 'Please enter authorization ID!',
|
||||||
AuthorizationPolicy: 'Authorization policy',
|
AuthorizationPolicy: 'Authorization Policy',
|
||||||
selectAuthorizationPolicy: 'Please select authorization policy',
|
selectAuthorizationPolicy: 'Please select authorization policy',
|
||||||
selectStatus: 'Please select a status',
|
selectStatus: 'Please select a status',
|
||||||
MenuIcon: 'Menu icon',
|
MenuIcon: 'Menu Icon',
|
||||||
ClickSelectIcon: 'Click the select icon',
|
ClickSelectIcon: 'Click the select icon',
|
||||||
enterMenuSort: 'Please enter menu sort',
|
enterMenuSort: 'Please enter menu sort',
|
||||||
RouteMenu: 'Route menu',
|
RouteMenu: 'Route Menu',
|
||||||
HideRoute: 'Hide route',
|
HideRoute: 'Hide Route',
|
||||||
CacheRoute: 'Cache route',
|
CacheRoute: 'Cache Route',
|
||||||
AggregateRouting: 'Aggregate routing',
|
AggregateRouting: 'Aggregate Routing',
|
||||||
OpenMode: 'Open mode',
|
OpenMode: 'Open Mode',
|
||||||
external: 'External',
|
external: 'External',
|
||||||
inside: 'Inside',
|
inside: 'Inside',
|
||||||
enterMenuTitle: 'Please enter the menu title',
|
enterMenuTitle: 'Please enter the menu title',
|
||||||
enterAuthorizationPolicy: 'Please enter authorization policy',
|
enterAuthorizationPolicy: 'Please enter authorization policy',
|
||||||
AuthorizationIDExists: 'Authorization ID already exists',
|
AuthorizationIDExists: 'Authorization ID already exists',
|
||||||
enterPositiveInteger: 'Please enter a positive integer',
|
enterPositiveInteger: 'Please enter a positive integer',
|
||||||
RuleName: 'Rule name',
|
RuleName: 'Rule Name',
|
||||||
enterRuleName: 'Please enter a rule name',
|
enterRuleName: 'Please enter a rule name',
|
||||||
RuleField: 'Rule field',
|
RuleField: 'Rule Field',
|
||||||
enterRuleField: 'Please enter the rule field',
|
enterRuleField: 'Please enter the rule field',
|
||||||
ConditionalRules: 'Conditional rules',
|
ConditionalRules: 'Conditional Rules',
|
||||||
enterConditionRule: 'Please enter condition rule',
|
enterConditionRule: 'Please enter condition rule',
|
||||||
RuleValue: 'Rule value',
|
RuleValue: 'Rule Value',
|
||||||
enterRuleValue: 'Please enter a rule value',
|
enterRuleValue: 'Please enter a rule value',
|
||||||
effective: 'Effective',
|
effective: 'Effective',
|
||||||
invalid: 'Invalid',
|
invalid: 'Invalid',
|
||||||
selectCondition: 'Please select a condition',
|
selectCondition: 'Please select a condition',
|
||||||
DataPermissionRules: 'Data permission rules',
|
DataPermissionRules: 'Data Permission Rules',
|
||||||
LoginPassword: 'Login password',
|
LoginPassword: 'Login Password',
|
||||||
enterLoginPassword: 'Please enter the login password',
|
enterLoginPassword: 'Please enter the login password',
|
||||||
ConfirmPassword: 'Confirm password',
|
ConfirmPassword: 'Confirm Password',
|
||||||
reenterLoginPassword: 'Please re-enter your login password',
|
reenterLoginPassword: 'Please re-enter your login password',
|
||||||
enterUserName: 'Please enter user name',
|
enterUserName: 'Please enter user name',
|
||||||
RoleAssignment: 'Role assignment',
|
RoleAssignment: 'Role Assignment',
|
||||||
selectUserRole: 'Please select user role',
|
selectUserRole: 'Please select user role',
|
||||||
DepartmentAllocation: 'Department allocation',
|
DepartmentAllocation: 'Department Allocation',
|
||||||
ClickSelectDepartment: 'Click to select a department',
|
ClickSelectDepartment: 'Click to select a Department',
|
||||||
choice: 'Choice',
|
choice: 'Choice',
|
||||||
identity: 'Identity',
|
identity: 'Identity',
|
||||||
OrdinaryUsers: 'Ordinary users',
|
OrdinaryUsers: 'Ordinary Users',
|
||||||
superior: 'superior',
|
superior: 'Superior',
|
||||||
ResponsibleDepartment: 'Responsible department',
|
ResponsibleDepartment: 'Responsible Department',
|
||||||
selectResponsibleDepartment: 'Please select the responsible department',
|
selectResponsibleDepartment: 'Please select the responsible Department',
|
||||||
selectGender: 'Please select gender',
|
selectGender: 'Please Select Gender',
|
||||||
mailbox: 'Mailbox',
|
mailbox: 'Mailbox',
|
||||||
enterEmailAddress: 'Please enter email address',
|
enterEmailAddress: 'Please enter email address',
|
||||||
enterMobileNumber: 'Please enter your mobile phone number',
|
enterMobileNumber: 'Please enter your mobile phone number',
|
||||||
@@ -320,29 +320,29 @@ module.exports = {
|
|||||||
passwordsEnteredTwice: 'The passwords entered twice are different',
|
passwordsEnteredTwice: 'The passwords entered twice are different',
|
||||||
PnumberExists: 'Phone number already exists',
|
PnumberExists: 'Phone number already exists',
|
||||||
enterPhoneCorrect: 'Please enter the phone number in the correct format',
|
enterPhoneCorrect: 'Please enter the phone number in the correct format',
|
||||||
MailboxExists: 'Mailbox already exists',
|
MailboxExists: 'Mailbox Already Exists',
|
||||||
enterMailboxCorrect: 'Please enter a mailbox in the correct format',
|
enterMailboxCorrect: 'Please enter a mailbox in the correct format',
|
||||||
UserExists: 'User name already exists',
|
UserExists: 'User name already exists',
|
||||||
nameExists: 'User name already exists',
|
nameExists: 'User name already exists',
|
||||||
uploadPictures: 'Please upload pictures',
|
uploadPictures: 'Please Upload Pictures',
|
||||||
DepartmentSearch: 'Department search',
|
DepartmentSearch: 'Department Search',
|
||||||
selectSuperiorDepartment: 'Please select superior department',
|
selectSuperiorDepartment: 'Please select superior Department',
|
||||||
upload1: 'Upload',
|
upload1: 'Upload',
|
||||||
UploadFailed: 'Upload failed',
|
UploadFailed: 'Upload Failed',
|
||||||
ResetPassword: 'Reset password',
|
ResetPassword: 'Reset Password',
|
||||||
ClearSelection: 'Clear selection',
|
ClearSelection: 'Clear Selection',
|
||||||
BatchRestore: 'Batch restore',
|
BatchRestore: 'Batch Restore',
|
||||||
RestoreUser: 'Restore user',
|
RestoreUser: 'Restore User',
|
||||||
FailedQuery: 'Failed to Search deleted users:',
|
FailedQuery: 'Failed to Search deleted users:',
|
||||||
headPortrait: 'Head Portrait',
|
headPortrait: 'Head Portrait',
|
||||||
RestorUser: 'Restore user',
|
RestorUser: 'Restore User',
|
||||||
sureRestore: 'Are you sure you want to restore this',
|
sureRestore: 'Are you sure you want to restore this',
|
||||||
Users: 'Users',
|
Users: 'Users',
|
||||||
reduction: 'Reduction',
|
reduction: 'Reduction',
|
||||||
UsersSucceeded: 'Users Succeeded!',
|
UsersSucceeded: 'Users Succeeded!',
|
||||||
standard: 'Number',
|
standard: 'Number',
|
||||||
title: 'Title',
|
title: 'Title',
|
||||||
TextStatus: 'TextStatus',
|
TextStatus: 'Text Status',
|
||||||
PleaseEnter: 'Please enter',
|
PleaseEnter: 'Please enter',
|
||||||
PleaseSelect: 'Please select',
|
PleaseSelect: 'Please select',
|
||||||
PleaseEnterOrSelect: 'Please Enter Or Select',
|
PleaseEnterOrSelect: 'Please Enter Or Select',
|
||||||
@@ -354,7 +354,7 @@ module.exports = {
|
|||||||
Push: 'Push',
|
Push: 'Push',
|
||||||
templateDownload: 'Template download',
|
templateDownload: 'Template download',
|
||||||
textInformation: 'Document files',
|
textInformation: 'Document files',
|
||||||
relatedInformation: 'Relevant information',
|
relatedInformation: 'Relevant Information',
|
||||||
RetrieveFiles: 'Select Stored File',
|
RetrieveFiles: 'Select Stored File',
|
||||||
SplitText: 'Split Stored File',
|
SplitText: 'Split Stored File',
|
||||||
ImportResults: 'Import Split Results',
|
ImportResults: 'Import Split Results',
|
||||||
@@ -388,7 +388,7 @@ module.exports = {
|
|||||||
StandardDetails: 'Standard Details',
|
StandardDetails: 'Standard Details',
|
||||||
whole: 'Whole',
|
whole: 'Whole',
|
||||||
DocumentLibrary: 'Document Library',
|
DocumentLibrary: 'Document Library',
|
||||||
GeneralExportInformation:'General export information',
|
GeneralExportInformation:'General export Information',
|
||||||
DocumentComparisonLibrary: 'Document comparison Library',
|
DocumentComparisonLibrary: 'Document comparison Library',
|
||||||
weekly: 'Weekly',
|
weekly: 'Weekly',
|
||||||
SyncLibrary: 'Sync to doc. library',
|
SyncLibrary: 'Sync to doc. library',
|
||||||
@@ -407,7 +407,7 @@ module.exports = {
|
|||||||
NewLabelItem: 'Add Tag Item',
|
NewLabelItem: 'Add Tag Item',
|
||||||
editLabelItem: 'Edit Tag Item',
|
editLabelItem: 'Edit Tag Item',
|
||||||
NodeQuickLookup: 'Node quick lookup',
|
NodeQuickLookup: 'Node quick lookup',
|
||||||
AreAllLabelsRead: 'Are all labels read',
|
AreAllLabelsRead: 'Are All labels read',
|
||||||
AllLabelsRead: 'Labels Read',
|
AllLabelsRead: 'Labels Read',
|
||||||
SubscriptionNotification: 'Subscription notification',
|
SubscriptionNotification: 'Subscription notification',
|
||||||
warningInformation: 'Warning Information',
|
warningInformation: 'Warning Information',
|
||||||
@@ -420,7 +420,7 @@ module.exports = {
|
|||||||
MessageNotification: 'Message Notification',
|
MessageNotification: 'Message Notification',
|
||||||
SeeMore: 'See more',
|
SeeMore: 'See more',
|
||||||
OperationSuccessful: 'Operation successful',
|
OperationSuccessful: 'Operation successful',
|
||||||
operationFailed: 'Operation Failed',
|
OperationFailed: 'Operation Failed',
|
||||||
PersonnelSelection: 'Personnel Selection',
|
PersonnelSelection: 'Personnel Selection',
|
||||||
EmployeeNumber: 'Employee ID',
|
EmployeeNumber: 'Employee ID',
|
||||||
EmployeeType: 'Employee Type',
|
EmployeeType: 'Employee Type',
|
||||||
@@ -492,8 +492,8 @@ module.exports = {
|
|||||||
notInvolved: 'NA',
|
notInvolved: 'NA',
|
||||||
Operator: 'Operator',
|
Operator: 'Operator',
|
||||||
role: 'Role',
|
role: 'Role',
|
||||||
operationContent: 'Operation Content',
|
OperationContent: 'Operation Content',
|
||||||
operationTime: 'Operation time',
|
OperationTime: 'Operation time',
|
||||||
ConfirmReplication: 'Confirm replication',
|
ConfirmReplication: 'Confirm replication',
|
||||||
ProcessName: 'Process name',
|
ProcessName: 'Process name',
|
||||||
ProcessType: 'Process Type',
|
ProcessType: 'Process Type',
|
||||||
@@ -530,7 +530,7 @@ module.exports = {
|
|||||||
clauseNo: 'Item No.',
|
clauseNo: 'Item No.',
|
||||||
functionalAreas: 'Functional Areas',
|
functionalAreas: 'Functional Areas',
|
||||||
technicalField: 'Technical Field',
|
technicalField: 'Technical Field',
|
||||||
informationCategory: 'Information Category',
|
InformationCategory: 'Information Category',
|
||||||
contentValidity: 'Content Validity',
|
contentValidity: 'Content Validity',
|
||||||
content: 'Content',
|
content: 'Content',
|
||||||
Add: 'Add',
|
Add: 'Add',
|
||||||
@@ -571,7 +571,7 @@ module.exports = {
|
|||||||
StandardBreakdown: 'Standard Breakdown',
|
StandardBreakdown: 'Standard Breakdown',
|
||||||
OnlyWordItem: 'Only the GSO file type can split PDF files. Please re select the file',
|
OnlyWordItem: 'Only the GSO file type can split PDF files. Please re select the file',
|
||||||
OnlyWord: 'Only word files can be imported',
|
OnlyWord: 'Only word files can be imported',
|
||||||
labelAreaDeleted: 'If it is deleted, all label items under the display area will be deleted',
|
labelAreaDeleted: 'If it is deleted, All label items under the display area will be deleted',
|
||||||
searchInResults: 'Search in results',
|
searchInResults: 'Search in results',
|
||||||
searchContent: 'Search content',
|
searchContent: 'Search content',
|
||||||
viewFile: 'View file',
|
viewFile: 'View file',
|
||||||
@@ -613,8 +613,8 @@ module.exports = {
|
|||||||
CertificationTime: 'Certification Time',
|
CertificationTime: 'Certification Time',
|
||||||
NTplatform: 'NT platform',
|
NTplatform: 'NT platform',
|
||||||
NPplatform: 'NP platform',
|
NPplatform: 'NP platform',
|
||||||
IPDInformation: 'IPD information',
|
IPDInformation: 'IPD Information',
|
||||||
certificationProgramInformation: 'Certification program information',
|
certificationProgramInformation: 'Certification program Information',
|
||||||
taskReleaseStatus: 'Task release status',
|
taskReleaseStatus: 'Task release status',
|
||||||
task: 'Task',
|
task: 'Task',
|
||||||
TaskCutOffTime: 'Due Date',
|
TaskCutOffTime: 'Due Date',
|
||||||
@@ -719,9 +719,9 @@ module.exports = {
|
|||||||
enclosure: 'Enclosure',
|
enclosure: 'Enclosure',
|
||||||
// 认证
|
// 认证
|
||||||
// 认证状态
|
// 认证状态
|
||||||
timeoperation: 'You have permission to operate this button.',
|
timeOperation: 'You have permission to operate this button.',
|
||||||
NiOnumberis: 'NiO number is',
|
NiOnumberis: 'NiO number is',
|
||||||
NoOperationPermissionForthisbutton: 'No operation permission for this button',
|
NoOperationPermissionForthisbutton: 'No Operation permission for this button',
|
||||||
Attentionfreeze: 'Note: after freezing, the frozen configuration content cannot be edited.',
|
Attentionfreeze: 'Note: after freezing, the frozen configuration content cannot be edited.',
|
||||||
Filledperson: 'The project contact person has not been filled in. Please fill in the project contact person before issuing and collecting.',
|
Filledperson: 'The project contact person has not been filled in. Please fill in the project contact person before issuing and collecting.',
|
||||||
Datastatusis: 'Datastatusis',
|
Datastatusis: 'Datastatusis',
|
||||||
@@ -730,7 +730,7 @@ module.exports = {
|
|||||||
a: '+',
|
a: '+',
|
||||||
positiveInteger: 'Positive integer',
|
positiveInteger: 'Positive integer',
|
||||||
// 参数收集开始
|
// 参数收集开始
|
||||||
MaintainConfigureInfo: 'Maintain configuration information',
|
MaintainConfigureInfo: 'Maintain configuration Information',
|
||||||
ParameteItemCollectionList: 'Parameter item collection list',
|
ParameteItemCollectionList: 'Parameter item collection list',
|
||||||
ParameterViewPage:'Parameter View page',
|
ParameterViewPage:'Parameter View page',
|
||||||
Areyousureparameteritems: 'Are you sure to submit the selected parameter items?',
|
Areyousureparameteritems: 'Are you sure to submit the selected parameter items?',
|
||||||
@@ -746,11 +746,11 @@ module.exports = {
|
|||||||
Threedecimalplaces: 'Threedecimalplaces',
|
Threedecimalplaces: 'Threedecimalplaces',
|
||||||
FourDecimalplaces: 'FourDecimalplaces',
|
FourDecimalplaces: 'FourDecimalplaces',
|
||||||
Positivefloatingpointnumber: 'Positive floating point number',
|
Positivefloatingpointnumber: 'Positive floating point number',
|
||||||
oneconfigurationInformation: 'Contains at least one configuration information',
|
oneconfigurationInformation: 'Contains at least one configuration Information',
|
||||||
Correspondingstandarddeleted: 'Correspondingstandarddeleted',
|
Correspondingstandarddeleted: 'Correspondingstandarddeleted',
|
||||||
changeTheTitle: 'Title already exists, please change the title',
|
changeTheTitle: 'Title already exists, please change the title',
|
||||||
resetPassword: 'reset Password',
|
resetPassword: 'reset Password',
|
||||||
departmentAllocation: 'department Allocation',
|
DepartmentAllocation: 'Department Allocation',
|
||||||
ListTitle: 'List Title',
|
ListTitle: 'List Title',
|
||||||
CopyProjectCollectionparameters: 'Copy Project Collection parameters',
|
CopyProjectCollectionparameters: 'Copy Project Collection parameters',
|
||||||
from: 'From',
|
from: 'From',
|
||||||
@@ -805,14 +805,14 @@ module.exports = {
|
|||||||
parameterTemplateExportName: 'Parameter List',
|
parameterTemplateExportName: 'Parameter List',
|
||||||
parameterDataExport: 'Parameter Export Data',
|
parameterDataExport: 'Parameter Export Data',
|
||||||
// 参数收集结束
|
// 参数收集结束
|
||||||
circulationInformation: 'Circulation information',
|
circulationInformation: 'Circulation Information',
|
||||||
circulationHistory: 'Circulation History',
|
circulationHistory: 'Circulation History',
|
||||||
agree: 'Agree',
|
agree: 'Agree',
|
||||||
disagree: 'Disagree',
|
disagree: 'Disagree',
|
||||||
feedbackMessage: 'Feedback Message',
|
feedbackMessage: 'Feedback Message',
|
||||||
result: 'Result',
|
result: 'Result',
|
||||||
opinion: 'Opinion',
|
opinion: 'Opinion',
|
||||||
operationNode: 'Operation Node',
|
OperationNode: 'Operation Node',
|
||||||
taskDataConfirmation: 'Please select the data whose list confirmation status is accepted and task confirmation status is not initiated or rejected, and the regulatory engineer and certification engineer are not empty',
|
taskDataConfirmation: 'Please select the data whose list confirmation status is accepted and task confirmation status is not initiated or rejected, and the regulatory engineer and certification engineer are not empty',
|
||||||
selectInquiry: 'Select Inquiry',
|
selectInquiry: 'Select Inquiry',
|
||||||
sendBack: 'Send Back',
|
sendBack: 'Send Back',
|
||||||
@@ -828,7 +828,7 @@ module.exports = {
|
|||||||
record: 'Record',
|
record: 'Record',
|
||||||
replyToComments: 'Reply to comments',
|
replyToComments: 'Reply to comments',
|
||||||
noComment: 'No comment',
|
noComment: 'No comment',
|
||||||
theReceived: 'The final version can be made only when the list confirmation status and task confirmation status of all data are received',
|
theReceived: 'The final version can be made only when the list confirmation status and task confirmation status of All data are received',
|
||||||
notEvaluated: 'Not evaluated',
|
notEvaluated: 'Not evaluated',
|
||||||
cannotExceed: 'Cannot exceed',
|
cannotExceed: 'Cannot exceed',
|
||||||
Characters: 'Characters',
|
Characters: 'Characters',
|
||||||
@@ -917,7 +917,7 @@ module.exports = {
|
|||||||
Resubmit: 'Resubmit',
|
Resubmit: 'Resubmit',
|
||||||
Quantity: 'Quantity',
|
Quantity: 'Quantity',
|
||||||
pleaseConfirmationResults: 'Please select the compliance status according to the engineering confirmation results',
|
pleaseConfirmationResults: 'Please select the compliance status according to the engineering confirmation results',
|
||||||
pleaseReviewTask: 'Please add the engineering confirmation information for this review task',
|
pleaseReviewTask: 'Please add the engineering confirmation Information for this review task',
|
||||||
pleaseWillBeReturned: 'Please reconfirm the project confirmation results and the review results of the responsible person. If they meet the requirements, they will be submitted, otherwise they will be returned',
|
pleaseWillBeReturned: 'Please reconfirm the project confirmation results and the review results of the responsible person. If they meet the requirements, they will be submitted, otherwise they will be returned',
|
||||||
pleaseSubmitStatus: 'Please submit the data confirmed by the project in the confirmation status',
|
pleaseSubmitStatus: 'Please submit the data confirmed by the project in the confirmation status',
|
||||||
modelName: 'Model Name',
|
modelName: 'Model Name',
|
||||||
@@ -995,7 +995,7 @@ module.exports = {
|
|||||||
viewContent: 'View content',
|
viewContent: 'View content',
|
||||||
fillInTheMonth: 'Fill in the month',
|
fillInTheMonth: 'Fill in the month',
|
||||||
monthSelection: 'Month selection',
|
monthSelection: 'Month selection',
|
||||||
bringInStandardInformation: 'Bring in standard information',
|
bringInStandardInformation: 'Bring in standard Information',
|
||||||
contentTemplate: 'Content template',
|
contentTemplate: 'Content template',
|
||||||
moveUp: 'Move up',
|
moveUp: 'Move up',
|
||||||
moveDown: 'Move down',
|
moveDown: 'Move down',
|
||||||
@@ -1016,11 +1016,11 @@ module.exports = {
|
|||||||
collectionOfRegulatoryOpinions: 'Collection Of Regulatory Opinions',
|
collectionOfRegulatoryOpinions: 'Collection Of Regulatory Opinions',
|
||||||
collectionOfRegulatoryOpinionsProcess: 'Collection Of Regulatory Opinions Process',
|
collectionOfRegulatoryOpinionsProcess: 'Collection Of Regulatory Opinions Process',
|
||||||
feedbackInformation: 'Feedback Information',
|
feedbackInformation: 'Feedback Information',
|
||||||
relevantSections: 'Relevant sections',
|
relevantSections: 'Relevant Sections',
|
||||||
questionsSuggestions: 'Questions or Suggestions',
|
questionsSuggestions: 'Questions Or Suggestions',
|
||||||
reason: 'Reason',
|
reason: 'Reason',
|
||||||
proposedTime:'Proposed time',
|
proposedTime:'Proposed Time',
|
||||||
feedbackPoint: 'Feedback point',
|
feedbackPoint: 'Feedback Point',
|
||||||
link: 'Link',
|
link: 'Link',
|
||||||
planNoChinese: 'Plan No.',
|
planNoChinese: 'Plan No.',
|
||||||
standardNameCn: 'Standard Name Cn',
|
standardNameCn: 'Standard Name Cn',
|
||||||
|
|||||||
Reference in New Issue
Block a user