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

53 lines
3.5 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.",
"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_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.",
"MemWeb_end" : null
}
}