@saooti/octopus-sdk 39.2.13 → 39.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/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/src/stores/GeneralStore.ts +1 -1
package/package.json
CHANGED
package/src/locale/de.ts
CHANGED
|
@@ -204,7 +204,7 @@ export default {
|
|
|
204
204
|
"Copy and embed the HTML code into your email tool": "Kopieren Sie den HTML-Code und betten Sie ihn in Ihr E-Mail-Tool ein",
|
|
205
205
|
"Listen this episode": "Diese Folge anhören",
|
|
206
206
|
"Choose main color": "Wählen Sie die Farbe der Newsletter-Modulelemente",
|
|
207
|
-
"Octopus is ACPM Podcast accredited": "
|
|
207
|
+
"Octopus is ACPM Podcast accredited": "Saooti Play ist von der ACPM zertifiziert",
|
|
208
208
|
"Live episode": "Aktuelle Live-Übertragungen",
|
|
209
209
|
"This live will start": "Diese Live-Übertragung beginnt",
|
|
210
210
|
"In days hours minutes seconds":
|
package/src/locale/en.ts
CHANGED
|
@@ -202,7 +202,7 @@ export default {
|
|
|
202
202
|
"Copy and embed the HTML code into your email tool": "Copy and embed the HTML code into your email tool",
|
|
203
203
|
"Listen this episode": "Listen to this episode",
|
|
204
204
|
"Choose main color": "Choose the color of the newsletter module elements",
|
|
205
|
-
"Octopus is ACPM Podcast accredited": "
|
|
205
|
+
"Octopus is ACPM Podcast accredited": "Saooti Play is ACPM accredited",
|
|
206
206
|
"Live episode": "Current Live episodes",
|
|
207
207
|
"This live will start": "This live will start",
|
|
208
208
|
"In days hours minutes seconds":
|
package/src/locale/es.ts
CHANGED
|
@@ -204,7 +204,7 @@ export default {
|
|
|
204
204
|
"Listen this episode": "Escuchar este episodio",
|
|
205
205
|
"Choose main color": "Elija el color de los elementos del módulo de newsletter",
|
|
206
206
|
"Octopus is ACPM Podcast accredited":
|
|
207
|
-
"
|
|
207
|
+
"Saooti Play ha recibido la certificación ACPM",
|
|
208
208
|
"Live episode": "Episodios en directo ahora",
|
|
209
209
|
"This live will start": "La retransmisión en directo va a comenzar",
|
|
210
210
|
"In days hours minutes seconds":
|
package/src/locale/fr.ts
CHANGED
|
@@ -206,7 +206,7 @@ export default {
|
|
|
206
206
|
"Copy and embed the HTML code into your email tool": "Copiez et intégrez le code HTML dans votre outil d'e-mailing",
|
|
207
207
|
"Listen this episode": "Écouter ce podcast",
|
|
208
208
|
"Choose main color": "Choisir la couleur des éléments du module",
|
|
209
|
-
"Octopus is ACPM Podcast accredited": "
|
|
209
|
+
"Octopus is ACPM Podcast accredited": "Saooti Play est accrédité ACPM Podcasts",
|
|
210
210
|
"Live episode": "Épisode en live",
|
|
211
211
|
"This live will start": "Ce live débutera",
|
|
212
212
|
"In days hours minutes seconds":
|
package/src/locale/it.ts
CHANGED
|
@@ -201,7 +201,7 @@ export default{
|
|
|
201
201
|
"Copy and embed the HTML code into your email tool": 'Copia e incorpora il codice HTML nel tuo strumento di posta elettronica',
|
|
202
202
|
'Listen this episode': 'Ascolta questo episodio',
|
|
203
203
|
'Choose main color': 'Scegli il colore degli elementi del modulo newsletter',
|
|
204
|
-
'Octopus is ACPM Podcast accredited': '
|
|
204
|
+
'Octopus is ACPM Podcast accredited': 'Saooti Play è accreditata ACPM Podcast',
|
|
205
205
|
'Live episode': 'Episodi live',
|
|
206
206
|
'This live will start': 'Questo live inizierà',
|
|
207
207
|
'In days hours minutes seconds':
|
package/src/locale/sl.ts
CHANGED
|
@@ -199,7 +199,7 @@ export default {
|
|
|
199
199
|
"Listen this episode": "Poslušajte to epizodo",
|
|
200
200
|
"Choose main color": "Izberite barvo elementov modula newsletter",
|
|
201
201
|
"Octopus is ACPM Podcast accredited":
|
|
202
|
-
"
|
|
202
|
+
"Saooti Play je akreditiran pri organizaciji ACPM",
|
|
203
203
|
"Live episode": "Trenutne epizode v živo",
|
|
204
204
|
"This live will start": "Prenos v živo se bo začel",
|
|
205
205
|
"In days hours minutes seconds":
|
|
@@ -17,7 +17,7 @@ interface GeneralState {
|
|
|
17
17
|
}
|
|
18
18
|
export const useGeneralStore = defineStore("GeneralStore", {
|
|
19
19
|
state: (): GeneralState => ({
|
|
20
|
-
metaTitle: "
|
|
20
|
+
metaTitle: "Saooti Play",
|
|
21
21
|
platformEducation: false,
|
|
22
22
|
generalLogoUrl: "/img/logo_saooti_play_black.webp",
|
|
23
23
|
storedCategories: [],
|