feat: update language files

This commit is contained in:
RTAkland
2021-12-20 21:24:55 +08:00
parent c2bc49b0d4
commit ee9e4a4c0f
2 changed files with 8 additions and 3 deletions

View File

@@ -28,5 +28,8 @@
"no_result": "Nothing has searched.",
"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"
"language_not_filled": "Language hasn't filled, default: zh_cn.",
"no_location": "You haven't fill the location in the config file.",
"change_setting": "You are changing setting.",
"exit": "Exited."
}

View File

@@ -28,5 +28,7 @@
"no_result": "没有搜索到相关结果",
"config_file_read_successfully": "配置文件读取成功",
"language_file_read_successfully": "多语言模块加载成功",
"language_not_filled": "语言选项为填写完成或填写错误, 默认zh_cn"
"language_not_filled": "语言选项为填写完成或填写错误, 默认zh_cn",
"change_setting": "更改设置",
"exit": "已退出"
}