feat: update language files

This commit is contained in:
RTAkland
2021-12-16 22:27:53 +08:00
parent 9d2f1e192c
commit 0b4d36cbea
2 changed files with 8 additions and 46 deletions

View File

@@ -15,27 +15,7 @@
"debug_done": "Execution completed.", "debug_done": "Execution completed.",
"new_warning": "Get new disaster warning", "new_warning": "Get new disaster warning",
"warning_updated": "Disaster warning has been updated", "warning_updated": "Disaster warning has been updated",
"area": "Area", "wait_seconds": "Wait 60 seconds...",
"weather": "Weather",
"sender": "Sender Account",
"date": "Date",
"lowestTemp": "LowestTemp",
"highestTemp": "HighestTemp",
"wind_info": "WindSpeed/Level/Dir",
"humidity": "Humidity",
"uv_info": "UV",
"vis": "Visibility",
"pressure": "Pressure",
"cloud": "Cloud",
"subject_7": "7 Day's weather report",
"subject_3": "3 Day's weather report",
"subject_war": "Natural disaster warning",
"release_time": "Release time",
"early_warning": "Early warning",
"warning_status": "Warning status",
"warning_type": "Warning type",
"warning_duration": "Duration",
"wait_seconds": "Wait 61 seconds...",
"write_successfully": "Successfully written to the config file", "write_successfully": "Successfully written to the config file",
"input_type_error": "Please check the input(q for quit).", "input_type_error": "Please check the input(q for quit).",
"reading_the_file": "Reading file...", "reading_the_file": "Reading file...",
@@ -43,9 +23,10 @@
"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 config file.", "fill_the_config": "Fill the config file.",
"today": "Today",
"current_profile": "Selected profile", "current_profile": "Selected profile",
"null_value": "Please do not enter a null value.", "null_value": "Please do not enter a null value.",
"no_result": "Nothing has searched.", "no_result": "Nothing has searched.",
"config_file_read_successfully": "Read config file successfully." "config_file_read_successfully": "Read config file successfully.",
"language_file_read_successfully": "Multi-language module load successfully",
"language_not_filled": "Language hasn't filled, default: zh_cn"
} }

View File

@@ -15,27 +15,7 @@
"debug_done": "执行完成", "debug_done": "执行完成",
"new_warning": "获取到新的灾害预警", "new_warning": "获取到新的灾害预警",
"warning_updated": "灾害预警信息已更新", "warning_updated": "灾害预警信息已更新",
"area": "地区", "wait_seconds": "等待60秒...",
"weather": "天气",
"sender": "发送者账号",
"date": "日期",
"lowestTemp": "最低气温",
"highestTemp": "最高气温",
"wind_info": "风速/级/向",
"humidity": "空气湿度",
"uv_info": "紫外线强度",
"vis": "能见度",
"pressure": "气压",
"cloud": "云量",
"subject_7": "7天天气预报",
"subject_3": "3天天气预报",
"subject_war": "自然灾害预报",
"release_time": "发布时间",
"early_warning": "预警",
"warning_status": "灾害状态",
"warning_type": "灾害类型",
"warning_duration": "持续时间",
"wait_seconds": "等待61秒...",
"write_successfully": "成功写入到配置文件", "write_successfully": "成功写入到配置文件",
"input_type_error": "输入错误, 请重新输入(q 退出)", "input_type_error": "输入错误, 请重新输入(q 退出)",
"reading_the_file": "读取文件中...", "reading_the_file": "读取文件中...",
@@ -43,9 +23,10 @@
"input_a_city_name": "输入城市名搜索 -> 输入城市名进行搜索", "input_a_city_name": "输入城市名搜索 -> 输入城市名进行搜索",
"user_input": "你输入了", "user_input": "你输入了",
"fill_the_config": "填写配置文件", "fill_the_config": "填写配置文件",
"today": "今天",
"current_profile": "已选择的配置文件", "current_profile": "已选择的配置文件",
"null_value": "请不要输入空值", "null_value": "请不要输入空值",
"no_result": "没有搜索到相关结果", "no_result": "没有搜索到相关结果",
"config_file_read_successfully": "配置文件读取成功" "config_file_read_successfully": "配置文件读取成功",
"language_file_read_successfully": "多语言模块加载成功",
"language_not_filled": "语言选项为填写完成或填写错误, 默认zh_cn"
} }