From 780275f87e232418dd65a8509be75855ee3a0adb Mon Sep 17 00:00:00 2001 From: printempw Date: Tue, 21 Aug 2018 11:02:40 +0800 Subject: [PATCH] Update notice of unavailable plugins registry --- resources/lang/en/admin.yml | 2 +- resources/lang/zh_CN/admin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/admin.yml b/resources/lang/en/admin.yml index c123fdad..708965ea 100644 --- a/resources/lang/en/admin.yml +++ b/resources/lang/en/admin.yml @@ -111,7 +111,7 @@ plugins: not-found: No such plugin. market: - connection-error: Unable to connect to the plugins registry. :error + connection-error: Unable to connect to the plugins registry (to change the plugins registry URL, please refer to http://t.cn/Rk6X37l). :error non-existent: The plugin :plugin does not exist. download-failed: Unable to download the plugin. :error shasum-failed: The downloaded file failed hash check, please retry. diff --git a/resources/lang/zh_CN/admin.yml b/resources/lang/zh_CN/admin.yml index ddb49e1c..343d0958 100644 --- a/resources/lang/zh_CN/admin.yml +++ b/resources/lang/zh_CN/admin.yml @@ -110,7 +110,7 @@ plugins: not-found: 插件不存在 market: - connection-error: 无法连接至插件市场源,错误信息::error + connection-error: 无法连接至插件市场源(更换市场源请参考:http://t.cn/Rk6X37l),错误信息::error non-existent: 插件 :plugin 不存在 download-failed: 插件下载失败,错误信息::error shasum-failed: 文件校验失败,请尝试重新下载