en.js 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.Setting = MWF.xApplication.Setting || {};
  3. MWF.xApplication.Setting.LP={
  4. "title": "Settings",
  5. "default": "Default",
  6. "tab_base": "Basic Setting",
  7. "tab_ui": "UI Setting",
  8. "tab_mobile": "Mobile Setting",
  9. "tab_cloud": "Cloud Setting",
  10. "tab_dispose": "Dispose",
  11. "tab_name": "System Name",
  12. "tab_user": "System Users",
  13. "tab_login": "System Login",
  14. "tab_sso": "System SSO",
  15. "tab_config": "Setting File",
  16. "tab_cloud_connect": "Connect",
  17. "tab_mobile_connect": "Connect",
  18. "tab_mobile_module": "Module",
  19. "tab_mobile_style": "Style",
  20. "tab_mobile_mpweixin_menu": "Wechat Menu",
  21. "tab_mobile_app_pack": "App Pack Online",
  22. "tab_ui_login": "Login UI",
  23. "tab_ui_index": "Index UI",
  24. "tab_ui_module": "Module",
  25. "tab_ui_resource": "Resource",
  26. "tab_ui_service": "Service",
  27. "tab_ui_menu": "Menu",
  28. "base_nameSetting": "Configure your system name",
  29. "base_title": "System Name",
  30. "base_title_infor": "Your system name, it will be displayed on your login page and browser title bar",
  31. "base_title_action": "Edit System Name",
  32. "base_title_empty": "The system name cannot be empty, please enter the system name",
  33. "base_footer": "System Subtitle",
  34. "base_footer_infor": "Your system subtitle, it will be displayed at the bottom of your login page",
  35. "base_footer_action": "Edit System Subtitle",
  36. "base_version": "Current System Version",
  37. "base_personSetting": "Configure the basic information of the personnel account of the system",
  38. "base_UserPassword": "Default password for new users",
  39. "base_UserPassword_infor": "When creating a new user, use the following password, and the user can modify it after logging in to the system",
  40. "base_UserPassword_action": "Modify the default password",
  41. "base_UserPassword_empty": "The default password cannot be empty",
  42. "base_passwordPeriod": "Password expiration time (days)",
  43. "base_passwordPeriod_infor": "Users who have not changed their password for more than this set number of days will be forced to change their password after logging in, otherwise they will not be able to enter the system",
  44. "base_passwordPeriod_action": "Modify Password Period",
  45. "base_adminPassword": "Super administrator password",
  46. "base_adminPassword_infor": "Password of the super administrator xadmin",
  47. "base_adminPassword_action": "Modify the super administrator password",
  48. "base_adminPassword_confirm": "<div style='color:red'>The super administrator password is associated with the default database password, etc. Please carefully modify the super administrator password! <br>Please restart immediately after changing the password, otherwise the system may go wrong!</div><br>Are you sure you want to modify?",
  49. "base_loginSetting": "Configure user login options",
  50. "base_captchaLogin": "Enable image verification code login",
  51. "base_captchaLogin_infor": "After enabling, you must enter the image verification code correctly when logging in",
  52. "base_captchaLogin_action": "",
  53. "base_codeLogin": "Enable SMS verification code login",
  54. "base_codeLogin_infor": "Allow login via SMS verification code after activation",
  55. "base_codeLogin_action": "",
  56. "base_bindLogin": "Enable scanning QR code login",
  57. "base_bindLogin_infor": "After enabling, scan the QR code to log in",
  58. "base_faceLogin": "Enable face recognition login",
  59. "base_faceLogin_infor": "Allow face recognition login after enabling, Users can set facial features in personal settings. After enabling, you must create an SSO configuration with the name \"face\" and the key \"xplatform\". (This is an experimental feature, you must enable https)",
  60. "base_faceApi": "Face recognition service",
  61. "base_faceApi_action": "Edit facial recognition service",
  62. "base_faceApi_delete": "Delete facial recognition service",
  63. "base_faceApi_infor": "With face++ face service, you can edit your API Key and API Secret. Otherwise, the system will use the default account and QPS will be restricted.",
  64. "base_register": "Enable self-registration",
  65. "base_register_infor": "Whether to allow self-registration as a system user",
  66. "register_disable": "Self-registration is not allowed",
  67. "register_captcha": "Allow self-registration using image verification code",
  68. "register_code": "Allow self-registration using SMS verification code",
  69. "base_portalLogin": "Login using the portal page",
  70. "base_portalLogin_infor": "A customized portal page can be used as the login page, and the login page template can be downloaded from the application market.",
  71. "base_portalLogin_action": "",
  72. "base_loginPortalId": "Login portal",
  73. "base_loginPortalId_infor": "Select the portal for the login page.",
  74. "base_portalIndex": "Use the portal page as the system homepage",
  75. "base_portalIndex_infor": "You can use a customized portal page as the system homepage, open this page after logging in.",
  76. "base_portalIndex_action": "",
  77. "base_indexPortalId": "System Home Portal",
  78. "base_indexPortalId_infor": "Select the portal of the system homepage.",
  79. "base_temary": "Three member management",
  80. "base_temary_info": "Three-member management (system manager, security manager, and security auditor). After this function is enabled, please restart the server to start the log.",
  81. "base_temary_action": "",
  82. "base_ldap": "Enable Ldap authentication",
  83. "base_ldap_infor": "After enabling, the user login authentication uses Ldap authentication, and no longer uses the system password to log in.",
  84. "base_ldap_action": "Edit Ldap authentication configuration",
  85. "base_ldap_enable": "Enabled",
  86. "base_ldap_unenable": "Not enabled",
  87. "base_ssoSetting": "Configure authentication and single sign-on settings with other systems",
  88. "base_ssos": "Authentication configuration",
  89. "base_sso_infor": "You can create authentication for multiple systems for SSO login and service invocation",
  90. "base_sso_action": "Add authentication configuration",
  91. "base_sso_editAction": "Edit authentication configuration",
  92. "base_oauths": "OAUTH client configuration",
  93. "base_oauths_infor": "If this system is used as an OAUTH2 authentication server, you can configure multiple OAUTH clients here to achieve authorization for other systems",
  94. "base_oauths_action": "Add OAUTH configuration",
  95. "base_oauths_editAction": "Edit OAUTH configuration",
  96. "base_oauths_server": "OAUTH server configuration",
  97. "base_oauths_infor_server": "If this system needs to be authenticated by other OAUTH2 servers, you can configure multiple OAUTH servers here to achieve authorization for this system",
  98. "base_qyweixin": "Enterprise WeChat configuration",
  99. "base_qyweixin_infor": "The system can be integrated with enterprise WeChat, please configure the WeChat enterprise account and key first",
  100. "base_qyweixin_action": "Edit enterprise WeChat configuration",
  101. "base_dingding": "DingTalk configuration",
  102. "base_dingding_infor": "The system can be integrated with DingTalk, please configure DingTalk’s enterprise number and key first",
  103. "base_dingding_action": "Edit DingTalk configuration",
  104. "mobile_connectSetting": "Mobile Connection Setting",
  105. "cloud_connectSetting": "Cloud Connection Setting",
  106. "mobile_connect_first_cloud_check": "1. Cloud service connection check",
  107. "mobile_connect_first_cloud_check_connected": "<span style='color: #5fbf78'> [Connected login] </span> Cloud services",
  108. "mobile_connect_first_cloud_check_disconnected": "<span style='color: #ff0000'> [Login not connected] </span> Cloud services,Please go to the Cloud Connection Setting page to register and log in!",
  109. "mobile_connect_connectSetting": "2. App Connection Setting",
  110. "mobile_connect_third_mobile_connect_check": "3. Mobile phone connection test",
  111. "mobile_connect_third_mobile_connect_check_info": "Use your mobile phone to scan the QR code and check whether the external network can connect to the server!",
  112. "mobile_connect_third_mobile_connect_check_generate_button": "Generate QR code",
  113. "mobile_connectO2Cloud": "Connect to O2 Cloud",
  114. "mobile_connectO2Cloud_infor": "To use mobile office, please connect to the O2 cloud first, which will help the APP locate your corporate server, and you can use SMS services, etc.",
  115. "mobile_connectO2Cloud_action": "Connect to O2 Cloud",
  116. "mobile_connectO2Cloud_success": "Connect Setting",
  117. "mobile_connectO2Cloud_error": "Not yet connected to O2 Cloud",
  118. "mobile_httpProtocol": "http protocol",
  119. "mobile_httpProtocol_infor": "Please choose to use http protocol or https protocol",
  120. "mobile_center": "Center Server",
  121. "mobile_center_infor": "The IP address or domain name and port of the external service of the center server.",
  122. "mobile_center_action": "Edit center server",
  123. "mobile_web": "Web Server",
  124. "mobile_web_infor": "The IP address or domain name and port of the external service of the Web server.",
  125. "mobile_web_action": "Edit Web server",
  126. "mobile_application": "Application Server",
  127. "mobile_application_infor": "The external service IP address or domain name and port of the Application server.",
  128. "mobile_application_action": "Edit Application server",
  129. "mobile_moduleSetting": "Mobile module configuration",
  130. "mobile_index": "Mobile home page configuration",
  131. "mobile_index_infor": "You can configure the homepage of the mobile as the default APP style, or specify a portal page",
  132. "mobile_index_defalue": "defalue",
  133. "mobile_module": "{name} Module",
  134. "mobile_module_infor": "Whether the {name} module is enabled on the mobile",
  135. "mobile_module_simple_mode": "Simple mode on mobile",
  136. "mobile_module_simple_mode_infor": "Only the homepage and settings page will be displayed after the simple mode is enabled",
  137. "mobile_module_system_message_switch": "Display system notifications",
  138. "mobile_module_system_message_switch_infor": "Whether to display system notification in mobile app message list",
  139. "mobile_module_contact_permission_view": "Mobile app address book permission view",
  140. "mobile_module_contact_permission_view_infor": "You need to install the application market [address book] application, which contains the permission configuration view of the address book",
  141. "mobile_module_contact_permission_view_action": "Modify view name",
  142. "mobile_styleSetting": "Mobile icon style configuration surface",
  143. "mobile_style": "{name} picture ",
  144. "mobile_style_infor": "Click to change {name} picture",
  145. "mobile_style_imgs": {
  146. "launch_logo": "Start logo",
  147. "login_avatar": "Default avatar for login page",
  148. "application_top": "Image at the Application page",
  149. "index_bottom_menu_logo_blur": "Home navigation icon (unchecked)",
  150. "index_bottom_menu_logo_focus": "Home navigation icon (selected)",
  151. "people_avatar_default": "User default avatar",
  152. "process_default": "Process default icon",
  153. "setup_about_logo": "About page icon"
  154. },
  155. "mobile_style_imgs_defaultTitle": "Default picture confirmation",
  156. "mobile_style_imgs_defaultInfor": "Are you sure you want to replace {name} with the default image?",
  157. "mpweixin": "MpWechat",
  158. "publishMpweixin": "Publish to Wechat",
  159. "subscribeMpweixin": "Attention reply",
  160. "subscribeMpweixin_desc": "The official account is automatically transmitted when the new user is concerned.",
  161. "subscribeMpweixin_save": "Save",
  162. "mpweixinInfo": "⚠️ The WeChat official account menu function needs to enable the relevant configuration file [mpweixin.json] first, and go to the WeChat official account management backstage to enable server configuration in the development module!",
  163. "mobile_mpweixin_menu_msg_publish_2_wxmp": "Note! The current operation will overwrite all the saved menu data to the WeChat official account. Are you sure you want to continue?",
  164. "mobile_mpweixin_menu_msg_publish_success": "Successfully published, it will be displayed on the mobile phone in 24 hours!",
  165. "mobile_mpweixin_menu_msg_first_max_len": "At most 3 first-level menus can be created!",
  166. "mobile_mpweixin_menu_msg_sub_max_len": "Up to 5 secondary menus can be created!",
  167. "mobile_mpweixin_menu_msg_parent_no_save": "The parent menu data has not been saved, please save the data first!",
  168. "mobile_mpweixin_menu_deleteBtnName_label": "Delete Menu",
  169. "mobile_mpweixin_menu_default_new_name": "New Menu",
  170. "mobile_mpweixin_menu_form_name_label": "Name",
  171. "mobile_mpweixin_menu_form_name_error_empty": "The menu name cannot be empty!",
  172. "mobile_mpweixin_menu_form_name_error_max_len_4": "Menu name cannot exceed 4 words!",
  173. "mobile_mpweixin_menu_form_name_error_max_len_6": "Menu name cannot exceed 6 words!",
  174. "mobile_mpweixin_menu_form_name_error": "The number of characters exceeds the upper limit",
  175. "mobile_mpweixin_menu_form_name_tips_4": "Only supports Chinese, English and numbers, and the number of words does not exceed 4",
  176. "mobile_mpweixin_menu_form_name_tips_6": "Only supports Chinese, English and numbers, and the number of words does not exceed 6",
  177. "mobile_mpweixin_menu_form_order_label": "Sort",
  178. "mobile_mpweixin_menu_form_order_error_empty": "Menu order number cannot be empty!",
  179. "mobile_mpweixin_menu_form_order_error_not_number": "Menu order number can only be entered in numbers!",
  180. "mobile_mpweixin_menu_form_order_error_max_len": "The menu order number cannot exceed 6 words!",
  181. "mobile_mpweixin_menu_form_order_error": "The number of characters exceeds the upper limit",
  182. "mobile_mpweixin_menu_form_order_tips": "Only supports numbers, the number of words does not exceed 6, and the sorting is sorted by string",
  183. "mobile_mpweixin_menu_form_radio_label": "Content",
  184. "mobile_mpweixin_menu_form_radio_type_msg": "Send Message",
  185. "mobile_mpweixin_menu_form_radio_type_url": "Link Page",
  186. "mobile_mpweixin_menu_form_radio_type_miniprogram": "Link Mini Program",
  187. "mobile_mpweixin_menu_form_type_msg_tips": "Clicking on this menu will send the following text to the user. Unverified subscription accounts do not support text messages",
  188. "mobile_mpweixin_menu_form_type_msg_label": "Message",
  189. "mobile_mpweixin_menu_form_type_msg_error_empty": "The text message content cannot be empty!",
  190. "mobile_mpweixin_menu_form_subscribe_content_error_empty": "Reply message content cannot be empty!",
  191. "mobile_mpweixin_menu_form_type_url_tips": "Clicking on this menu will jump to the following link",
  192. "mobile_mpweixin_menu_form_type_url_label": "Url",
  193. "mobile_mpweixin_menu_form_type_url_error_empty": "The page address cannot be empty!",
  194. "mobile_mpweixin_menu_form_type_miniprogram_tips": "Clicking on this menu will jump to the following small program",
  195. "mobile_mpweixin_menu_form_type_miniprogram_appid_label": "Program ID",
  196. "mobile_mpweixin_menu_form_type_miniprogram_appid_placeholder": "Mini program ID, please go to WeChat’s mini program management background to check",
  197. "mobile_mpweixin_menu_form_type_miniprogram_appid_error_empty": "Mini program ID cannot be empty!",
  198. "mobile_mpweixin_menu_form_type_miniprogram_path_label": "Program Path",
  199. "mobile_mpweixin_menu_form_type_miniprogram_path_placeholder": "The path of the mini program, please check the mini program management background of WeChat",
  200. "mobile_mpweixin_menu_form_type_miniprogram_path_error_empty": "Mini program path cannot be empty!",
  201. "mobile_mpweixin_menu_form_type_miniprogram_url_label": "Alternate page",
  202. "mobile_mpweixin_menu_form_type_miniprogram_url_placeholder": "Alternate webpage, the old version of WeChat will open this alternate webpage",
  203. "mobile_mpweixin_menu_form_type_miniprogram_url_error_empty": "Alternate webpage cannot be empty!",
  204. "mobile_mpweixin_menu_save_success": "Save the data successfully!",
  205. "mobile_mpweixin_menu_delete_alert_msg": "Are you sure you want to delete this piece of data? Will its submenu be deleted at the same time?",
  206. "mobile_mpweixin_menu_delete_success": "Data deleted successfully!",
  207. "save": "Save",
  208. "alert": "Alert",
  209. "mobile_apppack_tips1": "⚠️ Currently, the online packaging function of mobile app only supports Android.",
  210. "mobile_apppack_tips2": "⚠️ If you need to package online, you must register and log in to [Cloud Setting] .",
  211. "mobile_apppack_tips3": "⚠️ After submitting the information, the current packing status will be displayed. The packing process takes a long time. You can leave the current page first, wait for the packing to complete, and then download the APK file from this page.",
  212. "mobile_apppack_status_label": "current state",
  213. "mobile_apppack_form_appName": "App Name",
  214. "mobile_apppack_form_appName_tip": "App Desktop display name, no more than 6 words",
  215. "mobile_apppack_form_logo": "Logo",
  216. "mobile_apppack_form_logo_tip": "The logo image displayed on the desktop must be in PNG format",
  217. "mobile_apppack_form_protocol": "HTTP Protocol",
  218. "mobile_apppack_form_protocol_tip": "http / https",
  219. "mobile_apppack_form_host": "Host",
  220. "mobile_apppack_form_host_tip": "Central server domain name or IP, such as www.o2oa.net",
  221. "mobile_apppack_form_port": "Port number",
  222. "mobile_apppack_form_port_tip": "Port number of central server, such as 20030",
  223. "mobile_apppack_form_context": "Context",
  224. "mobile_apppack_form_context_tip": "Central server context, such as /x_program_center",
  225. "mobile_apppack_form_appVersionName": "app Version name",
  226. "mobile_apppack_form_appVersionName_tip": "The app version name , such as v1 0.0。 This field does not need to be filled in by default!",
  227. "mobile_apppack_form_appBuildNo": "app Build number",
  228. "mobile_apppack_form_appBuildNo_tip": "The app Build number,Must be a positive integer, such as 100. This field does not need to be filled in by default!",
  229. "mobile_apppack_form_urlMapping": "Agent urlMapping",
  230. "mobile_apppack_form_urlMapping_tip": "It is used when the proxy address is used in the server extranet, for example { \"demo.o2oa.net:20020\": \"demo.o2oa.net/dev/app\" }",
  231. "mobile_apppack_form_button": "Submit and start packaging",
  232. "mobile_apppack_form_reinput_button": "Fill out the form again and pack it",
  233. "mobile_apppack_form_re_pack_button": "Use original data to package directly",
  234. "mobile_apppack_form_download_apk_button": "Download APK file",
  235. "mobile_apppack_message_o2cloud_not_enable": "O2 Cloud is not enabled or cannot be connected!",
  236. "mobile_apppack_message_o2cloud_not_login": "Please log in to O2 cloud first!",
  237. "mobile_apppack_message_apppack_server_login_fail": "App package server login failed!",
  238. "mobile_apppack_message_check_connect_fail": "App packaging service check connection failed!",
  239. "mobile_apppack_form_enable_outer_status_no": "Not Enabled",
  240. "mobile_apppack_form_enable_outer_status_yes": "Enabled",
  241. "mobile_apppack_form_enable_outer_package": "Enable external package name",
  242. "mobile_apppack_form_enable_delete_hms": "Enable Delete HMS",
  243. "mobile_apppack_form_enable_outer_tips": "Enabling external package names can prevent conflicts and overwrites with officially released apps",
  244. "mobile_apppack_form_enable_delete_hms_status_no": "No",
  245. "mobile_apppack_form_enable_delete_hms_status_yes": "Yes",
  246. "mobile_apppack_form_enable_delete_hms_tips": "Enabling external package names can prevent conflicts and overwrites with officially released apps",
  247. "mobile_apppack_form_download_publish_btn": "Download and publish to local",
  248. "mobile_apppack_message_confirm_publish": "The app has been packaged. Download it and publish it to the local server immediately. You can scan the code and install it directly!",
  249. "mobile_apppack_publish_status_doing": "In release ...",
  250. "mobile_apppack_publish_status_completed": "After the release is completed, the QR code of the code scanning login interface can install the app!",
  251. "mobile_apppack_publish_status_fail": "Publishing failed, please try again or contact the administrator!",
  252. "mobile_apppack_status_order_inline": "In line ......",
  253. "mobile_apppack_status_packing": "Packing......",
  254. "mobile_apppack_status_pack_end": "Package complete",
  255. "mobile_apppack_status_pack_error": "Package Error",
  256. "mobile_apppack_message_appname_not_empty": "App name cannot be empty!",
  257. "mobile_apppack_message_appname_len_max_6": "App name cannot exceed 6 words!",
  258. "mobile_apppack_message_app_logo_not_empty": "Logo image cannot be empty!",
  259. "mobile_apppack_message_app_logo_need_png": "Logo image must be PNG format!",
  260. "mobile_apppack_message_portocol_not_empty": "HTTP protocol cannot be empty!",
  261. "mobile_apppack_message_host_not_empty": "Central server domain name cannot be empty!",
  262. "mobile_apppack_message_host_format_error": "Please fill in the domain name or IP address of the central server, such as www.o2oa.com Don't wear a head like http !",
  263. "mobile_apppack_message_port_not_empty": "Central server port number cannot be empty!",
  264. "mobile_apppack_message_context_not_empty": "Central server context cannot be empty!",
  265. "mobile_apppack_message_portocol_http_https": "HTTP protocol just support http or https !",
  266. "mobile_apppack_refresh_status_btn": "Refresh Status",
  267. "mobile_apppack_message_alert_submit": "Are you sure you want to submit,The current form information will be packaged as a mobile App ?",
  268. "imgSize": "size of the picture:",
  269. "defaultImg": "Default picture",
  270. "ui_loginSetting": "Login page style setting",
  271. "ui_login_default": "Default style",
  272. "ui_login_defaultStyle": "The default style of the login page",
  273. "ui_login_defaultStyle_infor": "",
  274. "ui_login_customStyle": "Login page custom style",
  275. "ui_login_customStyle_infor": "",
  276. "ui_login_customStyle_Action": "Create a custom style",
  277. "ui_login_customStyle_newName": "New style name",
  278. "ui_login_customStyle_newName_empty": "Please enter the name of the new style",
  279. "ui_login_setCurrent": "Use this style",
  280. "ui_login_current": "Currently used style",
  281. "ui_login_setCurrent_confirmTitle": "Use style confirmation",
  282. "ui_login_setCurrent_confirm": "Are you sure you want to use the \"{title}\" style?",
  283. "ui_login_delete_confirmTitle": "Delete style confirmation",
  284. "ui_login_delete_confirm": "Are you sure you want to delete the \"{title}\" style?",
  285. "ui_indexSetting": "Platform style configuration",
  286. "ui_index_systemStyle": "Platform built-in style",
  287. "ui_index_systemStyle_infor": "",
  288. "Ui_index_customStyle": "Custom style configuration",
  289. "Ui_index_customStyle_infor": "",
  290. "Ui_index_customStyle_Action": "",
  291. "Ui_index_enabled": "Enabled",
  292. "Ui_index_disabled": "Disabled",
  293. "ui_moduleSetting": "System Module Setting",
  294. "ui_module_modules": "Deployed Modules",
  295. "ui_module_modules_infor": "",
  296. "ui_module_modules_Action": "Deployment Module",
  297. "ui_moduleSetting_resource": "Web-side resource deployment",
  298. "ui_moduleSetting_service": "Service Deployment",
  299. "resource_upload": "Resource Selection",
  300. "resource_replace": "Whether to cover",
  301. "resource_replaceDesc": "Overwrite type: \"No\" delete the original file and upload it, \"Yes\" to overwrite the original",
  302. "resource_replace_yes": "YES",
  303. "resource_replace_no": "NO",
  304. "resource_filePath": "Deployment path",
  305. "resource_filePathDesc": "If you deploy a zip file, the path can be empty; otherwise, please enter the path in the format: /xxx/xxx",
  306. "resource_success": "Successful deployment",
  307. "service_ctl": "Command name",
  308. "service_node": "Server Node",
  309. "service_allNode": "All Nodes",
  310. "service_success": "Deployed successfully, it will take effect after restarting the server",
  311. "on": "ON",
  312. "off": "OFF",
  313. "loading": "Loading styles, please wait...",
  314. "returnBack": "Return",
  315. "ok": "OK",
  316. "cancel": "Cancel",
  317. "edit": "Edit",
  318. "delete": "Delete",
  319. "copy": "Copy",
  320. "copyName": "Copy",
  321. "deleteItem": "Delete configuration confirmation",
  322. "deleteItemInfor": "Are you sure you want to delete this configuration?",
  323. "setSaved": "Configuration data has been saved",
  324. "pleaseInput": "Please enter",
  325. "list": {
  326. "client": "Client",
  327. "key": "Key(At least 8 digits)",
  328. "clientId": "ClientId",
  329. "mapping": "Mapping",
  330. "corpId": "corpId",
  331. "corpSecret": "corpSecret",
  332. "agentId": "agentId",
  333. "proxyHost": "Proxy Host",
  334. "proxyPort": "Proxy Port",
  335. "node": "Node",
  336. "enable": "Enable",
  337. "name": "Name",
  338. "icon": "Icon",
  339. "clientSecret": "Client Secret",
  340. "authAddress": "Auth Address",
  341. "authParameter": "Auth Parameter",
  342. "authMethod": "Auth Method (GET or POST)",
  343. "tokenAddress": "Token Address",
  344. "tokenParameter": "Token Parameter",
  345. "tokenMethod": "Token Method (GET or POST)",
  346. "tokenType": "Token Type (json or form)",
  347. "infoAddress": "Info Address",
  348. "infoParameter": "Info Parameter",
  349. "infoMethod": "Info Method (GET or POST)",
  350. "infoType": "Info Type (json or form)",
  351. "infoCredentialField": "Fields used to identify individuals in info",
  352. "infoProxyHost": "The domain name does not need to contain \"http\"",
  353. "ldapUrl": "LdapUrl (LDAP address, such as ldap://111.111.111.111:5389/ )",
  354. "baseDn": "BaseDn (the root name of an LDAP query, such as DC=zone, DC=COM)",
  355. "userDn": "UserDn (DN of the authenticated user, for example: uid=*, ou=users,dc=zone,DC=COM, The * in uid=* represents the unique code of the user, which corresponds to the unique code of the O2 user"
  356. },
  357. "module": {
  358. "title": "Application Deployment",
  359. "open": "open",
  360. "edit": "edit",
  361. "remove": "del",
  362. "add": "Deploy",
  363. "name": "Name",
  364. "componentTitle": "Title",
  365. "path": "Path",
  366. "icon": "Icon",
  367. "isVisible": "visible",
  368. "yes": "Yes",
  369. "no": "No",
  370. "widgetName": "Widget Name",
  371. "widgetTitle": "Widget Title",
  372. "widgetStart": "Widget Automatic start",
  373. "widgetVisible": "Widget visible",
  374. "allowList": "Accessible list",
  375. "denyList": "Deny List",
  376. "controllerList": "Manager",
  377. "selPerson": "Select",
  378. "selIcon": "Select Icon",
  379. "urlInfor": "You can add the path as a web page use \"@url:\", such as \"@url:http://www.bing.com\"",
  380. "phone": "Phone",
  381. "mail": "Mail",
  382. "noInputInfor": "Please fill in the complete assembly information. (Required: component name, component title, component path)",
  383. "deploySuccess": "Deployed successfully",
  384. "modifySuccess": "Modify the component information successfully",
  385. "removeComponentTitle": "Confirm to uninstall component",
  386. "removeComponent": "Are you sure you want to uninstall the component: {name}?",
  387. "removeComponentOk": "Component has been uninstalled",
  388. "modify": "Modify component information",
  389. "moduleDeployed": "Deployed component",
  390. "inputAppNameNotice": "Please enter the application name and application title",
  391. "uploadZipFileNotice": "Please upload the ZIP package of the file"
  392. },
  393. "tab_centerServer": "Center Server",
  394. "tab_Server": "Service Host Configuration",
  395. "tab_Application": "Application Data Configuration",
  396. "tab_Resource": "Resource parameter configuration",
  397. "tab_Mobile": "Mobile office configuration",
  398. "tab_ApplicationServer": "Application Server",
  399. "tab_DataServer": "Data Server",
  400. "tab_StorageServer": "Storage Server",
  401. "tab_WebServer": "Web Server",
  402. "deploy": "Deploy Application",
  403. "deleteAppServer_title": "Remove application server configuration confirmation",
  404. "deleteAppServer": "You are about to remove the application server configuration file. Removing this file will not affect the operation of the server. Do you want to continue?",
  405. "deployAppServer_title": "Deploy Application Confirmation",
  406. "deployAppServer": "Deploy the application for the current server, are you sure? <br><br><div style='color: #F00'><input type='checkbox'>Redeploy all applications</div>",
  407. "deleteDataServer_title": "Remove database server configuration confirmation",
  408. "deleteDataServer": "You are about to remove the database server configuration file. Removing this file will not affect the server operation. Do you want to continue?",
  409. "deleteStorageServer_title": "Remove Storage Server Configuration Confirmation",
  410. "deleteStorageServer": "You are about to remove the storage server configuration file. Removing this file will not affect the operation of the server. Do you want to continue?",
  411. "deleteWebServer_title": "Remove Web Server Configuration Confirmation",
  412. "deleteWebServer": "You are about to remove the web server configuration file. Removing this file will not affect the server operation. Do you want to continue?",
  413. "deleteStorage_title": "Remove storage configuration confirmation",
  414. "deleteStorage": "You are about to delete the storage configuration file. Do you want to continue?",
  415. "centerSaveInfor": "Data has been submitted",
  416. "saveWeightError": "Must be a number",
  417. "mobileSetting1": "1, Check",
  418. "mobileSetting2": "2, Account number",
  419. "mobileSetting3": "3, Server",
  420. "checkCenterToCollect": "Server connects to O2 Center",
  421. "checkComputerToCollect": "Client connects to O2 Center",
  422. "success": "Success",
  423. "failure": "Failure",
  424. "reCheck": "Recheck the connection",
  425. "next": "Next",
  426. "loginCollect": "Login to O2 Center",
  427. "loggedCollect": "You have logged into O2 Center",
  428. "loginText": "Login to O2 Center",
  429. "logoutText": "Logout from O2 Center",
  430. "registerText": "If you do not have an O2 Center company account, please register your company first",
  431. "loginInputUsername": "Please enter your username and password",
  432. "loginInputCode": "Please enter the verification code",
  433. "companyName": "Company Name",
  434. "code": "Verification Code",
  435. "phone": "Cellphone number",
  436. "password": "Enter password",
  437. "confirmPassword": "Confirm Password",
  438. "registerTitle": "Register your company in O2 Center",
  439. "getPhoneCode": "Get Phone Verification Code",
  440. "getPhoneCodeWait": "Verification code has been sent",
  441. "registerActionText": "Register",
  442. "registerCancelActionText": "Cancel Registration",
  443. "phoneError": "Please enter your phone number",
  444. "phoneTypeError": "Please enter the phone number correctly",
  445. "nameError": "Please enter the company name",
  446. "codeError": "Please enter the verification code",
  447. "passwordError": "Please enter a password",
  448. "confirmError": "Please enter the confirm password",
  449. "confirmPasswordError": "The password and confirm password input are inconsistent",
  450. "cancelRegisterTitle": "Cancel Registration Confirmation",
  451. "cancelRegister": "Are you sure you want to cancel registration?",
  452. "registerSuccess": "Your company has been successfully registered in O2 Center<br/>You can log in to O2 Center with \"{name}\"",
  453. "registerSuccessTitle": "Your company has been successfully registered in the O2 Center",
  454. "mobileServerSaveInfor": "Data has been submitted",
  455. "mobileServerSaveErrorInfor": "Data has been submitted, once there is the following error: {error}",
  456. "saveDefaultMenuData": "Save as default menu settings",
  457. "clearDefaultMenuData": "Clear the default menu settings",
  458. "saveDefaultMenuDataInfor": "After saving the default menu settings, users who have not made personalized menu settings will display the menu according to this setting.",
  459. "saveDefaultMenuDataSuccess": "The default menu settings were saved successfully",
  460. "clearDefaultMenuDataSuccess": "The default menu settings have been cleared",
  461. "clearDefaultMenuDataConfirm": "Are you sure to clear the default menu settings?",
  462. "loadDefaultMenuData": "Load Default Configuration",
  463. "saveForceMenuData": "Save as mandatory menu setting",
  464. "clearForceMenuData": "Clear mandatory menu settings",
  465. "saveForceMenuDataInfor": "After saving as a mandatory menu setting, all users will display the menu according to this setting, and the personalized setting will be invalid.",
  466. "saveForceMenuDataSuccess": "The default menu settings were saved successfully",
  467. "clearForceMenuDataSuccess": "Force menu settings have been cleared",
  468. "clearForceMenuDataConfirm": "Are you sure to clear the mandatory menu settings?",
  469. "loadForceMenuData": "Load Forced Configuration",
  470. "clearCustomMenuData": "Clear user personalized menu settings",
  471. "clearCustomMenuDataInfor": "The personalized menu settings of all users will be cleared and the menu will be displayed in the default way.",
  472. "clearCustomMenuDataSuccess": "User personalized menu settings have been cleared",
  473. "clearCustomMenuDataConfirm": "Are you sure you want to clear all users' personalized menu settings",
  474. "ui_index_customStyle": "Custom Style Configuration",
  475. "ui_index_customStyle_infor": "",
  476. "ui_index_customStyle_Action": "",
  477. "ui_index_enabled": "Enabled",
  478. "ui_index_disabled": "disabled "
  479. }
  480. MWF.xApplication.Setting["lp."+o2.language] = MWF.xApplication.Setting.LP