From d789b7efbf61f84a4301256f959fb94451446c13 Mon Sep 17 00:00:00 2001 From: Sanne de Vries <65487235+sanne-san@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:13:22 +0200 Subject: [PATCH] Updated comment report modal (#21084) REF PLG-226 - Changed title copy from "You want to report this comment?" to "Report this comment?" - Changed button copy from "Report this comment" to "Report" - Updated styles to be more responsive --- .../src/components/popups/CloseButton.tsx | 4 +- .../src/components/popups/ReportPopup.tsx | 47 ++++++++++--------- apps/comments-ui/src/images/icons/close.svg | 2 +- ghost/i18n/locales/af/comments.json | 2 - ghost/i18n/locales/bg/comments.json | 2 - ghost/i18n/locales/bs/comments.json | 2 - ghost/i18n/locales/ca/comments.json | 2 - ghost/i18n/locales/context.json | 6 +-- ghost/i18n/locales/cs/comments.json | 2 - ghost/i18n/locales/da/comments.json | 2 - ghost/i18n/locales/de/comments.json | 2 - ghost/i18n/locales/en/comments.json | 2 - ghost/i18n/locales/eo/comments.json | 2 - ghost/i18n/locales/es/comments.json | 2 - ghost/i18n/locales/fa/comments.json | 2 - ghost/i18n/locales/fi/comments.json | 2 - ghost/i18n/locales/fr/comments.json | 2 - ghost/i18n/locales/gd/comments.json | 2 - ghost/i18n/locales/hr/comments.json | 2 - ghost/i18n/locales/hu/comments.json | 2 - ghost/i18n/locales/id/comments.json | 2 - ghost/i18n/locales/is/comments.json | 2 - ghost/i18n/locales/it/comments.json | 2 - ghost/i18n/locales/ja/comments.json | 2 - ghost/i18n/locales/ko/comments.json | 2 - ghost/i18n/locales/lt/comments.json | 2 - ghost/i18n/locales/mn/comments.json | 2 - ghost/i18n/locales/ms/comments.json | 2 - ghost/i18n/locales/nl/comments.json | 2 - ghost/i18n/locales/nn/comments.json | 2 - ghost/i18n/locales/no/comments.json | 2 - ghost/i18n/locales/pl/comments.json | 2 - ghost/i18n/locales/pt-BR/comments.json | 2 - ghost/i18n/locales/pt/comments.json | 2 - ghost/i18n/locales/ro/comments.json | 2 - ghost/i18n/locales/ru/comments.json | 2 - ghost/i18n/locales/si/comments.json | 2 - ghost/i18n/locales/sk/comments.json | 2 - ghost/i18n/locales/sl/comments.json | 2 - ghost/i18n/locales/sq/comments.json | 2 - ghost/i18n/locales/sr/comments.json | 2 - ghost/i18n/locales/sv/comments.json | 2 - ghost/i18n/locales/tr/comments.json | 2 - ghost/i18n/locales/uk/comments.json | 2 - ghost/i18n/locales/uz/comments.json | 2 - ghost/i18n/locales/vi/comments.json | 2 - ghost/i18n/locales/zh-Hant/comments.json | 2 - ghost/i18n/locales/zh/comments.json | 2 - 48 files changed, 29 insertions(+), 118 deletions(-) diff --git a/apps/comments-ui/src/components/popups/CloseButton.tsx b/apps/comments-ui/src/components/popups/CloseButton.tsx index 0e7e85b586..1200e2efef 100644 --- a/apps/comments-ui/src/components/popups/CloseButton.tsx +++ b/apps/comments-ui/src/components/popups/CloseButton.tsx @@ -6,8 +6,8 @@ type Props = { } const CloseButton: React.FC = ({close}) => { return ( - ); }; diff --git a/apps/comments-ui/src/components/popups/ReportPopup.tsx b/apps/comments-ui/src/components/popups/ReportPopup.tsx index e8ae827b76..21f05770f7 100644 --- a/apps/comments-ui/src/components/popups/ReportPopup.tsx +++ b/apps/comments-ui/src/components/popups/ReportPopup.tsx @@ -14,7 +14,7 @@ const ReportPopup = ({comment}: {comment: Comment}) => { buttonColor = 'bg-green-600'; } - let buttonText = t('Report this comment'); + let buttonText = t('Report'); const defaultButtonText = buttonText; if (progress === 'sending') { @@ -59,29 +59,30 @@ const ReportPopup = ({comment}: {comment: Comment}) => { return (
-

- {t('Report this comment?')} - {t('You want to report this comment?')} -

-

{t('Your request will be sent to the owner of this site.')}

-
- - +
+

+ {t('Report this comment?')} +

+

{t('Your request will be sent to the owner of this site.')}

+
+ + +
+
-
); }; diff --git a/apps/comments-ui/src/images/icons/close.svg b/apps/comments-ui/src/images/icons/close.svg index 9022ec0abf..30cba2dc8e 100644 --- a/apps/comments-ui/src/images/icons/close.svg +++ b/apps/comments-ui/src/images/icons/close.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ghost/i18n/locales/af/comments.json b/ghost/i18n/locales/af/comments.json index 63d1dab5b6..3e5bac0233 100644 --- a/ghost/i18n/locales/af/comments.json +++ b/ghost/i18n/locales/af/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Antwoord op kommentaar", "Report": "Rapporteer", "Report comment": "Rapporteer kommentaar", - "Report this comment": "Rapporteer hierdie kommentaar", "Report this comment?": "Rapporteer hierdie kommentaar?", "Save": "Stoor", "Sending": "Besig om te stuur", @@ -68,6 +67,5 @@ "This comment has been removed.": "Hierdie kommentaar is verwyder.", "Upgrade now": "Gradeer nou op", "Yesterday": "Gister", - "You want to report this comment?": "Wil jy hierdie kommentaar rapporteer?", "Your request will be sent to the owner of this site.": "Jou versoek sal aan die eienaar van hierdie webwerf gestuur word." } diff --git a/ghost/i18n/locales/bg/comments.json b/ghost/i18n/locales/bg/comments.json index c2ddef2437..4684c26caf 100644 --- a/ghost/i18n/locales/bg/comments.json +++ b/ghost/i18n/locales/bg/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Отгговор на коментар", "Report": "Докладване", "Report comment": "Докладване на коментар", - "Report this comment": "Докладване на този коментар", "Report this comment?": "Искате ли да докладвате този коментар?", "Save": "Запис", "Sending": "Изпращане", @@ -68,6 +67,5 @@ "This comment has been removed.": "Този коментар е премахнат.", "Upgrade now": "Преминете към платен абонамент", "Yesterday": "Вчера", - "You want to report this comment?": "Искате да докладвате този коментар?", "Your request will be sent to the owner of this site.": "Вашето искане ще бъде изпратено до собственика на сайта." } diff --git a/ghost/i18n/locales/bs/comments.json b/ghost/i18n/locales/bs/comments.json index 66e53172f2..1a3145f69f 100644 --- a/ghost/i18n/locales/bs/comments.json +++ b/ghost/i18n/locales/bs/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Odgovori na komentar", "Report": "Prijavi", "Report comment": "Prijavi komentar", - "Report this comment": "Prijavi ovaj komentar", "Report this comment?": "Prijavi ovaj komentar?", "Save": "Sačuvaj", "Sending": "Šaljem", @@ -68,6 +67,5 @@ "This comment has been removed.": "Ovaj komentar je uklonjen.", "Upgrade now": "Nadogradi račun sada", "Yesterday": "Jučer", - "You want to report this comment?": "Želiš li prijaviti ovaj komentar?", "Your request will be sent to the owner of this site.": "Tvoj zahtjev je poslan vlasniku stranice." } diff --git a/ghost/i18n/locales/ca/comments.json b/ghost/i18n/locales/ca/comments.json index a7307ef136..346d2291d4 100644 --- a/ghost/i18n/locales/ca/comments.json +++ b/ghost/i18n/locales/ca/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Respondre al comentari", "Report": "Reportar", "Report comment": "Reportar comentari", - "Report this comment": "Reportar aquest comentari", "Report this comment?": "Reportar aquest comentari?", "Save": "Desa", "Sending": "Enviant", @@ -68,6 +67,5 @@ "This comment has been removed.": "Aquest comantari s'ha esborrat.", "Upgrade now": "Millora ara", "Yesterday": "Ahir", - "You want to report this comment?": "Vols reportar aquest comentari?", "Your request will be sent to the owner of this site.": "La vostra sol·licitud s'enviarà al propietari d'aquest lloc." } diff --git a/ghost/i18n/locales/context.json b/ghost/i18n/locales/context.json index 13cf9b627b..0818dbb720 100644 --- a/ghost/i18n/locales/context.json +++ b/ghost/i18n/locales/context.json @@ -143,10 +143,9 @@ "Renews at {{price}}.": "Label for a discounted subscription, explains the price it will renew at", "Reply": "Button to reply to a comment", "Reply to comment": "Placeholder value of the input box when placing a reply to a comment", - "Report": "Used in the context menu of a comment on smaller devices", + "Report": "Button to report a comment", "Report comment": "Used in the context menu", - "Report this comment": "Button to report a comment", - "Report this comment?": "Title of the modal to report a comment on smaller devices", + "Report this comment?": "Title of the modal to report a comment", "Retry": "When something goes wrong, this link allows people to re-attempt the same action", "Save": "A button to save", "Secure sign in link for {{siteTitle}}": "The subject line of member login emails", @@ -232,7 +231,6 @@ "You can also copy & paste this URL into your browser:": "Descriptive text displayed underneath the buttons in login/signup emails, right before authentication URLs which can be copy/pasted", "You currently have a free membership, upgrade to a paid subscription for full access.": "A message indicating that the member is using a free subcription, and could access more content with a paid subscription", "You have been successfully resubscribed": "A confirmation message when a member has had emails turned off, but they have been successfully turned back on", - "You want to report this comment?": "Title of the modal to report a comment on larger devices", "You will not be signed up, and no account will be created for you.": "Descriptive text in signup emails indicating that if someone does NOT click on the confirmation button, then they will not be signed up to anything. This text is intended to reassure people who receive a signup confirmation email that they did not ask for.", "You will not be subscribed.": "Descriptive text in signup emails indicating that if someone does NOT click on the confirmation button, then they will not be signed up to anything. This text is intended to reassure people who receive a signup confirmation email that they did not ask for.", "You're currently not receiving emails": "Message for user who have newsletters disabled", diff --git a/ghost/i18n/locales/cs/comments.json b/ghost/i18n/locales/cs/comments.json index 978d3b2e71..88a862c56c 100644 --- a/ghost/i18n/locales/cs/comments.json +++ b/ghost/i18n/locales/cs/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Odpovědět na komentář", "Report": "Nahlásit", "Report comment": "Nahlásit komentář", - "Report this comment": "Nahlásit tento komentář", "Report this comment?": "Nahlásit tento komentář?", "Save": "Uložit", "Sending": "Odesílání", @@ -68,6 +67,5 @@ "This comment has been removed.": "Tento komentář byl odstraněn.", "Upgrade now": "Upgradovat", "Yesterday": "Včera", - "You want to report this comment?": "Chcete nahlásit tento komentář?", "Your request will be sent to the owner of this site.": "Vaše žádost bude odeslána vlastníkovi tohoto webu." } diff --git a/ghost/i18n/locales/da/comments.json b/ghost/i18n/locales/da/comments.json index 3457dcf21b..8e405f07d6 100644 --- a/ghost/i18n/locales/da/comments.json +++ b/ghost/i18n/locales/da/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Svar på kommentar", "Report": "Rapportér", "Report comment": "Rapportér kommentar", - "Report this comment": "Rapportér denne kommentar", "Report this comment?": "Rapportér denne kommentar?", "Save": "Gem", "Sending": "Sender", @@ -68,6 +67,5 @@ "This comment has been removed.": "Denne kommentar er blevet fjernet.", "Upgrade now": "Opgrader nu", "Yesterday": "I går", - "You want to report this comment?": "Vil du Rapportere denne kommentar?", "Your request will be sent to the owner of this site.": "Din anmodning vil blive sendt til ejeren af dette site." } diff --git a/ghost/i18n/locales/de/comments.json b/ghost/i18n/locales/de/comments.json index 896fc5b956..1e33969c87 100644 --- a/ghost/i18n/locales/de/comments.json +++ b/ghost/i18n/locales/de/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Auf Kommentar antworten", "Report": "Melden", "Report comment": "Kommentar melden", - "Report this comment": "Diesen Kommentar melden", "Report this comment?": "Diesen Kommentar melden?", "Save": "Speichern", "Sending": "Senden", @@ -68,6 +67,5 @@ "This comment has been removed.": "Dieser Kommentar wurde entfernt.", "Upgrade now": "Jetzt upgraden", "Yesterday": "Gestern", - "You want to report this comment?": "Möchtest du diesen Kommentar melden?", "Your request will be sent to the owner of this site.": "Deine Anfrage wird an den Besitzer dieser Website gesendet." } diff --git a/ghost/i18n/locales/en/comments.json b/ghost/i18n/locales/en/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/en/comments.json +++ b/ghost/i18n/locales/en/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/eo/comments.json b/ghost/i18n/locales/eo/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/eo/comments.json +++ b/ghost/i18n/locales/eo/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/es/comments.json b/ghost/i18n/locales/es/comments.json index ea37e93fca..0a07418ee2 100644 --- a/ghost/i18n/locales/es/comments.json +++ b/ghost/i18n/locales/es/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Responder al comentario", "Report": "Reportar", "Report comment": "Reportar comentario", - "Report this comment": "Reportar este comentario", "Report this comment?": "¿Reportar este comentario?", "Save": "Guardar", "Sending": "Enviando", @@ -68,6 +67,5 @@ "This comment has been removed.": "Este comentario ha sido removido", "Upgrade now": "Mejora ahora", "Yesterday": "Ayer", - "You want to report this comment?": "¿Quieres reportar este comentario?", "Your request will be sent to the owner of this site.": "Tu requerimiento será enviado al propietario de este sitio web." } diff --git a/ghost/i18n/locales/fa/comments.json b/ghost/i18n/locales/fa/comments.json index ea15e2c091..e966ee2b99 100644 --- a/ghost/i18n/locales/fa/comments.json +++ b/ghost/i18n/locales/fa/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "پاسخ دادن به دیدگاه", "Report": "گزارش", "Report comment": "گزارش دیدگاه", - "Report this comment": "گزارش کردن این دیدگاه", "Report this comment?": "می\u200cخواهید این دیدگاه را گزارش کنید؟", "Save": "ذخیره کردن", "Sending": "در حال ارسال", @@ -68,6 +67,5 @@ "This comment has been removed.": "این دیدگاه پاک شده است", "Upgrade now": "ارتقاء دهید", "Yesterday": "دیروز", - "You want to report this comment?": "آیا می\u200cخواهید این دیدگاه را گزارش دهید؟", "Your request will be sent to the owner of this site.": "درخواست شما برای مدیر این وب\u200cسایت ارسال خواهد شد." } diff --git a/ghost/i18n/locales/fi/comments.json b/ghost/i18n/locales/fi/comments.json index 2018d85fba..9c2e0b9d68 100644 --- a/ghost/i18n/locales/fi/comments.json +++ b/ghost/i18n/locales/fi/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Vastaa kommenttiin", "Report": "Ilmianna", "Report comment": "Ilmianna kommentti", - "Report this comment": "Ilmianna tämä kommentti", "Report this comment?": "Haluatko ilmiantaa tämän kommentin?", "Save": "Tallenna", "Sending": "Lähetetään", @@ -68,6 +67,5 @@ "This comment has been removed.": "Tämä kommentti on poistettu", "Upgrade now": "Korota nyt", "Yesterday": "Eilen", - "You want to report this comment?": "Haluatko ilmiantaa tämän kommentin?", "Your request will be sent to the owner of this site.": "Sinun pyyntösi lähetetään sivun omistajalle" } diff --git a/ghost/i18n/locales/fr/comments.json b/ghost/i18n/locales/fr/comments.json index e17aaffdc7..e2a41f6c78 100644 --- a/ghost/i18n/locales/fr/comments.json +++ b/ghost/i18n/locales/fr/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Répondre au commentaire", "Report": "Signaler", "Report comment": "Signalez le commentaire", - "Report this comment": "Signalez ce commentaire", "Report this comment?": "Signaler ce commentaire ?", "Save": "Enregistrer", "Sending": "Envoi en cours", @@ -68,6 +67,5 @@ "This comment has been removed.": "Ce commentaire a été supprimé.", "Upgrade now": "Mettre à jour maintenant", "Yesterday": "Hier", - "You want to report this comment?": "Souhaitez-vous signaler ce commentaire ?", "Your request will be sent to the owner of this site.": "Votre demande sera transférée au propriétaire de ce site." } diff --git a/ghost/i18n/locales/gd/comments.json b/ghost/i18n/locales/gd/comments.json index 9e7dd6a91a..0c7e0fcc5d 100644 --- a/ghost/i18n/locales/gd/comments.json +++ b/ghost/i18n/locales/gd/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Cuir freagaist ri beachd", "Report": "Dèan aithris air", "Report comment": "Dèan aithris air beachd", - "Report this comment": "Dèan aithris air a’ bheachd seo", "Report this comment?": "’Eil thu airson aithris a dhèanamh air a’ bheachd seo?", "Save": "Sabhail", "Sending": "’Ga chur", @@ -68,6 +67,5 @@ "This comment has been removed.": "Chaidh am beachd seo a sguabadh às.", "Upgrade now": "Àrdaich a-nis", "Yesterday": "An-dè", - "You want to report this comment?": "A bheil thu airson aithris a dhèanamh air a’ bheachd seo?", "Your request will be sent to the owner of this site.": "Thèid an iarrtas agad a chur gu neach-seilbh an làrach-lìn seo." } diff --git a/ghost/i18n/locales/hr/comments.json b/ghost/i18n/locales/hr/comments.json index 3db1401e95..1eb38b6cf6 100644 --- a/ghost/i18n/locales/hr/comments.json +++ b/ghost/i18n/locales/hr/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Odgovori na komentar", "Report": "Prijavi", "Report comment": "Prijavi komentar", - "Report this comment": "Prijavi ovaj komentar", "Report this comment?": "Prijaviti ovaj komentar?", "Save": "Spremi", "Sending": "Slanje", @@ -68,6 +67,5 @@ "This comment has been removed.": "Ovaj komentar je maknut", "Upgrade now": "", "Yesterday": "Jučer", - "You want to report this comment?": "Da li želite prijaviti ovaj komentar?", "Your request will be sent to the owner of this site.": "Vaš zahtjev će se poslati vasniku ovih web stranica." } diff --git a/ghost/i18n/locales/hu/comments.json b/ghost/i18n/locales/hu/comments.json index a52fc97cdd..9e85484a09 100644 --- a/ghost/i18n/locales/hu/comments.json +++ b/ghost/i18n/locales/hu/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Válasz erre", "Report": "Jelentés", "Report comment": "Hozzászólás jelentése", - "Report this comment": "Hozzászólás jelentése", "Report this comment?": "Hozzászólás jelentése?", "Save": "Mentés", "Sending": "Küldés", @@ -68,6 +67,5 @@ "This comment has been removed.": "Ezt a hozzászólást töröltük.", "Upgrade now": "Fizessen elő most", "Yesterday": "Tegnap", - "You want to report this comment?": "Szeretné jelenteni ezt a hozzászólást?", "Your request will be sent to the owner of this site.": "A kérését a website tulajdonosának fogjuk küldeni." } diff --git a/ghost/i18n/locales/id/comments.json b/ghost/i18n/locales/id/comments.json index f1ddf539c3..a52ebe57cc 100644 --- a/ghost/i18n/locales/id/comments.json +++ b/ghost/i18n/locales/id/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Balas komentar", "Report": "Laporkan", "Report comment": "Laporkan komentar", - "Report this comment": "Laporkan komentar ini", "Report this comment?": "Laporkan komentar ini?", "Save": "Simpan", "Sending": "Mengirim", @@ -68,6 +67,5 @@ "This comment has been removed.": "Komentar ini telah dihapus.", "Upgrade now": "Daftar sekarang", "Yesterday": "Kemarin", - "You want to report this comment?": "Anda ingin melaporkan komentar ini?", "Your request will be sent to the owner of this site.": "Permintaan Anda akan dikirim kepada pemilik situs ini." } diff --git a/ghost/i18n/locales/is/comments.json b/ghost/i18n/locales/is/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/is/comments.json +++ b/ghost/i18n/locales/is/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/it/comments.json b/ghost/i18n/locales/it/comments.json index 31ce236bf7..ec19b1490b 100644 --- a/ghost/i18n/locales/it/comments.json +++ b/ghost/i18n/locales/it/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Rispondi al commento", "Report": "Segnala", "Report comment": "Segnala commento", - "Report this comment": "Segnala questo commento", "Report this comment?": "Segnalare questo commento?", "Save": "Salva", "Sending": "Invio", @@ -68,6 +67,5 @@ "This comment has been removed.": "Questo commento è stato rimosso.", "Upgrade now": "Abbonati ora", "Yesterday": "Ieri", - "You want to report this comment?": "Vuoi segnalare questo commento?", "Your request will be sent to the owner of this site.": "La tua richiesta sarà inviata al proprietario del sito." } diff --git a/ghost/i18n/locales/ja/comments.json b/ghost/i18n/locales/ja/comments.json index 6fbe20fc3b..1ba9bf26bf 100644 --- a/ghost/i18n/locales/ja/comments.json +++ b/ghost/i18n/locales/ja/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "コメントに返信する", "Report": "通報する", "Report comment": "コメントを通報する", - "Report this comment": "このコメントを通報する", "Report this comment?": "このコメントを通報しますか?", "Save": "保存", "Sending": "送信中", @@ -68,6 +67,5 @@ "This comment has been removed.": "このコメントは削除されました。", "Upgrade now": "今すぐアップデートする", "Yesterday": "昨日", - "You want to report this comment?": "このコメントを通報しますか?", "Your request will be sent to the owner of this site.": "あなたのリクエストはこのサイトの管理者に送信されます。" } diff --git a/ghost/i18n/locales/ko/comments.json b/ghost/i18n/locales/ko/comments.json index a8721e5de7..786c9f2aa9 100644 --- a/ghost/i18n/locales/ko/comments.json +++ b/ghost/i18n/locales/ko/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "댓글에 답변", "Report": "신고", "Report comment": "댓글 신고", - "Report this comment": "이 댓글을 신고", "Report this comment?": "이 댓글을 신고하시겠어요?", "Save": "저장", "Sending": "전송중", @@ -68,6 +67,5 @@ "This comment has been removed.": "삭제 된 댓글이에요.", "Upgrade now": "업그레이드", "Yesterday": "어제", - "You want to report this comment?": "이 댓글을 신고하시겠어요?", "Your request will be sent to the owner of this site.": "운영자에게 요구사항이 전달되었어요." } diff --git a/ghost/i18n/locales/lt/comments.json b/ghost/i18n/locales/lt/comments.json index 53232d2e00..6393569ad6 100644 --- a/ghost/i18n/locales/lt/comments.json +++ b/ghost/i18n/locales/lt/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Atsakyti į komentarą", "Report": "Pranešti", "Report comment": "Pranešti apie komentarą", - "Report this comment": "Pranešti apie šį komentarą", "Report this comment?": "Pranešti apie šį komentarą?", "Save": "Išsaugoti", "Sending": "Siunčiama", @@ -68,6 +67,5 @@ "This comment has been removed.": "Šis komentaras buvo pašalintas.", "Upgrade now": "Prenumeruokite", "Yesterday": "Vakar", - "You want to report this comment?": "Ar norite pranešti apie šį komentarą?", "Your request will be sent to the owner of this site.": "Jūsų pranešimas bus išsiųstas svetainės savininkui." } diff --git a/ghost/i18n/locales/mn/comments.json b/ghost/i18n/locales/mn/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/mn/comments.json +++ b/ghost/i18n/locales/mn/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/ms/comments.json b/ghost/i18n/locales/ms/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/ms/comments.json +++ b/ghost/i18n/locales/ms/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/nl/comments.json b/ghost/i18n/locales/nl/comments.json index e057409ea5..0da38ac676 100644 --- a/ghost/i18n/locales/nl/comments.json +++ b/ghost/i18n/locales/nl/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Beantwoord deze reactie", "Report": "Melden", "Report comment": "Meld reactie", - "Report this comment": "Meld deze reactie", "Report this comment?": "Meld deze reactie?", "Save": "Opslaan", "Sending": "Verzenden", @@ -68,6 +67,5 @@ "This comment has been removed.": "Deze reactie is verwijderd.", "Upgrade now": "Upgrade nu", "Yesterday": "Gisteren", - "You want to report this comment?": "Wil je deze reactie melden?", "Your request will be sent to the owner of this site.": "Jouw melding zal worden verzonden naar de eigenaar van deze site." } diff --git a/ghost/i18n/locales/nn/comments.json b/ghost/i18n/locales/nn/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/nn/comments.json +++ b/ghost/i18n/locales/nn/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/no/comments.json b/ghost/i18n/locales/no/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/no/comments.json +++ b/ghost/i18n/locales/no/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/pl/comments.json b/ghost/i18n/locales/pl/comments.json index 8f22290837..43111c5d6d 100644 --- a/ghost/i18n/locales/pl/comments.json +++ b/ghost/i18n/locales/pl/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Napisz odpowiedź do komentarza", "Report": "Zgłoś", "Report comment": "Zgłoś komentarz", - "Report this comment": "Zgłoś ten komentarz", "Report this comment?": "Czy chcesz zgłosić ten komentarz?", "Save": "Zapisz", "Sending": "Wysyłanie", @@ -68,6 +67,5 @@ "This comment has been removed.": "Komentarz został usunięty.", "Upgrade now": "Ulepsz teraz", "Yesterday": "Wczoraj", - "You want to report this comment?": "Czy chcesz zgłosić ten komentarz?", "Your request will be sent to the owner of this site.": "Twoje zgłoszenie zostało przesłane do administratora strony." } diff --git a/ghost/i18n/locales/pt-BR/comments.json b/ghost/i18n/locales/pt-BR/comments.json index 7a0fc34034..d59464e183 100644 --- a/ghost/i18n/locales/pt-BR/comments.json +++ b/ghost/i18n/locales/pt-BR/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Responder ao comentário", "Report": "Denunciar", "Report comment": "Denunciar comentário", - "Report this comment": "Denunciar este comentário", "Report this comment?": "Denunciar este comentário?", "Save": "Salvar", "Sending": "Enviando", @@ -68,6 +67,5 @@ "This comment has been removed.": "Este comentário foi removido.", "Upgrade now": "Atualize agora", "Yesterday": "Ontem", - "You want to report this comment?": "Você deseja denunciar este comentário?", "Your request will be sent to the owner of this site.": "Sua solicitação será enviada ao proprietário deste site." } diff --git a/ghost/i18n/locales/pt/comments.json b/ghost/i18n/locales/pt/comments.json index 3bf518238d..b80418137c 100644 --- a/ghost/i18n/locales/pt/comments.json +++ b/ghost/i18n/locales/pt/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Responder ao comentário", "Report": "Reportar", "Report comment": "Reportar comentário", - "Report this comment": "Reportar este comentário", "Report this comment?": "Reportar este comentário?", "Save": "Guardar", "Sending": "Enviar", @@ -68,6 +67,5 @@ "This comment has been removed.": "Este comentário foi removido", "Upgrade now": "Atualize agora", "Yesterday": "Ontem", - "You want to report this comment?": "Deseja reportar este comentário?", "Your request will be sent to the owner of this site.": "O seu pedido será enviado para o dono deste site." } diff --git a/ghost/i18n/locales/ro/comments.json b/ghost/i18n/locales/ro/comments.json index 681d8e3c0b..3ba90b7763 100644 --- a/ghost/i18n/locales/ro/comments.json +++ b/ghost/i18n/locales/ro/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Răspunde la comentariu", "Report": "Raportează", "Report comment": "Raportează comentariul", - "Report this comment": "Raportează acest comentariu", "Report this comment?": "Raportezi acest comentariu?", "Save": "Salvează", "Sending": "Se trimite", @@ -68,6 +67,5 @@ "This comment has been removed.": "Acest comentariu a fost eliminat.", "Upgrade now": "Actualizează acum", "Yesterday": "Ieri", - "You want to report this comment?": "Dorești să raportezi acest comentariu?", "Your request will be sent to the owner of this site.": "Cererea dumneavoastră va fi trimisă proprietarului acestui site." } diff --git a/ghost/i18n/locales/ru/comments.json b/ghost/i18n/locales/ru/comments.json index f25712d144..afc99f683c 100644 --- a/ghost/i18n/locales/ru/comments.json +++ b/ghost/i18n/locales/ru/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Ответить на комментарий", "Report": "Пожаловаться", "Report comment": "Пожаловаться на комментарий", - "Report this comment": "Пожаловаться на этот комментарий", "Report this comment?": "Пожаловаться на этот комментарий?", "Save": "Сохранить", "Sending": "Отправка", @@ -68,6 +67,5 @@ "This comment has been removed.": "Этот комментарий был удалён", "Upgrade now": "Обновить ", "Yesterday": "Вчера", - "You want to report this comment?": "Вы хотите пожаловаться на этот комментарий?", "Your request will be sent to the owner of this site.": "Ваш запрос будет отправлен владельцу сайта." } diff --git a/ghost/i18n/locales/si/comments.json b/ghost/i18n/locales/si/comments.json index f812b9ee61..8aef293922 100644 --- a/ghost/i18n/locales/si/comments.json +++ b/ghost/i18n/locales/si/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "අදහසට \u200dරතිචාර දක්වන්\u200bන", "Report": "වාර්තා කරන්\u200bන", "Report comment": "අදහසට වාර්තා කරන්\u200bන", - "Report this comment": "මෙම අදහසට වාර්තා කරන්\u200bන", "Report this comment?": "මෙම අදහසට වාර්තා කරන්නෙහිද ?", "Save": "සුරකින්\u200bන", "Sending": "යවමි\u200bන්", @@ -68,6 +67,5 @@ "This comment has been removed.": "මෙම අදහස ඉවත් කර ඇත.", "Upgrade now": "දැන් upgrade කරන්න", "Yesterday": "ඊ\u200bයෙ", - "You want to report this comment?": "ඔබට මෙම අදහස report කිරීමට අවශ්\u200dයද?", "Your request will be sent to the owner of this site.": "ඔබගේ ඉල්ලීම මෙම අඩවියේ හිමිකරු වෙත යවනු ලැබේ." } diff --git a/ghost/i18n/locales/sk/comments.json b/ghost/i18n/locales/sk/comments.json index 3dae25127c..4c0fe6b9be 100644 --- a/ghost/i18n/locales/sk/comments.json +++ b/ghost/i18n/locales/sk/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Odpovedať na komentár", "Report": "Nahlásiť", "Report comment": "Nahlásiť komentár", - "Report this comment": "Nahlásiť tento komentár", "Report this comment?": "Nahlásiť tento komentár?", "Save": "Uložiť", "Sending": "Odosielanie", @@ -68,6 +67,5 @@ "This comment has been removed.": "Tento komentár bol vymazaný.", "Upgrade now": "Upgradovať teraz", "Yesterday": "Včera", - "You want to report this comment?": "Chcete nahlásiť tento komentár?", "Your request will be sent to the owner of this site.": "Vaša požiadavka bola odoslaná vlastníkovi stránky." } diff --git a/ghost/i18n/locales/sl/comments.json b/ghost/i18n/locales/sl/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/sl/comments.json +++ b/ghost/i18n/locales/sl/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/sq/comments.json b/ghost/i18n/locales/sq/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/sq/comments.json +++ b/ghost/i18n/locales/sq/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/sr/comments.json b/ghost/i18n/locales/sr/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/sr/comments.json +++ b/ghost/i18n/locales/sr/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/sv/comments.json b/ghost/i18n/locales/sv/comments.json index 33148f5338..418f108103 100644 --- a/ghost/i18n/locales/sv/comments.json +++ b/ghost/i18n/locales/sv/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Svara på kommentar", "Report": "Anmäl", "Report comment": "Anmäl kommentar", - "Report this comment": "Anmäl den här kommentaren", "Report this comment?": "Anmäl den här kommentaren?", "Save": "Spara", "Sending": "Skickar", @@ -68,6 +67,5 @@ "This comment has been removed.": "Denna kommentar är borttagen", "Upgrade now": "Uppgradera nu", "Yesterday": "I går", - "You want to report this comment?": "Vill du anmäla denna kommentar?", "Your request will be sent to the owner of this site.": "Din anmälan skickas till ansvarig för webbplatsen" } diff --git a/ghost/i18n/locales/tr/comments.json b/ghost/i18n/locales/tr/comments.json index af1bd3994e..d8286ca870 100644 --- a/ghost/i18n/locales/tr/comments.json +++ b/ghost/i18n/locales/tr/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Yoruma cevap ver", "Report": "Rapor et", "Report comment": "Yorumu rapor et", - "Report this comment": "Bu yorumu rapor et", "Report this comment?": "Bu yorum rapor edilsin mi?", "Save": "Kaydet", "Sending": "Gönderiliyor", @@ -68,6 +67,5 @@ "This comment has been removed.": "Bu yorum kaldırıldı.", "Upgrade now": "Şimdi yükselt", "Yesterday": "Dün", - "You want to report this comment?": "Bu yorumu rapor etmek istiyor musunuz?", "Your request will be sent to the owner of this site.": "Talebiniz bu sitenin sahibine gönderilecektir." } diff --git a/ghost/i18n/locales/uk/comments.json b/ghost/i18n/locales/uk/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/uk/comments.json +++ b/ghost/i18n/locales/uk/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/uz/comments.json b/ghost/i18n/locales/uz/comments.json index c5391eab77..77ef1db969 100644 --- a/ghost/i18n/locales/uz/comments.json +++ b/ghost/i18n/locales/uz/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "", "Report": "", "Report comment": "", - "Report this comment": "", "Report this comment?": "", "Save": "", "Sending": "", @@ -68,6 +67,5 @@ "This comment has been removed.": "", "Upgrade now": "", "Yesterday": "", - "You want to report this comment?": "", "Your request will be sent to the owner of this site.": "" } diff --git a/ghost/i18n/locales/vi/comments.json b/ghost/i18n/locales/vi/comments.json index cc1624f15c..ff93f106cb 100644 --- a/ghost/i18n/locales/vi/comments.json +++ b/ghost/i18n/locales/vi/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "Trả lời bình luận", "Report": "Báo cáo", "Report comment": "Báo cáo bình luận", - "Report this comment": "Báo cáo bình luận", "Report this comment?": "Báo cáo bình luận này?", "Save": "Lưu", "Sending": "Đang gửi", @@ -68,6 +67,5 @@ "This comment has been removed.": "Bình luận này đã bị xóa.", "Upgrade now": "Nâng cấp", "Yesterday": "Hôm qua", - "You want to report this comment?": "Bạn muốn báo cáo bình luận này?", "Your request will be sent to the owner of this site.": "Yêu cầu của bạn sẽ được gửi đến chủ sở hữu trang web này." } diff --git a/ghost/i18n/locales/zh-Hant/comments.json b/ghost/i18n/locales/zh-Hant/comments.json index ade8ce4957..126d9a1fe0 100644 --- a/ghost/i18n/locales/zh-Hant/comments.json +++ b/ghost/i18n/locales/zh-Hant/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "回覆留言", "Report": "舉報", "Report comment": "舉報留言", - "Report this comment": "舉報此留言", "Report this comment?": "舉報此留言?", "Save": "儲存", "Sending": "正在發送", @@ -68,6 +67,5 @@ "This comment has been removed.": "該則留言已被移除。", "Upgrade now": "立即升級", "Yesterday": "昨天", - "You want to report this comment?": "你想要舉報這則留言嗎?", "Your request will be sent to the owner of this site.": "您的請求將被發送給所有者。" } diff --git a/ghost/i18n/locales/zh/comments.json b/ghost/i18n/locales/zh/comments.json index 5ffb9b7753..977152697d 100644 --- a/ghost/i18n/locales/zh/comments.json +++ b/ghost/i18n/locales/zh/comments.json @@ -50,7 +50,6 @@ "Reply to comment": "回复评论", "Report": "举报", "Report comment": "举报评论", - "Report this comment": "举报此评论", "Report this comment?": "举报此评论?", "Save": "保存", "Sending": "正在发送", @@ -68,6 +67,5 @@ "This comment has been removed.": "该条评论已被移除。", "Upgrade now": "立刻升级", "Yesterday": "昨天", - "You want to report this comment?": "你想要举报这条评论吗?", "Your request will be sent to the owner of this site.": "您的请求将被发送给站点所有者。" }