ep_comments_page 11.1.11 → 11.1.12
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/ko.json +2 -0
- package/package.json +1 -1
package/locales/ko.json
CHANGED
|
@@ -23,6 +23,8 @@
|
|
|
23
23
|
"ep_comments_page.comments_template.suggested_change_from": "\"{{changeFrom}}\"에서 \"{{changeTo}}\"(으)로 변경 제안됨",
|
|
24
24
|
"ep_comments_page.comments_template.suggested_change_from_label": "다음으로부터 변경 제안됨:",
|
|
25
25
|
"ep_comments_page.comments_template.suggest_change_from": "\"{{changeFrom}}\"에서 다음으로 변경할 것으로 제안:",
|
|
26
|
+
"ep_comments_page.comments_template.suggest_change_from_label": "다음으로부터 변경 제안됨",
|
|
27
|
+
"ep_comments_page.comments_template.suggest_change_to_label": "받는이",
|
|
26
28
|
"ep_comments_page.comments_template.to": "도착지",
|
|
27
29
|
"ep_comments_page.comments_template.include_suggestion": "제안된 변경사항 포함",
|
|
28
30
|
"ep_comments_page.comments_template.comment.value": "의견",
|
package/package.json
CHANGED