From 3c8cdaf16314b263a6f3a17903e8c8baa4291f52 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 23 Mar 2021 14:34:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20=E2=80=94=20Update=20french=20tr?= =?UTF-8?q?anslation=20+=20add=20missing=20keys=20to=20other=20translation?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I added missing keys to all translations to avoid some bugs. I think that #188 is one of those bugs (See https://github.com/ether/ep_comments_page/issues/188#issuecomment-787858020). --- locales/de.json | 7 ++++++- locales/en.json | 2 +- locales/fr.json | 7 ++++++- locales/hu.json | 4 +++- locales/nl.json | 4 +++- locales/pl.json | 7 ++++++- locales/pt-BR.json | 6 +++++- locales/ru.json | 4 +++- locales/sv.json | 4 +++- 9 files changed, 36 insertions(+), 9 deletions(-) diff --git a/locales/de.json b/locales/de.json index bd945553..1591df73 100644 --- a/locales/de.json +++ b/locales/de.json @@ -5,6 +5,7 @@ "ep_comments_page.add_comment" : "Kommentar zur Auswahl hinzufügen", "ep_comments_page.add_comment.hint" : "Bitte wählen Sie zuerst den zu kommentierenden Text aus", "ep_comments_page.delete_comment.title" : "Diesen Kommentar löschen", + "ep_comments_page.edit_comment.title" : "Edit this comment", "ep_comments_page.show_comments" : "Kommentare anzeigen", "ep_comments_page.comments_template.suggested_change" : "Vorgeschlagene Änderung", "ep_comments_page.comments_template.from" : "von", @@ -17,5 +18,9 @@ "ep_comments_page.comments_template.comment.value" : "Kommentar", "ep_comments_page.comments_template.cancel.value" : "Abbrechen", "ep_comments_page.comments_template.reply.value": "Antworten", - "ep_comments_page.comments_template.reply.placeholder": "Antworten" + "ep_comments_page.comments_template.reply.placeholder": "Antworten", + "ep_comments_page.comments_template.edit_comment.save" : "save", + "ep_comments_page.comments_template.edit_comment.cancel" :"cancel", + "ep_comments_page.error.edit_unauth": "You cannot edit other users comments!", + "ep_comments_page.error.delete_unauth": "You cannot delete other users comments!" } diff --git a/locales/en.json b/locales/en.json index d44a3694..92724088 100644 --- a/locales/en.json +++ b/locales/en.json @@ -2,7 +2,7 @@ "ep_comments_page.comment" : "Comment", "ep_comments_page.comments" : "Comments", "ep_comments_page.add_comment.title" : "Add new comment on selection", - "ep_comments_page.add_comment": "Add new comment on selection", + "ep_comments_page.add_comment" : "Add new comment on selection", "ep_comments_page.add_comment.hint" : "Please first select the text to comment", "ep_comments_page.delete_comment.title" : "Delete this comment", "ep_comments_page.edit_comment.title" : "Edit this comment", diff --git a/locales/fr.json b/locales/fr.json index bda76e78..898e12f8 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -5,6 +5,7 @@ "ep_comments_page.add_comment" : "Annoter la sélection", "ep_comments_page.add_comment.hint" : "Vous devez d'abord sélectionner un texte à annoter", "ep_comments_page.delete_comment.title" : "Supprimer cette annotation", + "ep_comments_page.edit_comment.title" : "Modifier ce commentaire", "ep_comments_page.show_comments" : "Afficher les annotations", "ep_comments_page.comments_template.suggested_change" : "Modification proposée", "ep_comments_page.comments_template.from" : "Remplacer", @@ -17,5 +18,9 @@ "ep_comments_page.comments_template.comment.value" : "Annotation", "ep_comments_page.comments_template.cancel.value" : "Annuler", "ep_comments_page.comments_template.reply.value":"Répondre", - "ep_comments_page.comments_template.reply.placeholder":"Répondre" + "ep_comments_page.comments_template.reply.placeholder":"Répondre", + "ep_comments_page.comments_template.edit_comment.save" : "Enregistrer", + "ep_comments_page.comments_template.edit_comment.cancel" :"Annuler", + "ep_comments_page.error.edit_unauth": "Vous ne pouvez pas modifier les commentaires des autres utilisatrices et utilisateurs !", + "ep_comments_page.error.delete_unauth": "Vous ne pouvez pas supprimer les commentaires des autres utilisatrices et utilisateurs !" } diff --git a/locales/hu.json b/locales/hu.json index 609c52b9..a12b40dd 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -20,5 +20,7 @@ "ep_comments_page.comments_template.reply.value" : "Válasz", "ep_comments_page.comments_template.reply.placeholder" : "Válasz", "ep_comments_page.comments_template.edit_comment.save" : "mentés", - "ep_comments_page.comments_template.edit_comment.cancel" :"mégsem" + "ep_comments_page.comments_template.edit_comment.cancel" :"mégsem", + "ep_comments_page.error.edit_unauth": "You cannot edit other users comments!", + "ep_comments_page.error.delete_unauth": "You cannot delete other users comments!" } diff --git a/locales/nl.json b/locales/nl.json index 9dce1c09..6a08a52a 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -20,5 +20,7 @@ "ep_comments_page.comments_template.reply.value" : "Antwoord", "ep_comments_page.comments_template.reply.placeholder" : "Antwoord", "ep_comments_page.comments_template.edit_comment.save" : "bewaar", - "ep_comments_page.comments_template.edit_comment.cancel" :"annuleer" + "ep_comments_page.comments_template.edit_comment.cancel" :"annuleer", + "ep_comments_page.error.edit_unauth": "You cannot edit other users comments!", + "ep_comments_page.error.delete_unauth": "You cannot delete other users comments!" } diff --git a/locales/pl.json b/locales/pl.json index 91a6f5fa..0c57c76f 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -5,6 +5,7 @@ "ep_comments_page.add_comment" : "Dodaj nowy komentarz do sekcji", "ep_comments_page.add_comment.hint" : "Najpierw wybierz tekst do skomentowania", "ep_comments_page.delete_comment.title" : "Usuń komentarz", + "ep_comments_page.edit_comment.title" : "Edit this comment", "ep_comments_page.show_comments" : "Pokaż komentarze", "ep_comments_page.comments_template.suggested_change" : "Sugerowane zmiany", "ep_comments_page.comments_template.from" : "Od", @@ -17,5 +18,9 @@ "ep_comments_page.comments_template.comment.value" : "Komentarz", "ep_comments_page.comments_template.cancel.value" : "Anuluj", "ep_comments_page.comments_template.reply.value": "Odpowiedź", - "ep_comments_page.comments_template.reply.placeholder": "Odpowiedź" + "ep_comments_page.comments_template.reply.placeholder": "Odpowiedź", + "ep_comments_page.comments_template.edit_comment.save" : "save", + "ep_comments_page.comments_template.edit_comment.cancel" :"cancel", + "ep_comments_page.error.edit_unauth": "You cannot edit other users comments!", + "ep_comments_page.error.delete_unauth": "You cannot delete other users comments!" } diff --git a/locales/pt-BR.json b/locales/pt-BR.json index 92036769..7be1a1fd 100644 --- a/locales/pt-BR.json +++ b/locales/pt-BR.json @@ -7,6 +7,8 @@ "ep_comments_page.delete_comment.title" : "Apagar este comentário", "ep_comments_page.edit_comment.title" : "Editar este comentário", "ep_comments_page.show_comments" : "Mostrar Comentários", + "ep_comments_page.comments_template.suggested_change" : "Suggested Change", + "ep_comments_page.comments_template.from" : "From", "ep_comments_page.comments_template.accept_change.value" : "Aceitar Sugestão", "ep_comments_page.comments_template.revert_change.value" : "Reverter Sugestão", "ep_comments_page.comments_template.suggested_change_from" : "Alteração sugerida de", @@ -18,5 +20,7 @@ "ep_comments_page.comments_template.reply.value":"Responder", "ep_comments_page.comments_template.reply.placeholder":"Responder", "ep_comments_page.comments_template.edit_comment.save" : "salvar", - "ep_comments_page.comments_template.edit_comment.cancel" :"cancelar" + "ep_comments_page.comments_template.edit_comment.cancel" :"cancelar", + "ep_comments_page.error.edit_unauth": "You cannot edit other users comments!", + "ep_comments_page.error.delete_unauth": "You cannot delete other users comments!" } diff --git a/locales/ru.json b/locales/ru.json index c5c946a0..77f619d9 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -20,5 +20,7 @@ "ep_comments_page.comments_template.reply.value" : "Ответить", "ep_comments_page.comments_template.reply.placeholder" : "Ответить", "ep_comments_page.comments_template.edit_comment.save" : "сохранить", - "ep_comments_page.comments_template.edit_comment.cancel" :"отменить" + "ep_comments_page.comments_template.edit_comment.cancel" :"отменить", + "ep_comments_page.error.edit_unauth": "You cannot edit other users comments!", + "ep_comments_page.error.delete_unauth": "You cannot delete other users comments!" } diff --git a/locales/sv.json b/locales/sv.json index e878491a..d43af37b 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -20,5 +20,7 @@ "ep_comments_page.comments_template.reply.value" : "Svara", "ep_comments_page.comments_template.reply.placeholder" : "Svar", "ep_comments_page.comments_template.edit_comment.save" : "spara", - "ep_comments_page.comments_template.edit_comment.cancel" :"avbryt" + "ep_comments_page.comments_template.edit_comment.cancel" :"avbryt", + "ep_comments_page.error.edit_unauth": "You cannot edit other users comments!", + "ep_comments_page.error.delete_unauth": "You cannot delete other users comments!" }