diff --git a/resource/lang/en_us.json b/resource/lang/en_us.json index 2580ba1..ebae30a 100644 --- a/resource/lang/en_us.json +++ b/resource/lang/en_us.json @@ -35,5 +35,11 @@ "warning_status": "Warning status", "warning_type": "Warning type", "warning_duration": "Duration", - "wait_seconds": "Wait 61 seconds..." + "wait_seconds": "Wait 61 seconds...", + "write_successfully": "The config file has been filled successfully.", + "input_type_error": "Please check the input.", + "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" } diff --git a/resource/lang/zh_cn.json b/resource/lang/zh_cn.json index a55240c..9775017 100644 --- a/resource/lang/zh_cn.json +++ b/resource/lang/zh_cn.json @@ -35,5 +35,11 @@ "warning_status": "灾害状态", "warning_type": "灾害类型", "warning_duration": "持续时间", - "wait_seconds": "等待61秒..." + "wait_seconds": "等待61秒...", + "write_successfully": "配置文件填写完成", + "input_type_error": "输入错误, 请重新输入", + "reading_the_file": "读取文件中...", + "select_a_index": "选择一个索引写入文件", + "input_a_city_name": "输入城市名搜索 -> 输入城市名进行搜索", + "user_input": "你输入了" }