| author | ymh <ymh.work@gmail.com> |
| Wed, 18 Dec 2024 15:24:41 +0100 | |
| changeset 1584 | 257c14dae52a |
| parent 1511 | 25731d245eda |
| permissions | -rw-r--r-- |
|
1511
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
1 |
videojs.addLanguage('ca', { |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
2 |
"Play": "Reproducció", |
|
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": "Temps reproduït", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
5 |
"Duration": "Durada total", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
6 |
"Remaining Time": "Temps restant", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
7 |
"Stream Type": "Tipus de seqüència", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
8 |
"LIVE": "EN DIRECTE", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
9 |
"Loaded": "Carregat", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
10 |
"Progress": "Progrés", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
11 |
"Fullscreen": "Pantalla completa", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
12 |
"Non-Fullscreen": "Pantalla no completa", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
13 |
"Mute": "Silencia", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
14 |
"Unmute": "Amb so", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
15 |
"Playback Rate": "Velocitat de reproducció", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
16 |
"Subtitles": "Subtítols", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
17 |
"subtitles off": "Subtítols desactivats", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
18 |
"Captions": "Llegendes", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
19 |
"captions off": "Llegendes desactivades", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
20 |
"Chapters": "Capítols", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
21 |
"You aborted the media playback": "Heu interromput la reproducció del vídeo.", |
|
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.": "Un error de la xarxa ha interromput la baixada del vídeo.", |
|
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.": "No s'ha pogut carregar el vídeo perquè el servidor o la xarxa han fallat, o bé perquè el seu format no és compatible.", |
|
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 reproducció de vídeo s'ha interrumput per un problema de corrupció de dades o bé perquè el vídeo demanava funcions que el vostre navegador no ofereix.", |
|
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.": "No s'ha trobat cap font compatible amb el vídeo." |
|
1368
0ae5202742bd
change flash to dash
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
26 |
}); |