it.js 1.4 KB

1234567891011121314151617181920212223242526
  1. videojs.addLanguage("it",{
  2. "Play": "Play",
  3. "Pause": "Pausa",
  4. "Current Time": "Orario attuale",
  5. "Duration": "Durata",
  6. "Remaining Time": "Tempo rimanente",
  7. "Stream Type": "Tipo del Streaming",
  8. "LIVE": "LIVE",
  9. "Loaded": "Caricato",
  10. "Progress": "Stato",
  11. "Fullscreen": "Schermo intero",
  12. "Non-Fullscreen": "Chiudi schermo intero",
  13. "Mute": "Muto",
  14. "Unmute": "Audio",
  15. "Playback Rate": "Tasso di riproduzione",
  16. "Subtitles": "Sottotitoli",
  17. "subtitles off": "Senza sottotitoli",
  18. "Captions": "Sottotitoli non udenti",
  19. "captions off": "Senza sottotitoli non udenti",
  20. "Chapters": "Capitolo",
  21. "You aborted the media playback": "La riproduzione del filmato è stata interrotta.",
  22. "A network error caused the media download to fail part-way.": "Il download del filmato è stato interrotto a causa di un problema rete.",
  23. "The media could not be loaded, either because the server or network failed or because the format is not supported.": "Il filmato non può essere caricato a causa di un errore nel server o nella rete o perché il formato non viene supportato.",
  24. "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La riproduzione del filmato è stata interrotta a causa di un file danneggiato o per l’utilizzo di impostazioni non supportate dal browser.",
  25. "No compatible source was found for this media.": "Non ci sono fonti compatibili per questo filmato."
  26. });