ep_comments_page 0.1.76 → 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/es.json +24 -0
- package/locales/ko.json +9 -1
- package/locales/pt-br.json +15 -2
- package/locales/scn.json +16 -0
- package/locales/th.json +16 -1
- package/locales/xmf.json +17 -0
- package/package.json +1 -1
package/locales/es.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Avengium",
|
|
5
|
+
"Jakeukalane"
|
|
6
|
+
]
|
|
7
|
+
},
|
|
8
|
+
"ep_comments_page.comment": "Comentario",
|
|
9
|
+
"ep_comments_page.comments": "Comentarios",
|
|
10
|
+
"ep_comments_page.add_comment.hint": "Primero selecciona el texto para comentar",
|
|
11
|
+
"ep_comments_page.edit_comment.title": "Editar este comentario",
|
|
12
|
+
"ep_comments_page.comments_template.accept_change.value": "Aceptar cambio",
|
|
13
|
+
"ep_comments_page.comments_template.revert_change.value": "Revertir cambio",
|
|
14
|
+
"ep_comments_page.comments_template.suggested_change_from": "Cambio sugerido de \"{{changeFrom}}\" a \"{{changeTo}}\"",
|
|
15
|
+
"ep_comments_page.comments_template.suggest_change_from": "Sugerir cambio de \"{{changeFrom}}\" a",
|
|
16
|
+
"ep_comments_page.comments_template.include_suggestion": "Incluir cambio sugerido",
|
|
17
|
+
"ep_comments_page.comments_template.comment.value": "Comentario",
|
|
18
|
+
"ep_comments_page.comments_template.cancel.value": "Cancelar",
|
|
19
|
+
"ep_comments_page.comments_template.reply.value": "Responder",
|
|
20
|
+
"ep_comments_page.comments_template.edit_comment.save": "Guardar",
|
|
21
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "cancelar",
|
|
22
|
+
"ep_comments_page.error.edit_unauth": "¡No puedes editar los comentarios de otros usuarios!",
|
|
23
|
+
"ep_comments_page.error.delete_unauth": "¡No puedes eliminar los comentarios de otros usuarios!"
|
|
24
|
+
}
|
package/locales/ko.json
CHANGED
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
-
"Ykhwong"
|
|
4
|
+
"Ykhwong",
|
|
5
|
+
"그냥기여자"
|
|
5
6
|
]
|
|
6
7
|
},
|
|
7
8
|
"ep_comments_page.comment": "의견",
|
|
8
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": "먼저 의견을 전달할 대상 텍스트를 선택해 주십시오",
|
|
9
13
|
"ep_comments_page.delete_comment.title": "이 의견 삭제",
|
|
10
14
|
"ep_comments_page.edit_comment.title": "이 의견 편집하기",
|
|
11
15
|
"ep_comments_page.show_comments": "의견 표시",
|
|
16
|
+
"ep_comments_page.comments_template.suggested_change": "제안된 변경 사항",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "변경 수락",
|
|
12
18
|
"ep_comments_page.comments_template.revert_change.value": "변경사항 되돌리기",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "\"{{changeFrom}}\"에서 \"{{changeTo}}\"(으)로 변경 제안됨",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "\"{{changeFrom}}\"에서 다음으로 변경할 것으로 제안:",
|
|
13
21
|
"ep_comments_page.comments_template.include_suggestion": "제안된 변경사항 포함",
|
|
14
22
|
"ep_comments_page.comments_template.comment.value": "의견",
|
|
15
23
|
"ep_comments_page.comments_template.cancel.value": "취소",
|
package/locales/pt-br.json
CHANGED
|
@@ -1,18 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
-
"Eduardoaddad"
|
|
4
|
+
"Eduardoaddad",
|
|
5
|
+
"Svjatysberega"
|
|
5
6
|
]
|
|
6
7
|
},
|
|
7
8
|
"ep_comments_page.comment": "Comentário",
|
|
8
9
|
"ep_comments_page.comments": "Comentários",
|
|
10
|
+
"ep_comments_page.add_comment.title": "Adicionar um novo comentário sobre a seleção",
|
|
11
|
+
"ep_comments_page.add_comment.hint": "Favor selecionar primeiro o texto a comentar",
|
|
12
|
+
"ep_comments_page.delete_comment.title": "Apagar este comentário",
|
|
13
|
+
"ep_comments_page.edit_comment.title": "Editar este comentário",
|
|
9
14
|
"ep_comments_page.show_comments": "Mostrar comentários",
|
|
15
|
+
"ep_comments_page.comments_template.suggested_change": "Alteração Sugerida",
|
|
10
16
|
"ep_comments_page.comments_template.from": "De",
|
|
17
|
+
"ep_comments_page.comments_template.accept_change.value": "Aceitar Alteração",
|
|
18
|
+
"ep_comments_page.comments_template.revert_change.value": "Reverter Alteração",
|
|
19
|
+
"ep_comments_page.comments_template.suggested_change_from": "Alteração sugerida de \"{{changeFrom}}\" para \"{{changeTo}}\"",
|
|
20
|
+
"ep_comments_page.comments_template.suggest_change_from": "Sugerir alteração de \"{{changeFrom}}\" para",
|
|
11
21
|
"ep_comments_page.comments_template.to": "Para",
|
|
22
|
+
"ep_comments_page.comments_template.include_suggestion": "Incluir alteração sugerida",
|
|
12
23
|
"ep_comments_page.comments_template.comment.value": "Comentário",
|
|
13
24
|
"ep_comments_page.comments_template.cancel.value": "Cancelar",
|
|
14
25
|
"ep_comments_page.comments_template.reply.value": "Responder",
|
|
15
26
|
"ep_comments_page.comments_template.reply.placeholder": "Responder",
|
|
16
27
|
"ep_comments_page.comments_template.edit_comment.save": "salvar",
|
|
17
|
-
"ep_comments_page.comments_template.edit_comment.cancel": "cancelar"
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "cancelar",
|
|
29
|
+
"ep_comments_page.error.edit_unauth": "Não é possível editar comentários de outros usuários!",
|
|
30
|
+
"ep_comments_page.error.delete_unauth": "Não é possível apagar comentários de outros usuários!"
|
|
18
31
|
}
|
package/locales/scn.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Ajeje Brazorf"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.comment": "Cummentu",
|
|
8
|
+
"ep_comments_page.comments": "Cummenti",
|
|
9
|
+
"ep_comments_page.delete_comment.title": "Cancella stu cummento",
|
|
10
|
+
"ep_comments_page.edit_comment.title": "Cancia stu cummentu",
|
|
11
|
+
"ep_comments_page.show_comments": "Ammustra cummenti",
|
|
12
|
+
"ep_comments_page.comments_template.comment.value": "Cummentu",
|
|
13
|
+
"ep_comments_page.comments_template.cancel.value": "Annulla",
|
|
14
|
+
"ep_comments_page.comments_template.edit_comment.save": "sarva",
|
|
15
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "annulla"
|
|
16
|
+
}
|
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/locales/xmf.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@metadata": {
|
|
3
|
+
"authors": [
|
|
4
|
+
"Narazeni"
|
|
5
|
+
]
|
|
6
|
+
},
|
|
7
|
+
"ep_comments_page.delete_comment.title": "ათე კომენტარიშ ლასუა",
|
|
8
|
+
"ep_comments_page.show_comments": "კომენტარეფიშ ძირაფა",
|
|
9
|
+
"ep_comments_page.comments_template.accept_change.value": "თირუაშ მეღება",
|
|
10
|
+
"ep_comments_page.comments_template.comment.value": "კომენტარი",
|
|
11
|
+
"ep_comments_page.comments_template.cancel.value": "გოუქვაფა",
|
|
12
|
+
"ep_comments_page.comments_template.reply.value": "გამაშ მეჭარუა",
|
|
13
|
+
"ep_comments_page.comments_template.edit_comment.save": "ჩუალა",
|
|
14
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "გოუქვაფა",
|
|
15
|
+
"ep_comments_page.error.edit_unauth": "თქვა ვეშეილებჷნა შხვა მახვარებუეფიშ კომენტარეფიშ რედაქტირაფა!",
|
|
16
|
+
"ep_comments_page.error.delete_unauth": "თქვა ვეშეილებჷნა შხვა მახვარებუეფიშ კომენტარეფიშ ლასუა!"
|
|
17
|
+
}
|
package/package.json
CHANGED