Skip to content

Commit

Permalink
fix: missing translations
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Mar 24, 2024
1 parent 3a7f16f commit 47033c4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Special": "Spezial"
},
"rarity": {
"ACE SPEC Rare": "ASS-KLASSE",
"Amazing Rare": "Atemberaubend",
"Classic Collection": "Klassische Kollektion",
"Common": "Häufig",
Expand All @@ -40,6 +41,7 @@
"Shiny rare": "Shiny rare",
"Shiny rare V": "Shiny rare V",
"Shiny rare VMAX": "Shiny rare VMAX",
"Shiny Ultra Rare": "ultraselten, Schillernd",
"Special illustration rare": "Selten, besondere Illustration",
"Ultra Rare": "Ultra Selten",
"Uncommon": "Ungewöhnlich"
Expand Down
2 changes: 2 additions & 0 deletions meta/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Special": "Especial"
},
"rarity": {
"ACE SPEC Rare": "Rara AS TÁCTICO",
"Amazing Rare": "Increíbles",
"Classic Collection": "Colección Clásica",
"Common": "Commún",
Expand All @@ -40,6 +41,7 @@
"Shiny rare": "Shiny rare",
"Shiny rare V": "Shiny rare V",
"Shiny rare VMAX": "Shiny rare VMAX",
"Shiny Ultra Rare": "Rara Ultra Variocolor",
"Special illustration rare": "Rara Ilustración Especial",
"Ultra Rare": "Rara Ultra",
"Uncommon": "Uncommon"
Expand Down
2 changes: 2 additions & 0 deletions meta/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"Special": "Spécial"
},
"rarity": {
"ACE SPEC Rare": "HIGH-TECG rare",
"Amazing Rare": "Magnifique",
"Classic Collection": "Collection Classique",
"Common": "Commune",
Expand All @@ -39,6 +40,7 @@
"Shiny rare": "Shiny rare",
"Shiny rare V": "Shiny rare V",
"Shiny rare VMAX": "Shiny rare VMAX",
"Shiny Ultra Rare": "chromatique ultra rare",
"Special illustration rare": "Illustration spéciale rare",
"Ultra Rare": "Ultra Rare",
"Uncommon": "Peu Commune"
Expand Down
2 changes: 2 additions & 0 deletions meta/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Special": "Speciale"
},
"rarity": {
"ACE SPEC Rare": "rara ASSO TATTICO",
"Amazing Rare": "Policrome",
"Classic Collection": "Collezione Classica",
"Common": "Comune",
Expand All @@ -40,6 +41,7 @@
"Shiny rare": "Shiny rare",
"Shiny rare V": "Shiny rare V",
"Shiny rare VMAX": "Shiny rare VMAX",
"Shiny Ultra Rare": "ultrarara cromatica",
"Special illustration rare": "Rara illustrazione speciale",
"Ultra Rare": "Ultrarara",
"Uncommon": "Non comune"
Expand Down
2 changes: 2 additions & 0 deletions meta/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Special": "Special"
},
"rarity": {
"ACE SPEC Rare": "ACE SPEC Raro",
"Amazing Rare": "Amazing",
"Classic Collection": "Colección Clásica",
"Common": "Comum",
Expand All @@ -40,6 +41,7 @@
"Shiny rare": "Shiny rare",
"Shiny rare V": "Shiny rare V",
"Shiny rare VMAX": "Shiny rare VMAX",
"Shiny Ultra Rare": "Brilhante Ultra Raro",
"Special illustration rare": "Ilustração Rara Especial",
"Ultra Rare": "Rara Ultra",
"Uncommon": "Incomum"
Expand Down
8 changes: 8 additions & 0 deletions meta/translations/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
},
"rarity": {
"properties": {
"ACE SPEC Rare": {
"type": "string"
},
"Amazing Rare": {
"type": "string"
},
Expand Down Expand Up @@ -130,6 +133,9 @@
"Shiny Rare VMAX": {
"type": "string"
},
"Shiny Ultra Rare": {
"type": "string"
},
"Special illustration rare": {
"type": "string"
},
Expand All @@ -141,6 +147,7 @@
}
},
"required": [
"ACE SPEC Rare",
"Amazing Rare",
"Classic Collection",
"Common",
Expand All @@ -163,6 +170,7 @@
"Shiny rare",
"Shiny rare V",
"Shiny rare VMAX",
"Shiny Ultra Rare",
"Special illustration rare",
"Ultra Rare",
"Uncommon"
Expand Down

0 comments on commit 47033c4

Please sign in to comment.