-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpt.json
More file actions
61 lines (61 loc) · 1.85 KB
/
pt.json
File metadata and controls
61 lines (61 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"card": {
"name": "Nome",
"power": "Poder",
"armor": "Armadura",
"provision": "Provisão",
"category": "Categoria",
"ability": "Habilidade",
"token": "Ficha",
"color": "Cor",
"colors": {
"bronze": "Bronze",
"gold": "Ouro"
},
"faction": "Facção",
"factions": {
"neutral": "Neutras",
"monster": "Monstros",
"nilfgaard": "Nilfgaard",
"northern realms": "Reinos do Norte",
"skellige": "Skellige",
"scoiatael": "Scoia'tael",
"syndicate": "Sindicato"
},
"type": "Tipo de carta",
"types": {
"leader": "Líder",
"unit": "Unidade",
"special": "Especial",
"artifact": "Artefato",
"stratagem": "Estratégia"
},
"rarity": "Raridade",
"rarities": {
"common": "Comum",
"rare": "Raro",
"epic": "Épico",
"legendary": "Lendário"
},
"set": "Conjunto de cartas",
"sets": {
"non ownable": "Ficha",
"starter": "Conjunto inicial",
"base": "Conjunto básico",
"thronebreaker": "Thronebreaker",
"crimson curse": "Crimson Curse",
"novigrad": "Novigrad",
"iron judgment": "Iron Judgment",
"merchants of ofir": "Merchants of Ofir",
"master mirror": "Master Mirror",
"way of the witcher": "Way of the Witcher",
"price of power": "Price of Power",
"cursed toad": "Sapo Maldito",
"uroboros": "Uroboros"
},
"reach": "Alcance:",
"premium": "Premium",
"game version": "Versão do jogo",
"illustration by": "Ilustração por:"
}
}