change:修改部分axolotl为starlight

(不过怎么这么多)
This commit is contained in:
2026-09-12 23:29:28 +08:00
parent 3c48ba77c9
commit ceda000578
86 changed files with 15828 additions and 710 deletions

View File

@ -157,7 +157,7 @@ const messages = defineMessages({
},
copyright: {
id: 'app.settings.about.copyright',
defaultMessage: 'Copyright © Axolotl All Rights Reserved.',
defaultMessage: 'Copyright © Starlight All Rights Reserved.',
},
version: {
id: 'app.settings.about.version',
@ -217,7 +217,7 @@ const messages = defineMessages({
},
surveyDescription: {
id: 'app.settings.about.survey-description',
defaultMessage: 'Help us improve Axolotl Launcher',
defaultMessage: 'Help us improve Starlight Launcher',
},
licenseAttribution: {
id: 'app.settings.about.license-attribution',
@ -225,12 +225,12 @@ const messages = defineMessages({
},
attribution: {
id: 'app.settings.about.attribution',
defaultMessage: 'Axolotl Launcher is a modified version of the open-source Modrinth codebase.',
defaultMessage: 'Starlight Launcher is a modified version of the open-source Modrinth codebase.',
},
notAffiliated: {
id: 'app.settings.about.not-affiliated',
defaultMessage:
'Modrinth is a trademark of Rinth, Inc. Axolotl Launcher is not affiliated with or endorsed by Rinth, Inc.',
'Modrinth is a trademark of Rinth, Inc. Starlight Launcher is not affiliated with or endorsed by Rinth, Inc.',
},
originalSource: {
id: 'app.settings.about.original-source',

View File

@ -67,7 +67,7 @@ const messages = defineMessages({
},
colorThemeDescription: {
id: 'app.appearance-settings.color-theme.description',
defaultMessage: 'Select your preferred color theme for Axolotl Launcher.',
defaultMessage: 'Select your preferred color theme for Starlight Launcher.',
},
accentColorTitle: {
id: 'app.appearance-settings.accent-color.title',
@ -244,7 +244,7 @@ const messages = defineMessages({
},
closeBehaviorTitle: {
id: 'app.appearance-settings.close-behavior.title',
defaultMessage: 'Choose how to close Axolotl Launcher',
defaultMessage: 'Choose how to close Starlight Launcher',
},
closeBehaviorDescription: {
id: 'app.appearance-settings.close-behavior.description',

View File

@ -118,7 +118,7 @@ const messages = defineMessages({
appDirectory: { id: 'app.settings.resources.app-directory', defaultMessage: 'App directory' },
axolotlDataDirectory: {
id: 'app.settings.resources.axolotl-data-directory',
defaultMessage: 'Axolotl data directory',
defaultMessage: 'Starlight data directory',
},
appDirectoryDescription: {
id: 'app.settings.resources.app-directory-description',
@ -137,7 +137,7 @@ const messages = defineMessages({
minecraftDirectoriesDescription: {
id: 'app.settings.resources.minecraft-directories-description',
defaultMessage:
'Add one or more .minecraft folders for instances that use an external game directory. These folders are kept separate from Axolotl data.',
'Add one or more .minecraft folders for instances that use an external game directory. These folders are kept separate from Starlight data.',
},
addMinecraftDirectory: {
id: 'app.settings.resources.add-minecraft-directory',
@ -181,7 +181,7 @@ const messages = defineMessages({
appCacheDescription: {
id: 'app.settings.resources.app-cache-description',
defaultMessage:
'Axolotl Launcher caches data to speed up loading. Purging it forces the app to reload data and may temporarily slow the app down.',
'Starlight Launcher caches data to speed up loading. Purging it forces the app to reload data and may temporarily slow the app down.',
},
downloadMirrors: {
id: 'app.settings.resources.download-mirrors',

View File

@ -80,7 +80,7 @@ const messages = defineMessages({
},
description: {
id: 'app.settings.updates.channel.description',
defaultMessage: 'Choose which launcher versions Axolotl receives.',
defaultMessage: 'Choose which launcher versions Starlight receives.',
},
channelLabel: {
id: 'app.settings.updates.channel.label',
@ -120,7 +120,7 @@ const messages = defineMessages({
},
upToDate: {
id: 'app.settings.updates.up-to-date',
defaultMessage: 'Axolotl is up to date.',
defaultMessage: 'Starlight is up to date.',
},
disabled: {
id: 'app.settings.updates.disabled',
@ -166,7 +166,7 @@ const messages = defineMessages({
restartDescription: {
id: 'app.settings.updates.channel.restart-description',
defaultMessage:
'Restart Axolotl now to start using the new update channel, or restart manually later.',
'Restart Starlight now to start using the new update channel, or restart manually later.',
},
restartDevelopmentDescription: {
id: 'app.settings.updates.channel.restart-development-description',
@ -273,12 +273,12 @@ const messages = defineMessages({
databaseOperationActiveTarget: {
id: 'app.settings.updates.database-operation.active-target',
defaultMessage:
'Cannot overwrite the database currently in use. Restart Axolotl and switch channels first.',
'Cannot overwrite the database currently in use. Restart Starlight and switch channels first.',
},
databaseOperationFailed: {
id: 'app.settings.updates.database-operation.failed',
defaultMessage:
'The database could not be copied. Please make sure Axolotl is not using the target database.',
'The database could not be copied. Please make sure Starlight is not using the target database.',
},
databaseOperationSuccess: {
id: 'app.settings.updates.database-operation.success',

View File

@ -24,7 +24,7 @@ export const settingsSearchEntries: SettingsSearchEntry[] = [
label: message('app.appearance-settings.color-theme.title', 'Color theme'),
description: message(
'app.appearance-settings.color-theme.description',
'Select your preferred color theme for Axolotl Launcher.',
'Select your preferred color theme for Starlight Launcher.',
),
},
{
@ -118,7 +118,7 @@ export const settingsSearchEntries: SettingsSearchEntry[] = [
targetId: 'settings-target-appearance-close-behavior',
label: message(
'app.appearance-settings.close-behavior.title',
'Choose how to close Axolotl Launcher',
'Choose how to close Starlight Launcher',
),
keywords: [
message('app.appearance-settings.close-behavior.close', 'Close directly'),

View File

@ -147,7 +147,8 @@ test('developer-only settings stay out of the normal search categories', () => {
)
})
test('settings navigation groups preserve the intended Axolotl information architecture', () => {
test('settings navigation groups preserve the intended Starlight information architecture', () => {
const categoriesForGroup = (
group: 'launcher' | 'game' | 'data-privacy' | 'support' | 'developer',
developerMode = false,