@playkit-js/moderation 3.2.27 → 3.2.28
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 +2 -0
- package/dist/playkit-moderation.js +1 -1
- package/package.json +2 -2
- package/translations/ca_es.i18n.json +19 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playkit-js/moderation",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.28",
|
|
4
4
|
"main": "dist/playkit-moderation.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"bugs": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"kaltura": {
|
|
81
81
|
"name": "playkit-js-moderation",
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"playkit-ui-managers": "1.
|
|
83
|
+
"playkit-ui-managers": "1.7.0"
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ca_es": {
|
|
3
|
+
"moderation": {
|
|
4
|
+
"report_button": "Denunciar",
|
|
5
|
+
"report_content": "Denunciar contingut",
|
|
6
|
+
"send_success": "La denúncia s'ha enviat correctament",
|
|
7
|
+
"send_fail": "La denúncia no s'ha pogut enviar",
|
|
8
|
+
"Sexual Content": "Contingut sexual",
|
|
9
|
+
"Violent Or Repulsive": "Violent o repulsiu",
|
|
10
|
+
"Harmful Or Dangerous Act": "Acte nociu o perillós",
|
|
11
|
+
"Spam / Commercials": "Spam / Comercials",
|
|
12
|
+
"close": "Tancar",
|
|
13
|
+
"report_placeholder": "Descriu el que has vist...",
|
|
14
|
+
"default_content_type": "Selecciona",
|
|
15
|
+
"report_select_title": "Tria un motiu per denunciar aquest contingut (obligatori)",
|
|
16
|
+
"report_title": "Què està malament amb aquest contingut?"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|