ep_comments_page 0.1.79 → 0.1.83
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.
- package/locales/it.json +15 -0
- package/locales/oc.json +15 -0
- package/locales/th.json +16 -1
- package/package.json +10 -9
package/locales/it.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Ajeje Brazorf",
|
|
5
|
+
"Beta16"
|
|
6
|
+
]
|
|
7
|
+
},
|
|
8
|
+
"ep_comments_page.comment": "Commento",
|
|
9
|
+
"ep_comments_page.comments": "Commenti",
|
|
10
|
+
"ep_comments_page.delete_comment.title": "Cancella questo commento",
|
|
11
|
+
"ep_comments_page.comments_template.comment.value": "Commento",
|
|
12
|
+
"ep_comments_page.comments_template.cancel.value": "Annulla",
|
|
13
|
+
"ep_comments_page.comments_template.edit_comment.save": "salva",
|
|
14
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "annulla"
|
|
15
|
+
}
|
package/locales/oc.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Quentí"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Comentari",
|
|
8
|
+
"ep_comments_page.comments": "Comentaris",
|
|
9
|
+
"ep_comments_page.add_comment.title": "Apondre un comentari novèl sus la seleccion",
|
|
10
|
+
"ep_comments_page.comments_template.accept_change.value": "Acceptar la modificacion",
|
|
11
|
+
"ep_comments_page.comments_template.cancel.value": "Anullar",
|
|
12
|
+
"ep_comments_page.comments_template.reply.value": "Respondre",
|
|
13
|
+
"ep_comments_page.comments_template.edit_comment.save": "enregistrar",
|
|
14
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "anullar"
|
|
15
|
+
}
|
package/locales/th.json
CHANGED
|
@@ -1,17 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
+
"Prame Tan",
|
|
4
5
|
"Thas Tayapongsak"
|
|
5
6
|
]
|
|
6
7
|
},
|
|
7
8
|
"ep_comments_page.comment": "ความคิดเห็น",
|
|
9
|
+
"ep_comments_page.comments": "ความเห็น",
|
|
10
|
+
"ep_comments_page.add_comment.title": "เพิ่มความเห็นสำหรับส่วนที่เลือก",
|
|
11
|
+
"ep_comments_page.add_comment": "เพิ่มความเห็นสำหรับส่วนที่เลือก",
|
|
12
|
+
"ep_comments_page.add_comment.hint": "กรุณาเลือกข้อความที่จะแสดงความเห็น",
|
|
8
13
|
"ep_comments_page.delete_comment.title": "ลบความเห็น",
|
|
9
14
|
"ep_comments_page.edit_comment.title": "แก้ไขความคิดเห็น",
|
|
10
15
|
"ep_comments_page.show_comments": "แสดงความเห็น",
|
|
16
|
+
"ep_comments_page.comments_template.suggested_change": "การเปลี่ยนแปลงที่เสนอ",
|
|
11
17
|
"ep_comments_page.comments_template.from": "จาก",
|
|
12
18
|
"ep_comments_page.comments_template.accept_change.value": "ยอมรับการเปลี่ยนแปลง",
|
|
19
|
+
"ep_comments_page.comments_template.revert_change.value": "ย้อนคืนการเปลี่ยนแปลง",
|
|
20
|
+
"ep_comments_page.comments_template.suggested_change_from": "เสนอให้เปลี่ยน \"{{changeFrom}}\" ไปเป็น \"{{changeTo}}\"",
|
|
21
|
+
"ep_comments_page.comments_template.suggest_change_from": "เสนอให้เปลี่ยนจาก \"{{changeFrom}}\" ไปเป็น",
|
|
22
|
+
"ep_comments_page.comments_template.to": "ถึง",
|
|
23
|
+
"ep_comments_page.comments_template.include_suggestion": "เพิ่มการเปลี่ยนแปลงที่เสนอ",
|
|
24
|
+
"ep_comments_page.comments_template.comment.value": "ความเห็น",
|
|
13
25
|
"ep_comments_page.comments_template.cancel.value": "ยกเลิก",
|
|
26
|
+
"ep_comments_page.comments_template.reply.value": "ตอบกลับ",
|
|
14
27
|
"ep_comments_page.comments_template.reply.placeholder": "ตอบกลับ",
|
|
15
28
|
"ep_comments_page.comments_template.edit_comment.save": "บันทึก",
|
|
16
|
-
"ep_comments_page.comments_template.edit_comment.cancel": "ยกเลิก"
|
|
29
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "ยกเลิก",
|
|
30
|
+
"ep_comments_page.error.edit_unauth": "คุณไม่สามารถแก้ไขความเห็นของผู้ใช้อื่นได้",
|
|
31
|
+
"ep_comments_page.error.delete_unauth": "คุณไม่สามารถลบความเห็นของผู้ใช้อื่นได้"
|
|
17
32
|
}
|
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.
|
|
4
|
+
"version": "0.1.83",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Nicolas Lescop",
|
|
7
7
|
"email": "limplementeur@gmail.com"
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"underscore": "^1.13.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"eslint": "^7.
|
|
31
|
-
"eslint-config-etherpad": "^2.0.
|
|
32
|
-
"eslint-plugin-cypress": "^2.
|
|
30
|
+
"eslint": "^7.32.0",
|
|
31
|
+
"eslint-config-etherpad": "^2.0.2",
|
|
32
|
+
"eslint-plugin-cypress": "^2.12.1",
|
|
33
33
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
34
34
|
"eslint-plugin-mocha": "^9.0.0",
|
|
35
35
|
"eslint-plugin-node": "^11.1.0",
|
|
36
36
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
37
|
-
"eslint-plugin-promise": "^5.1.
|
|
38
|
-
"eslint-plugin-you-dont-need-lodash-underscore": "^6.
|
|
37
|
+
"eslint-plugin-promise": "^5.1.1",
|
|
38
|
+
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
|
|
39
39
|
"socket.io-client": "^2.3.0",
|
|
40
40
|
"superagent": "^6.1.0"
|
|
41
41
|
},
|
|
@@ -48,10 +48,11 @@
|
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
|
-
"lint": "eslint ."
|
|
51
|
+
"lint": "eslint .",
|
|
52
|
+
"lint:fix": "eslint --fix ."
|
|
52
53
|
},
|
|
53
54
|
"engines": {
|
|
54
|
-
"node": ">=
|
|
55
|
+
"node": ">=12.13.0"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
57
58
|
"ep_etherpad-lite": ">=1.8.6"
|
|
@@ -62,6 +63,6 @@
|
|
|
62
63
|
},
|
|
63
64
|
"funding": {
|
|
64
65
|
"type": "individual",
|
|
65
|
-
"url": "
|
|
66
|
+
"url": "https://etherpad.org/"
|
|
66
67
|
}
|
|
67
68
|
}
|