en_US.ts 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. const login = {
  18. test: 'Test',
  19. userName: 'Username',
  20. userName_tips: 'Please enter your username',
  21. userPassword: 'Password',
  22. userPassword_tips: 'Please enter your password',
  23. login: 'Login'
  24. }
  25. const modal = {
  26. cancel: 'Cancel',
  27. confirm: 'Confirm'
  28. }
  29. const theme = {
  30. light: 'Light',
  31. dark: 'Dark'
  32. }
  33. const userDropdown = {
  34. profile: 'Profile',
  35. password: 'Password',
  36. logout: 'Logout'
  37. }
  38. const menu = {
  39. home: 'Home',
  40. project: 'Project',
  41. resources: 'Resources',
  42. datasource: 'Datasource',
  43. monitor: 'Monitor',
  44. security: 'Security',
  45. project_overview: 'Project Overview',
  46. workflow_relation: 'Workflow Relation',
  47. workflow: 'Workflow',
  48. workflow_definition: 'Workflow Definition',
  49. workflow_instance: 'Workflow Instance',
  50. task: 'Task',
  51. task_instance: 'Task Instance',
  52. task_definition: 'Task Definition',
  53. file_manage: 'File Manage',
  54. udf_manage: 'UDF Manage',
  55. resource_manage: 'Resource Manage',
  56. function_manage: 'Function Manage',
  57. service_manage: 'Service Manage',
  58. master: 'Master',
  59. worker: 'Worker',
  60. db: 'DB',
  61. statistical_manage: 'Statistical Manage',
  62. statistics: 'Statistics',
  63. audit_log: 'Audit Log',
  64. tenant_manage: 'Tenant Manage',
  65. user_manage: 'User Manage',
  66. alarm_group_manage: 'Alarm Group Manage',
  67. alarm_instance_manage: 'Alarm Instance Manage',
  68. worker_group_manage: 'Worker Group Manage',
  69. yarn_queue_manage: 'Yarn Queue Manage',
  70. environment_manage: 'Environment Manage',
  71. token_manage: 'Token Manage',
  72. task_group_manage: 'Task Group Manage',
  73. task_group_option: 'Task Group Option',
  74. task_group_queue: 'Task Group Queue',
  75. data_quality: 'Data Quality',
  76. task_result: 'Task Result'
  77. }
  78. const home = {
  79. task_state_statistics: 'Task State Statistics',
  80. process_state_statistics: 'Process State Statistics',
  81. process_definition_statistics: 'Process Definition Statistics',
  82. number: 'Number',
  83. state: 'State'
  84. }
  85. const password = {
  86. edit_password: 'Edit Password',
  87. password: 'Password',
  88. confirm_password: 'Confirm Password',
  89. password_tips: 'Please enter your password',
  90. confirm_password_tips: 'Please enter your confirm password',
  91. two_password_entries_are_inconsistent:
  92. 'Two password entries are inconsistent',
  93. submit: 'Submit'
  94. }
  95. const profile = {
  96. profile: 'Profile',
  97. edit: 'Edit',
  98. username: 'Username',
  99. email: 'Email',
  100. phone: 'Phone',
  101. state: 'State',
  102. permission: 'Permission',
  103. create_time: 'Create Time',
  104. update_time: 'Update Time',
  105. administrator: 'Administrator',
  106. ordinary_user: 'Ordinary User',
  107. edit_profile: 'Edit Profile',
  108. username_tips: 'Please enter your username',
  109. email_tips: 'Please enter your email',
  110. email_correct_tips: 'Please enter your email in the correct format',
  111. phone_tips: 'Please enter your phone',
  112. state_tips: 'Please choose your state',
  113. enable: 'Enable',
  114. disable: 'Disable'
  115. }
  116. const monitor = {
  117. master: {
  118. cpu_usage: 'CPU Usage',
  119. memory_usage: 'Memory Usage',
  120. load_average: 'Load Average',
  121. create_time: 'Create Time',
  122. last_heartbeat_time: 'Last Heartbeat Time',
  123. directory_detail: 'Directory Detail',
  124. host: 'Host',
  125. directory: 'Directory'
  126. },
  127. worker: {
  128. cpu_usage: 'CPU Usage',
  129. memory_usage: 'Memory Usage',
  130. load_average: 'Load Average',
  131. create_time: 'Create Time',
  132. last_heartbeat_time: 'Last Heartbeat Time',
  133. directory_detail: 'Directory Detail',
  134. host: 'Host',
  135. directory: 'Directory'
  136. },
  137. db: {
  138. health_state: 'Health State',
  139. max_connections: 'Max Connections',
  140. threads_connections: 'Threads Connections',
  141. threads_running_connections: 'Threads Running Connections'
  142. },
  143. statistics: {
  144. command_number_of_waiting_for_running:
  145. 'Command Number Of Waiting For Running',
  146. failure_command_number: 'Failure Command Number',
  147. tasks_number_of_waiting_running: 'Tasks Number Of Waiting Running',
  148. task_number_of_ready_to_kill: 'Task Number Of Ready To Kill'
  149. },
  150. audit_log: {
  151. user_name: 'User Name',
  152. resource_type: 'Resource Type',
  153. project_name: 'Project Name',
  154. operation_type: 'Operation Type',
  155. create_time: 'Create Time',
  156. start_time: 'Start Time',
  157. end_time: 'End Time',
  158. user_audit: 'User Audit',
  159. project_audit: 'Project Audit',
  160. create: 'Create',
  161. update: 'Update',
  162. delete: 'Delete',
  163. read: 'Read'
  164. }
  165. }
  166. const resource = {
  167. file: {
  168. file_manage: 'File Manage',
  169. create_folder: 'Create Folder',
  170. create_file: 'Create File',
  171. upload_files: 'Upload Files',
  172. enter_keyword_tips: 'Please enter keyword',
  173. id: '#',
  174. name: 'Name',
  175. user_name: 'Resource userName',
  176. whether_directory: 'Whether directory',
  177. file_name: 'File Name',
  178. description: 'Description',
  179. size: 'Size',
  180. update_time: 'Update Time',
  181. operation: 'Operation',
  182. edit: 'Edit',
  183. rename: 'Rename',
  184. download: 'Download',
  185. delete: 'Delete',
  186. yes: 'Yes',
  187. no: 'No',
  188. folder_name: 'Folder Name',
  189. enter_name_tips: 'Please enter name',
  190. enter_description_tips: 'Please enter description',
  191. enter_content_tips: 'Please enter the resource content',
  192. file_format: 'File Format',
  193. file_content: 'File Content',
  194. delete_confirm: 'Delete?',
  195. confirm: 'Confirm',
  196. cancel: 'Cancel',
  197. success: 'Success',
  198. file_details: 'File Details',
  199. return: 'Return',
  200. save: 'Save'
  201. },
  202. udf: {
  203. udf_resources: 'UDF resources',
  204. create_folder: 'Create Folder',
  205. upload_udf_resources: 'Upload UDF Resources',
  206. id: '#',
  207. udf_source_name: 'UDF Resource Name',
  208. whether_directory: 'Whether directory',
  209. file_name: 'File Name',
  210. file_size: 'File Size',
  211. description: 'Description',
  212. create_time: 'Create Time',
  213. update_time: 'Update Time',
  214. operation: 'Operation',
  215. yes: 'Yes',
  216. no: 'No',
  217. edit: 'Edit',
  218. download: 'Download',
  219. delete: 'Delete',
  220. delete_confirm: 'Delete?',
  221. success: 'Success',
  222. folder_name: 'Folder Name',
  223. upload: 'Upload',
  224. upload_files: 'Upload Files',
  225. file_upload: 'File Upload',
  226. enter_keyword_tips: 'Please enter keyword',
  227. enter_name_tips: 'Please enter name',
  228. enter_description_tips: 'Please enter description'
  229. },
  230. function: {
  231. udf_function: 'UDF Function',
  232. create_udf_function: 'Create UDF Function',
  233. edit_udf_function: 'Create UDF Function',
  234. id: '#',
  235. udf_function_name: 'UDF Function Name',
  236. class_name: 'Class Name',
  237. type: 'Type',
  238. description: 'Description',
  239. jar_package: 'Jar Package',
  240. update_time: 'Update Time',
  241. operation: 'Operation',
  242. rename: 'Rename',
  243. edit: 'Edit',
  244. delete: 'Delete',
  245. success: 'Success',
  246. package_name: 'Package Name',
  247. udf_resources: 'UDF Resources',
  248. instructions: 'Instructions',
  249. upload_resources: 'Upload Resources',
  250. udf_resources_directory: 'UDF resources directory',
  251. delete_confirm: 'Delete?',
  252. enter_keyword_tips: 'Please enter keyword',
  253. enter_udf_unction_name_tips: 'Please enter a UDF function name',
  254. enter_package_name_tips: 'Please enter a Package name',
  255. enter_select_udf_resources_tips: 'Please select UDF resources',
  256. enter_select_udf_resources_directory_tips:
  257. 'Please select UDF resources directory',
  258. enter_instructions_tips: 'Please enter a instructions',
  259. enter_name_tips: 'Please enter name',
  260. enter_description_tips: 'Please enter description'
  261. },
  262. task_group_option: {
  263. id: 'No.',
  264. manage: 'Task group manage',
  265. option: 'Task group option',
  266. create: 'Create task group',
  267. edit: 'Edit task group',
  268. delete: 'Delete task group',
  269. view_queue: 'View the queue of the task group',
  270. switch_status: 'Switch status',
  271. code: 'Task group code',
  272. name: 'Task group name',
  273. project_name: 'Project name',
  274. resource_pool_size: 'Resource pool size',
  275. resource_pool_size_be_a_number:
  276. 'The size of the task group resource pool should be more than 1',
  277. resource_used_pool_size: 'Used resource',
  278. desc: 'Task group desc',
  279. status: 'Task group status',
  280. enable_status: 'Enable',
  281. disable_status: 'Disable',
  282. please_enter_name: 'Please enter task group name',
  283. please_enter_desc: 'Please enter task group description',
  284. please_enter_resource_pool_size:
  285. 'Please enter task group resource pool size',
  286. please_select_project: 'Please select a project',
  287. create_time: 'Create time',
  288. update_time: 'Update time',
  289. actions: 'Actions',
  290. please_enter_keywords: 'Please enter keywords'
  291. },
  292. task_group_queue: {
  293. id: 'No.',
  294. actions: 'Actions',
  295. task_name: 'Task name',
  296. task_group_name: 'Task group name',
  297. project_name: 'Project name',
  298. process_name: 'Process name',
  299. process_instance_name: 'Process instance',
  300. queue: 'Task group queue',
  301. priority: 'Priority',
  302. priority_be_a_number:
  303. 'The priority of the task group queue should be a positive number',
  304. force_starting_status: 'Starting status',
  305. in_queue: 'In queue',
  306. task_status: 'Task status',
  307. view: 'View task group queue',
  308. the_status_of_waiting: 'Waiting into the queue',
  309. the_status_of_queuing: 'Queuing',
  310. the_status_of_releasing: 'Released',
  311. modify_priority: 'Edit the priority',
  312. start_task: 'Start the task',
  313. priority_not_empty: 'The value of priority can not be empty',
  314. priority_must_be_number: 'The value of priority should be number',
  315. please_select_task_name: 'Please select a task name',
  316. create_time: 'Create time',
  317. update_time: 'Update time',
  318. edit_priority: 'Edit the task priority'
  319. }
  320. }
  321. const project = {
  322. list: {
  323. create_project: 'Create Project',
  324. edit_project: 'Edit Project',
  325. project_list: 'Project List',
  326. project_tips: 'Please enter your project',
  327. description_tips: 'Please enter your description',
  328. username_tips: 'Please enter your username',
  329. project_name: 'Project Name',
  330. project_description: 'Project Description',
  331. owned_users: 'Owned Users',
  332. workflow_define_count: 'Workflow Define Count',
  333. process_instance_running_count: 'Process Instance Running Count',
  334. description: 'Description',
  335. create_time: 'Create Time',
  336. update_time: 'Update Time',
  337. operation: 'Operation',
  338. edit: 'Edit',
  339. delete: 'Delete',
  340. confirm: 'Confirm',
  341. cancel: 'Cancel',
  342. delete_confirm: 'Delete?'
  343. },
  344. workflow: {
  345. workflow_relation: 'Workflow Relation',
  346. create_workflow: 'Create Workflow',
  347. import_workflow: 'Import Workflow',
  348. workflow_name: 'Workflow Name',
  349. current_selection: 'Current Selection',
  350. online: 'Online',
  351. offline: 'Offline',
  352. refresh: 'Refresh',
  353. show_hide_label: 'Show / Hide Label',
  354. workflow_offline: 'Workflow Offline',
  355. schedule_offline: 'Schedule Offline',
  356. schedule_start_time: 'Schedule Start Time',
  357. schedule_end_time: 'Schedule End Time',
  358. crontab_expression: 'Crontab',
  359. workflow_publish_status: 'Workflow Publish Status',
  360. schedule_publish_status: 'Schedule Publish Status',
  361. workflow_definition: 'Workflow Definition',
  362. id: '#',
  363. status: 'Status',
  364. create_time: 'Create Time',
  365. update_time: 'Update Time',
  366. description: 'Description',
  367. create_user: 'Create User',
  368. modify_user: 'Modify User',
  369. operation: 'Operation',
  370. edit: 'Edit',
  371. start: 'Start',
  372. timing: 'Timing',
  373. timezone: 'Timezone',
  374. upline: 'Online',
  375. copy_workflow: 'Copy Workflow',
  376. cron_manage: 'Cron manage',
  377. delete: 'Delete',
  378. tree_view: 'Tree View',
  379. export: 'Export',
  380. version_info: 'Version Info',
  381. version: 'Version',
  382. file_upload: 'File Upload',
  383. upload_file: 'Upload File',
  384. upload: 'Upload',
  385. file_name: 'File Name',
  386. success: 'Success',
  387. set_parameters_before_starting: 'Please set the parameters before starting',
  388. set_parameters_before_timing: 'Set parameters before timing',
  389. start_and_stop_time: 'Start and stop time',
  390. next_five_execution_times: 'Next five execution times',
  391. execute_time: 'Execute time',
  392. failure_strategy: 'Failure Strategy',
  393. notification_strategy: 'Notification Strategy',
  394. workflow_priority: 'Workflow Priority',
  395. worker_group: 'Worker Group',
  396. environment_name: 'Environment Name',
  397. alarm_group: 'Alarm Group',
  398. complement_data: 'Complement Data',
  399. startup_parameter: 'Startup Parameter',
  400. whether_dry_run: 'Whether Dry-Run',
  401. continue: 'Continue',
  402. end: 'End',
  403. none_send: 'None',
  404. success_send: 'Success',
  405. failure_send: 'Failure',
  406. all_send: 'All',
  407. whether_complement_data: 'Whether it is a complement process?',
  408. schedule_date: 'Schedule date',
  409. mode_of_execution: 'Mode of execution',
  410. serial_execution: 'Serial execution',
  411. parallel_execution: 'Parallel execution',
  412. parallelism: 'Parallelism',
  413. custom_parallelism: 'Custom Parallelism',
  414. please_enter_parallelism: 'Please enter Parallelism',
  415. please_choose: 'Please Choose',
  416. start_time: 'Start Time',
  417. end_time: 'End Time',
  418. crontab: 'Crontab',
  419. delete_confirm: 'Delete?',
  420. enter_name_tips: 'Please enter name',
  421. confirm_switch_version: 'Confirm Switch To This Version?',
  422. current_version: 'Current Version'
  423. },
  424. task: {
  425. task_name: 'Task Name',
  426. task_type: 'Task Type',
  427. create_task: 'Create Task',
  428. workflow_instance: 'Workflow Instance',
  429. workflow_name: 'Workflow Name',
  430. workflow_name_tips: 'Please select workflow name',
  431. workflow_state: 'Workflow State',
  432. version: 'Version',
  433. current_version: 'Current Version',
  434. switch_version: 'Switch To This Version',
  435. confirm_switch_version: 'Confirm Switch To This Version?',
  436. description: 'Description',
  437. move: 'Move',
  438. upstream_tasks: 'Upstream Tasks',
  439. executor: 'Executor',
  440. node_type: 'Node Type',
  441. state: 'State',
  442. submit_time: 'Submit Time',
  443. start_time: 'Start Time',
  444. create_time: 'Create Time',
  445. update_time: 'Update Time',
  446. end_time: 'End Time',
  447. duration: 'Duration',
  448. retry_count: 'Retry Count',
  449. dry_run_flag: 'Dry Run Flag',
  450. host: 'Host',
  451. operation: 'Operation',
  452. edit: 'Edit',
  453. delete: 'Delete',
  454. delete_confirm: 'Delete?',
  455. submitted_success: 'Submitted Success',
  456. running_execution: 'Running Execution',
  457. ready_pause: 'Ready Pause',
  458. pause: 'Pause',
  459. ready_stop: 'Ready Stop',
  460. stop: 'Stop',
  461. failure: 'Failure',
  462. success: 'Success',
  463. need_fault_tolerance: 'Need Fault Tolerance',
  464. kill: 'Kill',
  465. waiting_thread: 'Waiting Thread',
  466. waiting_depend: 'Waiting Depend',
  467. delay_execution: 'Delay Execution',
  468. forced_success: 'Forced Success',
  469. serial_wait: 'Serial Wait',
  470. view_log: 'View Log',
  471. download_log: 'Download Log'
  472. },
  473. dag: {
  474. create: 'Create Workflow',
  475. search: 'Search',
  476. download_png: 'Download PNG',
  477. fullscreen_open: 'Open Fullscreen',
  478. fullscreen_close: 'Close Fullscreen',
  479. save: 'Save',
  480. close: 'Close',
  481. format: 'Format',
  482. layout_type: 'Layout Type',
  483. grid_layout: 'Grid',
  484. dagre_layout: 'Dagre',
  485. rows: 'Rows',
  486. cols: 'Cols'
  487. }
  488. }
  489. const security = {
  490. tenant: {
  491. tenant_manage: 'Tenant Manage',
  492. create_tenant: 'Create Tenant',
  493. search_tips: 'Please enter keywords',
  494. num: 'Serial number',
  495. tenant_code: 'Operating System Tenant',
  496. description: 'Description',
  497. queue_name: 'QueueName',
  498. create_time: 'Create Time',
  499. update_time: 'Update Time',
  500. actions: 'Operation',
  501. edit_tenant: 'Edit Tenant',
  502. tenant_code_tips: 'Please enter the operating system tenant',
  503. queue_name_tips: 'Please select queue',
  504. description_tips: 'Please enter a description',
  505. delete_confirm: 'Delete?',
  506. edit: 'Edit',
  507. delete: 'Delete'
  508. },
  509. alarm_group: {
  510. create_alarm_group: 'Create Alarm Group',
  511. edit_alarm_group: 'Edit Alarm Group',
  512. search_tips: 'Please enter keywords',
  513. alert_group_name_tips: 'Please enter your alert group name',
  514. alarm_plugin_instance: 'Alarm Plugin Instance',
  515. alarm_plugin_instance_tips: 'Please select alert plugin instance',
  516. alarm_group_description_tips: 'Please enter your alarm group description',
  517. alert_group_name: 'Alert Group Name',
  518. alarm_group_description: 'Alarm Group Description',
  519. create_time: 'Create Time',
  520. update_time: 'Update Time',
  521. operation: 'Operation',
  522. delete_confirm: 'Delete?',
  523. edit: 'Edit',
  524. delete: 'Delete'
  525. },
  526. worker_group: {
  527. create_worker_group: 'Create Worker Group',
  528. edit_worker_group: 'Edit Worker Group',
  529. search_tips: 'Please enter keywords',
  530. operation: 'Operation',
  531. delete_confirm: 'Delete?',
  532. edit: 'Edit',
  533. delete: 'Delete',
  534. group_name: 'Group Name',
  535. group_name_tips: 'Please enter your group name',
  536. worker_addresses: 'Worker Addresses',
  537. worker_addresses_tips: 'Please select worker addresses',
  538. create_time: 'Create Time',
  539. update_time: 'Update Time'
  540. },
  541. yarn_queue: {
  542. create_queue: 'Create Queue',
  543. edit_queue: 'Edit Queue',
  544. search_tips: 'Please enter keywords',
  545. queue_name: 'Queue Name',
  546. queue_value: 'Queue Value',
  547. create_time: 'Create Time',
  548. update_time: 'Update Time',
  549. operation: 'Operation',
  550. edit: 'Edit',
  551. queue_name_tips: 'Please enter your queue name',
  552. queue_value_tips: 'Please enter your queue value'
  553. },
  554. environment: {
  555. create_environment: 'Create Environment',
  556. edit_environment: 'Edit Environment',
  557. search_tips: 'Please enter keywords',
  558. edit: 'Edit',
  559. delete: 'Delete',
  560. environment_name: 'Environment Name',
  561. environment_config: 'Environment Config',
  562. environment_desc: 'Environment Desc',
  563. worker_groups: 'Worker Groups',
  564. create_time: 'Create Time',
  565. update_time: 'Update Time',
  566. operation: 'Operation',
  567. delete_confirm: 'Delete?',
  568. environment_name_tips: 'Please enter your environment name',
  569. environment_config_tips: 'Please enter your environment config',
  570. environment_description_tips: 'Please enter your environment description',
  571. worker_group_tips: 'Please select worker group'
  572. },
  573. token: {
  574. create_token: 'Create Token',
  575. edit_token: 'Edit Token',
  576. search_tips: 'Please enter keywords',
  577. user: 'User',
  578. user_tips: 'Please select user',
  579. token: 'Token',
  580. token_tips: 'Please enter your token',
  581. expiration_time: 'Expiration Time',
  582. expiration_time_tips: 'Please select expiration time',
  583. create_time: 'Create Time',
  584. update_time: 'Update Time',
  585. operation: 'Operation',
  586. edit: 'Edit',
  587. delete: 'Delete',
  588. delete_confirm: 'Delete?'
  589. },
  590. user: {
  591. user_manage: 'User Manage',
  592. create_user: 'Create User',
  593. update_user: 'Update User',
  594. delete_user: 'Delete User',
  595. delete_confirm: 'Are you sure to delete?',
  596. delete_confirm_tip:
  597. 'Deleting user is a dangerous operation,please be careful',
  598. index: 'Index',
  599. username: 'Username',
  600. username_exists: 'The username already exists',
  601. username_rule_msg: 'Please enter username',
  602. user_password: 'Please enter password',
  603. user_password_rule_msg:
  604. 'Please enter a password containing letters and numbers with a length between 6 and 20',
  605. user_type: 'User Type',
  606. tenant_code: 'Tenant',
  607. tenant_id_rule_msg: 'Please select tenant',
  608. queue: 'Queue',
  609. email: 'Email',
  610. email_rule_msg: 'Please enter valid email',
  611. phone: 'Phone',
  612. phone_rule_msg: 'Please enter valid phone number',
  613. state: 'State',
  614. state_enabled: 'Enabled',
  615. state_disabled: 'Disabled',
  616. create_time: 'Create Time',
  617. update_time: 'Update Time',
  618. operation: 'Operation',
  619. edit: 'Edit',
  620. delete: 'Delete',
  621. save_error_msg: 'Failed to save, please retry',
  622. delete_error_msg: 'Failed to delete, please retry'
  623. },
  624. alarm_instance: {
  625. search_input_tips: 'Please input the keywords',
  626. alarm_instance_manage: 'Alarm instance manage',
  627. alarm_instance: 'Alarm Instance',
  628. serial_number: '#',
  629. alarm_instance_name: 'Alarm instance name',
  630. alarm_instance_name_tips: 'Please enter alarm plugin instance name',
  631. alarm_plugin_name: 'Alarm plugin name',
  632. create_time: 'Create Time',
  633. update_time: 'Update Time',
  634. operation: 'Operation',
  635. edit: 'Edit',
  636. delete: 'Delete',
  637. confirm: 'Confirm',
  638. cancel: 'Cancel',
  639. submit: 'Submit',
  640. create: 'Create',
  641. select_plugin: 'Select plugin',
  642. select_plugin_tips: 'Select Alarm plugin',
  643. instance_parameter_exception: 'Instance parameter exception',
  644. WebHook: 'WebHook',
  645. webHook: 'WebHook',
  646. IsEnableProxy: 'Enable Proxy',
  647. Proxy: 'Proxy',
  648. Port: 'Port',
  649. User: 'User',
  650. corpId: 'CorpId',
  651. secret: 'Secret',
  652. Secret: 'Secret',
  653. users: 'Users',
  654. userSendMsg: 'UserSendMsg',
  655. agentId: 'AgentId',
  656. showType: 'Show Type',
  657. receivers: 'Receivers',
  658. receiverCcs: 'ReceiverCcs',
  659. serverHost: 'SMTP Host',
  660. serverPort: 'SMTP Port',
  661. sender: 'Sender',
  662. enableSmtpAuth: 'SMTP Auth',
  663. Password: 'Password',
  664. starttlsEnable: 'SMTP STARTTLS Enable',
  665. sslEnable: 'SMTP SSL Enable',
  666. smtpSslTrust: 'SMTP SSL Trust',
  667. url: 'URL',
  668. requestType: 'Request Type',
  669. headerParams: 'Headers',
  670. bodyParams: 'Body',
  671. contentField: 'Content Field',
  672. Keyword: 'Keyword',
  673. userParams: 'User Params',
  674. path: 'Script Path',
  675. type: 'Type',
  676. sendType: 'Send Type',
  677. username: 'Username',
  678. botToken: 'Bot Token',
  679. chatId: 'Channel Chat Id',
  680. parseMode: 'Parse Mode'
  681. }
  682. }
  683. const datasource = {
  684. datasource: 'DataSource',
  685. create_datasource: 'Create DataSource',
  686. search_input_tips: 'Please input the keywords',
  687. serial_number: '#',
  688. datasource_name: 'Datasource Name',
  689. datasource_name_tips: 'Please enter datasource name',
  690. datasource_user_name: 'Owner',
  691. datasource_type: 'Datasource Type',
  692. datasource_parameter: 'Datasource Parameter',
  693. description: 'Description',
  694. description_tips: 'Please enter description',
  695. create_time: 'Create Time',
  696. update_time: 'Update Time',
  697. operation: 'Operation',
  698. click_to_view: 'Click to view',
  699. delete: 'Delete',
  700. confirm: 'Confirm',
  701. cancel: 'Cancel',
  702. create: 'Create',
  703. edit: 'Edit',
  704. success: 'Success',
  705. test_connect: 'Test Connect',
  706. ip: 'IP',
  707. ip_tips: 'Please enter IP',
  708. port: 'Port',
  709. port_tips: 'Please enter port',
  710. database_name: 'Database Name',
  711. database_name_tips: 'Please enter database name',
  712. oracle_connect_type: 'ServiceName or SID',
  713. oracle_connect_type_tips: 'Please select serviceName or SID',
  714. oracle_service_name: 'ServiceName',
  715. oracle_sid: 'SID',
  716. jdbc_connect_parameters: 'jdbc connect parameters',
  717. principal_tips: 'Please enter Principal',
  718. krb5_conf_tips:
  719. 'Please enter the kerberos authentication parameter java.security.krb5.conf',
  720. keytab_username_tips:
  721. 'Please enter the kerberos authentication parameter login.user.keytab.username',
  722. keytab_path_tips:
  723. 'Please enter the kerberos authentication parameter login.user.keytab.path',
  724. format_tips: 'Please enter format',
  725. connection_parameter: 'connection parameter',
  726. user_name: 'User Name',
  727. user_name_tips: 'Please enter your username',
  728. user_password: 'Password',
  729. user_password_tips: 'Please enter your password'
  730. }
  731. const data_quality = {
  732. task_result: {
  733. task_name: 'Task Name',
  734. workflow_instance: 'Workflow Instance',
  735. rule_type: 'Rule Type',
  736. rule_name: 'Rule Name',
  737. state: 'State',
  738. actual_value: 'Actual Value',
  739. excepted_value: 'Excepted Value',
  740. check_type: 'Check Type',
  741. operator: 'Operator',
  742. threshold: 'Threshold',
  743. failure_strategy: 'Failure Strategy',
  744. excepted_value_type: 'Excepted Value Type',
  745. error_output_path: 'Error Output Path',
  746. username: 'Username',
  747. create_time: 'Create Time',
  748. update_time: 'Update Time',
  749. undone: 'Undone',
  750. success: 'Success',
  751. failure: 'Failure',
  752. single_table: 'Single Table',
  753. single_table_custom_sql: 'Single Table Custom Sql',
  754. multi_table_accuracy: 'Multi Table Accuracy',
  755. multi_table_comparison: 'Multi Table Comparison',
  756. expected_and_actual_or_expected: '(Expected - Actual) / Expected x 100%',
  757. expected_and_actual: 'Expected - Actual',
  758. actual_and_expected: 'Actual - Expected',
  759. actual_or_expected: 'Actual / Expected x 100%'
  760. }
  761. }
  762. export default {
  763. login,
  764. modal,
  765. theme,
  766. userDropdown,
  767. menu,
  768. home,
  769. password,
  770. profile,
  771. monitor,
  772. resource,
  773. project,
  774. security,
  775. datasource,
  776. data_quality
  777. }