1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-24 17:59:49 +00:00

feat: add database update (#825)

This commit is contained in:
2025-07-19 18:58:03 +02:00
committed by GitHub
parent aa68bfccf2
commit 651346dff7
354 changed files with 21377 additions and 7 deletions

View File

@ -55,7 +55,8 @@
"Four Diamond": "Quatre Diamant",
"One Shiny": "Un Chromatique",
"Two Shiny": "Deux Chromatique",
"Three Shiny": "Un Chromatique"
"Three Shiny": "Un Chromatique",
"Black White Rare": "Schwarz-Weiß Selten"
},
"stage": {
"Baby": "Baby",

View File

@ -55,7 +55,8 @@
"Four Diamond": "Quatre Diamant",
"One Shiny": "Un Chromatique",
"Two Shiny": "Deux Chromatique",
"Three Shiny": "Un Chromatique"
"Three Shiny": "Un Chromatique",
"Black White Rare": "Rara Blanco y Negro"
},
"stage": {
"Baby": "Bebé",

View File

@ -54,7 +54,8 @@
"Four Diamond": "Quatre Diamant",
"One Shiny": "Un Chromatique",
"Two Shiny": "Deux Chromatique",
"Three Shiny": "Un Chromatique"
"Three Shiny": "Un Chromatique",
"Black White Rare": "Rare Noir Blanc"
},
"stage": {
"Baby": "Bébé",

View File

@ -55,7 +55,8 @@
"Four Diamond": "Quatre Diamant",
"One Shiny": "Un Chromatique",
"Two Shiny": "Deux Chromatique",
"Three Shiny": "Un Chromatique"
"Three Shiny": "Un Chromatique",
"Black White Rare": "Rara Bianco e Nero"
},
"stage": {
"Baby": "Bambino",

View File

@ -54,7 +54,8 @@
"Four Diamond": "Quatre Diamants",
"One Shiny": "Un Chromatique",
"Two Shiny": "Deux Chromatique",
"Three Shiny": "Un Chromatique"
"Three Shiny": "Un Chromatique",
"Black White Rare": "Rara Preto e Branco"
},
"stage": {
"Baby": "Bebê",

View File

@ -73,6 +73,9 @@
"Classic Collection": {
"type": "string"
},
"Black White Rare": {
"type": "string"
},
"Common": {
"type": "string"
},