improve notepad features and add drawing canvas
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
This commit is contained in:
parent
e73d754082
commit
de1b8a5638
20 changed files with 1732 additions and 141 deletions
|
|
@ -204,7 +204,32 @@
|
|||
},
|
||||
"modules": {
|
||||
"notepad": {
|
||||
"placeholder": "Notes rapides..."
|
||||
"placeholder": "Notes rapides...",
|
||||
"toolbarLabel": "Mise en page du bloc notes",
|
||||
"textFormatLabel": "Style du texte",
|
||||
"boldTitle": "Gras",
|
||||
"italicTitle": "Italique",
|
||||
"underlineTitle": "Souligné",
|
||||
"paragraphTitle": "Paragraphe",
|
||||
"headingTitle": "Titre",
|
||||
"bulletListTitle": "Liste à puces",
|
||||
"numberListTitle": "Liste numérotée",
|
||||
"colorGroupLabel": "Couleurs",
|
||||
"textColorLabel": "Couleur du texte",
|
||||
"highlightColorLabel": "Surlignage",
|
||||
"drawingLabel": "Dessin",
|
||||
"drawTitle": "Dessiner",
|
||||
"eraseTitle": "Gommer",
|
||||
"temporaryTitle": "Annotations temporaires",
|
||||
"permanentTitle": "Annotations permanentes",
|
||||
"undoDrawingTitle": "Annuler le dernier trait",
|
||||
"clearDrawingTitle": "Effacer les dessins",
|
||||
"drawingColorLabel": "Couleur du dessin",
|
||||
"drawingWidthLabel": "Épaisseur du trait",
|
||||
"temporaryStatus": "Dessins temporaires",
|
||||
"permanentStatus": "Dessins permanents",
|
||||
"updatedAtPrefix": "Modifié le",
|
||||
"sessionStorageError": "Les annotations temporaires n'ont pas pu être sauvegardées."
|
||||
},
|
||||
"checklist": {
|
||||
"itemPlaceholder": "Nouvel item",
|
||||
|
|
@ -381,7 +406,17 @@
|
|||
"emptyImage": "Ajoutez une image pour commencer l'annotation.",
|
||||
"emptyMarkers": "Agrandissez l'image pour ajouter un marqueur.",
|
||||
"deleteImageTitle": "Supprimer l'image",
|
||||
"deleteMarkerTitle": "Supprimer"
|
||||
"deleteMarkerTitle": "Supprimer",
|
||||
"drawingLabel": "Dessin",
|
||||
"drawTitle": "Dessiner",
|
||||
"eraseTitle": "Gommer",
|
||||
"undoDrawingTitle": "Annuler le dernier trait",
|
||||
"clearDrawingTitle": "Effacer les dessins",
|
||||
"drawingColorLabel": "Couleur du dessin",
|
||||
"drawingWidthLabel": "Épaisseur du trait",
|
||||
"temporaryTitle": "Annotations temporaires",
|
||||
"permanentTitle": "Annotations permanentes",
|
||||
"sessionStorageError": "Les annotations temporaires n'ont pas pu être sauvegardées."
|
||||
}
|
||||
},
|
||||
"emptyTitle": "Aucune toolbox",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue