diff --git a/resource/lang/en_us.json b/resource/lang/en_us.json index 8a0b99e..eb2e1c9 100644 --- a/resource/lang/en_us.json +++ b/resource/lang/en_us.json @@ -36,12 +36,13 @@ "warning_type": "Warning type", "warning_duration": "Duration", "wait_seconds": "Wait 61 seconds...", - "write_successfully": "The config file has been filled successfully.", + "write_successfully": "Successfully written to the config file", "input_type_error": "Please check the input(q for quit).", "reading_the_file": "Reading file...", "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.", - "today": "Today" + "today": "Today", + "current_profile": "Selected profile" } diff --git a/resource/lang/zh_cn.json b/resource/lang/zh_cn.json index f6867c7..6a36ab8 100644 --- a/resource/lang/zh_cn.json +++ b/resource/lang/zh_cn.json @@ -36,12 +36,13 @@ "warning_type": "灾害类型", "warning_duration": "持续时间", "wait_seconds": "等待61秒...", - "write_successfully": "配置文件填写完成...", + "write_successfully": "成功写入到配置文件", "input_type_error": "输入错误, 请重新输入(q 退出)", "reading_the_file": "读取文件中...", "select_a_index": "选择一个索引写入文件", "input_a_city_name": "输入城市名搜索 -> 输入城市名进行搜索", "user_input": "你输入了", "fill_the_config": "填写配置文件", - "today": "今天" + "today": "今天", + "current_profile": "已选择的配置文件" }