mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
Added Translations to Cards Database (#88)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
parent
83705dd880
commit
90a179a6d1
73
meta/translations/de.json
Normal file
73
meta/translations/de.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": "Energie",
|
||||
"Pokemon": "Pokémon",
|
||||
"Trainer": "Trainer"
|
||||
},
|
||||
"energyType": {
|
||||
"Normal": "Basis",
|
||||
"Special": "Spezial"
|
||||
},
|
||||
"rarity": {
|
||||
"Amazing": "Atemberaubend",
|
||||
"Common": "Häufig",
|
||||
"None": "Ninguno",
|
||||
"Rare": "Keine",
|
||||
"Secret Rare": "Heimliche Seltenheit",
|
||||
"Ultra Rare": "ultraselten",
|
||||
"Uncommon": "Nicht so häufig"
|
||||
},
|
||||
"stage": {
|
||||
"BREAK": "TURBO",
|
||||
"Basic": "Basis",
|
||||
"LEVEL-UP": "Level Up",
|
||||
"MEGA": "MEGA",
|
||||
"RESTORED": "Erweckt",
|
||||
"Stage1": "Rang 1",
|
||||
"Stage2": "Rang 2",
|
||||
"VMAX": "VMAX",
|
||||
"V-UNION": "V-UNION"
|
||||
},
|
||||
"suffix": {
|
||||
"EX": "EX",
|
||||
"GX": "GX",
|
||||
"Legend": "LEGENDE",
|
||||
"Prime": "Prime",
|
||||
"SP": "SP",
|
||||
"TAG TEAM-GX": "TAG TEAM-GX",
|
||||
"V": "V"
|
||||
},
|
||||
"trainerType": {
|
||||
"Ace Spec": "Ace Spec",
|
||||
"Goldenrod Game Corner": "Goldenrod Game Corner",
|
||||
"Item": "Itemkarte",
|
||||
"Rocket's Secret Machine": "Rockets Geheime Maschine",
|
||||
"Stadium": "Stadionkarte",
|
||||
"Supporter": "Unterstützerkarte",
|
||||
"Technical Machine": "Technische Maschine",
|
||||
"Tool": "Pokémon-Ausrüstung"
|
||||
},
|
||||
"types": {
|
||||
"Colorless": "Farblos",
|
||||
"Darkness": "Finsternis",
|
||||
"Dragon": "Drache",
|
||||
"Fairy": "Fee",
|
||||
"Fighting": "Kampf",
|
||||
"Fire": "Feuer",
|
||||
"Grass": "Pflanze",
|
||||
"Lightning": "Elektro",
|
||||
"Metal": "Metall",
|
||||
"Psychic": "Psycho",
|
||||
"Water": "Wasser"
|
||||
}
|
||||
}
|
73
meta/translations/es.json
Normal file
73
meta/translations/es.json
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"$schema": "./schema.json",
|
||||
"__comment__": "Missing some abilityTypes and some Trainer Types",
|
||||
"abilityType": {
|
||||
"Ability": "Habilidad",
|
||||
"Ancient Trait": "Ancient Trait",
|
||||
"Poke-BODY": "Poke-BODY",
|
||||
"Poke-POWER": "Poke-POWER",
|
||||
"Pokemon Power": "Pokemon Power"
|
||||
|
||||
},
|
||||
"category": {
|
||||
"Energy": "Energía",
|
||||
"Pokemon": "Pokémon",
|
||||
"Trainer": "Entrenador"
|
||||
},
|
||||
"energyType": {
|
||||
"Normal": "Básico",
|
||||
"Special": "Especial"
|
||||
},
|
||||
"rarity": {
|
||||
"Amazing": "Increíbles",
|
||||
"Common": "Commún",
|
||||
"None": "Ninguno",
|
||||
"Rare": "Rara",
|
||||
"Secret Rare": "Rara Secreto",
|
||||
"Ultra Rare": "Rara Ultra",
|
||||
"Uncommon": "Uncommon"
|
||||
},
|
||||
"stage": {
|
||||
"BREAK": "TURBO",
|
||||
"Basic": "Basico",
|
||||
"LEVEL-UP": "Subir de nivel",
|
||||
"MEGA": "MEGA",
|
||||
"RESTORED": "Recreado",
|
||||
"Stage1": "Fase 1",
|
||||
"Stage2": "Fase 2",
|
||||
"VMAX": "VMAX",
|
||||
"V-UNION": "V-UNION"
|
||||
},
|
||||
"suffix": {
|
||||
"EX": "EX",
|
||||
"GX": "GX",
|
||||
"Legend": "LEYENDA",
|
||||
"Prime": "Prime",
|
||||
"SP": "SP",
|
||||
"TAG TEAM-GX": "TAG TEAM-GX",
|
||||
"V": "V"
|
||||
},
|
||||
"trainerType": {
|
||||
"Ace Spec": "Ace Spec",
|
||||
"Goldenrod Game Corner": "Goldenrod Game Corner",
|
||||
"Item": "Objeto",
|
||||
"Rocket's Secret Machine": "Máquina Secreta de Rocket",
|
||||
"Stadium": "Estaio",
|
||||
"Supporter": "Partidario",
|
||||
"Technical Machine": "Máquina Técnica",
|
||||
"Tool": "Herramienta"
|
||||
},
|
||||
"types": {
|
||||
"Colorless": "Incolora",
|
||||
"Darkness": "Oscura",
|
||||
"Dragon": "Dragón",
|
||||
"Fairy": "Hada",
|
||||
"Fighting": "Lucha",
|
||||
"Fire": "Guego",
|
||||
"Grass": "Planta",
|
||||
"Lightning": "Rayo",
|
||||
"Metal": "Metálica",
|
||||
"Psychic": "Psíquico",
|
||||
"Water": "Agua"
|
||||
}
|
||||
}
|
71
meta/translations/fr.json
Normal file
71
meta/translations/fr.json
Normal file
@ -0,0 +1,71 @@
|
||||
{
|
||||
"$schema": "./schema.json",
|
||||
"abilityType": {
|
||||
"Ability": "Talent",
|
||||
"Ancient Trait": "Trait Antique",
|
||||
"Poke-BODY": "Poké-BODY",
|
||||
"Poke-POWER": "Poké-POWER",
|
||||
"Pokemon Power": "Pouvoir Pokémon"
|
||||
},
|
||||
"category": {
|
||||
"Energy": "Énergie",
|
||||
"Pokemon": "Pokémon",
|
||||
"Trainer": "Dresseur"
|
||||
},
|
||||
"energyType": {
|
||||
"Normal": "De base",
|
||||
"Special": "Spécial"
|
||||
},
|
||||
"rarity": {
|
||||
"Amazing": "Magnifique",
|
||||
"Common": "Commune",
|
||||
"None": "Sans Rareté",
|
||||
"Rare": "Rare",
|
||||
"Secret Rare": "Magnifique rare",
|
||||
"Ultra Rare": "Ultra Rare",
|
||||
"Uncommon": "Peu Commune"
|
||||
},
|
||||
"stage": {
|
||||
"BREAK": "TURBO",
|
||||
"Basic": "De base",
|
||||
"LEVEL-UP": "Niveau Sup",
|
||||
"MEGA": "MÉGA",
|
||||
"RESTORED": "Restauré",
|
||||
"Stage1": "Niveau 1",
|
||||
"Stage2": "Niveau 2",
|
||||
"VMAX": "ESCOUADE",
|
||||
"V-UNION": "V-UNION"
|
||||
},
|
||||
"suffix": {
|
||||
"EX": "EX",
|
||||
"GX": "GX",
|
||||
"Legend": "LÉGENDE",
|
||||
"Prime": "Prime",
|
||||
"SP": "SP",
|
||||
"TAG TEAM-GX": "TAG TEAM-GX",
|
||||
"V": "V"
|
||||
},
|
||||
"trainerType": {
|
||||
"Ace Spec": "High-Tech",
|
||||
"Goldenrod Game Corner": "Salle de jeu de Doublonville",
|
||||
"Item": "Objet",
|
||||
"Rocket's Secret Machine": "Machine secrète des Rocket",
|
||||
"Stadium": "Stade",
|
||||
"Supporter": "Supporter",
|
||||
"Technical Machine": "Machine Technique",
|
||||
"Tool": "Outil"
|
||||
},
|
||||
"types": {
|
||||
"Colorless": "Incolore",
|
||||
"Darkness": "Obscurité",
|
||||
"Dragon": "Dragon",
|
||||
"Fairy": "Fée",
|
||||
"Fighting": "Combat",
|
||||
"Fire": "Feu",
|
||||
"Grass": "Plante",
|
||||
"Lightning": "Électrique",
|
||||
"Metal": "Métal",
|
||||
"Psychic": "Psy",
|
||||
"Water": "Eau"
|
||||
}
|
||||
}
|
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"
|
||||
}
|
||||
}
|
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"
|
||||
}
|
||||
}
|
280
meta/translations/schema.json
Normal file
280
meta/translations/schema.json
Normal file
@ -0,0 +1,280 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"abilityType": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Ability": {
|
||||
"type": "string"
|
||||
},
|
||||
"Ancient Trait": {
|
||||
"type": "string"
|
||||
},
|
||||
"Poke-BODY": {
|
||||
"type": "string"
|
||||
},
|
||||
"Poke-POWER": {
|
||||
"type": "string"
|
||||
},
|
||||
"Pokemon Power": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Ability",
|
||||
"Ancient Trait",
|
||||
"Poke-BODY",
|
||||
"Poke-POWER",
|
||||
"Pokemon Power"
|
||||
]
|
||||
},
|
||||
"category": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Energy": {
|
||||
"type": "string"
|
||||
},
|
||||
"Pokemon": {
|
||||
"type": "string"
|
||||
},
|
||||
"Trainer": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Energy",
|
||||
"Pokemon",
|
||||
"Trainer"
|
||||
]
|
||||
},
|
||||
"energyType": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Normal": {
|
||||
"type": "string"
|
||||
},
|
||||
"Special": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Normal",
|
||||
"Special"
|
||||
]
|
||||
},
|
||||
"rarity": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Amazing": {
|
||||
"type": "string"
|
||||
},
|
||||
"Common": {
|
||||
"type": "string"
|
||||
},
|
||||
"None": {
|
||||
"type": "string"
|
||||
},
|
||||
"Rare": {
|
||||
"type": "string"
|
||||
},
|
||||
"Secret Rare": {
|
||||
"type": "string"
|
||||
},
|
||||
"Ultra Rare": {
|
||||
"type": "string"
|
||||
},
|
||||
"Uncommon": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Amazing",
|
||||
"Common",
|
||||
"None",
|
||||
"Rare",
|
||||
"Secret Rare",
|
||||
"Ultra Rare",
|
||||
"Uncommon"
|
||||
]
|
||||
},
|
||||
"stage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"BREAK": {
|
||||
"type": "string"
|
||||
},
|
||||
"Basic": {
|
||||
"type": "string"
|
||||
},
|
||||
"LEVEL-UP": {
|
||||
"type": "string"
|
||||
},
|
||||
"MEGA": {
|
||||
"type": "string"
|
||||
},
|
||||
"RESTORED": {
|
||||
"type": "string"
|
||||
},
|
||||
"Stage1": {
|
||||
"type": "string"
|
||||
},
|
||||
"Stage2": {
|
||||
"type": "string"
|
||||
},
|
||||
"VMAX": {
|
||||
"type": "string"
|
||||
},
|
||||
"V-UNION": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"BREAK",
|
||||
"Basic",
|
||||
"LEVEL-UP",
|
||||
"MEGA",
|
||||
"RESTORED",
|
||||
"Stage1",
|
||||
"Stage2",
|
||||
"VMAX",
|
||||
"V-UNION"
|
||||
]
|
||||
},
|
||||
"suffix": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"EX": {
|
||||
"type": "string"
|
||||
},
|
||||
"GX": {
|
||||
"type": "string"
|
||||
},
|
||||
"Legend": {
|
||||
"type": "string"
|
||||
},
|
||||
"Prime": {
|
||||
"type": "string"
|
||||
},
|
||||
"SP": {
|
||||
"type": "string"
|
||||
},
|
||||
"TAG TEAM-GX": {
|
||||
"type": "string"
|
||||
},
|
||||
"V": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"EX",
|
||||
"GX",
|
||||
"Legend",
|
||||
"Prime",
|
||||
"SP",
|
||||
"TAG TEAM-GX",
|
||||
"V"
|
||||
]
|
||||
},
|
||||
"trainerType": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Ace Spec": {
|
||||
"type": "string"
|
||||
},
|
||||
"Goldenrod Game Corner": {
|
||||
"type": "string"
|
||||
},
|
||||
"Item": {
|
||||
"type": "string"
|
||||
},
|
||||
"Rocket's Secret Machine": {
|
||||
"type": "string"
|
||||
},
|
||||
"Stadium": {
|
||||
"type": "string"
|
||||
},
|
||||
"Supporter": {
|
||||
"type": "string"
|
||||
},
|
||||
"Technical Machine": {
|
||||
"type": "string"
|
||||
},
|
||||
"Tool": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Ace Spec",
|
||||
"Goldenrod Game Corner",
|
||||
"Item",
|
||||
"Rocket's Secret Machine",
|
||||
"Stadium",
|
||||
"Supporter",
|
||||
"Technical Machine",
|
||||
"Tool"
|
||||
]
|
||||
},
|
||||
"types": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Colorless": {
|
||||
"type": "string"
|
||||
},
|
||||
"Darkness": {
|
||||
"type": "string"
|
||||
},
|
||||
"Dragon": {
|
||||
"type": "string"
|
||||
},
|
||||
"Fairy": {
|
||||
"type": "string"
|
||||
},
|
||||
"Fighting": {
|
||||
"type": "string"
|
||||
},
|
||||
"Fire": {
|
||||
"type": "string"
|
||||
},
|
||||
"Grass": {
|
||||
"type": "string"
|
||||
},
|
||||
"Lightning": {
|
||||
"type": "string"
|
||||
},
|
||||
"Metal": {
|
||||
"type": "string"
|
||||
},
|
||||
"Psychic": {
|
||||
"type": "string"
|
||||
},
|
||||
"Water": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Colorless",
|
||||
"Darkness",
|
||||
"Dragon",
|
||||
"Fairy",
|
||||
"Fighting",
|
||||
"Fire",
|
||||
"Grass",
|
||||
"Lightning",
|
||||
"Metal",
|
||||
"Psychic",
|
||||
"Water"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"abilityType",
|
||||
"category",
|
||||
"energyType",
|
||||
"rarity",
|
||||
"stage",
|
||||
"suffix",
|
||||
"trainerType",
|
||||
"types"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user