|
| 1 | +from je_editor import english_word_dict |
| 2 | + |
| 3 | + |
| 4 | +def update_english_word_dict(): |
| 5 | + english_word_dict.update( |
| 6 | + { |
| 7 | + # application name |
| 8 | + "automation_editor_application_name": "Automation Editor", |
| 9 | + # Menubar |
| 10 | + "automation_menu_label": "Automation", |
| 11 | + "install_menu_label": "Install", |
| 12 | + # Normal label |
| 13 | + "run_label": "Run", |
| 14 | + "help_label": "HELP", |
| 15 | + "project_label": "Project", |
| 16 | + # APITestka Menu |
| 17 | + "apitestka_menu_label": "APITestka", |
| 18 | + "apitestka_run_script_label": "Run APITestka Script", |
| 19 | + "apitestka_run_script_with_send_label": "Run APITestka With Send", |
| 20 | + "apitestka_run_multi_script_label": "Run Multi APITestka Script", |
| 21 | + "apitestka_run_multi_script_with_send_label": "Run Multi APITestka Script With Send", |
| 22 | + "apitestka_doc_label": "Open APITestka Doc", |
| 23 | + "apitestka_doc_tab_label": "APITestka Doc", |
| 24 | + "apitestka_github_label": "Open APITestka GitHub", |
| 25 | + "apitestka_github_tab_label": "APITestka GitHub", |
| 26 | + "apitestka_create_project_label": "Create APITestka Project", |
| 27 | + # Autocontrol Menu |
| 28 | + "autocontrol_menu_label": "Autocontrol", |
| 29 | + "autocontrol_run_script_label": "Run Autocontrol Script", |
| 30 | + "autocontrol_run_script_with_send_label": "Run Autocontrol With Send", |
| 31 | + "autocontrol_run_multi_script_label": "Run Multi Autocontrol Script", |
| 32 | + "autocontrol_run_multi_script_with_send_label": "Run Multi Autocontrol Script With Send", |
| 33 | + "autocontrol_doc_label": "Open Autocontrol Doc", |
| 34 | + "autocontrol_doc_tab_label": "Autocontrol Doc", |
| 35 | + "autocontrol_github_label": "Open Autocontrol GitHub", |
| 36 | + "autocontrol_github_tab_label": "Autocontrol GitHub", |
| 37 | + "autocontrol_create_project_label": "Create Autocontrol Project", |
| 38 | + "autocontrol_record_menu_label": "Record", |
| 39 | + "autocontrol_record_start_label": "Record Start", |
| 40 | + "autocontrol_record_stop_label": "Record Stop", |
| 41 | + # File Automation Menu |
| 42 | + "file_automation_menu_label": "FileAutomation", |
| 43 | + "file_automation_run_script_label": "Run FileAutomation Script", |
| 44 | + "file_automation_run_script_with_send_label": "Run FileAutomation With Send", |
| 45 | + "file_automation_run_multi_script_label": "Run Multi FileAutomation Script", |
| 46 | + "file_automation_run_multi_script_with_send_label": "Run Multi FileAutomation Script With Send", |
| 47 | + "file_automation_doc_label": "Open FileAutomation Doc", |
| 48 | + "file_automation_doc_tab_label": "FileAutomation Doc", |
| 49 | + "file_automation_github_label": "Open FileAutomation GitHub", |
| 50 | + "file_automation_github_tab_label": "FileAutomation GitHub", |
| 51 | + "file_automation_create_project_label": "Create FileAutomation Project", |
| 52 | + # Load Density Menu |
| 53 | + "load_density_menu_label": "LoadDensity", |
| 54 | + "load_density_run_script_label": "Run LoadDensity Script", |
| 55 | + "load_density_run_script_with_send_label": "Run LoadDensity With Send", |
| 56 | + "load_density_run_multi_script_label": "Run Multi LoadDensity Script", |
| 57 | + "load_density_run_multi_script_with_send_label": "Run Multi LoadDensity Script With Send", |
| 58 | + "load_density_doc_label": "Open LoadDensity Doc", |
| 59 | + "load_density_doc_tab_label": "LoadDensity Doc", |
| 60 | + "load_density_github_label": "Open LoadDensity GitHub", |
| 61 | + "load_density_github_tab_label": "LoadDensity GitHub", |
| 62 | + "load_density_create_project_label": "Create LoadDensity Project", |
| 63 | + # Mail Thunder Menu |
| 64 | + "mail_thunder_menu_label": "MailThunder", |
| 65 | + "mail_thunder_run_script_label": "Run MailThunder Script", |
| 66 | + "mail_thunder_doc_label": "Open MailThunder Doc", |
| 67 | + "mail_thunder_doc_tab_label": "MailThunder Doc", |
| 68 | + "mail_thunder_github_label": "Open MailThunder GitHub", |
| 69 | + "mail_thunder_github_tab_label": "MailThunder GitHub", |
| 70 | + "mail_thunder_create_project_label": "Create MailThunder Project", |
| 71 | + # Webrunner Menu |
| 72 | + "web_runner_menu_label": "WebRunner", |
| 73 | + "web_runner_run_script_label": "Run WebRunner Script", |
| 74 | + "web_runner_run_script_with_send_label": "Run WebRunner With Send", |
| 75 | + "web_runner_run_multi_script_label": "Run Multi WebRunner Script", |
| 76 | + "web_runner_run_multi_script_with_send_label": "Run Multi WebRunner Script With Send", |
| 77 | + "web_runner_doc_label": "Open WebRunner Doc", |
| 78 | + "web_runner_doc_tab_label": "WebRunner Doc", |
| 79 | + "web_runner_github_label": "Open WebRunner GitHub", |
| 80 | + "web_runner_github_tab_label": "WebRunner GitHub", |
| 81 | + "web_runner_create_project_label": "Create WebRunner Project", |
| 82 | + # Install Menu |
| 83 | + "install_menu_autocontrol": "Install AutoControl", |
| 84 | + "install_menu_apitestka": "Install APITestka", |
| 85 | + "install_menu_loaddensity": "Install LoadDensity", |
| 86 | + "install_menu_webrunner": "Install WebRunner", |
| 87 | + "install_menu_automation_file": "Install Automation File", |
| 88 | + "install_menu_mail_thunder": "Install MailThunder", |
| 89 | + "install_menu_tools_install_menu_label": "Tools", |
| 90 | + "install_menu_tools_install_build_tools": "Install Build Tools", |
| 91 | + # Tools Menu |
| 92 | + "tools_menu_re_edge_gpt_label": "ReEdgeGPT", |
| 93 | + "tools_menu_re_edge_gpt_doc_label": "Open ReEdgeGPT Doc", |
| 94 | + "tools_menu_re_edge_gpt_doc_tab_label": "ReEdgeGPT Doc", |
| 95 | + "tools_menu_re_edge_gpt_github_label": "Open ReEdgeGPT GitHub", |
| 96 | + "tools_menu_re_edge_gpt_github_tab_label": "ReEdgeGPT GitHub", |
| 97 | + } |
| 98 | + ) |
0 commit comments