-
Notifications
You must be signed in to change notification settings - Fork 0
/
i18n.js
executable file
·351 lines (344 loc) · 14.9 KB
/
i18n.js
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
i18n_lang = "en";
i18n_dict = {
"en": {
"connecting": "Connecting",
"connect_help": "If you cannot connect to the servers, check if you have some anti virus or firewall blocking the connection.",
"play": "Play",
"spectate": "Spectate",
"login_and_play": "Login and play",
"play_as_guest": "Play as guest",
"share": "Share",
"advertisement": "Advertisement",
"privacy_policy": "Privacy Policy",
"terms_of_service": "Terms of Service",
"changelog": "Changelog",
"instructions_mouse": "Move your mouse to control your cell",
"instructions_space": "Press <b>Space</b> to split",
"instructions_w": "Press <b>W</b> to eject some mass",
"gamemode_ffa": "FFA",
"gamemode_teams": "Teams",
"gamemode_experimental": "Experimental",
"region_select": " -- Select a Region -- ",
"region_us_east": "US East",
"region_us_west": "US West",
"region_north_america": "North America",
"region_south_america": "South America",
"region_europe": "Europe",
"region_turkey": "Turkey",
"region_poland": "Poland",
"region_east_asia": "East Asia",
"region_russia": "Russia",
"region_china": "China",
"region_oceania": "Oceania",
"region_australia": "Australia",
"region_players": "players",
"option_no_skins": "No skins",
"option_no_names": "No names",
"option_dark_theme": "Dark theme",
"option_no_colors": "No colors",
"option_show_mass": "Show mass",
"leaderboard": "Leaderboard",
"unnamed_cell": "An unnamed cell",
"last_match_results": "Last match results",
"score": "Score",
"leaderboard_time": "Leaderboard Time",
"mass_eaten": "Mass Eaten",
"top_position": "Top Position",
"position_1": "First",
"position_2": "Second",
"position_3": "Third",
"position_4": "Fourth",
"position_5": "Fifth",
"position_6": "Sixth",
"position_7": "Seventh",
"position_8": "Eighth",
"position_9": "Ninth",
"position_10": "Tenth",
"player_cells_eaten": "Player Cells Eaten",
"survival_time": "Survival Time",
"games_played": "Games played",
"highest_mass": "Highest mass",
"total_cells_eaten": "Total cells eaten",
"total_mass_eaten": "Total mass eaten",
"longest_survival": "Longest survival",
"logout": "Logout",
"stats": "Stats",
"shop": "Shop",
"party": "Party",
"party_description": "Play with your friends in the same map",
"create_party": "Create",
"creating_party": "Creating party...",
"join_party": "Join",
"back_button": "Back",
"joining_party": "Joining party...",
"joined_party_instructions": "You are now playing with this party:",
"party_join_error": "There was a problem joining that party, please make sure the code is correct, or try creating another party",
"login_tooltip": "Login with Facebook and get:<br /><br /><br />Start the game with more mass!<br />Level up to get even more starting mass!", //<br />Track your progress with player stats!
"create_party_instructions": "Give this link to your friends:",
"join_party_instructions": "Your friend should have given you a code, type it here:",
"continue": "Continue",
"option_skip_stats": "Skip stats",
"stats_food_eaten": "food eaten",
"stats_highest_mass": "highest mass",
"stats_time_alive": "time alive",
"stats_leaderboard_time": "leaderboard time",
"stats_cells_eaten": "cells eaten",
"stats_top_position": "top position",
"": ""
},
/*
"fr": {
"connecting": "Connexion",
"connect_help": "Si vous ne pouvez pas vous connecter aux serveurs, vérifiez que votre anti-virus ou votre pare-feu ne bloque pas la connexion.",
"play": "Jouer",
"spectate": "REGARDER",
"login_and_play": "Se connecter et jouer",
"login_tooltip": "Connectez-vous avec Facebook et obtenez:<br /><br /><br />double masse de départ à chaque partie!<br />Montez en niveau pour obtenir encore plus de masse de départ!", //<br />Consultez vos progrès dans les statistiques de joueur!
"play_as_guest": "Jouer en tant qu'invité",
"advertisement": "Publicité",
"privacy_policy": "Confidentialité",
"terms_of_service": "Conditions de service",
"changelog": "Changements",
"instructions_mouse": "Bougez votre souris pour contrôler votre cellule.",
"instructions_space": "Appuyez pour le séparer.",
"instructions_w": "Appuyez pour éjecter de la masse.",
"gamemode_ffa": "Chacun pour soi",
"gamemode_teams": "Par équipe",
"gamemode_experimental": "Expérimental",
"region_select": " -- Sélectionner une région -- ",
"region_us_east": "E.-U. Est",
"region_us_west": "E.-U. Ouest",
"region_north_america": "Amérique du Nord",
"region_south_america": "Amérique du Sud",
"region_europe": "Europe",
"region_turkey": "Turquie",
"region_poland": "Pologne",
"region_east_asia": "Asie de l'Est",
"region_russia": "Russie",
"region_china": "Chine",
"region_oceania": "Océanie",
"region_australia": "Australie",
"region_players": "Joueurs",
"option_no_skins": " Aucun motif",
"option_no_names": " Aucun nom",
"option_dark_theme": " Thème sombre",
"option_no_colors": " Aucune couleur",
"option_show_mass": " Montrer la masse",
"leaderboard": "Classement",
"unnamed_cell": "Une cellule sans nom",
"last_match_results": "Derniers résultats",
"score": "Score",
"leaderboard_time": "Temps au classement",
"mass_eaten": "Masse ingérée",
"top_position": "Au top",
"position_1": "Premier",
"position_2": "Deuxième",
"position_3": "Troisième",
"position_4": "Quatrième",
"position_5": "Cinquième",
"position_6": "Sixième",
"position_7": "Septième",
"position_8": "Huitième",
"position_9": "Neuvième",
"position_10": "Dixième",
"player_cells_eaten": "Cellules de joueur ingérées",
"survival_time": "Temps de survie",
"share": "Partager",
"screenshot_1": "Diviser & Conquérir ! Grossir et dominer !",
"screenshot_2": "Un hit en multijoueur ! Mangez ou soyez mangé !",
"screenshot_3": "Lancez et partagez votre masse pour prendre l'avantage !",
"screenshot_4": "Jouez avec de nombreuses apparences différentes !"
},
"it": {
"connecting": "Connessione",
"connect_help": "Non puoi connetterti ai server, controlla che non ci sia un antivirus o un firewall che blocchino la connessione",
"play": "Gioca",
"spectate": "GUARDA",
"login_and_play": "Accedi e gioca",
"login_tooltip": "Accedi a Facebook per ottenere:<br /><br /><br />il doppio della massa iniziale a ogni partita!<br />Sali di livello per aumentare ulteriormente la massa iniziale!", //<br />Tieni traccia dei tuoi progressi con le statistiche del giocatore!
"play_as_guest": "Gioca come ospite",
"advertisement": "Pubblicità",
"privacy_policy": "Privacy",
"terms_of_service": "Termini del servizio",
"changelog": "Log dei cambiamenti",
"instructions_mouse": "Sposta il mouse per controllare la tua cellula",
"instructions_space": "Premi per dividere",
"instructions_w": "Premi per espellere della massa",
"gamemode_ffa": "FFA",
"gamemode_teams": "Squadre",
"gamemode_experimental": "Sperimentale",
"region_select": " -- Scegli una regione -- ",
"region_us_east": "USA orientali",
"region_us_west": "USA occidentali",
"region_north_america": "Nord America",
"region_south_america": "Sud America",
"region_europe": "Europa",
"region_turkey": "Turchia",
"region_poland": "Polonia",
"region_east_asia": "Asia orientale",
"region_russia": "Russia",
"region_china": "Cina",
"region_oceania": "Oceania",
"region_australia": "Australia",
"region_players": "Giocatori",
"option_no_skins": " Nessuna skin",
"option_no_names": " Nessun nome",
"option_dark_theme": " Tema scuro",
"option_no_colors": " Nessun colore",
"option_show_mass": " Mostra massa",
"leaderboard": "Classifica",
"unnamed_cell": "Una cellula senza nome",
"last_match_results": "Risultati ultimo incontro",
"score": "Punteggio",
"leaderboard_time": "Tempo classifica",
"mass_eaten": "Massa ingerita",
"top_position": "Posizione più alta",
"position_1": "Primo",
"position_2": "Secondo",
"position_3": "Terzo",
"position_4": "Quarto",
"position_5": "Quindi",
"position_6": "Sesto",
"position_7": "Settimo",
"position_8": "Ottavo",
"position_9": "Nono",
"position_10": "Decimo",
"player_cells_eaten": "Cellule giocatore ingerite",
"survival_time": "Tempo di sopravvivenza",
"share": "Condividi",
"screenshot_1": "Dividiti e conquista! Cresci e domina!",
"screenshot_2": "Un successo multigiocatore! Mangia o sarai mangiato!",
"screenshot_3": "Lancia e dividi la massa per ottenere un vantaggio!",
"screenshot_4": "Gioca con molte skin diverse!"
},
"de": {
"connecting": "Verbinde",
"connect_help": "Überprüfe bitte dein Antivirusprogramm oder deine Firewall, wenn du keine Verbindung zum Server herstellen kannst.",
"play": "Spielen",
"spectate": "ZUSCHAUEN",
"login_and_play": "Anmelden und spielen",
"login_tooltip": "Melde dich mit Facebook an und erhalte:<br /><br /><br />Doppelte Startmasse in jedem Spiel!<br />Erreiche eine höhere Stufe, um noch mehr Startmasse zu erhalten!", //<br />Verfolge deine Fortschritte mit Hilfe der Spielerstatistik!
"play_as_guest": "Als Gast spielen",
"advertisement": "Werbung",
"privacy_policy": "Datenschutz",
"terms_of_service": "Nutzungsbedingungen",
"changelog": "Changelog",
"instructions_mouse": "Bewege deine Maus, um deine Zelle zu kontrollieren",
"instructions_space": "Zum Teilen drücken",
"instructions_w": "Zur Abgabe von etwas Masse drücken",
"gamemode_ffa": "Für alle",
"gamemode_teams": "Teams",
"gamemode_experimental": "Experimentell",
"region_select": " -- Wähle eine Region -- ",
"region_us_east": "USA-Ost",
"region_us_west": "USA-West",
"region_north_america": "Nordamerika",
"region_south_america": "Südamerika",
"region_europe": "Europa",
"region_turkey": "Türkei",
"region_poland": "Polen",
"region_east_asia": "Ostasien",
"region_russia": "Russland",
"region_china": "China",
"region_oceania": "Ozeanien",
"region_australia": "Australien",
"region_players": "Spieler",
"option_no_skins": " Keine Skins",
"option_no_names": " Keine Namen",
"option_dark_theme": " Dunkelthema",
"option_no_colors": " Keine Farben",
"option_show_mass": " Masse anzeigen",
"leaderboard": "Bestenliste",
"unnamed_cell": "Eine unbenannte Zelle",
"last_match_results": "Letzte Spielergebnisse",
"score": "Punkte",
"leaderboard_time": "Bestenlistenzeit",
"mass_eaten": "Verzehrte Masse",
"top_position": "Spitzenposition",
"position_1": "Erster",
"position_2": "Zweiter",
"position_3": "Dritter",
"position_4": "Vierter",
"position_5": "Fünfter",
"position_6": "Sechster",
"position_7": "Siebenter",
"position_8": "Achter",
"position_9": "Neunter",
"position_10": "Zehnter",
"player_cells_eaten": "Verzehrte Spielerzellen",
"survival_time": "Überlebenszeit",
"share": "Teilen",
"screenshot_1": "Teile und erobere! Wachse und herrsche!",
"screenshot_2": "Ein Mehrspielerhit! Friss oder werde gefressen!",
"screenshot_3": "Spalte dich auf und wirf Masse ab, um einen Vorteil zu erringen!",
"screenshot_4": "Spiele mit vielen unterschiedlichen Skins!"
},
"es": {
"connecting": "Conectando",
"connect_help": "Si no puedes conectar con los servidores, comprueba si tu antivirus o tu cortafuegos están bloqueando la conexión.",
"play": "Jugar",
"spectate": "Observar",
"login_and_play": "Iniciar sesión y jugar",
"login_tooltip": "Inicia sesión con Facebook y consigue:<br /><br /><br />¡El doble de masa inicial en cada partida!<br />¡Sube de nivel y consigue aún más masa inicial!", //<br />¡Controla tus progresos con las estadísticas!
"play_as_guest": "Jugar como invitado",
"advertisement": "Anuncio",
"privacy_policy": "Privacidad",
"terms_of_service": "Condiciones del servicio",
"changelog": "Registro de cambios",
"instructions_mouse": "Mueve el ratón para controlar tu punto",
"instructions_space": "Pulsa para dividir",
"instructions_w": "Pulsa <b>W</b> para liberar parte de tu masa",
"gamemode_ffa": "TcT",
"gamemode_teams": "Equipos",
"gamemode_experimental": "Experimental",
"region_select": " -- Elige una región -- ",
"region_us_east": "Este de EE.UU.",
"region_us_west": "Oeste de de EE.UU.",
"region_north_america": "Norteamérica",
"region_south_america": "Sudamérica",
"region_europe": "Europa",
"region_turkey": "Turquía",
"region_poland": "Polonia",
"region_east_asia": "Este de Asia",
"region_russia": "Rusia",
"region_china": "China",
"region_oceania": "Oceanía",
"region_australia": "Australia",
"region_players": "jugadores",
"option_no_skins": " Sin texturas",
"option_no_names": " Sin nombres",
"option_dark_theme": " Tema oscuro",
"option_no_colors": " Sin colores",
"option_show_mass": " Mostrar masa",
"leaderboard": "Marcador",
"unnamed_cell": "Un punto sin nombre",
"last_match_results": "Resultados de la última partida",
"score": "Puntuación",
"leaderboard_time": "Tiempo del marcador",
"mass_eaten": "Masa comida",
"top_position": "Campeón",
"position_1": "Primero",
"position_2": "Segundo",
"position_3": "Tercero",
"position_4": "Cuarto",
"position_5": "Quinto",
"position_6": "Sexto",
"position_7": "Séptimo",
"position_8": "Octavo",
"position_9": "Noveno",
"position_10": "Décimo",
"player_cells_eaten": "Puntos comidos del jugador",
"survival_time": "Tiempo de supervivencia",
"share": "Compartir",
"screenshot_1": "¡Divide y vencerás! ¡Crece y dominarás!",
"screenshot_2": "¡Un exitoso juego multijgador! ¡Come o te comerán!",
"screenshot_3": "¡Lanza y divide tu masa para conseguir ventaja!",
"screenshot_4": "¡Juega con un montón de apariencias distintas!"
},
*/
"?": {}
};
i18n_lang = (window.navigator.userLanguage || window.navigator.language || 'en').split('-')[0];
//i18n_lang = 'de';
if (!i18n_dict.hasOwnProperty(i18n_lang)) i18n_lang = "en";
i18n = i18n_dict[i18n_lang];