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',
|
||||
|
||||
Reference in New Issue
Block a user