2024-04-29 19:09:13 +00:00
{
"english" : {
"MemWeb_basic_common_start" : null ,
"load_default_settings_ok" : "The '{path}' configuration file was properly loaded." ,
"load_default_settings_error" : "There was an error with '{code}' code when trying to load the '{path}' configuration file." ,
"load_default_i18n_ok" : "The '{path}' text and language management file was correctly loaded." ,
"load_default_i18n_error" : "There was an error with '{code}' code when trying to load the '{path}' text and language management file." ,
"compile_file_ok" : "The '{path}' file was properly precompiled." ,
"compile_file_error" : "There was an error with '{code}' code when trying to load or precompile the '{path}' file." ,
"common_library_included" : "The 'common' library was included in {time}ms." ,
"minimum_libraries_done" : "All minimum work bookstores have been loaded into {time}ms." ,
"mem_web_created_in" : "The 'MemWeb' application has been created in {own_time}ms, {real_time}ms from the start of execution." ,
"MemWeb_basic_common_end" : null ,
"MemWeb_common_start" : null ,
"exception" : "Exception." ,
"key_null" : "The key is zero." ,
"key_not_string" : "The key is not a String." ,
"key_empty" : "The key is empty." ,
"key_not_key" : "The key is not a key in itself." ,
"key_exists" : "The '{key}' key is already registered." ,
"sentence_null" : "The text is null." ,
"sentence_not_string" : "The text is not a String." ,
"language_null" : "The language is null." ,
"language_not_string" : "The language is not a String." ,
"language_empty" : "The language is empty." ,
"language_not_key" : "Language is not a key." ,
"sentences_null" : "The texts are null." ,
"sentences_not_dictionary" : "The texts are not a dictionary." ,
"sentences_empty" : "The texts are empty." ,
"sentences_with_errors" : "The texts contain errors." ,
2024-05-01 13:11:54 +00:00
"object_null" : "The object is zero." ,
"object_not_class_object" : "The object is not an object that leaves a class." ,
"items_null" : "The elements are null." ,
"items_not_list" : "The elements are not a list." ,
"items_empty" : "The elements are empty." ,
"some_item_null" : "Some element is null." ,
"some_item_not_string" : "Some element is not a String." ,
"some_item_empty" : "Some element is empty." ,
"some_item_bad_characters" : "Some element has invalid characters." ,
"method_null" : "The method is null." ,
"method_not_string" : "The method is not a String." ,
"method_empty" : "The method is empty." ,
"method_bad_characters" : "The method has invalid characters." ,
"end_null" : "The 'end' method is null." ,
"end_not_function" : "The 'end' method is not a function." ,
2024-05-03 15:29:51 +00:00
"callback_null" : "Callback's null." ,
"callback_not_function" : "Callback is not a function." ,
"timer_null" : "The timer is zero." ,
"timer_not_number" : "The timer is not a numerical value." ,
"timer_lower_0" : "The timer is less than 0." ,
"sleeper_null" : "Sleeper's null." ,
"sleeper_not_number" : "Sleeper is not a numerical value." ,
"sleeper_lower_0" : "Sleeper is less than 0." ,
"bucle_null" : "The value of 'bucle' is zero." ,
"bucle_not_bool" : "The value of 'bucle' is not Boolean." ,
"start_now_null" : "The immediate starter is zero." ,
"start_now_not_bool" : "The immediate starter is not a Boolean value." ,
"autostart_null" : "The self-initiated verifier is zero." ,
"autostart_not_bool" : "The self-initiation verifier is not a Boolean value." ,
"key_bad_characters" : "The key contains invalid characters." ,
"sleeper_higher_timer" : "Sleeper is greater than the timer." ,
"i_null" : "The vector index is zero." ,
"i_not_integer" : "The vector index is not an entire numerical value." ,
"i_lower_0" : "The vector index is less than 0." ,
"i_too_high" : "The vector index is higher than the length of the same." ,
"thread_removed" : "The '{key}' process thread ({i}) was already eliminated." ,
"thread_removing" : "The '{key}' ({i}) process thread was already being deleted." ,
"thread_stopped" : "The '{key}' process thread ({i}) was already stopped." ,
"thread_already_working" : "The '{key}' process thread ({i}) was already executed." ,
"data_null" : "Data are null." ,
"data_not_dictionary" : "Data is not a dictionary." ,
"synonyms_not_data" : "Data do not have the field of synonyms ('synonyms')." ,
"synonyms_null" : "Synonyms are null." ,
"synonyms_bad_type" : "Synonyms have a bad tip." ,
"method_not_data" : "Data do not have the field of the method ('method')." ,
"method_bad_type" : "The method is wrong." ,
"root_not_data" : "Data do not have the 'root' field." ,
"root_null" : "Root is null." ,
"root_not_object_class" : "Root is neither a class nor an object." ,
"command_key_exists" : "The key to the '{key}' command already exists." ,
"some_synonym_null" : "Some synonym is null." ,
"some_synonym_not_string" : "Some synonym is not a String." ,
"some_synonym_empty" : "Some synonym is empty." ,
"some_synonym_bad_characters" : "Some synonym has invalid characters." ,
"some_method_key_null" : "Some method key is null." ,
"some_method_key_not_string" : "Some method key is not a String." ,
"some_method_key_empty" : "Some method key is empty." ,
"some_method_key_bad_characters" : "Some method key has invalid characters." ,
"method_not_function" : "The method is not a function." ,
"parameters_not_data" : "Data do not have the field of parameters ('parameters')." ,
"parameters_null" : "The parameters are null." ,
"parameters_bad_type" : "The parameters have the wrong type." ,
"special_not_data" : "Data do not have the special field ('special')." ,
"special_null" : "The special parameter is null." ,
"special_bad_type" : "The special parameter has a wrong tip." ,
"some_parameter_key_null" : "Some parameter is null." ,
"some_parameter_key_not_string" : "Some parameter is not a String." ,
"some_parameter_key_empty" : "Some parameter is empty." ,
"some_parameter_key_bad_characters" : "Some parameter has invalid characters." ,
"special_not_function" : "The special method is not a function." ,
2024-04-29 19:09:13 +00:00
"MemWeb_common_end" : null ,
2024-05-03 15:29:51 +00:00
"MemWeb_help_start" : null ,
"mem_web_terminal_help" : [
"The 'MemWeb' application is managed by JSON configuration both " ,
"cold and hot, and has a series of commands with which you can " ,
"work from the hot terminal itself. The commands are as follows: " ,
"{commands}You can search for more information by placing the " ,
"name, or any of its synonyms, of the command accompanied by the " ,
"special '-{help_key}' help call."
] ,
"mem_web_help_help" : "The '{real_key}' ({synonyms}) command will show us a general help from the use of the 'MemWeb' application terminal." ,
"mem_web_help_echo" : "The '{real_key}' ({synonyms}) command allows you to print by screen any text accompanying it." ,
"mem_web_help_close" : "The '{real_key}' ({synonyms}) command allows us to leave the application in a safe and appropriate way." ,
"MemWeb_help_end" : null ,
2024-04-29 19:09:13 +00:00
"MemWeb_start" : null ,
"mem_web_building" : "The 'MemWeb' app is being built..." ,
"mem_web_built" : "The 'MemWeb' app was completely built." ,
2024-05-01 13:11:54 +00:00
"mem_web_starting" : "The 'MemWeb' app is starting..." ,
"mem_web_already_started" : "The 'MemWeb' application was already started." ,
"mem_web_started" : "The 'MemWeb' application started completely." ,
"mem_web_started_with_errors" : "The 'MemWeb' application started with problems." ,
2024-05-03 15:29:51 +00:00
"mem_web_closing" : "The 'MemWeb' app is closing..." ,
"mem_web_already_closed" : "The MKVBBXB application was already closed." ,
"mem_web_closed" : "The 'MemWeb' application was completely closed." ,
"mem_web_closed_with_errors" : "The 'MemWeb' app closed with problems." ,
"mem_web_settings_loading" : "Settings are being loaded. .." ,
"mem_web_settings_loaded" : "The configuration was completely loaded." ,
"mem_web_i18n_loading" : "You're loading the texts..." ,
"mem_web_i18n_loaded" : "The texts were completely loaded." ,
2024-04-29 19:09:13 +00:00
"mem_web_settings_add_ok" : "The '{key}' key was correctly added to the configuration." ,
"mem_web_settings_add_error" : "There was an error with '{code}' code when trying to add the '{key}' key to the configuration." ,
"mem_web_settings_add_exception" : "There was an exception when trying to add new configuration." ,
"mem_web_i18n_add_key_ok" : "The '{key}' key was correctly added to the internationalized texts of the '{language}' language." ,
"mem_web_i18n_add_key_error" : "There was an error with '{code}' code when trying to add the '{key}' key to the internationalized texts of the '{language}' language." ,
"mem_web_i18n_add_ok" : "The '{language}' language was correctly updated to internationalized texts." ,
"mem_web_i18n_add_error" : "There was an error with '{code}' code when trying to update the internationalized texts of the '{language}' language." ,
"mem_web_i18n_add_exception" : "There was an exception in trying to update new internationalized texts." ,
2024-05-01 13:11:54 +00:00
"web_mem_launch_asynchronous_ok" : "Thus, the '{method}' method was executed correctly." ,
"web_mem_launch_asynchronous_error" : "There was an error with '{code}' code when trying to execute asynchronously and correctly the '{method}' method." ,
"web_mem_launch_asynchronous_exception" : "There was an exception when trying to execute asynchronously and correctly the '{method}' method." ,
"mem_web_launch_asynchronous_item_exception" : "There was an exception when attempting to execute the '{method}' method of the '{item}' subelement ({i})." ,
"MemWeb_end" : null ,
"MemWeb_Threads_start" : null ,
"mem_web_threads_building" : "The process thread management module of the 'MemWeb' application is being built..." ,
"mem_web_threads_built" : "The process yarn management module of the 'MemWeb' application was completely built." ,
"mem_web_threads_starting" : "The process yarn management module of the 'MemWeb' application is being started..." ,
"mem_web_threads_already_started" : "The process thread management module of the 'MemWeb' application was already started." ,
"mem_web_threads_started" : "The process thread management module of the 'MemWeb' application was completely started." ,
2024-05-03 15:29:51 +00:00
"mem_web_threads_closing" : "The process thread management module of the 'MemWeb' application is closing..." ,
"mem_web_threads_already_closed" : "The process thread management module of the 'MemWeb' application was already closed." ,
"mem_web_threads_closed" : "The process thread management module of the 'MemWeb' application was completely closed." ,
"mem_web_threads_add_exception" : "There was an exception when trying to add the new '{key}' process thread ({i})." ,
"mem_web_threads_add_error" : "There was an error with '{code}' code when trying to add the new '{key}' process thread ({i})." ,
"mem_web_threads_add_ok" : "The new '{key}' process thread ({i}) was successfully added." ,
"mem_web_threads_stop_exception" : "There was an exception when trying to stop the '{key}' process thread ({i})." ,
"mem_web_threads_stop_error" : "There was an error with '{code}' code when trying to stop the '{key}' process thread ({i})." ,
"mem_web_threads_stop_ok" : "The '{key}' ({i}) process thread was properly stopped." ,
"mem_web_threads_play_exception" : "There was an exception when trying to run the '{key}' ({i}) process thread." ,
"mem_web_threads_play_error" : "There was an error with '{code}' code when trying to run the '{key}' process thread ({i})." ,
"mem_web_threads_play_ok" : "The '{key}' process thread ({i}) was executed correctly." ,
"mem_web_threads_remove_exception" : "There was an exception when trying to remove the '{key}' process thread (MKVBNBC)." ,
"mem_web_threads_remove_error" : "There was an error with '{code}' code when trying to remove the '{key}' process thread ({i})." ,
"mem_web_threads_remove_ok" : "The '{key}' process thread ({i}) was deleted correctly." ,
"MemWeb_Threads_end" : null ,
"MemWeb_Terminal_start" : null ,
"mem_web_terminal_building" : "The command management module at the terminal of the 'MemWeb' application is being built..." ,
"mem_web_terminal_built" : "The command management module at the 'MemWeb' application terminal was completely built." ,
"mem_web_terminal_starting" : "The command management module at the terminal of the 'MemWeb' application is starting to..." ,
"mem_web_terminal_already_started" : "The command management module at the 'MemWeb' application terminal was already started." ,
"mem_web_terminal_started" : "The command management module at the 'MemWeb' application terminal was completely started." ,
"mem_web_terminal_closing" : "The command management module at the 'MemWeb' application terminal is closing..." ,
"mem_web_terminal_already_closed" : "The command management module at the 'MemWeb' application terminal was already closed." ,
"mem_web_terminal_closed" : "The command management module at the 'MemWeb' app terminal was completely closed." ,
"mem_web_terminal_add_exception" : "There was an exception when trying to add the new '{key}' command." ,
"mem_web_terminal_add_error" : "There was an error with '{code}' code when trying to add the new '{key}' command." ,
"mem_web_terminal_add_ok" : "The new '{key}' command was successfully added." ,
"mem_web_terminal_command_unknown" : "The '{key}' command is unknown." ,
"mem_web_terminal_command_unknown_parameter" : "The '{parameter}' parameter of the '{key}' ('{real_key}') command is unknown." ,
"mem_web_terminal_special_unknown" : "The '{name}' special command for the '{key}' ('{real_key}') command is unknown." ,
"MemWeb_Terminal_end" : null
2024-04-29 19:09:13 +00:00
}
}