@saooti/octopus-sdk 35.2.12 → 35.2.14
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 +1 -1
- package/src/components/pages/Podcast.vue +3 -3
- package/src/locale/de.ts +1 -1
- package/src/locale/en.ts +1 -1
- package/src/locale/es.ts +1 -1
- package/src/locale/fr.ts +1 -1
- package/src/locale/it.ts +1 -1
- package/src/locale/sl.ts +1 -1
package/package.json
CHANGED
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
:title="$t('More episodes of this emission')"
|
|
72
72
|
:button-text="$t('All podcast emission button')"
|
|
73
73
|
/>
|
|
74
|
-
<PodcastInlineList
|
|
74
|
+
<!-- <PodcastInlineList
|
|
75
75
|
:podcast-id="podcastId"
|
|
76
76
|
:title="$t('Suggested listening')"
|
|
77
|
-
/>
|
|
77
|
+
/> -->
|
|
78
78
|
<PodcastInlineList
|
|
79
79
|
v-for="c in categories"
|
|
80
80
|
:key="c.id"
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
</template>
|
|
87
87
|
<ClassicLoading
|
|
88
88
|
:loading-text="!loaded?$t('Loading content ...'):undefined"
|
|
89
|
-
:error-text="error?$t(`
|
|
89
|
+
:error-text="error?$t(`This episode is not available for (re)listening`):undefined"
|
|
90
90
|
/>
|
|
91
91
|
</div>
|
|
92
92
|
</template>
|
package/src/locale/de.ts
CHANGED
|
@@ -93,7 +93,7 @@ export default{
|
|
|
93
93
|
'Look for library': "Nach Bibliothek suchen",
|
|
94
94
|
Yes: "Ja",
|
|
95
95
|
No: "Nein",
|
|
96
|
-
"
|
|
96
|
+
"This episode is not available for (re)listening": "Diese Episode kann nicht (erneut) angehört werden",
|
|
97
97
|
"Emission doesn't exist": "Reihe nicht gefunden",
|
|
98
98
|
"Animator doesn't exist": "Autor nicht gefunden",
|
|
99
99
|
"Productor doesn't exist": "Produzent nicht gefunden",
|
package/src/locale/en.ts
CHANGED
|
@@ -93,7 +93,7 @@ export default{
|
|
|
93
93
|
'Look for library': 'Look for library',
|
|
94
94
|
Yes: 'Yes',
|
|
95
95
|
No: 'No',
|
|
96
|
-
"
|
|
96
|
+
"This episode is not available for (re)listening": "This episode is not available for (re)listening",
|
|
97
97
|
"Emission doesn't exist": "Serie doesn't exist",
|
|
98
98
|
"Animator doesn't exist": "Host doesn't exist",
|
|
99
99
|
"Productor doesn't exist": "Producer doesn't exist",
|
package/src/locale/es.ts
CHANGED
|
@@ -93,7 +93,7 @@ export default{
|
|
|
93
93
|
'Look for library': 'Buscar biblioteca',
|
|
94
94
|
Yes: 'Sí',
|
|
95
95
|
No: 'No',
|
|
96
|
-
"
|
|
96
|
+
"This episode is not available for (re)listening": "Ese pódcast no está disponible para (re)escuchar",
|
|
97
97
|
"Emission doesn't exist": "Ese programa no existe",
|
|
98
98
|
"Animator doesn't exist": "Ese/a presentador/a no existe",
|
|
99
99
|
"Productor doesn't exist": "Ese productor no existe",
|
package/src/locale/fr.ts
CHANGED
|
@@ -93,7 +93,7 @@ export default{
|
|
|
93
93
|
'Look for library': 'Rechercher une bibliothèque',
|
|
94
94
|
Yes: 'Confirmer',
|
|
95
95
|
No: 'Annuler',
|
|
96
|
-
"
|
|
96
|
+
"This episode is not available for (re)listening": "Cet épisode n'est pas disponible à la (ré)écoute",
|
|
97
97
|
"Emission doesn't exist": "L'émission demandée n'existe pas",
|
|
98
98
|
"Animator doesn't exist": "L'intervenant demandé n'existe pas",
|
|
99
99
|
"Productor doesn't exist": "Le producteur demandé n'existe pas",
|
package/src/locale/it.ts
CHANGED
|
@@ -90,7 +90,7 @@ export default{
|
|
|
90
90
|
'Look for library': 'Cerca la libreria',
|
|
91
91
|
Yes: 'Sì',
|
|
92
92
|
No: 'No',
|
|
93
|
-
"
|
|
93
|
+
"This episode is not available for (re)listening": "Il podcast non è disponibile per il (ri)ascolto",
|
|
94
94
|
"Emission doesn't exist": "La serie non esiste",
|
|
95
95
|
"Animator doesn't exist": "L'host non esiste",
|
|
96
96
|
"Productor doesn't exist": "Il producer non esiste",
|
package/src/locale/sl.ts
CHANGED
|
@@ -93,7 +93,7 @@ export default{
|
|
|
93
93
|
'Look for library': 'Poišči knjižnico',
|
|
94
94
|
Yes: 'Da',
|
|
95
95
|
No: 'Ne',
|
|
96
|
-
"
|
|
96
|
+
"This episode is not available for (re)listening": "Ta epizoda ni na voljo za (ponovno) poslušanje",
|
|
97
97
|
"Emission doesn't exist": "Oddaja ne obstaja",
|
|
98
98
|
"Animator doesn't exist": "Napovedovalec ne obstaja",
|
|
99
99
|
"Productor doesn't exist": "Producent ne obstaja",
|