Skip to content

Commit 875da39

Browse files
committed
fixati problemi di paese/regione, aggiunta opzione timeshift
+ aggiunte news in inglese e la possibilità di vedere la guida TV di un canale geobloccato
1 parent aa55372 commit 875da39

File tree

4 files changed

+185
-158
lines changed

4 files changed

+185
-158
lines changed

assets/css/main.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,9 +845,6 @@ iframe {
845845
flex-direction: column-reverse;
846846
bottom: 0;
847847
}
848-
#news.news-not-loaded .tooltip-content-box:after {
849-
content: "Caricamento...";
850-
}
851848
#news-list {
852849
width: 100%;
853850
text-align: left;

assets/js/locales.js

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export default {
3535
}
3636
.epg-item-container.on-air .epg-start-time::after {
3737
content: "IN ONDA" !important;
38+
}
39+
#news.news-not-loaded .tooltip-content-box:after {
40+
content: "Caricamento..." !important;
3841
}`,
3942
lcnTyping: "Invio per confermare<br>o Esc per annullare",
4043
errorTechnicalInfo: "Informazioni tecniche",
@@ -65,7 +68,10 @@ export default {
6568
warning: "Attenzione!",
6669
geoblockMessage: "La nazione del tuo indirizzo IP non corrisponde a quella della nazione scelta. Ciò significa che alcuni canali non saranno visibili.<br><br>Per evitare completamente questi blocchi geografici, usa una VPN.",
6770
welcomeTitle: "Ti diamo il benvenuto a Zappr!",
68-
welcomeText: "Zappr ti permette di guardare facilmente e gratuitamente il digitale terrestre, nazionale e locale <span class=\"italic\">(ricordati di impostare la tua regione nelle impostazioni!)</span>, e i canali di Samsung TV Plus e Pluto TV.<br><br>Per iniziare a vedere un canale, cliccaci sopra o scrivi la sua numerazione sulla tua tastiera e premi <b>Invio</b>. Per fare zapping, invece, puoi usare i tasti <b>PageDown</b> e <b>PageUp</b> per scorrere tra i canali.<br><br>Infine, se un canale ha la guida TV, puoi cliccare sopra al nome del programma in onda per visionare la guida TV completa fino a 7 giorni dal giorno corrente.<br><br>Questo è quanto. <b>Buona visione!</b>"
71+
welcomeText: "Zappr ti permette di guardare facilmente e gratuitamente il digitale terrestre, nazionale e locale <span class=\"italic\">(ricordati di impostare la tua regione nelle impostazioni!)</span>, e i canali di Samsung TV Plus e Pluto TV.<br><br>Per iniziare a vedere un canale, cliccaci sopra o scrivi la sua numerazione sulla tua tastiera e premi <b>Invio</b>. Per fare zapping, invece, puoi usare i tasti <b>PageDown</b> e <b>PageUp</b> per scorrere tra i canali.<br><br>Infine, se un canale ha la guida TV, puoi cliccare sopra al nome del programma in onda per visionare la guida TV completa fino a 7 giorni dal giorno corrente.<br><br>Questo è quanto. <b>Buona visione!</b>",
72+
newsInstructions: "Clicca su un titolo per leggere la notizia completa, oppure clicca su un'immagine per ingrandirla.",
73+
newsHosting: `Hosting del feed fornito da <a href="https://mastodon.uno" target="_blank">mastodon.uno</a> :)`,
74+
newsURL: "https://mastodon.uno/@zappr.rss"
6975
},
7076
en: {
7177
languageName: "English",
@@ -88,12 +94,16 @@ export default {
8894
infoTooltip: `Zappr is the new way to watch TV. Watch most of your country's national and local channels, online, for free and without any complicated setup.
8995
<br><br>
9096
<a href="https://github.com/ZapprTV" target="_blank" id="github-link" class="tooltip-link">View the source code on GitHub</a>
97+
<div class="tooltip-link" id="news-links">Stay up to date with the latest by following us on <a href="https://x.com/ZapprStreamUK" target="_blank">Twitter</a> or <a href="https://mastodonapp.uk/@zappr" target="_blank">Mastodon</a></div>
9198
<a href="mailto:zappr@francescoro.si" class="tooltip-link" id="email-link">Contact us via email</a>`,
9299
playerLanguageCSS: `.epg-item-container::after {
93100
content: "The requested programme will start shortly" !important;
94101
}
95102
.epg-item-container.on-air .epg-start-time::after {
96103
content: "ON AIR" !important;
104+
}
105+
#news.news-not-loaded .tooltip-content-box:after {
106+
content: "Loading..." !important;
97107
}`,
98108
lcnTyping: "Enter to confirm<br>or Esc to cancel",
99109
errorTechnicalInfo: "Technical info",
@@ -124,6 +134,9 @@ export default {
124134
warning: "Warning!",
125135
geoblockMessage: "Your IP address' country doesn't match the country you chose. This means some channels won't be visible.<br><br>To get around geoblocks, use a VPN.",
126136
welcomeTitle: "Welcome to Zappr!",
127-
welcomeText: "Zappr allows you to watch your country's free-to-air channels, national and local <span class=\"italic\">(remember to set your country and region in the settings!)</span>.<br><br>To start watching a channel, click on it or type its channel number on your keyboard and press <b>Enter</b>. To zap between channels, use the <b>PageDown</b> and <b>PageUp</b> keys.<br><br>That's all for now. <b>Enjoy!</b>"
137+
welcomeText: "Zappr allows you to watch your country's free-to-air channels, national and local <span class=\"italic\">(remember to set your country and region in the settings!)</span>.<br><br>To start watching a channel, click on it or type its channel number on your keyboard and press <b>Enter</b>. To zap between channels, use the <b>PageDown</b> and <b>PageUp</b> keys.<br><br>That's all for now. <b>Enjoy!</b>",
138+
newsInstructions: "Click on a title to read the full post, or click on an image to view it in full.",
139+
newsHosting: `Feed hosting provided by <a href="https://mastodonapp.uk" target="_blank">mastodonapp.uk</a> :)`,
140+
newsURL: "https://mastodonapp.uk/@zappr.rss"
128141
}
129142
}

0 commit comments

Comments
 (0)