diff --git a/res/lang/en_us.json b/res/lang/en_us.json index bf921e3..b7df680 100644 --- a/res/lang/en_us.json +++ b/res/lang/en_us.json @@ -42,9 +42,10 @@ "select_a_index": "Select a index to write.", "input_a_city_name": "Choose a weather forecast area -> Input the city name to search.", "user_input": "You entered", - "fill_the_config": "Fill the configuration file.", + "fill_the_config": "Fill the config file.", "today": "Today", "current_profile": "Selected profile", "null_value": "Please do not enter a null value.", - "no_result": "Nothing has searched." + "no_result": "Nothing has searched.", + "config_file_read_successfully": "Read config file successfully." } diff --git a/res/lang/zh_cn.json b/res/lang/zh_cn.json index e3dc27a..437b45b 100644 --- a/res/lang/zh_cn.json +++ b/res/lang/zh_cn.json @@ -46,5 +46,6 @@ "today": "今天", "current_profile": "已选择的配置文件", "null_value": "请不要输入空值", - "no_result": "没有搜索到相关结果" + "no_result": "没有搜索到相关结果", + "config_file_read_successfully": "配置文件读取成功" }