feat: add animal-crossing labels for all 11 languages

This commit is contained in:
2026-05-18 03:27:43 -06:00
parent 2f6e5e4842
commit 2517a84713

11
i18n.js
View File

@@ -140,6 +140,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "终端",
cyberpunk: "赛博朋克",
nord: "Nord",
"animal-crossing": "动森",
},
"zh-Hant": {
fluent: "Fluent",
@@ -147,6 +148,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "終端",
cyberpunk: "賽博龐克",
nord: "Nord",
"animal-crossing": "動森",
},
en: {
fluent: "Fluent",
@@ -154,6 +156,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "Terminal",
cyberpunk: "Cyberpunk",
nord: "Nord",
"animal-crossing": "Animal Crossing",
},
ja: {
fluent: "Fluent",
@@ -161,6 +164,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "ターミナル",
cyberpunk: "サイバーパンク",
nord: "Nord",
"animal-crossing": "どうぶつの森",
},
ko: {
fluent: "Fluent",
@@ -168,6 +172,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "터미널",
cyberpunk: "사이버펑크",
nord: "Nord",
"animal-crossing": "동물의 숲",
},
wenyan: {
fluent: "流光",
@@ -175,6 +180,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "终端",
cyberpunk: "赛博",
nord: "清寒",
"animal-crossing": "森友",
},
mars: {
fluent: "流↗光",
@@ -182,6 +188,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "終↗★端",
cyberpunk: "賽↘!博",
nord: "清↗寒★",
"animal-crossing": "动↗森★",
},
garbled: {
fluent: "◼è▦",
@@ -189,6 +196,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "¥¬▤▨¿¿",
cyberpunk: "◼çæ¥烫¥",
nord: "æ◽屯¿",
"animal-crossing": "ä◼▤è",
},
bin: {
fluent: "0101",
@@ -196,6 +204,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "01010101",
cyberpunk: "0101010101",
nord: "0101010",
"animal-crossing": "01010101",
},
meow: {
fluent: "喵喵",
@@ -203,6 +212,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "喵喵",
cyberpunk: "喵喵喵喵",
nord: "喵喵喵",
"animal-crossing": "喵喵喵喵",
},
emoji: {
fluent: "💧",
@@ -210,6 +220,7 @@ export const DESIGN_THEME_LABELS = {
terminal: "⌨️",
cyberpunk: "⚡",
nord: "❄️",
"animal-crossing": "🌿",
},
}