MemWeb/JSON/I18N/MemWeb.py.i18n.english.json

84 lines
6.0 KiB
JSON
Raw Normal View History

{
"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.",
"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.",
"MemWeb_common_end" : null,
"MemWeb_start" : null,
"mem_web_building" : "The 'MemWeb' app is being built...",
"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.",
"mem_web_built" : "The 'MemWeb' app was completely built.",
"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.",
"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.",
"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.",
"MemWeb_Threads_end" : null
}
}