mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-15 01:41:59 +00:00
Added Translations to Cards Database (#88)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
73
meta/translations/pt.json
Normal file
73
meta/translations/pt.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"$schema": "./schema.json",
|
||||
"__comment__": "Missing All :(",
|
||||
"abilityType": {
|
||||
"Ability": "Ability",
|
||||
"Ancient Trait": "Ancient Trait",
|
||||
"Poke-BODY": "Poke-BODY",
|
||||
"Poke-POWER": "Poke-POWER",
|
||||
"Pokemon Power": "Pokemon Power"
|
||||
|
||||
},
|
||||
"category": {
|
||||
"Energy": "Energy",
|
||||
"Pokemon": "Pokemon",
|
||||
"Trainer": "Trainer"
|
||||
},
|
||||
"energyType": {
|
||||
"Normal": "Normal",
|
||||
"Special": "Special"
|
||||
},
|
||||
"rarity": {
|
||||
"Amazing": "Amazing",
|
||||
"Common": "Common",
|
||||
"None": "None",
|
||||
"Rare": "Rare",
|
||||
"Secret Rare": "Secret Rare",
|
||||
"Ultra Rare": "Ultra Rare",
|
||||
"Uncommon": "Uncommon"
|
||||
},
|
||||
"stage": {
|
||||
"BREAK": "TURBO",
|
||||
"Basic": "Basic",
|
||||
"LEVEL-UP": "LEVEL-UP",
|
||||
"MEGA": "MEGA",
|
||||
"RESTORED": "RESTORED",
|
||||
"Stage1": "Stage 1",
|
||||
"Stage2": "Stage 2",
|
||||
"VMAX": "VMAX",
|
||||
"V-UNION": "V-UNION"
|
||||
},
|
||||
"suffix": {
|
||||
"EX": "EX",
|
||||
"GX": "GX",
|
||||
"Legend": "Legend",
|
||||
"Prime": "Prime",
|
||||
"SP": "SP",
|
||||
"TAG TEAM-GX": "TAG TEAM-GX",
|
||||
"V": "V"
|
||||
},
|
||||
"trainerType": {
|
||||
"Ace Spec": "Ace Spec",
|
||||
"Goldenrod Game Corner": "Goldenrod Game Corner",
|
||||
"Item": "Item",
|
||||
"Rocket's Secret Machine": "Rocket's Secret Machine",
|
||||
"Stadium": "Stadium",
|
||||
"Supporter": "Supporter",
|
||||
"Technical Machine": "Technical Machine",
|
||||
"Tool": "Tool"
|
||||
},
|
||||
"types": {
|
||||
"Colorless": "Colorless",
|
||||
"Darkness": "Darkness",
|
||||
"Dragon": "Dragon",
|
||||
"Fairy": "Fairy",
|
||||
"Fighting": "Fighting",
|
||||
"Fire": "Fire",
|
||||
"Grass": "Grass",
|
||||
"Lightning": "Lightning",
|
||||
"Metal": "Metal",
|
||||
"Psychic": "Psychic",
|
||||
"Water": "Water"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user