From 0f869cac3eec03ef2557a34542d8bff16a538a82 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 067de3ce..708168c8 100644 --- a/resources/lang/en/admin.yml +++ b/resources/lang/en/admin.yml @@ -115,7 +115,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 9f585b08..4bcb630c 100644 --- a/resources/lang/zh_CN/admin.yml +++ b/resources/lang/zh_CN/admin.yml @@ -120,7 +120,7 @@ plugins: not-found: 插件不存在 market: - connection-error: 无法连接至插件市场源,错误信息::error + connection-error: 无法连接至插件市场源(更换市场源请参考:http://t.cn/Rk6X37l),错误信息::error non-existent: 插件 :plugin 不存在 download-failed: 插件下载失败,错误信息::error shasum-failed: 文件校验失败,请尝试重新下载