From a5d0b3f1375aa026d91cff9606981c60f7061755 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Mon, 1 Apr 2019 10:33:16 +0800 Subject: [PATCH] Update URLs --- composer.json | 2 +- resources/lang/en/admin.yml | 2 +- resources/lang/en/front-end.yml | 2 +- resources/lang/en/options.yml | 2 +- resources/lang/zh_CN/admin.yml | 2 +- resources/lang/zh_CN/front-end.yml | 2 +- resources/lang/zh_CN/options.yml | 2 +- resources/lang/zh_CN/setup.yml | 2 +- resources/views/errors/general.blade.php | 2 +- resources/views/setup/master.blade.php | 2 +- resources/views/setup/updates/master.blade.php | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 9cda8ada..d8873897 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "printempw/blessing-skin-server", + "name": "bs-community/blessing-skin-server", "description": "A web application brings your custom skins back in offline Minecraft servers.", "license": "MIT", "require": { diff --git a/resources/lang/en/admin.yml b/resources/lang/en/admin.yml index 6ca4923c..c609e71a 100644 --- a/resources/lang/en/admin.yml +++ b/resources/lang/en/admin.yml @@ -133,7 +133,7 @@ update: text: | Please choose update source according to your host's network environment. Low-speed connection between update source and your host will cause long-time loading at checking and downloading page. - To change the default update source, please refer to this wiki article. + To change the default update source, please refer to this wiki article. download: downloading: Downloading update package... diff --git a/resources/lang/en/front-end.yml b/resources/lang/en/front-end.yml index 24b9202b..f312484d 100644 --- a/resources/lang/en/front-end.yml +++ b/resources/lang/en/front-end.yml @@ -333,7 +333,7 @@ report: general: skin: Skin cape: Cape - fatalError: Fatal Error Possible solutions + fatalError: Fatal Error Possible solutions confirmLogout: Sure to log out? confirm: OK cancel: Cancel diff --git a/resources/lang/en/options.yml b/resources/lang/en/options.yml index 5a0f8644..4ccc0470 100644 --- a/resources/lang/en/options.yml +++ b/resources/lang/en/options.yml @@ -21,7 +21,7 @@ customJsCss: title: Custom CSS/JavaScript message: | The contents will be attached to <style> and <script> tags.
- - Here are some useful examples: Examples of Custom CSS JavaScript @GitHub WiKi + - Here are some useful examples: Examples of Custom CSS JavaScript @GitHub WiKi custom_css: CSS custom_js: JavaScript diff --git a/resources/lang/zh_CN/admin.yml b/resources/lang/zh_CN/admin.yml index 1cb8fa1f..56ed6bcc 100644 --- a/resources/lang/zh_CN/admin.yml +++ b/resources/lang/zh_CN/admin.yml @@ -138,7 +138,7 @@ update: text: | 请根据你的主机所在位置(国内/国外)选择更新源。 如错选至相对于你的主机速度较慢的源,可能会造成检查与下载更新页面长时间无响应。 - 如何更换更新源?点击了解详情。 + 如何更换更新源?点击了解详情。 download: downloading: 正在下载更新包 diff --git a/resources/lang/zh_CN/front-end.yml b/resources/lang/zh_CN/front-end.yml index 74b1baa7..186a8288 100644 --- a/resources/lang/zh_CN/front-end.yml +++ b/resources/lang/zh_CN/front-end.yml @@ -327,7 +327,7 @@ report: general: skin: 皮肤 cape: 披风 - fatalError: 严重错误 可能的解决方法 + fatalError: 严重错误 可能的解决方法 confirmLogout: 确定要登出吗? confirm: 确定 cancel: 取消 diff --git a/resources/lang/zh_CN/options.yml b/resources/lang/zh_CN/options.yml index dfd1a21e..9810d683 100644 --- a/resources/lang/zh_CN/options.yml +++ b/resources/lang/zh_CN/options.yml @@ -21,7 +21,7 @@ customJsCss: title: 自定义 CSS/JavaScript message: | 内容将会被追加至每个页面的 <style> 和 <script> 标签中。
- - 这里有一些有用的示例:「自定义 CSS JavaScript」功能的一些实例@GitHub WiKi + - 这里有一些有用的示例:「自定义 CSS JavaScript」功能的一些实例@GitHub WiKi custom_css: CSS custom_js: JavaScript diff --git a/resources/lang/zh_CN/setup.yml b/resources/lang/zh_CN/setup.yml index 2d6a6d6e..f080b6c7 100644 --- a/resources/lang/zh_CN/setup.yml +++ b/resources/lang/zh_CN/setup.yml @@ -78,4 +78,4 @@ wizard: integrity-check: title: 安装不完全 - description: 由于某些神秘的原因,我们无法自动完成数据库的更新。了解详情 + description: 由于某些神秘的原因,我们无法自动完成数据库的更新。了解详情 diff --git a/resources/views/errors/general.blade.php b/resources/views/errors/general.blade.php index f86422fe..e92a1da0 100644 --- a/resources/views/errors/general.blade.php +++ b/resources/views/errors/general.blade.php @@ -9,7 +9,7 @@ - + @yield('content') diff --git a/resources/views/setup/master.blade.php b/resources/views/setup/master.blade.php index de36739b..6f9368f2 100644 --- a/resources/views/setup/master.blade.php +++ b/resources/views/setup/master.blade.php @@ -11,7 +11,7 @@ - + @yield('content') diff --git a/resources/views/setup/updates/master.blade.php b/resources/views/setup/updates/master.blade.php index 20b37ae8..7364aefa 100644 --- a/resources/views/setup/updates/master.blade.php +++ b/resources/views/setup/updates/master.blade.php @@ -11,7 +11,7 @@ @yield('content')