From 90e4076a8adf5dac4384f10d9ce22398580eaf34 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期三, 09 七月 2025 17:27:06 +0800 Subject: [PATCH] 5601列表页面中的内容变化处理,自定义表单的set_dlg_attr_show --- locale/en.json | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/locale/en.json b/locale/en.json index ad1702e..c2b8b72 100644 --- a/locale/en.json +++ b/locale/en.json @@ -60,7 +60,14 @@ "sys.select": "Select", "sys.please": "please", - "page.input_server": "Please enter the server", + "page.server": "Server", + "page.mobox3_app_type": "Mobox3 PDA application types", + "page.mobox3_port": "Mobox3 service port", + "page.mobox3_bind_classes_when_logging_in": "Bind classes when logging in to mobox3", + "page.bind_class": "Bind classes", + "page.interface_large_mode": "Large mode interface", + "page.classes": "Classes", + "page.input_server": "Please enter the server", "page.set_server": "Set up services", "page.tip_app_update": "Is there a new version of the system that needs to be updated?", "page.tip_no_web_server": "Website address not entered, please reconfigure input", @@ -70,6 +77,8 @@ "page.tip_get_file_fail_last": "file", "page.update_success": "Update success", "page.update_fail": "Update failed", + "page.get_classes_fail": "Failed to obtain shift information", + "page.please_login_after_admin_add_classes": "The shift list is empty. Please contact the administrator to add a shift before logging in!", "page.tip_no_app_param": "No parameters have been configured for this feature; please reconfigure them.", "page.select_user": "Select personnel", @@ -88,6 +97,7 @@ "page.execute_after_delete_event_failed": "Failed to execute 'after_delete' event", "page.execute_query_event_failed": "Failed to execute 'Query_Event' event", "page.icon_click_event_empty": "The icon click event is null", + "page.icon_click_callback_empty": "Icon click callback event is empty", "page.after_select_event_empty": "鈥榓fter_select鈥�event is null", "page.before_select_event_empty": "鈥榖efore_select鈥�event is null", "page.tip_action_unprocessed": "This action has not been processed yet", @@ -107,14 +117,17 @@ "page.are_you_sure_clear_last": "Continuing the operation will clear them. Do you want to continue?", "page.tip_no_data_first": "There is no data in", "page.tip_no_data_last": "!", + "page.are_you_sure_clear_data": "There is already data in the list. Continuing the operation will clear it. Do you want to continue?", "page.execute_event_success": "Successfully executed event", "page.are_you_sure_delete_sorted_data": "Are you sure to delete the sorted data?", "page.are_you_sure_delete_coded_disk_data": "Are you sure to delete the encoded disk data?锛�, "page.tip_no_set_edit_wnd": "No editing window style set", "page.cannot_empty": "Cannot be empty", "page.required": "Required", - "page.cannot_rlated_function": "Do not support jumping to function points", + "page.cannot_related_function": "Do not support jumping to function points", "page.function_not_exist": "Function point does not exist!", "page.function_not_edit_dlg": "This function point does not have an editing window configured!", - "page.no_find_attr_diaplay": "No attributes found to display!" + "page.no_find_attr_diaplay": "No attributes found to display!", + "page.illegal_dividend": "Illegal dividend ", + "page.unrecognized_operator": "unrecognized operator " } \ No newline at end of file -- Gitblit v1.9.1