mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
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
This commit is contained in:
parent
ca691e99e8
commit
d789b7efbf
48 changed files with 29 additions and 118 deletions
|
@ -6,8 +6,8 @@ type Props = {
|
|||
}
|
||||
const CloseButton: React.FC<Props> = ({close}) => {
|
||||
return (
|
||||
<button className="absolute right-6 top-6 opacity-20 transition-opacity duration-100 ease-out hover:opacity-40 sm:right-8 sm:top-10" type="button" onClick={close}>
|
||||
<CloseIcon className="h-[20px] w-[20px]" />
|
||||
<button className="absolute right-6 top-6 opacity-30 transition-opacity duration-100 ease-out hover:opacity-40 sm:right-8 sm:top-9" type="button" onClick={close}>
|
||||
<CloseIcon className="h-5 w-5 p-1 pr-0" />
|
||||
</button>
|
||||
);
|
||||
};
|
||||
|
|
|
@ -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 (
|
||||
<div className="shadow-modal relative h-screen w-screen rounded-none bg-white p-[28px] text-center sm:h-auto sm:w-[500px] sm:rounded-xl sm:p-8 sm:text-left" onMouseDown={stopPropagation}>
|
||||
<h1 className="mb-1 font-sans text-[24px] font-bold tracking-tight text-black">
|
||||
<span className="sm:hidden">{t('Report this comment?')}</span>
|
||||
<span className="hidden sm:inline">{t('You want to report this comment?')}</span>
|
||||
</h1>
|
||||
<p className="px-4 font-sans text-base leading-9 text-neutral-500 sm:pl-0 sm:pr-4">{t('Your request will be sent to the owner of this site.')}</p>
|
||||
<div className="mt-10 flex flex-col items-center justify-start gap-4 sm:flex-row">
|
||||
<button
|
||||
className={`flex h-[44px] items-center justify-center rounded-md px-4 font-sans text-[15px] font-semibold text-white transition duration-200 ease-linear ${buttonColor} opacity-100 hover:opacity-90`}
|
||||
style={{backgroundColor: buttonColor ?? '#000000'}}
|
||||
type="button"
|
||||
onClick={submit}
|
||||
>
|
||||
<span className="invisible whitespace-nowrap">
|
||||
{/* Take the largest width of all possibilities as the width for the button */}
|
||||
{defaultButtonText}<br />
|
||||
<span className='flex h-[44px] items-center justify-center whitespace-nowrap'>{buttonIcon1}{t('Sending')}</span><br />
|
||||
<span className='flex h-[44px] items-center justify-center whitespace-nowrap'>{buttonIcon2}{t('Sent')}</span>
|
||||
</span>
|
||||
<span className='absolute flex h-[44px] items-center justify-center whitespace-nowrap'>{buttonIcon}{buttonText}</span>
|
||||
</button>
|
||||
<button className="font-sans text-sm font-medium text-neutral-500 dark:text-neutral-400" type="button" onClick={close}>{t('Cancel')}</button>
|
||||
<div className="flex h-full flex-col justify-center pt-10 sm:justify-normal sm:pt-0">
|
||||
<h1 className="mb-1.5 font-sans text-[2.2rem] font-bold tracking-tight text-black">
|
||||
<span>{t('Report this comment?')}</span>
|
||||
</h1>
|
||||
<p className="text-md px-4 font-sans leading-9 text-black sm:pl-0 sm:pr-4">{t('Your request will be sent to the owner of this site.')}</p>
|
||||
<div className="mt-auto flex flex-col items-center justify-start gap-4 sm:mt-8 sm:flex-row">
|
||||
<button
|
||||
className={`text-md flex h-[44px] w-full items-center justify-center rounded-md px-4 font-sans font-medium text-white transition duration-200 ease-linear sm:w-fit ${buttonColor} opacity-100 hover:opacity-90`}
|
||||
style={{backgroundColor: buttonColor ?? '#000000'}}
|
||||
type="button"
|
||||
onClick={submit}
|
||||
>
|
||||
<span className="invisible whitespace-nowrap">
|
||||
{/* Take the largest width of all possibilities as the width for the button */}
|
||||
{defaultButtonText}<br />
|
||||
<span className='flex h-[44px] items-center justify-center whitespace-nowrap'>{buttonIcon1}{t('Sending')}</span><br />
|
||||
<span className='flex h-[44px] items-center justify-center whitespace-nowrap'>{buttonIcon2}{t('Sent')}</span>
|
||||
</span>
|
||||
<span className='absolute flex h-[44px] items-center justify-center whitespace-nowrap'>{buttonIcon}{buttonText}</span>
|
||||
</button>
|
||||
<button className="text-md h-[44px] w-full px-2 font-sans font-medium text-neutral-500 sm:w-fit dark:text-neutral-400" type="button" onClick={close}>{t('Cancel')}</button>
|
||||
</div>
|
||||
<CloseButton close={close} />
|
||||
</div>
|
||||
<CloseButton close={close} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
@ -1 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="gh-portal-closeicon" alt="Close"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.2px !important;}</style></defs><path class="a" d="M.75 23.249l22.5-22.5M23.25 23.249L.75.749"></path></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="gh-portal-closeicon" alt="Close"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px !important;}</style></defs><path class="a" d="M.75 23.249l22.5-22.5M23.25 23.249L.75.749"></path></svg>
|
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 309 B |
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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.": "Вашето искане ще бъде изпратено до собственика на сайта."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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سایت ارسال خواهد شد."
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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.": "あなたのリクエストはこのサイトの管理者に送信されます。"
|
||||
}
|
||||
|
|
|
@ -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.": "운영자에게 요구사항이 전달되었어요."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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.": "Ваш запрос будет отправлен владельцу сайта."
|
||||
}
|
||||
|
|
|
@ -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.": "ඔබගේ ඉල්ලීම මෙම අඩවියේ හිමිකරු වෙත යවනු ලැබේ."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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.": ""
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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.": "您的請求將被發送給所有者。"
|
||||
}
|
||||
|
|
|
@ -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.": "您的请求将被发送给站点所有者。"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue