forked from AxTps/Starlight_Lancher
feat:一些版权描述的语言
This commit is contained in:
@ -139,7 +139,7 @@ const messages = defineMessages({
|
||||
},
|
||||
copyright: {
|
||||
id: 'app.settings.about.copyright',
|
||||
defaultMessage: 'Copyright © Starlight All Rights Reserved.',
|
||||
defaultMessage: 'Copyright © Axolotl All Rights Reserved.',
|
||||
},
|
||||
version: {
|
||||
id: 'app.settings.about.version',
|
||||
@ -159,7 +159,7 @@ const messages = defineMessages({
|
||||
},
|
||||
attribution: {
|
||||
id: 'app.settings.about.attribution',
|
||||
defaultMessage: 'Starlight Launcher is a modified version of the open-source Modrinth codebase.',
|
||||
defaultMessage: 'Starlight Launcher is a modified version of the Axolotl Launcher, which is based on the open-source Modrinth codebase.',
|
||||
},
|
||||
notAffiliated: {
|
||||
id: 'app.settings.about.not-affiliated',
|
||||
|
||||
@ -6654,7 +6654,7 @@
|
||||
"message": "Help support continued development"
|
||||
},
|
||||
"app.settings.about.attribution": {
|
||||
"message": "Starlight Launcher is a modified version of the open-source Modrinth codebase."
|
||||
"message": "Starlight Launcher is a modified version of the Axolotl Launcher, which is based on the open-source Modrinth codebase."
|
||||
},
|
||||
"app.settings.about.community-support": {
|
||||
"message": "Project & community"
|
||||
|
||||
@ -6708,7 +6708,7 @@
|
||||
"message": "支持项目持续开发"
|
||||
},
|
||||
"app.settings.about.attribution": {
|
||||
"message": "Starlight Launcher 是开源项目 Modrinth 代码库的修改版本。"
|
||||
"message": "Starlight Launcher 是基于 Axolotl 启动器修改的版本,Axolotl 启动器基于开源项目 Modrinth 代码库。"
|
||||
},
|
||||
"app.settings.about.community-support": {
|
||||
"message": "项目与社区"
|
||||
|
||||
@ -6423,7 +6423,7 @@
|
||||
"message": "支持專案持續開發"
|
||||
},
|
||||
"app.settings.about.attribution": {
|
||||
"message": "Starlight Launcher 是開源專案 Modrinth 程式碼庫的修改版本。"
|
||||
"message": "Starlight Launcher 是基於 Axolotl 啟動器修改的版本,Axolotl 啟動器基於開源專案 Modrinth 程式碼庫。"
|
||||
},
|
||||
"app.settings.about.community-support": {
|
||||
"message": "專案與社群"
|
||||
|
||||
@ -376,7 +376,7 @@ const pageTitle: MessageDescriptor = settingsPageTitle
|
||||
<div class="settings-footer-version min-w-0">
|
||||
<p class="m-0 break-words">{{ AxolotlBrandConfig.productName }} {{ version }}</p>
|
||||
<p class="m-0 truncate">{{ platformName() }} {{ osVersion }}</p>
|
||||
<p class="m-0 text-xs text-secondary">Powered by Starlight</p>
|
||||
<p class="m-0 text-xs text-secondary">Powered by Axolotl</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user