-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmode.json
137 lines (137 loc) · 3.37 KB
/
mode.json
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"regular_battle": {
"key": "regular_battle",
"localization": {
"de": "Standardkampf",
"en": "Regular Battle",
"es-419": "Combate amistoso",
"es-es": "Combate amistoso",
"fr-ca": "Match classique",
"fr-fr": "Match classique",
"it": "Partita amichevole",
"ja": "レギュラーマッチ",
"nl": "Standaardgevecht",
"ru": "Бой салаг"
},
"multiline": {
"de": "Standard-\nkampf",
"en": "Regular\nBattle",
"es-419": "Combate\namistoso",
"es-es": "Amistoso",
"fr-ca": "Match\nclassique",
"fr-fr": "Match\nclassique",
"it": "Partita\namichevole",
"ja": "レギュラー\nマッチ",
"nl": "Standaard-\ngevecht",
"ru": "Бой\nсалаг"
}
},
"ranked_battle": {
"key": "ranked_battle",
"localization": {
"de": "Rangkampf",
"en": "Ranked Battle",
"es-419": "Combate competitivo",
"es-es": "Combate competitivo",
"fr-ca": "Match pro",
"fr-fr": "Match pro",
"it": "Partita pro",
"ja": "ガチマッチ",
"nl": "Profgevecht",
"ru": "Бой элиты"
},
"multiline": {
"de": "Rang-\nkampf",
"en": "Ranked\nBattle",
"es-419": "Combate\ncompetitivo",
"es-es": "Competitivo",
"fr-ca": "Match\npro",
"fr-fr": "Match\npro",
"it": "Partita\npro",
"ja": "ガチ\nマッチ",
"nl": "Prof-\ngevecht",
"ru": "Бой\nэлиты"
}
},
"splatfest_battle": {
"key": "splatfest_battle",
"localization": {
"de": "Splatfestkampf",
"en": "Splatfest Battle",
"es-419": "Combate temático",
"es-es": "Combate temático",
"fr-ca": "Festimatch",
"fr-fr": "Festimatch",
"it": "Partita tematica",
"ja": "フェスマッチ",
"nl": "Splatfest-gevecht",
"ru": "Сплатфест-бой"
},
"multiline": {
"de": "Splatfest-\nkampf",
"en": "Splatfest\nBattle",
"es-419": "Combate\ntemático",
"es-es": "Temático",
"fr-ca": "Festi-\nmatch",
"fr-fr": "Festi-\nmatch",
"it": "Partita\ntematica",
"ja": "フェス\nマッチ",
"nl": "Splatfest-\ngevecht",
"ru": "Сплатфест-\nбой"
}
},
"private_battle": {
"key": "private_battle",
"localization": {
"de": "Privater Kampf",
"en": "Private Battle",
"es-419": "Combate privado",
"es-es": "Combate privado",
"fr-ca": "Match privé",
"fr-fr": "Match privé",
"it": "Partita privata",
"ja": "プライベートマッチ",
"nl": "Privégevecht",
"ru": "Частный бой"
},
"multiline": {
"de": "Privater\nKampf",
"en": "Private\nBattle",
"es-419": "Combate\nprivado",
"es-es": "Privado",
"fr-ca": "Match\nprivé",
"fr-fr": "Match\nprivé",
"it": "Partita\nprivata",
"ja": "プライベート\nマッチ",
"nl": "Privé-\ngevecht",
"ru": "Частный\nбой"
}
},
"league_battle": {
"key": "league_battle",
"localization": {
"de": "Ligakampf",
"en": "League Battle",
"es-419": "Combate de liga",
"es-es": "Torneo",
"fr-ca": "Match de ligue",
"fr-fr": "Match de ligue",
"it": "Partita di lega",
"ja": "リーグマッチ",
"nl": "Toernooigevecht",
"ru": "Бой лиги"
},
"multiline": {
"de": "Liga-\nkampf",
"en": "League\nBattle",
"es-419": "Combate\nde liga",
"es-es": "Torneo",
"fr-ca": "Match\nde ligue",
"fr-fr": "Match\nde ligue",
"it": "Partita\ndi lega",
"ja": "リーグ\nマッチ",
"nl": "Toernooi-\ngevecht",
"ru": "Бой\nлиги"
}
}
}