
committed by
GitHub

1 changed files with 20 additions and 0 deletions
@ -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…
Reference in new issue