From 95d1d8567ef3c55ca13307433c5dfb46aee5bfa5 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Tue, 16 Nov 2021 21:47:46 +0800 Subject: [PATCH] update: update new sentences --- resource/lang/en_us.json | 5 +++-- resource/lang/zh_cn.json | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/resource/lang/en_us.json b/resource/lang/en_us.json index ebae30a..0d8c095 100644 --- a/resource/lang/en_us.json +++ b/resource/lang/en_us.json @@ -37,9 +37,10 @@ "warning_duration": "Duration", "wait_seconds": "Wait 61 seconds...", "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...", "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" + "user_input": "You entered", + "fill_the_config": "Fill the configuration file." } diff --git a/resource/lang/zh_cn.json b/resource/lang/zh_cn.json index 9775017..d734b8f 100644 --- a/resource/lang/zh_cn.json +++ b/resource/lang/zh_cn.json @@ -7,7 +7,7 @@ "running": "运行中 发送模式", "send_time": "发送时间", "mail_succeed": "邮件发送成功", - "config_not_filled": "配置文件填写错误", + "config_not_filled": "有未填写项", "statement_1": "配置文件请不要随意修改", "statement_2": "本项目所有程序均使用本地网络进行请求", "statement_3": "如果使用了VPN或代理将不会生效", @@ -36,10 +36,11 @@ "warning_type": "灾害类型", "warning_duration": "持续时间", "wait_seconds": "等待61秒...", - "write_successfully": "配置文件填写完成", - "input_type_error": "输入错误, 请重新输入", + "write_successfully": "配置文件填写完成...", + "input_type_error": "输入错误, 请重新输入(q 退出)", "reading_the_file": "读取文件中...", "select_a_index": "选择一个索引写入文件", "input_a_city_name": "输入城市名搜索 -> 输入城市名进行搜索", - "user_input": "你输入了" + "user_input": "你输入了", + "fill_the_config": "填写配置文件" }