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