From 396e02285064b692087dbd206b02046394c42fb8 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Sat, 20 Nov 2021 20:21:52 +0800 Subject: [PATCH] feat: added two sentences --- resource/lang/en_us.json | 4 +++- resource/lang/zh_cn.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/resource/lang/en_us.json b/resource/lang/en_us.json index eb2e1c9..bf921e3 100644 --- a/resource/lang/en_us.json +++ b/resource/lang/en_us.json @@ -44,5 +44,7 @@ "user_input": "You entered", "fill_the_config": "Fill the configuration file.", "today": "Today", - "current_profile": "Selected profile" + "current_profile": "Selected profile", + "null_value": "Please do not enter a null value.", + "no_result": "Nothing has searched." } diff --git a/resource/lang/zh_cn.json b/resource/lang/zh_cn.json index 6a36ab8..e3dc27a 100644 --- a/resource/lang/zh_cn.json +++ b/resource/lang/zh_cn.json @@ -44,5 +44,7 @@ "user_input": "你输入了", "fill_the_config": "填写配置文件", "today": "今天", - "current_profile": "已选择的配置文件" + "current_profile": "已选择的配置文件", + "null_value": "请不要输入空值", + "no_result": "没有搜索到相关结果" }