ep_comments_page 1.0.34 → 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.
Files changed (2) hide show
  1. package/locales/id.json +17 -0
  2. package/package.json +1 -1
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.34",
4
+ "version": "1.0.35",
5
5
  "author": {
6
6
  "name": "Nicolas Lescop",
7
7
  "email": "limplementeur@gmail.com"