ep_comments_page 1.0.32 → 1.0.34
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/diq.json +19 -1
- package/locales/fa.json +3 -0
- package/package.json +1 -1
package/locales/diq.json
CHANGED
|
@@ -1,14 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
+
"GolyatGeri",
|
|
4
5
|
"Mirzali"
|
|
5
6
|
]
|
|
6
7
|
},
|
|
7
8
|
"ep_comments_page.comment": "Mışewre",
|
|
9
|
+
"ep_comments_page.comments": "Mışewrehi",
|
|
10
|
+
"ep_comments_page.add_comment.title": "Weçinay rên yo mısewreh tede kerên",
|
|
11
|
+
"ep_comments_page.add_comment": "Weçinay rên yo mısewreh tede kerên",
|
|
12
|
+
"ep_comments_page.add_comment.hint": "Veri mışore kerdeye metini weçinên",
|
|
13
|
+
"ep_comments_page.delete_comment.title": "Nê mışori bıester",
|
|
14
|
+
"ep_comments_page.edit_comment.title": "Nê mışori bıvurne",
|
|
15
|
+
"ep_comments_page.show_comments": "Mışori bıvine",
|
|
16
|
+
"ep_comments_page.comments_template.suggested_change": "Wesebyaye Vurnayış",
|
|
17
|
+
"ep_comments_page.comments_template.from": "Rıster",
|
|
18
|
+
"ep_comments_page.comments_template.accept_change.value": "Vurnayışa qebul bıkerê",
|
|
19
|
+
"ep_comments_page.comments_template.revert_change.value": "Vurnayışi bıgêrên pey",
|
|
20
|
+
"ep_comments_page.comments_template.suggested_change_from": "Wesebyaye Vurnayış \"{{changeFrom}}\" ra heta \"{{changeTo}}\"",
|
|
21
|
+
"ep_comments_page.comments_template.suggest_change_from": "Wesebyaye Vurnayış \"{{changeFrom}}\" heta",
|
|
22
|
+
"ep_comments_page.comments_template.to": "Gırewter",
|
|
23
|
+
"ep_comments_page.comments_template.include_suggestion": "Wesebyaye vurnayışi dexil kerên",
|
|
8
24
|
"ep_comments_page.comments_template.comment.value": "Mışewre",
|
|
9
25
|
"ep_comments_page.comments_template.cancel.value": "Bıtexelne",
|
|
10
26
|
"ep_comments_page.comments_template.reply.value": "Cewab bıde",
|
|
11
27
|
"ep_comments_page.comments_template.reply.placeholder": "Cewab bıde",
|
|
12
28
|
"ep_comments_page.comments_template.edit_comment.save": "qeyd ke",
|
|
13
|
-
"ep_comments_page.comments_template.edit_comment.cancel": "bıtexelne"
|
|
29
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "bıtexelne",
|
|
30
|
+
"ep_comments_page.error.edit_unauth": "Şoma nêeşken mısorey karkeranên binan bıvurnên",
|
|
31
|
+
"ep_comments_page.error.delete_unauth": "Şoma nêeşken mısorey karkeranên binan esternin"
|
|
14
32
|
}
|
package/locales/fa.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
+
"Darafsh",
|
|
4
5
|
"Jeeputer"
|
|
5
6
|
]
|
|
6
7
|
},
|
|
7
8
|
"ep_comments_page.comment": "توضیح",
|
|
8
9
|
"ep_comments_page.comments": "نظرات",
|
|
10
|
+
"ep_comments_page.add_comment.title": "افزودن توضیح تازه برای منتخبها",
|
|
9
11
|
"ep_comments_page.add_comment": "افزودن توضیح تازه برای منتخبها",
|
|
12
|
+
"ep_comments_page.add_comment.hint": "لطفاً ابتدا متن را برای نظر دادن انتخاب کنید",
|
|
10
13
|
"ep_comments_page.delete_comment.title": "حذف این نظر",
|
|
11
14
|
"ep_comments_page.edit_comment.title": "ویرایش این نظر",
|
|
12
15
|
"ep_comments_page.show_comments": "نمایش نظرات",
|
package/package.json
CHANGED