@saooti/octopus-sdk 36.0.56 → 36.0.58
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
CHANGED
package/src/locale/en.ts
CHANGED
|
@@ -29,10 +29,10 @@ export default{
|
|
|
29
29
|
'Count more elements matched your query, please make a more specific search.':
|
|
30
30
|
'There are still {count} item (s) matching your search. Please do a more specific search.',
|
|
31
31
|
'Animator image': "Host image",
|
|
32
|
-
Emission: '
|
|
33
|
-
'Emission description': "
|
|
34
|
-
'Emission image': "
|
|
35
|
-
'Emission name': "
|
|
32
|
+
Emission: 'Series',
|
|
33
|
+
'Emission description': "Series description",
|
|
34
|
+
'Emission image': "Series image",
|
|
35
|
+
'Emission name': "Series title",
|
|
36
36
|
'No elements found. Consider changing the search query.':
|
|
37
37
|
'No elements found. Consider changing the search query.',
|
|
38
38
|
'Podcast is not visible for listeners':
|
|
@@ -94,7 +94,7 @@ export default{
|
|
|
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
|
-
"Emission doesn't exist": "
|
|
97
|
+
"Emission doesn't exist": "Series doesn't exist",
|
|
98
98
|
"Animator doesn't exist": "Host doesn't exist",
|
|
99
99
|
"Productor doesn't exist": "Producer doesn't exist",
|
|
100
100
|
'Create an account': 'Create an account',
|
|
@@ -121,7 +121,7 @@ export default{
|
|
|
121
121
|
'Speaker is not associated to any podcasts',
|
|
122
122
|
'Default version': 'Default version',
|
|
123
123
|
'Large version': 'Large version',
|
|
124
|
-
'Emission version': '
|
|
124
|
+
'Emission version': 'Series version',
|
|
125
125
|
'Large emission version': 'Large series version',
|
|
126
126
|
'Large suggestion version': 'Large suggestion version',
|
|
127
127
|
'Embed link': 'Embed miniplayer',
|
|
@@ -140,7 +140,7 @@ export default{
|
|
|
140
140
|
'Publish in future': 'See the episodes hidden from the audience',
|
|
141
141
|
'In error': 'In error',
|
|
142
142
|
'Emission with episode published :':
|
|
143
|
-
'
|
|
143
|
+
'Series with episode published since :',
|
|
144
144
|
Sort: 'Sorted',
|
|
145
145
|
Filter: 'Filter',
|
|
146
146
|
'Sort score': 'Sorted by relevancy score',
|