change:修改部分axolotl为starlight
(不过怎么这么多)
This commit is contained in:
@ -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 Axolotl</p>
|
||||
<p class="m-0 text-xs text-secondary">Powered by Starlight</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -164,7 +164,7 @@ const messages = defineMessages({
|
||||
},
|
||||
axolotlAlt: {
|
||||
id: 'app.skins.sign-in.axolotl-alt',
|
||||
defaultMessage: 'Axolotl Launcher',
|
||||
defaultMessage: 'Starlight Launcher',
|
||||
},
|
||||
signInTitle: {
|
||||
id: 'app.skins.sign-in.title',
|
||||
@ -173,7 +173,7 @@ const messages = defineMessages({
|
||||
signInDescription: {
|
||||
id: 'app.skins.sign-in.description',
|
||||
defaultMessage:
|
||||
'Please sign into your Minecraft account to use the skin management features of Axolotl Launcher.',
|
||||
'Please sign into your Minecraft account to use the skin management features of Starlight Launcher.',
|
||||
},
|
||||
signInButton: {
|
||||
id: 'app.skins.sign-in.button',
|
||||
|
||||
@ -37,7 +37,7 @@ const { formatMessage } = useVIntl()
|
||||
const messages = defineMessages({
|
||||
title: {
|
||||
id: 'drop.help.title',
|
||||
defaultMessage: 'What can I drop into Axolotl?',
|
||||
defaultMessage: 'What can I drop into Starlight?',
|
||||
},
|
||||
instancesTitle: {
|
||||
id: 'drop.help.instances-title',
|
||||
|
||||
@ -329,7 +329,7 @@ const messages = defineMessages({
|
||||
title: { id: 'instance.upgrade.customize.title', defaultMessage: 'Upgrade strategy' },
|
||||
description: {
|
||||
id: 'instance.upgrade.customize.description',
|
||||
defaultMessage: 'Choose how aggressively Axolotl should update content in this instance.',
|
||||
defaultMessage: 'Choose how aggressively Starlight should update content in this instance.',
|
||||
},
|
||||
newestTitle: { id: 'instance.upgrade.customize.newest.title', defaultMessage: 'Newest versions' },
|
||||
newestDescription: {
|
||||
@ -350,7 +350,7 @@ const messages = defineMessages({
|
||||
customDescription: {
|
||||
id: 'instance.upgrade.customize.custom.description',
|
||||
defaultMessage:
|
||||
'Fix exact versions for selected content and let Axolotl solve the remaining dependency graph.',
|
||||
'Fix exact versions for selected content and let Starlight solve the remaining dependency graph.',
|
||||
},
|
||||
customConstraintCount: {
|
||||
id: 'instance.upgrade.customize.custom.constraint-count',
|
||||
@ -426,7 +426,7 @@ const messages = defineMessages({
|
||||
searchLimitBody: {
|
||||
id: 'instance.upgrade.customize.search-limit.body',
|
||||
defaultMessage:
|
||||
"Axolotl couldn't find a solution within the search limit. Try relaxing one of your custom choices.",
|
||||
"Starlight couldn't find a solution within the search limit. Try relaxing one of your custom choices.",
|
||||
},
|
||||
conflictTitle: {
|
||||
id: 'instance.upgrade.customize.conflict.title',
|
||||
|
||||
Reference in New Issue
Block a user