Translations
The Translations Data Model describes the properties of a Set or Set List's name translated in various alternate languages.
- Parent model: Set
- Parent property:
translations
TypeScript Model
Show/Hide Model
TypeScript
export type Translations = {
"Ancient Greek"?: string;
Arabic?: string;
"Chinese Simplified"?: string;
"Chinese Traditional"?: string;
French?: string;
German?: string;
Hebrew?: string;
Italian?: string;
Japanese?: string;
Korean?: string;
Latin?: string;
Phyrexian?: string;
"Portuguese (Brazil)"?: string;
Russian?: string;
Sanskrit?: string;
Spanish?: string;
};
Model Properties
Ancient Greek optional
The set name translation in Ancient Greek.
- Type:
string
- Introduced:
v4.6.0
Arabic optional
The set name translation in Arabic.
- Type:
string
- Introduced:
v4.6.0
Chinese Simplified optional
The set name translation in Chinese Simplified.
- Type:
string
- Introduced:
v4.0.0
Chinese Traditional optional
The set name translation in Chinese Traditional.
- Type:
string
- Introduced:
v4.0.0
French optional
The set name translation in French.
- Type:
string
- Introduced:
v4.0.0
German optional
The set name translation in German.
- Type:
string
- Introduced:
v4.0.0
Hebrew optional
The set name translation in Hebrew.
- Type:
string
- Introduced:
v4.6.0
Italian optional
The set name translation in Italian.
- Type:
string
- Introduced:
v4.0.0
Japanese optional
The set name translation in Japanese.
- Type:
string
- Introduced:
v4.0.0
Korean optional
The set name translation in Korean.
- Type:
string
- Introduced:
v4.0.0
Latin optional
The set name translation in Latin.
- Type:
string
- Introduced:
v4.6.0
Phyrexian optional
The set name translation in Phyrexian.
- Type:
string
- Introduced:
v4.7.0
Portuguese (Brazil) optional
The set name translation in Portuguese (Brazil).
- Type:
string
- Introduced:
v4.0.0
Russian optional
The set name translation in Russian.
- Type:
string
- Introduced:
v4.0.0
Sanskrit optional
The set name translation in Sanskrit.
- Type:
string
- Introduced:
v4.6.0
Spanish optional
The set name translation in Spanish.
- Type:
string
- Introduced:
v4.0.0