@@ -2251,6 +2251,7 @@ export default {
22512251 daas_role_role_gongnengquanxian : 'Function Permission' ,
22522252 daas_role_role_yemianquanxian : 'Page Permission' ,
22532253 daas_role_role_gongnengmokuai : 'Function Module' ,
2254+ daas_role_role_no_matching_module : 'No matching modules' ,
22542255 daas_role_role_gouxuanxiangyingmo :
22552256 'Check the corresponding module to indicate that the navigation is visible to users under the current role, and enable [View All Data] to indicate that the role can view and operate all the data under this module, and if it is not checked, it can only view and operate the data created and authorized by itself data. ' ,
22562257 daas_feature_unavailable : 'Restricted Feature' ,
@@ -2280,6 +2281,76 @@ export default {
22802281 daas_cluster_engine_hostname : 'Hostname/IP' ,
22812282 daas_cluster_connection_count : 'TCP Connection Count' ,
22822283 daas_cluser_keyword_placeholder : 'Search for hostnames' ,
2284+ daas_task_rebalance_button : 'Task Rebalance' ,
2285+ daas_task_rebalance_title : 'Task Rebalance Plan' ,
2286+ daas_task_rebalance_subtitle :
2287+ 'Drag task cards onto a target engine to adjust the task distribution across engines' ,
2288+ daas_task_rebalance_online : 'Online' ,
2289+ daas_task_rebalance_offline : 'Offline' ,
2290+ daas_task_rebalance_memory : 'Memory Usage' ,
2291+ daas_task_rebalance_task_count : 'Tasks' ,
2292+ daas_task_rebalance_legend_move : 'Tasks to be moved' ,
2293+ daas_task_rebalance_legend_locked : 'Tasks that cannot be rebalanced' ,
2294+ daas_task_rebalance_cancel : 'Cancel' ,
2295+ daas_task_rebalance_confirm : 'Confirm Rebalance' ,
2296+ daas_task_rebalance_create : 'Create Rebalance' ,
2297+ daas_task_rebalance_empty : 'No tasks available for rebalancing' ,
2298+ daas_task_rebalance_create_success : 'Rebalance plan created, migration started' ,
2299+ daas_task_rebalance_type_initial_sync : 'Full' ,
2300+ daas_task_rebalance_type_cdc : 'Incremental' ,
2301+ daas_task_rebalance_type_full_cdc : 'Full + Incremental' ,
2302+ daas_task_rebalance_reason_only_one_agent :
2303+ 'At least two available engines are required' ,
2304+ daas_task_rebalance_reason_agent_offline : 'The current engine is offline' ,
2305+ daas_task_rebalance_reason_status_error :
2306+ 'The task is not running and cannot be migrated' ,
2307+ daas_task_rebalance_reason_manual_agent :
2308+ 'A fixed engine is specified and cannot be migrated' ,
2309+ daas_task_rebalance_reason_incremental :
2310+ 'Initial sync in progress, cannot be migrated' ,
2311+ daas_task_rebalance_history_title : 'Task Rebalance Records' ,
2312+ daas_task_rebalance_history_list_title : 'History' ,
2313+ daas_task_rebalance_history_empty : 'No rebalance records' ,
2314+ daas_task_rebalance_history_empty_desc :
2315+ 'Records will appear here after a rebalance' ,
2316+ daas_task_rebalance_history_detail_empty : 'Select a record on the left' ,
2317+ daas_task_rebalance_history_task_total : '{count} tasks' ,
2318+ daas_task_rebalance_history_record_creating : 'Creating' ,
2319+ daas_task_rebalance_history_record_running : 'Running' ,
2320+ daas_task_rebalance_history_record_done : 'Completed' ,
2321+ daas_task_rebalance_history_record_partial : 'Partially Completed' ,
2322+ daas_task_rebalance_history_record_cancelled : 'Cancelled' ,
2323+ daas_task_rebalance_history_record_failed : 'Failed' ,
2324+ daas_task_rebalance_history_job_pending : 'Pending' ,
2325+ daas_task_rebalance_history_job_starting : 'Starting' ,
2326+ daas_task_rebalance_history_job_stopping : 'Stopping' ,
2327+ daas_task_rebalance_history_job_ok : 'Completed' ,
2328+ daas_task_rebalance_history_job_cancelled : 'Cancelled' ,
2329+ daas_task_rebalance_history_job_invalid_agent : 'Invalid Agent' ,
2330+ daas_task_rebalance_history_job_status_error : 'Status Error' ,
2331+ daas_task_rebalance_history_job_stop_timeout : 'Stop Timeout' ,
2332+ daas_task_rebalance_history_job_start_timeout : 'Start Timeout' ,
2333+ daas_task_rebalance_history_job_failed : 'Failed' ,
2334+ daas_task_rebalance_history_stat_success : 'Success' ,
2335+ daas_task_rebalance_history_stat_failed : 'Failed' ,
2336+ daas_task_rebalance_history_stat_skipped : 'Skipped' ,
2337+ daas_task_rebalance_history_stat_running : 'Running' ,
2338+ daas_task_rebalance_history_stat_pending : 'Pending' ,
2339+ daas_task_rebalance_history_col_task : 'Task Name' ,
2340+ daas_task_rebalance_history_col_source : 'Source Engine' ,
2341+ daas_task_rebalance_history_col_target : 'Target Engine' ,
2342+ daas_task_rebalance_history_col_status : 'Status' ,
2343+ daas_task_rebalance_history_col_error : 'Error' ,
2344+ daas_task_rebalance_history_col_action : 'Action' ,
2345+ daas_task_rebalance_history_cancel : 'Cancel' ,
2346+ daas_task_rebalance_history_cancel_remaining : 'Cancel Remaining' ,
2347+ daas_task_rebalance_history_cancel_remaining_confirm :
2348+ 'Cancel the remaining {count} pending tasks? This cannot be undone.' ,
2349+ daas_task_rebalance_history_cancel_success : 'Task cancelled' ,
2350+ daas_task_rebalance_history_cancel_remaining_success :
2351+ '{count} tasks cancelled' ,
2352+ daas_task_rebalance_history_progress : 'Execution Progress' ,
2353+ page_title_task_rebalance : 'Task Rebalance' ,
22832354
22842355 webhook_alerts : 'Webhook Alerts' ,
22852356 webhook_alerts_detail : 'Webhook Alert Details' ,
0 commit comments