ep_comments_page 0.1.91 → 0.1.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/locales/fr.json +11 -9
  2. package/package.json +1 -1
package/locales/fr.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "@metadata": {
3
- "authors": []
3
+ "authors": [
4
+ "Verdy p"
5
+ ]
4
6
  },
5
7
  "ep_comments_page.comment": "Annotation",
6
8
  "ep_comments_page.comments": "Annotations",
@@ -8,22 +10,22 @@
8
10
  "ep_comments_page.add_comment": "Annoter la sélection",
9
11
  "ep_comments_page.add_comment.hint": "Vous devez d'abord sélectionner un texte à annoter",
10
12
  "ep_comments_page.delete_comment.title": "Supprimer cette annotation",
11
- "ep_comments_page.edit_comment.title": "Modifier ce commentaire",
13
+ "ep_comments_page.edit_comment.title": "Modifier cette annotation",
12
14
  "ep_comments_page.show_comments": "Afficher les annotations",
13
15
  "ep_comments_page.comments_template.suggested_change": "Modification proposée",
14
16
  "ep_comments_page.comments_template.from": "Remplacer",
15
17
  "ep_comments_page.comments_template.accept_change.value": "Appliquer la proposition",
16
18
  "ep_comments_page.comments_template.revert_change.value": "Annuler la proposition",
17
- "ep_comments_page.comments_template.suggested_change_from": "Propose de remplacer \"{{changeFrom}}\" par \"{{changeTo}}\"",
18
- "ep_comments_page.comments_template.suggest_change_from": "Remplacer \"{{changeFrom}}\" par",
19
+ "ep_comments_page.comments_template.suggested_change_from": "Propose de remplacer « {{changeFrom}} » par « {{changeTo}} »",
20
+ "ep_comments_page.comments_template.suggest_change_from": "Remplacer « {{changeFrom}} » par",
19
21
  "ep_comments_page.comments_template.to": "Par",
20
- "ep_comments_page.comments_template.include_suggestion": "Proposer une modification",
22
+ "ep_comments_page.comments_template.include_suggestion": "Inclure la modification suggérée",
21
23
  "ep_comments_page.comments_template.comment.value": "Annotation",
22
24
  "ep_comments_page.comments_template.cancel.value": "Annuler",
23
25
  "ep_comments_page.comments_template.reply.value": "Répondre",
24
26
  "ep_comments_page.comments_template.reply.placeholder": "Répondre",
25
- "ep_comments_page.comments_template.edit_comment.save": "Enregistrer",
26
- "ep_comments_page.comments_template.edit_comment.cancel": "Annuler",
27
- "ep_comments_page.error.edit_unauth": "Vous ne pouvez pas modifier les commentaires des autres utilisatrices et utilisateurs !",
28
- "ep_comments_page.error.delete_unauth": "Vous ne pouvez pas supprimer les commentaires des autres utilisatrices et utilisateurs !"
27
+ "ep_comments_page.comments_template.edit_comment.save": "enregistrer",
28
+ "ep_comments_page.comments_template.edit_comment.cancel": "annuler",
29
+ "ep_comments_page.error.edit_unauth": "Vous ne pouvez pas modifier les commentaires des autres utilisatrices ou utilisateurs!",
30
+ "ep_comments_page.error.delete_unauth": "Vous ne pouvez pas supprimer les commentaires des autres utilisatrices et utilisateurs!"
29
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "Adds comments on sidebar and link it to the text. For no-skin use ep_page_view.",
3
3
  "name": "ep_comments_page",
4
- "version": "0.1.91",
4
+ "version": "0.1.92",
5
5
  "author": {
6
6
  "name": "Nicolas Lescop",
7
7
  "email": "limplementeur@gmail.com"