ep_comments_page 1.0.1 → 1.0.4

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.
@@ -0,0 +1,29 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "Spotter"
5
+ ]
6
+ },
7
+ "ep_comments_page.comment": "Komentář",
8
+ "ep_comments_page.comments": "Komentáře",
9
+ "ep_comments_page.add_comment.title": "Přidat nový komentář k výběru",
10
+ "ep_comments_page.add_comment": "Přidat nový komentář k výběru",
11
+ "ep_comments_page.add_comment.hint": "Nejprve vyberte text, který chcete komentovat",
12
+ "ep_comments_page.delete_comment.title": "Smazat tento komentář",
13
+ "ep_comments_page.edit_comment.title": "Upravit tento komentář",
14
+ "ep_comments_page.show_comments": "Zobrazit komentáře",
15
+ "ep_comments_page.comments_template.suggested_change": "Navrhovaná změna",
16
+ "ep_comments_page.comments_template.from": "Od",
17
+ "ep_comments_page.comments_template.accept_change.value": "Přijmout změnu",
18
+ "ep_comments_page.comments_template.revert_change.value": "Vrátit změnu",
19
+ "ep_comments_page.comments_template.to": "Komu",
20
+ "ep_comments_page.comments_template.include_suggestion": "Zahrnout navrhovanou změnu",
21
+ "ep_comments_page.comments_template.comment.value": "Komentář",
22
+ "ep_comments_page.comments_template.cancel.value": "Zrušit",
23
+ "ep_comments_page.comments_template.reply.value": "Odpovědět",
24
+ "ep_comments_page.comments_template.reply.placeholder": "Odpovědět",
25
+ "ep_comments_page.comments_template.edit_comment.save": "Uložit",
26
+ "ep_comments_page.comments_template.edit_comment.cancel": "Zrušit",
27
+ "ep_comments_page.error.edit_unauth": "Komentáře ostatních uživatelů nelze upravovat!",
28
+ "ep_comments_page.error.delete_unauth": "Komentáře ostatních uživatelů nelze mazat!"
29
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "ಮಲ್ನಾಡಾಚ್ ಕೊಂಕ್ಣೊ"
5
+ ]
6
+ },
7
+ "ep_comments_page.comment": "ಟಿಪ್ಪಣಿ",
8
+ "ep_comments_page.comments": "ಟಿಪ್ಪಣಿಗಳು",
9
+ "ep_comments_page.delete_comment.title": "ಈ ಟಿಪ್ಪಣಿಯನ್ನು ಅಳಿಸಿ",
10
+ "ep_comments_page.edit_comment.title": "ಈ ಟಿಪ್ಪಣಿಯನ್ನು ಸಂಪಾದಿಸಿ",
11
+ "ep_comments_page.show_comments": "ಟಿಪ್ಪಣಿಗಳನ್ನು ತೋರಿಸಿ",
12
+ "ep_comments_page.comments_template.suggested_change": "ಸೂಚಿಸಲ್ಪಟ್ಟ ಬದಲಾವಣೆ",
13
+ "ep_comments_page.comments_template.from": "ಇಂದ",
14
+ "ep_comments_page.comments_template.accept_change.value": "ಬದಲಾವಣೆ ಸ್ವೀಕರಿಸಿ",
15
+ "ep_comments_page.comments_template.to": "ಗೆ",
16
+ "ep_comments_page.comments_template.comment.value": "ಟಿಪ್ಪಣಿ",
17
+ "ep_comments_page.comments_template.cancel.value": "ರದ್ದುಮಾಡಿ",
18
+ "ep_comments_page.comments_template.reply.value": "ಪ್ರತಿಕ್ರಿಯೆ",
19
+ "ep_comments_page.comments_template.reply.placeholder": "ಪ್ರತಿಕ್ರಿಯೆ",
20
+ "ep_comments_page.comments_template.edit_comment.save": "ಉಳಿಸಿ",
21
+ "ep_comments_page.comments_template.edit_comment.cancel": "ರದ್ದುಮಾಡಿ",
22
+ "ep_comments_page.error.edit_unauth": "ನೀವು ಬೇರೆಯವರ ಟಿಪ್ಪಣಿಗಳನ್ನು ಸಂಪಾದಿಸಲಾಗುವುದಿಲ್ಲ!",
23
+ "ep_comments_page.error.delete_unauth": "ನೀವು ಬೇರೆಯವರ ಟಿಪ್ಪಣಿಗಳನ್ನು ಅಳಿಸಲಾಗುವುದಿಲ್ಲ!"
24
+ }
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.1",
4
+ "version": "1.0.4",
5
5
  "author": {
6
6
  "name": "Nicolas Lescop",
7
7
  "email": "limplementeur@gmail.com"