web/res/js/videojs/lang/it.js
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2024 15:24:41 +0100
changeset 1584 257c14dae52a
parent 1511 25731d245eda
permissions -rw-r--r--
Added tag V09.006 for changeset 459a88818bec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1511
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     1
videojs.addLanguage('it', {
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     2
  "Play": "Play",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     3
  "Pause": "Pausa",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     4
  "Current Time": "Orario attuale",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     5
  "Duration": "Durata",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     6
  "Remaining Time": "Tempo rimanente",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     7
  "Stream Type": "Tipo del Streaming",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     8
  "LIVE": "LIVE",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     9
  "Loaded": "Caricato",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    10
  "Progress": "Stato",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    11
  "Fullscreen": "Schermo intero",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    12
  "Non-Fullscreen": "Chiudi schermo intero",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    13
  "Mute": "Muto",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    14
  "Unmute": "Audio",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    15
  "Playback Rate": "Tasso di riproduzione",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    16
  "Subtitles": "Sottotitoli",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    17
  "subtitles off": "Senza sottotitoli",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    18
  "Captions": "Sottotitoli non udenti",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    19
  "captions off": "Senza sottotitoli non udenti",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    20
  "Chapters": "Capitolo",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    21
  "You aborted the media playback": "La riproduzione del filmato è stata interrotta.",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    22
  "A network error caused the media download to fail part-way.": "Il download del filmato è stato interrotto a causa di un problema rete.",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    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.",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    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.",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    25
  "No compatible source was found for this media.": "Non ci sono fonti compatibili per questo filmato."
1368
0ae5202742bd change flash to dash
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    26
});