ep_comments_page 0.1.89 → 0.1.90
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/it.json +22 -22
- package/package.json +1 -1
package/locales/it.json
CHANGED
|
@@ -5,28 +5,28 @@
|
|
|
5
5
|
"Beta16"
|
|
6
6
|
]
|
|
7
7
|
},
|
|
8
|
-
"ep_comments_page.comment"
|
|
9
|
-
"ep_comments_page.comments"
|
|
10
|
-
"ep_comments_page.add_comment.title"
|
|
11
|
-
"ep_comments_page.add_comment"
|
|
12
|
-
"ep_comments_page.add_comment.hint"
|
|
13
|
-
"ep_comments_page.delete_comment.title"
|
|
14
|
-
"ep_comments_page.edit_comment.title"
|
|
15
|
-
"ep_comments_page.show_comments"
|
|
16
|
-
"ep_comments_page.comments_template.suggested_change"
|
|
17
|
-
"ep_comments_page.comments_template.from"
|
|
18
|
-
"ep_comments_page.comments_template.accept_change.value"
|
|
19
|
-
"ep_comments_page.comments_template.revert_change.value"
|
|
20
|
-
"ep_comments_page.comments_template.suggested_change_from"
|
|
21
|
-
"ep_comments_page.comments_template.suggest_change_from"
|
|
22
|
-
"ep_comments_page.comments_template.to"
|
|
23
|
-
"ep_comments_page.comments_template.include_suggestion"
|
|
24
|
-
"ep_comments_page.comments_template.comment.value"
|
|
25
|
-
"ep_comments_page.comments_template.cancel.value"
|
|
26
|
-
"ep_comments_page.comments_template.reply.value"
|
|
27
|
-
"ep_comments_page.comments_template.reply.placeholder"
|
|
28
|
-
"ep_comments_page.comments_template.edit_comment.save"
|
|
29
|
-
"ep_comments_page.comments_template.edit_comment.cancel"
|
|
8
|
+
"ep_comments_page.comment": "Commento",
|
|
9
|
+
"ep_comments_page.comments": "Commenti",
|
|
10
|
+
"ep_comments_page.add_comment.title": "Aggiungi nuovo commento sulla selezione",
|
|
11
|
+
"ep_comments_page.add_comment": "Aggiungi nuovo commento sulla selezione",
|
|
12
|
+
"ep_comments_page.add_comment.hint": "Devi prima selezionare un testo su cui aggiungere il commento!",
|
|
13
|
+
"ep_comments_page.delete_comment.title": "Cancella questo commento",
|
|
14
|
+
"ep_comments_page.edit_comment.title": "Modifica questo commento",
|
|
15
|
+
"ep_comments_page.show_comments": "Visualizza commenti",
|
|
16
|
+
"ep_comments_page.comments_template.suggested_change": "Modifica suggerita",
|
|
17
|
+
"ep_comments_page.comments_template.from": "Da",
|
|
18
|
+
"ep_comments_page.comments_template.accept_change.value": "Accetta Modifica",
|
|
19
|
+
"ep_comments_page.comments_template.revert_change.value": "Annulla Modifica",
|
|
20
|
+
"ep_comments_page.comments_template.suggested_change_from": "Modifica suggerita da \"{{changeFrom}}\" a \"{{changeTo}}\"",
|
|
21
|
+
"ep_comments_page.comments_template.suggest_change_from": "Suggerisci modifica da \"{{changeFrom}}\" a",
|
|
22
|
+
"ep_comments_page.comments_template.to": "A",
|
|
23
|
+
"ep_comments_page.comments_template.include_suggestion": "Suggerisci modfica",
|
|
24
|
+
"ep_comments_page.comments_template.comment.value": "Commenta",
|
|
25
|
+
"ep_comments_page.comments_template.cancel.value": "Annulla",
|
|
26
|
+
"ep_comments_page.comments_template.reply.value": "Rispondi",
|
|
27
|
+
"ep_comments_page.comments_template.reply.placeholder": "Rispondi",
|
|
28
|
+
"ep_comments_page.comments_template.edit_comment.save": "Salva",
|
|
29
|
+
"ep_comments_page.comments_template.edit_comment.cancel": "Cancella",
|
|
30
30
|
"ep_comments_page.error.edit_unauth": "Non puoi modificare i commenti di altri autori!",
|
|
31
31
|
"ep_comments_page.error.delete_unauth": "Non puoi eliminare i commenti di altri autori!"
|
|
32
32
|
}
|
package/package.json
CHANGED