From 0cdaf79817c73b278f0dc9fcb4cdb9f6c8f0ff2f Mon Sep 17 00:00:00 2001 From: Alessandro Marinuzzi Date: Fri, 17 Mar 2023 13:17:19 +0100 Subject: [PATCH] Create it.ts Italian translation --- l10n/Fancybox/it.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 l10n/Fancybox/it.ts diff --git a/l10n/Fancybox/it.ts b/l10n/Fancybox/it.ts new file mode 100644 index 0000000..5b75162 --- /dev/null +++ b/l10n/Fancybox/it.ts @@ -0,0 +1,20 @@ +import { it as PANZOOM_IT } from "../Panzoom/it"; + +export const it = { + ...PANZOOM_IT, + CLOSE: "Chiudi", + NEXT: "Avanti", + PREV: "Precedente", + MODAL: "Puoi chiudere questo contenuto modale con il tasto ESC", + ERROR: "Qualcosa è andato storto, riprova più tardi", + IMAGE_ERROR: "Immagine non trovata", + ELEMENT_NOT_FOUND: "Elemento HTML non trovato", + AJAX_NOT_FOUND: "Errore durante il caricamento di AJAX: Non trovato", + AJAX_FORBIDDEN: "Errore durante il caricamento di AJAX: Vietato", + IFRAME_ERROR: "Errore durante il caricamento della pagina", + TOGGLE_ZOOM: "Attiva/disattiva livello di zoom", + TOGGLE_THUMBS: "Attiva/disattiva miniature", + TOGGLE_SLIDESHOW: "Attiva/disattiva presentazione", + TOGGLE_FULLSCREEN: "Attiva/disattiva modalità a schermo intero", + DOWNLOAD: "Scarica", +};