add simpler translate files

This commit is contained in:
CajunAvenger 2023-03-10 22:00:41 -06:00
parent 55cae006e7
commit 945fbad0c3
11 changed files with 714 additions and 3 deletions

View File

@ -1,4 +1,4 @@
var "languages": [
var languages = [
"English",
"Español",
"Português",
@ -50,7 +50,7 @@ var translatable = {
"Italiano": "",
"한국어": ""
},
"Box Legendary": {
"BoxLegendary": {
"English": "",
"Español": "",
"Português": "",
@ -707,4 +707,35 @@ var translatable = {
"Italiano": "Legend", //leggendari
"한국어": " 전설의"
}
}
}
function writeEmpties() {
var fs = require('fs');
var holder = {}
for(var l in languages) {
holder[languages[l]] = {};
}
for(var t in translatable) {
for(var l in languages) {
var eng = translatable[t].English;
var tra = translatable[t][languages[l]];
if(eng != "") {
if(typeof eng == "string" && eng.match(/\n/)) {
var engs = eng.split("\n");
var tras = tra.split("\n");
for(var e in engs) {
holder[languages[l]][engs[e].replace(/# /, "")] = (tras[e] || "")
}
}else{
holder[languages[l]][eng] = tra;
}
}
}
}
for(var l in holder) {
if(Object.keys(holder[l]).length == 0)
continue;
fs.writeFile('./translating_strings/'+l+'.txt', JSON.stringify(holder[l], null, 1), function(){})
}
}
writeEmpties();

View File

@ -0,0 +1,68 @@
{
"Pseudo Legend": "",
"Download Image": "",
"Alternate download link": "",
"Export Choices": "",
"Import Choices": "",
"Reset the grid!": "",
"Are you sure you want to reset the grid?": "",
"Don't like my choices? You can overrule them here!": "",
"Write Code will put a text version of the grid here": "",
"Then you can edit the names and Import Code to replace the images.": "",
"Most Pokemon are just their named capitalized, like SWELLOW.": "",
"Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.": "",
"You can also use this to keep backups": "",
"Spinda's spots can be randomized or manually placed.": "",
"Each box pair in the corners moves its nearest spot.": "",
"Up/Down on the first box moves it Right/Left.": "",
"Up/Down on the second box moves it Up/Down.": "",
"Click a team box, then a Pokemon from the grid to copy it to the box.": "",
"Picking...": "",
"Click the Shiny Charm, then click Pokemon to make them shiny.": "Klicken Sie auf den Schillerpin und dann auf Pokemon, um sie glänzend zu Schillerndes.",
"Or click here to make everything shiny.": "",
"Randomize!": [
"Randomisieren!"
],
"This site uses cookies to save your choices. You can disable them here.": "Diese Seite verwendet Cookies, um Ihre Auswahl zu speichern. Sie können sie hier deaktivieren.",
"This site uses cookies to save your choices. You can enable them here.": "Diese Seite verwendet Cookies, um Ihre Auswahl zu speichern. Sie können sie hier aktivieren.",
"Pikachu Clone": "Pikachuklon",
"Favorite,Favorite": [
"Favorit",
"Favoritin"
],
"Team": "Team",
"Regional": "Regional",
"Bird": "Vogel",
"Mammal": "Säugetier",
"Fossil": "Fossil",
"Regional Form": "Regionalform",
"Gigantamax": "Gigadynamax",
"Mythical": "Mysteriöse Pokémon",
"Ultra Beast": "Ultrabestie",
"Paradox": "Paradox",
"Type": "Typ",
"Poké Ball": "Pokéball",
"Spinda": "Pandir",
"Vivillon": "Vivillon",
"Alcremie": "Pokusan",
"Normal": "Normal",
"Fire": "Feuer ",
"Water": "Wasser",
"Grass": "Pflanze",
"Electric": "Elektro",
"Ice": "Eis",
"Fighting": "Kampf",
"Poison": "Gift",
"Ground": "Boden",
"Flying": "Flug",
"Psychic": "Psycho",
"Bug": "Käfer",
"Rock": "Gestein",
"Ghost": "Geist",
"Dragon": "Drache",
"Dark": "Unlicht",
"Steel": "Stahl",
"Fairy": "Fee",
"Starter": "Starter",
"Legend": "Legend"
}

View File

@ -0,0 +1,68 @@
{
"Pseudo Legend": "Pseudo Legend",
"Download Image": "Download Image",
"Alternate download link": "Alternate download link",
"Export Choices": "Export Choices",
"Import Choices": "Import Choices",
"Reset the grid!": "Reset the grid!",
"Are you sure you want to reset the grid?": "Are you sure you want to reset the grid?",
"Don't like my choices? You can overrule them here!": "# Don't like my choices? You can overrule them here!",
"Write Code will put a text version of the grid here": "# Write Code will put a text version of the grid here",
"Then you can edit the names and Import Code to replace the images.": "# Then you can edit the names and Import Code to replace the images.",
"Most Pokemon are just their named capitalized, like SWELLOW.": "# Most Pokemon are just their named capitalized, like SWELLOW.",
"Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.": "# Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.",
"You can also use this to keep backups": "# You can also use this to keep backups",
"Spinda's spots can be randomized or manually placed.": "Spinda's spots can be randomized or manually placed.",
"Each box pair in the corners moves its nearest spot.": "Each box pair in the corners moves its nearest spot.",
"Up/Down on the first box moves it Right/Left.": "Up/Down on the first box moves it Right/Left.",
"Up/Down on the second box moves it Up/Down.": "Up/Down on the second box moves it Up/Down.",
"Click a team box, then a Pokemon from the grid to copy it to the box.": "Click a team box, then a Pokemon from the grid to copy it to the box.",
"Picking...": "Picking...",
"Click the Shiny Charm, then click Pokemon to make them shiny.": "Click the Shiny Charm, then click Pokemon to make them shiny.",
"Or click here to make everything shiny.": "Or click here to make everything shiny.",
"Randomize!": [
"Randomize!"
],
"This site uses cookies to save your choices. You can disable them here.": "This site uses cookies to save your choices. You can disable them here.",
"This site uses cookies to save your choices. You can enable them here.": "This site uses cookies to save your choices. You can enable them here.",
"Pikachu Clone": "Pikachu Clone",
"Favorite,Favorite": [
"Favorite",
"Favorite"
],
"Team": "Team",
"Regional": "Regional",
"Bird": "Bird",
"Mammal": "Mammal",
"Fossil": "Fossil",
"Regional Form": "Regional Form",
"Gigantamax": "Gigantamax",
"Mythical": "Mythical",
"Ultra Beast": "Ultra Beast",
"Paradox": "Paradox",
"Type": "Type",
"Poké Ball": "Poké Ball",
"Spinda": "Spinda",
"Vivillon": "Vivillon",
"Alcremie": "Alcremie",
"Normal": "Normal",
"Fire": "Fire",
"Water": "Water",
"Grass": "Grass",
"Electric": "Electric",
"Ice": "Ice",
"Fighting": "Fighting",
"Poison": "Poison",
"Ground": "Ground",
"Flying": "Flying",
"Psychic": "Psychic",
"Bug": "Bug",
"Rock": "Rock",
"Ghost": "Ghost",
"Dragon": "Dragon",
"Dark": "Dark",
"Steel": "Steel",
"Fairy": "Fairy",
"Starter": "Starter",
"Legend": "Legend"
}

View File

@ -0,0 +1,68 @@
{
"Pseudo Legend": "",
"Download Image": "",
"Alternate download link": "",
"Export Choices": "",
"Import Choices": "",
"Reset the grid!": "",
"Are you sure you want to reset the grid?": "",
"Don't like my choices? You can overrule them here!": "",
"Write Code will put a text version of the grid here": "",
"Then you can edit the names and Import Code to replace the images.": "",
"Most Pokemon are just their named capitalized, like SWELLOW.": "",
"Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.": "",
"You can also use this to keep backups": "",
"Spinda's spots can be randomized or manually placed.": "",
"Each box pair in the corners moves its nearest spot.": "",
"Up/Down on the first box moves it Right/Left.": "",
"Up/Down on the second box moves it Up/Down.": "",
"Click a team box, then a Pokemon from the grid to copy it to the box.": "",
"Picking...": "",
"Click the Shiny Charm, then click Pokemon to make them shiny.": "Haz clic en Amuleto Iris, luego haz clic en Pokémon para hacerlos variocolor.",
"Or click here to make everything shiny.": "",
"Randomize!": [
"Aleatorizar!"
],
"This site uses cookies to save your choices. You can disable them here.": "Este sitio utiliza cookies para guardar sus elecciones. Puede desactivarlos aquí.",
"This site uses cookies to save your choices. You can enable them here.": "Este sitio utiliza cookies para guardar sus elecciones. Puede habilitarlos aquí.",
"Pikachu Clone": "Pikachu Clon",
"Favorite,Favorite": [
"Favorito",
"Favorita"
],
"Team": "Equipo",
"Regional": "regional",
"Bird": "Pájaro",
"Mammal": "Mamífero",
"Fossil": "Fósil",
"Regional Form": "Forma regional",
"Gigantamax": "Gigamax",
"Mythical": "Pokémon mítico",
"Ultra Beast": "Ultraente",
"Paradox": "Paradoja",
"Type": "Tipo",
"Poké Ball": "Poké Ball",
"Spinda": "Spinda",
"Vivillon": "Vivillon",
"Alcremie": "Alcremie",
"Normal": "Normal",
"Fire": "Fuego",
"Water": "Agua",
"Grass": "Planta",
"Electric": "Eléctrico",
"Ice": "Hielo",
"Fighting": "Lucha",
"Poison": "Veneno",
"Ground": "Tierra",
"Flying": "Volador",
"Psychic": "Psíquico",
"Bug": "Bicho",
"Rock": "Roca",
"Ghost": "Fantasma",
"Dragon": "Dragón",
"Dark": "Siniestro",
"Steel": "Acero",
"Fairy": "Hada",
"Starter": "Inicial",
"Legend": "Legend"
}

View File

@ -0,0 +1,68 @@
{
"Pseudo Legend": "",
"Download Image": "",
"Alternate download link": "",
"Export Choices": "",
"Import Choices": "",
"Reset the grid!": "",
"Are you sure you want to reset the grid?": "",
"Don't like my choices? You can overrule them here!": "",
"Write Code will put a text version of the grid here": "",
"Then you can edit the names and Import Code to replace the images.": "",
"Most Pokemon are just their named capitalized, like SWELLOW.": "",
"Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.": "",
"You can also use this to keep backups": "",
"Spinda's spots can be randomized or manually placed.": "",
"Each box pair in the corners moves its nearest spot.": "",
"Up/Down on the first box moves it Right/Left.": "",
"Up/Down on the second box moves it Up/Down.": "",
"Click a team box, then a Pokemon from the grid to copy it to the box.": "",
"Picking...": "",
"Click the Shiny Charm, then click Pokemon to make them shiny.": "Cliquez sur le Charme Chroma, puis cliquez sur Pokemon pour les rendre chromatique.",
"Or click here to make everything shiny.": "",
"Randomize!": [
"Aléatoire!"
],
"This site uses cookies to save your choices. You can disable them here.": "Ce site utilise des cookies pour enregistrer vos choix. Vous pouvez les désactiver ici.",
"This site uses cookies to save your choices. You can enable them here.": "Ce site utilise des cookies pour enregistrer vos choix. Vous pouvez les activer ici.",
"Pikachu Clone": "Pikachu Cloner",
"Favorite,Favorite": [
"Préféré",
"Préférée"
],
"Team": "Équipe",
"Regional": "régionale",
"Bird": "Oiseau",
"Mammal": "Mammifère",
"Fossil": "Fossile",
"Regional Form": "Forme régionale",
"Gigantamax": "Gigamax",
"Mythical": "Pokémon fabuleux",
"Ultra Beast": "Ultra-Chimère",
"Paradox": "Paradoxe",
"Type": "Type",
"Poké Ball": "Poké Ball",
"Spinda": "Spinda",
"Vivillon": "Prismillon",
"Alcremie": "Charmilly",
"Normal": "Normal",
"Fire": "Feu",
"Water": "Eau",
"Grass": "Plante",
"Electric": "Électrik",
"Ice": "Glace",
"Fighting": "Combat",
"Poison": "Poison",
"Ground": "Sol",
"Flying": "Vol",
"Psychic": "Psy",
"Bug": "Insecte",
"Rock": "Roche",
"Ghost": "Spectre",
"Dragon": "Dragon",
"Dark": "Ténèbres",
"Steel": "Acier",
"Fairy": "Fée",
"Starter": "de départ",
"Legend": "Legend"
}

View File

@ -0,0 +1,68 @@
{
"Pseudo Legend": "",
"Download Image": "",
"Alternate download link": "",
"Export Choices": "",
"Import Choices": "",
"Reset the grid!": "",
"Are you sure you want to reset the grid?": "",
"Don't like my choices? You can overrule them here!": "",
"Write Code will put a text version of the grid here": "",
"Then you can edit the names and Import Code to replace the images.": "",
"Most Pokemon are just their named capitalized, like SWELLOW.": "",
"Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.": "",
"You can also use this to keep backups": "",
"Spinda's spots can be randomized or manually placed.": "",
"Each box pair in the corners moves its nearest spot.": "",
"Up/Down on the first box moves it Right/Left.": "",
"Up/Down on the second box moves it Up/Down.": "",
"Click a team box, then a Pokemon from the grid to copy it to the box.": "",
"Picking...": "",
"Click the Shiny Charm, then click Pokemon to make them shiny.": "Fai clic sul Cromamuleto , quindi fai clic su Pokemon per renderli cromatico.",
"Or click here to make everything shiny.": "",
"Randomize!": [
"Casuale!"
],
"This site uses cookies to save your choices. You can disable them here.": "Questo sito utilizza i cookie per salvare le tue scelte. Puoi disabilitarli qui.",
"This site uses cookies to save your choices. You can enable them here.": "Questo sito utilizza i cookie per salvare le tue scelte. Puoi abilitarli qui.",
"Pikachu Clone": "",
"Favorite,Favorite": [
"Preferito",
"Preferita"
],
"Team": "Squadra",
"Regional": "regionale",
"Bird": "Uccello",
"Mammal": "Mammifero",
"Fossil": "Fossile",
"Regional Form": "Forma regionale",
"Gigantamax": "Gigamax",
"Mythical": "Pokémon misterioso",
"Ultra Beast": "Ultracreatura",
"Paradox": "Paradosso",
"Type": "Tipo",
"Poké Ball": "Poké Ball",
"Spinda": "Spinda",
"Vivillon": "Vivillon",
"Alcremie": "Alcremie",
"Normal": "Normale",
"Fire": " \tFuoco",
"Water": "Acqua",
"Grass": "Erba",
"Electric": "Elettro",
"Ice": "Ghiaccio",
"Fighting": "Lotta",
"Poison": "Veleno",
"Ground": "Terra",
"Flying": "Volante",
"Psychic": "Psico",
"Bug": "Coleottero",
"Rock": "Roccia",
"Ghost": "Spettro",
"Dragon": "Drago",
"Dark": "Buio",
"Steel": "Acciaio",
"Fairy": "Folletto",
"Starter": "Iniziale",
"Legend": "Legend"
}

View File

@ -0,0 +1,68 @@
{
"Pseudo Legend": "",
"Download Image": "",
"Alternate download link": "",
"Export Choices": "",
"Import Choices": "",
"Reset the grid!": "",
"Are you sure you want to reset the grid?": "",
"Don't like my choices? You can overrule them here!": "",
"Write Code will put a text version of the grid here": "",
"Then you can edit the names and Import Code to replace the images.": "",
"Most Pokemon are just their named capitalized, like SWELLOW.": "",
"Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.": "",
"You can also use this to keep backups": "",
"Spinda's spots can be randomized or manually placed.": "",
"Each box pair in the corners moves its nearest spot.": "",
"Up/Down on the first box moves it Right/Left.": "",
"Up/Down on the second box moves it Up/Down.": "",
"Click a team box, then a Pokemon from the grid to copy it to the box.": "",
"Picking...": "",
"Click the Shiny Charm, then click Pokemon to make them shiny.": "Clique no Amuleto Iris e, em seguida, clique em Pokemon para torná-los brilhantes.",
"Or click here to make everything shiny.": "",
"Randomize!": [
"Aleatória!"
],
"This site uses cookies to save your choices. You can disable them here.": "Este site usa cookies para salvar suas escolhas. Você pode desativá-los aqui.",
"This site uses cookies to save your choices. You can enable them here.": "Este site usa cookies para salvar suas escolhas. Você pode ativá-los aqui.",
"Pikachu Clone": "Pikachu Clone",
"Favorite,Favorite": [
"Favorito",
"Favorita"
],
"Team": "Equipa",
"Regional": "regional",
"Bird": "Pássaro",
"Mammal": "Mamífero",
"Fossil": "Fóssil",
"Regional Form": "Forma regional",
"Gigantamax": "Gigantamax",
"Mythical": "Pokémon mítico",
"Ultra Beast": "Ultrafera",
"Paradox": "Paradoxo",
"Type": "Tipo",
"Poké Ball": "Pokébola",
"Spinda": "Spinda",
"Vivillon": "Vivillon",
"Alcremie": "Alcremie",
"Normal": "Normal",
"Fire": "Fogo",
"Water": "Água",
"Grass": "Erva",
"Electric": "Elétrico",
"Ice": "Gelo",
"Fighting": "Luta",
"Poison": "Veneno",
"Ground": "Terra",
"Flying": "Voador",
"Psychic": "Psíquico",
"Bug": "Insecto",
"Rock": "Pedra",
"Ghost": "Fantasma",
"Dragon": "Dragão",
"Dark": "Sinistro",
"Steel": "Aço",
"Fairy": "Fada",
"Starter": "Inicial",
"Legend": "Lendário"
}

View File

@ -0,0 +1,68 @@
{
"Pseudo Legend": "600族",
"Download Image": "",
"Alternate download link": "",
"Export Choices": "",
"Import Choices": "",
"Reset the grid!": "",
"Are you sure you want to reset the grid?": "",
"Don't like my choices? You can overrule them here!": "",
"Write Code will put a text version of the grid here": "",
"Then you can edit the names and Import Code to replace the images.": "",
"Most Pokemon are just their named capitalized, like SWELLOW.": "",
"Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.": "",
"You can also use this to keep backups": "",
"Spinda's spots can be randomized or manually placed.": "",
"Each box pair in the corners moves its nearest spot.": "",
"Up/Down on the first box moves it Right/Left.": "",
"Up/Down on the second box moves it Up/Down.": "",
"Click a team box, then a Pokemon from the grid to copy it to the box.": "",
"Picking...": "",
"Click the Shiny Charm, then click Pokemon to make them shiny.": "ひかるおまもりをクリックしてから、ポケモンをクリックして光るます。",
"Or click here to make everything shiny.": "",
"Randomize!": [
"ランダマイズ!"
],
"This site uses cookies to save your choices. You can disable them here.": "このサイトでは、選択内容を保存するためにクッキーを使用しています。 ここでそれらを無効にすることができます。",
"This site uses cookies to save your choices. You can enable them here.": "このサイトでは、選択内容を保存するためにクッキーを使用しています。 ここで有効にできます。",
"Pikachu Clone": "ピカチュウのクローン",
"Favorite,Favorite": [
"お気に入り",
"お気に入り"
],
"Team": "手持ちポケモン",
"Regional": "地域",
"Bird": "鳥",
"Mammal": "哺乳類",
"Fossil": "化石",
"Regional Form": "リージョンフォーム",
"Gigantamax": "キョダイマックス",
"Mythical": "幻のポケモン",
"Ultra Beast": "ウルトラビースト",
"Paradox": "パラドックス",
"Type": "タイプ",
"Poké Ball": "モンスターボール",
"Spinda": "パッチール",
"Vivillon": "ビビヨン",
"Alcremie": "マホイップ",
"Normal": "ノーマル",
"Fire": "ほのお ",
"Water": "みず",
"Grass": "くさ",
"Electric": "でんき",
"Ice": "こおり",
"Fighting": "かくとう",
"Poison": "どく",
"Ground": "じめん",
"Flying": "ひこう",
"Psychic": "エスパー",
"Bug": "むし",
"Rock": "いわ",
"Ghost": "ゴースト",
"Dragon": "ドラゴン",
"Dark": "あく",
"Steel": "はがね",
"Fairy": "フェアリー",
"Starter": "はじめて",
"Legend": "伝説"
}

View File

@ -0,0 +1,68 @@
{
"Pseudo Legend": "",
"Download Image": "",
"Alternate download link": "",
"Export Choices": "",
"Import Choices": "",
"Reset the grid!": "",
"Are you sure you want to reset the grid?": "",
"Don't like my choices? You can overrule them here!": "",
"Write Code will put a text version of the grid here": "",
"Then you can edit the names and Import Code to replace the images.": "",
"Most Pokemon are just their named capitalized, like SWELLOW.": "",
"Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.": "",
"You can also use this to keep backups": "",
"Spinda's spots can be randomized or manually placed.": "",
"Each box pair in the corners moves its nearest spot.": "",
"Up/Down on the first box moves it Right/Left.": "",
"Up/Down on the second box moves it Up/Down.": "",
"Click a team box, then a Pokemon from the grid to copy it to the box.": "",
"Picking...": "",
"Click the Shiny Charm, then click Pokemon to make them shiny.": "点击闪耀护符然后点击宝可梦让它们发光。",
"Or click here to make everything shiny.": "",
"Randomize!": [
"随机化!"
],
"This site uses cookies to save your choices. You can disable them here.": "本网站使用曲奇饼来保存您的选择。 您可以在此处禁用它们。",
"This site uses cookies to save your choices. You can enable them here.": "本网站使用曲奇饼来保存您的选择。 您可以在此处启用它们。",
"Pikachu Clone": "皮卡丘克隆",
"Favorite,Favorite": [
"最喜欢的",
"最喜欢的"
],
"Team": "同行",
"Regional": "地区",
"Bird": "鸟",
"Mammal": "哺乳动物",
"Fossil": "化石",
"Regional Form": "地區型態",
"Gigantamax": "超极巨化",
"Mythical": "幻之宝可梦",
"Ultra Beast": "究极异兽",
"Paradox": "悖謬",
"Type": "属性",
"Poké Ball": "精灵球",
"Spinda": "晃晃斑",
"Vivillon": "彩粉蝶",
"Alcremie": "霜奶仙",
"Normal": "一般",
"Fire": "炎",
"Water": "水",
"Grass": "草",
"Electric": "电",
"Ice": "冰",
"Fighting": "格斗",
"Poison": "毒",
"Ground": "地面 ",
"Flying": "飞行",
"Psychic": "超能力",
"Bug": "虫",
"Rock": "岩石",
"Ghost": "幽灵",
"Dragon": "龙",
"Dark": "恶",
"Steel": "钢",
"Fairy": "妖精",
"Starter": "起动机",
"Legend": "传说的"
}

View File

@ -0,0 +1,68 @@
{
"Pseudo Legend": "",
"Download Image": "",
"Alternate download link": "",
"Export Choices": "",
"Import Choices": "",
"Reset the grid!": "",
"Are you sure you want to reset the grid?": "",
"Don't like my choices? You can overrule them here!": "",
"Write Code will put a text version of the grid here": "",
"Then you can edit the names and Import Code to replace the images.": "",
"Most Pokemon are just their named capitalized, like SWELLOW.": "",
"Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.": "",
"You can also use this to keep backups": "",
"Spinda's spots can be randomized or manually placed.": "",
"Each box pair in the corners moves its nearest spot.": "",
"Up/Down on the first box moves it Right/Left.": "",
"Up/Down on the second box moves it Up/Down.": "",
"Click a team box, then a Pokemon from the grid to copy it to the box.": "",
"Picking...": "",
"Click the Shiny Charm, then click Pokemon to make them shiny.": "單擊闪耀护符然後單擊宝可梦使它們發光。",
"Or click here to make everything shiny.": "",
"Randomize!": [
"隨機化!"
],
"This site uses cookies to save your choices. You can disable them here.": "本網站使用曲奇餅來保存您的選擇。 您可以在此處禁用它們。",
"This site uses cookies to save your choices. You can enable them here.": "本網站使用曲奇餅來保存您的選擇。 您可以在此處啟用它們。",
"Pikachu Clone": "皮卡丘克隆",
"Favorite,Favorite": [
"最喜歡的",
"最喜歡的"
],
"Team": "同行",
"Regional": "地區",
"Bird": "鳥",
"Mammal": "哺乳動物",
"Fossil": "化石",
"Regional Form": "地區型態",
"Gigantamax": "超極巨化",
"Mythical": "幻之寶可夢",
"Ultra Beast": "究極異獸",
"Paradox": "悖謬",
"Type": "屬性",
"Poké Ball": "精靈球",
"Spinda": "晃晃斑",
"Vivillon": "彩粉蝶",
"Alcremie": "霜奶仙",
"Normal": "一般",
"Fire": "炎",
"Water": "水",
"Grass": "草",
"Electric": "電",
"Ice": "冰",
"Fighting": "格鬥",
"Poison": "毒",
"Ground": "地面 ",
"Flying": "飛行",
"Psychic": "超能力",
"Bug": "蟲",
"Rock": "岩石",
"Ghost": "幽靈",
"Dragon": "龍",
"Dark": "惡",
"Steel": "鋼",
"Fairy": "妖精",
"Starter": "起動機",
"Legend": "傳說的"
}

View File

@ -0,0 +1,68 @@
{
"Pseudo Legend": "",
"Download Image": "",
"Alternate download link": "",
"Export Choices": "",
"Import Choices": "",
"Reset the grid!": "",
"Are you sure you want to reset the grid?": "",
"Don't like my choices? You can overrule them here!": "",
"Write Code will put a text version of the grid here": "",
"Then you can edit the names and Import Code to replace the images.": "",
"Most Pokemon are just their named capitalized, like SWELLOW.": "",
"Alternate forms have specific tags, like MEOWTH_2 for Galarian Meowth.": "",
"You can also use this to keep backups": "",
"Spinda's spots can be randomized or manually placed.": "",
"Each box pair in the corners moves its nearest spot.": "",
"Up/Down on the first box moves it Right/Left.": "",
"Up/Down on the second box moves it Up/Down.": "",
"Click a team box, then a Pokemon from the grid to copy it to the box.": "",
"Picking...": "",
"Click the Shiny Charm, then click Pokemon to make them shiny.": "빛나는부적 을 클릭한 다음 포켓몬 을 클릭하여 반짝이게 만들 빛나는",
"Or click here to make everything shiny.": "",
"Randomize!": [
"무작위의!"
],
"This site uses cookies to save your choices. You can disable them here.": "이 사이트는 쿠키를 사용하여 선택 사항을 저장합니다. 여기에서 비활성화할 수 있습니다.",
"This site uses cookies to save your choices. You can enable them here.": "이 사이트는 쿠키를 사용하여 선택 사항을 저장합니다. 여기에서 활성화할 수 있습니다.",
"Pikachu Clone": "피카츄 클론",
"Favorite,Favorite": [
"가장 좋아하는",
"가장 좋아하는"
],
"Team": "지닌 포켓몬",
"Regional": "지역",
"Bird": "새",
"Mammal": "포유류",
"Fossil": "화석",
"Regional Form": "리전폼",
"Gigantamax": "거다이맥스",
"Mythical": "환상의 포켓몬",
"Ultra Beast": "울트라비스트",
"Paradox": "패러독스",
"Type": "타입",
"Poké Ball": "몬스터볼",
"Spinda": " \t얼루기",
"Vivillon": "비비용",
"Alcremie": "마휘핑",
"Normal": "노말",
"Fire": "불꽃",
"Water": "물",
"Grass": "풀",
"Electric": " \t전기",
"Ice": " \t얼음",
"Fighting": "격투",
"Poison": "독",
"Ground": "땅",
"Flying": "비행",
"Psychic": "에스퍼",
"Bug": "벌레",
"Rock": "바위",
"Ghost": "고스트",
"Dragon": " \t드래곤",
"Dark": "악",
"Steel": "강철",
"Fairy": "페어리",
"Starter": "파트너",
"Legend": " 전설의"
}