Browse Source

Create it.ts

Italian translation
pull/442/head
Alessandro Marinuzzi 1 year ago
committed by GitHub
parent
commit
0cdaf79817
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      l10n/Fancybox/it.ts

20
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",
};
Loading…
Cancel
Save