Skip to content

Commit 62f6f55

Browse files
committed
fix(i18n): localization for changed error messages
1 parent 1d421b7 commit 62f6f55

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/studio-web/src/i18n/messages.es.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@
154154
"1983793909601149790": "Por favor inténtelo de nuevo o seleccione un fichero pre-grabado.",
155155
"3896053555277429649": "Por favor seleccione un idioma o la opción predeterminada",
156156
"8052409322099101104": "Ningún idioma seleccionado",
157+
"2970892766726423212": "El texto es demasiado grande. Tamaño máximo: ",
158+
"1227277325872790936": " KB.",
159+
"4346774921429520933": " Tamaño actual: ",
157160
"3533349926767927338": "Por favor entre el texto que quiere alinear.",
158161
"7881212750036563398": "Sin texto",
159162
"3578398528078428417": "Por favor seleccione un fichero de texto.",
@@ -170,7 +173,6 @@
170173
"1326685349515945581": " procesado pero no cargado. Su audio se mantendrá en su computadora.",
171174
"6899344040225872362": "¡Genial!",
172175
"7895338145504956239": "Fichero demasiado grande. Tamaño máximo: ",
173-
"5997429059663319535": " KB",
174176
"2722548994886578004": " procesado. El texto se cargará mediante una conexión encriptada cuando pase al próximo paso."
175177
}
176178
}

packages/studio-web/src/i18n/messages.fr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@
154154
"1983793909601149790": "Prière de réessayer ou de choisir un fichier pré-enregistré.",
155155
"3896053555277429649": "Prière de choisir une langue ou l'option par défaut",
156156
"8052409322099101104": "Pas de langue choisie",
157+
"2970892766726423212": "Texte trop long. Limite: ",
158+
"1227277325872790936": " Ko.",
159+
"4346774921429520933": " Taille actuelle: ",
157160
"3533349926767927338": "Prière de saisir le texte à aligner.",
158161
"7881212750036563398": "Pas de texte",
159162
"3578398528078428417": "Prière de choisir un fichier texte.",
@@ -170,7 +173,6 @@
170173
"1326685349515945581": " lu, mais pas téléversé. Votre audio restera sur votre ordinateur.",
171174
"6899344040225872362": "Bravo!",
172175
"7895338145504956239": "Fichier trop lourd. Poids maximal: ",
173-
"5997429059663319535": " Ko",
174176
"2722548994886578004": " lu. Il sera téléversé à l'aide d'une connexion chiffrée quand vous passerez à la prochaine étape."
175177
}
176178
}

packages/studio-web/src/i18n/messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@
154154
"1983793909601149790": "Please try again, or select a pre-recorded file.",
155155
"3896053555277429649": "Please select a language or choose the default option",
156156
"8052409322099101104": "No language selected",
157+
"2970892766726423212": "Text too large. Max size: ",
158+
"1227277325872790936": " KB.",
159+
"4346774921429520933": " Current size: ",
157160
"3533349926767927338": "Please enter text to align.",
158161
"7881212750036563398": "No text",
159162
"3578398528078428417": "Please select a text file.",
@@ -170,7 +173,6 @@
170173
"1326685349515945581": " processed, but not uploaded. Your audio will stay on your computer.",
171174
"6899344040225872362": "Great!",
172175
"7895338145504956239": "File too large. Max size: ",
173-
"5997429059663319535": " KB",
174176
"2722548994886578004": " processed. It will be uploaded through an encrypted connection when you go to the next step."
175177
}
176178
}

0 commit comments

Comments
 (0)