change:修改部分axolotl为starlight
(不过怎么这么多)
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/src/assets/axolotl.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Axolotl Launcher</title>
|
||||
|
||||
<title>Starlight Launcher</title>
|
||||
|
||||
<link rel="stylesheet" href="/src/assets/stylesheets/global.scss" />
|
||||
</head>
|
||||
|
||||
@ -693,7 +693,7 @@ const messages = defineMessages({
|
||||
runningAsAdmin: {
|
||||
id: 'app.warning.running-as-admin',
|
||||
defaultMessage:
|
||||
'Axolotl is running as administrator. Drag-and-drop file import is disabled in this mode; please restart the launcher without administrator privileges.',
|
||||
'Starlight is running as administrator. Drag-and-drop file import is disabled in this mode; please restart the launcher without administrator privileges.',
|
||||
},
|
||||
restarting: {
|
||||
id: 'app.restarting',
|
||||
@ -1882,11 +1882,11 @@ const updatePopupMessages = defineMessages({
|
||||
},
|
||||
meteredBody: {
|
||||
id: 'app.update-popup.body.metered',
|
||||
defaultMessage: `Axolotl Launcher v{version} is available now! Since you're on a metered network, we didn't automatically download it.`,
|
||||
defaultMessage: `Starlight Launcher v{version} is available now! Since you're on a metered network, we didn't automatically download it.`,
|
||||
},
|
||||
downloadedBody: {
|
||||
id: 'app.update-popup.body.download-complete',
|
||||
defaultMessage: `Axolotl Launcher v{version} has finished downloading. Reload to update now, or automatically when you close Axolotl Launcher.`,
|
||||
defaultMessage: `Starlight Launcher v{version} has finished downloading. Reload to update now, or automatically when you close Starlight Launcher.`,
|
||||
},
|
||||
reload: {
|
||||
id: 'app.update-popup.reload',
|
||||
|
||||
@ -37,8 +37,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.9.6-beta.3',
|
||||
publishedAt: '2026-09-08',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.9.6-beta.3',
|
||||
'zh-CN': 'Axolotl Launcher 1.9.6-beta.3',
|
||||
'en-US': 'Starlight Launcher 1.9.6-beta.3',
|
||||
'zh-CN': 'Starlight Launcher 1.9.6-beta.3',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -103,8 +103,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.9.6-beta.2',
|
||||
publishedAt: '2026-09-07',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.9.6-beta.2',
|
||||
'zh-CN': 'Axolotl Launcher 1.9.6-beta.2',
|
||||
'en-US': 'Starlight Launcher 1.9.6-beta.2',
|
||||
'zh-CN': 'Starlight Launcher 1.9.6-beta.2',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -165,8 +165,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.9.6-beta.1',
|
||||
publishedAt: '2026-09-05',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.9.6-beta.1',
|
||||
'zh-CN': 'Axolotl Launcher 1.9.6-beta.1',
|
||||
'en-US': 'Starlight Launcher 1.9.6-beta.1',
|
||||
'zh-CN': 'Starlight Launcher 1.9.6-beta.1',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -269,8 +269,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.9.5',
|
||||
publishedAt: '2026-09-04',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.9.5',
|
||||
'zh-CN': 'Axolotl Launcher 1.9.5',
|
||||
'en-US': 'Starlight Launcher 1.9.5',
|
||||
'zh-CN': 'Starlight Launcher 1.9.5',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -478,8 +478,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.9.4',
|
||||
publishedAt: '2026-08-29',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.9.4',
|
||||
'zh-CN': 'Axolotl Launcher 1.9.4',
|
||||
'en-US': 'Starlight Launcher 1.9.4',
|
||||
'zh-CN': 'Starlight Launcher 1.9.4',
|
||||
},
|
||||
changes: {
|
||||
fixed: [
|
||||
@ -495,8 +495,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.9.2',
|
||||
publishedAt: '2026-08-29',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.9.2',
|
||||
'zh-CN': 'Axolotl Launcher 1.9.2',
|
||||
'en-US': 'Starlight Launcher 1.9.2',
|
||||
'zh-CN': 'Starlight Launcher 1.9.2',
|
||||
},
|
||||
changes: {
|
||||
fixed: [
|
||||
@ -536,8 +536,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.9.1',
|
||||
publishedAt: '2026-08-27',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.9.1',
|
||||
'zh-CN': 'Axolotl Launcher 1.9.1',
|
||||
'en-US': 'Starlight Launcher 1.9.1',
|
||||
'zh-CN': 'Starlight Launcher 1.9.1',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -597,8 +597,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.9.0',
|
||||
publishedAt: '2026-08-26',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.9.0',
|
||||
'zh-CN': 'Axolotl Launcher 1.9.0',
|
||||
'en-US': 'Starlight Launcher 1.9.0',
|
||||
'zh-CN': 'Starlight Launcher 1.9.0',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -722,8 +722,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.14',
|
||||
publishedAt: '2026-08-25',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.14',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.14',
|
||||
'en-US': 'Starlight Launcher 1.8.14',
|
||||
'zh-CN': 'Starlight Launcher 1.8.14',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -789,8 +789,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.12',
|
||||
publishedAt: '2026-08-23',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.12',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.12',
|
||||
'en-US': 'Starlight Launcher 1.8.12',
|
||||
'zh-CN': 'Starlight Launcher 1.8.12',
|
||||
},
|
||||
changes: {
|
||||
fixed: [
|
||||
@ -806,8 +806,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.11',
|
||||
publishedAt: '2026-08-22',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.11',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.11',
|
||||
'en-US': 'Starlight Launcher 1.8.11',
|
||||
'zh-CN': 'Starlight Launcher 1.8.11',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -891,8 +891,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.10',
|
||||
publishedAt: '2026-08-22',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.10',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.10',
|
||||
'en-US': 'Starlight Launcher 1.8.10',
|
||||
'zh-CN': 'Starlight Launcher 1.8.10',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -922,8 +922,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.9',
|
||||
publishedAt: '2026-08-21',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.9',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.9',
|
||||
'en-US': 'Starlight Launcher 1.8.9',
|
||||
'zh-CN': 'Starlight Launcher 1.8.9',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -961,8 +961,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.8',
|
||||
publishedAt: '2026-08-19',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.8',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.8',
|
||||
'en-US': 'Starlight Launcher 1.8.8',
|
||||
'zh-CN': 'Starlight Launcher 1.8.8',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -1014,8 +1014,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.7',
|
||||
publishedAt: '2026-08-19',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.7',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.7',
|
||||
'en-US': 'Starlight Launcher 1.8.7',
|
||||
'zh-CN': 'Starlight Launcher 1.8.7',
|
||||
},
|
||||
changes: {
|
||||
changed: [
|
||||
@ -1107,8 +1107,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.6',
|
||||
publishedAt: '2026-08-18',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.6',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.6',
|
||||
'en-US': 'Starlight Launcher 1.8.6',
|
||||
'zh-CN': 'Starlight Launcher 1.8.6',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -1156,8 +1156,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.5',
|
||||
publishedAt: '2026-08-18',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.5',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.5',
|
||||
'en-US': 'Starlight Launcher 1.8.5',
|
||||
'zh-CN': 'Starlight Launcher 1.8.5',
|
||||
},
|
||||
changes: {
|
||||
fixed: [
|
||||
@ -1174,8 +1174,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.4',
|
||||
publishedAt: '2026-08-18',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.4',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.4',
|
||||
'en-US': 'Starlight Launcher 1.8.4',
|
||||
'zh-CN': 'Starlight Launcher 1.8.4',
|
||||
},
|
||||
changes: {
|
||||
fixed: [
|
||||
@ -1198,8 +1198,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.3',
|
||||
publishedAt: '2026-08-17',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.3',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.3',
|
||||
'en-US': 'Starlight Launcher 1.8.3',
|
||||
'zh-CN': 'Starlight Launcher 1.8.3',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -1330,8 +1330,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.2',
|
||||
publishedAt: '2026-08-16',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.2',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.2',
|
||||
'en-US': 'Starlight Launcher 1.8.2',
|
||||
'zh-CN': 'Starlight Launcher 1.8.2',
|
||||
},
|
||||
changes: {
|
||||
fixed: [
|
||||
@ -1356,8 +1356,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.1',
|
||||
publishedAt: '2026-08-16',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.1',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.1',
|
||||
'en-US': 'Starlight Launcher 1.8.1',
|
||||
'zh-CN': 'Starlight Launcher 1.8.1',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -1466,8 +1466,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.8.0',
|
||||
publishedAt: '2026-08-15',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.8.0',
|
||||
'zh-CN': 'Axolotl Launcher 1.8.0',
|
||||
'en-US': 'Starlight Launcher 1.8.0',
|
||||
'zh-CN': 'Starlight Launcher 1.8.0',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -1593,8 +1593,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.7.7',
|
||||
publishedAt: '2026-08-14',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.7.7',
|
||||
'zh-CN': 'Axolotl Launcher 1.7.7',
|
||||
'en-US': 'Starlight Launcher 1.7.7',
|
||||
'zh-CN': 'Starlight Launcher 1.7.7',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -1610,8 +1610,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.7.6',
|
||||
publishedAt: '2026-08-14',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.7.6',
|
||||
'zh-CN': 'Axolotl Launcher 1.7.6',
|
||||
'en-US': 'Starlight Launcher 1.7.6',
|
||||
'zh-CN': 'Starlight Launcher 1.7.6',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -1629,8 +1629,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.7.5',
|
||||
publishedAt: '2026-08-13',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.7.5',
|
||||
'zh-CN': 'Axolotl Launcher 1.7.5',
|
||||
'en-US': 'Starlight Launcher 1.7.5',
|
||||
'zh-CN': 'Starlight Launcher 1.7.5',
|
||||
},
|
||||
changes: {
|
||||
fixed: [
|
||||
@ -1668,8 +1668,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.7.4',
|
||||
publishedAt: '2026-08-12',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.7.4',
|
||||
'zh-CN': 'Axolotl Launcher 1.7.4',
|
||||
'en-US': 'Starlight Launcher 1.7.4',
|
||||
'zh-CN': 'Starlight Launcher 1.7.4',
|
||||
},
|
||||
changes: {
|
||||
changed: [
|
||||
@ -1738,7 +1738,7 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
fixed: [
|
||||
{
|
||||
'en-US':
|
||||
'Fixed corrupted launcher databases repeatedly showing errors when opening instance content; Axolotl now restores the latest verified backup while preserving the damaged database files.',
|
||||
'Fixed corrupted launcher databases repeatedly showing errors when opening instance content; Starlight now restores the latest verified backup while preserving the damaged database files.',
|
||||
'zh-CN':
|
||||
'修复启动器数据库损坏后,打开实例内容页会反复报错的问题;现在会从最新且校验正常的备份恢复,并保留损坏的数据库文件。',
|
||||
},
|
||||
@ -1849,8 +1849,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.7.3',
|
||||
publishedAt: '2026-08-10',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.7.3',
|
||||
'zh-CN': 'Axolotl Launcher 1.7.3',
|
||||
'en-US': 'Starlight Launcher 1.7.3',
|
||||
'zh-CN': 'Starlight Launcher 1.7.3',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -1903,8 +1903,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.7.2',
|
||||
publishedAt: '2026-08-10',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.7.2',
|
||||
'zh-CN': 'Axolotl Launcher 1.7.2',
|
||||
'en-US': 'Starlight Launcher 1.7.2',
|
||||
'zh-CN': 'Starlight Launcher 1.7.2',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -1990,8 +1990,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.7.1',
|
||||
publishedAt: '2026-08-08',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.7.1',
|
||||
'zh-CN': 'Axolotl Launcher 1.7.1',
|
||||
'en-US': 'Starlight Launcher 1.7.1',
|
||||
'zh-CN': 'Starlight Launcher 1.7.1',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2053,8 +2053,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.7.0',
|
||||
publishedAt: '2026-08-06',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.7.0',
|
||||
'zh-CN': 'Axolotl Launcher 1.7.0',
|
||||
'en-US': 'Starlight Launcher 1.7.0',
|
||||
'zh-CN': 'Starlight Launcher 1.7.0',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2102,8 +2102,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.12',
|
||||
publishedAt: '2026-08-04',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.12',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.12',
|
||||
'en-US': 'Starlight Launcher 1.6.12',
|
||||
'zh-CN': 'Starlight Launcher 1.6.12',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2159,8 +2159,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.11',
|
||||
publishedAt: '2026-08-04',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.11',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.11',
|
||||
'en-US': 'Starlight Launcher 1.6.11',
|
||||
'zh-CN': 'Starlight Launcher 1.6.11',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2211,8 +2211,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.10',
|
||||
publishedAt: '2026-08-03',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.10',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.10',
|
||||
'en-US': 'Starlight Launcher 1.6.10',
|
||||
'zh-CN': 'Starlight Launcher 1.6.10',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2291,14 +2291,14 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.9',
|
||||
publishedAt: '2026-08-02',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.9',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.9',
|
||||
'en-US': 'Starlight Launcher 1.6.9',
|
||||
'zh-CN': 'Starlight Launcher 1.6.9',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
{
|
||||
'en-US': 'Launcher will now show a discord rich presence binded to Axolotl Launcher.',
|
||||
'zh-CN': '启动器现在会显示 Axolotl Launcher 的 Discord Rich Presence。',
|
||||
'en-US': 'Launcher will now show a discord rich presence binded to Starlight Launcher.',
|
||||
'zh-CN': '启动器现在会显示 Starlight Launcher 的 Discord Rich Presence。',
|
||||
},
|
||||
{
|
||||
'en-US': 'Launcher will now show a discord rich presence with a more detailed status.',
|
||||
@ -2335,8 +2335,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.8',
|
||||
publishedAt: '2026-08-02',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.8',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.8',
|
||||
'en-US': 'Starlight Launcher 1.6.8',
|
||||
'zh-CN': 'Starlight Launcher 1.6.8',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2469,8 +2469,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.7',
|
||||
publishedAt: '2026-08-01',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.7',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.7',
|
||||
'en-US': 'Starlight Launcher 1.6.7',
|
||||
'zh-CN': 'Starlight Launcher 1.6.7',
|
||||
},
|
||||
changes: {
|
||||
fixed: [
|
||||
@ -2487,8 +2487,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.6',
|
||||
publishedAt: '2026-08-01',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.6',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.6',
|
||||
'en-US': 'Starlight Launcher 1.6.6',
|
||||
'zh-CN': 'Starlight Launcher 1.6.6',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2549,8 +2549,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.5',
|
||||
publishedAt: '2026-07-31',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.5',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.5',
|
||||
'en-US': 'Starlight Launcher 1.6.5',
|
||||
'zh-CN': 'Starlight Launcher 1.6.5',
|
||||
},
|
||||
changes: {
|
||||
fixed: [
|
||||
@ -2574,8 +2574,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.4',
|
||||
publishedAt: '2026-07-31',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.4',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.4',
|
||||
'en-US': 'Starlight Launcher 1.6.4',
|
||||
'zh-CN': 'Starlight Launcher 1.6.4',
|
||||
},
|
||||
changes: {
|
||||
changed: [
|
||||
@ -2616,8 +2616,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.1',
|
||||
publishedAt: '2026-07-29',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.1',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.1',
|
||||
'en-US': 'Starlight Launcher 1.6.1',
|
||||
'zh-CN': 'Starlight Launcher 1.6.1',
|
||||
},
|
||||
changes: {
|
||||
changed: [
|
||||
@ -2652,8 +2652,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.6.0',
|
||||
publishedAt: '2026-07-28',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.6.0',
|
||||
'zh-CN': 'Axolotl Launcher 1.6.0',
|
||||
'en-US': 'Starlight Launcher 1.6.0',
|
||||
'zh-CN': 'Starlight Launcher 1.6.0',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2690,9 +2690,9 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
},
|
||||
{
|
||||
'en-US':
|
||||
'Replaced Tauri template variables in the Linux desktop file template with fixed values, ensuring the built .desktop file uses "Axolotl Launcher" directly for its name, icon, and executable.',
|
||||
'Replaced Tauri template variables in the Linux desktop file template with fixed values, ensuring the built .desktop file uses "Starlight Launcher" directly for its name, icon, and executable.',
|
||||
'zh-CN':
|
||||
'将 Linux 桌面文件模板从 Tauri 模板变量格式改为固定值格式, 确保编译后的 .desktop 文件直接使用 "Axolotl Launcher" 作为名称、图标和可执行文件。',
|
||||
'将 Linux 桌面文件模板从 Tauri 模板变量格式改为固定值格式, 确保编译后的 .desktop 文件直接使用 "Starlight Launcher" 作为名称、图标和可执行文件。',
|
||||
},
|
||||
],
|
||||
fixed: [
|
||||
@ -2712,8 +2712,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.5.5',
|
||||
publishedAt: '2026-07-26',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.5.5',
|
||||
'zh-CN': 'Axolotl Launcher 1.5.5',
|
||||
'en-US': 'Starlight Launcher 1.5.5',
|
||||
'zh-CN': 'Starlight Launcher 1.5.5',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2808,8 +2808,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.5.4',
|
||||
publishedAt: '2026-07-25',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.5.4',
|
||||
'zh-CN': 'Axolotl Launcher 1.5.4',
|
||||
'en-US': 'Starlight Launcher 1.5.4',
|
||||
'zh-CN': 'Starlight Launcher 1.5.4',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2845,8 +2845,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.5.3',
|
||||
publishedAt: '2026-07-25',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.5.3',
|
||||
'zh-CN': 'Axolotl Launcher 1.5.3',
|
||||
'en-US': 'Starlight Launcher 1.5.3',
|
||||
'zh-CN': 'Starlight Launcher 1.5.3',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -2896,8 +2896,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.5.2',
|
||||
publishedAt: '2026-07-25',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.5.2',
|
||||
'zh-CN': 'Axolotl Launcher 1.5.2',
|
||||
'en-US': 'Starlight Launcher 1.5.2',
|
||||
'zh-CN': 'Starlight Launcher 1.5.2',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -3077,8 +3077,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.5.1',
|
||||
publishedAt: '2026-07-23',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.5.1',
|
||||
'zh-CN': 'Axolotl Launcher 1.5.1',
|
||||
'en-US': 'Starlight Launcher 1.5.1',
|
||||
'zh-CN': 'Starlight Launcher 1.5.1',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -3132,8 +3132,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.5.0',
|
||||
publishedAt: '2026-07-23',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.5.0',
|
||||
'zh-CN': 'Axolotl Launcher 1.5.0',
|
||||
'en-US': 'Starlight Launcher 1.5.0',
|
||||
'zh-CN': 'Starlight Launcher 1.5.0',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -3207,8 +3207,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.4.1',
|
||||
publishedAt: '2026-07-23',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.4.1',
|
||||
'zh-CN': 'Axolotl Launcher 1.4.1',
|
||||
'en-US': 'Starlight Launcher 1.4.1',
|
||||
'zh-CN': 'Starlight Launcher 1.4.1',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
@ -3278,8 +3278,8 @@ export const launcherAnnouncements: readonly LauncherAnnouncement[] = [
|
||||
version: '1.4.0',
|
||||
publishedAt: '2026-07-23',
|
||||
title: {
|
||||
'en-US': 'Axolotl Launcher 1.4.0',
|
||||
'zh-CN': 'Axolotl Launcher 1.4.0',
|
||||
'en-US': 'Starlight Launcher 1.4.0',
|
||||
'zh-CN': 'Starlight Launcher 1.4.0',
|
||||
},
|
||||
changes: {
|
||||
added: [
|
||||
|
||||
@ -47,7 +47,7 @@ const messages = defineMessages({
|
||||
disclaimerBody: {
|
||||
id: 'app.lab.recipe-generator.copyright.disclaimer-body',
|
||||
defaultMessage:
|
||||
'Minecraft assets are Copyright Mojang Studios / Microsoft and are used only to identify compatible content. Axolotl Launcher is not affiliated with or endorsed by Mojang Studios or Microsoft.',
|
||||
'Minecraft assets are Copyright Mojang Studios / Microsoft and are used only to identify compatible content. Starlight Launcher is not affiliated with or endorsed by Mojang Studios or Microsoft.',
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ const messages = defineMessages({
|
||||
engineBody: {
|
||||
id: 'app.lab.seed-map.copyright.engine-body',
|
||||
defaultMessage:
|
||||
'Biome, terrain, spawn, and structure data is generated locally with cubiomes, Copyright (c) 2020 Cubitect, provided under the MIT License, together with the Axolotl native integration.',
|
||||
'Biome, terrain, spawn, and structure data is generated locally with cubiomes, Copyright (c) 2020 Cubitect, provided under the MIT License, together with the Starlight native integration.',
|
||||
},
|
||||
viewCubiomes: {
|
||||
id: 'app.lab.seed-map.copyright.view-cubiomes',
|
||||
@ -47,7 +47,7 @@ const messages = defineMessages({
|
||||
disclaimerBody: {
|
||||
id: 'app.lab.seed-map.copyright.disclaimer-body',
|
||||
defaultMessage:
|
||||
'Minecraft is a trademark of Mojang Synergies AB. Axolotl Launcher is not affiliated with or endorsed by Mojang or MinecraftSearch.',
|
||||
'Minecraft is a trademark of Mojang Synergies AB. Starlight Launcher is not affiliated with or endorsed by Mojang or MinecraftSearch.',
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
@ -309,7 +309,7 @@ const messages = defineMessages({
|
||||
portHint: {
|
||||
id: 'app.multiplayer.hongshi.port-hint',
|
||||
defaultMessage:
|
||||
'Open a world to LAN. Axolotl will detect the port automatically; external games can use a manual port.',
|
||||
'Open a world to LAN. Starlight will detect the port automatically; external games can use a manual port.',
|
||||
},
|
||||
node: { id: 'app.multiplayer.hongshi.node', defaultMessage: 'Relay node' },
|
||||
autoNode: { id: 'app.multiplayer.hongshi.node-auto', defaultMessage: 'Auto — lowest latency' },
|
||||
|
||||
@ -219,7 +219,7 @@ const newRecord = ref(false)
|
||||
const endedManually = ref(false)
|
||||
const overtimeCount = ref(0)
|
||||
const messages = defineMessages({
|
||||
title: { id: 'app.settings.about.game.title', defaultMessage: 'Axolotl merge' },
|
||||
title: { id: 'app.settings.about.game.title', defaultMessage: 'Starlight merge' },
|
||||
score: { id: 'app.settings.about.game.score', defaultMessage: 'Score: {score}' },
|
||||
highestLevel: {
|
||||
id: 'app.settings.about.game.highest-level',
|
||||
|
||||
@ -50,13 +50,13 @@ const messages = defineMessages({
|
||||
loaderTitle: { id: 'app.error.loader-title', defaultMessage: 'No loader selected' },
|
||||
stateTitle: {
|
||||
id: 'app.error.state-title',
|
||||
defaultMessage: 'Error initializing Axolotl Launcher',
|
||||
defaultMessage: 'Error initializing Starlight Launcher',
|
||||
},
|
||||
networkIssues: { id: 'app.error.network-issues', defaultMessage: 'Network issues' },
|
||||
networkDescription: {
|
||||
id: 'app.error.network-description',
|
||||
defaultMessage:
|
||||
'Axolotl Launcher had trouble connecting to Microsoft services. This is often caused by a poor connection. Try again, and use our support article if the issue persists.',
|
||||
'Starlight Launcher had trouble connecting to Microsoft services. This is often caused by a poor connection. Try again, and use our support article if the issue persists.',
|
||||
},
|
||||
hostsDescription: {
|
||||
id: 'app.error.hosts-description',
|
||||
@ -101,7 +101,7 @@ const messages = defineMessages({
|
||||
permissionsDescription: {
|
||||
id: 'app.error.permissions-description',
|
||||
defaultMessage:
|
||||
'Axolotl Launcher cannot write to the selected directory. Adjust its permissions and try again, or cancel the directory change.',
|
||||
'Starlight Launcher cannot write to the selected directory. Adjust its permissions and try again, or cancel the directory change.',
|
||||
},
|
||||
spaceTitle: { id: 'app.error.space-title', defaultMessage: 'Not enough space' },
|
||||
spaceDescription: {
|
||||
@ -112,7 +112,7 @@ const messages = defineMessages({
|
||||
directoryDescription: {
|
||||
id: 'app.error.directory-description',
|
||||
defaultMessage:
|
||||
'Axolotl Launcher cannot migrate to the selected directory. Contact support for help or cancel the directory change.',
|
||||
'Starlight Launcher cannot migrate to the selected directory. Contact support for help or cancel the directory change.',
|
||||
},
|
||||
retryDirectory: {
|
||||
id: 'app.error.retry-directory',
|
||||
@ -130,7 +130,7 @@ const messages = defineMessages({
|
||||
stateDescription: {
|
||||
id: 'app.error.state-description',
|
||||
defaultMessage:
|
||||
'Axolotl Launcher failed to load correctly. A file may be corrupted or an essential file may be missing.',
|
||||
'Starlight Launcher failed to load correctly. A file may be corrupted or an essential file may be missing.',
|
||||
},
|
||||
stateFixIntro: {
|
||||
id: 'app.error.state-fix-intro',
|
||||
@ -146,7 +146,7 @@ const messages = defineMessages({
|
||||
},
|
||||
loaderDescription: {
|
||||
id: 'app.error.loader-description',
|
||||
defaultMessage: 'Axolotl Launcher could not find a loader version for this instance.',
|
||||
defaultMessage: 'Starlight Launcher could not find a loader version for this instance.',
|
||||
},
|
||||
loaderFix: {
|
||||
id: 'app.error.loader-fix',
|
||||
|
||||
@ -32,7 +32,7 @@ const { formatMessage } = useVIntl()
|
||||
const messages = defineMessages({
|
||||
unknownTitle: {
|
||||
id: 'app.update-announcement.unknown-title',
|
||||
defaultMessage: 'Axolotl Launcher was updated',
|
||||
defaultMessage: 'Starlight Launcher was updated',
|
||||
},
|
||||
unknownBody: {
|
||||
id: 'app.update-announcement.unknown-body',
|
||||
|
||||
@ -331,7 +331,7 @@ const messages = defineMessages({
|
||||
},
|
||||
gameDirManagedNote: {
|
||||
id: 'instance.settings.tabs.general.game-dir.managed-note',
|
||||
defaultMessage: 'This instance uses the Axolotl-managed folder.',
|
||||
defaultMessage: 'This instance uses the Starlight-managed folder.',
|
||||
},
|
||||
gameDirExternalNote: {
|
||||
id: 'instance.settings.tabs.general.game-dir.external-note',
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
const translations: Record<string, string> = {
|
||||
'Your saved Microsoft sign-in token has expired or was revoked, so Axolotl Launcher cannot refresh your Minecraft session.':
|
||||
'已保存的 Microsoft 登录令牌已过期或被撤销,因此 Axolotl Launcher 无法刷新你的 Minecraft 会话。',
|
||||
'Sign out of the affected Minecraft account in Axolotl Launcher':
|
||||
'在 Axolotl Launcher 中退出受影响的 Minecraft 账号',
|
||||
'Your saved Microsoft sign-in token has expired or was revoked, so Starlight Launcher cannot refresh your Minecraft session.':
|
||||
'已保存的 Microsoft 登录令牌已过期或被撤销,因此 Starlight Launcher 无法刷新你的 Minecraft 会话。',
|
||||
'Sign out of the affected Minecraft account in Starlight Launcher':
|
||||
'在 Starlight Launcher 中退出受影响的 Minecraft 账号',
|
||||
'Sign in to the account again': '重新登录该账号',
|
||||
'Once the new sign-in finishes, try launching Minecraft again':
|
||||
'完成重新登录后,再次尝试启动 Minecraft',
|
||||
@ -13,17 +13,17 @@ const translations: Record<string, string> = {
|
||||
'如果系统支持,请开启自动设置时区和自动设置时间',
|
||||
'Use the sync option in your system settings to synchronize the clock':
|
||||
'使用系统设置中的同步选项校准时钟',
|
||||
'Restart Axolotl Launcher': '重启 Axolotl Launcher',
|
||||
'Restart Starlight Launcher': '重启 Starlight Launcher',
|
||||
'Try signing in again': '再次尝试登录',
|
||||
'Microsoft or Minecraft temporarily blocked the sign-in request because there were too many recent attempts.':
|
||||
'由于短时间内尝试次数过多,Microsoft 或 Minecraft 暂时限制了此次登录请求。',
|
||||
'Wait about an hour before trying again': '等待约一小时后再试',
|
||||
'Restart Axolotl Launcher after waiting': '等待后重启 Axolotl Launcher',
|
||||
'Restart Starlight Launcher after waiting': '等待后重启 Starlight Launcher',
|
||||
'Try signing in once more': '再次尝试登录',
|
||||
'If the same message appears, wait longer before retrying so the temporary limit can clear':
|
||||
'如果仍出现相同提示,请延长等待时间后再试,以便临时限制解除',
|
||||
"Minecraft's authentication service is returning a server error, so Axolotl Launcher cannot finish signing you in right now.":
|
||||
'Minecraft 身份验证服务返回了服务器错误,Axolotl Launcher 目前无法完成登录。',
|
||||
"Minecraft's authentication service is returning a server error, so Starlight Launcher cannot finish signing you in right now.":
|
||||
'Minecraft 身份验证服务返回了服务器错误,Starlight Launcher 目前无法完成登录。',
|
||||
'Wait a few minutes and try signing in again': '等待几分钟后再次尝试登录',
|
||||
'Check <a href="https://support.xbox.com/xbox-live-status">Xbox Status</a> for current service issues':
|
||||
'在 <a href="https://support.xbox.com/xbox-live-status">Xbox 服务状态</a>中查看当前是否存在服务故障',
|
||||
@ -41,13 +41,13 @@ const translations: Record<string, string> = {
|
||||
'如果刚购买游戏或刚设置档案,请等待最多一小时',
|
||||
'Make sure you are using the Microsoft account that owns Minecraft. Visit <a href="https://github.com/Mystic-Stars/Axolotl/issues">Axolotl support</a> for help':
|
||||
'确认当前使用的是拥有 Minecraft 的 Microsoft 账号。如需帮助,请访问 <a href="https://github.com/Mystic-Stars/Axolotl/issues">Axolotl 支持</a>',
|
||||
'Try signing in to Axolotl Launcher again': '再次尝试登录 Axolotl Launcher',
|
||||
'Axolotl Launcher could not connect to a Microsoft, Xbox, or Minecraft service needed for sign-in. This is usually caused by a local network, DNS, proxy, firewall, hosts file, VPN, or antivirus issue.':
|
||||
'Axolotl Launcher 无法连接登录所需的 Microsoft、Xbox 或 Minecraft 服务。通常是本地网络、DNS、代理、防火墙、hosts 文件、VPN 或杀毒软件导致的。',
|
||||
'Restart Axolotl Launcher and try signing in again': '重启 Axolotl Launcher,然后再次尝试登录',
|
||||
'Try signing in to Starlight Launcher again': '再次尝试登录 Starlight Launcher',
|
||||
'Starlight Launcher could not connect to a Microsoft, Xbox, or Minecraft service needed for sign-in. This is usually caused by a local network, DNS, proxy, firewall, hosts file, VPN, or antivirus issue.':
|
||||
'Starlight Launcher 无法连接登录所需的 Microsoft、Xbox 或 Minecraft 服务。通常是本地网络、DNS、代理、防火墙、hosts 文件、VPN 或杀毒软件导致的。',
|
||||
'Restart Starlight Launcher and try signing in again': '重启 Starlight Launcher,然后再次尝试登录',
|
||||
'Check that your internet connection is working': '检查网络连接是否正常',
|
||||
'Allow Axolotl Launcher through your firewall, antivirus, proxy, VPN, and hosts file rules':
|
||||
'在防火墙、杀毒软件、代理、VPN 和 hosts 文件规则中允许 Axolotl Launcher 通行',
|
||||
'Allow Starlight Launcher through your firewall, antivirus, proxy, VPN, and hosts file rules':
|
||||
'在防火墙、杀毒软件、代理、VPN 和 hosts 文件规则中允许 Starlight Launcher 通行',
|
||||
'Try a different network or temporarily disable VPN/proxy software if you use one':
|
||||
'尝试更换网络;如果正在使用 VPN 或代理软件,请暂时关闭后再试',
|
||||
'If routing or DNS is the issue, a service like Cloudflare WARP can sometimes help':
|
||||
@ -95,8 +95,8 @@ const translations: Record<string, string> = {
|
||||
'Update online play permissions': '更新在线游戏权限',
|
||||
"This account hasn't accepted Xbox's Terms of Service.": '此账号尚未接受 Xbox 服务条款。',
|
||||
'Accept the Terms if prompted': '如果出现提示,请接受相关条款',
|
||||
'Xbox services rejected the request to authorize this account for Minecraft services, but did not return a specific account restriction that Axolotl Launcher recognizes.':
|
||||
'Xbox 服务拒绝授权此账号访问 Minecraft 服务,但未返回 Axolotl Launcher 能识别的具体账号限制。',
|
||||
'Xbox services rejected the request to authorize this account for Minecraft services, but did not return a specific account restriction that Starlight Launcher recognizes.':
|
||||
'Xbox 服务拒绝授权此账号访问 Minecraft 服务,但未返回 Starlight Launcher 能识别的具体账号限制。',
|
||||
'Complete any prompts shown by Microsoft, Xbox, or Minecraft':
|
||||
'完成 Microsoft、Xbox 或 Minecraft 显示的所有提示步骤',
|
||||
'If the official launcher also fails, follow the error shown there or contact Xbox Support':
|
||||
|
||||
@ -10,9 +10,9 @@ export const minecraftAuthErrors: MinecraftAuthError[] = [
|
||||
{
|
||||
errorMatchers: ['Failed to deserialize response to JSON during step RefreshOAuthToken:'],
|
||||
whatHappened:
|
||||
'Your saved Microsoft sign-in token has expired or was revoked, so Axolotl Launcher cannot refresh your Minecraft session.',
|
||||
'Your saved Microsoft sign-in token has expired or was revoked, so Starlight Launcher cannot refresh your Minecraft session.',
|
||||
stepsToFix: [
|
||||
'Sign out of the affected Minecraft account in Axolotl Launcher',
|
||||
'Sign out of the affected Minecraft account in Starlight Launcher',
|
||||
'Sign in to the account again',
|
||||
'Once the new sign-in finishes, try launching Minecraft again',
|
||||
],
|
||||
@ -25,7 +25,7 @@ export const minecraftAuthErrors: MinecraftAuthError[] = [
|
||||
'Open your system date and time settings',
|
||||
'Turn on automatic time zone and automatic time, if available',
|
||||
'Use the sync option in your system settings to synchronize the clock',
|
||||
'Restart Axolotl Launcher',
|
||||
'Restart Starlight Launcher',
|
||||
'Try signing in again',
|
||||
],
|
||||
},
|
||||
@ -37,7 +37,7 @@ export const minecraftAuthErrors: MinecraftAuthError[] = [
|
||||
'Microsoft or Minecraft temporarily blocked the sign-in request because there were too many recent attempts.',
|
||||
stepsToFix: [
|
||||
'Wait about an hour before trying again',
|
||||
'Restart Axolotl Launcher after waiting',
|
||||
'Restart Starlight Launcher after waiting',
|
||||
'Try signing in once more',
|
||||
'If the same message appears, wait longer before retrying so the temporary limit can clear',
|
||||
],
|
||||
@ -47,7 +47,7 @@ export const minecraftAuthErrors: MinecraftAuthError[] = [
|
||||
message.includes('Failed to deserialize response to JSON during step MinecraftToken:') &&
|
||||
/Status Code: 5\d\d/.test(message),
|
||||
whatHappened:
|
||||
"Minecraft's authentication service is returning a server error, so Axolotl Launcher cannot finish signing you in right now.",
|
||||
"Minecraft's authentication service is returning a server error, so Starlight Launcher cannot finish signing you in right now.",
|
||||
stepsToFix: [
|
||||
'Wait a few minutes and try signing in again',
|
||||
'Check <a href="https://support.xbox.com/xbox-live-status">Xbox Status</a> for current service issues',
|
||||
@ -64,7 +64,7 @@ export const minecraftAuthErrors: MinecraftAuthError[] = [
|
||||
'Launch Minecraft: Java Edition once from the official launcher',
|
||||
'Wait up to an hour if the purchase or profile setup was recent',
|
||||
'Make sure you are using the Microsoft account that owns Minecraft. Visit <a href="https://github.com/Mystic-Stars/Axolotl/issues">Axolotl support</a> for help',
|
||||
'Try signing in to Axolotl Launcher again',
|
||||
'Try signing in to Starlight Launcher again',
|
||||
],
|
||||
},
|
||||
{
|
||||
@ -79,11 +79,11 @@ export const minecraftAuthErrors: MinecraftAuthError[] = [
|
||||
'live.com',
|
||||
].some((domain) => message.includes(domain)),
|
||||
whatHappened:
|
||||
'Axolotl Launcher could not connect to a Microsoft, Xbox, or Minecraft service needed for sign-in. This is usually caused by a local network, DNS, proxy, firewall, hosts file, VPN, or antivirus issue.',
|
||||
'Starlight Launcher could not connect to a Microsoft, Xbox, or Minecraft service needed for sign-in. This is usually caused by a local network, DNS, proxy, firewall, hosts file, VPN, or antivirus issue.',
|
||||
stepsToFix: [
|
||||
'Restart Axolotl Launcher and try signing in again',
|
||||
'Restart Starlight Launcher and try signing in again',
|
||||
'Check that your internet connection is working',
|
||||
'Allow Axolotl Launcher through your firewall, antivirus, proxy, VPN, and hosts file rules',
|
||||
'Allow Starlight Launcher through your firewall, antivirus, proxy, VPN, and hosts file rules',
|
||||
'Try a different network or temporarily disable VPN/proxy software if you use one',
|
||||
'If routing or DNS is the issue, a service like Cloudflare WARP can sometimes help',
|
||||
],
|
||||
@ -173,11 +173,11 @@ export const minecraftAuthErrors: MinecraftAuthError[] = [
|
||||
{
|
||||
errorMatchers: ['Failed to deserialize response to JSON during step XstsAuthorize:'],
|
||||
whatHappened:
|
||||
'Xbox services rejected the request to authorize this account for Minecraft services, but did not return a specific account restriction that Axolotl Launcher recognizes.',
|
||||
'Xbox services rejected the request to authorize this account for Minecraft services, but did not return a specific account restriction that Starlight Launcher recognizes.',
|
||||
stepsToFix: [
|
||||
'Sign in with the <a href="https://www.minecraft.net/en-us/download">official Minecraft Launcher</a>',
|
||||
'Complete any prompts shown by Microsoft, Xbox, or Minecraft',
|
||||
'Try signing in to Axolotl Launcher again',
|
||||
'Try signing in to Starlight Launcher again',
|
||||
'If the official launcher also fails, follow the error shown there or contact Xbox Support',
|
||||
],
|
||||
},
|
||||
|
||||
@ -33,7 +33,7 @@ const messages = defineMessages({
|
||||
intro: {
|
||||
id: 'app.privacy-consent.intro',
|
||||
defaultMessage:
|
||||
'Choose what Axolotl may send or display. Nothing is sent until you confirm these choices.',
|
||||
'Choose what Starlight may send or display. Nothing is sent until you confirm these choices.',
|
||||
},
|
||||
telemetry: {
|
||||
id: 'app.privacy-consent.telemetry',
|
||||
|
||||
@ -25,8 +25,8 @@ const { formatMessage } = useVIntl()
|
||||
<div class="onboarding-welcome-logo">
|
||||
<AxolotlLogo icon-only />
|
||||
</div>
|
||||
<div class="onboarding-welcome-wordmark" aria-label="Axolotl Launcher">
|
||||
<span class="onboarding-welcome-wordmark-core" data-wordmark="Axolotl"> Axolotl </span>
|
||||
<div class="onboarding-welcome-wordmark" aria-label="Starlight Launcher">
|
||||
<span class="onboarding-welcome-wordmark-core" data-wordmark="Starlight"> Starlight </span>
|
||||
<span class="onboarding-welcome-wordmark-suffix" data-wordmark="Launcher">
|
||||
Launcher
|
||||
</span>
|
||||
|
||||
@ -167,7 +167,7 @@ export const onboardingMessages = defineMessages({
|
||||
},
|
||||
translationTitle: {
|
||||
id: 'app.onboarding.translation.title',
|
||||
defaultMessage: 'Translation, the Axolotl way',
|
||||
defaultMessage: 'Translation, the Starlight way',
|
||||
},
|
||||
translationDescription: {
|
||||
id: 'app.onboarding.translation.description',
|
||||
@ -216,7 +216,7 @@ export const onboardingMessages = defineMessages({
|
||||
updatesTitle: { id: 'app.onboarding.updates.title', defaultMessage: 'Stay in the loop' },
|
||||
updatesDescription: {
|
||||
id: 'app.onboarding.updates.description',
|
||||
defaultMessage: 'Choose when Axolotl checks for updates and whether it installs them for you.',
|
||||
defaultMessage: 'Choose when Starlight checks for updates and whether it installs them for you.',
|
||||
},
|
||||
clickTab: { id: 'app.onboarding.action.click-tab', defaultMessage: 'Click this tab to continue' },
|
||||
libraryTitle: { id: 'app.onboarding.library.title', defaultMessage: 'Your launch shelf' },
|
||||
@ -391,7 +391,7 @@ export const onboardingMessages = defineMessages({
|
||||
'Open a local .litematic or .schem file, or choose one from an installed instance. The 3D workspace keeps viewing, measurement, layer controls, materials, and local edits together.',
|
||||
},
|
||||
skip: { id: 'app.onboarding.action.skip', defaultMessage: 'Leave the tour' },
|
||||
mascotAlt: { id: 'app.onboarding.mascot-alt', defaultMessage: 'Axolotl guide' },
|
||||
mascotAlt: { id: 'app.onboarding.mascot-alt', defaultMessage: 'Starlight guide' },
|
||||
})
|
||||
|
||||
const step = (
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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'),
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -115,7 +115,7 @@ export function useMultiplayerSession() {
|
||||
isExportingReport.value = true
|
||||
try {
|
||||
const report = await terracotta.getDiagnosticReport()
|
||||
await exportErrorLogs(report, 'Axolotl multiplayer error report')
|
||||
await exportErrorLogs(report, 'Starlight multiplayer error report')
|
||||
} catch (error: unknown) {
|
||||
handleError(error)
|
||||
} finally {
|
||||
|
||||
@ -71,7 +71,7 @@ export function useTerracottaSession() {
|
||||
isExportingReport.value = true
|
||||
try {
|
||||
const report = await terracotta.getDiagnosticReport()
|
||||
await exportErrorLogs(report, 'Axolotl multiplayer error report')
|
||||
await exportErrorLogs(report, 'Starlight multiplayer error report')
|
||||
} catch (error: unknown) {
|
||||
handleError(error)
|
||||
} finally {
|
||||
|
||||
@ -62,7 +62,8 @@ export async function showLauncherLogsFolder() {
|
||||
|
||||
export async function exportErrorLogs(
|
||||
errorMessage,
|
||||
fileNamePrefix = 'Axolotl Launcher error logs',
|
||||
|
||||
fileNamePrefix = 'Starlight Launcher error logs',
|
||||
) {
|
||||
const timestamp = new Date().toISOString().replace(/[:.]/g, '-')
|
||||
const outputPath = await save({
|
||||
|
||||
@ -63,7 +63,7 @@ type Color = {
|
||||
export const DEFAULT_GRADIENT_COLORS = ['#A855F7', '#22C55E']
|
||||
|
||||
export const DEFAULT_GRADIENT_DOCUMENT: GradientTextDocument = {
|
||||
lines: [[{ text: 'Axolotl', formats: [] }]],
|
||||
lines: [[{ text: 'Starlight', formats: [] }]],
|
||||
}
|
||||
|
||||
export const gradientFormatAdapters: readonly GradientFormatAdapter[] = [
|
||||
|
||||
@ -14,7 +14,7 @@ import {
|
||||
test('creates pack.mcmeta with legacy and ranged pack formats', () => {
|
||||
assert.equal(JSON.parse(createPackMcmeta(48)).pack.pack_format, 48)
|
||||
assert.deepEqual(JSON.parse(createPackMcmeta([107, 1])).pack, {
|
||||
description: 'Axolotl Recipe Generator',
|
||||
description: 'Starlight Recipe Generator',
|
||||
min_format: [107, 1],
|
||||
max_format: [107, 1],
|
||||
})
|
||||
@ -30,7 +30,7 @@ test('creates a datapack file name with a timestamp', () => {
|
||||
test('creates a description listing recipe product names in brackets', () => {
|
||||
assert.equal(
|
||||
createDatapackDescription(['橡木活板门', '闪长岩台阶']),
|
||||
'Axolotl Recipe Generator\n[橡木活板门] [闪长岩台阶]',
|
||||
'Starlight Recipe Generator\n[橡木活板门] [闪长岩台阶]',
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ export type DatapackTag = {
|
||||
|
||||
export type DatapackSaveSource = PackFile[] | Blob
|
||||
|
||||
const PACK_DESCRIPTION = 'Axolotl Recipe Generator'
|
||||
const PACK_DESCRIPTION = 'Starlight Recipe Generator'
|
||||
|
||||
function formatDatapackTimestamp(date: Date): string {
|
||||
const pad = (value: number) => String(value).padStart(2, '0')
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
"message": "العرض المتقدم"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "اختر لون سمتك المفضل من أجل تطبيق Axolotl Launcher."
|
||||
"message": "اختر لون سمتك المفضل من أجل تطبيق Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "لون السمة"
|
||||
@ -315,13 +315,13 @@
|
||||
"message": "اختيار المظهر"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "انتهى تنزيل تطبيق Axolotl Launcherv{version}. أعد التحميل للتحديث الآن، أو تلقائيًا عند إغلاق تطبيق Axolotl Launcher."
|
||||
"message": "انتهى تنزيل تطبيق Starlight Launcherv{version}. أعد التحميل للتحديث الآن، أو تلقائيًا عند إغلاق تطبيق Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "تطبيق Axolotl Launcherv {version} متاح. استخدم مدير الحزم الخاص بك للتحديث للحصول على أحدث الميزات والإصلاحات!"
|
||||
"message": "تطبيق Starlight Launcherv {version} متاح. استخدم مدير الحزم الخاص بك للتحديث للحصول على أحدث الميزات والإصلاحات!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "تطبيق Axolotl Launcherv{version} متاح الآن! وبما أنك متصل بشبكة مقيّدة، لم نقم بتنزيله تلقائيًا."
|
||||
"message": "تطبيق Starlight Launcherv{version} متاح الآن! وبما أنك متصل بشبكة مقيّدة، لم نقم بتنزيله تلقائيًا."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "سجل التغيير"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Pokročilé vykreslování"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Vyberte si váš preferovaný motiv pro aplikaci Axolotl Launcher."
|
||||
"message": "Vyberte si váš preferovaný motiv pro aplikaci Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Barevný motiv"
|
||||
@ -534,10 +534,10 @@
|
||||
"message": "Přihlásit se"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Přihlas se prosím ke svému Minecraft účtu, abys mohl/a využívat funkce pro správu skinů v aplikaci Axolotl Launcher."
|
||||
"message": "Přihlas se prosím ke svému Minecraft účtu, abys mohl/a využívat funkce pro správu skinů v aplikaci Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Přihlaš se prosím"
|
||||
@ -546,13 +546,13 @@
|
||||
"message": "Výběr skinu"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Stahování Axolotl Launcher v{version} bylo dokončeno. Aktualizujte ji znovunačtením nebo se automaticky aktualizuje po zavření."
|
||||
"message": "Stahování Starlight Launcher v{version} bylo dokončeno. Aktualizujte ji znovunačtením nebo se automaticky aktualizuje po zavření."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} je k dispozici. Aktualizujte ji pomocí svého správce balíčků, abyste získali nejnovější funkce a opravy!"
|
||||
"message": "Starlight Launcher v{version} je k dispozici. Aktualizujte ji pomocí svého správce balíčků, abyste získali nejnovější funkce a opravy!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} je nyní k dispozici! Protože jste v měřené síti, nebyla stažena automaticky."
|
||||
"message": "Starlight Launcher v{version} je nyní k dispozici! Protože jste v měřené síti, nebyla stažena automaticky."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Seznam změn"
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
"message": "Avanceret rendering"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Vælg dit foretrukne farvetema til Axolotl Launcher."
|
||||
"message": "Vælg dit foretrukne farvetema til Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Farvetema"
|
||||
@ -405,10 +405,10 @@
|
||||
"message": "Log Ind"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Venligst log ind på din Minecraft-konto for at bruge funktionerne til administration af skins i Axolotl Launcher."
|
||||
"message": "Venligst log ind på din Minecraft-konto for at bruge funktionerne til administration af skins i Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Venligst log ind"
|
||||
@ -417,13 +417,13 @@
|
||||
"message": "Skin vælger"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} er færdig med at download. Genindlæs for at opdatere nu, eller automatisk når du lukker Axolotl Launcher."
|
||||
"message": "Starlight Launcher v{version} er færdig med at download. Genindlæs for at opdatere nu, eller automatisk når du lukker Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} er nu tilgængelig. Brug din pakke-manager til at opdatere for de nyeste features og fejlrettelser!"
|
||||
"message": "Starlight Launcher v{version} er nu tilgængelig. Brug din pakke-manager til at opdatere for de nyeste features og fejlrettelser!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} er nu tilgængelig! Siden du er på et begrænset netværk, vi downloadede den ikke automatisk."
|
||||
"message": "Starlight Launcher v{version} er nu tilgængelig! Siden du er på et begrænset netværk, vi downloadede den ikke automatisk."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Ændringslog"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Erweitertes Rendering"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Wähle dein bevorzugtes Farbschema für die Axolotl Launcher."
|
||||
"message": "Wähle dein bevorzugtes Farbschema für die Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Farbschema"
|
||||
@ -534,10 +534,10 @@
|
||||
"message": "Anmelden"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Bitte melde dich in deinem Minecraft-Konto an, um die Skin-Verwaltungsfunktionen der Axolotl Launcher zu nutzen."
|
||||
"message": "Bitte melde dich in deinem Minecraft-Konto an, um die Skin-Verwaltungsfunktionen der Starlight Launcher zu nutzen."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Bitte anmelden"
|
||||
@ -546,13 +546,13 @@
|
||||
"message": "Skin-Auswahl"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} wurde heruntergeladen. Lade die App neu um jetzt zu aktualisieren, oder automatisch nach dem schliessen der Axolotl Launcher."
|
||||
"message": "Starlight Launcher v{version} wurde heruntergeladen. Lade die App neu um jetzt zu aktualisieren, oder automatisch nach dem schliessen der Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} ist verfügbar. Benutze deinen Paketmanager zum aktualisieren, um die neusten Features und Bugfixes zu erhalten!"
|
||||
"message": "Starlight Launcher v{version} ist verfügbar. Benutze deinen Paketmanager zum aktualisieren, um die neusten Features und Bugfixes zu erhalten!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} ist jetzt verfügbar! Da du in einem begrenzten Netzwerk bist, haben wir es nicht automatisch heruntergeladen."
|
||||
"message": "Starlight Launcher v{version} ist jetzt verfügbar! Da du in einem begrenzten Netzwerk bist, haben wir es nicht automatisch heruntergeladen."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Änderungen"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Erweitertes Rendering"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Wähle dein bevorzugtes Farbschema für die Axolotl Launcher."
|
||||
"message": "Wähle dein bevorzugtes Farbschema für die Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Farbschema"
|
||||
@ -534,10 +534,10 @@
|
||||
"message": "Anmelden"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Bitte melde dich bei deinem Minecraft-Konto an, um die Funktionen zur Skin-Verwaltung von Axolotl Launcher nutzen zu können."
|
||||
"message": "Bitte melde dich bei deinem Minecraft-Konto an, um die Funktionen zur Skin-Verwaltung von Starlight Launcher nutzen zu können."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Bitte melde dich an"
|
||||
@ -546,13 +546,13 @@
|
||||
"message": "Skin-Auswahl"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} wurde heruntergeladen. Neu laden, um jetzt zu aktualisieren, oder automatisch aktualisieren, wenn du die Axolotl Launcher schließt."
|
||||
"message": "Starlight Launcher v{version} wurde heruntergeladen. Neu laden, um jetzt zu aktualisieren, oder automatisch aktualisieren, wenn du die Starlight Launcher schließt."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} ist verfügbar. Verwende deinen Paketmanager, um die neuesten Funktionen und Fehlerbehebungen zu installieren!"
|
||||
"message": "Starlight Launcher v{version} ist verfügbar. Verwende deinen Paketmanager, um die neuesten Funktionen und Fehlerbehebungen zu installieren!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} ist jetzt verfügbar! Da du ein getaktetes Netzwerk nutzt, haben wir den Download nicht automatisch gestartet."
|
||||
"message": "Starlight Launcher v{version} ist jetzt verfügbar! Da du ein getaktetes Netzwerk nutzt, haben wir den Download nicht automatisch gestartet."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Änderungen"
|
||||
|
||||
@ -438,10 +438,10 @@
|
||||
"message": "Hide to tray"
|
||||
},
|
||||
"app.appearance-settings.close-behavior.title": {
|
||||
"message": "Choose how to close Axolotl Launcher"
|
||||
"message": "Choose how to close Starlight Launcher"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Select your preferred color theme for Axolotl Launcher."
|
||||
"message": "Select your preferred color theme for Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Color theme"
|
||||
@ -771,7 +771,7 @@
|
||||
"message": "Remember my choice"
|
||||
},
|
||||
"app.close-launcher.title": {
|
||||
"message": "Choose how to close Axolotl Launcher"
|
||||
"message": "Choose how to close Starlight Launcher"
|
||||
},
|
||||
"app.close-launcher.tray": {
|
||||
"message": "Hide to tray"
|
||||
@ -783,10 +783,10 @@
|
||||
"message": "If you have more ideas or suggestions, please join the player QQ group: "
|
||||
},
|
||||
"app.community-announcement.feedback-suffix": {
|
||||
"message": ". We look forward to improving Axolotl Launcher together!"
|
||||
"message": ". We look forward to improving Starlight Launcher together!"
|
||||
},
|
||||
"app.community-announcement.response": {
|
||||
"message": "Since Axolotl Launcher was promoted on video platforms, we have received far more love and attention than we expected, along with many thoughtful suggestions and high-quality reports."
|
||||
"message": "Since Starlight Launcher was promoted on video platforms, we have received far more love and attention than we expected, along with many thoughtful suggestions and high-quality reports."
|
||||
},
|
||||
"app.community-announcement.thanks": {
|
||||
"message": "I have done my best to personally reply to every comment on the videos. Thank you sincerely for all your support!"
|
||||
@ -1680,7 +1680,7 @@
|
||||
"message": "Debug information"
|
||||
},
|
||||
"app.error.directory-description": {
|
||||
"message": "Axolotl Launcher cannot migrate to the selected directory. Contact support for help or cancel the directory change."
|
||||
"message": "Starlight Launcher cannot migrate to the selected directory. Contact support for help or cancel the directory change."
|
||||
},
|
||||
"app.error.directory-title": {
|
||||
"message": "Could not change app directory"
|
||||
@ -1698,7 +1698,7 @@
|
||||
"message": "The connection to Microsoft, Xbox, or Minecraft services was rejected. These services may be blocked by your hosts file. See our support article for steps to fix the issue."
|
||||
},
|
||||
"app.error.loader-description": {
|
||||
"message": "Axolotl Launcher could not find a loader version for this instance."
|
||||
"message": "Starlight Launcher could not find a loader version for this instance."
|
||||
},
|
||||
"app.error.loader-fix": {
|
||||
"message": "Repair the instance using the button below."
|
||||
@ -1716,7 +1716,7 @@
|
||||
"message": "Sign in to Minecraft"
|
||||
},
|
||||
"app.error.network-description": {
|
||||
"message": "Axolotl Launcher had trouble connecting to Microsoft services. This is often caused by a poor connection. Try again, and use our support article if the issue persists."
|
||||
"message": "Starlight Launcher had trouble connecting to Microsoft services. This is often caused by a poor connection. Try again, and use our support article if the issue persists."
|
||||
},
|
||||
"app.error.network-issues": {
|
||||
"message": "Network issues"
|
||||
@ -1737,7 +1737,7 @@
|
||||
"message": "Using PC Game Pass, coming from Bedrock, or just bought the game?"
|
||||
},
|
||||
"app.error.permissions-description": {
|
||||
"message": "Axolotl Launcher cannot write to the selected directory. Adjust its permissions and try again, or cancel the directory change."
|
||||
"message": "Starlight Launcher cannot write to the selected directory. Adjust its permissions and try again, or cancel the directory change."
|
||||
},
|
||||
"app.error.permissions-title": {
|
||||
"message": "Change directory permissions"
|
||||
@ -1755,7 +1755,7 @@
|
||||
"message": "Not enough space"
|
||||
},
|
||||
"app.error.state-description": {
|
||||
"message": "Axolotl Launcher failed to load correctly. A file may be corrupted or an essential file may be missing."
|
||||
"message": "Starlight Launcher failed to load correctly. A file may be corrupted or an essential file may be missing."
|
||||
},
|
||||
"app.error.state-fix-internet": {
|
||||
"message": "Check your internet connection, then restart the app."
|
||||
@ -1767,7 +1767,7 @@
|
||||
"message": "Download and install the app again."
|
||||
},
|
||||
"app.error.state-title": {
|
||||
"message": "Error initializing Axolotl Launcher"
|
||||
"message": "Error initializing Starlight Launcher"
|
||||
},
|
||||
"app.error.support-article": {
|
||||
"message": "Support article"
|
||||
@ -3678,7 +3678,7 @@
|
||||
"message": "Redstone"
|
||||
},
|
||||
"app.lab.recipe-generator.copyright.disclaimer-body": {
|
||||
"message": "Minecraft assets are Copyright Mojang Studios / Microsoft and are used only to identify compatible content. Axolotl Launcher is not affiliated with or endorsed by Mojang Studios or Microsoft."
|
||||
"message": "Minecraft assets are Copyright Mojang Studios / Microsoft and are used only to identify compatible content. Starlight Launcher is not affiliated with or endorsed by Mojang Studios or Microsoft."
|
||||
},
|
||||
"app.lab.recipe-generator.copyright.disclaimer-heading": {
|
||||
"message": "Unofficial tool"
|
||||
@ -4461,13 +4461,13 @@
|
||||
"message": "Copy /tp"
|
||||
},
|
||||
"app.lab.seed-map.copyright.disclaimer-body": {
|
||||
"message": "Minecraft is a trademark of Mojang Synergies AB. Axolotl Launcher is not affiliated with or endorsed by Mojang or MinecraftSearch."
|
||||
"message": "Minecraft is a trademark of Mojang Synergies AB. Starlight Launcher is not affiliated with or endorsed by Mojang or MinecraftSearch."
|
||||
},
|
||||
"app.lab.seed-map.copyright.disclaimer-heading": {
|
||||
"message": "Unofficial tool"
|
||||
},
|
||||
"app.lab.seed-map.copyright.engine-body": {
|
||||
"message": "Biome, terrain, spawn, and structure data is generated locally with cubiomes, Copyright (c) 2020 Cubitect, provided under the MIT License, together with the Axolotl native integration."
|
||||
"message": "Biome, terrain, spawn, and structure data is generated locally with cubiomes, Copyright (c) 2020 Cubitect, provided under the MIT License, together with the Starlight native integration."
|
||||
},
|
||||
"app.lab.seed-map.copyright.engine-heading": {
|
||||
"message": "Local map engine"
|
||||
@ -5346,7 +5346,7 @@
|
||||
"message": "Minecraft opened a different LAN port. Restart the tunnel before sharing it."
|
||||
},
|
||||
"app.multiplayer.hongshi.port-hint": {
|
||||
"message": "Open a world to LAN. Axolotl will detect the port automatically; external games can use a manual port."
|
||||
"message": "Open a world to LAN. Starlight will detect the port automatically; external games can use a manual port."
|
||||
},
|
||||
"app.multiplayer.hongshi.public-address": {
|
||||
"message": "Public address"
|
||||
@ -5805,7 +5805,7 @@
|
||||
"message": "Your launch shelf"
|
||||
},
|
||||
"app.onboarding.mascot-alt": {
|
||||
"message": "Axolotl guide"
|
||||
"message": "Starlight guide"
|
||||
},
|
||||
"app.onboarding.privacy.description": {
|
||||
"message": "Manage anonymous telemetry, Discord Rich Presence, and the Minecraft log analysis service whenever you need to."
|
||||
@ -5841,10 +5841,10 @@
|
||||
"message": "Translate Modrinth project titles, summaries, and descriptions while you browse. Keep the original, show both, or make the translation the main character."
|
||||
},
|
||||
"app.onboarding.translation.title": {
|
||||
"message": "Translation, the Axolotl way"
|
||||
"message": "Translation, the Starlight way"
|
||||
},
|
||||
"app.onboarding.updates.description": {
|
||||
"message": "Choose when Axolotl checks for updates and whether it installs them for you."
|
||||
"message": "Choose when Starlight checks for updates and whether it installs them for you."
|
||||
},
|
||||
"app.onboarding.updates.title": {
|
||||
"message": "Stay in the loop"
|
||||
@ -5868,7 +5868,7 @@
|
||||
"message": "Shows your current launcher or game activity in Discord when Discord is running."
|
||||
},
|
||||
"app.privacy-consent.intro": {
|
||||
"message": "Choose what Axolotl may send or display. Nothing is sent until you confirm these choices."
|
||||
"message": "Choose what Starlight may send or display. Nothing is sent until you confirm these choices."
|
||||
},
|
||||
"app.privacy-consent.privacy-policy": {
|
||||
"message": "Read the privacy policy"
|
||||
@ -6189,7 +6189,7 @@
|
||||
"message": "Preparing server..."
|
||||
},
|
||||
"app.servers.modpack.unsupported-loader-description": {
|
||||
"message": "This modpack uses {loader}, but Axolotl can only start modpack servers with vanilla, Fabric, or Quilt. Support for {loader} is coming soon."
|
||||
"message": "This modpack uses {loader}, but Starlight can only start modpack servers with vanilla, Fabric, or Quilt. Support for {loader} is coming soon."
|
||||
},
|
||||
"app.servers.modpack.unsupported-loader-title": {
|
||||
"message": "{loader} servers are not supported yet"
|
||||
@ -6654,7 +6654,7 @@
|
||||
"message": "Help support continued development"
|
||||
},
|
||||
"app.settings.about.attribution": {
|
||||
"message": "Axolotl Launcher is a modified version of the open-source Modrinth codebase."
|
||||
"message": "Starlight Launcher is a modified version of the open-source Modrinth codebase."
|
||||
},
|
||||
"app.settings.about.community-support": {
|
||||
"message": "Project & community"
|
||||
@ -6744,13 +6744,13 @@
|
||||
"message": "The tide is falling — keep your axolotls underwater!"
|
||||
},
|
||||
"app.settings.about.game.title": {
|
||||
"message": "Axolotl merge"
|
||||
"message": "Starlight merge"
|
||||
},
|
||||
"app.settings.about.license-attribution": {
|
||||
"message": "License & attribution"
|
||||
},
|
||||
"app.settings.about.not-affiliated": {
|
||||
"message": "Modrinth is a trademark of Rinth, Inc. Axolotl Launcher is not affiliated with or endorsed by Rinth, Inc."
|
||||
"message": "Modrinth is a trademark of Rinth, Inc. Starlight Launcher is not affiliated with or endorsed by Rinth, Inc."
|
||||
},
|
||||
"app.settings.about.original-source": {
|
||||
"message": "Original Modrinth source"
|
||||
@ -6789,7 +6789,7 @@
|
||||
"message": "Community survey"
|
||||
},
|
||||
"app.settings.about.survey-description": {
|
||||
"message": "Help us improve Axolotl Launcher"
|
||||
"message": "Help us improve Starlight Launcher"
|
||||
},
|
||||
"app.settings.about.test-error": {
|
||||
"message": "Trigger test error"
|
||||
@ -7044,7 +7044,7 @@
|
||||
"message": "App cache"
|
||||
},
|
||||
"app.settings.resources.app-cache-description": {
|
||||
"message": "Axolotl Launcher caches data to speed up loading. Purging it forces the app to reload data and may temporarily slow the app down."
|
||||
"message": "Starlight Launcher caches data to speed up loading. Purging it forces the app to reload data and may temporarily slow the app down."
|
||||
},
|
||||
"app.settings.resources.app-directory": {
|
||||
"message": "App directory"
|
||||
@ -7056,7 +7056,7 @@
|
||||
"message": "You are currently running in portable mode. The app directory is fixed and cannot be changed."
|
||||
},
|
||||
"app.settings.resources.axolotl-data-directory": {
|
||||
"message": "Axolotl data directory"
|
||||
"message": "Starlight data directory"
|
||||
},
|
||||
"app.settings.resources.concurrency.manual": {
|
||||
"message": "Manual"
|
||||
@ -7113,7 +7113,7 @@
|
||||
"message": "Minecraft directories"
|
||||
},
|
||||
"app.settings.resources.minecraft-directories-description": {
|
||||
"message": "Add one or more .minecraft folders for instances that use an external game directory. These folders are kept separate from Axolotl data."
|
||||
"message": "Add one or more .minecraft folders for instances that use an external game directory. These folders are kept separate from Starlight data."
|
||||
},
|
||||
"app.settings.resources.minecraft-directory-mode": {
|
||||
"message": "Game directory mode"
|
||||
@ -7461,7 +7461,7 @@
|
||||
"message": "Copy Release data to Beta?"
|
||||
},
|
||||
"app.settings.updates.channel.description": {
|
||||
"message": "Choose which launcher versions Axolotl receives."
|
||||
"message": "Choose which launcher versions Starlight receives."
|
||||
},
|
||||
"app.settings.updates.channel.label": {
|
||||
"message": "Channel"
|
||||
@ -7473,7 +7473,7 @@
|
||||
"message": "Stable, tested features and fixes. Updates arrive less often."
|
||||
},
|
||||
"app.settings.updates.channel.restart-description": {
|
||||
"message": "Restart Axolotl now to start using the new update channel, or restart manually later."
|
||||
"message": "Restart Starlight now to start using the new update channel, or restart manually later."
|
||||
},
|
||||
"app.settings.updates.channel.restart-development-description": {
|
||||
"message": "The new update channel will be used after you manually restart the development session."
|
||||
@ -7524,7 +7524,7 @@
|
||||
"message": "Database isolation"
|
||||
},
|
||||
"app.settings.updates.database-operation.active-target": {
|
||||
"message": "Cannot overwrite the database currently in use. Restart Axolotl and switch channels first."
|
||||
"message": "Cannot overwrite the database currently in use. Restart Starlight and switch channels first."
|
||||
},
|
||||
"app.settings.updates.database-operation.beta-to-release": {
|
||||
"message": "Copy Beta to Release"
|
||||
@ -7542,7 +7542,7 @@
|
||||
"message": "Overwrite database?"
|
||||
},
|
||||
"app.settings.updates.database-operation.failed": {
|
||||
"message": "The database could not be copied. Please make sure Axolotl is not using the target database."
|
||||
"message": "The database could not be copied. Please make sure Starlight is not using the target database."
|
||||
},
|
||||
"app.settings.updates.database-operation.label": {
|
||||
"message": "Database operation"
|
||||
@ -7602,7 +7602,7 @@
|
||||
"message": "Updates are installed only when their cryptographic signature is valid."
|
||||
},
|
||||
"app.settings.updates.up-to-date": {
|
||||
"message": "Axolotl is up to date."
|
||||
"message": "Starlight is up to date."
|
||||
},
|
||||
"app.sidebar.collapse": {
|
||||
"message": "Collapse sidebar"
|
||||
@ -7749,13 +7749,13 @@
|
||||
"message": "Tiny Takeover"
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.button": {
|
||||
"message": "Sign In"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Please sign into your Minecraft account to use the skin management features of Axolotl Launcher."
|
||||
"message": "Please sign into your Minecraft account to use the skin management features of Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Please sign in"
|
||||
@ -7788,7 +7788,7 @@
|
||||
"message": "Fill out the survey"
|
||||
},
|
||||
"app.survey-promotion.intro": {
|
||||
"message": "To help us improve Axolotl Launcher, we have prepared a short survey and would love to hear your feedback."
|
||||
"message": "To help us improve Starlight Launcher, we have prepared a short survey and would love to hear your feedback."
|
||||
},
|
||||
"app.survey-promotion.reward": {
|
||||
"message": "Lucky participants will be drawn to win a genuine Minecraft account (redeemable for cash)."
|
||||
@ -7992,16 +7992,16 @@
|
||||
"message": "This version does not have a bundled announcement yet. Visit the website for the full changelog."
|
||||
},
|
||||
"app.update-announcement.unknown-title": {
|
||||
"message": "Axolotl Launcher was updated"
|
||||
"message": "Starlight Launcher was updated"
|
||||
},
|
||||
"app.update-announcement.version": {
|
||||
"message": "Version {version}"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} has finished downloading. Reload to update now, or automatically when you close Axolotl Launcher."
|
||||
"message": "Starlight Launcher v{version} has finished downloading. Reload to update now, or automatically when you close Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} is available now! Since you're on a metered network, we didn't automatically download it."
|
||||
"message": "Starlight Launcher v{version} is available now! Since you're on a metered network, we didn't automatically download it."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Changelog"
|
||||
@ -8031,7 +8031,7 @@
|
||||
"message": "Installing version {version}"
|
||||
},
|
||||
"app.warning.running-as-admin": {
|
||||
"message": "Axolotl is running as administrator. Drag-and-drop file import is disabled in this mode; please restart the launcher without administrator privileges."
|
||||
"message": "Starlight is running as administrator. Drag-and-drop file import is disabled in this mode; please restart the launcher without administrator privileges."
|
||||
},
|
||||
"app.world-editor.allow-commands.label": {
|
||||
"message": "Allow cheats"
|
||||
@ -8484,7 +8484,7 @@
|
||||
"message": "Shader Packs"
|
||||
},
|
||||
"drop.help.title": {
|
||||
"message": "What can I drop into Axolotl?"
|
||||
"message": "What can I drop into Starlight?"
|
||||
},
|
||||
"drop.help.worlds-desc": {
|
||||
"message": "Drag world save folders to import them into an instance."
|
||||
@ -8868,7 +8868,7 @@
|
||||
"message": "Version isolated (stored in versions/)"
|
||||
},
|
||||
"instance.settings.tabs.general.game-dir.managed-note": {
|
||||
"message": "This instance uses the Axolotl-managed folder."
|
||||
"message": "This instance uses the Starlight-managed folder."
|
||||
},
|
||||
"instance.settings.tabs.general.game-dir.move-note": {
|
||||
"message": "Switching isolation only updates the launcher path. Move the mods, saves, and config folders yourself to match."
|
||||
@ -9429,7 +9429,7 @@
|
||||
"message": "{count, plural, one {# exact choice} other {# exact choices}}"
|
||||
},
|
||||
"instance.upgrade.customize.custom.description": {
|
||||
"message": "Fix exact versions for selected content and let Axolotl solve the remaining dependency graph."
|
||||
"message": "Fix exact versions for selected content and let Starlight solve the remaining dependency graph."
|
||||
},
|
||||
"instance.upgrade.customize.custom.discard-switch": {
|
||||
"message": "Discard and switch"
|
||||
@ -9483,7 +9483,7 @@
|
||||
"message": "Update dependency"
|
||||
},
|
||||
"instance.upgrade.customize.description": {
|
||||
"message": "Choose how aggressively Axolotl should update content in this instance."
|
||||
"message": "Choose how aggressively Starlight should update content in this instance."
|
||||
},
|
||||
"instance.upgrade.customize.effective-changes": {
|
||||
"message": "Effective changes"
|
||||
@ -9534,7 +9534,7 @@
|
||||
"message": "Resolve custom conflicts before continuing."
|
||||
},
|
||||
"instance.upgrade.customize.search-limit.body": {
|
||||
"message": "Axolotl couldn't find a solution within the search limit. Try relaxing one of your custom choices."
|
||||
"message": "Starlight couldn't find a solution within the search limit. Try relaxing one of your custom choices."
|
||||
},
|
||||
"instance.upgrade.customize.search-limit.title": {
|
||||
"message": "Search limit reached"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Renderizado avanzado"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Selecciona el tema de color que prefieras para la Axolotl Launcher."
|
||||
"message": "Selecciona el tema de color que prefieras para la Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Color de la interfaz"
|
||||
@ -534,10 +534,10 @@
|
||||
"message": "Iniciar sesión"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Por favor, inicia sesión en tu cuenta de Minecraft para poder utilizar las funciones de gestión de skins de la Axolotl Launcher."
|
||||
"message": "Por favor, inicia sesión en tu cuenta de Minecraft para poder utilizar las funciones de gestión de skins de la Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Por favor, inicia sesión"
|
||||
@ -546,13 +546,13 @@
|
||||
"message": "Selector de skin"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "La descarga de la Axolotl Launcher v{version} ha finalizado. Actualiza ahora o automáticamente al cerrar la Axolotl Launcher."
|
||||
"message": "La descarga de la Starlight Launcher v{version} ha finalizado. Actualiza ahora o automáticamente al cerrar la Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "La Axolotl Launcher v{version} está disponible. ¡Usa tu gestor de paquetes para actualizarla y tener las últimas funciones y corrección de errores!"
|
||||
"message": "La Starlight Launcher v{version} está disponible. ¡Usa tu gestor de paquetes para actualizarla y tener las últimas funciones y corrección de errores!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "¡La Axolotl Launcher v{version} ya está disponible! Al estar usando una red de datos límitada, no la hemos descargado automáticamente."
|
||||
"message": "¡La Starlight Launcher v{version} ya está disponible! Al estar usando una red de datos límitada, no la hemos descargado automáticamente."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Registro de cambios"
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
"message": "Renderizado avanzado"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Selecciona tu tema de color preferido para la Axolotl Launcher."
|
||||
"message": "Selecciona tu tema de color preferido para la Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Tema de color"
|
||||
@ -429,10 +429,10 @@
|
||||
"message": "Iniciar Sesión"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Por favor, inicia sesión con tu cuenta de Minecraft para usar las funciones del administrador de skins de Axolotl Launcher."
|
||||
"message": "Por favor, inicia sesión con tu cuenta de Minecraft para usar las funciones del administrador de skins de Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Por favor, inicia sesión"
|
||||
@ -441,13 +441,13 @@
|
||||
"message": "Selector de Skin"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} se ha descargado. Actualiza la página ahora o espera a que se actualice automáticamente al cerrar Axolotl Launcher."
|
||||
"message": "Starlight Launcher v{version} se ha descargado. Actualiza la página ahora o espera a que se actualice automáticamente al cerrar Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Ya está disponible Axolotl Launcher v{version}. ¡Utiliza tu gestor de paquetes para actualizarla y disfrutar de las últimas funciones y correcciones!"
|
||||
"message": "Ya está disponible Starlight Launcher v{version}. ¡Utiliza tu gestor de paquetes para actualizarla y disfrutar de las últimas funciones y correcciones!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "¡Axolotl Launcher v{version} ya está disponible! Como estás conectado a una red con tarifa por datos, no la hemos descargado automáticamente."
|
||||
"message": "¡Starlight Launcher v{version} ya está disponible! Como estás conectado a una red con tarifa por datos, no la hemos descargado automáticamente."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Registro de cambios"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Edistynyt renderointi"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Valitse haluamasi väriteema Axolotl Launcherille."
|
||||
"message": "Valitse haluamasi väriteema Starlight Launcherille."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Väriteema"
|
||||
@ -534,10 +534,10 @@
|
||||
"message": "Kirjaudu sisään"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Kirjaudu Minecraft-tilillesi käyttääksesi Axolotl Launcherin ulkoasujen hallintaominaisuuksia."
|
||||
"message": "Kirjaudu Minecraft-tilillesi käyttääksesi Starlight Launcherin ulkoasujen hallintaominaisuuksia."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Kirjaudu sisään"
|
||||
@ -546,13 +546,13 @@
|
||||
"message": "Skinivalinta"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher versio {version} on ladattu. Voit käynnistää sovelluksen uudelleen päivittääksesi heti tai antaa päivityksen asentua automaattisesti, kun suljet Axolotl Launcherin."
|
||||
"message": "Starlight Launcher versio {version} on ladattu. Voit käynnistää sovelluksen uudelleen päivittääksesi heti tai antaa päivityksen asentua automaattisesti, kun suljet Starlight Launcherin."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher versio {version} on saatavilla. Käytä paketinhallintasi ja päivitä käyttääksesi uusimpia ominaisuuksia ja korjauksia!"
|
||||
"message": "Starlight Launcher versio {version} on saatavilla. Käytä paketinhallintasi ja päivitä käyttääksesi uusimpia ominaisuuksia ja korjauksia!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher versio {version} on nyt saatavilla! Koska käytät käytön mukaan laskutettavaa verkkoa, emme ladannut sitä automaattisesti."
|
||||
"message": "Starlight Launcher versio {version} on nyt saatavilla! Koska käytät käytön mukaan laskutettavaa verkkoa, emme ladannut sitä automaattisesti."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Muutosloki"
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
"message": "Masalimuot na pagrerender"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Piliin ang iyong mas gustong kulay para sa Axolotl Launcher."
|
||||
"message": "Piliin ang iyong mas gustong kulay para sa Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Tema ng kulay"
|
||||
@ -315,13 +315,13 @@
|
||||
"message": "Modrinth"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Tapos nang ma-download ang Axolotl Launcher v{version}. Mag-reload upang ma-update ngayon, o awtomatiko sa pagsara ng Axolotl Launcher."
|
||||
"message": "Tapos nang ma-download ang Starlight Launcher v{version}. Mag-reload upang ma-update ngayon, o awtomatiko sa pagsara ng Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Magagamit na ngayon ang Axolotl Launcher v{version}. Gamitin ang iyong package manager upang i-update sa pinabagong tampok at pag-aayos!"
|
||||
"message": "Magagamit na ngayon ang Starlight Launcher v{version}. Gamitin ang iyong package manager upang i-update sa pinabagong tampok at pag-aayos!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Magagamit na ngayon ang Axolotl Launcher v{version}! Hindi namin dinanload kaagad dahil naka-metro ang inyong network."
|
||||
"message": "Magagamit na ngayon ang Starlight Launcher v{version}! Hindi namin dinanload kaagad dahil naka-metro ang inyong network."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Changelog"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Rendu avancé"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Sélectionnez votre couleur préférée pour le thème de Axolotl Launcher."
|
||||
"message": "Sélectionnez votre couleur préférée pour le thème de Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Couleur du thème"
|
||||
@ -534,10 +534,10 @@
|
||||
"message": "Se connecter"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Veuillez vous connecter à votre compte Minecraft pour utiliser les fonctionnalités de gestion de skins de Axolotl Launcher."
|
||||
"message": "Veuillez vous connecter à votre compte Minecraft pour utiliser les fonctionnalités de gestion de skins de Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Veuillez vous connecter"
|
||||
@ -546,13 +546,13 @@
|
||||
"message": "Sélecteur de skin"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} a finie d'être téléchargée. Rechargez pour mettre à jour maintenant, ou automatiquement quand vous fermez Axolotl Launcher."
|
||||
"message": "Starlight Launcher v{version} a finie d'être téléchargée. Rechargez pour mettre à jour maintenant, ou automatiquement quand vous fermez Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} est disponible. Utilisez votre gestionnaire de paquets pour mettre à jour les dernières fonctionnalités et corrections de bogues !"
|
||||
"message": "Starlight Launcher v{version} est disponible. Utilisez votre gestionnaire de paquets pour mettre à jour les dernières fonctionnalités et corrections de bogues !"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} est disponible maintenant ! Puisque vous êtes sur un réseau métré, nous ne l'avons pas téléchargé automatiquement."
|
||||
"message": "Starlight Launcher v{version} est disponible maintenant ! Puisque vous êtes sur un réseau métré, nous ne l'avons pas téléchargé automatiquement."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Journal des modifications"
|
||||
|
||||
@ -180,13 +180,13 @@
|
||||
"message": "מוריד גרסה {version}"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} סיימה את תהליך ההורדה. יש לרענן כדי לעדכן עכשיו, או באופן אוטומטי בעת סגירת האפליקציה."
|
||||
"message": "Starlight Launcher v{version} סיימה את תהליך ההורדה. יש לרענן כדי לעדכן עכשיו, או באופן אוטומטי בעת סגירת האפליקציה."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} זמין. יש להשתמש במנהל חבילות שלך כדי לעדכן בשביל התכונות החדשות ותיקונים!"
|
||||
"message": "Starlight Launcher v{version} זמין. יש להשתמש במנהל חבילות שלך כדי לעדכן בשביל התכונות החדשות ותיקונים!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} זמינה עכשיו! בגלל החיבור לפי שימוש, לא הורדנו אותה אוטומטית."
|
||||
"message": "Starlight Launcher v{version} זמינה עכשיו! בגלל החיבור לפי שימוש, לא הורדנו אותה אוטומטית."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "יומן שינויים"
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
"message": "Fejlett renderelés"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Válaszd ki a Axolotl Launcherhoz a kívánt színsémát."
|
||||
"message": "Válaszd ki a Starlight Launcherhoz a kívánt színsémát."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Téma"
|
||||
@ -429,10 +429,10 @@
|
||||
"message": "Bejelentkezés"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Kérlek jelentkezz be a Minecraft-fiókodba, hogy használni tudd a Axolotl Launcher kinézetkezelési funkcióit."
|
||||
"message": "Kérlek jelentkezz be a Minecraft-fiókodba, hogy használni tudd a Starlight Launcher kinézetkezelési funkcióit."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Kérlek jelentkezz be"
|
||||
@ -441,13 +441,13 @@
|
||||
"message": "Kinézetváltó"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "A Axolotl Launcher v{version} letöltése befejeződött. Frissítéshez válaszd ki a Frissítés opciót, vagy az alkalmazás a bezárásakor automatikusan frissül."
|
||||
"message": "A Starlight Launcher v{version} letöltése befejeződött. Frissítéshez válaszd ki a Frissítés opciót, vagy az alkalmazás a bezárásakor automatikusan frissül."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "A Axolotl Launcher v{version} elérhető. Használd a csomagkezelőt a legújabb funkciók és javítások frissítéséhez!"
|
||||
"message": "A Starlight Launcher v{version} elérhető. Használd a csomagkezelőt a legújabb funkciók és javítások frissítéséhez!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "A Axolotl Launcher v{version} már elérhető! Mivel mérhető hálózaton vagy, nem töltöttük le automatikusan."
|
||||
"message": "A Starlight Launcher v{version} már elérhető! Mivel mérhető hálózaton vagy, nem töltöttük le automatikusan."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Változásnapló"
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
"message": "Renderasi tingkat lanjut"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Pilih tema warna pilihan Anda untuk Axolotl Launcher."
|
||||
"message": "Pilih tema warna pilihan Anda untuk Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Tema warna"
|
||||
@ -426,10 +426,10 @@
|
||||
"message": "Masuk"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Mohon masuk ke akun Minecraft Anda untuk menggunakan fitur pengelolaan rupa dari Axolotl Launcher."
|
||||
"message": "Mohon masuk ke akun Minecraft Anda untuk menggunakan fitur pengelolaan rupa dari Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Silakan masuk"
|
||||
@ -438,13 +438,13 @@
|
||||
"message": "Pemilih rupa"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} telah selesai mengunduh. Muat ulang untuk memperbarui sekarang, atau secara otomatis saat Anda menutup Axolotl Launcher."
|
||||
"message": "Starlight Launcher v{version} telah selesai mengunduh. Muat ulang untuk memperbarui sekarang, atau secara otomatis saat Anda menutup Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} tersedia. Gunakan pengelola paket Anda untuk memperbarui dan mendapatkan fitur-fitur dan perbaikan terbaru!"
|
||||
"message": "Starlight Launcher v{version} tersedia. Gunakan pengelola paket Anda untuk memperbarui dan mendapatkan fitur-fitur dan perbaikan terbaru!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} sudah tersedia! Karena Anda saat ini sedang berada dalam jaringan terukur, kami tidak mengunduhnya secara otomatis."
|
||||
"message": "Starlight Launcher v{version} sudah tersedia! Karena Anda saat ini sedang berada dalam jaringan terukur, kami tidak mengunduhnya secara otomatis."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Catatan perubahan"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Rendering avanzato"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Scegli il tema che Axolotl Launcher userà su questo dispositivo."
|
||||
"message": "Scegli il tema che Starlight Launcher userà su questo dispositivo."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Tema"
|
||||
@ -534,7 +534,7 @@
|
||||
"message": "Accedi col tuo account Minecraft per poter gestire le skin qui."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Effettua l'accesso"
|
||||
@ -543,13 +543,13 @@
|
||||
"message": "Seleziona una skin"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} è stata scaricata. Ricarica per aggiornare ora, o avverrà in automatico alla chiusura dell'app."
|
||||
"message": "Starlight Launcher v{version} è stata scaricata. Ricarica per aggiornare ora, o avverrà in automatico alla chiusura dell'app."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} è disponibile. Usa il tuo gestore di pacchetti per aggiornare e ricevere le novità più recenti!"
|
||||
"message": "Starlight Launcher v{version} è disponibile. Usa il tuo gestore di pacchetti per aggiornare e ricevere le novità più recenti!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} è ora disponibile! Poiché sei su una rete a consumo, non l'abbiamo scaricata automaticamente."
|
||||
"message": "Starlight Launcher v{version} è ora disponibile! Poiché sei su una rete a consumo, non l'abbiamo scaricata automaticamente."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Novità"
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
"message": "高度なレンダリング"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Axolotl Launcherでのお好みのテーマを選択してください。"
|
||||
"message": "Starlight Launcherでのお好みのテーマを選択してください。"
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "テーマ"
|
||||
@ -321,16 +321,16 @@
|
||||
"message": "タイニー・テイクオーバー"
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} のダウンロードが完了しました。今すぐ更新するには再読み込みするか、Axolotl Launcherを閉じる際に自動更新されます。"
|
||||
"message": "Starlight Launcher v{version} のダウンロードが完了しました。今すぐ更新するには再読み込みするか、Starlight Launcherを閉じる際に自動更新されます。"
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} が利用可能です。最新の機能と修正プログラムを入手するには、パッケージマネージャーを使用して更新してください!"
|
||||
"message": "Starlight Launcher v{version} が利用可能です。最新の機能と修正プログラムを入手するには、パッケージマネージャーを使用して更新してください!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} が利用可能になりました!お使いのネットワークが従量制のため、自動ダウンロードは行っておりません。"
|
||||
"message": "Starlight Launcher v{version} が利用可能になりました!お使いのネットワークが従量制のため、自動ダウンロードは行っておりません。"
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "更新履歴"
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
"message": "고급 렌더링"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Axolotl Launcher에서 선호하는 색상 테마를 선택합니다."
|
||||
"message": "Starlight Launcher에서 선호하는 색상 테마를 선택합니다."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "색상 테마"
|
||||
@ -414,10 +414,10 @@
|
||||
"message": "로그인"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Axolotl Launcher의 스킨 관리 기능을 사용하려면 Minecraft 계정에 로그인하세요."
|
||||
"message": "Starlight Launcher의 스킨 관리 기능을 사용하려면 Minecraft 계정에 로그인하세요."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "로그인하세요"
|
||||
@ -426,13 +426,13 @@
|
||||
"message": "스킨 선택"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} 다운로드가 완료되었습니다. 새로고침하거나 Axolotl Launcher을 종료하면 자동으로 업데이트됩니다."
|
||||
"message": "Starlight Launcher v{version} 다운로드가 완료되었습니다. 새로고침하거나 Starlight Launcher을 종료하면 자동으로 업데이트됩니다."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher앱 v{version}을 사용할 수 있습니다. 최신 기능과 오류 수정을 적용하려면 패키지 관리자를 통해 업데이트하세요!"
|
||||
"message": "Starlight Launcher앱 v{version}을 사용할 수 있습니다. 최신 기능과 오류 수정을 적용하려면 패키지 관리자를 통해 업데이트하세요!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher앱 v{version}을 지금 사용할 수 있습니다! 데이터 통신 연결을 사용 중이므로, 자동으로 다운로드하지 않았습니다."
|
||||
"message": "Starlight Launcher앱 v{version}을 지금 사용할 수 있습니다! 데이터 통신 연결을 사용 중이므로, 자동으로 다운로드하지 않았습니다."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "변경 내역"
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
"message": "Pemaparan lanjutan"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Pilih tema warna pilihan anda untuk Axolotl Launcher."
|
||||
"message": "Pilih tema warna pilihan anda untuk Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Tema warna"
|
||||
@ -369,10 +369,10 @@
|
||||
"message": "Daftar Masuk"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Sila daftar masuk ke akaun Minecraft anda untuk menggunakan ciri pengurusan kekulit milik Axolotl Launcher."
|
||||
"message": "Sila daftar masuk ke akaun Minecraft anda untuk menggunakan ciri pengurusan kekulit milik Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Sila daftar masuk"
|
||||
@ -381,13 +381,13 @@
|
||||
"message": "Pemilih kekulit"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} sudah selesai dimuat turun! Muat semula untuk kemas kini sekarang, atau kemas kini secara automatik apabila anda menutup Axolotl Launcher."
|
||||
"message": "Starlight Launcher v{version} sudah selesai dimuat turun! Muat semula untuk kemas kini sekarang, atau kemas kini secara automatik apabila anda menutup Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} tersedia. Gunakan pengurus pakej anda untuk mengemas kini dan mendapatkan ciri-ciri dan pembetulan terkini!"
|
||||
"message": "Starlight Launcher v{version} tersedia. Gunakan pengurus pakej anda untuk mengemas kini dan mendapatkan ciri-ciri dan pembetulan terkini!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} kini tersedia! Memandangkan anda sedang menggunakan rangkaian bermeter, kami tidak memuat turunnya secara automatik."
|
||||
"message": "Starlight Launcher v{version} kini tersedia! Memandangkan anda sedang menggunakan rangkaian bermeter, kami tidak memuat turunnya secara automatik."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Log perubahan"
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
"message": "Geavanceerde weergave"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Selecteer je voorkeur kleurenthema voor de Axolotl Launcher."
|
||||
"message": "Selecteer je voorkeur kleurenthema voor de Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Kleurenthema"
|
||||
@ -426,10 +426,10 @@
|
||||
"message": "Inloggen"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Log in op je Minecraft-account om de skinbeheerfuncties van Axolotl Launcher te gebruiken."
|
||||
"message": "Log in op je Minecraft-account om de skinbeheerfuncties van Starlight Launcher te gebruiken."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Log in"
|
||||
@ -438,13 +438,13 @@
|
||||
"message": "Skinkiezer"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} is klaar met downloaden. Herlaad om nu te updaten, of automatisch wanneer je de Axolotl Launcher afsluit."
|
||||
"message": "Starlight Launcher v{version} is klaar met downloaden. Herlaad om nu te updaten, of automatisch wanneer je de Starlight Launcher afsluit."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} is beschikbaar. Gebruik je pakketbeheerder om te updaten voor de laatste functies en oplossingen!"
|
||||
"message": "Starlight Launcher v{version} is beschikbaar. Gebruik je pakketbeheerder om te updaten voor de laatste functies en oplossingen!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} is nu beschikbaar! Omdat je nu op een netwerk met datalimiet zit, is de download niet automatisch gestart."
|
||||
"message": "Starlight Launcher v{version} is nu beschikbaar! Omdat je nu op een netwerk met datalimiet zit, is de download niet automatisch gestart."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Wijzigingen"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Zaawansowane renderowanie"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Wybierz preferowany motyw w Axolotl Launcher."
|
||||
"message": "Wybierz preferowany motyw w Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Motyw"
|
||||
@ -531,10 +531,10 @@
|
||||
"message": "Zaloguj się"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Zaloguj się na konto Minecraft, by móc zarządzać skórkami poprzez Axolotl Launcher."
|
||||
"message": "Zaloguj się na konto Minecraft, by móc zarządzać skórkami poprzez Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Zaloguj się"
|
||||
@ -543,13 +543,13 @@
|
||||
"message": "Wybierz skórkę"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Wersja Axolotl Launcher v{version} została pobrana. Załaduj ponownie, żeby zaktualizować teraz, albo automatycznie, gdy zamkniesz Axolotl Launcher."
|
||||
"message": "Wersja Starlight Launcher v{version} została pobrana. Załaduj ponownie, żeby zaktualizować teraz, albo automatycznie, gdy zamkniesz Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Wersja Axolotl Launcher v{version} jest dostępna. Pobierz aktualizację poprzez menedżer pakietów, by uzyskać najnowsze funkcje i poprawki!"
|
||||
"message": "Wersja Starlight Launcher v{version} jest dostępna. Pobierz aktualizację poprzez menedżer pakietów, by uzyskać najnowsze funkcje i poprawki!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Wersja Axolotl Launcher v{version} jest dostępna! Skoro korzystasz z sieci taryfowej, nie pobraliśmy jej automatycznie."
|
||||
"message": "Wersja Starlight Launcher v{version} jest dostępna! Skoro korzystasz z sieci taryfowej, nie pobraliśmy jej automatycznie."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Dziennik zmian"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Renderização avançada"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Escolha seu tema de cores preferido para o Axolotl Launcher."
|
||||
"message": "Escolha seu tema de cores preferido para o Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Tema de cores"
|
||||
@ -534,10 +534,10 @@
|
||||
"message": "Iniciar sessão"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Inicie sessão na sua conta do Minecraft para usar os recursos de gerenciamento de skins no Axolotl Launcher."
|
||||
"message": "Inicie sessão na sua conta do Minecraft para usar os recursos de gerenciamento de skins no Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Por favor, inicie sessão"
|
||||
@ -546,13 +546,13 @@
|
||||
"message": "Seletor de skins"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "O Axolotl Launcher v{version} já foi instalado. Recarregue para atualizar agora ou ela será feita automaticamente ao fechar o Axolotl Launcher."
|
||||
"message": "O Starlight Launcher v{version} já foi instalado. Recarregue para atualizar agora ou ela será feita automaticamente ao fechar o Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "O Axolotl Launcher v{version} está disponível. Use o gerenciador de pacotes para atualizar para obter novos recursos e correções!"
|
||||
"message": "O Starlight Launcher v{version} está disponível. Use o gerenciador de pacotes para atualizar para obter novos recursos e correções!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "O Axolotl Launcher v{version} já está disponível! Já que sua rede é limitada, não a instalamos automaticamente."
|
||||
"message": "O Starlight Launcher v{version} já está disponível! Já que sua rede é limitada, não a instalamos automaticamente."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Mudanças"
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
"message": "Renderização avançada"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Seleciona a tua cor preferida para a Axolotl Launcher."
|
||||
"message": "Seleciona a tua cor preferida para a Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Cor de tema"
|
||||
@ -243,13 +243,13 @@
|
||||
"message": "Modrinth"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} acabou de ser transferida. Recarrega para atualizar agora, ou automaticamente quando fechares a Axolotl Launcher."
|
||||
"message": "Starlight Launcher v{version} acabou de ser transferida. Recarrega para atualizar agora, ou automaticamente quando fechares a Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} está disponível. Usa o teu gestor de pacotes para atualizar e receber as correções e recursos mais recentes!"
|
||||
"message": "Starlight Launcher v{version} está disponível. Usa o teu gestor de pacotes para atualizar e receber as correções e recursos mais recentes!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} está disponível! Como estás numa rede com tráfego limitado, não a transferimos automaticamente."
|
||||
"message": "Starlight Launcher v{version} está disponível! Como estás numa rede com tráfego limitado, não a transferimos automaticamente."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Lista de alterações"
|
||||
|
||||
@ -48,13 +48,13 @@
|
||||
"message": "Se descarcă v{version}"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Aplicația Axolotl Launcherv{version} a terminat descărcarea. Reîncărcați pentru a actualiza acum sau automat când închideți aplicația Axolotl Launcher."
|
||||
"message": "Aplicația Starlight Launcherv{version} a terminat descărcarea. Reîncărcați pentru a actualiza acum sau automat când închideți aplicația Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Aplicația Axolotl Launcherv{version} este disponibil. Utilizați managerul de pachete pentru a actualiza pentru cele mai recente funcții și remedieri!"
|
||||
"message": "Aplicația Starlight Launcherv{version} este disponibil. Utilizați managerul de pachete pentru a actualiza pentru cele mai recente funcții și remedieri!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Aplicația Axolotl Launcherv{version} este disponibil acum! Deoarece sunteți într-o rețea cu contorizare, nu am descărcat-o automat."
|
||||
"message": "Aplicația Starlight Launcherv{version} este disponibil acum! Deoarece sunteți într-o rețea cu contorizare, nu am descărcat-o automat."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Jurnalul modificărilor"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Расширенные эффекты"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Выберите тему для Axolotl Launcher."
|
||||
"message": "Выберите тему для Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Тема"
|
||||
@ -525,10 +525,10 @@
|
||||
"message": "Войти"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Пожалуйста, войдите в свой аккаунт Minecraft, чтобы воспользоваться функциями управления скинами в Axolotl Launcher."
|
||||
"message": "Пожалуйста, войдите в свой аккаунт Minecraft, чтобы воспользоваться функциями управления скинами в Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Войдите"
|
||||
@ -537,13 +537,13 @@
|
||||
"message": "Выбор скина"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Скачивание версии Axolotl Launcher {version} завершено. Перезапустите приложение, чтобы обновить его, или оно обновится автоматически после закрытия."
|
||||
"message": "Скачивание версии Starlight Launcher {version} завершено. Перезапустите приложение, чтобы обновить его, или оно обновится автоматически после закрытия."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Доступна версия Axolotl Launcher {version}. Обновите приложение через менеджер пакетов, чтобы получить последние улучшения и исправления!"
|
||||
"message": "Доступна версия Starlight Launcher {version}. Обновите приложение через менеджер пакетов, чтобы получить последние улучшения и исправления!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Версия Axolotl Launcher {version} доступна для скачивания! Используется сеть с лимитным тарифным планом, поэтому скачивание не началось автоматически."
|
||||
"message": "Версия Starlight Launcher {version} доступна для скачивания! Используется сеть с лимитным тарифным планом, поэтому скачивание не началось автоматически."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Список изменений"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Avancerad rendering"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Välj färgtema för Axolotl Launcheren."
|
||||
"message": "Välj färgtema för Starlight Launcheren."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Färgtema"
|
||||
@ -519,10 +519,10 @@
|
||||
"message": "Logga in"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Logga in på ditt Minecraft-konto för att använda hudhanteringsfunktionerna i Axolotl Launcher."
|
||||
"message": "Logga in på ditt Minecraft-konto för att använda hudhanteringsfunktionerna i Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Vänligen logga in"
|
||||
@ -531,13 +531,13 @@
|
||||
"message": "Utseende väljare"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} har laddats ner. Ladda om för att uppdatera nu, eller automatiskt när du stänger Axolotl Launcher."
|
||||
"message": "Starlight Launcher v{version} har laddats ner. Ladda om för att uppdatera nu, eller automatiskt när du stänger Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} är tillgänglig. Använd din pakethanterare för att uppdatera och få tillgång till de senaste funktionerna och buggfixarna!"
|
||||
"message": "Starlight Launcher v{version} är tillgänglig. Använd din pakethanterare för att uppdatera och få tillgång till de senaste funktionerna och buggfixarna!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} är nu tillgänglig! Eftersom du använder ett nätverk med datatrafikbegränsningar har vi inte laddat ner det automatiskt."
|
||||
"message": "Starlight Launcher v{version} är nu tillgänglig! Eftersom du använder ett nätverk med datatrafikbegränsningar har vi inte laddat ner det automatiskt."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Ändringslogg"
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
"message": "การเรนเดอร์ขั้นสูง"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "เลือกธีมสีที่คุณต้องการสำหรับ Axolotl Launcher"
|
||||
"message": "เลือกธีมสีที่คุณต้องการสำหรับ Starlight Launcher"
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "ธีมสี"
|
||||
@ -426,22 +426,22 @@
|
||||
"message": "ลงชื่อเข้าใช้"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "โปรดลงชื่อเข้าใช้บัญชี Minecraft ของคุณเพื่อใช้งานฟีเจอร์จัดการสกินของ Axolotl Launcher"
|
||||
"message": "โปรดลงชื่อเข้าใช้บัญชี Minecraft ของคุณเพื่อใช้งานฟีเจอร์จัดการสกินของ Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "โปรดลงชื่อเข้าใช้"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "ดาวน์โหลด Axolotl Launcherv{version} สำเร็จแล้ว เปิดโปรแกรมใหม่อีกครั้งเพื่ออัปเดตตอนนี้ หรือจะรออัปเดตอัตโนมัติ ซึ่งจะเกิดขึ้นเมื่อคุณกดปิดโปรแกรม Axolotl Launcher"
|
||||
"message": "ดาวน์โหลด Starlight Launcherv{version} สำเร็จแล้ว เปิดโปรแกรมใหม่อีกครั้งเพื่ออัปเดตตอนนี้ หรือจะรออัปเดตอัตโนมัติ ซึ่งจะเกิดขึ้นเมื่อคุณกดปิดโปรแกรม Starlight Launcher"
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcherv{version} พร้อมให้อัปเดตแล้ว โปรดไปที่การจัดการแพ็กเกจของคุณสำหรับการอัปเดตคุณสมบัติใหม่และการแก้ไขต่าง ๆ"
|
||||
"message": "Starlight Launcherv{version} พร้อมให้อัปเดตแล้ว โปรดไปที่การจัดการแพ็กเกจของคุณสำหรับการอัปเดตคุณสมบัติใหม่และการแก้ไขต่าง ๆ"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcherv{version} พร้อมให้บริการแล้ว! แต่เนื่องจากคุณเปิดโหมดจำกัดปริมาณการใช้ข้อมูลเครือข่าย เราจึงไม่ได้อัปเดตเนื้อหาโดยอัตโนมัติ"
|
||||
"message": "Starlight Launcherv{version} พร้อมให้บริการแล้ว! แต่เนื่องจากคุณเปิดโหมดจำกัดปริมาณการใช้ข้อมูลเครือข่าย เราจึงไม่ได้อัปเดตเนื้อหาโดยอัตโนมัติ"
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "บันทึกการเปลี่ยนแปลง"
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
"message": "Gelişmiş işleme"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Axolotl Launcher için tercih ettiğiniz temayı seçin."
|
||||
"message": "Starlight Launcher için tercih ettiğiniz temayı seçin."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Tema Rengi"
|
||||
@ -534,10 +534,10 @@
|
||||
"message": "Giriş Yap"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Axolotl Launcher'daki skin yönetim özelliklerini kullanmak için lütfen Minecraft hesabınıza giriş yapın."
|
||||
"message": "Starlight Launcher'daki skin yönetim özelliklerini kullanmak için lütfen Minecraft hesabınıza giriş yapın."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Lütfen giriş yapın"
|
||||
@ -546,13 +546,13 @@
|
||||
"message": "Skin seçici"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} indirildi. Güncellemek için yeniden başlatın veya Axolotl Launcher’i kapattığınızda otomatik olarak güncellenecektir."
|
||||
"message": "Starlight Launcher v{version} indirildi. Güncellemek için yeniden başlatın veya Starlight Launcher’i kapattığınızda otomatik olarak güncellenecektir."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} yayımlandı. En yeni özellikler ve hata düzeltmeleri için paket yöneticin üzerinden güncelle!"
|
||||
"message": "Starlight Launcher v{version} yayımlandı. En yeni özellikler ve hata düzeltmeleri için paket yöneticin üzerinden güncelle!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} mevcut! Kısıtlı bağlantıda olduğunuzdan otomatik olarak indirmedik."
|
||||
"message": "Starlight Launcher v{version} mevcut! Kısıtlı bağlantıda olduğunuzdan otomatik olarak indirmedik."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Yama Notları"
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
"message": "Розширене промальовування"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Виберіть бажану колірну тему для Axolotl Launcher."
|
||||
"message": "Виберіть бажану колірну тему для Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Колірна тема"
|
||||
@ -426,10 +426,10 @@
|
||||
"message": "Увійдіть"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "Будь ласка, увійдіть у свій обліковий запис Minecraft, щоб використовувати особливості керування скінами в Axolotl Launcher."
|
||||
"message": "Будь ласка, увійдіть у свій обліковий запис Minecraft, щоб використовувати особливості керування скінами в Starlight Launcher."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Увійдіть"
|
||||
@ -438,13 +438,13 @@
|
||||
"message": "Вибір скіну"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} завантажено. Перезапустіть, щоб оновити зараз, або це відбудеться автоматично після закриття застосунку."
|
||||
"message": "Starlight Launcher v{version} завантажено. Перезапустіть, щоб оновити зараз, або це відбудеться автоматично після закриття застосунку."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} вже доступно. Скористайтеся менеджером пакетів, щоб отримати найновіші функції та виправлення!"
|
||||
"message": "Starlight Launcher v{version} вже доступно. Скористайтеся менеджером пакетів, щоб отримати найновіші функції та виправлення!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} вже доступно! Оскільки ви використовуєте лімітне підключення, ми не завантажили його автоматично."
|
||||
"message": "Starlight Launcher v{version} вже доступно! Оскільки ви використовуєте лімітне підключення, ми не завантажили його автоматично."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Журнал змін"
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
"message": "Dựng hình nâng cao"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "Chọn màu nền ưu thích của bạn cho Axolotl Launcher."
|
||||
"message": "Chọn màu nền ưu thích của bạn cho Starlight Launcher."
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "Màu chủ đề"
|
||||
@ -429,7 +429,7 @@
|
||||
"message": "Đặng nhập vào mội tài khoản Minecraft để đổi skin Skin trong ứng dụng này."
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "Đăng nhập đã"
|
||||
@ -438,13 +438,13 @@
|
||||
"message": "Đổi skin"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Phiên bản v{version} của Axolotl Launcherđã sẵn sàng để có thể cài đặt. Khởi động lại ứng dụng để cập nhật ngay bây giờ, hoặc tự động cập nhật sau khi bạn tắt Axolotl Launcher."
|
||||
"message": "Phiên bản v{version} của Starlight Launcherđã sẵn sàng để có thể cài đặt. Khởi động lại ứng dụng để cập nhật ngay bây giờ, hoặc tự động cập nhật sau khi bạn tắt Starlight Launcher."
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Phiên bản v{version} của Axolotl Launcherhiện đang khả dụng. Hãy sử dụng trình quản lý gói của bạn để cập nhật các tính năng và bản vá lỗi mới nhất!"
|
||||
"message": "Phiên bản v{version} của Starlight Launcherhiện đang khả dụng. Hãy sử dụng trình quản lý gói của bạn để cập nhật các tính năng và bản vá lỗi mới nhất!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Phiên bản v{version} của Axolotl Launcherhiện đang khả dụng ngay bây giờ! Vì bạn đang sử dụng mạng có tính phí theo dung lượng nên chúng tôi không tự động tải xuống."
|
||||
"message": "Phiên bản v{version} của Starlight Launcherhiện đang khả dụng ngay bây giờ! Vì bạn đang sử dụng mạng có tính phí theo dung lượng nên chúng tôi không tự động tải xuống."
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "Nhật ký thay đổi"
|
||||
|
||||
@ -456,10 +456,10 @@
|
||||
"message": "隐藏至托盘"
|
||||
},
|
||||
"app.appearance-settings.close-behavior.title": {
|
||||
"message": "关闭 Axolotl Launcher 的方式"
|
||||
"message": "关闭 Starlight Launcher 的方式"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "为 Axolotl Launcher 选择偏好的色彩主题。"
|
||||
"message": "为 Starlight Launcher 选择偏好的色彩主题。"
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "色彩主题"
|
||||
@ -789,7 +789,7 @@
|
||||
"message": "记住我的选择"
|
||||
},
|
||||
"app.close-launcher.title": {
|
||||
"message": "选择关闭 Axolotl Launcher 的方式"
|
||||
"message": "选择关闭 Starlight Launcher 的方式"
|
||||
},
|
||||
"app.close-launcher.tray": {
|
||||
"message": "隐藏至托盘"
|
||||
@ -801,10 +801,10 @@
|
||||
"message": "如果您还有更多、更好的想法与建议,欢迎加入玩家交流 QQ 群:"
|
||||
},
|
||||
"app.community-announcement.feedback-suffix": {
|
||||
"message": " 中向我们提出。期待与大家共同完善 Axolotl Launcher!"
|
||||
"message": " 中向我们提出。期待与大家共同完善 Starlight Launcher!"
|
||||
},
|
||||
"app.community-announcement.response": {
|
||||
"message": "自 Axolotl Launcher 在视频平台宣传以来,我们收获了远超预期的喜爱与关注,同时也收到了许多高质量的反馈与建议。"
|
||||
"message": "自 Starlight Launcher 在视频平台宣传以来,我们收获了远超预期的喜爱与关注,同时也收到了许多高质量的反馈与建议。"
|
||||
},
|
||||
"app.community-announcement.thanks": {
|
||||
"message": "对于视频评论区里的留言,我都已尽可能地逐一回复。承蒙各位厚爱,在此表达最诚挚的感谢!"
|
||||
@ -1752,7 +1752,7 @@
|
||||
"message": "调试信息"
|
||||
},
|
||||
"app.error.directory-description": {
|
||||
"message": "Axolotl Launcher 无法迁移到所选目录。请联系支持获取帮助,或取消目录更改。"
|
||||
"message": "Starlight Launcher 无法迁移到所选目录。请联系支持获取帮助,或取消目录更改。"
|
||||
},
|
||||
"app.error.directory-title": {
|
||||
"message": "无法更改应用目录"
|
||||
@ -1770,7 +1770,7 @@
|
||||
"message": "与 Microsoft、Xbox 或 Minecraft 服务的连接被拒绝。这些服务可能被 hosts 文件阻止,请参考支持文章进行修复。"
|
||||
},
|
||||
"app.error.loader-description": {
|
||||
"message": "Axolotl Launcher 无法找到此实例所需的加载器版本。"
|
||||
"message": "Starlight Launcher 无法找到此实例所需的加载器版本。"
|
||||
},
|
||||
"app.error.loader-fix": {
|
||||
"message": "请使用下方按钮修复此实例。"
|
||||
@ -1788,7 +1788,7 @@
|
||||
"message": "登录 Minecraft"
|
||||
},
|
||||
"app.error.network-description": {
|
||||
"message": "Axolotl Launcher 连接 Microsoft 服务时遇到问题,这通常是网络连接不佳造成的。请重试;如果问题持续存在,请参考支持文章。"
|
||||
"message": "Starlight Launcher 连接 Microsoft 服务时遇到问题,这通常是网络连接不佳造成的。请重试;如果问题持续存在,请参考支持文章。"
|
||||
},
|
||||
"app.error.network-issues": {
|
||||
"message": "网络问题"
|
||||
@ -1809,7 +1809,7 @@
|
||||
"message": "正在使用 PC Game Pass、从基岩版转来,或刚刚购买游戏?"
|
||||
},
|
||||
"app.error.permissions-description": {
|
||||
"message": "Axolotl Launcher 无法写入所选目录。请调整目录权限后重试,或取消目录更改。"
|
||||
"message": "Starlight Launcher 无法写入所选目录。请调整目录权限后重试,或取消目录更改。"
|
||||
},
|
||||
"app.error.permissions-title": {
|
||||
"message": "更改目录权限"
|
||||
@ -1827,7 +1827,7 @@
|
||||
"message": "空间不足"
|
||||
},
|
||||
"app.error.state-description": {
|
||||
"message": "Axolotl Launcher 未能正确加载,可能有文件损坏或缺少必要文件。"
|
||||
"message": "Starlight Launcher 未能正确加载,可能有文件损坏或缺少必要文件。"
|
||||
},
|
||||
"app.error.state-fix-internet": {
|
||||
"message": "检查网络连接,然后重启应用。"
|
||||
@ -1839,7 +1839,7 @@
|
||||
"message": "重新下载并安装应用。"
|
||||
},
|
||||
"app.error.state-title": {
|
||||
"message": "Axolotl Launcher 初始化失败"
|
||||
"message": "Starlight Launcher 初始化失败"
|
||||
},
|
||||
"app.error.support-article": {
|
||||
"message": "支持文章"
|
||||
@ -3750,7 +3750,7 @@
|
||||
"message": "红石"
|
||||
},
|
||||
"app.lab.recipe-generator.copyright.disclaimer-body": {
|
||||
"message": "Minecraft 素材版权归 Mojang Studios / Microsoft 所有,仅用于识别兼容的游戏内容。Axolotl Launcher 与 Mojang Studios 或 Microsoft 无关联,也未获得其认可。"
|
||||
"message": "Minecraft 素材版权归 Mojang Studios / Microsoft 所有,仅用于识别兼容的游戏内容。Starlight Launcher 与 Mojang Studios 或 Microsoft 无关联,也未获得其认可。"
|
||||
},
|
||||
"app.lab.recipe-generator.copyright.disclaimer-heading": {
|
||||
"message": "非官方工具"
|
||||
@ -4533,13 +4533,13 @@
|
||||
"message": "复制 /tp"
|
||||
},
|
||||
"app.lab.seed-map.copyright.disclaimer-body": {
|
||||
"message": "Minecraft 是 Mojang Synergies AB 的商标。Axolotl Launcher 与 Mojang 或 MinecraftSearch 均无隶属关系,也未获得其认可。"
|
||||
"message": "Minecraft 是 Mojang Synergies AB 的商标。Starlight Launcher 与 Mojang 或 MinecraftSearch 均无隶属关系,也未获得其认可。"
|
||||
},
|
||||
"app.lab.seed-map.copyright.disclaimer-heading": {
|
||||
"message": "非官方工具"
|
||||
},
|
||||
"app.lab.seed-map.copyright.engine-body": {
|
||||
"message": "群系、地形、出生点与结构数据由 cubiomes 和 Axolotl 原生集成在本地生成。cubiomes 版权所有 (c) 2020 Cubitect,并依据 MIT 许可证提供。"
|
||||
"message": "群系、地形、出生点与结构数据由 cubiomes 和 Starlight 原生集成在本地生成。cubiomes 版权所有 (c) 2020 Cubitect,并依据 MIT 许可证提供。"
|
||||
},
|
||||
"app.lab.seed-map.copyright.engine-heading": {
|
||||
"message": "本地地图引擎"
|
||||
@ -5913,10 +5913,10 @@
|
||||
"message": "浏览时直接翻译 Modrinth 项目的标题、摘要和介绍。保留原文、双语同屏,或者让译文站 C 位,都由你决定。"
|
||||
},
|
||||
"app.onboarding.translation.title": {
|
||||
"message": "翻译,是 Axolotl 的拿手活"
|
||||
"message": "翻译,是 Starlight 的拿手活"
|
||||
},
|
||||
"app.onboarding.updates.description": {
|
||||
"message": "决定 Axolotl 何时检查更新,以及是否替你安装。"
|
||||
"message": "决定 Starlight 何时检查更新,以及是否替你安装。"
|
||||
},
|
||||
"app.onboarding.updates.title": {
|
||||
"message": "保持在线"
|
||||
@ -5940,7 +5940,7 @@
|
||||
"message": "Discord 运行时显示你当前使用启动器或游玩的状态。"
|
||||
},
|
||||
"app.privacy-consent.intro": {
|
||||
"message": "选择 Axolotl 可以发送或展示的内容。确认前不会发送任何遥测。"
|
||||
"message": "选择 Starlight 可以发送或展示的内容。确认前不会发送任何遥测。"
|
||||
},
|
||||
"app.privacy-consent.privacy-policy": {
|
||||
"message": "阅读隐私政策"
|
||||
@ -6696,7 +6696,7 @@
|
||||
"message": "安装完成"
|
||||
},
|
||||
"app.servers.modpack.unsupported-loader-description": {
|
||||
"message": "此整合包使用 {loader},但 Axolotl 目前仅支持原版、Fabric 和 Quilt 整合包服务端。{loader} 支持即将推出。"
|
||||
"message": "此整合包使用 {loader},但 Starlight 目前仅支持原版、Fabric 和 Quilt 整合包服务端。{loader} 支持即将推出。"
|
||||
},
|
||||
"app.servers.modpack.unsupported-loader-title": {
|
||||
"message": "{loader} 服务端暂不支持"
|
||||
@ -6708,7 +6708,7 @@
|
||||
"message": "支持项目持续开发"
|
||||
},
|
||||
"app.settings.about.attribution": {
|
||||
"message": "Axolotl Launcher 是开源项目 Modrinth 代码库的修改版本。"
|
||||
"message": "Starlight Launcher 是开源项目 Modrinth 代码库的修改版本。"
|
||||
},
|
||||
"app.settings.about.community-support": {
|
||||
"message": "项目与社区"
|
||||
@ -6738,7 +6738,7 @@
|
||||
"message": "许可证与来源声明"
|
||||
},
|
||||
"app.settings.about.not-affiliated": {
|
||||
"message": "Modrinth 是 Rinth, Inc. 的商标。Axolotl Launcher 与 Rinth, Inc. 无关联,亦未获得其认可。"
|
||||
"message": "Modrinth 是 Rinth, Inc. 的商标。Starlight Launcher 与 Rinth, Inc. 无关联,亦未获得其认可。"
|
||||
},
|
||||
"app.settings.about.original-source": {
|
||||
"message": "Modrinth 原始源代码"
|
||||
@ -6777,7 +6777,7 @@
|
||||
"message": "调查问卷"
|
||||
},
|
||||
"app.settings.about.survey-description": {
|
||||
"message": "帮助我们改进 Axolotl Launcher"
|
||||
"message": "帮助我们改进 Starlight Launcher"
|
||||
},
|
||||
"app.settings.about.test-error": {
|
||||
"message": "触发测试错误"
|
||||
@ -7014,13 +7014,13 @@
|
||||
"message": "应用缓存"
|
||||
},
|
||||
"app.settings.resources.app-cache-description": {
|
||||
"message": "Axolotl Launcher 会缓存数据以加快加载速度。清除缓存会强制应用重新加载数据,并可能暂时降低速度。"
|
||||
"message": "Starlight Launcher 会缓存数据以加快加载速度。清除缓存会强制应用重新加载数据,并可能暂时降低速度。"
|
||||
},
|
||||
"app.settings.resources.app-directory": {
|
||||
"message": "应用目录"
|
||||
},
|
||||
"app.settings.resources.axolotl-data-directory": {
|
||||
"message": "Axolotl 数据目录"
|
||||
"message": "Starlight 数据目录"
|
||||
},
|
||||
"app.settings.resources.app-directory-description": {
|
||||
"message": "启动器用于存储全部游戏文件的目录。更改将在重启启动器后生效。"
|
||||
@ -7032,7 +7032,7 @@
|
||||
"message": "Minecraft 目录"
|
||||
},
|
||||
"app.settings.resources.minecraft-directories-description": {
|
||||
"message": "添加一个或多个供实例使用的外部 .minecraft 文件夹。这些文件夹与 Axolotl 数据分开保存。"
|
||||
"message": "添加一个或多个供实例使用的外部 .minecraft 文件夹。这些文件夹与 Starlight 数据分开保存。"
|
||||
},
|
||||
"app.settings.resources.minecraft-directory-mode": {
|
||||
"message": "游戏目录模式"
|
||||
@ -7446,7 +7446,7 @@
|
||||
"message": "将 Release 数据复制到 Beta?"
|
||||
},
|
||||
"app.settings.updates.channel.description": {
|
||||
"message": "选择 Axolotl 接收的启动器版本。"
|
||||
"message": "选择 Starlight 接收的启动器版本。"
|
||||
},
|
||||
"app.settings.updates.channel.label": {
|
||||
"message": "通道"
|
||||
@ -7458,7 +7458,7 @@
|
||||
"message": "稳定且经过测试的新功能与修复,更新频率较慢。"
|
||||
},
|
||||
"app.settings.updates.channel.restart-description": {
|
||||
"message": "立即重启 Axolotl 以开始使用新的更新通道,或稍后手动重启。"
|
||||
"message": "立即重启 Starlight 以开始使用新的更新通道,或稍后手动重启。"
|
||||
},
|
||||
"app.settings.updates.channel.restart-development-description": {
|
||||
"message": "手动重启开发会话后,新的更新通道才会生效。"
|
||||
@ -7497,7 +7497,7 @@
|
||||
"message": "数据库隔离"
|
||||
},
|
||||
"app.settings.updates.database-operation.active-target": {
|
||||
"message": "无法覆盖当前正在使用的数据库。请先重启 Axolotl 并切换更新通道。"
|
||||
"message": "无法覆盖当前正在使用的数据库。请先重启 Starlight 并切换更新通道。"
|
||||
},
|
||||
"app.settings.updates.database-operation.beta-to-release": {
|
||||
"message": "从 Beta 复制到 Release"
|
||||
@ -7515,7 +7515,7 @@
|
||||
"message": "覆盖数据库?"
|
||||
},
|
||||
"app.settings.updates.database-operation.failed": {
|
||||
"message": "无法复制数据库。请确认 Axolotl 未在使用目标数据库。"
|
||||
"message": "无法复制数据库。请确认 Starlight 未在使用目标数据库。"
|
||||
},
|
||||
"app.settings.updates.database-operation.label": {
|
||||
"message": "数据库操作"
|
||||
@ -7551,7 +7551,7 @@
|
||||
"message": "正在获取"
|
||||
},
|
||||
"app.settings.updates.description": {
|
||||
"message": "选择 Axolotl 检查启动器更新的渠道。"
|
||||
"message": "选择 Starlight 检查启动器更新的渠道。"
|
||||
},
|
||||
"app.settings.updates.disabled": {
|
||||
"message": "此构建已禁用更新功能。"
|
||||
@ -7602,7 +7602,7 @@
|
||||
"message": "更新渠道"
|
||||
},
|
||||
"app.settings.updates.up-to-date": {
|
||||
"message": "Axolotl 已是最新版本。"
|
||||
"message": "Starlight 已是最新版本。"
|
||||
},
|
||||
"app.sidebar.collapse": {
|
||||
"message": "收起边栏"
|
||||
@ -7749,13 +7749,13 @@
|
||||
"message": "小鬼当家"
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.button": {
|
||||
"message": "登录"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "请登录您的 Minecraft 账号,以便使用 Axolotl Launcher 的皮肤管理功能。"
|
||||
"message": "请登录您的 Minecraft 账号,以便使用 Starlight Launcher 的皮肤管理功能。"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "请登录"
|
||||
@ -7788,7 +7788,7 @@
|
||||
"message": "填写问卷"
|
||||
},
|
||||
"app.survey-promotion.intro": {
|
||||
"message": "为了更好地改进 Axolotl Launcher,我们准备了一份简短的调查问卷,期待听到你的反馈。"
|
||||
"message": "为了更好地改进 Starlight Launcher,我们准备了一份简短的调查问卷,期待听到你的反馈。"
|
||||
},
|
||||
"app.survey-promotion.reward": {
|
||||
"message": "我们将从填写问卷的用户中抽取幸运用户,赠送 Minecraft 正版账号(可折现)。"
|
||||
@ -7992,19 +7992,19 @@
|
||||
"message": "此版本暂未内置更新公告,请前往官网查看完整更新日志。"
|
||||
},
|
||||
"app.update-announcement.unknown-title": {
|
||||
"message": "Axolotl Launcher 已更新"
|
||||
"message": "Starlight Launcher 已更新"
|
||||
},
|
||||
"app.update-announcement.version": {
|
||||
"message": "版本 {version}"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} 更新已下载完成!立即重启更新,或退出时自动安装。"
|
||||
"message": "Starlight Launcher v{version} 更新已下载完成!立即重启更新,或退出时自动安装。"
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} 现已发布。请使用你的软件包管理器进行更新,获取最新功能与修复!"
|
||||
"message": "Starlight Launcher v{version} 现已发布。请使用你的软件包管理器进行更新,获取最新功能与修复!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} 现已发布!由于你正在使用按流量计费的网络,该更新未自动下载。"
|
||||
"message": "Starlight Launcher v{version} 现已发布!由于你正在使用按流量计费的网络,该更新未自动下载。"
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "更新日志"
|
||||
@ -8037,7 +8037,7 @@
|
||||
"message": "正在安装版本 {version}"
|
||||
},
|
||||
"app.warning.running-as-admin": {
|
||||
"message": "Axolotl 正在以管理员身份运行。此模式下无法拖拽导入文件,请以普通权限重新启动启动器。"
|
||||
"message": "Starlight 正在以管理员身份运行。此模式下无法拖拽导入文件,请以普通权限重新启动启动器。"
|
||||
},
|
||||
"app.world-editor.allow-commands.label": {
|
||||
"message": "允许作弊"
|
||||
@ -8490,7 +8490,7 @@
|
||||
"message": "光影包"
|
||||
},
|
||||
"drop.help.title": {
|
||||
"message": "我可以拖入什么到 Axolotl?"
|
||||
"message": "我可以拖入什么到 Starlight?"
|
||||
},
|
||||
"drop.help.worlds-desc": {
|
||||
"message": "拖放存档文件夹来导入到实例。"
|
||||
@ -8877,7 +8877,7 @@
|
||||
"message": "切换隔离仅更新启动器路径。请自行移动模组、存档和配置文件夹以保持一致。"
|
||||
},
|
||||
"instance.settings.tabs.general.game-dir.managed-note": {
|
||||
"message": "此实例使用 Axolotl 托管目录。"
|
||||
"message": "此实例使用 Starlight 托管目录。"
|
||||
},
|
||||
"instance.settings.tabs.general.game-dir.external-note": {
|
||||
"message": "此实例使用外部 .minecraft 目录,文件会直接在原位置管理。"
|
||||
@ -9435,7 +9435,7 @@
|
||||
"message": "{count} 个精确选择"
|
||||
},
|
||||
"instance.upgrade.customize.custom.description": {
|
||||
"message": "为所选内容固定精确版本,其余依赖图由 Axolotl 求解。"
|
||||
"message": "为所选内容固定精确版本,其余依赖图由 Starlight 求解。"
|
||||
},
|
||||
"instance.upgrade.customize.custom.discard-switch": {
|
||||
"message": "放弃并切换"
|
||||
@ -9540,7 +9540,7 @@
|
||||
"message": "继续前请处理自定义冲突。"
|
||||
},
|
||||
"instance.upgrade.customize.search-limit.body": {
|
||||
"message": "Axolotl 未能在搜索上限内找到方案。请放宽一项自定义选择。"
|
||||
"message": "Starlight 未能在搜索上限内找到方案。请放宽一项自定义选择。"
|
||||
},
|
||||
"instance.upgrade.customize.search-limit.title": {
|
||||
"message": "已达到搜索上限"
|
||||
|
||||
@ -423,10 +423,10 @@
|
||||
"message": "隱藏至系統匣"
|
||||
},
|
||||
"app.appearance-settings.close-behavior.title": {
|
||||
"message": "選擇關閉 Axolotl Launcher 的方式"
|
||||
"message": "選擇關閉 Starlight Launcher 的方式"
|
||||
},
|
||||
"app.appearance-settings.color-theme.description": {
|
||||
"message": "請選擇你偏好的 Axolotl Launcher 色彩主題。"
|
||||
"message": "請選擇你偏好的 Starlight Launcher 色彩主題。"
|
||||
},
|
||||
"app.appearance-settings.color-theme.title": {
|
||||
"message": "色彩主題"
|
||||
@ -747,7 +747,7 @@
|
||||
"message": "記住我的選擇"
|
||||
},
|
||||
"app.close-launcher.title": {
|
||||
"message": "選擇關閉 Axolotl Launcher 的方式"
|
||||
"message": "選擇關閉 Starlight Launcher 的方式"
|
||||
},
|
||||
"app.close-launcher.tray": {
|
||||
"message": "隱藏至系統匣"
|
||||
@ -759,10 +759,10 @@
|
||||
"message": "如果您有更多、更好的想法或建議,歡迎加入我們的 QQ 群組:"
|
||||
},
|
||||
"app.community-announcement.feedback-suffix": {
|
||||
"message": " 上向我們提出。期待與大家共同完善 Axolotl Launcher!"
|
||||
"message": " 上向我們提出。期待與大家共同完善 Starlight Launcher!"
|
||||
},
|
||||
"app.community-announcement.response": {
|
||||
"message": "自從 Axolotl Launcher 在影片平台宣傳以來,我們收穫了遠超預期的喜愛與關注,同時也收到了許多高品質的回饋與提議。"
|
||||
"message": "自從 Starlight Launcher 在影片平台宣傳以來,我們收穫了遠超預期的喜愛與關注,同時也收到了許多高品質的回饋與提議。"
|
||||
},
|
||||
"app.community-announcement.thanks": {
|
||||
"message": "對於影片評論區裡的留言,我都已盡可能地逐一回覆。承蒙各位厚愛,在此表達最誠摯的感謝!"
|
||||
@ -1680,7 +1680,7 @@
|
||||
"message": "除錯資訊"
|
||||
},
|
||||
"app.error.directory-description": {
|
||||
"message": "Axolotl Launcher 無法遷移至所選目錄。請聯絡支援團隊以取得協助,或取消目錄變更。"
|
||||
"message": "Starlight Launcher 無法遷移至所選目錄。請聯絡支援團隊以取得協助,或取消目錄變更。"
|
||||
},
|
||||
"app.error.directory-title": {
|
||||
"message": "無法變更應用程式目錄"
|
||||
@ -1698,7 +1698,7 @@
|
||||
"message": "與 Microsoft、Xbox 或 Minecraft 服務的連線被拒絕。這些服務可能被 hosts 檔案封鎖,請參考支援文章進行修復。"
|
||||
},
|
||||
"app.error.loader-description": {
|
||||
"message": "Axolotl Launcher 無法找到此實例所需的載入器版本。"
|
||||
"message": "Starlight Launcher 無法找到此實例所需的載入器版本。"
|
||||
},
|
||||
"app.error.loader-fix": {
|
||||
"message": "請使用下方按鈕修復此實例。"
|
||||
@ -1716,7 +1716,7 @@
|
||||
"message": "登入 Minecraft"
|
||||
},
|
||||
"app.error.network-description": {
|
||||
"message": "Axolotl Launcher 連線 Microsoft 服務時遇到問題,這通常是網路連線不佳造成的。請重試;如果問題持續存在,請參考支援文章。"
|
||||
"message": "Starlight Launcher 連線 Microsoft 服務時遇到問題,這通常是網路連線不佳造成的。請重試;如果問題持續存在,請參考支援文章。"
|
||||
},
|
||||
"app.error.network-issues": {
|
||||
"message": "網路問題"
|
||||
@ -1737,7 +1737,7 @@
|
||||
"message": "正在使用 PC Game Pass、從基岩版轉移,或剛剛購買遊戲?"
|
||||
},
|
||||
"app.error.permissions-description": {
|
||||
"message": "Axolotl Launcher 無法寫入所選目錄。請調整目錄權限後重試,或取消目錄變更。"
|
||||
"message": "Starlight Launcher 無法寫入所選目錄。請調整目錄權限後重試,或取消目錄變更。"
|
||||
},
|
||||
"app.error.permissions-title": {
|
||||
"message": "變更目錄權限"
|
||||
@ -1755,7 +1755,7 @@
|
||||
"message": "空間不足"
|
||||
},
|
||||
"app.error.state-description": {
|
||||
"message": "Axolotl Launcher 未能正確載入,可能有檔案損毀或缺少必要檔案。"
|
||||
"message": "Starlight Launcher 未能正確載入,可能有檔案損毀或缺少必要檔案。"
|
||||
},
|
||||
"app.error.state-fix-internet": {
|
||||
"message": "檢查網路連線,然後重新啟動應用程式。"
|
||||
@ -1767,7 +1767,7 @@
|
||||
"message": "重新下載並安裝應用程式。"
|
||||
},
|
||||
"app.error.state-title": {
|
||||
"message": "Axolotl Launcher 初始化失敗"
|
||||
"message": "Starlight Launcher 初始化失敗"
|
||||
},
|
||||
"app.error.support-article": {
|
||||
"message": "支援文章"
|
||||
@ -3561,7 +3561,7 @@
|
||||
"message": "紅石"
|
||||
},
|
||||
"app.lab.recipe-generator.copyright.disclaimer-body": {
|
||||
"message": "Minecraft 素材版權歸 Mojang Studios / Microsoft 所有,僅用於識別相容的遊戲內容。Axolotl Launcher 與 Mojang Studios 或 Microsoft 無關聯,也未獲得其認可。"
|
||||
"message": "Minecraft 素材版權歸 Mojang Studios / Microsoft 所有,僅用於識別相容的遊戲內容。Starlight Launcher 與 Mojang Studios 或 Microsoft 無關聯,也未獲得其認可。"
|
||||
},
|
||||
"app.lab.recipe-generator.copyright.disclaimer-heading": {
|
||||
"message": "非官方工具"
|
||||
@ -4341,13 +4341,13 @@
|
||||
"message": "複製 /tp"
|
||||
},
|
||||
"app.lab.seed-map.copyright.disclaimer-body": {
|
||||
"message": "Minecraft 是 Mojang Synergies AB 的商標。Axolotl Launcher 與 Mojang 或 MinecraftSearch 均無隸屬關係,也未獲得其認可。"
|
||||
"message": "Minecraft 是 Mojang Synergies AB 的商標。Starlight Launcher 與 Mojang 或 MinecraftSearch 均無隸屬關係,也未獲得其認可。"
|
||||
},
|
||||
"app.lab.seed-map.copyright.disclaimer-heading": {
|
||||
"message": "非官方工具"
|
||||
},
|
||||
"app.lab.seed-map.copyright.engine-body": {
|
||||
"message": "群系、地形、出生點與結構數據由 cubiomes 和 Axolotl 原生集成在本地生成。cubiomes 版權所有 (c) 2020 Cubitect,並依據 MIT 許可證提供。"
|
||||
"message": "群系、地形、出生點與結構數據由 cubiomes 和 Starlight 原生集成在本地生成。cubiomes 版權所有 (c) 2020 Cubitect,並依據 MIT 許可證提供。"
|
||||
},
|
||||
"app.lab.seed-map.copyright.engine-heading": {
|
||||
"message": "本地地圖引擎"
|
||||
@ -5652,10 +5652,10 @@
|
||||
"message": "瀏覽時直接翻譯 Modrinth 項目的標題、摘要和介紹。保留原文、雙語同屏,或者讓譯文站 C 位,都由你決定。"
|
||||
},
|
||||
"app.onboarding.translation.title": {
|
||||
"message": "翻譯,是 Axolotl 的拿手活"
|
||||
"message": "翻譯,是 Starlight 的拿手活"
|
||||
},
|
||||
"app.onboarding.updates.description": {
|
||||
"message": "決定 Axolotl 何時檢查更新,以及是否替你安裝。"
|
||||
"message": "決定 Starlight 何時檢查更新,以及是否替你安裝。"
|
||||
},
|
||||
"app.onboarding.updates.title": {
|
||||
"message": "保持在線"
|
||||
@ -5679,7 +5679,7 @@
|
||||
"message": "Discord 執行時顯示你當前使用啟動器或遊玩的狀態。"
|
||||
},
|
||||
"app.privacy-consent.intro": {
|
||||
"message": "選擇 Axolotl 可以傳送或展示的內容。確認前不會傳送任何遙測。"
|
||||
"message": "選擇 Starlight 可以傳送或展示的內容。確認前不會傳送任何遙測。"
|
||||
},
|
||||
"app.privacy-consent.privacy-policy": {
|
||||
"message": "閱讀隱私政策"
|
||||
@ -6414,7 +6414,7 @@
|
||||
"message": "{loader} 伺服器端暫不支援"
|
||||
},
|
||||
"app.servers.modpack.unsupported-loader-description": {
|
||||
"message": "此整合包使用 {loader},但 Axolotl 目前僅支援原版、Fabric 與 Quilt 整合包伺服器端。{loader} 支援即將推出。"
|
||||
"message": "此整合包使用 {loader},但 Starlight 目前僅支援原版、Fabric 與 Quilt 整合包伺服器端。{loader} 支援即將推出。"
|
||||
},
|
||||
"app.settings.about.afdian": {
|
||||
"message": "在愛發電贊助"
|
||||
@ -6423,7 +6423,7 @@
|
||||
"message": "支持專案持續開發"
|
||||
},
|
||||
"app.settings.about.attribution": {
|
||||
"message": "Axolotl Launcher 是開源專案 Modrinth 程式碼庫的修改版本。"
|
||||
"message": "Starlight Launcher 是開源專案 Modrinth 程式碼庫的修改版本。"
|
||||
},
|
||||
"app.settings.about.community-support": {
|
||||
"message": "專案與社群"
|
||||
@ -6453,7 +6453,7 @@
|
||||
"message": "授權條款與來源聲明"
|
||||
},
|
||||
"app.settings.about.not-affiliated": {
|
||||
"message": "Modrinth 是 Rinth, Inc. 的商標。Axolotl Launcher 與 Rinth, Inc. 無關聯,亦未獲得其認可。"
|
||||
"message": "Modrinth 是 Rinth, Inc. 的商標。Starlight Launcher 與 Rinth, Inc. 無關聯,亦未獲得其認可。"
|
||||
},
|
||||
"app.settings.about.original-source": {
|
||||
"message": "Modrinth 原始碼"
|
||||
@ -6492,7 +6492,7 @@
|
||||
"message": "調查問卷"
|
||||
},
|
||||
"app.settings.about.survey-description": {
|
||||
"message": "幫助我們改進 Axolotl Launcher"
|
||||
"message": "幫助我們改進 Starlight Launcher"
|
||||
},
|
||||
"app.settings.about.test-error": {
|
||||
"message": "觸發測試錯誤"
|
||||
@ -6729,13 +6729,13 @@
|
||||
"message": "應用程式快取"
|
||||
},
|
||||
"app.settings.resources.app-cache-description": {
|
||||
"message": "Axolotl Launcher 會快取資料以加快載入速度。清除快取會強制應用程式重新載入資料,並可能暫時降低速度。"
|
||||
"message": "Starlight Launcher 會快取資料以加快載入速度。清除快取會強制應用程式重新載入資料,並可能暫時降低速度。"
|
||||
},
|
||||
"app.settings.resources.app-directory": {
|
||||
"message": "應用程式目錄"
|
||||
},
|
||||
"app.settings.resources.axolotl-data-directory": {
|
||||
"message": "Axolotl 資料目錄"
|
||||
"message": "Starlight 資料目錄"
|
||||
},
|
||||
"app.settings.resources.app-directory-description": {
|
||||
"message": "啟動器用於儲存全部遊戲檔案的目錄。變更後將在重新啟動啟動器後生效。"
|
||||
@ -6747,7 +6747,7 @@
|
||||
"message": "Minecraft 目錄"
|
||||
},
|
||||
"app.settings.resources.minecraft-directories-description": {
|
||||
"message": "新增一或多個供實例使用的外部 .minecraft 資料夾。這些資料夾會與 Axolotl 資料分開保存。"
|
||||
"message": "新增一或多個供實例使用的外部 .minecraft 資料夾。這些資料夾會與 Starlight 資料分開保存。"
|
||||
},
|
||||
"app.settings.resources.minecraft-directory-mode": {
|
||||
"message": "遊戲目錄模式"
|
||||
@ -7161,7 +7161,7 @@
|
||||
"message": "將 Release 資料複製到 Beta?"
|
||||
},
|
||||
"app.settings.updates.channel.description": {
|
||||
"message": "選擇 Axolotl 接收的啟動器版本。"
|
||||
"message": "選擇 Starlight 接收的啟動器版本。"
|
||||
},
|
||||
"app.settings.updates.channel.label": {
|
||||
"message": "管道"
|
||||
@ -7173,7 +7173,7 @@
|
||||
"message": "穩定且經過測試的新功能與修正,更新頻率較慢。"
|
||||
},
|
||||
"app.settings.updates.channel.restart-description": {
|
||||
"message": "立即重新啟動 Axolotl 以開始使用新的更新管道,或稍後手動重新啟動。"
|
||||
"message": "立即重新啟動 Starlight 以開始使用新的更新管道,或稍後手動重新啟動。"
|
||||
},
|
||||
"app.settings.updates.channel.restart-development-description": {
|
||||
"message": "手動重新啟動開發工作階段後,新的更新管道才會生效。"
|
||||
@ -7212,7 +7212,7 @@
|
||||
"message": "資料庫隔離"
|
||||
},
|
||||
"app.settings.updates.database-operation.active-target": {
|
||||
"message": "無法覆寫目前正在使用的資料庫。請先重新啟動 Axolotl 並切換更新管道。"
|
||||
"message": "無法覆寫目前正在使用的資料庫。請先重新啟動 Starlight 並切換更新管道。"
|
||||
},
|
||||
"app.settings.updates.database-operation.beta-to-release": {
|
||||
"message": "從 Beta 複製到 Release"
|
||||
@ -7230,7 +7230,7 @@
|
||||
"message": "覆寫資料庫?"
|
||||
},
|
||||
"app.settings.updates.database-operation.failed": {
|
||||
"message": "無法複製資料庫。請確認 Axolotl 未在使用目標資料庫。"
|
||||
"message": "無法複製資料庫。請確認 Starlight 未在使用目標資料庫。"
|
||||
},
|
||||
"app.settings.updates.database-operation.label": {
|
||||
"message": "資料庫操作"
|
||||
@ -7266,7 +7266,7 @@
|
||||
"message": "正在取得"
|
||||
},
|
||||
"app.settings.updates.description": {
|
||||
"message": "選擇 Axolotl 檢查啟動器更新的管道。"
|
||||
"message": "選擇 Starlight 檢查啟動器更新的管道。"
|
||||
},
|
||||
"app.settings.updates.disabled": {
|
||||
"message": "此組建已停用更新功能。"
|
||||
@ -7314,7 +7314,7 @@
|
||||
"message": "更新管道"
|
||||
},
|
||||
"app.settings.updates.up-to-date": {
|
||||
"message": "Axolotl 已是最新版本。"
|
||||
"message": "Starlight 已是最新版本。"
|
||||
},
|
||||
"app.sidebar.collapse": {
|
||||
"message": "收起邊欄"
|
||||
@ -7458,13 +7458,13 @@
|
||||
"message": "小鬼當家"
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Axolotl Launcher"
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
"app.skins.sign-in.button": {
|
||||
"message": "登入"
|
||||
},
|
||||
"app.skins.sign-in.description": {
|
||||
"message": "請登入你的 Minecraft 帳號以使用 Axolotl Launcher 的外觀管理功能。"
|
||||
"message": "請登入你的 Minecraft 帳號以使用 Starlight Launcher 的外觀管理功能。"
|
||||
},
|
||||
"app.skins.sign-in.title": {
|
||||
"message": "請登入"
|
||||
@ -7497,7 +7497,7 @@
|
||||
"message": "填寫問卷"
|
||||
},
|
||||
"app.survey-promotion.intro": {
|
||||
"message": "為了更好地改進 Axolotl Launcher,我們準備了一份簡短的調查問卷,期待聽到你的回饋。"
|
||||
"message": "為了更好地改進 Starlight Launcher,我們準備了一份簡短的調查問卷,期待聽到你的回饋。"
|
||||
},
|
||||
"app.survey-promotion.reward": {
|
||||
"message": "我們將從填寫問卷的使用者中抽取幸運使用者,贈送 Minecraft 正版帳號(可折現)。"
|
||||
@ -7701,19 +7701,19 @@
|
||||
"message": "此版本暫未內建更新公告,請前往官網查看完整更新日誌。"
|
||||
},
|
||||
"app.update-announcement.unknown-title": {
|
||||
"message": "Axolotl Launcher 已更新"
|
||||
"message": "Starlight Launcher 已更新"
|
||||
},
|
||||
"app.update-announcement.version": {
|
||||
"message": "版本 {version}"
|
||||
},
|
||||
"app.update-popup.body.download-complete": {
|
||||
"message": "Axolotl Launcher v{version} 已完成下載!立即重新載入以更新,或在關閉 Axolotl Launcher 時自動更新。"
|
||||
"message": "Starlight Launcher v{version} 已完成下載!立即重新載入以更新,或在關閉 Starlight Launcher 時自動更新。"
|
||||
},
|
||||
"app.update-popup.body.linux": {
|
||||
"message": "Axolotl Launcher v{version} 現已推出。請使用軟體包管理員進行更新,以取得最新的功能與修正!"
|
||||
"message": "Starlight Launcher v{version} 現已推出。請使用軟體包管理員進行更新,以取得最新的功能與修正!"
|
||||
},
|
||||
"app.update-popup.body.metered": {
|
||||
"message": "Axolotl Launcher v{version} 現已推出!由於你目前使用的是計量付費網路,我們並未自動下載更新。"
|
||||
"message": "Starlight Launcher v{version} 現已推出!由於你目前使用的是計量付費網路,我們並未自動下載更新。"
|
||||
},
|
||||
"app.update-popup.changelog": {
|
||||
"message": "更新日誌"
|
||||
@ -7743,7 +7743,7 @@
|
||||
"message": "正在安裝版本 {version}"
|
||||
},
|
||||
"app.warning.running-as-admin": {
|
||||
"message": "Axolotl 正在以系統管理員身分執行。此模式無法拖曳匯入檔案,請以一般權限重新啟動啟動器。"
|
||||
"message": "Starlight 正在以系統管理員身分執行。此模式無法拖曳匯入檔案,請以一般權限重新啟動啟動器。"
|
||||
},
|
||||
"app.world-editor.allow-commands.label": {
|
||||
"message": "允許作弊"
|
||||
@ -8190,7 +8190,7 @@
|
||||
"message": "光影包"
|
||||
},
|
||||
"drop.help.title": {
|
||||
"message": "我可以拖入什麼到 Axolotl?"
|
||||
"message": "我可以拖入什麼到 Starlight?"
|
||||
},
|
||||
"drop.help.worlds-desc": {
|
||||
"message": "拖放存檔文件夾來導入到實例。"
|
||||
@ -9099,7 +9099,7 @@
|
||||
"message": "{count} 個精確選擇"
|
||||
},
|
||||
"instance.upgrade.customize.custom.description": {
|
||||
"message": "為所選內容固定精確版本,其餘相依關係由 Axolotl 求解。"
|
||||
"message": "為所選內容固定精確版本,其餘相依關係由 Starlight 求解。"
|
||||
},
|
||||
"instance.upgrade.customize.custom.discard-switch": {
|
||||
"message": "捨棄並切換"
|
||||
@ -9204,7 +9204,7 @@
|
||||
"message": "繼續前請處理自訂衝突。"
|
||||
},
|
||||
"instance.upgrade.customize.search-limit.body": {
|
||||
"message": "Axolotl 無法在搜尋上限內找到方案。請放寬一項自訂選擇。"
|
||||
"message": "Starlight 無法在搜尋上限內找到方案。請放寬一項自訂選擇。"
|
||||
},
|
||||
"instance.upgrade.customize.search-limit.title": {
|
||||
"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 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',
|
||||
|
||||
@ -83,7 +83,8 @@
|
||||
"fullscreen": false,
|
||||
"height": 800,
|
||||
"resizable": true,
|
||||
"title": "Axolotl Launcher",
|
||||
|
||||
"title": "Starlight Launcher",
|
||||
"label": "main",
|
||||
"width": 1280,
|
||||
"minHeight": 700,
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Axolotl Launcher</title>
|
||||
<title>Starlight Launcher</title>
|
||||
<style>
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
@ -916,8 +916,8 @@
|
||||
<header class="titlebar">
|
||||
<div class="titlebar-left" data-drag-region>
|
||||
<div class="titlebar-brand">
|
||||
<img class="titlebar-logo" id="product-logo" alt="Axolotl Launcher" />
|
||||
<div class="titlebar-name">Axolotl Launcher</div>
|
||||
<img class="titlebar-logo" id="product-logo" alt="Starlight Launcher" />
|
||||
<div class="titlebar-name">Starlight Launcher</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -957,7 +957,7 @@
|
||||
<div class="screen-content-wrapper" style="align-items: center; text-align: center">
|
||||
<h1 data-i18n="welcomeTitle">Your Minecraft worlds, in one place.</h1>
|
||||
<p class="lead" data-i18n="welcomeCopy">
|
||||
Install Axolotl Launcher, a focused home for instances, content, saves, and Java
|
||||
Install Starlight Launcher, a focused home for instances, content, saves, and Java
|
||||
runtimes.
|
||||
</p>
|
||||
|
||||
@ -1089,7 +1089,7 @@
|
||||
<div class="progress-heading">
|
||||
<div>
|
||||
<h2 id="progress-title" data-i18n="progressPreparing">
|
||||
Preparing Axolotl Launcher
|
||||
Preparing Starlight Launcher
|
||||
</h2>
|
||||
</div>
|
||||
<div class="progress-value"><span id="progress-value">4</span>%</div>
|
||||
@ -1127,14 +1127,14 @@
|
||||
<section class="screen" data-screen="complete">
|
||||
<div class="screen-content-wrapper" style="align-items: center; text-align: center">
|
||||
<div class="complete-brand">
|
||||
<img id="complete-logo" alt="Axolotl Launcher" class="complete-logo" />
|
||||
<img id="complete-logo" alt="Starlight Launcher" class="complete-logo" />
|
||||
<div class="complete-badge">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3.5">
|
||||
<path d="M5 12l4 4L19 7" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
<h2 data-i18n="completeTitle">Axolotl Launcher is ready</h2>
|
||||
<h2 data-i18n="completeTitle">Starlight Launcher is ready</h2>
|
||||
<p class="lead" style="margin-top: 16px" data-i18n="completeCopy">
|
||||
Installation completed successfully. Your new launcher is ready to use.
|
||||
</p>
|
||||
@ -1170,7 +1170,7 @@
|
||||
language: 'zhCn',
|
||||
version: 'v2.0.0 (Preview)',
|
||||
logoDataUrl: '../../app/icons/128x128.png',
|
||||
installDir: 'C:\\Program Files\\Axolotl Launcher',
|
||||
installDir: 'C:\\Program Files\\Starlight Launcher',
|
||||
resourceDir: 'C:\\Users\\Admin\\AppData\\Roaming\\axolotl-launcher',
|
||||
freshInstall: false,
|
||||
}
|
||||
@ -1179,7 +1179,7 @@
|
||||
const copy = {
|
||||
en: {
|
||||
installer: 'Installer',
|
||||
windowTitle: 'Axolotl Launcher Setup',
|
||||
windowTitle: 'Starlight Launcher Setup',
|
||||
minimize: 'Minimize',
|
||||
browse: 'Browse',
|
||||
stepWelcome: 'Welcome',
|
||||
@ -1190,7 +1190,7 @@
|
||||
scope: 'Windows 10/11 · Current user',
|
||||
ready: 'Ready to install',
|
||||
welcomeTitle: 'Your last next launcher.',
|
||||
welcomeCopy: 'Install Axolotl Launcher and start a whole new Minecraft experience.',
|
||||
welcomeCopy: 'Install Starlight Launcher and start a whole new Minecraft experience.',
|
||||
packageVersion: 'Version',
|
||||
packageArch: 'Architecture',
|
||||
packageScope: 'Scope',
|
||||
@ -1199,7 +1199,7 @@
|
||||
configureTitle: 'Choose installation locations',
|
||||
configureCopy:
|
||||
'Keep the defaults or choose separate locations for the program and its data.',
|
||||
updateTitle: 'Update Axolotl Launcher',
|
||||
updateTitle: 'Update Starlight Launcher',
|
||||
updateCopy:
|
||||
'The launcher will be updated in place and your application data will be preserved.',
|
||||
programLocation: 'Program location',
|
||||
@ -1211,13 +1211,13 @@
|
||||
desktopShortcut: 'Desktop shortcut',
|
||||
launchAfter: 'Launch when complete',
|
||||
installingEyebrow: 'Installation in progress',
|
||||
progressPreparing: 'Preparing Axolotl Launcher',
|
||||
progressPreparing: 'Preparing Starlight Launcher',
|
||||
progressRuntime: 'Checking WebView2 runtime',
|
||||
progressFiles: 'Installing launcher files',
|
||||
progressIntegrations: 'Creating Windows integrations',
|
||||
progressFinalizing: 'Finishing setup',
|
||||
progressWait: 'This usually takes less than a minute.',
|
||||
completeTitle: 'Axolotl Launcher is ready',
|
||||
completeTitle: 'Starlight Launcher is ready',
|
||||
completeCopy: 'Installation completed successfully. Your new launcher is ready to use.',
|
||||
footerWelcome: 'No account or game files are changed during setup.',
|
||||
footerConfigure: 'Both locations can be changed later.',
|
||||
@ -1230,21 +1230,21 @@
|
||||
update: 'Update',
|
||||
retry: 'Retry',
|
||||
finish: 'Finish',
|
||||
launch: 'Launch Axolotl Launcher',
|
||||
launch: 'Launch Starlight Launcher',
|
||||
close: 'Close',
|
||||
absolutePath: 'Choose an absolute Windows path.',
|
||||
driveRoot: 'A drive root cannot be used as the application directory.',
|
||||
insideInstall: 'The application directory must be separate from the program location.',
|
||||
notWritable: 'Axolotl cannot write to this directory.',
|
||||
notWritable: 'Starlight cannot write to this directory.',
|
||||
installFailed: 'Installation failed',
|
||||
installFailedDetail:
|
||||
'The installation core returned an error. Check that Axolotl Launcher is closed, then retry.',
|
||||
'The installation core returned an error. Check that Starlight Launcher is closed, then retry.',
|
||||
launchFailed:
|
||||
'Installation completed, but Axolotl Launcher could not be started. Try again or close this installer.',
|
||||
'Installation completed, but Starlight Launcher could not be started. Try again or close this installer.',
|
||||
},
|
||||
zhCn: {
|
||||
installer: 'Windows 安装程序',
|
||||
windowTitle: 'Axolotl Launcher 安装程序',
|
||||
windowTitle: 'Starlight Launcher 安装程序',
|
||||
minimize: '最小化',
|
||||
browse: '浏览',
|
||||
stepWelcome: '欢迎',
|
||||
@ -1255,7 +1255,7 @@
|
||||
scope: 'Windows 10/11 · 当前用户',
|
||||
ready: '准备安装',
|
||||
welcomeTitle: '你的最后一款启动器',
|
||||
welcomeCopy: '安装 Axolotl Launcher,开启Minecraft全新体验',
|
||||
welcomeCopy: '安装 Starlight Launcher,开启Minecraft全新体验',
|
||||
packageVersion: '版本',
|
||||
packageArch: '架构',
|
||||
packageScope: '安装范围',
|
||||
@ -1263,7 +1263,7 @@
|
||||
packageEngine: '界面引擎',
|
||||
configureTitle: '选择安装位置',
|
||||
configureCopy: '可以直接使用默认值,也可以把程序与游戏数据放到不同位置。',
|
||||
updateTitle: '更新 Axolotl Launcher',
|
||||
updateTitle: '更新 Starlight Launcher',
|
||||
updateCopy: '启动器会原位更新,并完整保留现有应用数据。',
|
||||
programLocation: '程序安装位置',
|
||||
programHint: '启动器程序文件',
|
||||
@ -1273,13 +1273,13 @@
|
||||
desktopShortcut: '创建桌面快捷方式',
|
||||
launchAfter: '完成后启动',
|
||||
installingEyebrow: '正在安装',
|
||||
progressPreparing: '正在准备 Axolotl Launcher',
|
||||
progressPreparing: '正在准备 Starlight Launcher',
|
||||
progressRuntime: '正在检查 WebView2 运行时',
|
||||
progressFiles: '正在安装启动器文件',
|
||||
progressIntegrations: '正在创建 Windows 集成',
|
||||
progressFinalizing: '正在完成安装',
|
||||
progressWait: '通常不到一分钟即可完成。',
|
||||
completeTitle: 'Axolotl Launcher 已就绪',
|
||||
completeTitle: 'Starlight Launcher 已就绪',
|
||||
completeCopy: '安装已成功完成,现在可以开始使用你的全新启动器。',
|
||||
footerWelcome: '安装过程不会修改账号或现有游戏文件。',
|
||||
footerConfigure: '这两个位置之后仍可调整。',
|
||||
@ -1292,15 +1292,15 @@
|
||||
update: '更新',
|
||||
retry: '重试',
|
||||
finish: '完成',
|
||||
launch: '启动 Axolotl Launcher',
|
||||
launch: '启动 Starlight Launcher',
|
||||
close: '关闭',
|
||||
absolutePath: '请选择有效的 Windows 绝对路径。',
|
||||
driveRoot: '不能把磁盘根目录直接用作应用目录。',
|
||||
insideInstall: '应用目录必须与程序安装位置分开。',
|
||||
notWritable: 'Axolotl 无法写入此目录。',
|
||||
notWritable: 'Starlight 无法写入此目录。',
|
||||
installFailed: '安装失败',
|
||||
installFailedDetail: '安装核心返回了错误。请确认 Axolotl Launcher 已关闭,然后重试。',
|
||||
launchFailed: '安装已完成,但无法启动 Axolotl Launcher。请重试或关闭安装程序。',
|
||||
installFailedDetail: '安装核心返回了错误。请确认 Starlight Launcher 已关闭,然后重试。',
|
||||
launchFailed: '安装已完成,但无法启动 Starlight Launcher。请重试或关闭安装程序。',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@ -33,7 +33,8 @@ use wry::{NewWindowResponse, WebView, WebViewBuilder, http::Request};
|
||||
|
||||
const HTML: &str = include_str!("installer.html");
|
||||
const LOGO: &[u8] = include_bytes!("../../app/icons/128x128.png");
|
||||
const MAIN_BINARY_NAME: &str = "Axolotl Launcher.exe";
|
||||
|
||||
const MAIN_BINARY_NAME: &str = "Starlight Launcher.exe";
|
||||
|
||||
#[derive(Clone, Debug, Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
@ -147,7 +148,8 @@ pub fn run() -> Result<(), String> {
|
||||
let arguments = parse_arguments()?;
|
||||
let event_loop = EventLoopBuilder::<UserEvent>::with_user_event().build();
|
||||
let window = WindowBuilder::new()
|
||||
.with_title("Axolotl Launcher")
|
||||
|
||||
.with_title("Starlight Launcher")
|
||||
.with_inner_size(LogicalSize::new(940.0, 620.0))
|
||||
.with_min_inner_size(LogicalSize::new(940.0, 620.0))
|
||||
.with_max_inner_size(LogicalSize::new(940.0, 620.0))
|
||||
|
||||
@ -10,7 +10,7 @@ export default defineNuxtConfig({
|
||||
class: 'accent-pink dark-mode',
|
||||
lang: 'zh-CN',
|
||||
},
|
||||
title: 'Axolotl Launcher - 免费开源的 Minecraft 启动器',
|
||||
title: 'Starlight Launcher - 免费开源的 Minecraft 启动器',
|
||||
// 在 body 渲染前同步应用已保存的主题偏好,避免浅色用户首屏闪深色
|
||||
script: [
|
||||
{
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
"version": "1.9.6-beta.3",
|
||||
"publishedAt": "2026-09-08",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.9.6-beta.3",
|
||||
"zh-CN": "Axolotl Launcher 1.9.6-beta.3"
|
||||
"en-US": "Starlight Launcher 1.9.6-beta.3",
|
||||
"zh-CN": "Starlight Launcher 1.9.6-beta.3"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -65,8 +65,8 @@
|
||||
"version": "1.9.6-beta.2",
|
||||
"publishedAt": "2026-09-07",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.9.6-beta.2",
|
||||
"zh-CN": "Axolotl Launcher 1.9.6-beta.2"
|
||||
"en-US": "Starlight Launcher 1.9.6-beta.2",
|
||||
"zh-CN": "Starlight Launcher 1.9.6-beta.2"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -122,8 +122,8 @@
|
||||
"version": "1.9.6-beta.1",
|
||||
"publishedAt": "2026-09-05",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.9.6-beta.1",
|
||||
"zh-CN": "Axolotl Launcher 1.9.6-beta.1"
|
||||
"en-US": "Starlight Launcher 1.9.6-beta.1",
|
||||
"zh-CN": "Starlight Launcher 1.9.6-beta.1"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -215,8 +215,8 @@
|
||||
"version": "1.9.5",
|
||||
"publishedAt": "2026-09-04",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.9.5",
|
||||
"zh-CN": "Axolotl Launcher 1.9.5"
|
||||
"en-US": "Starlight Launcher 1.9.5",
|
||||
"zh-CN": "Starlight Launcher 1.9.5"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -408,8 +408,8 @@
|
||||
"version": "1.9.4",
|
||||
"publishedAt": "2026-08-29",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.9.4",
|
||||
"zh-CN": "Axolotl Launcher 1.9.4"
|
||||
"en-US": "Starlight Launcher 1.9.4",
|
||||
"zh-CN": "Starlight Launcher 1.9.4"
|
||||
},
|
||||
"changes": {
|
||||
"fixed": [
|
||||
@ -425,8 +425,8 @@
|
||||
"version": "1.9.2",
|
||||
"publishedAt": "2026-08-29",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.9.2",
|
||||
"zh-CN": "Axolotl Launcher 1.9.2"
|
||||
"en-US": "Starlight Launcher 1.9.2",
|
||||
"zh-CN": "Starlight Launcher 1.9.2"
|
||||
},
|
||||
"changes": {
|
||||
"fixed": [
|
||||
@ -464,8 +464,8 @@
|
||||
"version": "1.9.1",
|
||||
"publishedAt": "2026-08-27",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.9.1",
|
||||
"zh-CN": "Axolotl Launcher 1.9.1"
|
||||
"en-US": "Starlight Launcher 1.9.1",
|
||||
"zh-CN": "Starlight Launcher 1.9.1"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -513,8 +513,8 @@
|
||||
"version": "1.9.0",
|
||||
"publishedAt": "2026-08-26",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.9.0",
|
||||
"zh-CN": "Axolotl Launcher 1.9.0"
|
||||
"en-US": "Starlight Launcher 1.9.0",
|
||||
"zh-CN": "Starlight Launcher 1.9.0"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -610,8 +610,8 @@
|
||||
"version": "1.8.14",
|
||||
"publishedAt": "2026-08-25",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.14",
|
||||
"zh-CN": "Axolotl Launcher 1.8.14"
|
||||
"en-US": "Starlight Launcher 1.8.14",
|
||||
"zh-CN": "Starlight Launcher 1.8.14"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -665,8 +665,8 @@
|
||||
"version": "1.8.12",
|
||||
"publishedAt": "2026-08-23",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.12",
|
||||
"zh-CN": "Axolotl Launcher 1.8.12"
|
||||
"en-US": "Starlight Launcher 1.8.12",
|
||||
"zh-CN": "Starlight Launcher 1.8.12"
|
||||
},
|
||||
"changes": {
|
||||
"fixed": [
|
||||
@ -682,8 +682,8 @@
|
||||
"version": "1.8.11",
|
||||
"publishedAt": "2026-08-22",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.11",
|
||||
"zh-CN": "Axolotl Launcher 1.8.11"
|
||||
"en-US": "Starlight Launcher 1.8.11",
|
||||
"zh-CN": "Starlight Launcher 1.8.11"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -755,8 +755,8 @@
|
||||
"version": "1.8.10",
|
||||
"publishedAt": "2026-08-22",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.10",
|
||||
"zh-CN": "Axolotl Launcher 1.8.10"
|
||||
"en-US": "Starlight Launcher 1.8.10",
|
||||
"zh-CN": "Starlight Launcher 1.8.10"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -786,8 +786,8 @@
|
||||
"version": "1.8.9",
|
||||
"publishedAt": "2026-08-21",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.9",
|
||||
"zh-CN": "Axolotl Launcher 1.8.9"
|
||||
"en-US": "Starlight Launcher 1.8.9",
|
||||
"zh-CN": "Starlight Launcher 1.8.9"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -821,8 +821,8 @@
|
||||
"version": "1.8.8",
|
||||
"publishedAt": "2026-08-19",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.8",
|
||||
"zh-CN": "Axolotl Launcher 1.8.8"
|
||||
"en-US": "Starlight Launcher 1.8.8",
|
||||
"zh-CN": "Starlight Launcher 1.8.8"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -870,8 +870,8 @@
|
||||
"version": "1.8.7",
|
||||
"publishedAt": "2026-08-19",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.7",
|
||||
"zh-CN": "Axolotl Launcher 1.8.7"
|
||||
"en-US": "Starlight Launcher 1.8.7",
|
||||
"zh-CN": "Starlight Launcher 1.8.7"
|
||||
},
|
||||
"changes": {
|
||||
"changed": [
|
||||
@ -951,8 +951,8 @@
|
||||
"version": "1.8.6",
|
||||
"publishedAt": "2026-08-18",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.6",
|
||||
"zh-CN": "Axolotl Launcher 1.8.6"
|
||||
"en-US": "Starlight Launcher 1.8.6",
|
||||
"zh-CN": "Starlight Launcher 1.8.6"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -992,8 +992,8 @@
|
||||
"version": "1.8.5",
|
||||
"publishedAt": "2026-08-18",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.5",
|
||||
"zh-CN": "Axolotl Launcher 1.8.5"
|
||||
"en-US": "Starlight Launcher 1.8.5",
|
||||
"zh-CN": "Starlight Launcher 1.8.5"
|
||||
},
|
||||
"changes": {
|
||||
"fixed": [
|
||||
@ -1009,8 +1009,8 @@
|
||||
"version": "1.8.4",
|
||||
"publishedAt": "2026-08-18",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.4",
|
||||
"zh-CN": "Axolotl Launcher 1.8.4"
|
||||
"en-US": "Starlight Launcher 1.8.4",
|
||||
"zh-CN": "Starlight Launcher 1.8.4"
|
||||
},
|
||||
"changes": {
|
||||
"fixed": [
|
||||
@ -1030,8 +1030,8 @@
|
||||
"version": "1.8.3",
|
||||
"publishedAt": "2026-08-17",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.3",
|
||||
"zh-CN": "Axolotl Launcher 1.8.3"
|
||||
"en-US": "Starlight Launcher 1.8.3",
|
||||
"zh-CN": "Starlight Launcher 1.8.3"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1141,8 +1141,8 @@
|
||||
"version": "1.8.2",
|
||||
"publishedAt": "2026-08-16",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.2",
|
||||
"zh-CN": "Axolotl Launcher 1.8.2"
|
||||
"en-US": "Starlight Launcher 1.8.2",
|
||||
"zh-CN": "Starlight Launcher 1.8.2"
|
||||
},
|
||||
"changes": {
|
||||
"fixed": [
|
||||
@ -1166,8 +1166,8 @@
|
||||
"version": "1.8.1",
|
||||
"publishedAt": "2026-08-16",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.1",
|
||||
"zh-CN": "Axolotl Launcher 1.8.1"
|
||||
"en-US": "Starlight Launcher 1.8.1",
|
||||
"zh-CN": "Starlight Launcher 1.8.1"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1255,8 +1255,8 @@
|
||||
"version": "1.8.0",
|
||||
"publishedAt": "2026-08-15",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.8.0",
|
||||
"zh-CN": "Axolotl Launcher 1.8.0"
|
||||
"en-US": "Starlight Launcher 1.8.0",
|
||||
"zh-CN": "Starlight Launcher 1.8.0"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1356,8 +1356,8 @@
|
||||
"version": "1.7.7",
|
||||
"publishedAt": "2026-08-14",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.7.7",
|
||||
"zh-CN": "Axolotl Launcher 1.7.7"
|
||||
"en-US": "Starlight Launcher 1.7.7",
|
||||
"zh-CN": "Starlight Launcher 1.7.7"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1373,8 +1373,8 @@
|
||||
"version": "1.7.6",
|
||||
"publishedAt": "2026-08-14",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.7.6",
|
||||
"zh-CN": "Axolotl Launcher 1.7.6"
|
||||
"en-US": "Starlight Launcher 1.7.6",
|
||||
"zh-CN": "Starlight Launcher 1.7.6"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1390,8 +1390,8 @@
|
||||
"version": "1.7.5",
|
||||
"publishedAt": "2026-08-13",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.7.5",
|
||||
"zh-CN": "Axolotl Launcher 1.7.5"
|
||||
"en-US": "Starlight Launcher 1.7.5",
|
||||
"zh-CN": "Starlight Launcher 1.7.5"
|
||||
},
|
||||
"changes": {
|
||||
"fixed": [
|
||||
@ -1425,8 +1425,8 @@
|
||||
"version": "1.7.4",
|
||||
"publishedAt": "2026-08-12",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.7.4",
|
||||
"zh-CN": "Axolotl Launcher 1.7.4"
|
||||
"en-US": "Starlight Launcher 1.7.4",
|
||||
"zh-CN": "Starlight Launcher 1.7.4"
|
||||
},
|
||||
"changes": {
|
||||
"changed": [
|
||||
@ -1578,8 +1578,8 @@
|
||||
"version": "1.7.3",
|
||||
"publishedAt": "2026-08-10",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.7.3",
|
||||
"zh-CN": "Axolotl Launcher 1.7.3"
|
||||
"en-US": "Starlight Launcher 1.7.3",
|
||||
"zh-CN": "Starlight Launcher 1.7.3"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1627,8 +1627,8 @@
|
||||
"version": "1.7.2",
|
||||
"publishedAt": "2026-08-10",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.7.2",
|
||||
"zh-CN": "Axolotl Launcher 1.7.2"
|
||||
"en-US": "Starlight Launcher 1.7.2",
|
||||
"zh-CN": "Starlight Launcher 1.7.2"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1696,8 +1696,8 @@
|
||||
"version": "1.7.1",
|
||||
"publishedAt": "2026-08-08",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.7.1",
|
||||
"zh-CN": "Axolotl Launcher 1.7.1"
|
||||
"en-US": "Starlight Launcher 1.7.1",
|
||||
"zh-CN": "Starlight Launcher 1.7.1"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1753,8 +1753,8 @@
|
||||
"version": "1.7.0",
|
||||
"publishedAt": "2026-08-06",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.7.0",
|
||||
"zh-CN": "Axolotl Launcher 1.7.0"
|
||||
"en-US": "Starlight Launcher 1.7.0",
|
||||
"zh-CN": "Starlight Launcher 1.7.0"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1798,8 +1798,8 @@
|
||||
"version": "1.6.12",
|
||||
"publishedAt": "2026-08-04",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.12",
|
||||
"zh-CN": "Axolotl Launcher 1.6.12"
|
||||
"en-US": "Starlight Launcher 1.6.12",
|
||||
"zh-CN": "Starlight Launcher 1.6.12"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1847,8 +1847,8 @@
|
||||
"version": "1.6.11",
|
||||
"publishedAt": "2026-08-04",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.11",
|
||||
"zh-CN": "Axolotl Launcher 1.6.11"
|
||||
"en-US": "Starlight Launcher 1.6.11",
|
||||
"zh-CN": "Starlight Launcher 1.6.11"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1892,8 +1892,8 @@
|
||||
"version": "1.6.10",
|
||||
"publishedAt": "2026-08-03",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.10",
|
||||
"zh-CN": "Axolotl Launcher 1.6.10"
|
||||
"en-US": "Starlight Launcher 1.6.10",
|
||||
"zh-CN": "Starlight Launcher 1.6.10"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -1957,14 +1957,14 @@
|
||||
"version": "1.6.9",
|
||||
"publishedAt": "2026-08-02",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.9",
|
||||
"zh-CN": "Axolotl Launcher 1.6.9"
|
||||
"en-US": "Starlight Launcher 1.6.9",
|
||||
"zh-CN": "Starlight Launcher 1.6.9"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
{
|
||||
"en-US": "Launcher will now show a discord rich presence binded to Axolotl Launcher.",
|
||||
"zh-CN": "启动器现在会显示 Axolotl Launcher 的 Discord Rich Presence。"
|
||||
"en-US": "Launcher will now show a discord rich presence binded to Starlight Launcher.",
|
||||
"zh-CN": "启动器现在会显示 Starlight Launcher 的 Discord Rich Presence。"
|
||||
},
|
||||
{
|
||||
"en-US": "Launcher will now show a discord rich presence with a more detailed status.",
|
||||
@ -1998,8 +1998,8 @@
|
||||
"version": "1.6.8",
|
||||
"publishedAt": "2026-08-02",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.8",
|
||||
"zh-CN": "Axolotl Launcher 1.6.8"
|
||||
"en-US": "Starlight Launcher 1.6.8",
|
||||
"zh-CN": "Starlight Launcher 1.6.8"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -2109,8 +2109,8 @@
|
||||
"version": "1.6.7",
|
||||
"publishedAt": "2026-08-01",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.7",
|
||||
"zh-CN": "Axolotl Launcher 1.6.7"
|
||||
"en-US": "Starlight Launcher 1.6.7",
|
||||
"zh-CN": "Starlight Launcher 1.6.7"
|
||||
},
|
||||
"changes": {
|
||||
"fixed": [
|
||||
@ -2126,8 +2126,8 @@
|
||||
"version": "1.6.6",
|
||||
"publishedAt": "2026-08-01",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.6",
|
||||
"zh-CN": "Axolotl Launcher 1.6.6"
|
||||
"en-US": "Starlight Launcher 1.6.6",
|
||||
"zh-CN": "Starlight Launcher 1.6.6"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -2179,8 +2179,8 @@
|
||||
"version": "1.6.5",
|
||||
"publishedAt": "2026-07-31",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.5",
|
||||
"zh-CN": "Axolotl Launcher 1.6.5"
|
||||
"en-US": "Starlight Launcher 1.6.5",
|
||||
"zh-CN": "Starlight Launcher 1.6.5"
|
||||
},
|
||||
"changes": {
|
||||
"fixed": [
|
||||
@ -2204,8 +2204,8 @@
|
||||
"version": "1.6.4",
|
||||
"publishedAt": "2026-07-31",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.4",
|
||||
"zh-CN": "Axolotl Launcher 1.6.4"
|
||||
"en-US": "Starlight Launcher 1.6.4",
|
||||
"zh-CN": "Starlight Launcher 1.6.4"
|
||||
},
|
||||
"changes": {
|
||||
"changed": [
|
||||
@ -2243,8 +2243,8 @@
|
||||
"version": "1.6.1",
|
||||
"publishedAt": "2026-07-29",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.1",
|
||||
"zh-CN": "Axolotl Launcher 1.6.1"
|
||||
"en-US": "Starlight Launcher 1.6.1",
|
||||
"zh-CN": "Starlight Launcher 1.6.1"
|
||||
},
|
||||
"changes": {
|
||||
"changed": [
|
||||
@ -2278,8 +2278,8 @@
|
||||
"version": "1.6.0",
|
||||
"publishedAt": "2026-07-28",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.6.0",
|
||||
"zh-CN": "Axolotl Launcher 1.6.0"
|
||||
"en-US": "Starlight Launcher 1.6.0",
|
||||
"zh-CN": "Starlight Launcher 1.6.0"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -2310,8 +2310,8 @@
|
||||
"zh-CN": "优化 Linux 桌面文件(.desktop):补充 Comment、Keywords、StartupWMClass、StartupNotify 等字段, 添加 x-scheme-handler/axolotl 协议关联与中文本地化, 并为 Exec 添加 WEBKIT_DISABLE_DMABUF_RENDERER=1 环境变量。"
|
||||
},
|
||||
{
|
||||
"en-US": "Replaced Tauri template variables in the Linux desktop file template with fixed values, ensuring the built .desktop file uses \"Axolotl Launcher\" directly for its name, icon, and executable.",
|
||||
"zh-CN": "将 Linux 桌面文件模板从 Tauri 模板变量格式改为固定值格式, 确保编译后的 .desktop 文件直接使用 \"Axolotl Launcher\" 作为名称、图标和可执行文件。"
|
||||
"en-US": "Replaced Tauri template variables in the Linux desktop file template with fixed values, ensuring the built .desktop file uses \"Starlight Launcher\" directly for its name, icon, and executable.",
|
||||
"zh-CN": "将 Linux 桌面文件模板从 Tauri 模板变量格式改为固定值格式, 确保编译后的 .desktop 文件直接使用 \"Starlight Launcher\" 作为名称、图标和可执行文件。"
|
||||
}
|
||||
],
|
||||
"fixed": [
|
||||
@ -2331,8 +2331,8 @@
|
||||
"version": "1.5.5",
|
||||
"publishedAt": "2026-07-26",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.5.5",
|
||||
"zh-CN": "Axolotl Launcher 1.5.5"
|
||||
"en-US": "Starlight Launcher 1.5.5",
|
||||
"zh-CN": "Starlight Launcher 1.5.5"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -2404,8 +2404,8 @@
|
||||
"version": "1.5.4",
|
||||
"publishedAt": "2026-07-25",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.5.4",
|
||||
"zh-CN": "Axolotl Launcher 1.5.4"
|
||||
"en-US": "Starlight Launcher 1.5.4",
|
||||
"zh-CN": "Starlight Launcher 1.5.4"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -2439,8 +2439,8 @@
|
||||
"version": "1.5.3",
|
||||
"publishedAt": "2026-07-25",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.5.3",
|
||||
"zh-CN": "Axolotl Launcher 1.5.3"
|
||||
"en-US": "Starlight Launcher 1.5.3",
|
||||
"zh-CN": "Starlight Launcher 1.5.3"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -2484,8 +2484,8 @@
|
||||
"version": "1.5.2",
|
||||
"publishedAt": "2026-07-25",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.5.2",
|
||||
"zh-CN": "Axolotl Launcher 1.5.2"
|
||||
"en-US": "Starlight Launcher 1.5.2",
|
||||
"zh-CN": "Starlight Launcher 1.5.2"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -2625,8 +2625,8 @@
|
||||
"version": "1.5.1",
|
||||
"publishedAt": "2026-07-23",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.5.1",
|
||||
"zh-CN": "Axolotl Launcher 1.5.1"
|
||||
"en-US": "Starlight Launcher 1.5.1",
|
||||
"zh-CN": "Starlight Launcher 1.5.1"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -2670,8 +2670,8 @@
|
||||
"version": "1.5.0",
|
||||
"publishedAt": "2026-07-23",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.5.0",
|
||||
"zh-CN": "Axolotl Launcher 1.5.0"
|
||||
"en-US": "Starlight Launcher 1.5.0",
|
||||
"zh-CN": "Starlight Launcher 1.5.0"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -2731,8 +2731,8 @@
|
||||
"version": "1.4.1",
|
||||
"publishedAt": "2026-07-23",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.4.1",
|
||||
"zh-CN": "Axolotl Launcher 1.4.1"
|
||||
"en-US": "Starlight Launcher 1.4.1",
|
||||
"zh-CN": "Starlight Launcher 1.4.1"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
@ -2788,8 +2788,8 @@
|
||||
"version": "1.4.0",
|
||||
"publishedAt": "2026-07-23",
|
||||
"title": {
|
||||
"en-US": "Axolotl Launcher 1.4.0",
|
||||
"zh-CN": "Axolotl Launcher 1.4.0"
|
||||
"en-US": "Starlight Launcher 1.4.0",
|
||||
"zh-CN": "Starlight Launcher 1.4.0"
|
||||
},
|
||||
"changes": {
|
||||
"added": [
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<span class="inline-flex items-center gap-2.5 text-[var(--color-contrast)] text-[1.375rem] font-extrabold tracking-[-0.035em] leading-none">
|
||||
<img src="/axolotl.png" alt="" />
|
||||
<span>Axolotl</span>
|
||||
<span>Starlight</span>
|
||||
</span>
|
||||
</template>
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ const messages = defineMessages({
|
||||
developer: { id: 'axolotl-site.footer.developer', defaultMessage: 'Axolotl Launcher Team' },
|
||||
openSourcePrefix: {
|
||||
id: 'axolotl-site.footer.open-source-prefix',
|
||||
defaultMessage: 'Axolotl is',
|
||||
defaultMessage: 'Starlight is',
|
||||
},
|
||||
openSourceLink: {
|
||||
id: 'axolotl-site.footer.open-source-link',
|
||||
|
||||
@ -34,7 +34,7 @@ const messages = defineMessages({
|
||||
title: { id: 'axolotl-settings.title', defaultMessage: 'Display settings' },
|
||||
description: {
|
||||
id: 'axolotl-settings.description',
|
||||
defaultMessage: 'Customize how Axolotl looks and reads on this device.',
|
||||
defaultMessage: 'Customize how Starlight looks and reads on this device.',
|
||||
},
|
||||
close: { id: 'axolotl-settings.close', defaultMessage: 'Close settings' },
|
||||
appearanceTitle: { id: 'axolotl-settings.appearance.title', defaultMessage: 'Appearance' },
|
||||
@ -46,7 +46,7 @@ const messages = defineMessages({
|
||||
downloadsTitle: { id: 'axolotl-settings.downloads.title', defaultMessage: 'Downloads' },
|
||||
downloadsDescription: {
|
||||
id: 'axolotl-settings.downloads.description',
|
||||
defaultMessage: 'Choose where Axolotl Launcher installers are downloaded from.',
|
||||
defaultMessage: 'Choose where Starlight Launcher installers are downloaded from.',
|
||||
},
|
||||
downloadSourceTitle: {
|
||||
id: 'axolotl-settings.download-source.title',
|
||||
@ -71,7 +71,7 @@ const messages = defineMessages({
|
||||
},
|
||||
downloadSourceUpdateServerDescription: {
|
||||
id: 'axolotl-settings.download-source.update-server.description',
|
||||
defaultMessage: 'Download through the official Axolotl update service.',
|
||||
defaultMessage: 'Download through the official Starlight update service.',
|
||||
},
|
||||
downloadSourceGithub: {
|
||||
id: 'axolotl-settings.download-source.github',
|
||||
@ -88,7 +88,7 @@ const messages = defineMessages({
|
||||
themeTitle: { id: 'axolotl-settings.theme.title', defaultMessage: 'Color theme' },
|
||||
themeDescription: {
|
||||
id: 'axolotl-settings.theme.description',
|
||||
defaultMessage: 'Select your preferred color theme for Axolotl on this device.',
|
||||
defaultMessage: 'Select your preferred color theme for Starlight on this device.',
|
||||
},
|
||||
interfaceTitle: { id: 'axolotl-settings.interface.title', defaultMessage: 'Interface' },
|
||||
interfaceDescription: {
|
||||
@ -337,7 +337,7 @@ onBeforeUnmount(() => {
|
||||
>
|
||||
<img src="/axolotl.png" alt="" />
|
||||
<div>
|
||||
<strong>Axolotl Launcher</strong>
|
||||
<strong>Starlight Launcher</strong>
|
||||
<span>Website {{ new Date().getFullYear() }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -3,33 +3,33 @@ export const SUPPORTED_SITE_LOCALES = ['en-US', 'zh-CN'] as const
|
||||
export const siteLocaleMessages: Record<string, Record<string, string>> = {
|
||||
'zh-CN': {
|
||||
'axolotl-site.seo.title':
|
||||
'Axolotl Launcher - 支持 Modrinth 与 CurseForge 的开源 Minecraft 启动器',
|
||||
'Starlight Launcher - 支持 Modrinth 与 CurseForge 的开源 Minecraft 启动器',
|
||||
'axolotl-site.seo.description':
|
||||
'下载 Axolotl Launcher:适用于 Windows、macOS 和 Linux 的免费开源 Tauri v2 Minecraft(我的世界)启动器,支持 Modrinth 与 CurseForge 内容管理、主题、账户及更多功能。',
|
||||
'下载 Starlight Launcher:适用于 Windows、macOS 和 Linux 的免费开源 Tauri v2 Minecraft(我的世界)启动器,支持 Modrinth 与 CurseForge 内容管理、主题、账户及更多功能。',
|
||||
'axolotl-site.seo.social-image-alt':
|
||||
'Axolotl Launcher 正在展示一个 Minecraft 实例及其已安装内容。',
|
||||
'Starlight Launcher 正在展示一个 Minecraft 实例及其已安装内容。',
|
||||
'axolotl-site.faq.eyebrow': '常见问题',
|
||||
'axolotl-site.faq.title': '关于 Axolotl Launcher,你需要了解的一切',
|
||||
'axolotl-site.faq.description': '了解支持平台、账户类型、内容来源与官方下载方式。',
|
||||
'axolotl-site.faq.platforms.question': 'Axolotl Launcher 支持哪些操作系统?',
|
||||
'axolotl-site.faq.platforms.answer':
|
||||
'Axolotl Launcher 支持 Windows 10/11 x64、搭载 Intel 或 Apple 芯片的 macOS,以及通过 AppImage、DEB 和 RPM 软件包安装的 Linux x64。',
|
||||
'Starlight Launcher 支持 Windows 10/11 x64、搭载 Intel 或 Apple 芯片的 macOS,以及通过 AppImage、DEB 和 RPM 软件包安装的 Linux x64。',
|
||||
'axolotl-site.faq.free.question': 'Axolotl Launcher 免费且开源吗?',
|
||||
'axolotl-site.faq.free.answer':
|
||||
'是。Axolotl Launcher 是基于 GPL-3.0 发布的自由软件,源代码和版本历史均在 GitHub 上公开。',
|
||||
'是。Starlight Launcher 是基于 GPL-3.0 发布的自由软件,源代码和版本历史均在 GitHub 上公开。',
|
||||
'axolotl-site.faq.accounts.question': '可以使用 Microsoft 正版账户和离线账户吗?',
|
||||
'axolotl-site.faq.accounts.answer':
|
||||
'可以。Axolotl 支持 Microsoft Minecraft 正版账户、本地离线账户与第三方 Yggdrasil 认证,包括 LittleSkin 预设和自定义服务器。',
|
||||
'可以。Starlight 支持 Microsoft Minecraft 正版账户、本地离线账户与第三方 Yggdrasil 认证,包括 LittleSkin 预设和自定义服务器。',
|
||||
'axolotl-site.faq.content.question': 'Axolotl 从哪里获取模组和其他 Minecraft 内容?',
|
||||
'axolotl-site.faq.content.answer':
|
||||
'Axolotl 可以搜索、查看、选择版本、安装、更新和管理来自 Modrinth 与 CurseForge 的内容。受 CurseForge 分发限制的文件可能需要手动下载。',
|
||||
'Starlight 可以搜索、查看、选择版本、安装、更新和管理来自 Modrinth 与 CurseForge 的内容。受 CurseForge 分发限制的文件可能需要手动下载。',
|
||||
'axolotl-site.faq.download.question': '应该从哪里下载 Axolotl Launcher?',
|
||||
'axolotl-site.faq.download.answer':
|
||||
'请使用本官方网站的下载区域。自动模式使用 Update Server,GitHub 作为备用来源;你也可以在网站设置中手动更换下载源。',
|
||||
'axolotl-marketing.hero.download': 'Axolotl Launcher',
|
||||
'axolotl-marketing.hero.download-for-os': '适用于 {os} 的 Axolotl Launcher',
|
||||
'app-marketing.hero.description':
|
||||
'Axolotl Launcher 是一款免费、开源、无广告的跨平台 Minecraft Java 版启动器,可在同一个客户端中搜索、安装和更新来自 Modrinth 与 CurseForge 的模组、整合包、资源包和光影,并内置 Axolotl 实验室。',
|
||||
'Starlight Launcher 是一款免费、开源、无广告的跨平台 Minecraft Java 版启动器,可在同一个客户端中搜索、安装和更新来自 Modrinth 与 CurseForge 的模组、整合包、资源包和光影,并内置 Starlight 实验室。',
|
||||
'axolotl-marketing.hero.screenshot-alt': 'Axolotl Launcher 主界面。',
|
||||
'axolotl-marketing.highlights.eyebrow': '一个启动器,两个来源',
|
||||
'axolotl-marketing.highlights.title': '管理 Minecraft 内容',
|
||||
@ -38,7 +38,7 @@ export const siteLocaleMessages: Record<string, Record<string, string>> = {
|
||||
'搜索 Modrinth 与 CurseForge,查看项目详情、选择版本并安装内容,由启动器处理依赖和更新。',
|
||||
'axolotl-marketing.highlights.ad-free.title': '免费、开源且独立',
|
||||
'axolotl-marketing.highlights.ad-free.description':
|
||||
'基于 GPL-3.0 发布,免费使用且无广告。Axolotl 不是 Modrinth 官方客户端。',
|
||||
'基于 GPL-3.0 发布,免费使用且无广告。Starlight 不是 Modrinth 官方客户端。',
|
||||
'axolotl-marketing.highlights.localized.title': '井然有序的内容管理',
|
||||
'axolotl-marketing.highlights.localized.description':
|
||||
'同时安装和管理整合包与单个项目。部分 CurseForge 文件受分发限制,可能需要手动下载。',
|
||||
@ -52,7 +52,7 @@ export const siteLocaleMessages: Record<string, Record<string, string>> = {
|
||||
'axolotl-marketing.showcase.themes.label': '个性化',
|
||||
'axolotl-marketing.showcase.translation.title': '启动器里的 Axolotl 实验室',
|
||||
'axolotl-marketing.showcase.translation.description':
|
||||
'直接在 Axolotl 中使用渐变文字生成器、Java 版种子地图和 3D 投影工坊,而不是跳转到外部网页。',
|
||||
'直接在 Starlight 中使用渐变文字生成器、Java 版种子地图和 3D 投影工坊,而不是跳转到外部网页。',
|
||||
'axolotl-marketing.showcase.translation.label': '实验室',
|
||||
'axolotl-marketing.showcase.offline.alt': 'Axolotl Launcher 的添加账户界面。',
|
||||
'axolotl-marketing.showcase.themes.alt': 'Axolotl Launcher 的强调色设置。',
|
||||
@ -75,7 +75,7 @@ export const siteLocaleMessages: Record<string, Record<string, string>> = {
|
||||
'创建、导入和批量管理实例;集中管理模组、资源包、光影、文件、世界、截图和日志,以及更新、启动设置与整合包导出。',
|
||||
'app-marketing.features.performance.title': '高性能',
|
||||
'app-marketing.features.performance.description':
|
||||
'Axolotl 以灵敏的界面与轻量的桌面核心保持安静、高效,不打扰你的游戏。',
|
||||
'Starlight 以灵敏的界面与轻量的桌面核心保持安静、高效,不打扰你的游戏。',
|
||||
'app-marketing.features.website.title': '从发现到安装',
|
||||
'app-marketing.features.website.description':
|
||||
'从 Modrinth 或 CurseForge 发现内容后,通过项目详情和版本选择直接安装到实例中,并在原处处理依赖和更新。',
|
||||
@ -110,10 +110,10 @@ export const siteLocaleMessages: Record<string, Record<string, string>> = {
|
||||
'app-marketing.download.download-deb': '下载 DEB',
|
||||
'app-marketing.download.download-rpm': '下载 RPM',
|
||||
'app-marketing.download.terms':
|
||||
'Axolotl 是基于 <terms-link>GPL-3.0</terms-link> 发布的自由软件。安装前请阅读<privacy-link>隐私政策</privacy-link>。',
|
||||
'Starlight 是基于 <terms-link>GPL-3.0</terms-link> 发布的自由软件。安装前请阅读<privacy-link>隐私政策</privacy-link>。',
|
||||
'app-marketing.download.linux-disclaimer':
|
||||
'每个版本都会发布 Linux 软件包。请在<issues-link>发布页面</issues-link>查看架构详情;如果你的发行版需要额外配置,也可以<prism-link>报告问题</prism-link>。',
|
||||
'app-marketing.hero.app-screenshot-alt': 'Axolotl Launcher 实例内容预览。',
|
||||
'app-marketing.hero.app-screenshot-alt': 'Starlight Launcher 实例内容预览。',
|
||||
'axolotl-marketing.hero.open-source': 'Tauri v2 · Rust · Vue 3',
|
||||
'axolotl-marketing.demo.one-launcher': '一个启动器,承载每一个世界。',
|
||||
'axolotl-marketing.demo.everything-together': '配置、模组、存档和设置始终井然有序。',
|
||||
@ -177,7 +177,7 @@ export const siteLocaleMessages: Record<string, Record<string, string>> = {
|
||||
'axolotl-site.footer.cta-eyebrow': '免费、开源,为 Minecraft 而生。',
|
||||
'axolotl-site.footer.cta-title': '你的下一个世界,从这里开始。',
|
||||
'axolotl-site.footer.cta-description':
|
||||
'安装 Axolotl,在一个清爽有序的空间中管理实例、模组与存档。',
|
||||
'安装 Starlight,在一个清爽有序的空间中管理实例、模组与存档。',
|
||||
'axolotl-site.footer.download-now': '立即下载',
|
||||
'axolotl-site.footer.view-github': '前往 GitHub',
|
||||
'axolotl-settings.title': '显示设置',
|
||||
@ -212,12 +212,12 @@ export const siteLocaleMessages: Record<string, Record<string, string>> = {
|
||||
'axolotl-settings.done': '完成',
|
||||
'axolotl-site.faq.lab.question': '什么是 Axolotl 实验室?',
|
||||
'axolotl-site.faq.lab.answer':
|
||||
'Axolotl 实验室是一个内置的网页工具集合,提供渐变文字生成器、Java 版种子地图、3D 投影工坊、配方生成器、Minecraft 模组翻译工具等功能。内容持续更新中。',
|
||||
'Starlight 实验室是一个内置的网页工具集合,提供渐变文字生成器、Java 版种子地图、3D 投影工坊、配方生成器、Minecraft 模组翻译工具等功能。内容持续更新中。',
|
||||
'axolotl-site.seo.keywords':
|
||||
'Axolotl Launcher, 美西螈启动器, Minecraft 启动器, Modrinth, CurseForge, Minecraft Java 版, 模组, 整合包, 资源包, 光影, Axolotl 实验室, Axolotl Launcher 下载, Axolotl Launcher 安装, Axolotl Launcher 中文, Axolotl Launcher 开源, Axolotl Launcher 免费, Axolotl Launcher 跨平台, Axolotl Launcher Windows, Axolotl Launcher macOS, Axolotl Launcher Linux',
|
||||
'Starlight Launcher, 美西螈启动器, Minecraft 启动器, Modrinth, CurseForge, Minecraft Java 版, 模组, 整合包, 资源包, 光影, Starlight 实验室, Starlight Launcher 下载, Starlight Launcher 安装, Starlight Launcher 中文, Starlight Launcher 开源, Starlight Launcher 免费, Starlight Launcher 跨平台, Starlight Launcher Windows, Starlight Launcher macOS, Starlight Launcher Linux',
|
||||
'axolotl-site.faq.project-disclaimer.question':
|
||||
'Axolotl Launcher 和 Axolotl Client 是同一个项目吗?',
|
||||
'Starlight Launcher 和 Starlight Client 是同一个项目吗?',
|
||||
'axolotl-site.faq.project-disclaimer.answer':
|
||||
'不是。Axolotl Launcher 和 Axolotl Client 是两个独立的项目。Axolotl Launcher 是基于 Modrinth 单体仓库的独立非官方下游启动器,与其他名为 Axolotl Client 的 Minecraft 项目无关联。',
|
||||
'不是。Starlight Launcher 和 Starlight Client 是两个独立的项目。Starlight Launcher 是基于 Modrinth 单体仓库的独立非官方下游启动器,与其他名为 Axolotl Client 的 Minecraft 项目无关联。',
|
||||
},
|
||||
}
|
||||
|
||||
@ -43,11 +43,11 @@ const { formatMessage, locale } = useVIntl()
|
||||
const messages = defineMessages({
|
||||
seoTitle: {
|
||||
id: 'axolotl-site.changelog.seo.title',
|
||||
defaultMessage: 'Changelog - Axolotl Launcher',
|
||||
defaultMessage: 'Changelog - Starlight Launcher',
|
||||
},
|
||||
seoDescription: {
|
||||
id: 'axolotl-site.changelog.seo.description',
|
||||
defaultMessage: 'See what changed in each public Axolotl Launcher release.',
|
||||
defaultMessage: 'See what changed in each public Starlight Launcher release.',
|
||||
},
|
||||
eyebrow: { id: 'axolotl-site.changelog.eyebrow', defaultMessage: 'Release history' },
|
||||
title: { id: 'axolotl-site.changelog.title', defaultMessage: 'Changelog' },
|
||||
|
||||
@ -295,20 +295,20 @@ const messages = defineMessages({
|
||||
},
|
||||
downloadAxolotl: {
|
||||
id: 'axolotl-marketing.hero.download',
|
||||
defaultMessage: 'Axolotl Launcher',
|
||||
defaultMessage: 'Starlight Launcher',
|
||||
},
|
||||
downloadAxolotlForOs: {
|
||||
id: 'axolotl-marketing.hero.download-for-os',
|
||||
defaultMessage: 'Axolotl Launcher for {os}',
|
||||
defaultMessage: 'Starlight Launcher for {os}',
|
||||
},
|
||||
description: {
|
||||
id: 'app-marketing.hero.description',
|
||||
defaultMessage:
|
||||
'Axolotl Launcher is a free, open-source, ad-free, cross-platform Minecraft Java Edition launcher for searching, installing, and updating mods, modpacks, resource packs, and shaders from Modrinth and CurseForge, with Axolotl Labs built in.',
|
||||
'Starlight Launcher is a free, open-source, ad-free, cross-platform Minecraft Java Edition launcher for searching, installing, and updating mods, modpacks, resource packs, and shaders from Modrinth and CurseForge, with Starlight Labs built in.',
|
||||
},
|
||||
heroScreenshotAlt: {
|
||||
id: 'axolotl-marketing.hero.screenshot-alt',
|
||||
defaultMessage: 'Axolotl Launcher home screen.',
|
||||
defaultMessage: 'Starlight Launcher home screen.',
|
||||
},
|
||||
builtOnModrinth: {
|
||||
id: 'axolotl-marketing.highlights.eyebrow',
|
||||
@ -334,7 +334,7 @@ const messages = defineMessages({
|
||||
adFreeDescription: {
|
||||
id: 'axolotl-marketing.highlights.ad-free.description',
|
||||
defaultMessage:
|
||||
'GPL-3.0, free to use, and ad-free. Axolotl is not an official Modrinth client.',
|
||||
'GPL-3.0, free to use, and ad-free. Starlight is not an official Modrinth client.',
|
||||
},
|
||||
localized: {
|
||||
id: 'axolotl-marketing.highlights.localized.title',
|
||||
@ -370,29 +370,29 @@ const messages = defineMessages({
|
||||
},
|
||||
translation: {
|
||||
id: 'axolotl-marketing.showcase.translation.title',
|
||||
defaultMessage: 'Axolotl Lab, inside the launcher',
|
||||
defaultMessage: 'Starlight Lab, inside the launcher',
|
||||
},
|
||||
translationDescription: {
|
||||
id: 'axolotl-marketing.showcase.translation.description',
|
||||
defaultMessage:
|
||||
'Use the gradient text generator, Java Edition seed map, and 3D schematic workshop directly in Axolotl, not through external web pages.',
|
||||
'Use the gradient text generator, Java Edition seed map, and 3D schematic workshop directly in Starlight, not through external web pages.',
|
||||
},
|
||||
translateLabel: { id: 'axolotl-marketing.showcase.translation.label', defaultMessage: 'Lab' },
|
||||
offlineScreenshotAlt: {
|
||||
id: 'axolotl-marketing.showcase.offline.alt',
|
||||
defaultMessage: 'Axolotl Launcher offline account dialog.',
|
||||
defaultMessage: 'Starlight Launcher offline account dialog.',
|
||||
},
|
||||
themesScreenshotAlt: {
|
||||
id: 'axolotl-marketing.showcase.themes.alt',
|
||||
defaultMessage: 'Axolotl Launcher theme customization settings.',
|
||||
defaultMessage: 'Starlight Launcher theme customization settings.',
|
||||
},
|
||||
translationScreenshotAlt: {
|
||||
id: 'axolotl-marketing.showcase.translation.alt',
|
||||
defaultMessage: 'Axolotl Launcher Lab.',
|
||||
defaultMessage: 'Starlight Launcher Lab.',
|
||||
},
|
||||
downloadAxolotlButton: {
|
||||
id: 'axolotl-marketing.hero.download-button',
|
||||
defaultMessage: 'Download Axolotl',
|
||||
defaultMessage: 'Download Starlight',
|
||||
},
|
||||
fetchingDownloadLinks: {
|
||||
id: 'axolotl-marketing.download.fetching-links',
|
||||
@ -478,7 +478,7 @@ const messages = defineMessages({
|
||||
performantDescription: {
|
||||
id: 'app-marketing.features.performance.description',
|
||||
defaultMessage:
|
||||
'Axolotl stays out of your way with a responsive interface and a lightweight desktop core.',
|
||||
'Starlight stays out of your way with a responsive interface and a lightweight desktop core.',
|
||||
},
|
||||
profileImporting: {
|
||||
id: 'app-marketing.features.importing.title',
|
||||
@ -512,7 +512,7 @@ const messages = defineMessages({
|
||||
},
|
||||
downloadAxolotlTitle: {
|
||||
id: 'axolotl-marketing.download.title',
|
||||
defaultMessage: 'Download Axolotl Launcher',
|
||||
defaultMessage: 'Download Starlight Launcher',
|
||||
},
|
||||
downloadDescription: {
|
||||
id: 'app-marketing.download.description',
|
||||
@ -562,7 +562,7 @@ const messages = defineMessages({
|
||||
downloadTerms: {
|
||||
id: 'app-marketing.download.terms',
|
||||
defaultMessage:
|
||||
'Axolotl is free software released under <terms-link>GPL-3.0</terms-link>. Read the <privacy-link>Privacy Policy</privacy-link> before installing.',
|
||||
'Starlight is free software released under <terms-link>GPL-3.0</terms-link>. Read the <privacy-link>Privacy Policy</privacy-link> before installing.',
|
||||
},
|
||||
linuxDisclaimer: {
|
||||
id: 'app-marketing.download.linux-disclaimer',
|
||||
@ -572,16 +572,16 @@ const messages = defineMessages({
|
||||
seoTitle: {
|
||||
id: 'axolotl-site.seo.title',
|
||||
defaultMessage:
|
||||
'Axolotl Launcher - Free Open-Source Modrinth plus Curseforge Minecraft Launcher',
|
||||
'Starlight Launcher - Free Open-Source Modrinth plus Curseforge Minecraft Launcher',
|
||||
},
|
||||
seoDescription: {
|
||||
id: 'axolotl-site.seo.description',
|
||||
defaultMessage:
|
||||
'Download Axolotl Launcher, a free, open-source Tauri v2 Minecraft launcher for Windows, macOS, and Linux with Modrinth and CurseForge content management, themes, accounts, and more.',
|
||||
'Download Starlight Launcher, a free, open-source Tauri v2 Minecraft launcher for Windows, macOS, and Linux with Modrinth and CurseForge content management, themes, accounts, and more.',
|
||||
},
|
||||
socialImageAlt: {
|
||||
id: 'axolotl-site.seo.social-image-alt',
|
||||
defaultMessage: 'Axolotl Launcher showing a Minecraft instance and its installed content.',
|
||||
defaultMessage: 'Starlight Launcher showing a Minecraft instance and its installed content.',
|
||||
},
|
||||
faqEyebrow: {
|
||||
id: 'axolotl-site.faq.eyebrow',
|
||||
@ -589,7 +589,7 @@ const messages = defineMessages({
|
||||
},
|
||||
faqTitle: {
|
||||
id: 'axolotl-site.faq.title',
|
||||
defaultMessage: 'Everything you need to know about Axolotl',
|
||||
defaultMessage: 'Everything you need to know about Starlight',
|
||||
},
|
||||
faqDescription: {
|
||||
id: 'axolotl-site.faq.description',
|
||||
@ -597,21 +597,21 @@ const messages = defineMessages({
|
||||
},
|
||||
faqPlatformsQuestion: {
|
||||
id: 'axolotl-site.faq.platforms.question',
|
||||
defaultMessage: 'Which operating systems does Axolotl Launcher support?',
|
||||
defaultMessage: 'Which operating systems does Starlight Launcher support?',
|
||||
},
|
||||
faqPlatformsAnswer: {
|
||||
id: 'axolotl-site.faq.platforms.answer',
|
||||
defaultMessage:
|
||||
'Axolotl Launcher supports Windows 10 and 11 on x64, macOS on Intel and Apple Silicon, and Linux x64 through AppImage, DEB, and RPM packages.',
|
||||
'Starlight Launcher supports Windows 10 and 11 on x64, macOS on Intel and Apple Silicon, and Linux x64 through AppImage, DEB, and RPM packages.',
|
||||
},
|
||||
faqFreeQuestion: {
|
||||
id: 'axolotl-site.faq.free.question',
|
||||
defaultMessage: 'Is Axolotl Launcher free and open source?',
|
||||
defaultMessage: 'Is Starlight Launcher free and open source?',
|
||||
},
|
||||
faqFreeAnswer: {
|
||||
id: 'axolotl-site.faq.free.answer',
|
||||
defaultMessage:
|
||||
'Yes. Axolotl Launcher is free software released under GPL-3.0. Its source code and release history are publicly available on GitHub.',
|
||||
'Yes. Starlight Launcher is free software released under GPL-3.0. Its source code and release history are publicly available on GitHub.',
|
||||
},
|
||||
faqAccountsQuestion: {
|
||||
id: 'axolotl-site.faq.accounts.question',
|
||||
@ -620,20 +620,20 @@ const messages = defineMessages({
|
||||
faqAccountsAnswer: {
|
||||
id: 'axolotl-site.faq.accounts.answer',
|
||||
defaultMessage:
|
||||
'Yes. Axolotl supports Microsoft Minecraft accounts, local offline accounts, and third-party Yggdrasil authentication, including LittleSkin presets and custom servers.',
|
||||
'Yes. Starlight supports Microsoft Minecraft accounts, local offline accounts, and third-party Yggdrasil authentication, including LittleSkin presets and custom servers.',
|
||||
},
|
||||
faqContentQuestion: {
|
||||
id: 'axolotl-site.faq.content.question',
|
||||
defaultMessage: 'Where does Axolotl get mods and other Minecraft content?',
|
||||
defaultMessage: 'Where does Starlight get mods and other Minecraft content?',
|
||||
},
|
||||
faqContentAnswer: {
|
||||
id: 'axolotl-site.faq.content.answer',
|
||||
defaultMessage:
|
||||
'Axolotl helps you search, inspect, choose versions for, install, update, and manage content from Modrinth and CurseForge. Files with CurseForge distribution restrictions may require a manual download.',
|
||||
'Starlight helps you search, inspect, choose versions for, install, update, and manage content from Modrinth and CurseForge. Files with CurseForge distribution restrictions may require a manual download.',
|
||||
},
|
||||
faqDownloadQuestion: {
|
||||
id: 'axolotl-site.faq.download.question',
|
||||
defaultMessage: 'Where should I download Axolotl Launcher?',
|
||||
defaultMessage: 'Where should I download Starlight Launcher?',
|
||||
},
|
||||
faqDownloadAnswer: {
|
||||
id: 'axolotl-site.faq.download.answer',
|
||||
@ -642,7 +642,7 @@ const messages = defineMessages({
|
||||
},
|
||||
appScreenshotAlt: {
|
||||
id: 'app-marketing.hero.app-screenshot-alt',
|
||||
defaultMessage: `Axolotl Launcher instance content preview.`,
|
||||
defaultMessage: `Starlight Launcher instance content preview.`,
|
||||
},
|
||||
structuredFeatureContentSources: {
|
||||
id: 'axolotl-site.structured-data.feature.content-sources',
|
||||
@ -652,7 +652,7 @@ const messages = defineMessages({
|
||||
structuredFeatureLab: {
|
||||
id: 'axolotl-site.structured-data.feature.lab',
|
||||
defaultMessage:
|
||||
'Axolotl Labs with gradient text generator, Java Edition seed map, and 3D schematic workshop',
|
||||
'Starlight Labs with gradient text generator, Java Edition seed map, and 3D schematic workshop',
|
||||
},
|
||||
structuredFeatureInstances: {
|
||||
id: 'axolotl-site.structured-data.feature.instances',
|
||||
@ -664,26 +664,26 @@ const messages = defineMessages({
|
||||
},
|
||||
faqLabQuestion: {
|
||||
id: 'axolotl-site.faq.lab.question',
|
||||
defaultMessage: 'What is Axolotl Labs?',
|
||||
defaultMessage: 'What is Starlight Labs?',
|
||||
},
|
||||
faqLabAnswer: {
|
||||
id: 'axolotl-site.faq.lab.answer',
|
||||
defaultMessage:
|
||||
'Axolotl Labs is a collection of built-in launcher tools, including a gradient text generator, Java Edition seed map, and 3D schematic workshop.',
|
||||
'Starlight Labs is a collection of built-in launcher tools, including a gradient text generator, Java Edition seed map, and 3D schematic workshop.',
|
||||
},
|
||||
faqProjectDisclaimerQuestion: {
|
||||
id: 'axolotl-site.faq.project-disclaimer.question',
|
||||
defaultMessage: 'Is Axolotl Launcher and Axolotl Client the same project?',
|
||||
defaultMessage: 'Is Starlight Launcher and Starlight Client the same project?',
|
||||
},
|
||||
faqProjectDisclaimerAnswer: {
|
||||
id: 'axolotl-site.faq.project-disclaimer.answer',
|
||||
defaultMessage:
|
||||
'No. Axolotl Launcher and Axolotl Client are separate projects. Axolotl Launcher is an independent, unofficial downstream launcher based on the Modrinth monorepo. It is not affiliated with other Minecraft projects named Axolotl Client.',
|
||||
'No. Starlight Launcher and Starlight Client are separate projects. Starlight Launcher is an independent, unofficial downstream launcher based on the Modrinth monorepo. It is not affiliated with other Minecraft projects named Axolotl Client.',
|
||||
},
|
||||
seoKeywords: {
|
||||
id: 'axolotl-site.seo.keywords',
|
||||
defaultMessage:
|
||||
'Axolotl Launcher, Minecraft Launcher, Modrinth, CurseForge, Minecraft Java Edition, Axolotl Labs',
|
||||
'Starlight Launcher, Minecraft Launcher, Modrinth, CurseForge, Minecraft Java Edition, Starlight Labs',
|
||||
},
|
||||
})
|
||||
|
||||
@ -736,7 +736,7 @@ const structuredData = computed(() => ({
|
||||
'@type': 'WebSite',
|
||||
'@id': `${canonicalUrl}#website`,
|
||||
url: canonicalUrl,
|
||||
name: 'Axolotl Launcher',
|
||||
name: 'Starlight Launcher',
|
||||
description: description.value,
|
||||
inLanguage: locale.value,
|
||||
publisher: { '@id': `${canonicalUrl}#organization` },
|
||||
@ -744,7 +744,7 @@ const structuredData = computed(() => ({
|
||||
{
|
||||
'@type': 'Organization',
|
||||
'@id': `${canonicalUrl}#organization`,
|
||||
name: 'Axolotl Launcher Team',
|
||||
name: 'Starlight Launcher Team',
|
||||
url: canonicalUrl,
|
||||
logo: {
|
||||
'@type': 'ImageObject',
|
||||
@ -757,7 +757,7 @@ const structuredData = computed(() => ({
|
||||
{
|
||||
'@type': 'SoftwareApplication',
|
||||
'@id': `${canonicalUrl}#software`,
|
||||
name: 'Axolotl Launcher',
|
||||
name: 'Starlight Launcher',
|
||||
alternateName: ['美西螈启动器', 'AXL Launcher'],
|
||||
sameAs: [githubUrl],
|
||||
description: description.value,
|
||||
@ -799,15 +799,15 @@ useSeoMeta({
|
||||
title: () => title.value,
|
||||
description: () => description.value,
|
||||
robots: 'index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1',
|
||||
author: 'Axolotl Launcher Team',
|
||||
applicationName: 'Axolotl Launcher',
|
||||
author: 'Starlight Launcher Team',
|
||||
applicationName: 'Starlight Launcher',
|
||||
themeColor: '#ff82b2',
|
||||
colorScheme: 'dark light',
|
||||
ogTitle: () => title.value,
|
||||
ogDescription: () => description.value,
|
||||
ogType: 'website',
|
||||
ogUrl: canonicalUrl,
|
||||
ogSiteName: 'Axolotl Launcher',
|
||||
ogSiteName: 'Starlight Launcher',
|
||||
ogLocale: () => locale.value.replace('-', '_'),
|
||||
ogLocaleAlternate: () => (locale.value === 'zh-CN' ? 'en_US' : 'zh_CN'),
|
||||
ogImage: socialImageUrl,
|
||||
|
||||
@ -7,12 +7,12 @@ const { locale } = useVIntl()
|
||||
const isChinese = computed(() => locale.value === 'zh-CN')
|
||||
|
||||
const seoTitle = computed(() =>
|
||||
isChinese.value ? '隐私政策 - Axolotl Launcher' : 'Privacy Policy - Axolotl Launcher',
|
||||
isChinese.value ? '隐私政策 - Starlight Launcher' : 'Privacy Policy - Starlight Launcher',
|
||||
)
|
||||
const seoDescription = computed(() =>
|
||||
isChinese.value
|
||||
? '了解 Axolotl Launcher 官方网站和桌面应用如何处理数据。'
|
||||
: 'Learn how the Axolotl Launcher official website and desktop application handle data.',
|
||||
? '了解 Starlight Launcher 官方网站和桌面应用如何处理数据。'
|
||||
: 'Learn how the Starlight Launcher official website and desktop application handle data.',
|
||||
)
|
||||
|
||||
useSeoMeta({
|
||||
@ -36,12 +36,12 @@ useHead({
|
||||
:key="`zh-${locale}`"
|
||||
eyebrow="隐私政策"
|
||||
title="隐私政策"
|
||||
description="本政策说明 Axolotl Launcher 官方网站和桌面应用处理数据的方式,以及第三方服务可能接收的信息。"
|
||||
description="本政策说明 Starlight Launcher 官方网站和桌面应用处理数据的方式,以及第三方服务可能接收的信息。"
|
||||
updated-at="2026 年 8 月 14 日"
|
||||
>
|
||||
<h2>1. 适用范围</h2>
|
||||
<p>
|
||||
本政策适用于 www.axlmc.org 官方网站和 Axolotl Launcher
|
||||
本政策适用于 www.axlmc.org 官方网站和 Starlight Launcher
|
||||
桌面应用。通过启动器访问的第三方网站、API、认证服务、服务器及内容下载地址,适用对应第三方自己的隐私政策。
|
||||
</p>
|
||||
|
||||
@ -141,12 +141,12 @@ useHead({
|
||||
:key="`en-${locale}`"
|
||||
eyebrow="Privacy Policy"
|
||||
title="Privacy Policy"
|
||||
description="This policy explains how the Axolotl Launcher official website and desktop application handle data, and what information third-party services may receive."
|
||||
description="This policy explains how the Starlight Launcher official website and desktop application handle data, and what information third-party services may receive."
|
||||
updated-at="August 14, 2026"
|
||||
>
|
||||
<h2>1. Scope</h2>
|
||||
<p>
|
||||
This policy applies to the www.axlmc.org official website and the Axolotl Launcher desktop
|
||||
This policy applies to the www.axlmc.org official website and the Starlight Launcher desktop
|
||||
application. Third-party websites, APIs, authentication services, servers, and content
|
||||
download addresses accessed through the launcher are governed by their own privacy policies.
|
||||
</p>
|
||||
|
||||
@ -7,12 +7,12 @@ const { locale } = useVIntl()
|
||||
const isChinese = computed(() => locale.value === 'zh-CN')
|
||||
|
||||
const seoTitle = computed(() =>
|
||||
isChinese.value ? '服务条款 - Axolotl Launcher' : 'Terms of Service - Axolotl Launcher',
|
||||
isChinese.value ? '服务条款 - Starlight Launcher' : 'Terms of Service - Starlight Launcher',
|
||||
)
|
||||
const seoDescription = computed(() =>
|
||||
isChinese.value
|
||||
? '使用 Axolotl Launcher 官方网站及桌面应用前,请阅读本服务条款。'
|
||||
: 'Read these terms of service before using the Axolotl Launcher website and desktop application.',
|
||||
? '使用 Starlight Launcher 官方网站及桌面应用前,请阅读本服务条款。'
|
||||
: 'Read these terms of service before using the Starlight Launcher website and desktop application.',
|
||||
)
|
||||
|
||||
useSeoMeta({
|
||||
@ -36,12 +36,12 @@ useHead({
|
||||
:key="`zh-${locale}`"
|
||||
eyebrow="服务条款"
|
||||
title="服务条款"
|
||||
description="本条款说明 Axolotl Launcher 各部分适用的开源许可证、官方服务规则及第三方权利边界。"
|
||||
description="本条款说明 Starlight Launcher 各部分适用的开源许可证、官方服务规则及第三方权利边界。"
|
||||
updated-at="2026 年 8 月 2 日"
|
||||
>
|
||||
<h2>1. 适用范围与文件效力</h2>
|
||||
<p>
|
||||
本条款适用于 Axolotl Launcher
|
||||
本条款适用于 Starlight Launcher
|
||||
官方网站、官方发布的桌面应用及项目维护者提供的相关服务。软件的复制、修改、分发和网络部署,以仓库中对应文件的许可证与复制声明为准;本页面只是中文说明,不替代、修改或限制原始许可证。
|
||||
</p>
|
||||
<p>
|
||||
@ -98,12 +98,12 @@ useHead({
|
||||
|
||||
<h2>4. 品牌、商标与受限素材</h2>
|
||||
<p>
|
||||
开源软件许可证不自动授予商标权。Axolotl Launcher 是独立的非官方项目,与
|
||||
开源软件许可证不自动授予商标权。Starlight Launcher 是独立的非官方项目,与
|
||||
Mojang、Microsoft、Rinth, Inc.、Modrinth、CurseForge 或 MinecraftSearch
|
||||
不存在隶属、认可或背书关系。相关名称和商标归各自权利人所有。
|
||||
</p>
|
||||
<p>
|
||||
Modrinth 商标、徽标、封面和其他受限品牌素材不属于 Axolotl Launcher 品牌。网站复制声明列出的
|
||||
Modrinth 商标、徽标、封面和其他受限品牌素材不属于 Starlight Launcher 品牌。网站复制声明列出的
|
||||
Modrinth 品牌元素未经 Rinth, Inc.
|
||||
明确书面许可不得使用。外部徽标须遵守各权利人的品牌规范。使用或再分发其他第三方图片、图标、数据和素材前,也应核对对应声明。
|
||||
</p>
|
||||
@ -165,12 +165,12 @@ useHead({
|
||||
:key="`en-${locale}`"
|
||||
eyebrow="Terms of Service"
|
||||
title="Terms of Service"
|
||||
description="These terms explain the open-source licenses that apply to each part of Axolotl Launcher, the rules for official services, and the boundaries of third-party rights."
|
||||
description="These terms explain the open-source licenses that apply to each part of Starlight Launcher, the rules for official services, and the boundaries of third-party rights."
|
||||
updated-at="August 2, 2026"
|
||||
>
|
||||
<h2>1. Scope and Effect of This Document</h2>
|
||||
<p>
|
||||
These terms apply to the official Axolotl Launcher website, the officially published desktop
|
||||
These terms apply to the official Starlight Launcher website, the officially published desktop
|
||||
application, and related services operated by the project maintainers. Copying, modification,
|
||||
distribution, and network deployment of the software are governed by the licenses and copying
|
||||
notices in the corresponding files of the repository; this page is a plain-language
|
||||
@ -240,14 +240,14 @@ useHead({
|
||||
|
||||
<h2>4. Branding, Trademarks, and Restricted Assets</h2>
|
||||
<p>
|
||||
Open-source licenses do not automatically grant trademark rights. Axolotl Launcher is an
|
||||
Open-source licenses do not automatically grant trademark rights. Starlight Launcher is an
|
||||
independent, unofficial project with no affiliation, endorsement, or sponsorship from Mojang,
|
||||
Microsoft, Rinth, Inc., Modrinth, CurseForge, or MinecraftSearch. The related names and
|
||||
trademarks belong to their respective owners.
|
||||
</p>
|
||||
<p>
|
||||
Modrinth trademarks, logos, covers, and other restricted brand assets are not part of the
|
||||
Axolotl Launcher brand. Modrinth brand elements listed in the repository's copying notices
|
||||
Starlight Launcher brand. Modrinth brand elements listed in the repository's copying notices
|
||||
must not be used without the explicit written permission of Rinth, Inc. External logos must
|
||||
follow each owner's brand guidelines. Before using or redistributing other third-party images,
|
||||
icons, data, and assets, check the corresponding notices.
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
# Axolotl Launcher
|
||||
# Starlight Launcher
|
||||
|
||||
Axolotl Launcher is a free, open-source, ad-free, cross-platform Minecraft Java Edition launcher which supports Windows, macOS, and Linux.
|
||||
Starlight Launcher is a free, open-source, ad-free, cross-platform Minecraft Java Edition launcher which supports Windows, macOS, and Linux.
|
||||
|
||||
It supports searching, installing, and updating mods, modpacks, resource packs, and shaders from both Modrinth and CurseForge.
|
||||
|
||||
Axolotl Launcher also provides instance management, Microsoft and offline/Yggdrasil accounts, Java management, skin customization, and Axolotl Labs.
|
||||
Starlight Launcher also provides instance management, Microsoft and offline/Yggdrasil accounts, Java management, skin customization, and Axolotl Labs.
|
||||
|
||||
Axolotl Labs includes:
|
||||
- Gradient text generator
|
||||
@ -13,7 +13,7 @@ Axolotl Labs includes:
|
||||
- Recipe generator
|
||||
- AI Powered Minecraft mod translation tool
|
||||
|
||||
Axolotl Launcher is a fork of Modrinth App.
|
||||
Starlight Launcher is a fork of Modrinth App.
|
||||
|
||||
Official website:
|
||||
https://axlmc.org/
|
||||
|
||||
Reference in New Issue
Block a user