feat: prima versione del plugin, blocco e shortcode con iframe stampato lato server

This commit is contained in:
Lorenzo Iovino 2026-09-04 15:32:47 +02:00
commit 5c73bbc2b8
20 changed files with 1562 additions and 0 deletions

View file

@ -0,0 +1,74 @@
{
"translation-revision-date": "2026-09-04 12:00+0000",
"generator": "manuale (nessun build step)",
"domain": "messages",
"locale_data": {
"messages": {
"": {
"domain": "messages",
"lang": "it_IT",
"plural-forms": "nplurals=2; plural=(n != 1);"
},
"All categories": [
"Tutte le categorie"
],
"No region": [
"Nessuna regione"
],
"Events to show": [
"Quali eventi mostrare"
],
"Towns": [
"Comuni"
],
"Comma separated identifiers, for instance: alba, barolo, la-morra": [
"Identificativi separati da virgola, per esempio: alba, barolo, la-morra"
],
"Or a whole region": [
"Oppure una regione intera"
],
"Category": [
"Categoria"
],
"How many events": [
"Quanti eventi"
],
"From 1 to 20.": [
"Da 1 a 20."
],
"Look": [
"Aspetto"
],
"Theme": [
"Tema"
],
"Light": [
"Chiaro"
],
"Dark": [
"Scuro"
],
"Accent colour": [
"Colore d'accento"
],
"Hex code, for instance #b4315a.": [
"Codice esadecimale, per esempio #b4315a."
],
"Heading": [
"Titolo"
],
"Leave it empty for no heading.": [
"Lascialo vuoto per non avere titolo."
],
"Starting height (px)": [
"Altezza iniziale (px)"
],
"It adapts by itself once loaded.": [
"Si adatta da sola appena carica."
],
"Piazza in Festa: set at least one town or a region in the block settings.": [
"Piazza in Festa: indica almeno un comune o una regione nelle impostazioni del blocco."
]
}
}
}

View file

@ -0,0 +1,74 @@
{
"translation-revision-date": "2026-09-04 12:00+0000",
"generator": "manuale (nessun build step)",
"domain": "messages",
"locale_data": {
"messages": {
"": {
"domain": "messages",
"lang": "it_IT",
"plural-forms": "nplurals=2; plural=(n != 1);"
},
"All categories": [
"Tutte le categorie"
],
"No region": [
"Nessuna regione"
],
"Events to show": [
"Quali eventi mostrare"
],
"Towns": [
"Comuni"
],
"Comma separated identifiers, for instance: alba, barolo, la-morra": [
"Identificativi separati da virgola, per esempio: alba, barolo, la-morra"
],
"Or a whole region": [
"Oppure una regione intera"
],
"Category": [
"Categoria"
],
"How many events": [
"Quanti eventi"
],
"From 1 to 20.": [
"Da 1 a 20."
],
"Look": [
"Aspetto"
],
"Theme": [
"Tema"
],
"Light": [
"Chiaro"
],
"Dark": [
"Scuro"
],
"Accent colour": [
"Colore d'accento"
],
"Hex code, for instance #b4315a.": [
"Codice esadecimale, per esempio #b4315a."
],
"Heading": [
"Titolo"
],
"Leave it empty for no heading.": [
"Lascialo vuoto per non avere titolo."
],
"Starting height (px)": [
"Altezza iniziale (px)"
],
"It adapts by itself once loaded.": [
"Si adatta da sola appena carica."
],
"Piazza in Festa: set at least one town or a region in the block settings.": [
"Piazza in Festa: indica almeno un comune o una regione nelle impostazioni del blocco."
]
}
}
}

Binary file not shown.

View file

@ -0,0 +1,122 @@
msgid ""
msgstr ""
"Project-Id-Version: Piazza in Festa 1.0.0\n"
"Report-Msgid-Bugs-To: https://piazzainfesta.it/contatti\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it_IT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Domain: piazza-in-festa\n"
#: piazza-in-festa.php
msgid "Settings"
msgstr "Impostazioni"
#: includes/render.php
msgid "Piazza in Festa: set at least one town or a region."
msgstr "Piazza in Festa: indica almeno un comune o una regione."
#: includes/render.php
msgid "Upcoming local events"
msgstr "Eventi in arrivo in zona"
#: includes/settings.php
msgid "Service key"
msgstr "Chiave del servizio"
#: includes/settings.php
msgid "Optional. Leave it empty and the widget works anyway, with a small credit line at the bottom."
msgstr "Facoltativa. Lasciala vuota e il widget funziona lo stesso, con una riga piccola in fondo che dice da dove arrivano gli eventi."
#: includes/settings.php
msgid "Piazza in Festa"
msgstr "Piazza in Festa"
#: includes/settings.php
msgid "Add the events with the block called Piazza in Festa, or with this shortcode:"
msgstr "Metti gli eventi con il blocco Piazza in Festa, oppure con questo shortcode:"
#: includes/settings.php
msgid "Not sure about the identifiers of your towns? Build the widget here and copy the values: %s"
msgstr "Non sai come si scrivono i tuoi comuni? Costruisci il widget qui e copia i valori: %s"
#: blocks/eventi/index.js
msgid "All categories"
msgstr "Tutte le categorie"
#: blocks/eventi/index.js
msgid "No region"
msgstr "Nessuna regione"
#: blocks/eventi/index.js
msgid "Events to show"
msgstr "Quali eventi mostrare"
#: blocks/eventi/index.js
msgid "Towns"
msgstr "Comuni"
#: blocks/eventi/index.js
msgid "Comma separated identifiers, for instance: alba, barolo, la-morra"
msgstr "Identificativi separati da virgola, per esempio: alba, barolo, la-morra"
#: blocks/eventi/index.js
msgid "Or a whole region"
msgstr "Oppure una regione intera"
#: blocks/eventi/index.js
msgid "Category"
msgstr "Categoria"
#: blocks/eventi/index.js
msgid "How many events"
msgstr "Quanti eventi"
#: blocks/eventi/index.js
msgid "From 1 to 20."
msgstr "Da 1 a 20."
#: blocks/eventi/index.js
msgid "Look"
msgstr "Aspetto"
#: blocks/eventi/index.js
msgid "Theme"
msgstr "Tema"
#: blocks/eventi/index.js
msgid "Light"
msgstr "Chiaro"
#: blocks/eventi/index.js
msgid "Dark"
msgstr "Scuro"
#: blocks/eventi/index.js
msgid "Accent colour"
msgstr "Colore d'accento"
#: blocks/eventi/index.js
msgid "Hex code, for instance #b4315a."
msgstr "Codice esadecimale, per esempio #b4315a."
#: blocks/eventi/index.js
msgid "Heading"
msgstr "Titolo"
#: blocks/eventi/index.js
msgid "Leave it empty for no heading."
msgstr "Lascialo vuoto per non avere titolo."
#: blocks/eventi/index.js
msgid "Starting height (px)"
msgstr "Altezza iniziale (px)"
#: blocks/eventi/index.js
msgid "It adapts by itself once loaded."
msgstr "Si adatta da sola appena carica."
#: blocks/eventi/index.js
msgid "Piazza in Festa: set at least one town or a region in the block settings."
msgstr "Piazza in Festa: indica almeno un comune o una regione nelle impostazioni del blocco."