feat: add minecraft labels for all 11 languages

This commit is contained in:
2026-05-18 03:56:13 -06:00
parent 4cd9a13f3b
commit 29d8ed18c0

11
i18n.js
View File

@@ -141,6 +141,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "赛博朋克",
nord: "Nord",
"animal-crossing": "动森",
minecraft: "我的世界",
},
"zh-Hant": {
fluent: "Fluent",
@@ -149,6 +150,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "賽博龐克",
nord: "Nord",
"animal-crossing": "動森",
minecraft: "我的世界",
},
en: {
fluent: "Fluent",
@@ -157,6 +159,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "Cyberpunk",
nord: "Nord",
"animal-crossing": "Animal Crossing",
minecraft: "Minecraft",
},
ja: {
fluent: "Fluent",
@@ -165,6 +168,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "サイバーパンク",
nord: "Nord",
"animal-crossing": "どうぶつの森",
minecraft: "マインクラフト",
},
ko: {
fluent: "Fluent",
@@ -173,6 +177,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "사이버펑크",
nord: "Nord",
"animal-crossing": "동물의 숲",
minecraft: "마인크래프트",
},
wenyan: {
fluent: "流光",
@@ -181,6 +186,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "赛博",
nord: "清寒",
"animal-crossing": "森友",
minecraft: "方块世界",
},
mars: {
fluent: "流↗光",
@@ -189,6 +195,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "賽↘!博",
nord: "清↗寒★",
"animal-crossing": "动↗森★",
minecraft: "我↗的★世界",
},
garbled: {
fluent: "◼è▦",
@@ -197,6 +204,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "◼çæ¥烫¥",
nord: "æ◽屯¿",
"animal-crossing": "ä◼▤è",
minecraft: "▤◼▦è屯",
},
bin: {
fluent: "0101",
@@ -205,6 +213,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "0101010101",
nord: "0101010",
"animal-crossing": "01010101",
minecraft: "0101010",
},
meow: {
fluent: "喵喵",
@@ -213,6 +222,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "喵喵喵喵",
nord: "喵喵喵",
"animal-crossing": "喵喵喵喵",
minecraft: "喵喵喵",
},
emoji: {
fluent: "💧",
@@ -221,6 +231,7 @@ export const DESIGN_THEME_LABELS = {
cyberpunk: "⚡",
nord: "❄️",
"animal-crossing": "🌿",
minecraft: "⛏️",
},
}