添加 Glavo 鸣谢 (#1450)

* Create  获得加入Cato社区网络身份凭证的方法.txt

* Delete 获得加入Cato社区网络身份凭证的方法.txt

* Add files via upload

* Update AboutPage.java

* Update I18N_zh_CN.properties

* Update I18N_zh.properties

* Update I18N.properties

* Update AboutPage.java

* Update I18N_ja.properties

* Update I18N_ru.properties

* Update AboutPage.java

* Update I18N.properties

* Update I18N_ja.properties

* Update I18N_ru.properties

* Update I18N_zh.properties

* Update I18N_zh_CN.properties

Co-authored-by: Yuhui Huang <i@huangyuhui.net>
This commit is contained in:
zkitefly
2022-04-09 16:39:24 +08:00
committed by GitHub
parent f6b8fae903
commit 565fc1f7b6
7 changed files with 20 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
/* /*
* Hello Minecraft! Launcher * Hello Minecraft! Launcher
* Copyright (C) 2021 huangyuhui <huanghongxun2008@126.com> and contributors * Copyright (C) 2022 huangyuhui <huanghongxun2008@126.com> and contributors
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@@ -63,6 +63,12 @@ public class AboutPage extends StackPane {
bangbang93.setSubtitle(i18n("about.thanks_to.bangbang93.statement")); bangbang93.setSubtitle(i18n("about.thanks_to.bangbang93.statement"));
bangbang93.setExternalLink("https://bmclapi2.bangbang93.com/"); bangbang93.setExternalLink("https://bmclapi2.bangbang93.com/");
IconedTwoLineListItem glavo = new IconedTwoLineListItem();
glavo.setImage(new Image("/assets/img/glavo.jpg", 32, 32, false, true));
glavo.setTitle("Glavo");
glavo.setSubtitle(i18n("about.thanks_to.glavo.statement"));
glavo.setExternalLink("https://github.com/Glavo");
IconedTwoLineListItem gamerteam = new IconedTwoLineListItem(); IconedTwoLineListItem gamerteam = new IconedTwoLineListItem();
gamerteam.setTitle("gamerteam"); gamerteam.setTitle("gamerteam");
gamerteam.setImage(new Image("/assets/img/gamerteam.jpg", 32, 32, false, true)); gamerteam.setImage(new Image("/assets/img/gamerteam.jpg", 32, 32, false, true));
@@ -98,7 +104,7 @@ public class AboutPage extends StackPane {
contributors.setSubtitle(i18n("about.thanks_to.contributors.statement")); contributors.setSubtitle(i18n("about.thanks_to.contributors.statement"));
contributors.setExternalLink("https://github.com/huanghongxun/HMCL/graphs/contributors"); contributors.setExternalLink("https://github.com/huanghongxun/HMCL/graphs/contributors");
thanks.getContent().setAll(yushijinhun, bangbang93, mcbbs, mcmod, noin, gamerteam, redLnn, contributors); thanks.getContent().setAll(yushijinhun, bangbang93, glavo, mcbbs, mcmod, noin, gamerteam, redLnn, contributors);
} }
ComponentList community = new ComponentList(); ComponentList community = new ComponentList();

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,6 +1,6 @@
# #
# Hello Minecraft! Launcher # Hello Minecraft! Launcher
# Copyright (C) 2021 huangyuhui <huanghongxun2008@126.com> and contributors # Copyright (C) 2022 huangyuhui <huanghongxun2008@126.com> and contributors
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -36,6 +36,7 @@ about.thanks_to.bangbang93.statement=BMCLAPI download source provider.
about.thanks_to.contributors=All contributors who participated in this project via issues, pull requests, etc. about.thanks_to.contributors=All contributors who participated in this project via issues, pull requests, etc.
about.thanks_to.contributors.statement=Thanks to the open source community for supporting the Hello Minecraft! Launcher about.thanks_to.contributors.statement=Thanks to the open source community for supporting the Hello Minecraft! Launcher
about.thanks_to.gamerteam.statement=Default background image provider. about.thanks_to.gamerteam.statement=Default background image provider.
about.thanks_to.glavo.statement=Contributed a lot of technical support to HMCL
about.thanks_to.mcbbs=MCBBS about.thanks_to.mcbbs=MCBBS
about.thanks_to.mcbbs.statement=MCBBS download source provider. about.thanks_to.mcbbs.statement=MCBBS download source provider.
about.thanks_to.mcmod=mcmod.cn about.thanks_to.mcmod=mcmod.cn

View File

@@ -1,6 +1,6 @@
# #
# Hello Minecraft! Launcher # Hello Minecraft! Launcher
# Copyright (C) 2021 huangyuhui <huanghongxun2008@126.com> and contributors # Copyright (C) 2022 huangyuhui <huanghongxun2008@126.com> and contributors
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -36,6 +36,7 @@ about.thanks_to.bangbang93.statement=BMCLAPIダウンロードソースプロバ
about.thanks_to.contributors=問題、プルリクエストなどを介してこのプロジェクトに参加したすべての貢献者。 about.thanks_to.contributors=問題、プルリクエストなどを介してこのプロジェクトに参加したすべての貢献者。
about.thanks_to.contributors.statement=Hello Minecraftをサポートしてくれたオープンソースコミュニティに感謝しますランチャー about.thanks_to.contributors.statement=Hello Minecraftをサポートしてくれたオープンソースコミュニティに感謝しますランチャー
about.thanks_to.gamerteam.statement=デフォルトの背景画像プロバイダー。 about.thanks_to.gamerteam.statement=デフォルトの背景画像プロバイダー。
about.thanks_to.glavo.statement=HMCLに多くのテクニカルサポートを提供
about.thanks_to.mcbbs=MCBBS about.thanks_to.mcbbs=MCBBS
about.thanks_to.mcbbs.statement=MCBBSダウンロードソースプロバイダー。 about.thanks_to.mcbbs.statement=MCBBSダウンロードソースプロバイダー。
about.thanks_to.mcmod=mcmod.cn about.thanks_to.mcmod=mcmod.cn

View File

@@ -35,7 +35,8 @@ about.thanks_to=Отдельная благодарность
about.thanks_to.bangbang93.statement=BMCLAPI - поставщик источников скачивания. about.thanks_to.bangbang93.statement=BMCLAPI - поставщик источников скачивания.
about.thanks_to.contributors=Всем соавторам, которые участвовали в этом проекте через issues, запросы и т.д. about.thanks_to.contributors=Всем соавторам, которые участвовали в этом проекте через issues, запросы и т.д.
about.thanks_to.contributors.statement=Спасибо сообществу с открытым исходным кодом за поддержку Hello Minecraft! Launcher about.thanks_to.contributors.statement=Спасибо сообществу с открытым исходным кодом за поддержку Hello Minecraft! Launcher
about.thanks_to.gamerteam.statement=Поставщику фонового изображения по умолчанию about.thanks_to.gamerteam.statement=Поставщику фонового изображения по умолчанию.
about.thanks_to.glavo.statement=Оказал большую техническую поддержку HMCL.
about.thanks_to.mcbbs=MCBBS about.thanks_to.mcbbs=MCBBS
about.thanks_to.mcbbs.statement=MCBBS - поставщик источника скачивания about.thanks_to.mcbbs.statement=MCBBS - поставщик источника скачивания
about.thanks_to.mcmod=mcmod.cn about.thanks_to.mcmod=mcmod.cn

View File

@@ -1,6 +1,6 @@
# #
# Hello Minecraft! Launcher # Hello Minecraft! Launcher
# Copyright (C) 2021 huangyuhui <huanghongxun2008@126.com> and contributors # Copyright (C) 2022 huangyuhui <huanghongxun2008@126.com> and contributors
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -36,6 +36,7 @@ about.thanks_to.bangbang93.statement=提供 BMCLAPI 下載源,請贊助支持
about.thanks_to.contributors=所有通過 Issues、Pull Requests 等管道參與本項目的貢獻者 about.thanks_to.contributors=所有通過 Issues、Pull Requests 等管道參與本項目的貢獻者
about.thanks_to.contributors.statement=沒有開源社區的支持Hello Minecraft! Launcher 無法走到今天 about.thanks_to.contributors.statement=沒有開源社區的支持Hello Minecraft! Launcher 無法走到今天
about.thanks_to.gamerteam.statement=提供預設背景圖 about.thanks_to.gamerteam.statement=提供預設背景圖
about.thanks_to.glavo.statement=為 HMCL 貢獻許多技術支持
about.thanks_to.mcbbs=MCBBS 我的世界中文論壇 about.thanks_to.mcbbs=MCBBS 我的世界中文論壇
about.thanks_to.mcbbs.statement=提供 MCBBS 下載源 about.thanks_to.mcbbs.statement=提供 MCBBS 下載源
about.thanks_to.mcmod=MC 百科 about.thanks_to.mcmod=MC 百科

View File

@@ -1,6 +1,6 @@
# #
# Hello Minecraft! Launcher # Hello Minecraft! Launcher
# Copyright (C) 2021 huangyuhui <huanghongxun2008@126.com> and contributors # Copyright (C) 2022 huangyuhui <huanghongxun2008@126.com> and contributors
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -36,6 +36,7 @@ about.thanks_to.bangbang93.statement=提供 BMCLAPI 下载源,请赞助支持
about.thanks_to.contributors=所有通过 Issues、Pull Requests 等方式参与本项目的贡献者 about.thanks_to.contributors=所有通过 Issues、Pull Requests 等方式参与本项目的贡献者
about.thanks_to.contributors.statement=没有开源社区的支持Hello Minecraft! Launcher 无法走到今天 about.thanks_to.contributors.statement=没有开源社区的支持Hello Minecraft! Launcher 无法走到今天
about.thanks_to.gamerteam.statement=提供默认背景图 about.thanks_to.gamerteam.statement=提供默认背景图
about.thanks_to.glavo.statement=为 HMCL 贡献许多技术支持
about.thanks_to.mcbbs=MCBBS 我的世界中文论坛 about.thanks_to.mcbbs=MCBBS 我的世界中文论坛
about.thanks_to.mcbbs.statement=提供 MCBBS 下载源 about.thanks_to.mcbbs.statement=提供 MCBBS 下载源
about.thanks_to.mcmod=MC 百科 about.thanks_to.mcmod=MC 百科