-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathASA_Chat_Localizations.json
More file actions
86 lines (86 loc) · 1.43 KB
/
Copy pathASA_Chat_Localizations.json
File metadata and controls
86 lines (86 loc) · 1.43 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"de": {
"Global": "Global",
"Tribe": "Stamm",
"Alliance": "Allianz",
"Local": "Lokal"
},
"da": {
"Global": "Global",
"Tribe": "Stamme",
"Alliance": "Alliance",
"Local": "Lokal"
},
"en": {
"Global": "Global",
"Tribe": "Tribe",
"Alliance": "Alliance",
"Local": "Local"
},
"es": {
"Global": "Global",
"Tribe": "Tribu",
"Alliance": "Alianza",
"Local": "Local"
},
"fr": {
"Global": "Général",
"Tribe": "Tribu",
"Alliance": "Alliance",
"Local": "Locale"
},
"it": {
"Global": "Globale",
"Tribe": "Tribù",
"Alliance": "Alleanza",
"Local": "Locale"
},
"ja": {
"Global": "全体",
"Tribe": "トライブ",
"Alliance": "同盟",
"Local": "ローカル"
},
"ko": {
"Global": "글로벌",
"Tribe": "부족",
"Alliance": "연맹",
"Local": "구역"
},
"nl": {
"Global": "Mondiaal",
"Tribe": "Stam",
"Alliance": "Bondgenootschap",
"Local": "Lokaal"
},
"pt-BR": {
"Global": "Global",
"Tribe": "Tribo",
"Alliance": "Aliança",
"Local": "Local"
},
"ru": {
"Global": "Всем",
"Tribe": "Племя",
"Alliance": "Альянс",
"Local": "Локально"
},
"tr": {
"Global": "Genel",
"Tribe": "Kabile",
"Alliance": "İttifak",
"Local": "Yerel"
},
"zh": {
"Global": "全服",
"Tribe": "部落",
"Alliance": "联盟",
"Local": "本地"
},
"zh-TW": {
"Global": "全服",
"Tribe": "部落",
"Alliance": "聯盟",
"Local": "本地"
}
}