@saooti/octopus-sdk 37.0.18 → 37.0.20
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/package.json +19 -19
- package/src/components/display/emission/EmissionInlineList.vue +4 -4
- package/src/components/display/filter/AdvancedSearch.vue +3 -4
- package/src/components/display/list/ListPaginate.vue +1 -1
- package/src/components/display/list/SwiperList.vue +13 -9
- package/src/components/display/live/LiveItem.vue +10 -1
- package/src/components/display/playlist/PodcastPlaylistInlineList.vue +3 -3
- package/src/components/display/podcasts/PodcastImage.vue +17 -12
- package/src/components/display/podcasts/PodcastInlineListClassic.vue +3 -3
- package/src/components/display/sharing/ShareDistribution.vue +1 -1
- package/src/components/display/sharing/SharePlayer.vue +9 -8
- package/src/components/display/sharing/SharePlayerTypes.vue +7 -18
- package/src/components/display/sharing/SubscribeButtons.vue +6 -1
- package/src/components/form/ClassicDatePicker.vue +46 -33
- package/src/components/misc/ClassicPopover.vue +6 -4
- package/src/components/misc/player/PlayerCompact.vue +1 -1
- package/src/components/misc/player/PlayerComponent.vue +8 -10
- package/src/components/misc/player/PlayerLarge.vue +1 -1
- package/src/components/misc/player/PlayerVideo.vue +24 -29
- package/src/components/misc/player/PlayerVideoDigiteka.vue +28 -26
- package/src/components/misc/player/PlayerVideoHls.vue +80 -69
- package/src/components/misc/player/radio/RadioHistory.vue +12 -9
- package/src/components/misc/player/radio/RadioProgressBar.vue +2 -2
- package/src/components/pages/EmissionPage.vue +1 -1
- package/src/components/pages/PodcastPage.vue +1 -1
- package/src/locale/de.ts +16 -17
- package/src/locale/en.ts +15 -16
- package/src/locale/es.ts +16 -17
- package/src/locale/fr.ts +16 -16
- package/src/locale/it.ts +329 -332
- package/src/locale/sl.ts +16 -17
package/src/locale/en.ts
CHANGED
|
@@ -317,22 +317,20 @@ export default {
|
|
|
317
317
|
Newsletter: "Newsletter",
|
|
318
318
|
"QR Code": "QR Code",
|
|
319
319
|
"Rss feed": "Rss feed",
|
|
320
|
-
"Multiselect max options":
|
|
321
|
-
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
"
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
"
|
|
333
|
-
|
|
334
|
-
"Characters number calculated over HTML code":
|
|
335
|
-
'The number of characters is calculated from the HTML code generated by this editor. You can see this code using the "html" button.',
|
|
320
|
+
"Multiselect max options":"Maximum of {max} concurrent options. Please first remove an option to be able to select a new one",
|
|
321
|
+
"Mix of episodes":"Mix of episodes",
|
|
322
|
+
"Radio & Live":"Radio & Live",
|
|
323
|
+
"Selection by status":"Selection by status",
|
|
324
|
+
"All lives":"All lives",
|
|
325
|
+
'In debriefing': 'In debriefing',
|
|
326
|
+
'In the process of being published': 'In the process of being published',
|
|
327
|
+
"Radio":"Radio",
|
|
328
|
+
"Currently":"Currently",
|
|
329
|
+
"Program":"Program",
|
|
330
|
+
"No programming":"No programming",
|
|
331
|
+
'Canal name image': 'Channel image {name}',
|
|
332
|
+
"Show animated wave":"Show animated wave",
|
|
333
|
+
'Characters number calculated over HTML code':'The number of characters is calculated from the HTML code generated by this editor. You can see this code using the "html" button.',
|
|
336
334
|
Previously: "Previously",
|
|
337
335
|
"Bold":"Bold",
|
|
338
336
|
"Italic":"Italic",
|
|
@@ -344,4 +342,5 @@ export default {
|
|
|
344
342
|
"List":"List",
|
|
345
343
|
"Display HTML":"Display HTML",
|
|
346
344
|
"Video is unavailable":"Video is unavailable",
|
|
345
|
+
'Full Large version': 'Full large version',
|
|
347
346
|
};
|
package/src/locale/es.ts
CHANGED
|
@@ -318,22 +318,20 @@ export default {
|
|
|
318
318
|
Newsletter: "Newsletter",
|
|
319
319
|
"QR Code": "Código QR",
|
|
320
320
|
"Rss feed": "RSS Feed",
|
|
321
|
-
"Multiselect max options":
|
|
322
|
-
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
"
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
"
|
|
334
|
-
|
|
335
|
-
"Characters number calculated over HTML code":
|
|
336
|
-
"El número de caracteres se calcula a partir del código HTML generado por este editor. Puedes visualizar este código pulsando en «html».",
|
|
321
|
+
"Multiselect max options":"Máximo de {max} opciones simultáneas. Primero elimine una opción para poder seleccionar una nueva",
|
|
322
|
+
"Mix of episodes":"Mezcla de episodios",
|
|
323
|
+
"Radio & Live":"Radio & En vivo",
|
|
324
|
+
"Selection by status":"Selección por estado",
|
|
325
|
+
"All lives":"Todas los en vivo",
|
|
326
|
+
'In debriefing': 'En debriefing',
|
|
327
|
+
'In the process of being published': 'En proceso de publicación',
|
|
328
|
+
"Radio":"Radio",
|
|
329
|
+
"Currently":"Actualmente",
|
|
330
|
+
"Program":"Programa",
|
|
331
|
+
"No programming":"No programa",
|
|
332
|
+
'Canal name image': 'Imagen del canal {name}',
|
|
333
|
+
"Show animated wave":"Mostrar onda animada",
|
|
334
|
+
'Characters number calculated over HTML code':'El número de caracteres se calcula a partir del código HTML generado por este editor. Puedes visualizar este código pulsando en «html».',
|
|
337
335
|
Previously: "Previamente",
|
|
338
336
|
"Bold":"Atrevido",
|
|
339
337
|
"Italic":"Itálico",
|
|
@@ -345,4 +343,5 @@ export default {
|
|
|
345
343
|
"List":"Lista",
|
|
346
344
|
"Display HTML":"Mostrar HTML",
|
|
347
345
|
"Video is unavailable":"El vídeo no está disponible",
|
|
348
|
-
|
|
346
|
+
'Full Large version': 'Versión grande completa',
|
|
347
|
+
}
|
package/src/locale/fr.ts
CHANGED
|
@@ -324,22 +324,20 @@ export default {
|
|
|
324
324
|
Newsletter: "Newsletter",
|
|
325
325
|
"QR Code": "QR Code",
|
|
326
326
|
"Rss feed": "Flux RSS",
|
|
327
|
-
"Multiselect max options":
|
|
328
|
-
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
"
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
"
|
|
340
|
-
|
|
341
|
-
"Characters number calculated over HTML code":
|
|
342
|
-
'Le nombre de caractères est calculé à partir du code HTML généré par cet éditeur. Vous pouvez voir ce code grâce au bouton "html".',
|
|
327
|
+
"Multiselect max options":"Maximum de {max} options simultanées. Veuillez dans un premier temps retirer une option pour pouvoir en sélectionner une nouvelle",
|
|
328
|
+
"Mix of episodes":"Mix d'épisodes",
|
|
329
|
+
"Radio & Live":"Radio & Live",
|
|
330
|
+
"Selection by status":"Sélection par status",
|
|
331
|
+
"All lives":"Tous les lives",
|
|
332
|
+
'In debriefing': 'En debriefing',
|
|
333
|
+
'In the process of being published': 'En cours de publication',
|
|
334
|
+
"Radio":"Radio",
|
|
335
|
+
"Currently":"Actuellement",
|
|
336
|
+
"Program":"Programme",
|
|
337
|
+
"No programming":"Aucune programmation",
|
|
338
|
+
'Canal name image': 'Image du canal {name}',
|
|
339
|
+
"Show animated wave":"Afficher la vague animée",
|
|
340
|
+
'Characters number calculated over HTML code':'Le nombre de caractères est calculé à partir du code HTML généré par cet éditeur. Vous pouvez voir ce code grâce au bouton "html".',
|
|
343
341
|
Previously: "Précédemment",
|
|
344
342
|
"Bold":"Gras",
|
|
345
343
|
"Italic":"Italique",
|
|
@@ -351,7 +349,9 @@ export default {
|
|
|
351
349
|
"List":"Liste",
|
|
352
350
|
"Display HTML":"Afficher HTML",
|
|
353
351
|
"Video is unavailable":"La vidéo est indisponible",
|
|
352
|
+
'Full Large version': 'Version en longueur complète',
|
|
354
353
|
|
|
355
354
|
|
|
356
355
|
"Show only episodes with video":"Afficher uniquement les épisodes avec une vidéo",
|
|
356
|
+
"Video":"Vidéo",
|
|
357
357
|
};
|