1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00

chore: Add metadata for Portuguese (#482)

This commit is contained in:
Florian Bouillon 2024-05-06 01:37:29 +02:00 committed by GitHub
parent aa99ed2750
commit 14418b0c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,34 +1,33 @@
{ {
"__comment__": "Missing All :(",
"$schema": "./schema.json", "$schema": "./schema.json",
"abilityType": { "abilityType": {
"Ability": "Ability", "Ability": "Habilidade",
"Ancient Trait": "Ancient Trait", "Ancient Trait": "Ancient Trait",
"Poke-BODY": "Poke-BODY", "Poke-BODY": "Poke-BODY",
"Poke-POWER": "Poke-POWER", "Poke-POWER": "Poke-POWER",
"Pokemon Power": "Pokemon Power" "Pokemon Power": "Pokemon Power"
}, },
"category": { "category": {
"Energy": "Energy", "Energy": "Energia",
"Pokemon": "Pokemon", "Pokemon": "Pokemon",
"Trainer": "Trainer" "Trainer": "Treinador"
}, },
"energyType": { "energyType": {
"Normal": "Normal", "Normal": "Normal",
"Special": "Special" "Special": "Especial"
}, },
"rarity": { "rarity": {
"ACE SPEC Rare": "ACE SPEC Raro", "ACE SPEC Rare": "ACE SPEC Raro",
"Amazing Rare": "Amazing", "Amazing Rare": "Raras Incríveis",
"Classic Collection": "Colección Clásica", "Classic Collection": "Coleção Clásica",
"Common": "Comum", "Common": "Comum",
"Double rare": "Rara Dupla", "Double rare": "Rara Dupla",
"Full Art Trainer": "Formador de arte completa", "Full Art Trainer": "Arte Completa de Treinador",
"Holo Rare": "Rara Holo", "Holo Rare": "Rara Holo",
"Holo Rare V": "Rara Holo V", "Holo Rare V": "Rara Holo V",
"Holo Rare VMAX": "Rara Holo VMAX", "Holo Rare VMAX": "Rara Holo VMAX",
"Holo Rare VSTAR": "Rara Holo VSTAR", "Holo Rare VSTAR": "Rara Holo VSTAR",
"Hyper rare": "Rara Hiper", "Hyper rare": "Hiper rara",
"Illustration rare": "Ilustração Rara", "Illustration rare": "Ilustração Rara",
"LEGEND": "LEGEND", "LEGEND": "LEGEND",
"None": "None", "None": "None",
@ -37,24 +36,24 @@
"Rare Holo": "Rara Holo", "Rare Holo": "Rara Holo",
"Rare Holo LV.X": "Rara Holo LV.X", "Rare Holo LV.X": "Rara Holo LV.X",
"Rare PRIME": "Rara Prime", "Rare PRIME": "Rara Prime",
"Secret Rare": "Secret Rare", "Secret Rare": "Rare Secreta",
"Shiny rare": "Shiny rare", "Shiny rare": "Shiny rara",
"Shiny rare V": "Shiny rare V", "Shiny rare V": "Shiny rara V",
"Shiny rare VMAX": "Shiny rare VMAX", "Shiny rare VMAX": "Shiny rara VMAX",
"Shiny Ultra Rare": "Brilhante Ultra Raro", "Shiny Ultra Rare": "Brilhante Ultra Rara",
"Special illustration rare": "Ilustração Rara Especial", "Special illustration rare": "Ilustração Rara Especial",
"Ultra Rare": "Rara Ultra", "Ultra Rare": "Ultra Rara",
"Uncommon": "Incomum" "Uncommon": "Incomum"
}, },
"stage": { "stage": {
"Baby": "Bebê", "Baby": "Bebê",
"Basic": "Basic", "Basic": "Básico",
"BREAK": "TURBO", "BREAK": "TURBO",
"LEVEL-UP": "LEVEL-UP", "LEVEL-UP": "LEVEL-UP",
"MEGA": "MEGA", "MEGA": "MEGA",
"RESTORED": "RESTORED", "RESTORED": "RESTORED",
"Stage1": "Stage 1", "Stage1": "Estágio 1",
"Stage2": "Stage 2", "Stage2": "Estágio 2",
"V-UNION": "V-UNION", "V-UNION": "V-UNION",
"VMAX": "VMAX", "VMAX": "VMAX",
"VSTAR": "V-ASTRO" "VSTAR": "V-ASTRO"
@ -73,22 +72,22 @@
"Goldenrod Game Corner": "Goldenrod Game Corner", "Goldenrod Game Corner": "Goldenrod Game Corner",
"Item": "Item", "Item": "Item",
"Rocket's Secret Machine": "Rocket's Secret Machine", "Rocket's Secret Machine": "Rocket's Secret Machine",
"Stadium": "Stadium", "Stadium": "Estádio",
"Supporter": "Supporter", "Supporter": "Apoiador",
"Technical Machine": "Technical Machine", "Technical Machine": "Technical Machine",
"Tool": "Tool" "Tool": "Ferramenta"
}, },
"types": { "types": {
"Colorless": "Colorless", "Colorless": "Incolor",
"Darkness": "Darkness", "Darkness": "Sombrio",
"Dragon": "Dragon", "Dragon": "Dragão",
"Fairy": "Fairy", "Fairy": "Fada",
"Fighting": "Fighting", "Fighting": "Lutador",
"Fire": "Fire", "Fire": "Fogo",
"Grass": "Grass", "Grass": "Planta",
"Lightning": "Lightning", "Lightning": "Elétrico",
"Metal": "Metal", "Metal": "Metal",
"Psychic": "Psychic", "Psychic": "Psíquico",
"Water": "Water" "Water": "Água"
} }
} }