@saooti/octopus-sdk 37.0.6 → 37.0.8

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.
Files changed (236) hide show
  1. package/README.md +2 -2
  2. package/index.ts +22 -22
  3. package/package.json +26 -22
  4. package/src/App.vue +69 -60
  5. package/src/api/classicCrud.ts +12 -12
  6. package/src/api/initialize.ts +1 -1
  7. package/src/assets/transition.scss +34 -22
  8. package/src/components/display/aggregator/RssSection.vue +3 -3
  9. package/src/components/display/categories/CategoryChooser.vue +73 -60
  10. package/src/components/display/categories/CategoryFilter.vue +134 -90
  11. package/src/components/display/categories/CategoryList.vue +76 -62
  12. package/src/components/display/comments/AddCommentModal.vue +44 -44
  13. package/src/components/display/comments/CommentBasicView.vue +38 -30
  14. package/src/components/display/comments/CommentInput.vue +121 -106
  15. package/src/components/display/comments/CommentItem.vue +144 -102
  16. package/src/components/display/comments/CommentList.vue +117 -85
  17. package/src/components/display/comments/CommentParentInfo.vue +18 -15
  18. package/src/components/display/comments/CommentPlayer.vue +39 -41
  19. package/src/components/display/comments/CommentSection.vue +68 -53
  20. package/src/components/display/edit/EditBox.vue +7 -7
  21. package/src/components/display/edit/EditBoxRadio.vue +3 -4
  22. package/src/components/display/edit/EditCommentBox.vue +34 -36
  23. package/src/components/display/emission/EmissionInlineList.vue +75 -63
  24. package/src/components/display/emission/EmissionItem.vue +47 -35
  25. package/src/components/display/emission/EmissionList.vue +118 -83
  26. package/src/components/display/emission/EmissionPlayerItem.vue +89 -89
  27. package/src/components/display/filter/AdvancedSearch.vue +81 -73
  28. package/src/components/display/filter/CategorySearchFilter.vue +27 -25
  29. package/src/components/display/filter/DateFilter.vue +38 -38
  30. package/src/components/display/filter/MonetizableFilter.vue +16 -14
  31. package/src/components/display/filter/ProductorSearch.vue +55 -47
  32. package/src/components/display/filter/RubriqueChoice.vue +42 -27
  33. package/src/components/display/filter/RubriqueFilter.vue +130 -85
  34. package/src/components/display/filter/SearchOrder.vue +16 -11
  35. package/src/components/display/list/ListPaginate.vue +72 -70
  36. package/src/components/display/list/PaginateParams.vue +29 -30
  37. package/src/components/display/list/PaginateSection.vue +210 -0
  38. package/src/components/display/list/SwiperList.vue +28 -32
  39. package/src/components/display/live/CountDown.vue +12 -14
  40. package/src/components/display/live/LiveHorizontalList.vue +60 -50
  41. package/src/components/display/live/LiveItem.vue +42 -26
  42. package/src/components/display/live/LiveList.vue +92 -65
  43. package/src/components/display/live/RadioCurrently.vue +47 -42
  44. package/src/components/display/live/RadioImage.vue +40 -42
  45. package/src/components/display/live/RadioItem.vue +15 -22
  46. package/src/components/display/live/RadioList.vue +24 -21
  47. package/src/components/display/live/RadioPlanning.vue +105 -68
  48. package/src/components/display/organisation/OrganisationChooser.vue +58 -42
  49. package/src/components/display/organisation/OrganisationChooserLight.vue +27 -19
  50. package/src/components/display/participant/ParticipantItem.vue +89 -77
  51. package/src/components/display/participant/ParticipantList.vue +90 -60
  52. package/src/components/display/playlist/PlaylistItem.vue +32 -35
  53. package/src/components/display/playlist/PlaylistList.vue +70 -52
  54. package/src/components/display/playlist/PodcastList.vue +61 -50
  55. package/src/components/display/playlist/PodcastPlaylistInlineList.vue +47 -38
  56. package/src/components/display/podcasts/AnimatorsItem.vue +17 -15
  57. package/src/components/display/podcasts/ParticipantDescription.vue +21 -22
  58. package/src/components/display/podcasts/PodcastFilterList.vue +28 -26
  59. package/src/components/display/podcasts/PodcastImage.vue +129 -131
  60. package/src/components/display/podcasts/PodcastInlineList.vue +33 -29
  61. package/src/components/display/podcasts/PodcastInlineListClassic.vue +91 -71
  62. package/src/components/display/podcasts/PodcastInlineListTemplate.vue +94 -85
  63. package/src/components/display/podcasts/PodcastItem.vue +96 -90
  64. package/src/components/display/podcasts/PodcastItemInfo.vue +61 -65
  65. package/src/components/display/podcasts/PodcastList.vue +115 -84
  66. package/src/components/display/podcasts/PodcastModuleBox.vue +95 -104
  67. package/src/components/display/podcasts/PodcastPlayBar.vue +45 -32
  68. package/src/components/display/podcasts/PodcastSwiperList.vue +65 -55
  69. package/src/components/display/podcasts/TagList.vue +33 -37
  70. package/src/components/display/rubriques/RubriqueChooser.vue +70 -51
  71. package/src/components/display/rubriques/RubriqueList.vue +117 -89
  72. package/src/components/display/sharing/PlayerParameters.vue +45 -42
  73. package/src/components/display/sharing/QrCode.vue +52 -46
  74. package/src/components/display/sharing/ShareButtons.vue +18 -18
  75. package/src/components/display/sharing/ShareButtonsIntern.vue +100 -78
  76. package/src/components/display/sharing/ShareDistribution.vue +101 -67
  77. package/src/components/display/sharing/SharePlayer.vue +207 -127
  78. package/src/components/display/sharing/SharePlayerColors.vue +15 -15
  79. package/src/components/display/sharing/SharePlayerRadio.vue +62 -39
  80. package/src/components/display/sharing/SharePlayerTypes.vue +93 -55
  81. package/src/components/display/sharing/SubscribeButtons.vue +83 -32
  82. package/src/components/display/studio/RecordingItemButton.vue +3 -3
  83. package/src/components/form/ClassicCheckbox.vue +32 -31
  84. package/src/components/form/ClassicDatePicker.vue +47 -49
  85. package/src/components/form/ClassicInputText.vue +99 -98
  86. package/src/components/form/ClassicLoading.vue +11 -14
  87. package/src/components/form/ClassicMultiselect.vue +125 -126
  88. package/src/components/form/ClassicRadio.vue +15 -18
  89. package/src/components/form/ClassicSearch.vue +17 -23
  90. package/src/components/form/ClassicSelect.vue +35 -27
  91. package/src/components/form/{Wysiwyg.vue → ClassicWysiwyg.vue} +103 -118
  92. package/src/components/misc/AcpmImage.vue +6 -6
  93. package/src/components/misc/ClassicAccordion.vue +73 -0
  94. package/src/components/misc/ClassicNav.vue +117 -0
  95. package/src/components/misc/ClassicPopover.vue +212 -0
  96. package/src/components/misc/{Spinner.vue → ClassicSpinner.vue} +14 -15
  97. package/src/components/misc/ErrorMessage.vue +9 -17
  98. package/src/components/misc/FooterSection.vue +198 -0
  99. package/src/components/misc/HomeDropdown.vue +60 -60
  100. package/src/components/misc/LeftMenu.vue +115 -79
  101. package/src/components/misc/ProgressBar.vue +36 -32
  102. package/src/components/misc/SnackBar.vue +169 -0
  103. package/src/components/misc/TopBar.vue +162 -116
  104. package/src/components/misc/modal/ClassicModal.vue +99 -103
  105. package/src/components/misc/modal/ClipboardModal.vue +21 -23
  106. package/src/components/misc/modal/MessageModal.vue +22 -28
  107. package/src/components/misc/modal/NewsletterModal.vue +139 -113
  108. package/src/components/misc/modal/QrCodeModal.vue +14 -17
  109. package/src/components/misc/modal/ShareModalPlayer.vue +44 -60
  110. package/src/components/misc/player/PlayerCompact.vue +47 -62
  111. package/src/components/misc/player/{Player.vue → PlayerComponent.vue} +54 -46
  112. package/src/components/misc/player/PlayerLarge.vue +62 -61
  113. package/src/components/misc/player/PlayerProgressBar.vue +40 -30
  114. package/src/components/misc/player/PlayerTimeline.vue +32 -36
  115. package/src/components/misc/player/radio/RadioHistory.vue +62 -59
  116. package/src/components/misc/player/radio/RadioProgressBar.vue +44 -35
  117. package/src/components/mixins/cookies.ts +11 -10
  118. package/src/components/mixins/displayMethods.ts +5 -4
  119. package/src/components/mixins/handle403.ts +9 -9
  120. package/src/components/mixins/imageProxy.ts +14 -7
  121. package/src/components/mixins/init.ts +31 -16
  122. package/src/components/mixins/orgaComputed.ts +7 -7
  123. package/src/components/mixins/organisationFilter.ts +36 -22
  124. package/src/components/mixins/player/playerComment.ts +46 -37
  125. package/src/components/mixins/player/playerDisplay.ts +122 -87
  126. package/src/components/mixins/player/playerLive.ts +65 -43
  127. package/src/components/mixins/player/playerLogic.ts +133 -88
  128. package/src/components/mixins/player/playerTranscript.ts +48 -30
  129. package/src/components/mixins/radio/fetchRadioData.ts +40 -23
  130. package/src/components/mixins/selenium.ts +2 -2
  131. package/src/components/mixins/tagOfMixins.ts +11 -11
  132. package/src/components/pages/CategoryPage.vue +43 -0
  133. package/src/components/pages/{Emission.vue → EmissionPage.vue} +98 -67
  134. package/src/components/pages/{Emissions.vue → EmissionsPage.vue} +51 -44
  135. package/src/components/pages/Error403Page.vue +20 -19
  136. package/src/components/pages/HomePage.vue +144 -0
  137. package/src/components/pages/LivesPage.vue +66 -0
  138. package/src/components/pages/PageNotFound.vue +33 -22
  139. package/src/components/pages/{Participant.vue → ParticipantPage.vue} +63 -49
  140. package/src/components/pages/{Participants.vue → ParticipantsPage.vue} +9 -9
  141. package/src/components/pages/PlaylistPage.vue +175 -0
  142. package/src/components/pages/{Playlists.vue → PlaylistsPage.vue} +16 -14
  143. package/src/components/pages/PodcastPage.vue +365 -0
  144. package/src/components/pages/PodcastsPage.vue +152 -0
  145. package/src/components/pages/RadioPage.vue +131 -0
  146. package/src/components/pages/RubriquePage.vue +45 -0
  147. package/src/components/pages/{Search.vue → SearchPage.vue} +19 -19
  148. package/src/helper/dom.ts +1 -1
  149. package/src/helper/duration.ts +10 -4
  150. package/src/helper/useEventListener.ts +7 -8
  151. package/src/i18n.ts +31 -30
  152. package/src/locale/de.ts +272 -257
  153. package/src/locale/educationen.ts +13 -13
  154. package/src/locale/educationfr.ts +1 -1
  155. package/src/locale/en.ts +332 -324
  156. package/src/locale/es.ts +334 -318
  157. package/src/locale/fr.ts +339 -324
  158. package/src/locale/it.ts +341 -328
  159. package/src/locale/messages.ts +9 -9
  160. package/src/locale/sl.ts +324 -319
  161. package/src/main.ts +28 -31
  162. package/src/router/router.ts +218 -198
  163. package/src/shims-tsx.d.ts +1 -1
  164. package/src/shims-vue.d.ts +1 -1
  165. package/src/stores/ApiStore.ts +44 -44
  166. package/src/stores/AuthStore.ts +21 -15
  167. package/src/stores/CommentStore.ts +13 -11
  168. package/src/stores/FilterStore.ts +25 -15
  169. package/src/stores/GeneralStore.ts +15 -15
  170. package/src/stores/ParamSdkStore.ts +179 -137
  171. package/src/stores/PlayerStore.ts +139 -125
  172. package/src/stores/class/adserver/adserverConfig.ts +1 -1
  173. package/src/stores/class/adserver/adserverOtherEmission.ts +9 -9
  174. package/src/stores/class/cartouchier/cartouche.ts +4 -4
  175. package/src/stores/class/cartouchier/cartouchier.ts +2 -2
  176. package/src/stores/class/conference/conference.ts +10 -9
  177. package/src/stores/class/conference/conferenceMessage.ts +2 -2
  178. package/src/stores/class/conference/conferenceParticipant.ts +1 -1
  179. package/src/stores/class/conference/studioCall.ts +6 -6
  180. package/src/stores/class/contract/contractOrganisation.ts +5 -5
  181. package/src/stores/class/ftp/ftpEmission.ts +9 -9
  182. package/src/stores/class/ftp/testFtpEmission.ts +4 -4
  183. package/src/stores/class/general/audioView.ts +19 -19
  184. package/src/stores/class/general/category.ts +1 -1
  185. package/src/stores/class/general/classicSelectType.ts +2 -3
  186. package/src/stores/class/general/customPlayer.ts +8 -8
  187. package/src/stores/class/general/emission.ts +20 -20
  188. package/src/stores/class/general/fetchParam.ts +8 -2
  189. package/src/stores/class/general/initState.ts +31 -31
  190. package/src/stores/class/general/interfacePageable.ts +13 -13
  191. package/src/stores/class/general/ituneCategory.ts +4 -4
  192. package/src/stores/class/general/listReturn.ts +12 -12
  193. package/src/stores/class/general/media.ts +7 -7
  194. package/src/stores/class/general/organisation.ts +9 -9
  195. package/src/stores/class/general/pageable.ts +10 -10
  196. package/src/stores/class/general/participant.ts +7 -7
  197. package/src/stores/class/general/player.ts +30 -28
  198. package/src/stores/class/general/playlist.ts +17 -19
  199. package/src/stores/class/general/podcast.ts +19 -19
  200. package/src/stores/class/general/sortPageable.ts +4 -4
  201. package/src/stores/class/general/soundcastCategory.ts +7 -7
  202. package/src/stores/class/ouestFrance/ofTag.ts +34 -34
  203. package/src/stores/class/ouestFrance/ofTagInfo.ts +9 -9
  204. package/src/stores/class/ouestFrance/ofTagPage.ts +7 -7
  205. package/src/stores/class/ouestFrance/ofTagSeo.ts +7 -7
  206. package/src/stores/class/ouestFrance/ofTagVente.ts +6 -6
  207. package/src/stores/class/ouestFrance/ofTagWithParents.ts +20 -20
  208. package/src/stores/class/radio/canal.ts +4 -4
  209. package/src/stores/class/radio/live.ts +6 -6
  210. package/src/stores/class/radio/mix.ts +16 -16
  211. package/src/stores/class/radio/playlistMedia.ts +7 -7
  212. package/src/stores/class/radio/recurrence.ts +54 -54
  213. package/src/stores/class/rss/rssEmission.ts +13 -13
  214. package/src/stores/class/rss/rssInfo.ts +7 -7
  215. package/src/stores/class/rubrique/rubriquage.ts +2 -2
  216. package/src/stores/class/rubrique/rubrique.ts +1 -1
  217. package/src/stores/class/stat/statArrayIncome.ts +5 -5
  218. package/src/stores/class/stat/statArrayObject.ts +26 -26
  219. package/src/stores/class/stat/statGraph.ts +6 -6
  220. package/src/stores/class/user/person.ts +4 -2
  221. package/src/stores/class/user/profile.ts +4 -2
  222. package/src/stores/class/user/userKeycloak.ts +4 -5
  223. package/src/components/display/list/Paginate.vue +0 -181
  224. package/src/components/misc/Accordion.vue +0 -78
  225. package/src/components/misc/Footer.vue +0 -169
  226. package/src/components/misc/Nav.vue +0 -119
  227. package/src/components/misc/Popover.vue +0 -193
  228. package/src/components/misc/Snackbar.vue +0 -168
  229. package/src/components/pages/Category.vue +0 -41
  230. package/src/components/pages/Home.vue +0 -125
  231. package/src/components/pages/Lives.vue +0 -64
  232. package/src/components/pages/Playlist.vue +0 -164
  233. package/src/components/pages/Podcast.vue +0 -307
  234. package/src/components/pages/Podcasts.vue +0 -146
  235. package/src/components/pages/Radio.vue +0 -122
  236. package/src/components/pages/Rubrique.vue +0 -42
