feat: added two sentences

This commit is contained in:
RTAkland
2021-11-20 20:21:52 +08:00
parent 52a6080b2c
commit 396e022850
2 changed files with 6 additions and 2 deletions

View File

@@ -44,5 +44,7 @@
"user_input": "You entered", "user_input": "You entered",
"fill_the_config": "Fill the configuration file.", "fill_the_config": "Fill the configuration file.",
"today": "Today", "today": "Today",
"current_profile": "Selected profile" "current_profile": "Selected profile",
"null_value": "Please do not enter a null value.",
"no_result": "Nothing has searched."
} }

View File

@@ -44,5 +44,7 @@
"user_input": "你输入了", "user_input": "你输入了",
"fill_the_config": "填写配置文件", "fill_the_config": "填写配置文件",
"today": "今天", "today": "今天",
"current_profile": "已选择的配置文件" "current_profile": "已选择的配置文件",
"null_value": "请不要输入空值",
"no_result": "没有搜索到相关结果"
} }