kaori 4 лет назад
Родитель
Сommit
4a2874fb59
2 измененных файлов с 10 добавлено и 0 удалено
  1. 5 0
      resource/locales/en_US/admin/admin.json
  2. 5 0
      resource/locales/zh_CN/admin/admin.json

+ 5 - 0
resource/locales/en_US/admin/admin.json

@@ -71,6 +71,11 @@
     "use_env_var_if_empty": "If the value in the database is empty, the value of the environment variable <code>{{variable}}</code> is used.",
     "note_for_the_only_env_option": "The GCS Settings is limited by the value of environment variable.<br>To change this setting, please change to false or delete the value of the environment variable <code>{{env}}</code> ."
   },
+  "security_setting":{
+    "password_reset_by_users": "Password reset by users",
+    "enable_or_disable": "Enable / Disable",
+    "password_reset_desc": "when forgot password, users are able to reset it by themselves."
+  },
   "markdown_setting": {
     "lineBreak_header": "Line break setting",
     "lineBreak_desc": "You can change line break settings.",

+ 5 - 0
resource/locales/zh_CN/admin/admin.json

@@ -69,6 +69,11 @@
 		"disable": "停用",
 		"use_env_var_if_empty": "如果数据库中的值为空,则环境变量的值 <cod>{{variable}}</code> 启用。",
     "note_for_the_only_env_option": "The GCS settings is limited by the value of environment variable.<br>To change this setting, please change to false or delete the value of the environment variable <code>{{env}}</code> ."
+  },
+  "security_setting":{
+    "password_reset_by_users": "用户重置密码",
+    "enable_or_disable": "启用 / 停用",
+    "password_reset_desc": "忘记密码时,用户可以自行重置"
   },
 	"markdown_setting": {
 		"lineBreak_header": "换行设置",