Skip to content

Commit

Permalink
Added explanations for the admin about drawing saving
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard committed Sep 25, 2018
1 parent 26b46f0 commit f2104cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontage-frontend-app/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"SWEEP_ASYNC_OPTIONS_PAGE_RULES":"You will see the full color wheel, each window at a different pace.",
"SNAP_OPTIONS_PAGE_RULES":"Every participant has a laptop or tablet (called a client). He connects to Wifi network ARBALET_FRONTAGE and loads address \"arbalet.frontage\" in a Web browser. Finally, he selects \"Switch to WORKSHOP mode\" so that Arbalet Frontage gives him a nickname that must display on screen above simulation ; if it doesn't check the client's wifi connection. Administrator sees the list of all conected clients, when he clics a nickname he authorizes the latter to code live on Arbalet Frontage.",
"DRAWING_OPTIONS_PAGE_RULES": "You will be able to draw your own patterns on Arbalet Frontage by clicking a color from the palette and swiping your finger on a pixel. Colouring a pixel in black is equivalent to switching it off.",
"DRAWING_OPTIONS_PAGE_RULES_ADMIN": "For commemoration having specific visual representations, this app allows the administrator to set a custom pattern in the daily schedule by saving his/her drawing.",
"OPTIONS_PAGE_NO_OPTIONS": "No option needed for this app, you can start it now.",
"OPTIONS_PAGE_START_BUTTON":"Start application",

Expand Down
1 change: 1 addition & 0 deletions frontage-frontend-app/src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"SWEEP_ASYNC_OPTIONS_PAGE_RULES":"Vous allez voir défiler toute la roue des couleurs, chaque fenêtre à son rythme.",
"SNAP_OPTIONS_PAGE_RULES":"Chaque participant dispose d'un ordinateur ou d'une tablette (nommé client). Il se connecte au réseau Wifi ARBALET_FRONTAGE et ouvre l'adresse \"arbalet.frontage\" dans un navigateur Web. Enfin, le client clique sur \"Passer en mode ATELIER\" afin qu'Arbalet Frontage lui attribue un pseudonyme qui doit s'afficher à l'écran au dessus de la simulation ; dans le cas contraire vérifier la connexion Wifi du client. L'administrateur voit la liste de tous les clients connectés, lorsqu'il clique sur un pseudonyme il autorise celui-ci à prendre le contrôle d'Arbalet Frontage en live.",
"DRAWING_OPTIONS_PAGE_RULES": "Vous pourrez dessiner vos propres motifs sur Arbalet Frontage en sélectionnant une couleur et en glissant votre doigt sur un pixel pour le teinter. Rappelez-vous que teinter un pixel en noir revient à l'éteindre.",
"DRAWING_OPTIONS_PAGE_RULES_ADMIN": "Pour les commémorations ayant des représentations visuelles spécifiques, cette application permet également à l'administrateur de définir un motif personnalisé dans le planning quotidien en enregistrant son dessin.",
"OPTIONS_PAGE_NO_OPTIONS": "Cette application ne nécessite pas de paramètre.",
"OPTIONS_PAGE_START_BUTTON":"Lancer l'application",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<ion-item text-wrap>
{{ "DRAWING_OPTIONS_PAGE_RULES" | translate }}
</ion-item>
<ion-item *ngIf="isAdmin" text-wrap>
{{ "DRAWING_OPTIONS_PAGE_RULES_ADMIN" | translate }}
</ion-item>
</ion-content>

<ion-footer>
Expand Down

0 comments on commit f2104cd

Please sign in to comment.