mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-14 17:41:57 +00:00
Added Translations to Cards Database (#88)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
73
meta/translations/it.json
Normal file
73
meta/translations/it.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"$schema": "./schema.json",
|
||||
"__comment__": "Missing abilityTypes and some Trainer Types",
|
||||
"abilityType": {
|
||||
"Ability": "Ability",
|
||||
"Ancient Trait": "Ancient Trait",
|
||||
"Poke-BODY": "Poke-BODY",
|
||||
"Poke-POWER": "Poke-POWER",
|
||||
"Pokemon Power": "Pokemon Power"
|
||||
|
||||
},
|
||||
"category": {
|
||||
"Energy": "Energia",
|
||||
"Pokemon": "Pokémon",
|
||||
"Trainer": "Allenatore"
|
||||
},
|
||||
"energyType": {
|
||||
"Normal": "Base",
|
||||
"Special": "Speciale"
|
||||
},
|
||||
"rarity": {
|
||||
"Amazing": "Policrome",
|
||||
"Common": "Comune",
|
||||
"None": "Nessuna",
|
||||
"Rare": "Rara",
|
||||
"Secret Rare": "Segreto rara",
|
||||
"Ultra Rare": "Ultrarara",
|
||||
"Uncommon": "Non comune"
|
||||
},
|
||||
"stage": {
|
||||
"BREAK": "TURBO",
|
||||
"Basic": "Base",
|
||||
"LEVEL-UP": "Livello Più",
|
||||
"MEGA": "MEGA",
|
||||
"RESTORED": "Ricreato",
|
||||
"Stage1": "Livello 1",
|
||||
"Stage2": "Livello 2",
|
||||
"VMAX": "VMAX",
|
||||
"V-UNION": "V-UNION"
|
||||
},
|
||||
"suffix": {
|
||||
"EX": "EX",
|
||||
"GX": "GX",
|
||||
"Legend": "LEGGENDA",
|
||||
"Prime": "Prime",
|
||||
"SP": "SP",
|
||||
"TAG TEAM-GX": "TAG TEAM-GX",
|
||||
"V": "V"
|
||||
},
|
||||
"trainerType": {
|
||||
"Ace Spec": "Ace Spec",
|
||||
"Goldenrod Game Corner": "Goldenrod Game Corner",
|
||||
"Item": "Strumento",
|
||||
"Rocket's Secret Machine": "Macchina Nascosta",
|
||||
"Stadium": "Stadio",
|
||||
"Supporter": "Aiuto",
|
||||
"Technical Machine": "Macchinario Tecnico",
|
||||
"Tool": "Oggetto"
|
||||
},
|
||||
"types": {
|
||||
"Colorless": "Incolore",
|
||||
"Darkness": "Oscurità",
|
||||
"Dragon": "Drago",
|
||||
"Fairy": "Folletto",
|
||||
"Fighting": "Lotta",
|
||||
"Fire": "Fuoco",
|
||||
"Grass": "Erba",
|
||||
"Lightning": "Lampo",
|
||||
"Metal": "Metallo",
|
||||
"Psychic": "Psico",
|
||||
"Water": "Acqua"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user