ep_comments_page 11.1.13 → 11.1.14
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 +3 -0
- package/locales/ko.json +3 -3
- package/package.json +1 -1
package/locales/it.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
4
|
"Ajeje Brazorf",
|
|
5
|
+
"Albano",
|
|
5
6
|
"Beta16"
|
|
6
7
|
]
|
|
7
8
|
},
|
|
@@ -18,7 +19,9 @@
|
|
|
18
19
|
"ep_comments_page.comments_template.accept_change.value": "Accetta modifica",
|
|
19
20
|
"ep_comments_page.comments_template.revert_change.value": "Annulla modifica",
|
|
20
21
|
"ep_comments_page.comments_template.suggested_change_from": "Modifica suggerita da \"{{changeFrom}}\" a \"{{changeTo}}\"",
|
|
22
|
+
"ep_comments_page.comments_template.suggested_change_from_label": "Modifica suggerita da",
|
|
21
23
|
"ep_comments_page.comments_template.suggest_change_from": "Suggerisci modifica da \"{{changeFrom}}\" a",
|
|
24
|
+
"ep_comments_page.comments_template.suggest_change_to_label": "a",
|
|
22
25
|
"ep_comments_page.comments_template.to": "A",
|
|
23
26
|
"ep_comments_page.comments_template.include_suggestion": "Suggerisci modfica",
|
|
24
27
|
"ep_comments_page.comments_template.comment.value": "Commenta",
|
package/locales/ko.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"ep_comments_page.comment": "의견",
|
|
12
12
|
"ep_comments_page.comments": "의견",
|
|
13
|
-
"ep_comments_page.add_comment.title": "선택 영역에 새
|
|
14
|
-
"ep_comments_page.add_comment": "선택 영역에 새
|
|
15
|
-
"ep_comments_page.add_comment.hint": "먼저 의견을 전달할 대상 텍스트를 선택해
|
|
13
|
+
"ep_comments_page.add_comment.title": "선택 영역에 새 의견 추가",
|
|
14
|
+
"ep_comments_page.add_comment": "선택 영역에 새 의견 추가",
|
|
15
|
+
"ep_comments_page.add_comment.hint": "먼저 의견을 전달할 대상 텍스트를 선택해 주세요",
|
|
16
16
|
"ep_comments_page.delete_comment.title": "이 의견 삭제",
|
|
17
17
|
"ep_comments_page.edit_comment.title": "이 의견 편집하기",
|
|
18
18
|
"ep_comments_page.show_comments": "의견 표시",
|
package/package.json
CHANGED