ep_comments_page 1.0.33 → 1.0.35

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/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/locales/id.json CHANGED
@@ -1,9 +1,26 @@
1
1
  {
2
2
  "@metadata": {
3
3
  "authors": [
4
+ "Atriwidada",
4
5
  "Veracious"
5
6
  ]
6
7
  },
8
+ "ep_comments_page.comment": "Komentar",
9
+ "ep_comments_page.comments": "Komentar",
10
+ "ep_comments_page.add_comment.title": "Tambahkan komentar baru pada pilihan",
11
+ "ep_comments_page.add_comment": "Tambahkan komentar baru pada pilihan",
12
+ "ep_comments_page.add_comment.hint": "Harap pilih terlebih dahulu teks yang akan dikomentari",
13
+ "ep_comments_page.delete_comment.title": "Hapus komentar ini",
14
+ "ep_comments_page.edit_comment.title": "Sunting komentar ini",
15
+ "ep_comments_page.show_comments": "Tampilkan Komentar",
16
+ "ep_comments_page.comments_template.suggested_change": "Sarankan Perubahan",
17
+ "ep_comments_page.comments_template.from": "Dari",
18
+ "ep_comments_page.comments_template.accept_change.value": "Terima Perubahan",
19
+ "ep_comments_page.comments_template.revert_change.value": "Balikkan Perubahan",
20
+ "ep_comments_page.comments_template.suggested_change_from": "Menyarankan perubahan dari \"{{changeFrom}}\" menjadi \"{{changeTo}}\"",
21
+ "ep_comments_page.comments_template.suggest_change_from": "Menyarankan perubahan dari \"{{changeFrom}}\" menjadi",
22
+ "ep_comments_page.comments_template.to": "Ke",
23
+ "ep_comments_page.comments_template.include_suggestion": "Sertakan perubahan yang disarankan",
7
24
  "ep_comments_page.comments_template.comment.value": "Komentar",
8
25
  "ep_comments_page.comments_template.cancel.value": "Batalkan",
9
26
  "ep_comments_page.comments_template.reply.value": "Balas",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "Adds comments on sidebar and link it to the text. For no-skin use ep_page_view.",
3
3
  "name": "ep_comments_page",
4
- "version": "1.0.33",
4
+ "version": "1.0.35",
5
5
  "author": {
6
6
  "name": "Nicolas Lescop",
7
7
  "email": "limplementeur@gmail.com"