package/src/locale/it.ts CHANGED
@@ -1,328 +1,341 @@
1
- export default{
2
- 'Edit my profile': 'Il mio profilo',
3
- 'Edit my organisation': 'La mia organizzazione',
4
- Logout: 'Logout',
5
- Login: 'Login',
6
- 'Animated by': 'Ospitato da',
7
- Home: 'Homepage',
8
- Podcasts: 'Episodi',
9
- Emissions: 'Serie',
10
- Productors: 'Producer',
11
- Productor: 'Producer',
12
- Speakers: 'Speaker',
13
- Guests: 'Ospiti',
14
- Favorites: 'Preferiti',
15
- Distributor: 'Distributore',
16
- Image: 'Immagine',
17
-
18
- 'See my statistics': "Report sull'audience",
19
- 'Edit / Delete episodes': 'I miei episodi',
20
- 'Welcome in the Backoffice': 'Amministrazione',
21
- 'Please set an animator': 'Seleziona o crea un moderatore',
22
- 'Producted by : ': 'Prodotto da:',
23
- 'Loading podcasts ...': 'Podcast in caricamento...',
24
- 'Logo of main page': 'Logo della pagina principale',
25
- 'All podcasts': 'Tutti i podcast',
26
- Error: 'Errore',
27
- Upload: 'Upload',
28
- 'Count more elements matched your query, please make a more specific search.': `Troppi elementi corrispondono alla tua ricerca, effettua una ricerca più specifica`,
29
- 'There are still {count} item (s) matching your search. Please do a more specific search.' : 'Ci sono ancora {count} articoli corrispondenti alla tua ricerca. Effettua una ricerca più specifica',
30
- Emission: 'Serie',
31
- 'Emission description': "Descrizione della serie",
32
- 'Emission image': "Immagine della serie",
33
- 'Emission name': "Titolo della serie",
34
- 'No elements found. Consider changing the search query.':
35
- 'Non è stato trovato alcun elemento. Prova a cambiare i parametri di ricerca',
36
- 'Podcast is not visible for listeners':
37
- "Il podcast non è visibile agli ascoltatori",
38
- Validate: 'Convalidare',
39
- Cancel: 'Cancellare',
40
- 'Most popular': 'Più popolari',
41
- 'Last added': 'Ultimi aggiunti',
42
- 'All podcast button': 'Tutti i podcast di "{name}"',
43
- 'Podcast search': 'Cerca fra i podcast',
44
- 'No podcast match your query':
45
- 'Nessun podcast corrisponde alla tua ricerca',
46
- 'Please type at least three characters': 'Digitare almeno tre caratteri',
47
- 'My space': 'Amministrazione',
48
- 'All participants': 'Tutti gli speaker',
49
- 'All productors': 'Tutti i producer',
50
- 'All emissions': 'Tutte le serie',
51
- 'Filter by keyword : ': 'Filtra tramite parola chiave:',
52
- 'Look for participant name': 'Cerca lo speaker tramite il nome',
53
- 'Look for productor name': 'Cerca il producer tramite il titolo',
54
- 'Look for emission name': 'Cerca la serie tramite il titolo',
55
- 'Look for podcast name': 'Cerca il podcast tramite il titolo',
56
- 'Type string to filter by organisation': 'Filtra per organizzazione',
57
- 'Type string to filter by emission': 'Filtra per serie',
58
- 'Type string to filter by podcast': 'Filtra per podcast',
59
- 'No organisation filter': 'Nessun filtro per organizzazione',
60
- 'No emission filter': 'Nessun filtro per serie',
61
- 'No podcast filter': 'Nessun filtro per podcast',
62
- 'Loading participants ...': 'Caricamento degli speaker...',
63
- 'Loading productors ...': 'Caricamento dei producer...',
64
- 'Loading emissions ...': 'Caricamento delle serie...',
65
- 'Emission name image': "Immagine per la serie {name}",
66
- 'Loading content ...': 'Caricamento contenuto...',
67
- Episode: 'Episodio',
68
- 'Episode name image': "Immagine dell'episodio {name}",
69
- 'More episodes of this emission': "Altri episodi di questa serie",
70
- 'All podcast emission button': "Seleziona tutte le serie",
71
- Duration: 'Durata: {duration}',
72
- Animator: 'Host',
73
- 'No category filter': 'Nessun filtro per la categoria',
74
- 'Type string to filter by categories': 'Filtra la categoria tramite il titolo',
75
- Search: 'Ricerca',
76
- Close: 'Chiudi',
77
- Embed: 'Player',
78
- Share: 'Condividi questa pagina',
79
- 'Share the player': 'Condividi il lettore',
80
- 'Share player': 'Condividi il lettore',
81
- 'Copy code': 'Copia il codice',
82
- Copy: 'Copia',
83
- Show: 'Mostra',
84
- 'Last podcasts': 'Gli ultimi podcast',
85
- Contact: 'Contatti',
86
- 'List is empty': 'La lista è vuota',
87
- 'Used libraries': 'Libreria in uso ',
88
- Front: 'Fronte',
89
- Back: 'Retro',
90
- 'Look for library': 'Cerca la libreria',
91
- Yes: 'Sì',
92
- No: 'No',
93
- "This episode is not available for (re)listening": "Il podcast non è disponibile per il (ri)ascolto",
94
- "Emission doesn't exist": "La serie non esiste",
95
- "Animator doesn't exist": "L'host non esiste",
96
- "Productor doesn't exist": "Il producer non esiste",
97
- 'Create an account': 'Crea un account',
98
- 'Link in clipboard': 'Link copiato negli appunti',
99
- 'Data in clipboard': 'Dati negli appunti',
100
- 'check this box if you want to keep this filter for the rest of your visit':
101
- 'Seleziona questa casella se vuoi mantenere questo filtro per il resto della tua visita',
102
- 'No advertising': 'Niente pubblicità',
103
- 'You cannot insert advertising':
104
- 'In questo podcast non si può inserire pubblicità',
105
- 'Prohibited advertising': 'Pubblicità non autorizzata',
106
- 'Authorized advertising': 'Pubblicità autorizzata',
107
- Distribute: 'Distribuzione',
108
- 'Rss feed:': 'RSS Feed:',
109
- 'See more': 'Ascolta altri',
110
- 'Search results': 'Cerca risultati per "{query}"',
111
- 'Search - no results': 'Ricerca - nessun risultato per "{query}"',
112
- Downloading: 'In download',
113
- 'Subscribe to this emission': "Iscriviti a questa serie",
114
- 'Subscribe to this participant': "Iscriviti a questo speaker",
115
- 'Subscribe to this RSS feed': "Iscriviti a questo feed RSS",
116
- 'Emission have not podcasts': "Questa serie non ha alcun podcast",
117
- 'Participant have not podcasts':
118
- 'Questo speaker non è associato ad alcun podcast',
119
- 'Default version': 'Versione di default',
120
- 'Large version': 'Versione estesa',
121
- 'Emission version': 'Versione della serie',
122
- 'Large emission version': 'Versione estesa della serie',
123
- 'Large suggestion version': 'Versione estesa consigliata',
124
- 'Embed link': 'Inserisci lettore',
125
- 'Embedly link': 'Player link',
126
- 'Direct link': 'Audio link',
127
- 'Advanced filters': 'Ricerca avanzata',
128
- Advertising: 'Pubblicità',
129
- 'By topic': 'Per tema',
130
- 'By rubric': 'Per rubrica',
131
- 'Type string to filter by rubrics': 'Filtra per rubriche',
132
- 'No rubric filter': 'No filtri rubrica',
133
- 'From the :': 'Dal :',
134
- 'To the :': "Al :",
135
- Visible: 'Visibile',
136
- 'In creation': 'Caricamento in corso',
137
- 'Publish in future': "Vedi l'episodio nascosto al pubblico",
138
- 'In error': 'In errore',
139
- 'Emission with episode published :':'Serie con episodi pubblicati dal:',
140
- Sort: 'Suddividi',
141
- Filter: 'Filtro',
142
- 'Sort score': 'Suddiviso per grado di rilevanza',
143
- 'Sort name': 'Suddividi titolo',
144
- 'Sort last': 'Suddividi ultimo',
145
- 'Choose color': 'Seleziona colore',
146
- 'Choose theme': 'Seleziona tema',
147
- 'Podcast no visible': 'Podcast non visibile',
148
- 'Display episodes': 'Mostra episodi',
149
- 'Podcast published in future': 'Podcast pubblicato in futuro',
150
- 'Podcast in process': 'Podcast in elaborazione',
151
- 'Podcast in error': 'Podcast in errore',
152
- 'See podcasts no visible':
153
- 'Vedi podcast non visibili al pubblico',
154
- 'Number podcasts': '{nb} podcast',
155
- 'Number emissions': '{nb} serie',
156
- 'Number participants': '{nb} speaker',
157
- 'Number productors': '{nb} producer',
158
- 'Display next': 'Mostra episodi seguenti',
159
- 'Display previous': 'Mostra episodi precedenti',
160
- Play: 'Play',
161
- Pause: 'Pausa',
162
- 'Show description': 'Mostra descrizione',
163
- 'Hide description': 'Nascondi descrizione',
164
- 'open left Menu': 'Apri/Chiudi Menu',
165
- Participant: 'Speaker',
166
- 'Number of player podcasts': "Numero di podcast nel lettore",
167
- 'Proceed reading': 'Continua ad ascoltare',
168
- 'Without topic': 'Senza un tema',
169
- 'Without rubric': 'Senza una rubrica',
170
- 'Consider podcasts no visible':
171
- 'Includi i podcast non visibili al pubblico',
172
- 'Hosted by': 'Presentato da',
173
- TutoMag: 'TutoMag',
174
- News: 'Notizie',
175
- 'Known issues': 'Problemi noti',
176
- Help: 'Aiuto',
177
- 'Podcast play error': 'Si è verificato un errore durante la riproduzione del podcast',
178
- 'More episodes': 'Altri episodi',
179
- Stop: 'Stop',
180
- 'Share this page without edit and share blocks':
181
- "Condividi questa pagina senza modificare",
182
- 'Podcast in cancelled status': 'Podcast contrassegnato come eliminato',
183
- 'Show every episode': 'Mostra tutti gli episodi',
184
- 'Subscribe emission': "Iscriviti alla serie",
185
- 'Rss feed parameters': 'Impostazioni RSS Feed',
186
- 'Not share episodes before':
187
- 'Non condividere episodi prima',
188
- 'Not share episodes after':
189
- 'Non condividere episodi dopo',
190
- hours: 'ora(e)',
191
- days: 'giorno(i)',
192
- Live: 'Live',
193
- 'In live': 'Live ora',
194
- 'Launch a new live': 'Crea un nuovo live',
195
- 'Loading lives...': 'Live in caricamento...',
196
- 'No live currently': "Non ci sono live disponibili al momento",
197
- 'live upcoming': 'Live in arrivo',
198
- "live in few time":"Live presto diponibile",
199
- Debriefing: 'Debriefing',
200
- Publishing: 'In corso di pubblicazione',
201
- 'select productor': 'Seleziona producer',
202
- 'Share newsletter': "Condividi newsletter",
203
- Configuration: 'Configurazione',
204
- 'HTML Code': 'Codice HTML',
205
- 'Listen this episode': 'Ascolta questo episodio',
206
- 'Display emission name': "Mostra il titolo della serie",
207
- 'Display participants list': 'Mostra la lista degli speaker',
208
- 'Choose main color': 'Seleziona colore principale',
209
- 'Octopus is ACPM Podcast accredited': 'Octopus è accreditata ACPM Podcast',
210
- 'Live episode': 'Episodi live',
211
- 'This live will start': 'Questo live inizierà',
212
- 'In days hours minutes seconds':
213
- 'in {days} giorni {hours} ore {minutes} minuti e {seconds} secondi',
214
- 'Open studio': 'Open studio',
215
- 'Episode record in live': 'Episodio registrato live',
216
- 'In a moment': 'Tra poco',
217
- 'Next live date': 'Il prossimo live è previsto il {date}',
218
- 'Not recording': 'Non registrato',
219
- 'A live can start any moment': 'Una sessione live può iniziare presto',
220
- 'Recorded in live': 'Registrato live',
221
- 'Podcast linked to waiting live': 'Podcast collegato a un live in attesa',
222
- Playlists: 'Playlist',
223
- Playlist: 'Playlist',
224
- 'All playlists': 'Tutte le playlist',
225
- 'Look for playlist name': 'Ricerca playlist per titolo',
226
- 'Number playlists': '{nb} playlist',
227
- 'Playlist have not podcasts': "Questa playlist non contiene nessun podcast",
228
- "Playlist doesn't exist": "La playlist richiesta non esiste",
229
- 'Playlist name image': 'Titolo playlist {name}',
230
- 'Create playlist': 'Crea playlist',
231
- 'Podcasts in the playlist': 'Tutti i podcast nella playlist',
232
- 'No podcasts in the playlist': "Non ci sono podcast disponibili nella playlist",
233
- 'Start in a while': 'Inizia in qualsiasi momento',
234
- 'All live emission button': "Tutti i live nella serie",
235
- 'player parameters': 'Impostazioni lettore',
236
- 'Start at': 'Inizia a',
237
- 'sort by score': 'per grado di rilevanza',
238
- 'sort by alphabetical': 'suddiviso in ordine alfabetico',
239
- 'sort by date': 'suddiviso per data',
240
- 'Be the first to react': 'Commenta per primo',
241
- "Podcast's comments": "Commenti per questo podcast",
242
- '()': '({nb})',
243
- 'Write a comment': 'Scrivi un commento',
244
- 'Answer a comment': 'Rispondi al commento',
245
- 'See more comments': 'Vedi altri commenti',
246
- 'To answer': 'Rispondere',
247
- 'Display answers': 'Mostra le risposte {nb}',
248
- 'Hide answers': 'Nascondi le risposte',
249
- 'Read more': 'Continua a leggere',
250
- 'Read less': 'Nascondi',
251
- '(nb valid comment answers)': '({nb} risposte valide nei commenti)',
252
- 'Welcome, thanks for your comment': 'Benvenutə, grazie per il tuo commento',
253
- "Let's get acquainted :": "Facciamo conoscenza:",
254
- 'Send in progress': 'Invio in corso...',
255
- 'Error occurs while post your comment...':
256
- 'Si è verificato un errore durante la pubblicazione del tuo commento...',
257
- 'Comments loading error': 'Si è verificato un errore durante il caricamento dei commenti',
258
- 'Certified account': 'Account certificato',
259
- 'No comments': 'Nessun commento',
260
- 'In response to': 'In risposta a',
261
- 'Please chose a productor': 'Scegli un producer',
262
- 'Podcast in ERROR, please contact Saooti':
263
- "Podcast in ERRORE, si prega di contattare Saooti",
264
- 'Podcast still available':
265
- "Podcast disponibile agli utenti",
266
- 'Podcasts still available':
267
- 'Mantieni gli episodi nascosti disponibili agli ascoltatori',
268
- 'Podcast image': "Immagine del podcast",
269
- 'Recaptcha error':
270
- 'Recaptcha di Google non pensa che tu sia un umano',
271
- 'Recaptcha not active': 'Google captcha disattivato',
272
- 'Comment waiting':
273
- "Questo commento non sarà visibile ad altri utenti fino a quando non sarà validato",
274
- 'Display all podcasts to validate': 'Mostra tutti i podcast da validare',
275
- 'Display my podcasts to validate': 'Mostra i miei podcast da validare',
276
- 'Podcast not validated': "Podcast non validato",
277
- 'Podcast to validate': 'Podcast da validare',
278
- 'Change locale': 'Cambia la lingua',
279
- 'Refresh': 'Aggiorna',
280
- 'See associated article':"Leggi l'articolo",
281
- "Display associated article":"Mostra articolo associato",
282
- "Copy this page URL":"Copia link",
283
- "Custom version":"Versione customizzata",
284
- "All":"Tutto",
285
- 'By category': 'Per categoria',
286
- "Add a sort criterion by topic":"Aggiungi un criterio di suddivisione per tema",
287
- 'Share QR Code': "Condividi il QR Code",
288
- "Download":"Download",
289
- "Download started": 'Il download è iniziato',
290
- 'From RSS': "Da un RSS Feed ",
291
- "User menu":"Menu utente",
292
- 'Podcast tags': 'Tag podcast',
293
- "Term of use":"Termini d'uso",
294
- 'More episodes of this category : ': "Altri episodi su questo tema : {name}",
295
- "Enlarge":"Ingrandire",
296
- "Reduce":"Ridurre",
297
- "Use organization color":"Usa il colore dell'organizzazione",
298
- "Oops":"Oups",
299
- "The page you are looking for cannot be found":"Impossibile trovare la pagina che stai cercando",
300
- 'Back to home': "Torna alla schermata 'home'",
301
- "Warning":"Avvertimento",
302
- "Visual":"Visiva di {name}",
303
- "If the transcript is available, show it":"Se la trascrizione è disponibile, mostrala",
304
- "Photo credits":"Crediti fotografici",
305
- "Audio credits":"Crediti audio",
306
- "View transcript":"Visualizza trascrizione",
307
- "Suggested listening":"Ascolto suggerito",
308
- "More":"Di più",
309
- "Social networks":"Social networks",
310
- "Newsletter":"Newsletter",
311
- "QR Code":"QR Code",
312
- "Rss feed": "RSS Feed",
313
- "Multiselect max options":"Massimo di {max} opzioni simultanee. Per prima cosa rimuovi un'opzione per poterne selezionare una nuova",
314
- "Mix of episodes":"Mix di episodi",
315
- "Radio & Live":"Radio & Diretta",
316
- "Selection by status":"Selezione per stato",
317
- "All lives":"Tutte los dirretos",
318
- 'In debriefing': 'In debriefing',
319
- 'In the process of being published': 'In corso di pubblicazione',
320
- "Radio":"Radio",
321
- "Currently":"Attualmente",
322
- "Program":"Programma",
323
- "No programming":"Non programmazione",
324
- 'Canal name image': 'Immagine del canale {name}',
325
- "Show animated wave":"Mostra onda animata",
326
- 'Characters number calculated over HTML code':'Il numero di caratteri è calcolato dal codice HTML generato da questo editor. È possibile visualizzare il codice cliccando su "html".',
327
- 'Previously':"In precedenza",
328
- };
1
+ export default {
2
+ "Edit my profile": "Il mio profilo",
3
+ "Edit my organisation": "La mia organizzazione",
4
+ Logout: "Logout",
5
+ Login: "Login",
6
+ "Animated by": "Ospitato da",
7
+ Home: "Homepage",
8
+ Podcasts: "Episodi",
9
+ Emissions: "Serie",
10
+ Productors: "Producer",
11
+ Productor: "Producer",
12
+ Speakers: "Speaker",
13
+ Guests: "Ospiti",
14
+ Favorites: "Preferiti",
15
+ Distributor: "Distributore",
16
+ Image: "Immagine",
17
+
18
+ "See my statistics": "Report sull'audience",
19
+ "Edit / Delete episodes": "I miei episodi",
20
+ "Welcome in the Backoffice": "Amministrazione",
21
+ "Please set an animator": "Seleziona o crea un moderatore",
22
+ "Producted by : ": "Prodotto da:",
23
+ "Loading podcasts ...": "Podcast in caricamento...",
24
+ "Logo of main page": "Logo della pagina principale",
25
+ "All podcasts": "Tutti i podcast",
26
+ Error: "Errore",
27
+ Upload: "Upload",
28
+ "Count more elements matched your query, please make a more specific search.": `Troppi elementi corrispondono alla tua ricerca, effettua una ricerca più specifica`,
29
+ "There are still {count} item (s) matching your search. Please do a more specific search.":
30
+ "Ci sono ancora {count} articoli corrispondenti alla tua ricerca. Effettua una ricerca più specifica",
31
+ Emission: "Serie",
32
+ "Emission description": "Descrizione della serie",
33
+ "Emission image": "Immagine della serie",
34
+ "Emission name": "Titolo della serie",
35
+ "No elements found. Consider changing the search query.":
36
+ "Non è stato trovato alcun elemento. Prova a cambiare i parametri di ricerca",
37
+ "Podcast is not visible for listeners":
38
+ "Il podcast non è visibile agli ascoltatori",
39
+ Validate: "Convalidare",
40
+ Cancel: "Cancellare",
41
+ "Most popular": "Più popolari",
42
+ "Last added": "Ultimi aggiunti",
43
+ "All podcast button": 'Tutti i podcast di "{name}"',
44
+ "Podcast search": "Cerca fra i podcast",
45
+ "No podcast match your query": "Nessun podcast corrisponde alla tua ricerca",
46
+ "Please type at least three characters": "Digitare almeno tre caratteri",
47
+ "My space": "Amministrazione",
48
+ "All participants": "Tutti gli speaker",
49
+ "All productors": "Tutti i producer",
50
+ "All emissions": "Tutte le serie",
51
+ "Filter by keyword : ": "Filtra tramite parola chiave:",
52
+ "Look for participant name": "Cerca lo speaker tramite il nome",
53
+ "Look for productor name": "Cerca il producer tramite il titolo",
54
+ "Look for emission name": "Cerca la serie tramite il titolo",
55
+ "Look for podcast name": "Cerca il podcast tramite il titolo",
56
+ "Type string to filter by organisation": "Filtra per organizzazione",
57
+ "Type string to filter by emission": "Filtra per serie",
58
+ "Type string to filter by podcast": "Filtra per podcast",
59
+ "No organisation filter": "Nessun filtro per organizzazione",
60
+ "No emission filter": "Nessun filtro per serie",
61
+ "No podcast filter": "Nessun filtro per podcast",
62
+ "Loading participants ...": "Caricamento degli speaker...",
63
+ "Loading productors ...": "Caricamento dei producer...",
64
+ "Loading emissions ...": "Caricamento delle serie...",
65
+ "Emission name image": "Immagine per la serie {name}",
66
+ "Loading content ...": "Caricamento contenuto...",
67
+ Episode: "Episodio",
68
+ "Episode name image": "Immagine dell'episodio {name}",
69
+ "More episodes of this emission": "Altri episodi di questa serie",
70
+ "All podcast emission button": "Seleziona tutte le serie",
71
+ Duration: "Durata: {duration}",
72
+ Animator: "Host",
73
+ "No category filter": "Nessun filtro per la categoria",
74
+ "Type string to filter by categories":
75
+ "Filtra la categoria tramite il titolo",
76
+ Search: "Ricerca",
77
+ Close: "Chiudi",
78
+ Embed: "Player",
79
+ Share: "Condividi questa pagina",
80
+ "Share the player": "Condividi il lettore",
81
+ "Share player": "Condividi il lettore",
82
+ "Copy code": "Copia il codice",
83
+ Copy: "Copia",
84
+ Show: "Mostra",
85
+ "Last podcasts": "Gli ultimi podcast",
86
+ Contact: "Contatti",
87
+ "List is empty": "La lista è vuota",
88
+ "Used libraries": "Libreria in uso ",
89
+ Front: "Fronte",
90
+ Back: "Retro",
91
+ "Look for library": "Cerca la libreria",
92
+ Yes: "Sì",
93
+ No: "No",
94
+ "This episode is not available for (re)listening":
95
+ "Il podcast non è disponibile per il (ri)ascolto",
96
+ "Emission doesn't exist": "La serie non esiste",
97
+ "Animator doesn't exist": "L'host non esiste",
98
+ "Productor doesn't exist": "Il producer non esiste",
99
+ "Create an account": "Crea un account",
100
+ "Link in clipboard": "Link copiato negli appunti",
101
+ "Data in clipboard": "Dati negli appunti",
102
+ "check this box if you want to keep this filter for the rest of your visit":
103
+ "Seleziona questa casella se vuoi mantenere questo filtro per il resto della tua visita",
104
+ "No advertising": "Niente pubblicità",
105
+ "You cannot insert advertising":
106
+ "In questo podcast non si può inserire pubblicità",
107
+ "Prohibited advertising": "Pubblicità non autorizzata",
108
+ "Authorized advertising": "Pubblicità autorizzata",
109
+ Distribute: "Distribuzione",
110
+ "Rss feed:": "RSS Feed:",
111
+ "See more": "Ascolta altri",
112
+ "Search results": 'Cerca risultati per "{query}"',
113
+ "Search - no results": 'Ricerca - nessun risultato per "{query}"',
114
+ Downloading: "In download",
115
+ "Subscribe to this emission": "Iscriviti a questa serie",
116
+ "Subscribe to this participant": "Iscriviti a questo speaker",
117
+ "Subscribe to this RSS feed": "Iscriviti a questo feed RSS",
118
+ "Emission have not podcasts": "Questa serie non ha alcun podcast",
119
+ "Participant have not podcasts":
120
+ "Questo speaker non è associato ad alcun podcast",
121
+ "Default version": "Versione di default",
122
+ "Large version": "Versione estesa",
123
+ "Emission version": "Versione della serie",
124
+ "Large emission version": "Versione estesa della serie",
125
+ "Large suggestion version": "Versione estesa consigliata",
126
+ "Embed link": "Inserisci lettore",
127
+ "Embedly link": "Player link",
128
+ "Direct link": "Audio link",
129
+ "Advanced filters": "Ricerca avanzata",
130
+ Advertising: "Pubblicità",
131
+ "By topic": "Per tema",
132
+ "By rubric": "Per rubrica",
133
+ "Type string to filter by rubrics": "Filtra per rubriche",
134
+ "No rubric filter": "No filtri rubrica",
135
+ "From the :": "Dal :",
136
+ "To the :": "Al :",
137
+ Visible: "Visibile",
138
+ "In creation": "Caricamento in corso",
139
+ "Publish in future": "Vedi l'episodio nascosto al pubblico",
140
+ "In error": "In errore",
141
+ "Emission with episode published :": "Serie con episodi pubblicati dal:",
142
+ Sort: "Suddividi",
143
+ Filter: "Filtro",
144
+ "Sort score": "Suddiviso per grado di rilevanza",
145
+ "Sort name": "Suddividi titolo",
146
+ "Sort last": "Suddividi ultimo",
147
+ "Choose color": "Seleziona colore",
148
+ "Choose theme": "Seleziona tema",
149
+ "Podcast no visible": "Podcast non visibile",
150
+ "Display episodes": "Mostra episodi",
151
+ "Podcast published in future": "Podcast pubblicato in futuro",
152
+ "Podcast in process": "Podcast in elaborazione",
153
+ "Podcast in error": "Podcast in errore",
154
+ "See podcasts no visible": "Vedi podcast non visibili al pubblico",
155
+ "Number podcasts": "{nb} podcast",
156
+ "Number emissions": "{nb} serie",
157
+ "Number participants": "{nb} speaker",
158
+ "Number productors": "{nb} producer",
159
+ "Display next": "Mostra episodi seguenti",
160
+ "Display previous": "Mostra episodi precedenti",
161
+ Play: "Play",
162
+ Pause: "Pausa",
163
+ "Show description": "Mostra descrizione",
164
+ "Hide description": "Nascondi descrizione",
165
+ "open left Menu": "Apri/Chiudi Menu",
166
+ Participant: "Speaker",
167
+ "Number of player podcasts": "Numero di podcast nel lettore",
168
+ "Proceed reading": "Continua ad ascoltare",
169
+ "Without topic": "Senza un tema",
170
+ "Without rubric": "Senza una rubrica",
171
+ "Consider podcasts no visible": "Includi i podcast non visibili al pubblico",
172
+ "Hosted by": "Presentato da",
173
+ TutoMag: "TutoMag",
174
+ News: "Notizie",
175
+ "Known issues": "Problemi noti",
176
+ Help: "Aiuto",
177
+ "Podcast play error":
178
+ "Si è verificato un errore durante la riproduzione del podcast",
179
+ "More episodes": "Altri episodi",
180
+ Stop: "Stop",
181
+ "Share this page without edit and share blocks":
182
+ "Condividi questa pagina senza modificare",
183
+ "Podcast in cancelled status": "Podcast contrassegnato come eliminato",
184
+ "Show every episode": "Mostra tutti gli episodi",
185
+ "Subscribe emission": "Iscriviti alla serie",
186
+ "Rss feed parameters": "Impostazioni RSS Feed",
187
+ "Not share episodes before": "Non condividere episodi prima",
188
+ "Not share episodes after": "Non condividere episodi dopo",
189
+ hours: "ora(e)",
190
+ days: "giorno(i)",
191
+ Live: "Live",
192
+ "In live": "Live ora",
193
+ "Launch a new live": "Crea un nuovo live",
194
+ "Loading lives...": "Live in caricamento...",
195
+ "No live currently": "Non ci sono live disponibili al momento",
196
+ "live upcoming": "Live in arrivo",
197
+ "live in few time": "Live presto diponibile",
198
+ Debriefing: "Debriefing",
199
+ Publishing: "In corso di pubblicazione",
200
+ "select productor": "Seleziona producer",
201
+ "Share newsletter": "Condividi newsletter",
202
+ Configuration: "Configurazione",
203
+ "HTML Code": "Codice HTML",
204
+ "Listen this episode": "Ascolta questo episodio",
205
+ "Display emission name": "Mostra il titolo della serie",
206
+ "Display participants list": "Mostra la lista degli speaker",
207
+ "Choose main color": "Seleziona colore principale",
208
+ "Octopus is ACPM Podcast accredited": "Octopus è accreditata ACPM Podcast",
209
+ "Live episode": "Episodi live",
210
+ "This live will start": "Questo live inizierà",
211
+ "In days hours minutes seconds":
212
+ "in {days} giorni {hours} ore {minutes} minuti e {seconds} secondi",
213
+ "Open studio": "Open studio",
214
+ "Episode record in live": "Episodio registrato live",
215
+ "In a moment": "Tra poco",
216
+ "Next live date": "Il prossimo live è previsto il {date}",
217
+ "Not recording": "Non registrato",
218
+ "A live can start any moment": "Una sessione live può iniziare presto",
219
+ "Recorded in live": "Registrato live",
220
+ "Podcast linked to waiting live": "Podcast collegato a un live in attesa",
221
+ Playlists: "Playlist",
222
+ Playlist: "Playlist",
223
+ "All playlists": "Tutte le playlist",
224
+ "Look for playlist name": "Ricerca playlist per titolo",
225
+ "Number playlists": "{nb} playlist",
226
+ "Playlist have not podcasts": "Questa playlist non contiene nessun podcast",
227
+ "Playlist doesn't exist": "La playlist richiesta non esiste",
228
+ "Playlist name image": "Titolo playlist {name}",
229
+ "Create playlist": "Crea playlist",
230
+ "Podcasts in the playlist": "Tutti i podcast nella playlist",
231
+ "No podcasts in the playlist":
232
+ "Non ci sono podcast disponibili nella playlist",
233
+ "Start in a while": "Inizia in qualsiasi momento",
234
+ "All live emission button": "Tutti i live nella serie",
235
+ "player parameters": "Impostazioni lettore",
236
+ "Start at": "Inizia a",
237
+ "sort by score": "per grado di rilevanza",
238
+ "sort by alphabetical": "suddiviso in ordine alfabetico",
239
+ "sort by date": "suddiviso per data",
240
+ "Be the first to react": "Commenta per primo",
241
+ "Podcast's comments": "Commenti per questo podcast",
242
+ "()": "({nb})",
243
+ "Write a comment": "Scrivi un commento",
244
+ "Answer a comment": "Rispondi al commento",
245
+ "See more comments": "Vedi altri commenti",
246
+ "To answer": "Rispondere",
247
+ "Display answers": "Mostra le risposte {nb}",
248
+ "Hide answers": "Nascondi le risposte",
249
+ "Read more": "Continua a leggere",
250
+ "Read less": "Nascondi",
251
+ "(nb valid comment answers)": "({nb} risposte valide nei commenti)",
252
+ "Welcome, thanks for your comment": "Benvenutə, grazie per il tuo commento",
253
+ "Let's get acquainted :": "Facciamo conoscenza:",
254
+ "Send in progress": "Invio in corso...",
255
+ "Error occurs while post your comment...":
256
+ "Si è verificato un errore durante la pubblicazione del tuo commento...",
257
+ "Comments loading error":
258
+ "Si è verificato un errore durante il caricamento dei commenti",
259
+ "Certified account": "Account certificato",
260
+ "No comments": "Nessun commento",
261
+ "In response to": "In risposta a",
262
+ "Please chose a productor": "Scegli un producer",
263
+ "Podcast in ERROR, please contact Saooti":
264
+ "Podcast in ERRORE, si prega di contattare Saooti",
265
+ "Podcast still available": "Podcast disponibile agli utenti",
266
+ "Podcasts still available":
267
+ "Mantieni gli episodi nascosti disponibili agli ascoltatori",
268
+ "Podcast image": "Immagine del podcast",
269
+ "Recaptcha error": "Recaptcha di Google non pensa che tu sia un umano",
270
+ "Recaptcha not active": "Google captcha disattivato",
271
+ "Comment waiting":
272
+ "Questo commento non sarà visibile ad altri utenti fino a quando non sarà validato",
273
+ "Display all podcasts to validate": "Mostra tutti i podcast da validare",
274
+ "Display my podcasts to validate": "Mostra i miei podcast da validare",
275
+ "Podcast not validated": "Podcast non validato",
276
+ "Podcast to validate": "Podcast da validare",
277
+ "Change locale": "Cambia la lingua",
278
+ Refresh: "Aggiorna",
279
+ "See associated article": "Leggi l'articolo",
280
+ "Display associated article": "Mostra articolo associato",
281
+ "Copy this page URL": "Copia link",
282
+ "Custom version": "Versione customizzata",
283
+ All: "Tutto",
284
+ "By category": "Per categoria",
285
+ "Add a sort criterion by topic":
286
+ "Aggiungi un criterio di suddivisione per tema",
287
+ "Share QR Code": "Condividi il QR Code",
288
+ Download: "Download",
289
+ "Download started": "Il download è iniziato",
290
+ "From RSS": "Da un RSS Feed ",
291
+ "User menu": "Menu utente",
292
+ "Podcast tags": "Tag podcast",
293
+ "Term of use": "Termini d'uso",
294
+ "More episodes of this category : ": "Altri episodi su questo tema : {name}",
295
+ Enlarge: "Ingrandire",
296
+ Reduce: "Ridurre",
297
+ "Use organization color": "Usa il colore dell'organizzazione",
298
+ Oops: "Oups",
299
+ "The page you are looking for cannot be found":
300
+ "Impossibile trovare la pagina che stai cercando",
301
+ "Back to home": "Torna alla schermata 'home'",
302
+ Warning: "Avvertimento",
303
+ Visual: "Visiva di {name}",
304
+ "If the transcript is available, show it":
305
+ "Se la trascrizione è disponibile, mostrala",
306
+ "Photo credits": "Crediti fotografici",
307
+ "Audio credits": "Crediti audio",
308
+ "View transcript": "Visualizza trascrizione",
309
+ "Suggested listening": "Ascolto suggerito",
310
+ More: "Di più",
311
+ "Social networks": "Social networks",
312
+ Newsletter: "Newsletter",
313
+ "QR Code": "QR Code",
314
+ "Rss feed": "RSS Feed",
315
+ "Multiselect max options":
316
+ "Massimo di {max} opzioni simultanee. Per prima cosa rimuovi un'opzione per poterne selezionare una nuova",
317
+ "Mix of episodes": "Mix di episodi",
318
+ "Radio & Live": "Radio & Diretta",
319
+ "Selection by status": "Selezione per stato",
320
+ "All lives": "Tutte los dirretos",
321
+ "In debriefing": "In debriefing",
322
+ "In the process of being published": "In corso di pubblicazione",
323
+ Radio: "Radio",
324
+ Currently: "Attualmente",
325
+ Program: "Programma",
326
+ "No programming": "Non programmazione",
327
+ "Canal name image": "Immagine del canale {name}",
328
+ "Show animated wave": "Mostra onda animata",
329
+ "Characters number calculated over HTML code":
330
+ 'Il numero di caratteri è calcolato dal codice HTML generato da questo editor. È possibile visualizzare il codice cliccando su "html".',
331
+ Previously: "In precedenza",
332
+ "Bold":"Grassetto",
333
+ "Italic":"Corsivo",
334
+ "Underline":"Sottolineare",
335
+ "Link":"Collegamento",
336
+ "Heading3":"Titolo 3",
337
+ "Heading4":"Titolo 4",
338
+ "UnorderedList":"Lista non ordinata",
339
+ "List":"Elenco",
340
+ "Display HTML":"Visualizza HTML",
341
+ };