* Update I18N_zh_CN.properties

* Update I18N.properties

* Update I18N_es.properties

* Update I18N_ja.properties

* Update I18N_ru.properties

* Update I18N_zh.properties

* Update I18N_zh_CN.properties

* Update I18N.properties

* `(c)`->`©`

* fix

* Update AboutPage.java

* Update AboutPage.java
This commit is contained in:
zkitefly
2022-12-03 15:05:42 +08:00
committed by GitHub
parent 1ec9e41459
commit 3843002113
7 changed files with 24 additions and 24 deletions

View File

@@ -128,17 +128,17 @@ public class AboutPage extends StackPane {
{ {
IconedTwoLineListItem javafx = new IconedTwoLineListItem(); IconedTwoLineListItem javafx = new IconedTwoLineListItem();
javafx.setTitle("JavaFX"); javafx.setTitle("JavaFX");
javafx.setSubtitle("Copyright (c) 2013, 2021, Oracle and/or its affiliates.\nLicensed under the GPL 2 with Classpath Exception."); javafx.setSubtitle("Copyright © 2013, 2021, Oracle and/or its affiliates.\nLicensed under the GPL 2 with Classpath Exception.");
javafx.setExternalLink("https://openjfx.io/"); javafx.setExternalLink("https://openjfx.io/");
IconedTwoLineListItem jfoenix = new IconedTwoLineListItem(); IconedTwoLineListItem jfoenix = new IconedTwoLineListItem();
jfoenix.setTitle("JFoenix"); jfoenix.setTitle("JFoenix");
jfoenix.setSubtitle("Copyright (c) 2016 JFoenix.\nLicensed under the MIT License."); jfoenix.setSubtitle("Copyright © 2016 JFoenix.\nLicensed under the MIT License.");
jfoenix.setExternalLink("http://www.jfoenix.com/"); jfoenix.setExternalLink("http://www.jfoenix.com/");
IconedTwoLineListItem gson = new IconedTwoLineListItem(); IconedTwoLineListItem gson = new IconedTwoLineListItem();
gson.setTitle("Gson"); gson.setTitle("Gson");
gson.setSubtitle("Copyright 2008 Google Inc.\nLicensed under the Apache 2.0 License."); gson.setSubtitle("Copyright © 2008 Google Inc.\nLicensed under the Apache 2.0 License.");
gson.setExternalLink("https://github.com/google/gson"); gson.setExternalLink("https://github.com/google/gson");
IconedTwoLineListItem xz = new IconedTwoLineListItem(); IconedTwoLineListItem xz = new IconedTwoLineListItem();
@@ -148,27 +148,27 @@ public class AboutPage extends StackPane {
IconedTwoLineListItem fxgson = new IconedTwoLineListItem(); IconedTwoLineListItem fxgson = new IconedTwoLineListItem();
fxgson.setTitle("fx-gson"); fxgson.setTitle("fx-gson");
fxgson.setSubtitle("Copyright (c) 2016 Joffrey Bion.\nLicensed under the MIT License."); fxgson.setSubtitle("Copyright © 2016 Joffrey Bion.\nLicensed under the MIT License.");
fxgson.setExternalLink("https://github.com/joffrey-bion/fx-gson"); fxgson.setExternalLink("https://github.com/joffrey-bion/fx-gson");
IconedTwoLineListItem constantPoolScanner = new IconedTwoLineListItem(); IconedTwoLineListItem constantPoolScanner = new IconedTwoLineListItem();
constantPoolScanner.setTitle("Constant Pool Scanner"); constantPoolScanner.setTitle("Constant Pool Scanner");
constantPoolScanner.setSubtitle("Copyright 1997-2010 Oracle and/or its affiliates.\nLicensed under the GPL 2 or the CDDL."); constantPoolScanner.setSubtitle("Copyright © 1997-2010 Oracle and/or its affiliates.\nLicensed under the GPL 2 or the CDDL.");
constantPoolScanner.setExternalLink("https://github.com/jenkinsci/constant-pool-scanner"); constantPoolScanner.setExternalLink("https://github.com/jenkinsci/constant-pool-scanner");
IconedTwoLineListItem openNBT = new IconedTwoLineListItem(); IconedTwoLineListItem openNBT = new IconedTwoLineListItem();
openNBT.setTitle("OpenNBT"); openNBT.setTitle("OpenNBT");
openNBT.setSubtitle("Copyright (C) 2013-2021 Steveice10.\nLicensed under the MIT License."); openNBT.setSubtitle("Copyright © 2013-2021 Steveice10.\nLicensed under the MIT License.");
openNBT.setExternalLink("https://github.com/Steveice10/OpenNBT"); openNBT.setExternalLink("https://github.com/Steveice10/OpenNBT");
IconedTwoLineListItem jstun = new IconedTwoLineListItem(); IconedTwoLineListItem jstun = new IconedTwoLineListItem();
jstun.setTitle("JSTUN"); jstun.setTitle("JSTUN");
jstun.setSubtitle("Copyright (c) 2005 Thomas King <king@t-king.de>.\nLicensed under the Apache License 2.0."); jstun.setSubtitle("Copyright © 2005 Thomas King <king@t-king.de>.\nLicensed under the Apache License 2.0.");
jstun.setExternalLink("https://github.com/tking/JSTUN"); jstun.setExternalLink("https://github.com/tking/JSTUN");
IconedTwoLineListItem minecraftJFXSkin = new IconedTwoLineListItem(); IconedTwoLineListItem minecraftJFXSkin = new IconedTwoLineListItem();
minecraftJFXSkin.setTitle("minecraft-jfx-skin"); minecraftJFXSkin.setTitle("minecraft-jfx-skin");
minecraftJFXSkin.setSubtitle("Copyright (c) 2016 InfinityStudio.\nLicensed under the GPL 3."); minecraftJFXSkin.setSubtitle("Copyright © 2016 InfinityStudio.\nLicensed under the GPL 3.");
minecraftJFXSkin.setExternalLink("https://github.com/InfinityStudio/minecraft-jfx-skin"); minecraftJFXSkin.setExternalLink("https://github.com/InfinityStudio/minecraft-jfx-skin");
dep.getContent().setAll(javafx, jfoenix, gson, xz, fxgson, constantPoolScanner, openNBT, jstun, minecraftJFXSkin); dep.getContent().setAll(javafx, jfoenix, gson, xz, fxgson, constantPoolScanner, openNBT, jstun, minecraftJFXSkin);

View File

@@ -21,16 +21,16 @@
about=About about=About
about.copyright=Copyright about.copyright=Copyright
about.copyright.statement=Copyright (c) 2022 huangyuhui. about.copyright.statement=Copyright © 2022 huangyuhui.
about.author=Author about.author=Author
about.author.statement=@huanghongxun on Bilibili about.author.statement=@huanghongxun on bilibili
about.claim=EULA about.claim=EULA
about.claim.statement=Click on this link for full text. about.claim.statement=Click on this link for full text.
about.community=Community about.community=Community
about.community.discord=Discord about.community.discord=Discord
about.community.discord.statement=Join our Discord community\! about.community.discord.statement=Join our Discord community !
about.community.kookapp=KOOK about.community.kookapp=KOOK
about.community.kookapp.statement=Join our KOOK community\! about.community.kookapp.statement=Join our KOOK community !
about.dependency=Third-party Libraries about.dependency=Third-party Libraries
about.legal=Legal Acknowledgement about.legal=Legal Acknowledgement
about.thanks_to=Thanks to about.thanks_to=Thanks to

View File

@@ -21,9 +21,9 @@
about=Acerca de about=Acerca de
about.copyright=Copyright about.copyright=Copyright
about.copyright.statement=Copyright (c) 2022 huangyuhui. about.copyright.statement=Copyright © 2022 huangyuhui.
about.author=Autor about.author=Autor
about.author.statement=@huanghongxun en Bilibili about.author.statement=@huanghongxun en bilibili
about.claim=EULA about.claim=EULA
about.claim.statement=Haz clic en este enlace para ver el texto completo. about.claim.statement=Haz clic en este enlace para ver el texto completo.
about.community=Comunidad about.community=Comunidad
@@ -48,7 +48,7 @@ about.thanks_to.users=Miembros del grupo de usuarios de HMCL
about.thanks_to.users.statement=Gracias por las donaciones, los informes de errores, etc. about.thanks_to.users.statement=Gracias por las donaciones, los informes de errores, etc.
about.thanks_to.yushijinhun.statement=Por proporcionar soporte relacionado con authlib-injector. about.thanks_to.yushijinhun.statement=Por proporcionar soporte relacionado con authlib-injector.
about.open_source=Código abierto about.open_source=Código abierto
about.open_source.statement=GPL v3 (https\://github.com/huanghongxun/HMCL) about.open_source.statement=GPL v3 (https://github.com/huanghongxun/HMCL)
account=Cuentas account=Cuentas
account.cape=Capa account.cape=Capa

View File

@@ -19,9 +19,9 @@
# Contributors: zhixuan2333 # Contributors: zhixuan2333
about=About about=About
about.copyright=著作権 about.copyright=著作権
about.copyright.statement=Copyrightc2021huangyuhui。 about.copyright.statement=Copyright © 2022 huangyuhui。
about.author=Author about.author=Author
about.author.statement=Bilibili: @huanghongxun about.author.statement=bilibili : @huanghongxun
about.claim=EULA about.claim=EULA
about.claim.statement=テキスト全体のリンクをクリックします。 about.claim.statement=テキスト全体のリンクをクリックします。
about.community=コミュニティ about.community=コミュニティ

View File

@@ -19,9 +19,9 @@
# Соавторы: vanja-san # Соавторы: vanja-san
about=О лаунчере about=О лаунчере
about.copyright=Авторские права about.copyright=Авторские права
about.copyright.statement=Авторские права (С) 2021 huangyuhui. about.copyright.statement=Авторские права © 2022 huangyuhui.
about.author=Автор about.author=Автор
about.author.statement=Bilibili: @huanghongxun about.author.statement=bilibili: @huanghongxun
about.claim=EULA about.claim=EULA
about.claim.statement=Кликните на ссылку, чтобы увидеть весь текст. about.claim.statement=Кликните на ссылку, чтобы увидеть весь текст.
about.community=Сообщество about.community=Сообщество

View File

@@ -19,9 +19,9 @@
# Contributors: pan93412 # Contributors: pan93412
about=關於 about=關於
about.copyright=著作權 about.copyright=著作權
about.copyright.statement=著作權所有 (c) 2021 huangyuhui。 about.copyright.statement=著作權所有 © 2022 huangyuhui。
about.author=作者 about.author=作者
about.author.statement=Bilibili: @huanghongxun about.author.statement=bilibili: @huanghongxun
about.claim=用戶協議 about.claim=用戶協議
about.claim.statement=點擊連結以查看全文 about.claim.statement=點擊連結以查看全文
about.community=社區 about.community=社區

View File

@@ -19,14 +19,14 @@
# Contributors: huangyuhui # Contributors: huangyuhui
about=关于 about=关于
about.copyright=版权 about.copyright=版权
about.copyright.statement=版权所有 (c) 2021 huangyuhui. about.copyright.statement=版权所有 © 2022 huangyuhui.
about.author=作者 about.author=作者
about.author.statement=B 站 ID: @huanghongxun about.author.statement=bilibili ID: @huanghongxun
about.claim=用户协议 about.claim=用户协议
about.claim.statement=点击链接以查看全文 about.claim.statement=点击链接以查看全文
about.community=社区 about.community=社区
about.community.discord=Discord about.community.discord=Discord
about.community.discord.statement=欢迎加入 Discord 讨论区,加入后请遵守讨论区规定 about.community.discord.statement=欢迎加入 Discord 讨论区,加入后请遵守讨论区规定
about.community.kookapp=KOOK about.community.kookapp=KOOK
about.community.kookapp.statement=欢迎加入 KOOK 讨论区,加入后请遵守讨论区规定! about.community.kookapp.statement=欢迎加入 KOOK 讨论区,加入后请遵守讨论区规定!
about.dependency=依赖 about.dependency=依赖