@playkit-js/moderation 3.2.3 → 3.2.4-canary.1-96ec9ca
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/CHANGELOG.md +7 -0
- package/dist/playkit-moderation.js +1 -1
- package/dist/playkit-moderation.js.map +1 -1
- package/package.json +1 -1
- package/translations/ar.i18n.json +7 -0
- package/translations/de.i18n.json +11 -0
- package/translations/es.i18n.json +11 -0
- package/translations/fi.i18n.json +11 -0
- package/translations/fr.i18n.json +11 -0
- package/translations/fr_ca.i18n.json +11 -0
- package/translations/he.i18n.json +7 -0
- package/translations/hi_in.i18n.json +7 -0
- package/translations/it.i18n.json +11 -0
- package/translations/ja.i18n.json +11 -0
- package/translations/ko.i18n.json +11 -0
- package/translations/nl.i18n.json +11 -0
- package/translations/pt_br.i18n.json +11 -0
- package/translations/ru.i18n.json +11 -0
- package/translations/zh_cn.i18n.json +11 -0
- package/translations/zh_tw.i18n.json +11 -0
package/package.json
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"de": {
|
|
3
|
+
"moderation": {
|
|
4
|
+
"send_report": "Bericht",
|
|
5
|
+
"close": "Schließen",
|
|
6
|
+
"report_placeholder": "Beschreiben Sie, was Sie gesehen haben...",
|
|
7
|
+
"default_content_type": "Wählen Sie einen Grund, weswegen Sie diesen Inhalt melden",
|
|
8
|
+
"report_title": "Was stimmt mit diesem Inhalt nicht?"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"es": {
|
|
3
|
+
"moderation": {
|
|
4
|
+
"send_report": "Informe",
|
|
5
|
+
"close": "Cerrar",
|
|
6
|
+
"report_placeholder": "Describa lo que ha visto…",
|
|
7
|
+
"default_content_type": "Elija una razón para denunciar este contenido",
|
|
8
|
+
"report_title": "¿Qué le ocurre a este contenido?"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fi": {
|
|
3
|
+
"moderation": {
|
|
4
|
+
"send_report": "Raportoi",
|
|
5
|
+
"close": "Sulje",
|
|
6
|
+
"report_placeholder": "Kuvaile näkemäsi...",
|
|
7
|
+
"default_content_type": "Valitse syy tämän sisällön raportointiin",
|
|
8
|
+
"report_title": "Mitä vikaa tässä sisällössä on?"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fr": {
|
|
3
|
+
"moderation": {
|
|
4
|
+
"send_report": "Rapport",
|
|
5
|
+
"close": "Fermer",
|
|
6
|
+
"report_placeholder": "Décrivez ce que vous avez vu...",
|
|
7
|
+
"default_content_type": "Sélectionner une raison de signaler ce contenu",
|
|
8
|
+
"report_title": "Quel est le problème avec ce contenu ?"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fr_ca": {
|
|
3
|
+
"moderation": {
|
|
4
|
+
"send_report": "Rapport",
|
|
5
|
+
"close": "Fermer",
|
|
6
|
+
"report_placeholder": "Décrivez ce que vous avez vu...",
|
|
7
|
+
"default_content_type": "Choisissez un motif de signalement de ce contenu",
|
|
8
|
+
"report_title": "Quel est le problème avec ce contenu?"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"it": {
|
|
3
|
+
"moderation": {
|
|
4
|
+
"send_report": "Rapporto",
|
|
5
|
+
"close": "Chiudi",
|
|
6
|
+
"report_placeholder": "Descrivi ciò che hai visto...",
|
|
7
|
+
"default_content_type": "Seleziona un motivo per segnalare questo contenuto",
|
|
8
|
+
"report_title": "Cosa c’è di sbagliato in questo contenuto?"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nl": {
|
|
3
|
+
"moderation": {
|
|
4
|
+
"send_report": "Rapporteren",
|
|
5
|
+
"close": "Sluiten",
|
|
6
|
+
"report_placeholder": "Beschrijf wat je hebt gezien...",
|
|
7
|
+
"default_content_type": "Kies een reden om deze inhoud te rapporteren",
|
|
8
|
+
"report_title": "Wat is er mis met de inhoud?"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pt_br": {
|
|
3
|
+
"moderation": {
|
|
4
|
+
"send_report": "Relatório",
|
|
5
|
+
"close": "Fechar",
|
|
6
|
+
"report_placeholder": "Descreva o que você viu...",
|
|
7
|
+
"default_content_type": "Escolha o motivo da denúncia deste conteúdo",
|
|
8
|
+
"report_title": "O que há de errado com este conteúdo?"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ru": {
|
|
3
|
+
"moderation": {
|
|
4
|
+
"send_report": "Сообщить",
|
|
5
|
+
"close": "Закрыть",
|
|
6
|
+
"report_placeholder": "Опишите, что вы видели...",
|
|
7
|
+
"default_content_type": "Выберите причину сообщения об этом контенте",
|
|
8
|
+
"report_title": "Что не так с этим контентом?"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|