fix: 复用皮肤站逻辑并稳定玩家头像
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
This commit is contained in:
@ -48,8 +48,6 @@
|
||||
"minecraft-account.skin-site.players.error": {
|
||||
"message": "Could not refresh the player list. Previously loaded players are kept."
|
||||
},
|
||||
"minecraft-account.skin-site.player.ready": { "message": "Ready to launch" },
|
||||
"minecraft-account.skin-site.player.synced": { "message": "From skin site" },
|
||||
"app.easteregg.color-mine.title": {
|
||||
"message": "Starlight Mine: Chromatic Realms"
|
||||
},
|
||||
@ -7796,6 +7794,27 @@
|
||||
"app.skins.section.tiny-takeover": {
|
||||
"message": "Tiny Takeover"
|
||||
},
|
||||
"app.skins.skin-site-account.description": {
|
||||
"message": "Select a skin below and apply it directly to {player}. The skin site session remains available while you move between launcher pages."
|
||||
},
|
||||
"app.skins.skin-site-account.empty-description": {
|
||||
"message": "This skin site account does not have an available player profile yet."
|
||||
},
|
||||
"app.skins.skin-site-account.empty-title": {
|
||||
"message": "No players available"
|
||||
},
|
||||
"app.skins.skin-site-account.loading-description": {
|
||||
"message": "The launcher is synchronizing the players attached to your account."
|
||||
},
|
||||
"app.skins.skin-site-account.loading-title": {
|
||||
"message": "Loading skin site players…"
|
||||
},
|
||||
"app.skins.skin-site-account.mojang-description": {
|
||||
"message": "{player} is an official Minecraft player. Its skin remains managed by the official account provider."
|
||||
},
|
||||
"app.skins.skin-site-account.title": {
|
||||
"message": "StarLight skin site player"
|
||||
},
|
||||
"app.skins.sign-in.axolotl-alt": {
|
||||
"message": "Starlight Launcher"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user