Skip to content

Commit

Permalink
fix: add missing translations for the Editor synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Oct 21, 2024
1 parent 1d5d48e commit 8c2b40a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studio-web/src/app/editor/editor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1 i18n="Welcome message for app editor" id="welcome-header">
Welcome to the ReadAlong Studio Editor
</h1>
<p>
<p i18n="Editor synopsis">
This is a tool to help you edit your existing 'readalongs'. To get
started, click on the tour button below, and follow the steps.
</p>
Expand Down
1 change: 1 addition & 0 deletions packages/studio-web/src/i18n/messages.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"5701618810648052610": "Título",
"1137319519199859335": "Subtítulo",
"1743078436798702107": " Bienvenidos al editor del Studio de ReadAlong ",
"5946680664458019339": " Esta herramienta le permite modificar su ReadAlong. Para empezar, haga clic en «¡Siga el tour!» y siga las etapas. ",
"8366946611697584032": " ¡Siga el tour! ",
"3903003521039334232": " Seleccione un documento HTML offline de ReadAlong. ",
"5192585697967841844": " Para obtener este documento, debería haber creado un ReadAlong utilizando el {$START_LINK}{$START_TAG_MAT_ICON}launch{$CLOSE_TAG_MAT_ICON} Studio{$CLOSE_LINK} y luego haber seleccionado «HTML offline» como formato. O puede utilizar el archivo HTML offline incluido en el formato de descarga Archivos web comprimidos. ",
Expand Down
1 change: 1 addition & 0 deletions packages/studio-web/src/i18n/messages.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"5701618810648052610": "Titre",
"1137319519199859335": "Sous-titre",
"1743078436798702107": " Bienvenue à l'éditeur du Studio ReadAlong ",
"5946680664458019339": " Cet outil vous permet de modifier vos ReadAlong. Pour commencer, cliquez sur « Visite guidée » et suivez les étapes. ",
"8366946611697584032": " Visite guidée ",
"3903003521039334232": " Choisissez un fichier HTML ReadAlong. ",
"5192585697967841844": " Pour obtenir ce fichier, vous devez avoir créé un ReadAlong en utilisant le {$START_LINK}{$START_TAG_MAT_ICON}launch{$CLOSE_TAG_MAT_ICON} Studio{$CLOSE_LINK}, puis sélectionné « Fichier HTML hors réseau » comme format. Ou, vous pouvez utiliser le fichier HTML hors réseau (« Offline-HTML ») inclus dans le format de Fichiers Web zippés. ",
Expand Down
1 change: 1 addition & 0 deletions packages/studio-web/src/i18n/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"880407735794041263": "Download failed.",
"3790351978262872462": "Sorry!",
"1743078436798702107": " Welcome to the ReadAlong Studio Editor ",
"5946680664458019339": " This is a tool to help you edit your existing 'readalongs'. To get started, click on the tour button below, and follow the steps. ",
"8366946611697584032": " Take the tour! ",
"3903003521039334232": " Select an offline HTML ReadAlong file. ",
"5192585697967841844": " To get this file, you should have created a ReadAlong using the {$START_LINK}{$START_TAG_MAT_ICON}launch{$CLOSE_TAG_MAT_ICON} Studio{$CLOSE_LINK}, and then selected \"Offline HTML\" as the output. Or, you can use the Offline-HTML file included in the Web Bundle download format. ",
Expand Down

0 comments on commit 8c2b40a

Please sign in to comment.