-
Notifications
You must be signed in to change notification settings - Fork 3
/
translation.js
167 lines (158 loc) · 7.04 KB
/
translation.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
var showLanguages = ['en','de'];
var translation = {
'en': {
'name': 'English',
'Controls': 'Controls',
'Easy': 'Easy',
'Difficult': 'Difficult',
'Difficulty': 'Level of difficulty',
'Number of polytopes': 'Number of polytopes',
'Score': 'Score',
'Best score': 'Best score',
'Time': 'Time',
'Round': 'Round',
'You': 'Your score',
'Highscore': 'Best score',
'Submit': 'Submit',
'Restart': 'Restart',
'Next': 'Next',
'Finish': 'Finish',
'Solution': 'Solution',
'Restart hint': 'To change the difficulty please restart the game.',
'Play': 'Play',
'More': 'About',
'Close': 'Close',
'Select language': 'Please select a language',
'Swap': 'Swap the nets',
'Congratulations': 'Congratulations!',
'Completed game': 'You have successfully completed the game.',
'Rotation speed': 'Rotation speed:',
'Zoom speed': 'Zoom speed:',
'Zoom enabled': 'Zoom enabled:',
'intro': 'MatchTheNet is a game about 3-dimensional polytopes for a single player. You will meet the five Platonic Solids and their best friends.<br><br>In each round of the game you will see some polytopes on the top half of the window. You can rotate them to look at them from all sides.<br><br>In the bottom half you will see the same number of planar nets. These are unfoldings of polytopes into the plane. The goal is to match the nets to the polytopes. You can switch any pair of nets by moving one over the other.',
},
'de': {
'name': 'Deutsch',
'Controls': 'Einstellungen',
'Easy': 'Einfach',
'Difficult': 'Schwierig',
'Difficulty': 'Schwierigkeitsgrad',
'Number of polytopes': 'Anzahl an Polytopen',
'Score': 'Punkte',
'Best score': 'Highscore',
'Time': 'Zeit',
'Round': 'Runde',
'You': 'Deine Punkte',
'Highscore': 'Highscore',
'Submit': 'Absenden',
'Restart': 'Neustart',
'Next': 'Weiter',
'Finish': 'Fertig',
'Solution': 'Lösung',
'Restart hint': 'Um den Schwierigkeitsgrad zu ändern, starte bitte das Spiel neu.',
'Play': 'Spiel starten',
'More': 'Über',
'Close': 'Schließen',
'Select language': 'Bitte wähle eine Sprache',
'Swap': 'Vertausche die Netze',
'Congratulations': 'Herzlichen Glückwunsch!',
'Completed game': 'Du hast das Spiel erfolgreich abgeschlossen.',
'Rotation speed': 'Rotationsgeschwindigkeit:',
'Zoom speed': 'Zoomgeschwindigkeit:',
'Zoom enabled': 'Zoom aktiviert:',
'intro': 'MatchTheNet ist ein Solitär-Spiel, in dem es um 3-dimensionale Polytope geht. Du wirst auf die fünf platonischen Körper und ihre Freunde treffen.<br><br>In jeder Runde zeigt die obere Hälfte des Fensters einige Polytope. Du kannst sie drehen, um sie von allen Seiten zu betrachen.<br><br>In der unteren Hälfte erscheinen Auffaltungen dieser Polytope. Deine Aufgabe besteht darin, die Auffaltungen ihren Polytopen richtig zuzuordnen. Du kannst je zwei Auffaltungen vertauschen, indem Du sie übereinander ziehst.',
},
'fr': {
'name': 'Français',
'Controls': 'Contrôles',
'Easy': 'Facile',
'Difficult': 'Difficile',
'Difficulty': 'Niveau de difficulté',
'Number of polytopes': 'Nombre de polytopes',
'Score': 'Score',
'Best score': 'Meilleur score',
'Time': 'Temps',
'Round': 'Tour',
'You': 'Ton score',
'Highscore': 'Meilleur score',
'Submit': 'Soumettre',
'Restart': 'Recommencer',
'Next': 'Suivant',
'Finish': 'Terminé',
'Solution': 'Solution',
'Restart hint': 'Pour modifier le niveau de difficulté, recommence le jeu.',
'Play': 'Commencer à jouer',
'More': 'À propos',
'Close': 'Fermer',
'Select language': 'Choisir une langue',
'Swap': 'Échanger les patrons',
'Congratulations': 'Félicitation !',
'Completed game': 'Tu as terminé le jeu avec succès.',
'Rotation speed': 'Vitesse de rotation :',
'Zoom speed': 'Vitesse de zoom :',
'Zoom enabled': 'Activer le zoom :',
'intro': "MatchTheNet est un jeu sur les polytopes en trois dimensions. Il se joue à un joueur. Tu y rencontreras les 5 solides de Platon et leurs amis.<br><br>À chaque tour, tu verras en haut de l'écran quelques polytopes. Tu peux les faire tourner pour en observer toutes les faces.<br><br>En bas de l'écran, tu verras les patrons de ces polytopes. Ta mission consiste à aligner chaque patron avec son polytope. Pour échanger deux patrons, glisse l'un sur l'autre.",
},
'es': {
'name': 'Español',
'Controls': 'Controles',
'Easy': 'Fácil',
'Difficult': 'Difícil',
'Difficulty': 'Nivel de dificultad',
'Number of polytopes': 'Número de poliedros',
'Score': 'Puntuación',
'Best score': 'Mejor puntuación',
'Time': 'Tiempo',
'Round': 'Ronda',
'You': 'Tu puntuación',
'Highscore': 'Mejor puntuación',
'Submit': 'Enviar',
'Restart': 'Reiniciar',
'Next': 'Siguiente',
'Finish': 'Finalizar',
'Solution': 'Solución',
'Restart hint': 'Para cambiar la dificultad, reiniciar el juego.',
'Play': 'Jugar',
'More': 'Acerca de',
'Close': 'Cerrar',
'Select language': 'Selecciona un idioma',
'Swap': 'Intercambia los desarrollos',
'Congratulations': '¡Felicidades!',
'Completed game': 'Has completado el juego con éxito.',
'Rotation speed': 'Velocidad de rotación:',
'Zoom speed': 'Velocidad del zoom:',
'Zoom enabled': 'Zoom activado:',
'intro': "MatchTheNet es un juego sobre poliedros, para un jugador. Encontrarás los 5 sólidos platónicos y algunos de sus familiares.<br><br>En cada ronda del juego verás unos poliedros en la parte superior de la pantalla. Puedes rotarlos para verlos desde cualquier lado.<br><br>En la parte inferior verás el mismo número de desarrollos planos. Estos desarrollos son el resultado de desplegar los poliedros en el plano. El objetivo es emparejar cada poliedro con su desarrollo plano. Puedes intercambiar dos desarrollos cualesquiera moviendo uno sobre el otro.",
},
'ca': {
'name': 'Català',
'Controls': 'Controls',
'Easy': 'Fàcil',
'Difficult': 'Difícil',
'Difficulty': 'Nivell de dificultat',
'Number of polytopes': 'Nombre de políedres',
'Score': 'Puntuació',
'Best score': 'Millor puntuació',
'Time': 'Temps',
'Round': 'Ronda',
'You': 'La teva puntuació',
'Highscore': 'Millor puntuació',
'Submit': 'Enviar',
'Restart': 'Reiniciar',
'Next': 'Següent',
'Finish': 'Finalitzar',
'Solution': 'Solució',
'Restart hint': 'Per a canviar la dificultat, reinicieu el joc.',
'Play': 'Jugar',
'More': 'Sobre',
'Close': 'Tancar',
'Select language': 'Sel·lecciona un idioma',
'Swap': 'Intercanvia els desenvolupaments',
'Congratulations': 'Felicitats!',
'Completed game': 'Has completat el joc amb èxit.',
'Rotation speed': 'Velocitat de rotació:',
'Zoom speed': 'Velocitat del zoom:',
'Zoom enabled': 'Zoom activat:',
'intro': "MatchTheNet és un joc sobre políedres, per a un jugador. Hi trobaràs els 5 sòlids platònics i alguns de la seva família.<br><br>En cada ronda del joc veuràs uns políedres a la part superior de la pantalla. Pots rotar-los per a veure'ls des de qualsevol costat.<br><br>A la part inferior hi veuràs el mateix nombre de desenvolupaments plans. Aquests desenvolupaments són el resultat de desplegar els políedres al pla. L'objectiu és emparellar cada políedre amb el seu desenvolupament pla. Pots intercanviar dos desenvolupaments qualsevols movent un sobre l'altre.",
}
}