ep_comments_page 0.1.79 → 0.1.80
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/th.json +16 -1
- package/package.json +1 -1
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