@@ -3,31 +3,28 @@ import { LoadingMessagesType } from '@models/types';
33
44const LoadingMessages : LoadingMessagesType = {
55 es : [
6- 'Oops, las letras se han rebelado. ¡Algo ha ido mal! ' ,
7- 'Parece que nuestras palabras están jugando al escondite. ¡Error detectado! ' ,
8- '¡Vaya! Alguien derramó café en el código. Estamos arreglándolo .' ,
9- 'Las tildes se han escapado, y con ellas, la estabilidad del sistema. Error en proceso .' ,
10- 'Estamos experimentando una tormenta de ideas... y de errores. Por favor, espera .' ,
11- 'Error en el sistema. Las letras están bailando salsa en vez de trabajar .' ,
12- 'Algo se ha torcido... posiblemente sean las eses. Trabajando para solucionarlo .' ,
13- 'Nuestros puntos y comas hicieron una pausa demasiado larga. Error encontrado .' ,
14- 'El alfabeto ha decidido tomarse un descanso. Error inesperado .' ,
15- 'Las palabras están haciendo huelga. Nos disculpamos por este error técnico .' ,
6+ 'Preparando las letras para ti... ' ,
7+ 'Ordenando el abecedario, un momento... ' ,
8+ 'Las palabras están tomando asiento, ya casi.. .' ,
9+ 'Cargando el diccionario, paciencia.. .' ,
10+ 'Las tildes se están colocando en su sitio.. .' ,
11+ 'Reuniendo todas las vocales y consonantes.. .' ,
12+ 'Organizando las palabras por orden alfabético.. .' ,
13+ 'Llenando el tablero de letras, casi listo.. .' ,
14+ 'Los niveles se están preparando para el juego.. .' ,
15+ 'Un segundo, estamos afinando la ortografía.. .' ,
1616 ] ,
1717 en : [
18- 'Oops, the letters have rebelled. Something has gone wrong!' ,
19- 'It seems our words are playing hide and seek. Error detected!' ,
20- // prettier-ignore
21- 'Oops! Someone spilled coffee on the code. We\'re fixing it.' ,
22- // prettier-ignore
23- 'The accent marks have escaped, and with them, the system\'s stability. Error in process.' ,
24- 'We are experiencing a brainstorm... and errors. Please wait.' ,
25- 'System error. The letters are dancing salsa instead of working.' ,
26- // prettier-ignore
27- 'Something has gone wrong... possibly the S\'s. Working to solve it.' ,
28- 'Our semicolons took a pause that was too long. Error found.' ,
29- 'The alphabet has decided to take a break. Unexpected error.' ,
30- 'The words are on strike. We apologize for this technical error.' ,
18+ 'Getting the letters ready for you...' ,
19+ 'Sorting the alphabet, one moment...' ,
20+ 'Words are taking their seats, almost there...' ,
21+ 'Loading the dictionary, hang tight...' ,
22+ 'Accent marks are finding their place...' ,
23+ 'Gathering all the vowels and consonants...' ,
24+ 'Arranging words in alphabetical order...' ,
25+ 'Filling the board with letters, almost done...' ,
26+ 'Levels are getting ready for the game...' ,
27+ 'One second, fine-tuning the spelling...' ,
3128 ] ,
3229} ;
3330
@@ -78,6 +75,9 @@ const GeneralTranslations: Translations = {
7875 gameCrossWordGenerating : 'Generating crossword...' ,
7976 gameCrossWordComplete : 'Congratulations! You completed the crossword!' ,
8077 gameAccentNoAccent : 'No accent mark' ,
78+ gameAccentResultPerfect : 'Congratulations! No mistakes!' ,
79+ gameAccentResultFew : 'You only made {count} mistake(s)!' ,
80+ gameAccentResultMany : 'You should study a bit more!' ,
8181 gameQuizFinishedScore : 'You got {score} out of {total} correct!' ,
8282 headerHome : 'Home' ,
8383 headerGames : 'Games' ,
@@ -88,6 +88,7 @@ const GeneralTranslations: Translations = {
8888 headerWordOfTheDayUrl : 'https://www.dictionary.com/browse/' ,
8989 homeLevel : 'Level:' ,
9090 homeChoseLevel : 'Choose the level' ,
91+ homeLoadLevels : 'Load levels' ,
9192 incorrectWords : 'Incorrect words:' ,
9293 levelBeginner : 'Beginner' ,
9394 levelIntermediate : 'Intermediate' ,
@@ -140,6 +141,9 @@ const GeneralTranslations: Translations = {
140141 gameCrossWordGenerating : 'Generando crucigrama...' ,
141142 gameCrossWordComplete : '¡Enhorabuena! ¡Has completado el crucigrama!' ,
142143 gameAccentNoAccent : 'No lleva tilde' ,
144+ gameAccentResultPerfect : '¡Enhorabuena! ¡Sin ningún error!' ,
145+ gameAccentResultFew : '¡Solo has fallado {count} vez/veces!' ,
146+ gameAccentResultMany : '¡Deberías estudiar un poco más!' ,
143147 gameQuizFinishedScore : '¡Acertaste {score} de {total}!' ,
144148 headerHome : 'Inicio' ,
145149 headerGames : 'Juegos' ,
@@ -150,6 +154,7 @@ const GeneralTranslations: Translations = {
150154 headerWordOfTheDayUrl : 'https://dle.rae.es/' ,
151155 homeLevel : 'Nivel:' ,
152156 homeChoseLevel : 'Elige el nivel' ,
157+ homeLoadLevels : 'Cargar niveles' ,
153158 incorrectWords : 'Palabras incorrectas:' ,
154159 levelBeginner : 'Principiante' ,
155160 levelIntermediate : 'Intermedio' ,
0 commit comments