AiDataTaskRuner/FilesInstaler/res/language_en.txt

446 lines
40 KiB
Text

2026-03-25 09:39:28 -05:00
<EFBFBD><EFBFBD>//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
2026-03-26 11:23:24 -05:00
2026-03-25 09:39:28 -05:00
[Common]
error="AiDataTaskRunnerByLeo Error"
2026-03-13 11:50:43 -05:00
info="AiDataTaskRunnerByLeo Info"
2026-04-08 07:46:28 -05:00
warning="AiDataTaskRunnerByLeo Warning"
2026-03-13 11:50:43 -05:00
2026-03-21 08:31:12 -05:00
//---
2026-03-17 07:50:47 -05:00
2026-03-13 11:50:43 -05:00
// Tab base
[CProgram]
2026-03-26 11:23:24 -05:00
2026-03-13 11:50:43 -05:00
m_window="AiDataTaskRunner by leo"
2026-03-21 08:31:12 -05:00
m_tabs="Generate Data|Feature Editor|Training|AI Chat|Utils|Workflows|Config|About"
2026-03-13 11:50:43 -05:00
//+------------------------------------------------------------------+
2026-03-17 07:50:47 -05:00
//| |
2026-03-13 11:50:43 -05:00
//+------------------------------------------------------------------+
2026-03-17 07:50:47 -05:00
// About tab
2026-03-14 09:06:05 -05:00
[CTaskRunerAiTabAbout]
2026-03-17 07:50:47 -05:00
2026-03-14 09:06:05 -05:00
m_label_titulo="Nique__372 & Leo"
2026-03-17 07:50:47 -05:00
m_label_text_0="This application was created by Leo, with the goal of"
2026-03-25 06:48:29 -05:00
m_label_text_1="Automating data generation and AI model training"
2026-03-26 11:23:24 -05:00
2026-03-25 06:48:29 -05:00
m_label_text_2="Created by AiDataGenByLeo"
2026-03-26 11:23:24 -05:00
2026-03-25 06:48:29 -05:00
2026-03-13 11:50:43 -05:00
2026-03-26 11:23:24 -05:00
//+------------------------------------------------------------------+
2026-03-17 07:50:47 -05:00
//| |
//+------------------------------------------------------------------+
2026-03-13 11:50:43 -05:00
2026-03-26 11:23:24 -05:00
// Tab base
2026-03-17 07:50:47 -05:00
[CTaskRunerAiTabDGenMain]
2026-03-13 11:50:43 -05:00
2026-03-17 07:50:47 -05:00
// Tab section
2026-03-13 11:50:43 -05:00
2026-03-26 11:23:24 -05:00
m_tabs_0="Main"
2026-03-17 07:50:47 -05:00
2026-03-13 11:50:43 -05:00
m_tabs_1="Task"
2026-03-26 11:23:24 -05:00
2026-03-17 07:50:47 -05:00
2026-03-26 11:23:24 -05:00
// Main section
2026-03-17 07:50:47 -05:00
2026-03-13 11:50:43 -05:00
m_label_basic_config="Configuration"
2026-03-17 07:50:47 -05:00
m_section_bsic_buttom_save="Save"
2026-03-26 11:23:24 -05:00
m_section_bsic_buttom_save_tooltip="Saves the current configuration to a .txt file."
2026-03-17 07:50:47 -05:00
2026-03-13 11:50:43 -05:00
m_section_bsic_buttom_load="Load"
2026-03-17 07:50:47 -05:00
m_section_bsic_buttom_load_tooltip="Loads the configuration from a .txt file."
2026-03-13 11:50:43 -05:00
2026-03-26 11:23:24 -05:00
2026-03-17 07:50:47 -05:00
//---
2026-03-26 11:23:24 -05:00
2026-03-17 07:50:47 -05:00
m_section_bsic_label_files="Files to move"
2026-03-13 11:50:43 -05:00
2026-03-17 07:50:47 -05:00
m_section_bsic_label_files_val_tooltip="Selected file. This JSON file contains all the files the bot will move each time a task finishes."
2026-03-13 11:50:43 -05:00
2026-03-17 07:50:47 -05:00
m_section_bsic_btn_label_files_browse="Browse"
m_section_bsic_btn_label_files_browse_tooltip="Click here to search for the JSON file of files to move"
m_section_bsic_btn_label_files_template_tooltip="View example templates"
2026-03-26 11:23:24 -05:00
2026-03-17 07:50:47 -05:00
//---
2026-03-13 11:50:43 -05:00
m_section_bsic_edit_expert_path="Expert path: "
2026-03-17 07:50:47 -05:00
2026-03-13 15:20:27 -05:00
m_section_bsic_edit_expert_path_tooltip="Path to the Expert Advisor to test, relative to the MQL5\\Experts\\ folder."
2026-03-25 09:39:28 -05:00
2026-03-26 11:23:24 -05:00
2026-03-25 09:39:28 -05:00
m_section_bsic_edit_progres_csv_file="Progress CSV file: "
m_section_bsic_edit_progres_csv_file_tooltip="CSV file where task progress is recorded. If an error occurs, execution can be resumed from this point."
2026-03-26 11:23:24 -05:00
2026-03-25 09:39:28 -05:00
2026-03-26 11:23:24 -05:00
m_section_bsic_edit_main_folder="Main folder: "
2026-03-25 09:39:28 -05:00
2026-03-26 11:23:24 -05:00
m_section_bsic_edit_main_folder_tooltip="Root folder where generated data will be saved. Path relative to Files\\ or Common\\ depending on the bot inputs."
2026-03-25 09:39:28 -05:00
2026-03-26 11:23:24 -05:00
2026-03-25 09:39:28 -05:00
// New task
m_label_new_task="New task"
2026-03-26 11:23:24 -05:00
m_section_nt_edit_symbol="Symbol: "
m_section_nt_edit_symbol_tooltip="Name of the symbol on which the backtest will run. It must be available in the Market Watch."
2026-03-25 09:39:28 -05:00
2026-03-21 08:31:12 -05:00
m_section_nt_edit_symbol_folder="Symbol folder: "
2026-03-13 15:20:27 -05:00
m_section_nt_edit_symbol_folder_tooltip="Optional prefix to organize results for this symbol in a subfolder."
2026-03-16 17:06:27 -05:00
2026-03-17 07:50:47 -05:00
2026-03-16 17:06:27 -05:00
2026-03-21 08:31:12 -05:00
m_section_nt_combox_timerame="Timeframe: "
m_section_nt_combox_timerame_tooltip="Timeframe used in the backtest. By default uses the timeframe of the chart where the bot runs."
2026-03-16 17:06:27 -05:00
2026-03-17 07:50:47 -05:00
m_section_nt_edit_label="Label: "
2026-04-17 18:09:21 -05:00
m_section_nt_edit_label_tooltip="Optional descriptive name to identify this group of tasks."
2026-03-26 11:23:24 -05:00
2026-03-16 17:06:27 -05:00
2026-03-17 07:50:47 -05:00
2026-04-17 18:09:21 -05:00
m_section_nt_edit_label_id="Label ID: "
2026-03-17 07:50:47 -05:00
2026-03-24 17:32:45 -05:00
m_section_nt_edit_label_id_tooltip="Optional numeric identifier associated with the label of this task."
2026-04-17 18:09:21 -05:00
2026-03-26 11:23:24 -05:00
2026-03-24 17:32:45 -05:00
m_section_nt_dc_dt_start="Start date: "
2026-03-17 07:50:47 -05:00
2026-03-16 17:06:27 -05:00
m_section_nt_dc_dt_start_tooltip="Date from which the backtest will begin."
2026-04-17 18:09:21 -05:00
2026-03-16 17:06:27 -05:00
2026-03-17 07:50:47 -05:00
2026-03-16 17:06:27 -05:00
m_section_nt_dc_dt_end="End date: "
2026-03-17 07:50:47 -05:00
2026-03-16 17:06:27 -05:00
m_section_nt_dc_dt_end_tooltip="Date on which the backtest will end."
2026-03-17 07:50:47 -05:00
m_section_nt_edit_st_file="Config file: "
2026-04-17 18:09:21 -05:00
2026-03-17 07:50:47 -05:00
m_section_nt_edit_st_file_tooltip="Path to the .set file with the expert parameters. If not specified, default parameters will be used."
2026-04-17 18:09:21 -05:00
2026-03-16 17:06:27 -05:00
2026-03-17 07:50:47 -05:00
m_section_nt_buttom_add_task="+ Add task"
2026-03-21 08:31:12 -05:00
m_section_nt_buttom_add_task_tooltip="Adds the task configured above to the pending task list."
2026-04-17 18:09:21 -05:00
// Task section
m_section_buttom_pending_load="Load tasks"
m_section_buttom_pending_load_tooltip="Loads a task list from a CSV file."
m_section_buttom_pending_save="Save tasks"
m_section_buttom_pending_save_tooltip="Saves the pending task list to a CSV file."
m_section_buttom_execute_all="Run all"
m_section_buttom_execute_all_tooltip="Starts the execution of all pending tasks in queue."
m_section_buttom_clean="Clear all"
m_section_buttom_clean_tooltip="Removes all tasks from the list."
// Table headers
m_section_pending_table_header="Symbol|Symbol folder|Timeframe|Label|Label ID|From|To|Status|Edit"
//---
OnClickBottomTabMain_filesel_filesmove="Load files-to-move config"
OnClickBottomTabMain_filesel_filesmove_templates="Choose a config template"
OnClickBottomTabMain_filesel_load_config="Load configuration file"
OnClickBottomTabMain_filesel_save_config="Save configuration file"
OnClickBottomTabMain_err_browsefiles_no_sel="No JSON file selected"
OnClickBottomTabMain_err_browsefiles_files="Error using file %s, check terminal logs for the specific error"
OnClickBottomTabMain_err_filesel_no_sel="No file selected"
2026-03-21 08:31:12 -05:00
OnClickBottomTabMain_msg_add_task_ok="Task added successfully"
OnClickBottomTabMain_msg_add_task_fail="Error adding task\n%s"
OnClickBottomTabMain_msg_load_config_ok="Configuration loaded successfully"
2026-03-26 11:23:24 -05:00
2026-03-21 08:31:12 -05:00
OnClickBottomTabMain_msg_load_config_fail="Error loading configuration\n%s"
2026-03-26 11:23:24 -05:00
2026-03-21 08:31:12 -05:00
OnClickBottomTabMain_msg_save_config_ok="Configuration saved successfully"
OnClickBottomTabMain_msg_save_config_fail="Error saving configuration\n%s"
2026-03-26 11:23:24 -05:00
2026-03-21 08:31:12 -05:00
//---
OnClickBottom_filesel_load_tasks="Load tasks file"
OnClickBottom_filesel_save_tasks="Save tasks file"
OnClickBottom_err_filesel_no_sel="No file selected"
OnClickBottom_msg_load_tasks_fail="Error loading tasks\n%s"
OnClickBottom_msg_save_tasks_filter="Filter already completed or finished tasks?"
OnClickBottom_msg_save_tasks_fail="Error saving tasks\n%s"
2026-03-26 11:23:24 -05:00
2026-07-13 11:53:38 -05:00
OnClickBottom_msg_clean_tasks_fail="Error clearing tasks\n%s"
2026-03-26 11:23:24 -05:00
OnClickBottom_msg_run_tasks_empty="No tasks to run\n%s"
2026-03-21 08:31:12 -05:00
2026-03-21 12:50:21 -05:00
//+------------------------------------------------------------------+
2026-03-21 08:31:12 -05:00
//| |
2026-03-26 11:23:24 -05:00
2026-03-21 08:31:12 -05:00
//+------------------------------------------------------------------+
2026-03-26 11:23:24 -05:00
2026-03-21 12:50:21 -05:00
[CTaskRunerAiTabConfig]
2026-03-26 11:23:24 -05:00
2026-03-21 08:31:12 -05:00
m_label_titulo="Configuration"
2026-03-26 11:23:24 -05:00
m_combox_language="Language: "
2026-03-25 09:57:33 -05:00
2026-03-21 11:46:33 -05:00
m_combox_language_tooltip="Select the interface language."
2026-03-26 11:23:24 -05:00
2026-03-21 11:46:33 -05:00
//+------------------------------------------------------------------+
//| |
2026-03-26 11:23:24 -05:00
//+------------------------------------------------------------------+
[CTabLlmAgentBase]
m_label_config_tlg="Telegram Configuration"
2026-03-24 10:47:07 -05:00
2026-03-26 11:23:24 -05:00
// Base config
2026-03-24 10:47:07 -05:00
2026-03-21 11:46:33 -05:00
m_edit_bot_token="Bot Token: "
2026-03-21 08:31:12 -05:00
m_edit_bot_token_tooltip="Telegram bot token. You can get it by talking to @BotFather on Telegram."
m_edit_chat_id="Chat ID: "
2026-03-21 11:46:33 -05:00
2026-03-26 11:23:24 -05:00
m_edit_chat_id_tooltip="ID of the chat where the bot will send notifications and receive commands."
2026-03-25 18:05:47 -05:00
2026-03-21 08:31:12 -05:00
m_label_config_model="Model Configuration"
2026-03-26 11:23:24 -05:00
2026-03-21 08:31:12 -05:00
//
2026-03-26 11:23:24 -05:00
m_btn_vis_apikey_tooltip="Show and hide API key"
m_btn_vis_chat_id_tooltip="Show and hide chat ID"
2026-03-24 10:47:07 -05:00
2026-03-21 08:31:12 -05:00
m_btn_vis_bot_token_tooltip="Show and hide bot token"
// Model config
2026-03-27 17:56:22 -05:00
m_combox_models="Model: "
m_combox_models_tooltip="LLM model that will be used to process conversations."
m_edit_max_tokens="Max tokens: "
m_edit_max_tokens_tooltip="Maximum number of tokens the LLM model can return in each response."
m_edit_apikey="API Key: "
m_edit_apikey_tooltip="Access key to connect to the LLM model provider."
m_bottom_state_conecting="Connect"
m_bottom_state_conecting_tooltip="Starts the bot connection to receive Telegram messages."
m_bottom_state_conecting_d="Disconnect"
m_bottom_state_conecting_d_tooltip="Stops the bot connection with Telegram."
m_bottom_basicconfig_load="Load config"
m_bottom_basicconfig_load_tooltip="Loads saved configuration from a file."
2026-03-27 22:30:19 -05:00
m_bottom_basicconfig_save="Save config"
2026-03-27 17:56:22 -05:00
m_bottom_basicconfig_save_tooltip="Saves current configuration to a file."
m_bottom_chat_load="Load chat"
m_bottom_chat_load_tooltip="Loads a previous conversation history."
m_bottom_chat_save="Save chat"
m_bottom_chat_save_tooltip="Saves the current message history to a file."
//---
// Tabs
m_tabs_0="Telegram / API"
m_tabs_1="MCP"
2026-03-27 22:30:19 -05:00
2026-03-27 17:56:22 -05:00
// MCP - Label
m_label_tit_mcp="MCP Configuration"
// MCP - Edits
m_edit_mcp_soket_adress="Address: "
m_edit_mcp_soket_adress_tooltip="Address of the MCP server the EA will connect to."
m_edit_mcp_soket_port="Port: "
m_edit_mcp_soket_port_tooltip="MCP server port."
m_edit_mcp_ea_pool_ms="Pool interval (ms): "
m_edit_mcp_ea_pool_ms_tooltip="Interval in milliseconds at which the EA will poll the socket."
m_edit_mcp_soket_timeout_read_no_tls="Read timeout (ms): "
m_edit_mcp_soket_timeout_read_no_tls_tooltip="Read timeout in ms for non-TLS connections."
// MCP - Boton
2026-03-27 22:30:19 -05:00
2026-03-27 17:56:22 -05:00
m_btn_mcp_ea_lanzar="Launch EA"
m_btn_mcp_ea_lanzar_tooltip="Launches the MCP server EA with the configured parameters. Restarts it if already running."
// GUIBASE_MSG - OnClickBtnLLmApi
OnClickBtnLLmApi_selec_config_load="Select config to load"
OnClickBtnLLmApi_selec_config_save="Select where to save config"
OnClickBtnLLmApi_selec_chat_load="Select chat to load"
OnClickBtnLLmApi_selec_chat_save="Select where to save chat"
OnClickBtnLLmApi_err_selec_file="No file was selected"
OnClickBtnLLmApi_suces_load_config="Configuration loaded successfully"
OnClickBtnLLmApi_err_load_config="Failed to load config, check the Experts log"
OnClickBtnLLmApi_suces_save_config="Configuration saved successfully"
2026-04-08 07:46:28 -05:00
OnClickBtnLLmApi_err_save_config="Failed to save config, check the Experts log"
OnClickBtnLLmApi_suces_load_chat="Chat loaded successfully"
OnClickBtnLLmApi_err_load_chat="Failed to load chat, check the Experts log"
OnClickBtnLLmApi_succes_save_chat="Chat saved successfully"
OnClickBtnLLmApi_err_save_chat="Failed to save chat, check the Experts log"
// GUIBASE_MSG - OnClickBottom
OnClickBottom_err_mcp_not_open_c="Could not open the chart for the MCP EA"
2026-04-08 20:35:41 -05:00
2026-04-08 07:46:28 -05:00
OnClickBottom_err_mcp_empy_address="MCP server address is empty"
2026-04-08 20:35:41 -05:00
2026-04-08 08:02:56 -05:00
OnClickBottom_err_mcp_invalid_port="Invalid port, must be less than 65535 and greater than 0"
2026-04-08 07:46:28 -05:00
2026-04-08 20:35:41 -05:00
OnClickBottom_err_pool_is_too_peque<00>o="Pool interval is too small, minimum 10ms"
OnClickBottom_err_cannot_run_ea="Could not launch the MCP server EA"
2026-04-08 07:46:28 -05:00
2026-04-13 17:42:23 -05:00
2026-04-08 20:35:41 -05:00
2026-04-08 07:46:28 -05:00
//+------------------------------------------------------------------+
//| |
2026-04-08 20:35:41 -05:00
//+------------------------------------------------------------------+
[CFeaturesCodeEditor]
2026-04-13 17:42:23 -05:00
m_buttom_regenerate="Regenerate"