1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-11 08:21:59 +00:00

Added Translations to Cards Database (#88)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-11 16:06:29 +02:00
committed by GitHub
parent 83705dd880
commit 90a179a6d1
6 changed files with 643 additions and 0 deletions

71
meta/translations/fr.json Normal file
View 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"
}
}