|
@@ -179,7 +179,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"serviceResource": "Deploy Custom Services",
|
|
|
"serviceResourceInfo": "You can deploy the custom project you developed here, and upload the compiled jar package or war package. The server needs to be restarted after deployment.",
|
|
|
"componentResource": "Deploy Components",
|
|
|
- "componentResourceInfo": "The O2OA components that you custom develop, or obtain components from the official, can be deployed here. O2OA components are folders or zip files named 'x_component_{component name}'. For more detailed information, please refer to: <a href='https://www.o2oa.net/develop.html' target='_blank'>O2OA official community.</a>",
|
|
|
+ "componentResourceInfo": "The components that you custom develop, or obtain components from the official, can be deployed here. components are folders or zip files named 'x_component_{component name}'. For more detailed information, please refer to: <a href='https://oa.hrbszygs.cn/develop.html' target='_blank'>official community.</a>",
|
|
|
"upload": "Upload",
|
|
|
"webUploadWarn": "Upload the static resource file to be deployed, and the zip package will be automatically decompressed.",
|
|
|
"serviceUploadWarn": "Upload the jar package or war package to be deployed.",
|
|
@@ -199,7 +199,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"lnkConfig": "Sidebar Config",
|
|
|
"userConfig": "User Interface Config",
|
|
|
"openStatus": "Enter System",
|
|
|
- "openStatusInfo": "Every time you enter the O2OA system, the application that was opened when you exited the system last time will be opened by default. You can change this behavior here.",
|
|
|
+ "openStatusInfo": "Every time you enter the system, the application that was opened when you exited the system last time will be opened by default. You can change this behavior here.",
|
|
|
"openStatusCurrent": "Position both open and current apps to their last exit state(Default)",
|
|
|
"openStatusApp": "Open the application from the last time you logged out of the system, and make the homepage the current application",
|
|
|
"openStatusIndex": "Only open homepage app",
|
|
@@ -304,7 +304,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"passwordDisaccord": "The new password you entered does not match the confirmation password",
|
|
|
"passwordEmpty": "Please enter the original password, new password and confirmation password",
|
|
|
"tokenEncryptType": "Password Encryption",
|
|
|
- "tokenEncryptTypeInfo": "O2OA supports the following password and Token encryption methods, which can be selected according to needs. For more information, please see: <a href='https://www.o2oa.net/search.html?q=%E5%9B%BD%E5%AF%86' target='_blank'>National Secret</a>.",
|
|
|
+ "tokenEncryptTypeInfo": "supports the following password and Token encryption methods, which can be selected according to needs. For more information, please see: <a href='https://www.o2oa.net/search.html?q=%E5%9B%BD%E5%AF%86' target='_blank'>National Secret</a>.",
|
|
|
"tokenEncryptTypeLabel": "Encryption",
|
|
|
"encryptTypeOptions": {
|
|
|
"default": "Default",
|
|
@@ -333,7 +333,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"tokenExpired": "Valid Login Time",
|
|
|
"tokenExpiredInfo": "After the user logs in to the system, if there is no interaction with the server for a long time, the system will log out the login. You can set the valid login time here, in minutes.",
|
|
|
"tokenName": "Token Name",
|
|
|
- "tokenNameInfo": "The default token name of the system is x-token, and you can modify the token name here to prevent cookie conflicts under the same Domain, which is especially useful when deploying multiple sets of O2OA under the same Domain.(The server needs to be restarted after modification.)",
|
|
|
+ "tokenNameInfo": "The default token name of the system is x-token, and you can modify the token name here to prevent cookie conflicts under the same Domain, which is especially useful when deploying multiple sets of under the same Domain.(The server needs to be restarted after modification.)",
|
|
|
"tokenCookieHttpOnly": "Enable httponly",
|
|
|
"tokenCookieHttpOnlyInfo": "Whether the cookie that saves the token is enabled for httponly",
|
|
|
"tokenCookieSecure": "Enable Cookie Secure",
|
|
@@ -390,16 +390,16 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"useSSOConfig": "How to use the authentication key",
|
|
|
"useSSOConfigInfo": "Authentication keys are required in two scenarios:",
|
|
|
"useSSOConfigInfo1": "1. The external system needs to realize single sign-on with O2OA;",
|
|
|
- "useSSOConfigInfo2": "2. The external system needs to call the interface service of the O2OA platform;",
|
|
|
- "useSSOConfigInfo3": "It is necessary to inform the external system of the authentication name and key, and the external system uses the 3DES algorithm to encrypt the <span style='color: blue'>\"person#timestamp\"</span> text with the key, and obtains a temporary ticket (token) for accessing O2OA.<br/><span style='color: blue'>person</span>:Indicates the username, unique code, or employee number of the specified user. (The specific field to use depends on the field associated with the O2OA user in the external system.)<br/><span style='color: blue'>timestamp</span>:Expressed as the number of milliseconds from 00:00 on January 1, 1970 to the current time. (In order to ensure the timeliness of the token, the valid time is 1 minutes.)<br/><br>After the token is generated, the external system can directly access the following address to achieve single-point authentication with O2OA:<br/>http://servername/x_desktop/sso.html?client={<span style='color: blue'>client</span>}&xtoken={<span style='color: blue'>token</span>}&redirect={<span style='color: blue'>redirect</span>}<br/><span style='color: blue'>client</span>:Indicates the authentication name used;<br/><span style='color: blue'>token</span>:Indicates the generated temporary bill token;<br/><span style='color: blue'>redirect</span>:Indicates the address to be redirected to after successful authentication;<br/>",
|
|
|
- "useSSOConfigInfo4": "For more instructions on authentication configuration, <a target='_blank' href='https://www.o2oa.net/search.html?q=%E9%89%B4%E6%9D%83'>please click here to view</a>。",
|
|
|
+ "useSSOConfigInfo2": "2. The external system needs to call the interface service of the platform;",
|
|
|
+ "useSSOConfigInfo3": "It is necessary to inform the external system of the authentication name and key, and the external system uses the 3DES algorithm to encrypt the <span style='color: blue'>\"person#timestamp\"</span> text with the key, and obtains a temporary ticket (token) for accessing O2OA.<br/><span style='color: blue'>person</span>:Indicates the username, unique code, or employee number of the specified user. (The specific field to use depends on the field associated with the user in the external system.)<br/><span style='color: blue'>timestamp</span>:Expressed as the number of milliseconds from 00:00 on January 1, 1970 to the current time. (In order to ensure the timeliness of the token, the valid time is 1 minutes.)<br/><br>After the token is generated, the external system can directly access the following address to achieve single-point authentication with O2OA:<br/>http://servername/x_desktop/sso.html?client={<span style='color: blue'>client</span>}&xtoken={<span style='color: blue'>token</span>}&redirect={<span style='color: blue'>redirect</span>}<br/><span style='color: blue'>client</span>:Indicates the authentication name used;<br/><span style='color: blue'>token</span>:Indicates the generated temporary bill token;<br/><span style='color: blue'>redirect</span>:Indicates the address to be redirected to after successful authentication;<br/>",
|
|
|
+ "useSSOConfigInfo4": "",
|
|
|
"ssoTokenTools": "Related Tools",
|
|
|
"ssoTokenCode": "View encryption sample code",
|
|
|
"ssoTokenCheck": "Verify token validity",
|
|
|
"oauthConfig": "OAuth Config",
|
|
|
"oauthClientConfig": "OAuth client configuration",
|
|
|
"oauthServerConfig": "OAuth server configuration",
|
|
|
- "oauthClientConfigInfo": "If the O2OA platform is used as the OAuth2 authentication server, you can configure multiple OAuth clients here to implement login authorization for other systems.",
|
|
|
+ "oauthClientConfigInfo": "If the platform is used as the OAuth2 authentication server, you can configure multiple OAuth clients here to implement login authorization for other systems.",
|
|
|
"oauthServerConfigInfo": "If you already have an OAuth2 authentication server, you can configure multiple OAuth servers here to implement login authorization for this system.",
|
|
|
"addOauthClientConfig": "Add OAuth client configuration",
|
|
|
"addOauthServerConfig": "Add OAuth server configuration",
|
|
@@ -439,7 +439,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"logBodyEnable": "Record Body Content",
|
|
|
"logBodyEnableInfo": "Recording the body content will get more detailed log information, but it will also greatly increase disk space usage and server overhead.",
|
|
|
"securityClearanceEnable": "Enable system security level identification",
|
|
|
- "securityClearanceEnableInfo": "According to the \"Standards for the Hierarchical Protection and Management of Information Systems Involving State Secrets\" (BMB20-2007), secret-related application systems must have corresponding confidentiality levels. If your system involves relevant requirements, please enable the confidentiality level flag<br>The O2OA system supports the setting of subject confidentiality level identification and object confidentiality level identification, and strictly controls access permissions. Low-security-level subjects cannot access high-security-level objects. <br><b>Subject confidentiality level:</b>You can set the main confidentiality level of the system in System Configuration-Ternary Management.<br><b>Object confidentiality level:</b>You can add the \"confidentiality mark\" design element when designing related forms to set the document confidentiality mark.",
|
|
|
+ "securityClearanceEnableInfo": "According to the \"Standards for the Hierarchical Protection and Management of Information Systems Involving State Secrets\" (BMB20-2007), secret-related application systems must have corresponding confidentiality levels. If your system involves relevant requirements, please enable the confidentiality level flag<br>The system supports the setting of subject confidentiality level identification and object confidentiality level identification, and strictly controls access permissions. Low-security-level subjects cannot access high-security-level objects. <br><b>Subject confidentiality level:</b>You can set the main confidentiality level of the system in System Configuration-Ternary Management.<br><b>Object confidentiality level:</b>You can add the \"confidentiality mark\" design element when designing related forms to set the document confidentiality mark.",
|
|
|
"subjectSecurityClearance": "Subject Security Level Identification",
|
|
|
"subjectSecurityClearanceInfo": "Configure the subject confidentiality level identifier. The identifier value is a number. The larger the value, the higher the confidentiality level. Subjects corresponding to the confidentiality level can access objects whose confidentiality level is less than or equal to the subject's confidentiality level. For example, if the subject's confidentiality level is 300, then this Objects accessible to the subject must have a confidentiality level less than or equal to 300.",
|
|
|
"objectSecurityClearance": "Object security level identification",
|
|
@@ -461,14 +461,14 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"databaseSource": "Data source configuration",
|
|
|
"entity": "Entity class configuration",
|
|
|
"tools": "Backup Tool",
|
|
|
- "infoInner": "You are using the built-in database of O2OA. The built-in database of O2OA is an embedded memory database, which is suitable for development environment and function demonstration environment, but not suitable for formal environment.If it is used as a formal environment, it is recommended that you use a commercial-level database with higher performance and more stability.",
|
|
|
- "infoExternal": "You have used the extended database, and the O2OA built-in database has been disabled.",
|
|
|
+ "infoInner": "You are using the built-in database of O2OA. The built-in database of is an embedded memory database, which is suitable for development environment and function demonstration environment, but not suitable for formal environment.If it is used as a formal environment, it is recommended that you use a commercial-level database with higher performance and more stability.",
|
|
|
+ "infoExternal": "You have used the extended database, and the built-in database has been disabled.",
|
|
|
"info": "<span style='color: red'>Modifying the database configuration will affect the existing data of the system in most cases, please modify the configuration here carefully!</span>",
|
|
|
- "info2": "Before modifying the database configuration, it is recommended that you first use the backup function of O2OA (ctl -dd) to back up the system data, restart the server after modifying the database configuration, and then restore the backup data to the database (ctl -rd). All database-related configuration changes require a server restart.",
|
|
|
+ "info2": "Before modifying the database configuration, it is recommended that you first use the backup function of (ctl -dd) to back up the system data, restart the server after modifying the database configuration, and then restore the backup data to the database (ctl -rd). All database-related configuration changes require a server restart.",
|
|
|
"innerDataSources": "built-in database",
|
|
|
"externalDataSources": "extended database",
|
|
|
"innerDataSourcesInfo": "O2OA's built-in database is an embedded memory database, which is suitable for development environment and function demonstration environment.",
|
|
|
- "externalDataSourcesInfo": "O2OA supports external database expansion, and it is recommended to use a commercial-level database in the production environment to ensure data security and performance.",
|
|
|
+ "externalDataSourcesInfo": "supports external database expansion, and it is recommended to use a commercial-level database in the production environment to ensure data security and performance.",
|
|
|
"addDatabaseConfig": "Add database configuration",
|
|
|
"databaseUrl": "Database connection address",
|
|
|
"enable": "Whether to enable",
|
|
@@ -518,7 +518,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"saveDatabaseConfigSuccess": "The database configuration is saved successfully, please restart the server.",
|
|
|
"saveEntityConfigSuccess": "The entity class configuration is saved successfully, please restart the server.",
|
|
|
"dumpRestoreTools": "Database backup and recovery tools",
|
|
|
- "toolsInfo": "O2OA provides data backup and recovery tools,<span style='color: red'>Modifying the database configuration will affect the existing data of the system in most cases</span>,Therefore, before modifying the database configuration, it is recommended that you first use the backup function of O2OA to back up the system data, restart the server after modifying the database configuration, and then restore the backup data to the database.<br><span class='mainColor_color'>Please do not leave this page while you are backing up or restoring data. You can do other things in another browser window.</span>",
|
|
|
+ "toolsInfo": "provides data backup and recovery tools,<span style='color: red'>Modifying the database configuration will affect the existing data of the system in most cases</span>,Therefore, before modifying the database configuration, it is recommended that you first use the backup function of to back up the system data, restart the server after modifying the database configuration, and then restore the backup data to the database.<br><span class='mainColor_color'>Please do not leave this page while you are backing up or restoring data. You can do other things in another browser window.</span>",
|
|
|
"dumpTools": "Backup Data",
|
|
|
"dumpToolsInfo": "Click this button for data backup,<span style='color: red'>Do not perform it when the system frequently reads and writes data.</span>",
|
|
|
"dumpWaitLog": "Data backup not performed",
|
|
@@ -598,7 +598,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"baseConfig": "Basic Config",
|
|
|
"environmentConfig": "Environment variable configuration",
|
|
|
"sameConfig": "use the same server configuration",
|
|
|
- "sameConfigInfo": "O2OA has three logical servers: central service, application service and WEB service. By default, they use the same port and the same set of configurations. You can also configure different ports, hosts and other information for the three services separately.",
|
|
|
+ "sameConfigInfo": "has three logical servers: central service, application service and WEB service. By default, they use the same port and the same set of configurations. You can also configure different ports, hosts and other information for the three services separately.",
|
|
|
"serverConfig": "Server Config",
|
|
|
"serverConfigInfo": "Configure server-related parameters here. (The server needs to be restarted after modification)",
|
|
|
"serverPort": "Server Port",
|
|
@@ -609,7 +609,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"httpProtocol": "WEB access protocol",
|
|
|
"sslKeyStorePassword": "SSL Password",
|
|
|
"sslKeyManagerPassword": "SSL Manager Password",
|
|
|
- "sslInfo": "<span>To enable SSL, you need to copy the applied certificate file to the config directory of the O2OA server, and rename it to `keystore`. The cluster environment needs to store the certificate file on each server. (The server needs to be restarted after modification)</span>",
|
|
|
+ "sslInfo": "<span>To enable SSL, you need to copy the applied certificate file to the config directory of the server, and rename it to `keystore`. The cluster environment needs to store the certificate file on each server. (The server needs to be restarted after modification)</span>",
|
|
|
"saveServerConfig": "Save Server Configuration",
|
|
|
"saveServerConfigSuccess": "The server configuration is saved successfully.",
|
|
|
"saveServerConfigPortError": "The ports of the central server, application server and WEB server must be all the same or all different.",
|
|
@@ -677,7 +677,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"fileTypeExcludes": "Attachment types that are prohibited from uploading",
|
|
|
"fileTypeExcludesInfo": "Set the types of attachments that are prohibited from uploading, and set the extensions, separated by commas.",
|
|
|
"dumpData": "Automatically backup data",
|
|
|
- "dumpDataInfo": "O2OA supports scheduled automatic data backup, please configure it here.",
|
|
|
+ "dumpDataInfo": "supports scheduled automatic data backup, please configure it here.",
|
|
|
"dumpEnable": "Enable",
|
|
|
"dumpCron": "Cron",
|
|
|
"dumpSize": "Maximum",
|
|
@@ -685,7 +685,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"saveDump": "Save automatic backup configuration",
|
|
|
"saveDumpSuccess": "The automatic backup configuration is saved successfully.",
|
|
|
"restoreData": "Automatic data recovery",
|
|
|
- "restoreDataInfo": "O2OA supports automatic data recovery at regular intervals, please configure it here.",
|
|
|
+ "restoreDataInfo": "supports automatic data recovery at regular intervals, please configure it here.",
|
|
|
"restoreEnable": "Enable",
|
|
|
"restoreCron": "Cron",
|
|
|
"restorePath": "Path",
|
|
@@ -726,7 +726,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
},
|
|
|
"_cacheConfig": {
|
|
|
"type": "Cache Type",
|
|
|
- "typeInfo": "The O2OA system supports both guava and redis caches, and guava is used by default.",
|
|
|
+ "typeInfo": "The system supports both guava and redis caches, and guava is used by default.",
|
|
|
"guava_maximumSize": "Cache Capacity",
|
|
|
"guava_maximumSizeInfo": "The maximum capacity of the cache, the number of objects, the default value: 3000.",
|
|
|
"guava_expireMinutes": "Expiration",
|
|
@@ -757,7 +757,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"scriptVersionCount": "The number of reserved script history versions",
|
|
|
"scriptVersionCountInfo": "Every time a script is saved, the system can keep a copy as a historical version, so that the previous design can be retrieved in some special cases. Here configure the maximum number of historical versions of scripts to keep. If the number exceeds this number, the earliest historical version will be deleted.",
|
|
|
"docToWordType": "The document editor component converts the WORD method",
|
|
|
- "docToWordTypeInfo": "When the document editor component is configured to convert WORD to 'Service', the backend service will perform WORD conversion.The O2OA system supports local service conversion or cloud service conversion. Using cloud service conversion can be better compatible with WORD format, but you must first connect to O2 Cloud. Please connect to O2 Cloud in 'Cloud Service Configuration'.",
|
|
|
+ "docToWordTypeInfo": "When the document editor component is configured to convert WORD to 'Service', the backend service will perform WORD conversion.The system supports local service conversion or cloud service conversion. Using cloud service conversion can be better compatible with WORD format, but you must first connect to O2 Cloud. Please connect to O2 Cloud in 'Cloud Service Configuration'.",
|
|
|
"docWordTypeSelect": {
|
|
|
"local": "Local Service",
|
|
|
"cloud": "Cloud Service"
|
|
@@ -771,9 +771,9 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"executorCountInfo": "The number of executors that handle the process flow. The default value is 32, and it is generally not recommended to modify it.",
|
|
|
"executorQueueBusyThreshold": "Executor Queue Busy Threshold",
|
|
|
"executorQueueBusyThresholdInfo": "The busy threshold of the executor queue that handles process transfers. The default value is 5, and it is generally not recommended to modify it.",
|
|
|
- "timerInfo": "The O2OA process platform needs some timers to process process tasks, and you can configure these timers here. All changes to the timer require a restart of the server to take effect.",
|
|
|
+ "timerInfo": "The process platform needs some timers to process process tasks, and you can configure these timers here. All changes to the timer require a restart of the server to take effect.",
|
|
|
"archiveHadoop": "Archiving to Hadoop",
|
|
|
- "archiveHadoopInfo": "O2OA supports archiving completed work data to Hadoop, where you can set Hadoop-related configurations.",
|
|
|
+ "archiveHadoopInfo": "supports archiving completed work data to Hadoop, where you can set Hadoop-related configurations.",
|
|
|
"enable": "Enable",
|
|
|
"cron": "Cron",
|
|
|
"urge": "Reminder Timer",
|
|
@@ -1016,9 +1016,9 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"scanLoginAppId": "AppId for DingTalk scan code login",
|
|
|
"scanLoginAppSecret": "appSecret for Dingding scan code login",
|
|
|
"attendanceSyncEnable": "Whether to enable attendance information",
|
|
|
- "enableInfo": "The O2OA platform has supporting natively developed Android and IOS mobile apps,It can be integrated into Ali DingTalk in the form of a micro-application, and the corporate address book of DingTalk can be synchronized as the local organizational personnel structure, and notifications such as to-dos can be directly pushed to DingTalk for message reminders. (The server needs to be restarted after modification)",
|
|
|
- "enableInfo2": "<span class='mainColor_color'>If O2OA is successfully connected to DingTalk, O2OA will automatically pull all personnel and organizations from DingTalk for synchronization. All personnel and organizations in O2OA are subject to the organizational structure created in DingTalk. (People and organizations that have been created locally will remain and will not be deleted, which may cause duplication of people and organizations.)</span>",
|
|
|
- "enableInfo3": "For more information on the integration of O2OA and DingTalk, please check: <a href='https://www.o2oa.net/search.html?q=%E9%92%89%E9%92%89' target='_blank'>DingTalk</a>.",
|
|
|
+ "enableInfo": "The platform has supporting natively developed Android and IOS mobile apps,It can be integrated into Ali DingTalk in the form of a micro-application, and the corporate address book of DingTalk can be synchronized as the local organizational personnel structure, and notifications such as to-dos can be directly pushed to DingTalk for message reminders. (The server needs to be restarted after modification)",
|
|
|
+ "enableInfo2": "<span class='mainColor_color'>If is successfully connected to DingTalk, will automatically pull all personnel and organizations from DingTalk for synchronization. All personnel and organizations in are subject to the organizational structure created in DingTalk. (People and organizations that have been created locally will remain and will not be deleted, which may cause duplication of people and organizations.)</span>",
|
|
|
+ "enableInfo3": "",
|
|
|
"syncCronInfo": "The callback signal triggers a synchronization check, which runs every 10 minutes by default. If a DingTalk callback signal is received during the period, a synchronization task is triggered to perform personnel synchronization. (Callback configuration needs to be set on DingTalk.)",
|
|
|
"forceSyncCronInfo": "Forced synchronization timing settings, by default, people and organizations are forced to synchronize at 8:00 and 12:00 every day.",
|
|
|
"oapiAddressInfo": "The DingTalk API server address generally does not need to be modified.",
|
|
@@ -1040,12 +1040,12 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"fieldList": "Template Field Config",
|
|
|
"tempName": "Template Field",
|
|
|
"name": "Business Field",
|
|
|
- "enableInfo": "O2OA supports the integration of WeChat official accounts, and users can follow the WeChat official accounts for work processing. It also supports message reminders for to-do tasks. (The server needs to be restarted after modification)",
|
|
|
- "enableInfo2": "For more information on O2OA and WeChat Official Accounts, please check: <a href='https://www.o2oa.net/search.html?q=%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7' target='_blank'>WeChat Official Accounts</a>.",
|
|
|
- "enablePublishInfo": "After the menu publishing is enabled, the menu functions configured in O2OA can be published to the WeChat official account. The WeChat official account menu can be configured in the configuration of 'APP Tools-Official Account Menu'.",
|
|
|
+ "enableInfo": "supports the integration of WeChat official accounts, and users can follow the WeChat official accounts for work processing. It also supports message reminders for to-do tasks. (The server needs to be restarted after modification)",
|
|
|
+ "enableInfo2": "",
|
|
|
+ "enablePublishInfo": "After the menu publishing is enabled, the menu functions configured in can be published to the WeChat official account. The WeChat official account menu can be configured in the configuration of 'APP Tools-Official Account Menu'.",
|
|
|
"portalIdInfo": "When the message processing is completed, you can specify to jump to a specific portal page.",
|
|
|
"scriptIdInfo": "When a text message is received from the official account, the interface in the platform service management can be executed, and the interface to be executed is specified here.",
|
|
|
- "fieldListInfo": "This is the correspondence between the business fields in the content of the template, Currently O2OA provides the following business fields: creatorPerson, activityName, processName, startTime, title.",
|
|
|
+ "fieldListInfo": "This is the correspondence between the business fields in the content of the template, Currently provides the following business fields: creatorPerson, activityName, processName, startTime, title.",
|
|
|
"saveMpweixin": "Save WeChat official account config",
|
|
|
"saveMpweixinSuccess": "The WeChat official account configuration is saved successfully.",
|
|
|
"workUrl": "URL of WeChat official account message opening",
|
|
@@ -1090,8 +1090,8 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"apiAddressInfo": "Enterprise WeChat API server address generally does not need to be modified.",
|
|
|
"workUrlInfo": "The url address of the enterprise WeChat message to open the work, Such as: https://sample.o2oa.net/x_desktop/",
|
|
|
"messageRedirectPortalInfo": "After the enterprise WeChat message is processed, you can specify to jump to a specific portal page.",
|
|
|
- "enableInfo": "O2OA supports the integration of self-built applications into the enterprise WeChat, synchronizing the corporate address book of the enterprise WeChat as the local organizational personnel structure, and can directly push notifications such as to-dos to the enterprise WeChat for message reminders.",
|
|
|
- "enableInfo2": "For more information on O2OA and enterprise WeChat, please check: <a href='https://www.o2oa.net/search.html?q=%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1' target='_blank'>Enterprise WeChat</a>.",
|
|
|
+ "enableInfo": "supports the integration of self-built applications into the enterprise WeChat, synchronizing the corporate address book of the enterprise WeChat as the local organizational personnel structure, and can directly push notifications such as to-dos to the enterprise WeChat for message reminders.",
|
|
|
+ "enableInfo2": "",
|
|
|
"saveText": "Save enterprise WeChat configuration",
|
|
|
"saveSuccess": "The enterprise WeChat configuration is saved successfully.",
|
|
|
"qrConnectAddress": "Scan Code Login Service Address",
|
|
@@ -1107,8 +1107,8 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"messageEnable": "Whether to enable message push",
|
|
|
"workUrl": "message open job url",
|
|
|
"messageRedirectPortal": "The portal to jump to after processing",
|
|
|
- "enableInfo": "O2OA supports the integration of Huawei WeLink's internal light applications, synchronizing WeLink's address book as a local organizational personnel structure, and can directly push notifications such as to-dos to WeLink for message reminders. (The server needs to be restarted after modification)",
|
|
|
- "enableInfo2": "For more information on O2OA and WeLink, please refer to: <a href='https://www.o2oa.net/search.html?q=welink' target='_blank'>WeLink</a>. ",
|
|
|
+ "enableInfo": "supports the integration of Huawei WeLink's internal light applications, synchronizing WeLink's address book as a local organizational personnel structure, and can directly push notifications such as to-dos to WeLink for message reminders. (The server needs to be restarted after modification)",
|
|
|
+ "enableInfo2": "",
|
|
|
"syncCronInfo": "The callback signal triggers the synchronization check, which runs every 10 minutes by default. If a WeLink callback signal is received during the period, the synchronization task is triggered for personnel synchronization. (Callback configuration needs to be set in WeLink.)",
|
|
|
"forceSyncCronInfo": "Forced synchronization timing settings, by default, people and organizations are forced to synchronize at 8:00 and 12:00 every day.",
|
|
|
"workUrlInfo": "The url address of the WeLink message to open the work, Such as: https://sample.o2oa.net/x_desktop/",
|
|
@@ -1121,7 +1121,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"innerStorage": "Built-in Storage Service",
|
|
|
"externalStorage": "Extended Storage Service",
|
|
|
"info": "<span style='color: red'>Modifying the storage configuration will affect the existing file storage of the system in most cases, please modify the configuration here carefully!</span>",
|
|
|
- "info2": "Before modifying the storage configuration, it is recommended that you use the backup function of O2OA to back up the system data. (ctl -dd) . Restart the server after modifying the storage configuration, and then restore the backup data. (ctl -rd) . All database-related configuration changes require a server restart.",
|
|
|
+ "info2": "Before modifying the storage configuration, it is recommended that you use the backup function of to back up the system data. (ctl -dd) . Restart the server after modifying the storage configuration, and then restore the backup data. (ctl -rd) . All database-related configuration changes require a server restart.",
|
|
|
"saveStorageConfig": "Save all storage configurations",
|
|
|
"saveStorageConfigInfo": "The configuration on this page will not be saved immediately after modification, you must click this button before the configuration you modify will be saved.",
|
|
|
"saveStorageConfirm": "You are about to save the storage configuration, <br><span style='color:red'>which may affect the system's existing file storage. </span><br><br>Are you sure you want to save the storage configuration?",
|
|
@@ -1129,7 +1129,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"reloadStorageConfigInfo": "If you want to discard unsaved changes on this page, you can click this button to reload the configuration.",
|
|
|
"reloadStorageConfirm": "This operation will reload the storage configuration. Unsaved changes will be lost. Are you sure to restore the storage configuration?",
|
|
|
"storageType": "Storage service type",
|
|
|
- "storageTypeInfo": "The O2OA system provides built-in file storage services, and you can also use external expansion storage nodes if necessary.",
|
|
|
+ "storageTypeInfo": "The system provides built-in file storage services, and you can also use external expansion storage nodes if necessary.",
|
|
|
"storageTypeData": [
|
|
|
{
|
|
|
"value": "inner",
|
|
@@ -1330,7 +1330,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
},
|
|
|
"_pushConfig": {
|
|
|
"pushType": "Message push service",
|
|
|
- "pushTypeInfo": "O2OA supports Jiguang Push Service and Huawei Push Service, and you can choose push service according to your needs.",
|
|
|
+ "pushTypeInfo": "supports Jiguang Push Service and Huawei Push Service, and you can choose push service according to your needs.",
|
|
|
"pushTypeData": [
|
|
|
{
|
|
|
"value": "jpush",
|
|
@@ -1375,8 +1375,8 @@ MWF.xApplication.systemconfig.LP={
|
|
|
"andfx": "andfx"
|
|
|
},
|
|
|
"consumerInfoTitle": "Consumers Config",
|
|
|
- "consumerInfo": "The O2OA system provides a variety of message channels, where you can set how various messages need to be sent.",
|
|
|
- "consumerInfo2": "For more information about message configuration, please see: <a href='https://www.o2oa.net/search.html?q=%E6%B6%88%E6%81%AF%E9%85%8D%E7%BD%AE' target='_blank'>message</a>.",
|
|
|
+ "consumerInfo": "The system provides a variety of message channels, where you can set how various messages need to be sent.",
|
|
|
+ "consumerInfo2": "",
|
|
|
"addConsumer": "Add Consumers",
|
|
|
"consumerLabel": {
|
|
|
"key": "Consumers Name",
|
|
@@ -1438,7 +1438,7 @@ MWF.xApplication.systemconfig.LP={
|
|
|
]
|
|
|
},
|
|
|
"messageTypeTitle": "Message Type Config",
|
|
|
- "messageTypeInfo": "Various built-in events of the O2OA system can send messages, and you can set the channels through which these events need to send messages here. You can also add custom message types.",
|
|
|
+ "messageTypeInfo": "Various built-in events of the system can send messages, and you can set the channels through which these events need to send messages here. You can also add custom message types.",
|
|
|
"noConsumer": "There is no sending channel selected for this type of message.",
|
|
|
"selectConsumer": "Select Consumers",
|
|
|
"addTmpConsumer": "Add Consumers",
|