ep_comments_page 11.0.25 → 11.0.26

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.
@@ -0,0 +1,23 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "Ucukor"
5
+ ]
6
+ },
7
+ "ep_comments_page.comment": "Камэнтар",
8
+ "ep_comments_page.comments": "Камэнтары",
9
+ "ep_comments_page.delete_comment.title": "Выдаліць гэты камэнтар",
10
+ "ep_comments_page.edit_comment.title": "Рэдагаваць гэты камэнтар",
11
+ "ep_comments_page.show_comments": "Паказаць камэнтары",
12
+ "ep_comments_page.comments_template.suggested_change": "Прапанаваная зьмена",
13
+ "ep_comments_page.comments_template.from": "Ад",
14
+ "ep_comments_page.comments_template.accept_change.value": "Прыняць зьмены",
15
+ "ep_comments_page.comments_template.revert_change.value": "Адкаціць зьмены",
16
+ "ep_comments_page.comments_template.to": "Да",
17
+ "ep_comments_page.comments_template.comment.value": "Камэнтар",
18
+ "ep_comments_page.comments_template.cancel.value": "Скасаваць",
19
+ "ep_comments_page.comments_template.reply.value": "Адказаць",
20
+ "ep_comments_page.comments_template.reply.placeholder": "Адказаць",
21
+ "ep_comments_page.comments_template.edit_comment.save": "захаваць",
22
+ "ep_comments_page.comments_template.edit_comment.cancel": "скасаваць"
23
+ }
package/locales/fr.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "@metadata": {
3
3
  "authors": [
4
+ "Chpol",
4
5
  "Meaz",
5
6
  "Verdy p"
6
7
  ]
@@ -18,6 +19,7 @@
18
19
  "ep_comments_page.comments_template.accept_change.value": "Appliquer la proposition",
19
20
  "ep_comments_page.comments_template.revert_change.value": "Annuler la proposition",
20
21
  "ep_comments_page.comments_template.suggested_change_from": "Propose de remplacer « {{changeFrom}} » par « {{changeTo}} »",
22
+ "ep_comments_page.comments_template.suggested_change_from_label": "Modification suggérée par",
21
23
  "ep_comments_page.comments_template.suggest_change_from": "Remplacer « {{changeFrom}} » par",
22
24
  "ep_comments_page.comments_template.to": "Par",
23
25
  "ep_comments_page.comments_template.include_suggestion": "Inclure la modification suggérée",
package/locales/nl.json CHANGED
@@ -18,6 +18,7 @@
18
18
  "ep_comments_page.comments_template.accept_change.value": "Accepteer wijziging",
19
19
  "ep_comments_page.comments_template.revert_change.value": "Draai wijziging terug",
20
20
  "ep_comments_page.comments_template.suggested_change_from": "Voorgestelde wijziging van \"{{changeFrom}}\" in \"{{changeTo}}\"",
21
+ "ep_comments_page.comments_template.suggested_change_from_label": "Voorgestelde wijziging van",
21
22
  "ep_comments_page.comments_template.suggest_change_from": "Voorgestelde wijziging van \"{{changeFrom}}\" in",
22
23
  "ep_comments_page.comments_template.to": "Naar",
23
24
  "ep_comments_page.comments_template.include_suggestion": "Voeg voorgestelde wijziging toe",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "@metadata": {
3
3
  "authors": [
4
+ "GuoPC",
4
5
  "HellojoeAoPS",
5
6
  "TsuyaMarisa",
6
7
  "列维劳德"
@@ -19,6 +20,7 @@
19
20
  "ep_comments_page.comments_template.accept_change.value": "接受更改",
20
21
  "ep_comments_page.comments_template.revert_change.value": "恢复更改",
21
22
  "ep_comments_page.comments_template.suggested_change_from": "建议从“{{changeFrom}}”更改为“{{changeTo}}”",
23
+ "ep_comments_page.comments_template.suggested_change_from_label": "建议的更改来自",
22
24
  "ep_comments_page.comments_template.suggest_change_from": "建议从“{{changeFrom}}”更改为",
23
25
  "ep_comments_page.comments_template.to": "至",
24
26
  "ep_comments_page.comments_template.include_suggestion": "包括建议的更改",
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": "11.0.25",
4
+ "version": "11.0.26",
5
5
  "author": {
6
6
  "name": "Nicolas Lescop",
7
7
  "email": "limplementeur@gmail.com"