feat: update language files

This commit is contained in:
RTAkland
2021-12-15 22:00:05 +08:00
parent c076b521c6
commit 905709808b
2 changed files with 5 additions and 3 deletions

View File

@@ -42,9 +42,10 @@
"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.", "fill_the_config": "Fill the config file.",
"today": "Today", "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."
} }

View File

@@ -46,5 +46,6 @@
"today": "今天", "today": "今天",
"current_profile": "已选择的配置文件", "current_profile": "已选择的配置文件",
"null_value": "请不要输入空值", "null_value": "请不要输入空值",
"no_result": "没有搜索到相关结果" "no_result": "没有搜索到相关结果",
"config_file_read_successfully": "配置文件读取成功"
} }