update: update new sentences

This commit is contained in:
RTAkland
2021-11-16 21:47:46 +08:00
parent 119e9ee815
commit 95d1d8567e
2 changed files with 8 additions and 6 deletions

View File

@@ -37,9 +37,10 @@
"warning_duration": "Duration", "warning_duration": "Duration",
"wait_seconds": "Wait 61 seconds...", "wait_seconds": "Wait 61 seconds...",
"write_successfully": "The config file has been filled successfully.", "write_successfully": "The config file has been filled successfully.",
"input_type_error": "Please check the input.", "input_type_error": "Please check the input(q for quit).",
"reading_the_file": "Reading file...", "reading_the_file": "Reading file...",
"select_a_index": "Select a index to write.", "select_a_index": "Select a index to write.",
"input_a_city_name": "Choose a weather forecast area -> Input the city name to search.", "input_a_city_name": "Choose a weather forecast area -> Input the city name to search.",
"user_input": "You entered" "user_input": "You entered",
"fill_the_config": "Fill the configuration file."
} }

View File

@@ -7,7 +7,7 @@
"running": "运行中 发送模式", "running": "运行中 发送模式",
"send_time": "发送时间", "send_time": "发送时间",
"mail_succeed": "邮件发送成功", "mail_succeed": "邮件发送成功",
"config_not_filled": "配置文件填写错误", "config_not_filled": "有未填写项",
"statement_1": "配置文件请不要随意修改", "statement_1": "配置文件请不要随意修改",
"statement_2": "本项目所有程序均使用本地网络进行请求", "statement_2": "本项目所有程序均使用本地网络进行请求",
"statement_3": "如果使用了VPN或代理将不会生效", "statement_3": "如果使用了VPN或代理将不会生效",
@@ -36,10 +36,11 @@
"warning_type": "灾害类型", "warning_type": "灾害类型",
"warning_duration": "持续时间", "warning_duration": "持续时间",
"wait_seconds": "等待61秒...", "wait_seconds": "等待61秒...",
"write_successfully": "配置文件填写完成", "write_successfully": "配置文件填写完成...",
"input_type_error": "输入错误, 请重新输入", "input_type_error": "输入错误, 请重新输入(q 退出)",
"reading_the_file": "读取文件中...", "reading_the_file": "读取文件中...",
"select_a_index": "选择一个索引写入文件", "select_a_index": "选择一个索引写入文件",
"input_a_city_name": "输入城市名搜索 -> 输入城市名进行搜索", "input_a_city_name": "输入城市名搜索 -> 输入城市名进行搜索",
"user_input": "你输入了" "user_input": "你输入了",
"fill_the_config": "填写配置文件"
} }