| 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('nn', { |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
2 |
"Play": "Spel", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
3 |
"Pause": "Pause", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
4 |
"Current Time": "Aktuell tid", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
5 |
"Duration": "Varigheit", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
6 |
"Remaining Time": "Tid attende", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
7 |
"Stream Type": "Type straum", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
8 |
"LIVE": "DIREKTE", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
9 |
"Loaded": "Lasta inn", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
10 |
"Progress": "Status", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
11 |
"Fullscreen": "Fullskjerm", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
12 |
"Non-Fullscreen": "Stenga fullskjerm", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
13 |
"Mute": "Ljod av", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
14 |
"Unmute": "Ljod på", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
15 |
"Playback Rate": "Avspelingsrate", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
16 |
"Subtitles": "Teksting på", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
17 |
"subtitles off": "Teksting av", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
18 |
"Captions": "Teksting for høyrselshemma på", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
19 |
"captions off": "Teksting for høyrselshemma av", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
20 |
"Chapters": "Kapitel", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
21 |
"You aborted the media playback": "Du avbraut avspelinga.", |
|
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.": "Ein nettverksfeil avbraut nedlasting av videoen.", |
|
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.": "Videoen kunne ikkje lastas ned, på grunn av ein nettverksfeil eller serverfeil, eller av di formatet ikkje er stoda.", |
|
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.": "Videoavspelinga blei broten på grunn av øydelagde data eller av di videoen ville gjera noe som nettlesaren din ikkje stodar.", |
|
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.": "Fant ikke en kompatibel kilde for dette mediainnholdet." |
|
1368
0ae5202742bd
change flash to dash
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
26 |
}); |