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: 文件校验失败,请尝试重新下载