diff --git a/resource/lang/en_us.json b/resource/lang/en_us.json index 0d8c095..8a0b99e 100644 --- a/resource/lang/en_us.json +++ b/resource/lang/en_us.json @@ -42,5 +42,6 @@ "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 configuration file.", + "today": "Today" } diff --git a/resource/lang/zh_cn.json b/resource/lang/zh_cn.json index d734b8f..f6867c7 100644 --- a/resource/lang/zh_cn.json +++ b/resource/lang/zh_cn.json @@ -42,5 +42,6 @@ "select_a_index": "选择一个索引写入文件", "input_a_city_name": "输入城市名搜索 -> 输入城市名进行搜索", "user_input": "你输入了", - "fill_the_config": "填写配置文件" + "fill_the_config": "填写配置文件", + "today": "今天" }