Skip to content

Commit

Permalink
Merge pull request #297 from RyanCoulsonCA/fix-293
Browse files Browse the repository at this point in the history
add feedback button in footer
  • Loading branch information
yileifeng authored May 13, 2024
2 parents 23a1598 + a54e284 commit 7d20a42
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 9 additions & 0 deletions src/components/editor/editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@
:sourceCounts="sourceCounts"
></slide-editor>
</div>
<div class="footer text-right pr-5 editor-button">
<a
:href="`mailto:[email protected]?subject=${$t(
'editor.feedback.subject'
)}`"
>
{{ $t('editor.feedback') }}
</a>
</div>
<slot name="metadataModal"></slot>
<confirmation-modal
:name="`reload-config`"
Expand Down
8 changes: 5 additions & 3 deletions src/lang/lang.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ chapters.title,Chapters,1,Chapitres,1
chapters.return,Return to top,1,Retournez en haut,1
chapters.menu,Toggle menu,1,Menu à bascule,1
scrollguard.desc,Use ctrl + scroll to zoom the map,1,Utilisez les touches Ctrl et + pour faire un zoom de la carte,1
story.window.title,RAMP Storylines,1,RAMP Storylines,0
story.window.title,RAMP Storylines,1,Scénarios de la PCAR,1
story.date,Date modified:,1,Date de modification:,1
story.error,An error occurred while loading this Storylines product. See developer console for more information.,1,Une erreur est survenue pendant le chargement ce synopsis produit. Voir la console du promoteur pour obtenir de plus amples renseignements.,1
story.error,An error occurred while loading this Storylines product. See developer console for more information.,1,Une erreur est survenue pendant le chargement ce scénarios produit. Voir la console du promoteur pour obtenir de plus amples renseignements.,1
image.fullscreen,Full Screen,1,Plein Écran,1
dynamic.back,Back,1,Retour,0
dynamic.textSection,Text Section,1,Section de texte,1
Expand All @@ -21,13 +21,15 @@ timeslider.play,Play,1,Lecture,1
timeslider.pause,Pause,1,Pause,1
fullscreen.activate,Enter Fullscreen,1,Afficher le mode plein écran,1
fullscreen.deactivate,Exit Fullscreen,1,Quitter le mode plein écran,1
editor.feedback,Send Us Feedback,1,Envoyez-nous vos commentaires,0
editor.feedback.subject,Storylines Editor Feedback,1,Commentaires de l'éditeur de scénarios,0
editor.window.title,RAMP Storylines Editor,1,Éditeur de scénarios de la PCAR,1
editor.createProduct,Create New Storylines Product,1,Créer un nouveau produit de scénarios,1
editor.editProduct,Edit Existing Storylines Product,1,Modifier un produit de scénarios,1
editor.editMetadata,Edit Project Metadata,1,Modifier les métadonnées d’un projet,1
editor.productDetails,Storylines product details,1,Détails du produit de scénarios,1
editor.metadata.instructions,Fill in metadata details about your new Storylines product. Use the "Preview" button to see what your slides will look like.,1,Inscrivez les métadonnées de votre nouveau produit de scénario. Utilisez la fonction « Afficher l’aperçu » pour voir à quoi ressemblent vos diapositives.,1
editor.uuid,UUID,1,UUID,0
editor.uuid,UUID,1,IDUU,1
editor.uuid.exists,UUID already exists. Saving this will overwrite existing product.,1,L’IDUU existe déjà. Enregistrer ce produit écrasera le produit existant.,1
editor.title,Title,1,Titre,1
editor.logo,Logo,1,Logo,1
Expand Down

0 comments on commit 7d20a42

Please sign in to comment.