mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 10:42:10 +00:00
Removed translation files
They were moved to the compiler Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
d7ba03749d
commit
81d4447d27
@ -1,17 +0,0 @@
|
|||||||
import { translations } from "../TranslationUtil"
|
|
||||||
|
|
||||||
const translations: translations = {
|
|
||||||
en: [
|
|
||||||
"Poké-Body",
|
|
||||||
"Poké-Power",
|
|
||||||
"Ability",
|
|
||||||
"Ancient Trait"
|
|
||||||
],
|
|
||||||
fr: [
|
|
||||||
"Poké-Body",
|
|
||||||
"Poké-Power",
|
|
||||||
"Talent",
|
|
||||||
"Trait Ancien"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
export default translations
|
|
@ -1,15 +0,0 @@
|
|||||||
import { translations } from "../TranslationUtil"
|
|
||||||
|
|
||||||
const translations: translations = {
|
|
||||||
en: [
|
|
||||||
"Pokémon",
|
|
||||||
"Trainer",
|
|
||||||
"Energy"
|
|
||||||
],
|
|
||||||
fr: [
|
|
||||||
"Pokémon",
|
|
||||||
"Dresseur",
|
|
||||||
"Énergie"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
export default translations
|
|
@ -1,21 +0,0 @@
|
|||||||
import { translations } from "../TranslationUtil"
|
|
||||||
|
|
||||||
const translations: translations = {
|
|
||||||
en: [
|
|
||||||
"No rarity",
|
|
||||||
"Common",
|
|
||||||
"unCommon",
|
|
||||||
"Rare",
|
|
||||||
"Rare Ultra",
|
|
||||||
"Ultra Rare",
|
|
||||||
],
|
|
||||||
fr: [
|
|
||||||
"Sans rareté",
|
|
||||||
"Commun",
|
|
||||||
"Non Commun",
|
|
||||||
"Rare",
|
|
||||||
"Rare Ultra",
|
|
||||||
"Ultra Rare",
|
|
||||||
]
|
|
||||||
}
|
|
||||||
export default translations
|
|
@ -1,59 +0,0 @@
|
|||||||
import { translations } from "../TranslationUtil"
|
|
||||||
|
|
||||||
const translations: translations = {
|
|
||||||
en: [
|
|
||||||
"Basic Pokémon",
|
|
||||||
"Basic Energy",
|
|
||||||
"BREAK",
|
|
||||||
"EX",
|
|
||||||
"GX",
|
|
||||||
"Item",
|
|
||||||
"LEGEND",
|
|
||||||
"Level-Up",
|
|
||||||
"MEGA",
|
|
||||||
"Restored",
|
|
||||||
"Rocket's Secret Machine",
|
|
||||||
"SP",
|
|
||||||
"Special",
|
|
||||||
"Stadium",
|
|
||||||
"Stage 1",
|
|
||||||
"Stage 2",
|
|
||||||
"Supporter",
|
|
||||||
"Tag Team",
|
|
||||||
"Technical Machine",
|
|
||||||
"Tool",
|
|
||||||
"Pokémon V",
|
|
||||||
"Pokémon VMAX",
|
|
||||||
"Prime",
|
|
||||||
"ACE",
|
|
||||||
"Rainbow",
|
|
||||||
],
|
|
||||||
fr: [
|
|
||||||
"Pokémon de base",
|
|
||||||
"Energie de base",
|
|
||||||
"TURBO",
|
|
||||||
"EX",
|
|
||||||
"GX",
|
|
||||||
"Objet",
|
|
||||||
"LÉGENDE",
|
|
||||||
"Niveau Sup",
|
|
||||||
"Méga",
|
|
||||||
"Restauré",
|
|
||||||
"Machine secrète dees Rocket",
|
|
||||||
"SP",
|
|
||||||
"Spéciale",
|
|
||||||
"Stadium",
|
|
||||||
"Niveau 1",
|
|
||||||
"Niveau 2",
|
|
||||||
"Supporter",
|
|
||||||
"ESCOUADE",
|
|
||||||
"Machine Technique",
|
|
||||||
"Outil",
|
|
||||||
"Pokémon V",
|
|
||||||
"Pokémon VMAX",
|
|
||||||
"Prime",
|
|
||||||
"ACE",
|
|
||||||
"Arc en ciel",
|
|
||||||
]
|
|
||||||
}
|
|
||||||
export default translations
|
|
@ -1,32 +0,0 @@
|
|||||||
import { translations } from "../TranslationUtil";
|
|
||||||
|
|
||||||
const trans: translations = {
|
|
||||||
en: [
|
|
||||||
"Colorless",
|
|
||||||
"Darkness",
|
|
||||||
"Dragon",
|
|
||||||
"Fairy",
|
|
||||||
"Fighting",
|
|
||||||
"Fire",
|
|
||||||
"Grass",
|
|
||||||
"Lightning",
|
|
||||||
"Metal",
|
|
||||||
"Psychic",
|
|
||||||
"Water"
|
|
||||||
],
|
|
||||||
fr: [
|
|
||||||
"Incolore",
|
|
||||||
"Obscurité",
|
|
||||||
"Dragon",
|
|
||||||
"Fée",
|
|
||||||
"Combat",
|
|
||||||
"Feu",
|
|
||||||
"Plante",
|
|
||||||
"Électrique",
|
|
||||||
"Métal",
|
|
||||||
"Psy",
|
|
||||||
"Eau"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
export default trans
|
|
Loading…
x
Reference in New Issue
Block a user