vidply 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,561 +1,616 @@
1
- /**
2
- * Translation strings for VidPly
3
- */
4
-
5
- export const translations = {
6
- en: {
7
- player: {
8
- label: 'Video Player',
9
- play: 'Play',
10
- pause: 'Pause',
11
- stop: 'Stop',
12
- restart: 'Restart from beginning',
13
- rewind: 'Rewind',
14
- forward: 'Forward',
15
- rewindSeconds: 'Rewind {seconds} seconds',
16
- forwardSeconds: 'Forward {seconds} seconds',
17
- previous: 'Previous track',
18
- next: 'Next track',
19
- volume: 'Volume',
20
- mute: 'Mute',
21
- unmute: 'Unmute',
22
- fullscreen: 'Fullscreen',
23
- exitFullscreen: 'Exit Fullscreen',
24
- captions: 'Captions',
25
- chapters: 'Chapters',
26
- quality: 'Quality',
27
- captionStyling: 'Caption styling',
28
- transcript: 'Toggle transcript',
29
- audioDescription: 'Audio description',
30
- signLanguage: 'Sign language video',
31
- settings: 'Settings',
32
- speed: 'Playback Speed',
33
- pip: 'Picture in Picture',
34
- currentTime: 'Current time',
35
- duration: 'Duration',
36
- progress: 'Progress',
37
- seekForward: 'Seek forward {seconds} seconds',
38
- seekBackward: 'Seek backward {seconds} seconds',
39
- volumeUp: 'Volume up',
40
- volumeDown: 'Volume down',
41
- loading: 'Loading...',
42
- loadingChapters: 'Loading chapters...',
43
- error: 'Error loading media',
44
- buffering: 'Buffering...',
45
- signLanguageVideo: 'Sign Language Video',
46
- noChapters: 'No chapters available',
47
- noCaptions: 'No captions available',
48
- auto: 'Auto',
49
- autoQuality: 'Auto (no quality selection available)',
50
- noQuality: 'Quality selection not available'
51
- },
52
- captions: {
53
- off: 'Off',
54
- select: 'Select captions',
55
- fontSize: 'Font Size',
56
- fontFamily: 'Font Family',
57
- color: 'Text Color',
58
- backgroundColor: 'Background Color',
59
- opacity: 'Opacity'
60
- },
61
- fontSizes: {
62
- small: 'Small',
63
- medium: 'Medium',
64
- large: 'Large',
65
- xlarge: 'X-Large'
66
- },
67
- fontFamilies: {
68
- sansSerif: 'Sans-serif',
69
- serif: 'Serif',
70
- monospace: 'Monospace'
71
- },
72
- styleLabels: {
73
- textColor: 'Text Color',
74
- background: 'Background',
75
- font: 'Font',
76
- fontSize: 'Font Size',
77
- opacity: 'Opacity'
78
- },
79
- audioDescription: {
80
- enable: 'Enable audio description',
81
- disable: 'Disable audio description'
82
- },
83
- signLanguage: {
84
- show: 'Show sign language video',
85
- hide: 'Hide sign language video'
86
- },
87
- transcript: {
88
- title: 'Transcript',
89
- close: 'Close transcript',
90
- loading: 'Loading transcript...',
91
- noTranscript: 'No transcript available for this video.'
92
- },
93
- settings: {
94
- title: 'Settings',
95
- quality: 'Quality',
96
- speed: 'Speed',
97
- captions: 'Captions',
98
- language: 'Language',
99
- reset: 'Reset to defaults',
100
- close: 'Close'
101
- },
102
- speeds: {
103
- normal: 'Normal'
104
- },
105
- time: {
106
- display: 'Time display',
107
- durationPrefix: 'Duration: ',
108
- hour: '{count} hour',
109
- hours: '{count} hours',
110
- minute: '{count} minute',
111
- minutes: '{count} minutes',
112
- second: '{count} second',
113
- seconds: '{count} seconds'
114
- }
115
- },
116
-
117
- de: {
118
- player: {
119
- label: 'Videoplayer',
120
- play: 'Abspielen',
121
- pause: 'Pause',
122
- stop: 'Stopp',
123
- restart: 'Von vorne beginnen',
124
- rewind: 'Zurückspulen',
125
- forward: 'Vorspulen',
126
- rewindSeconds: '{seconds} Sekunden zurückspulen',
127
- forwardSeconds: '{seconds} Sekunden vorspulen',
128
- previous: 'Vorheriger Titel',
129
- next: 'Nächster Titel',
130
- volume: 'Lautstärke',
131
- mute: 'Stumm',
132
- unmute: 'Ton ein',
133
- fullscreen: 'Vollbild',
134
- exitFullscreen: 'Vollbild beenden',
135
- captions: 'Untertitel',
136
- chapters: 'Kapitel',
137
- quality: 'Qualität',
138
- captionStyling: 'Untertitel-Stil',
139
- transcript: 'Transkript umschalten',
140
- audioDescription: 'Audiodeskription',
141
- signLanguage: 'Gebärdensprache-Video',
142
- settings: 'Einstellungen',
143
- speed: 'Wiedergabegeschwindigkeit',
144
- pip: 'Bild-in-Bild',
145
- currentTime: 'Aktuelle Zeit',
146
- duration: 'Dauer',
147
- progress: 'Fortschritt',
148
- seekForward: '{seconds} Sekunden vorspulen',
149
- seekBackward: '{seconds} Sekunden zurückspulen',
150
- volumeUp: 'Lauter',
151
- volumeDown: 'Leiser',
152
- loading: 'Lädt...',
153
- loadingChapters: 'Kapitel werden geladen...',
154
- error: 'Fehler beim Laden',
155
- buffering: 'Puffern...',
156
- signLanguageVideo: 'Gebärdensprache-Video',
157
- noChapters: 'Keine Kapitel verfügbar',
158
- noCaptions: 'Keine Untertitel verfügbar',
159
- auto: 'Automatisch',
160
- autoQuality: 'Automatisch (keine Qualitätsauswahl verfügbar)',
161
- noQuality: 'Qualitätsauswahl nicht verfügbar'
162
- },
163
- captions: {
164
- off: 'Aus',
165
- select: 'Untertitel auswählen',
166
- fontSize: 'Schriftgröße',
167
- fontFamily: 'Schriftart',
168
- color: 'Textfarbe',
169
- backgroundColor: 'Hintergrundfarbe',
170
- opacity: 'Deckkraft'
171
- },
172
- fontSizes: {
173
- small: 'Klein',
174
- medium: 'Mittel',
175
- large: 'Groß',
176
- xlarge: 'Sehr groß'
177
- },
178
- fontFamilies: {
179
- sansSerif: 'Sans-serif',
180
- serif: 'Serif',
181
- monospace: 'Monospace'
182
- },
183
- styleLabels: {
184
- textColor: 'Textfarbe',
185
- background: 'Hintergrund',
186
- font: 'Schrift',
187
- fontSize: 'Schriftgröße',
188
- opacity: 'Deckkraft'
189
- },
190
- audioDescription: {
191
- enable: 'Audiodeskription aktivieren',
192
- disable: 'Audiodeskription deaktivieren'
193
- },
194
- signLanguage: {
195
- show: 'Gebärdensprache-Video anzeigen',
196
- hide: 'Gebärdensprache-Video ausblenden'
197
- },
198
- transcript: {
199
- title: 'Transkript',
200
- close: 'Transkript schließen',
201
- loading: 'Transkript wird geladen...',
202
- noTranscript: 'Kein Transkript für dieses Video verfügbar.'
203
- },
204
- settings: {
205
- title: 'Einstellungen',
206
- quality: 'Qualität',
207
- speed: 'Geschwindigkeit',
208
- captions: 'Untertitel',
209
- language: 'Sprache',
210
- reset: 'Zurücksetzen',
211
- close: 'Schließen'
212
- },
213
- speeds: {
214
- normal: 'Normal'
215
- },
216
- time: {
217
- display: 'Zeitanzeige',
218
- durationPrefix: 'Dauer: ',
219
- hour: '{count} Stunde',
220
- hours: '{count} Stunden',
221
- minute: '{count} Minute',
222
- minutes: '{count} Minuten',
223
- second: '{count} Sekunde',
224
- seconds: '{count} Sekunden'
225
- }
226
- },
227
-
228
- es: {
229
- player: {
230
- label: 'Reproductor de video',
231
- play: 'Reproducir',
232
- pause: 'Pausa',
233
- stop: 'Detener',
234
- restart: 'Reiniciar desde el principio',
235
- rewind: 'Retroceder',
236
- forward: 'Avanzar',
237
- rewindSeconds: 'Retroceder {seconds} segundos',
238
- forwardSeconds: 'Avanzar {seconds} segundos',
239
- previous: 'Pista anterior',
240
- next: 'Siguiente pista',
241
- volume: 'Volumen',
242
- mute: 'Silenciar',
243
- unmute: 'Activar sonido',
244
- fullscreen: 'Pantalla completa',
245
- exitFullscreen: 'Salir de pantalla completa',
246
- captions: 'Subtítulos',
247
- chapters: 'Capítulos',
248
- quality: 'Calidad',
249
- captionStyling: 'Estilo de subtítulos',
250
- transcript: 'Alternar transcripción',
251
- audioDescription: 'Audiodescripción',
252
- signLanguage: 'Video en lengua de señas',
253
- settings: 'Configuración',
254
- speed: 'Velocidad de reproducción',
255
- pip: 'Imagen en imagen',
256
- currentTime: 'Tiempo actual',
257
- duration: 'Duración',
258
- progress: 'Progreso',
259
- seekForward: 'Avanzar {seconds} segundos',
260
- seekBackward: 'Retroceder {seconds} segundos',
261
- volumeUp: 'Subir volumen',
262
- volumeDown: 'Bajar volumen',
263
- loading: 'Cargando...',
264
- loadingChapters: 'Cargando capítulos...',
265
- error: 'Error al cargar',
266
- buffering: 'Almacenando en búfer...',
267
- signLanguageVideo: 'Video en Lengua de Señas',
268
- noChapters: 'No hay capítulos disponibles',
269
- noCaptions: 'No hay subtítulos disponibles',
270
- auto: 'Automático',
271
- autoQuality: 'Automático (selección de calidad no disponible)',
272
- noQuality: 'Selección de calidad no disponible'
273
- },
274
- captions: {
275
- off: 'Desactivado',
276
- select: 'Seleccionar subtítulos',
277
- fontSize: 'Tamaño de fuente',
278
- fontFamily: 'Familia de fuente',
279
- color: 'Color de texto',
280
- backgroundColor: 'Color de fondo',
281
- opacity: 'Opacidad'
282
- },
283
- fontSizes: {
284
- small: 'Pequeño',
285
- medium: 'Mediano',
286
- large: 'Grande',
287
- xlarge: 'Muy grande'
288
- },
289
- fontFamilies: {
290
- sansSerif: 'Sans-serif',
291
- serif: 'Serif',
292
- monospace: 'Monospace'
293
- },
294
- styleLabels: {
295
- textColor: 'Color de texto',
296
- background: 'Fondo',
297
- font: 'Fuente',
298
- fontSize: 'Tamaño de fuente',
299
- opacity: 'Opacidad'
300
- },
301
- audioDescription: {
302
- enable: 'Activar audiodescripción',
303
- disable: 'Desactivar audiodescripción'
304
- },
305
- signLanguage: {
306
- show: 'Mostrar video en lengua de señas',
307
- hide: 'Ocultar video en lengua de señas'
308
- },
309
- transcript: {
310
- title: 'Transcripción',
311
- close: 'Cerrar transcripción',
312
- loading: 'Cargando transcripción...',
313
- noTranscript: 'No hay transcripción disponible para este video.'
314
- },
315
- settings: {
316
- title: 'Configuración',
317
- quality: 'Calidad',
318
- speed: 'Velocidad',
319
- captions: 'Subtítulos',
320
- language: 'Idioma',
321
- reset: 'Restablecer',
322
- close: 'Cerrar'
323
- },
324
- speeds: {
325
- normal: 'Normal'
326
- },
327
- time: {
328
- display: 'Visualización de tiempo',
329
- durationPrefix: 'Duración: ',
330
- hour: '{count} hora',
331
- hours: '{count} horas',
332
- minute: '{count} minuto',
333
- minutes: '{count} minutos',
334
- second: '{count} segundo',
335
- seconds: '{count} segundos'
336
- }
337
- },
338
-
339
- fr: {
340
- player: {
341
- label: 'Lecteur vidéo',
342
- play: 'Lecture',
343
- pause: 'Pause',
344
- stop: 'Arrêt',
345
- restart: 'Redémarrer du début',
346
- rewind: 'Reculer',
347
- forward: 'Avancer',
348
- rewindSeconds: 'Reculer de {seconds} secondes',
349
- forwardSeconds: 'Avancer de {seconds} secondes',
350
- previous: 'Piste précédente',
351
- next: 'Piste suivante',
352
- volume: 'Volume',
353
- mute: 'Muet',
354
- unmute: 'Activer le son',
355
- fullscreen: 'Plein écran',
356
- exitFullscreen: 'Quitter le plein écran',
357
- captions: 'Sous-titres',
358
- chapters: 'Chapitres',
359
- quality: 'Qualité',
360
- captionStyling: 'Style des sous-titres',
361
- transcript: 'Activer/désactiver la transcription',
362
- audioDescription: 'Audiodescription',
363
- signLanguage: 'Vidéo en langue des signes',
364
- settings: 'Paramètres',
365
- speed: 'Vitesse de lecture',
366
- pip: 'Image dans l\'image',
367
- currentTime: 'Temps actuel',
368
- duration: 'Durée',
369
- progress: 'Progression',
370
- seekForward: 'Avancer de {seconds} secondes',
371
- seekBackward: 'Reculer de {seconds} secondes',
372
- volumeUp: 'Augmenter le volume',
373
- volumeDown: 'Diminuer le volume',
374
- loading: 'Chargement...',
375
- loadingChapters: 'Chargement des chapitres...',
376
- error: 'Erreur de chargement',
377
- buffering: 'Mise en mémoire tampon...',
378
- signLanguageVideo: 'Vidéo en Langue des Signes',
379
- noChapters: 'Aucun chapitre disponible',
380
- noCaptions: 'Aucun sous-titre disponible',
381
- auto: 'Automatique',
382
- autoQuality: 'Automatique (sélection de qualité non disponible)',
383
- noQuality: 'Sélection de qualité non disponible'
384
- },
385
- captions: {
386
- off: 'Désactivé',
387
- select: 'Sélectionner les sous-titres',
388
- fontSize: 'Taille de police',
389
- fontFamily: 'Police',
390
- color: 'Couleur du texte',
391
- backgroundColor: 'Couleur de fond',
392
- opacity: 'Opacité'
393
- },
394
- fontSizes: {
395
- small: 'Petit',
396
- medium: 'Moyen',
397
- large: 'Grand',
398
- xlarge: 'Très grand'
399
- },
400
- fontFamilies: {
401
- sansSerif: 'Sans-serif',
402
- serif: 'Serif',
403
- monospace: 'Monospace'
404
- },
405
- styleLabels: {
406
- textColor: 'Couleur du texte',
407
- background: 'Arrière-plan',
408
- font: 'Police',
409
- fontSize: 'Taille de police',
410
- opacity: 'Opacité'
411
- },
412
- audioDescription: {
413
- enable: 'Activer l\'audiodescription',
414
- disable: 'Désactiver l\'audiodescription'
415
- },
416
- signLanguage: {
417
- show: 'Afficher la vidéo en langue des signes',
418
- hide: 'Masquer la vidéo en langue des signes'
419
- },
420
- transcript: {
421
- title: 'Transcription',
422
- close: 'Fermer la transcription',
423
- loading: 'Chargement de la transcription...',
424
- noTranscript: 'Aucune transcription disponible pour cette vidéo.'
425
- },
426
- settings: {
427
- title: 'Paramètres',
428
- quality: 'Qualité',
429
- speed: 'Vitesse',
430
- captions: 'Sous-titres',
431
- language: 'Langue',
432
- reset: 'Réinitialiser',
433
- close: 'Fermer'
434
- },
435
- speeds: {
436
- normal: 'Normal'
437
- },
438
- time: {
439
- display: 'Affichage du temps',
440
- durationPrefix: 'Durée : ',
441
- hour: '{count} heure',
442
- hours: '{count} heures',
443
- minute: '{count} minute',
444
- minutes: '{count} minutes',
445
- second: '{count} seconde',
446
- seconds: '{count} secondes'
447
- }
448
- },
449
-
450
- ja: {
451
- player: {
452
- label: 'ビデオプレーヤー',
453
- play: '再生',
454
- pause: '一時停止',
455
- stop: '停止',
456
- restart: '最初から再生',
457
- rewind: '巻き戻し',
458
- forward: '早送り',
459
- rewindSeconds: '{seconds}秒戻す',
460
- forwardSeconds: '{seconds}秒進める',
461
- previous: '前のトラック',
462
- next: '次のトラック',
463
- volume: '音量',
464
- mute: 'ミュート',
465
- unmute: 'ミュート解除',
466
- fullscreen: '全画面表示',
467
- exitFullscreen: '全画面表示を終了',
468
- captions: '字幕',
469
- chapters: 'チャプター',
470
- quality: '画質',
471
- captionStyling: '字幕スタイル',
472
- transcript: '文字起こし切り替え',
473
- audioDescription: '音声解説',
474
- signLanguage: '手話動画',
475
- settings: '設定',
476
- speed: '再生速度',
477
- pip: 'ピクチャーインピクチャー',
478
- currentTime: '現在の時間',
479
- duration: '再生時間',
480
- progress: '進行状況',
481
- seekForward: '{seconds}秒進める',
482
- seekBackward: '{seconds}秒戻す',
483
- volumeUp: '音量を上げる',
484
- volumeDown: '音量を下げる',
485
- loading: '読み込み中...',
486
- loadingChapters: 'チャプター読み込み中...',
487
- error: '読み込みエラー',
488
- buffering: 'バッファリング中...',
489
- signLanguageVideo: '手話動画',
490
- noChapters: 'チャプターがありません',
491
- noCaptions: '字幕がありません',
492
- auto: '自動',
493
- autoQuality: '自動(画質選択不可)',
494
- noQuality: '画質選択不可'
495
- },
496
- captions: {
497
- off: 'オフ',
498
- select: '字幕を選択',
499
- fontSize: 'フォントサイズ',
500
- fontFamily: 'フォント',
501
- color: 'テキストの色',
502
- backgroundColor: '背景色',
503
- opacity: '不透明度'
504
- },
505
- fontSizes: {
506
- small: '',
507
- medium: '',
508
- large: '',
509
- xlarge: '特大'
510
- },
511
- fontFamilies: {
512
- sansSerif: 'サンセリフ',
513
- serif: 'セリフ',
514
- monospace: '等幅'
515
- },
516
- styleLabels: {
517
- textColor: 'テキストの色',
518
- background: '背景',
519
- font: 'フォント',
520
- fontSize: 'フォントサイズ',
521
- opacity: '不透明度'
522
- },
523
- audioDescription: {
524
- enable: '音声解説を有効にする',
525
- disable: '音声解説を無効にする'
526
- },
527
- signLanguage: {
528
- show: '手話動画を表示',
529
- hide: '手話動画を非表示'
530
- },
531
- transcript: {
532
- title: '文字起こし',
533
- close: '文字起こしを閉じる',
534
- loading: '文字起こしを読み込み中...',
535
- noTranscript: 'このビデオの文字起こしはありません。'
536
- },
537
- settings: {
538
- title: '設定',
539
- quality: '画質',
540
- speed: '速度',
541
- captions: '字幕',
542
- language: '言語',
543
- reset: 'リセット',
544
- close: '閉じる'
545
- },
546
- speeds: {
547
- normal: '通常'
548
- },
549
- time: {
550
- display: '時間表示',
551
- durationPrefix: '再生時間: ',
552
- hour: '{count}時間',
553
- hours: '{count}時間',
554
- minute: '{count}分',
555
- minutes: '{count}分',
556
- second: '{count}秒',
557
- seconds: '{count}秒'
558
- }
559
- }
560
- };
561
-
1
+ /**
2
+ * Translation strings for VidPly
3
+ */
4
+
5
+ export const translations = {
6
+ en: {
7
+ player: {
8
+ label: 'Video Player',
9
+ play: 'Play',
10
+ pause: 'Pause',
11
+ stop: 'Stop',
12
+ restart: 'Restart from beginning',
13
+ rewind: 'Rewind',
14
+ forward: 'Forward',
15
+ rewindSeconds: 'Rewind {seconds} seconds',
16
+ forwardSeconds: 'Forward {seconds} seconds',
17
+ previous: 'Previous track',
18
+ next: 'Next track',
19
+ volume: 'Volume',
20
+ mute: 'Mute',
21
+ unmute: 'Unmute',
22
+ fullscreen: 'Fullscreen',
23
+ exitFullscreen: 'Exit Fullscreen',
24
+ captions: 'Captions',
25
+ chapters: 'Chapters',
26
+ quality: 'Quality',
27
+ captionStyling: 'Caption styling',
28
+ transcript: 'Toggle transcript',
29
+ audioDescription: 'Audio description',
30
+ signLanguage: 'Sign language video',
31
+ settings: 'Settings',
32
+ speed: 'Playback Speed',
33
+ pip: 'Picture in Picture',
34
+ currentTime: 'Current time',
35
+ duration: 'Duration',
36
+ progress: 'Progress',
37
+ seekForward: 'Seek forward {seconds} seconds',
38
+ seekBackward: 'Seek backward {seconds} seconds',
39
+ volumeUp: 'Volume up',
40
+ volumeDown: 'Volume down',
41
+ loading: 'Loading...',
42
+ loadingChapters: 'Loading chapters...',
43
+ error: 'Error loading media',
44
+ buffering: 'Buffering...',
45
+ signLanguageVideo: 'Sign Language Video',
46
+ noChapters: 'No chapters available',
47
+ noCaptions: 'No captions available',
48
+ auto: 'Auto',
49
+ autoQuality: 'Auto (no quality selection available)',
50
+ noQuality: 'Quality selection not available',
51
+ signLanguageDragResize: 'Sign Language Video - Press D to drag with keyboard, R to resize',
52
+ signLanguageDragActive: 'Sign Language Video - Drag mode active. Use arrow keys to move, Escape to exit.',
53
+ signLanguageResizeActive: 'Sign Language Video - Resize mode active. Use left/right arrow keys to resize, Escape to exit.',
54
+ resizeHandle: 'Resize {direction} corner'
55
+ },
56
+ captions: {
57
+ off: 'Off',
58
+ select: 'Select captions',
59
+ fontSize: 'Font Size',
60
+ fontFamily: 'Font Family',
61
+ color: 'Text Color',
62
+ backgroundColor: 'Background Color',
63
+ opacity: 'Opacity'
64
+ },
65
+ fontSizes: {
66
+ small: 'Small',
67
+ normal: 'Normal',
68
+ large: 'Large',
69
+ xlarge: 'X-Large'
70
+ },
71
+ fontFamilies: {
72
+ sansSerif: 'Sans-serif',
73
+ serif: 'Serif',
74
+ monospace: 'Monospace'
75
+ },
76
+ styleLabels: {
77
+ textColor: 'Text Color',
78
+ background: 'Background',
79
+ font: 'Font',
80
+ fontSize: 'Font Size',
81
+ opacity: 'Opacity'
82
+ },
83
+ audioDescription: {
84
+ enable: 'Enable audio description',
85
+ disable: 'Disable audio description'
86
+ },
87
+ signLanguage: {
88
+ show: 'Show sign language video',
89
+ hide: 'Hide sign language video'
90
+ },
91
+ transcript: {
92
+ title: 'Transcript',
93
+ close: 'Close transcript',
94
+ loading: 'Loading transcript...',
95
+ noTranscript: 'No transcript available for this video.',
96
+ settings: 'Transcript settings. Press Enter to open menu, or D to enable drag mode',
97
+ keyboardDragMode: 'Toggle keyboard drag mode with arrow keys. Shortcut: D key',
98
+ keyboardDragActive: '⌨️ Keyboard Drag Mode Active (Arrow keys to move, Shift+Arrows for large steps, D or ESC to exit)',
99
+ resizeWindow: 'Resize Window',
100
+ styleTranscript: 'Open transcript style settings',
101
+ closeMenu: 'Close Menu',
102
+ styleTitle: 'Transcript Style'
103
+ },
104
+ settings: {
105
+ title: 'Settings',
106
+ quality: 'Quality',
107
+ speed: 'Speed',
108
+ captions: 'Captions',
109
+ language: 'Language',
110
+ reset: 'Reset to defaults',
111
+ close: 'Close'
112
+ },
113
+ speeds: {
114
+ normal: 'Normal'
115
+ },
116
+ time: {
117
+ display: 'Time display',
118
+ durationPrefix: 'Duration: ',
119
+ hour: '{count} hour',
120
+ hours: '{count} hours',
121
+ minute: '{count} minute',
122
+ minutes: '{count} minutes',
123
+ second: '{count} second',
124
+ seconds: '{count} seconds'
125
+ }
126
+ },
127
+
128
+ de: {
129
+ player: {
130
+ label: 'Videoplayer',
131
+ play: 'Abspielen',
132
+ pause: 'Pause',
133
+ stop: 'Stopp',
134
+ restart: 'Von vorne beginnen',
135
+ rewind: 'Zurückspulen',
136
+ forward: 'Vorspulen',
137
+ rewindSeconds: '{seconds} Sekunden zurückspulen',
138
+ forwardSeconds: '{seconds} Sekunden vorspulen',
139
+ previous: 'Vorheriger Titel',
140
+ next: 'Nächster Titel',
141
+ volume: 'Lautstärke',
142
+ mute: 'Stumm',
143
+ unmute: 'Ton ein',
144
+ fullscreen: 'Vollbild',
145
+ exitFullscreen: 'Vollbild beenden',
146
+ captions: 'Untertitel',
147
+ chapters: 'Kapitel',
148
+ quality: 'Qualität',
149
+ captionStyling: 'Untertitel-Stil',
150
+ transcript: 'Transkript umschalten',
151
+ audioDescription: 'Audiodeskription',
152
+ signLanguage: 'Gebärdensprache-Video',
153
+ settings: 'Einstellungen',
154
+ speed: 'Wiedergabegeschwindigkeit',
155
+ pip: 'Bild-in-Bild',
156
+ currentTime: 'Aktuelle Zeit',
157
+ duration: 'Dauer',
158
+ progress: 'Fortschritt',
159
+ seekForward: '{seconds} Sekunden vorspulen',
160
+ seekBackward: '{seconds} Sekunden zurückspulen',
161
+ volumeUp: 'Lauter',
162
+ volumeDown: 'Leiser',
163
+ loading: 'Lädt...',
164
+ loadingChapters: 'Kapitel werden geladen...',
165
+ error: 'Fehler beim Laden',
166
+ buffering: 'Puffern...',
167
+ signLanguageVideo: 'Gebärdensprache-Video',
168
+ noChapters: 'Keine Kapitel verfügbar',
169
+ noCaptions: 'Keine Untertitel verfügbar',
170
+ auto: 'Automatisch',
171
+ autoQuality: 'Automatisch (keine Qualitätsauswahl verfügbar)',
172
+ noQuality: 'Qualitätsauswahl nicht verfügbar',
173
+ signLanguageDragResize: 'Gebärdensprache-Video - Drücken Sie D zum Verschieben per Tastatur, R zum Ändern der Größe',
174
+ signLanguageDragActive: 'Gebärdensprache-Video - Verschiebemodus aktiv. Pfeiltasten zum Bewegen, Escape zum Beenden.',
175
+ signLanguageResizeActive: 'Gebärdensprache-Video - Größenänderungsmodus aktiv. Links-/Rechts-Pfeiltasten zum Ändern der Größe, Escape zum Beenden.',
176
+ resizeHandle: 'Größenänderung {direction}-Ecke'
177
+ },
178
+ captions: {
179
+ off: 'Aus',
180
+ select: 'Untertitel auswählen',
181
+ fontSize: 'Schriftgröße',
182
+ fontFamily: 'Schriftart',
183
+ color: 'Textfarbe',
184
+ backgroundColor: 'Hintergrundfarbe',
185
+ opacity: 'Deckkraft'
186
+ },
187
+ fontSizes: {
188
+ small: 'Klein',
189
+ normal: 'Normal',
190
+ large: 'Groß',
191
+ xlarge: 'Sehr groß'
192
+ },
193
+ fontFamilies: {
194
+ sansSerif: 'Sans-serif',
195
+ serif: 'Serif',
196
+ monospace: 'Monospace'
197
+ },
198
+ styleLabels: {
199
+ textColor: 'Textfarbe',
200
+ background: 'Hintergrund',
201
+ font: 'Schrift',
202
+ fontSize: 'Schriftgröße',
203
+ opacity: 'Deckkraft'
204
+ },
205
+ audioDescription: {
206
+ enable: 'Audiodeskription aktivieren',
207
+ disable: 'Audiodeskription deaktivieren'
208
+ },
209
+ signLanguage: {
210
+ show: 'Gebärdensprache-Video anzeigen',
211
+ hide: 'Gebärdensprache-Video ausblenden'
212
+ },
213
+ transcript: {
214
+ title: 'Transkript',
215
+ close: 'Transkript schließen',
216
+ loading: 'Transkript wird geladen...',
217
+ noTranscript: 'Kein Transkript für dieses Video verfügbar.',
218
+ settings: 'Transkript-Einstellungen. Eingabetaste zum Öffnen des Menüs drücken oder D zum Aktivieren des Verschiebemodus',
219
+ keyboardDragMode: 'Tastatur-Verschiebemodus mit Pfeiltasten umschalten. Tastenkombination: D-Taste',
220
+ keyboardDragActive: '⌨️ Tastatur-Verschiebemodus aktiv (Pfeiltasten zum Bewegen, Umschalt+Pfeiltasten für große Schritte, D oder ESC zum Beenden)',
221
+ resizeWindow: 'Fenster vergrößern/verkleinern',
222
+ styleTranscript: 'Transkript-Stileinstellungen öffnen',
223
+ closeMenu: 'Menü schließen',
224
+ styleTitle: 'Transkript-Stil'
225
+ },
226
+ settings: {
227
+ title: 'Einstellungen',
228
+ quality: 'Qualität',
229
+ speed: 'Geschwindigkeit',
230
+ captions: 'Untertitel',
231
+ language: 'Sprache',
232
+ reset: 'Zurücksetzen',
233
+ close: 'Schließen'
234
+ },
235
+ speeds: {
236
+ normal: 'Normal'
237
+ },
238
+ time: {
239
+ display: 'Zeitanzeige',
240
+ durationPrefix: 'Dauer: ',
241
+ hour: '{count} Stunde',
242
+ hours: '{count} Stunden',
243
+ minute: '{count} Minute',
244
+ minutes: '{count} Minuten',
245
+ second: '{count} Sekunde',
246
+ seconds: '{count} Sekunden'
247
+ }
248
+ },
249
+
250
+ es: {
251
+ player: {
252
+ label: 'Reproductor de video',
253
+ play: 'Reproducir',
254
+ pause: 'Pausa',
255
+ stop: 'Detener',
256
+ restart: 'Reiniciar desde el principio',
257
+ rewind: 'Retroceder',
258
+ forward: 'Avanzar',
259
+ rewindSeconds: 'Retroceder {seconds} segundos',
260
+ forwardSeconds: 'Avanzar {seconds} segundos',
261
+ previous: 'Pista anterior',
262
+ next: 'Siguiente pista',
263
+ volume: 'Volumen',
264
+ mute: 'Silenciar',
265
+ unmute: 'Activar sonido',
266
+ fullscreen: 'Pantalla completa',
267
+ exitFullscreen: 'Salir de pantalla completa',
268
+ captions: 'Subtítulos',
269
+ chapters: 'Capítulos',
270
+ quality: 'Calidad',
271
+ captionStyling: 'Estilo de subtítulos',
272
+ transcript: 'Alternar transcripción',
273
+ audioDescription: 'Audiodescripción',
274
+ signLanguage: 'Video en lengua de señas',
275
+ settings: 'Configuración',
276
+ speed: 'Velocidad de reproducción',
277
+ pip: 'Imagen en imagen',
278
+ currentTime: 'Tiempo actual',
279
+ duration: 'Duración',
280
+ progress: 'Progreso',
281
+ seekForward: 'Avanzar {seconds} segundos',
282
+ seekBackward: 'Retroceder {seconds} segundos',
283
+ volumeUp: 'Subir volumen',
284
+ volumeDown: 'Bajar volumen',
285
+ loading: 'Cargando...',
286
+ loadingChapters: 'Cargando capítulos...',
287
+ error: 'Error al cargar',
288
+ buffering: 'Almacenando en búfer...',
289
+ signLanguageVideo: 'Video en Lengua de Señas',
290
+ noChapters: 'No hay capítulos disponibles',
291
+ noCaptions: 'No hay subtítulos disponibles',
292
+ auto: 'Automático',
293
+ autoQuality: 'Automático (selección de calidad no disponible)',
294
+ noQuality: 'Selección de calidad no disponible',
295
+ signLanguageDragResize: 'Video en Lengua de Señas - Presione D para arrastrar con el teclado, R para cambiar el tamaño',
296
+ signLanguageDragActive: 'Video en Lengua de Señas - Modo de arrastre activo. Use las teclas de flecha para mover, Escape para salir.',
297
+ signLanguageResizeActive: 'Video en Lengua de Señas - Modo de cambio de tamaño activo. Use las teclas de flecha izquierda/derecha para cambiar el tamaño, Escape para salir.',
298
+ resizeHandle: 'Cambiar tamaño esquina {direction}'
299
+ },
300
+ captions: {
301
+ off: 'Desactivado',
302
+ select: 'Seleccionar subtítulos',
303
+ fontSize: 'Tamaño de fuente',
304
+ fontFamily: 'Familia de fuente',
305
+ color: 'Color de texto',
306
+ backgroundColor: 'Color de fondo',
307
+ opacity: 'Opacidad'
308
+ },
309
+ fontSizes: {
310
+ small: 'Pequeño',
311
+ normal: 'Normal',
312
+ large: 'Grande',
313
+ xlarge: 'Muy grande'
314
+ },
315
+ fontFamilies: {
316
+ sansSerif: 'Sans-serif',
317
+ serif: 'Serif',
318
+ monospace: 'Monospace'
319
+ },
320
+ styleLabels: {
321
+ textColor: 'Color de texto',
322
+ background: 'Fondo',
323
+ font: 'Fuente',
324
+ fontSize: 'Tamaño de fuente',
325
+ opacity: 'Opacidad'
326
+ },
327
+ audioDescription: {
328
+ enable: 'Activar audiodescripción',
329
+ disable: 'Desactivar audiodescripción'
330
+ },
331
+ signLanguage: {
332
+ show: 'Mostrar video en lengua de señas',
333
+ hide: 'Ocultar video en lengua de señas'
334
+ },
335
+ transcript: {
336
+ title: 'Transcripción',
337
+ close: 'Cerrar transcripción',
338
+ loading: 'Cargando transcripción...',
339
+ noTranscript: 'No hay transcripción disponible para este video.',
340
+ settings: 'Configuración de transcripción. Presione Enter para abrir el menú o D para activar el modo de arrastre',
341
+ keyboardDragMode: 'Alternar modo de arrastre con teclado usando teclas de flecha. Atajo: tecla D',
342
+ keyboardDragActive: '⌨️ Modo de Arrastre con Teclado Activo (Teclas de flecha para mover, Mayús+Flechas para pasos grandes, D o ESC para salir)',
343
+ resizeWindow: 'Cambiar tamaño de ventana',
344
+ styleTranscript: 'Abrir configuración de estilo de transcripción',
345
+ closeMenu: 'Cerrar menú',
346
+ styleTitle: 'Estilo de Transcripción'
347
+ },
348
+ settings: {
349
+ title: 'Configuración',
350
+ quality: 'Calidad',
351
+ speed: 'Velocidad',
352
+ captions: 'Subtítulos',
353
+ language: 'Idioma',
354
+ reset: 'Restablecer',
355
+ close: 'Cerrar'
356
+ },
357
+ speeds: {
358
+ normal: 'Normal'
359
+ },
360
+ time: {
361
+ display: 'Visualización de tiempo',
362
+ durationPrefix: 'Duración: ',
363
+ hour: '{count} hora',
364
+ hours: '{count} horas',
365
+ minute: '{count} minuto',
366
+ minutes: '{count} minutos',
367
+ second: '{count} segundo',
368
+ seconds: '{count} segundos'
369
+ }
370
+ },
371
+
372
+ fr: {
373
+ player: {
374
+ label: 'Lecteur vidéo',
375
+ play: 'Lecture',
376
+ pause: 'Pause',
377
+ stop: 'Arrêt',
378
+ restart: 'Redémarrer du début',
379
+ rewind: 'Reculer',
380
+ forward: 'Avancer',
381
+ rewindSeconds: 'Reculer de {seconds} secondes',
382
+ forwardSeconds: 'Avancer de {seconds} secondes',
383
+ previous: 'Piste précédente',
384
+ next: 'Piste suivante',
385
+ volume: 'Volume',
386
+ mute: 'Muet',
387
+ unmute: 'Activer le son',
388
+ fullscreen: 'Plein écran',
389
+ exitFullscreen: 'Quitter le plein écran',
390
+ captions: 'Sous-titres',
391
+ chapters: 'Chapitres',
392
+ quality: 'Qualité',
393
+ captionStyling: 'Style des sous-titres',
394
+ transcript: 'Activer/désactiver la transcription',
395
+ audioDescription: 'Audiodescription',
396
+ signLanguage: 'Vidéo en langue des signes',
397
+ settings: 'Paramètres',
398
+ speed: 'Vitesse de lecture',
399
+ pip: 'Image dans l\'image',
400
+ currentTime: 'Temps actuel',
401
+ duration: 'Durée',
402
+ progress: 'Progression',
403
+ seekForward: 'Avancer de {seconds} secondes',
404
+ seekBackward: 'Reculer de {seconds} secondes',
405
+ volumeUp: 'Augmenter le volume',
406
+ volumeDown: 'Diminuer le volume',
407
+ loading: 'Chargement...',
408
+ loadingChapters: 'Chargement des chapitres...',
409
+ error: 'Erreur de chargement',
410
+ buffering: 'Mise en mémoire tampon...',
411
+ signLanguageVideo: 'Vidéo en Langue des Signes',
412
+ noChapters: 'Aucun chapitre disponible',
413
+ noCaptions: 'Aucun sous-titre disponible',
414
+ auto: 'Automatique',
415
+ autoQuality: 'Automatique (sélection de qualité non disponible)',
416
+ noQuality: 'Sélection de qualité non disponible',
417
+ signLanguageDragResize: 'Vidéo en Langue des Signes - Appuyez sur D pour déplacer avec le clavier, R pour redimensionner',
418
+ signLanguageDragActive: 'Vidéo en Langue des Signes - Mode glissement actif. Utilisez les touches fléchées pour déplacer, Échap pour quitter.',
419
+ signLanguageResizeActive: 'Vidéo en Langue des Signes - Mode redimensionnement actif. Utilisez les touches fléchées gauche/droite pour redimensionner, Échap pour quitter.',
420
+ resizeHandle: 'Redimensionner coin {direction}'
421
+ },
422
+ captions: {
423
+ off: 'Désactivé',
424
+ select: 'Sélectionner les sous-titres',
425
+ fontSize: 'Taille de police',
426
+ fontFamily: 'Police',
427
+ color: 'Couleur du texte',
428
+ backgroundColor: 'Couleur de fond',
429
+ opacity: 'Opacité'
430
+ },
431
+ fontSizes: {
432
+ small: 'Petit',
433
+ normal: 'Normal',
434
+ large: 'Grand',
435
+ xlarge: 'Très grand'
436
+ },
437
+ fontFamilies: {
438
+ sansSerif: 'Sans-serif',
439
+ serif: 'Serif',
440
+ monospace: 'Monospace'
441
+ },
442
+ styleLabels: {
443
+ textColor: 'Couleur du texte',
444
+ background: 'Arrière-plan',
445
+ font: 'Police',
446
+ fontSize: 'Taille de police',
447
+ opacity: 'Opacité'
448
+ },
449
+ audioDescription: {
450
+ enable: 'Activer l\'audiodescription',
451
+ disable: 'Désactiver l\'audiodescription'
452
+ },
453
+ signLanguage: {
454
+ show: 'Afficher la vidéo en langue des signes',
455
+ hide: 'Masquer la vidéo en langue des signes'
456
+ },
457
+ transcript: {
458
+ title: 'Transcription',
459
+ close: 'Fermer la transcription',
460
+ loading: 'Chargement de la transcription...',
461
+ noTranscript: 'Aucune transcription disponible pour cette vidéo.',
462
+ settings: 'Paramètres de transcription. Appuyez sur Entrée pour ouvrir le menu ou D pour activer le mode glissement',
463
+ keyboardDragMode: 'Basculer le mode glissement avec les touches fléchées. Raccourci: touche D',
464
+ keyboardDragActive: '⌨️ Mode Glissement Clavier Actif (Touches fléchées pour déplacer, Maj+Fléchées pour grands pas, D ou Échap pour quitter)',
465
+ resizeWindow: 'Redimensionner la fenêtre',
466
+ styleTranscript: 'Ouvrir les paramètres de style de transcription',
467
+ closeMenu: 'Fermer le menu',
468
+ styleTitle: 'Style de Transcription'
469
+ },
470
+ settings: {
471
+ title: 'Paramètres',
472
+ quality: 'Qualité',
473
+ speed: 'Vitesse',
474
+ captions: 'Sous-titres',
475
+ language: 'Langue',
476
+ reset: 'Réinitialiser',
477
+ close: 'Fermer'
478
+ },
479
+ speeds: {
480
+ normal: 'Normal'
481
+ },
482
+ time: {
483
+ display: 'Affichage du temps',
484
+ durationPrefix: 'Durée : ',
485
+ hour: '{count} heure',
486
+ hours: '{count} heures',
487
+ minute: '{count} minute',
488
+ minutes: '{count} minutes',
489
+ second: '{count} seconde',
490
+ seconds: '{count} secondes'
491
+ }
492
+ },
493
+
494
+ ja: {
495
+ player: {
496
+ label: 'ビデオプレーヤー',
497
+ play: '再生',
498
+ pause: '一時停止',
499
+ stop: '停止',
500
+ restart: '最初から再生',
501
+ rewind: '巻き戻し',
502
+ forward: '早送り',
503
+ rewindSeconds: '{seconds}秒戻す',
504
+ forwardSeconds: '{seconds}秒進める',
505
+ previous: '前のトラック',
506
+ next: '次のトラック',
507
+ volume: '音量',
508
+ mute: 'ミュート',
509
+ unmute: 'ミュート解除',
510
+ fullscreen: '全画面表示',
511
+ exitFullscreen: '全画面表示を終了',
512
+ captions: '字幕',
513
+ chapters: 'チャプター',
514
+ quality: '画質',
515
+ captionStyling: '字幕スタイル',
516
+ transcript: '文字起こし切り替え',
517
+ audioDescription: '音声解説',
518
+ signLanguage: '手話動画',
519
+ settings: '設定',
520
+ speed: '再生速度',
521
+ pip: 'ピクチャーインピクチャー',
522
+ currentTime: '現在の時間',
523
+ duration: '再生時間',
524
+ progress: '進行状況',
525
+ seekForward: '{seconds}秒進める',
526
+ seekBackward: '{seconds}秒戻す',
527
+ volumeUp: '音量を上げる',
528
+ volumeDown: '音量を下げる',
529
+ loading: '読み込み中...',
530
+ loadingChapters: 'チャプター読み込み中...',
531
+ error: '読み込みエラー',
532
+ buffering: 'バッファリング中...',
533
+ signLanguageVideo: '手話動画',
534
+ noChapters: 'チャプターがありません',
535
+ noCaptions: '字幕がありません',
536
+ auto: '自動',
537
+ autoQuality: '自動(画質選択不可)',
538
+ noQuality: '画質選択不可',
539
+ signLanguageDragResize: '手話動画 - キーボードでドラッグするにはDキーを、サイズ変更するにはRキーを押してください',
540
+ signLanguageDragActive: '手話動画 - ドラッグモードが有効です。矢印キーで移動、Escapeで終了します。',
541
+ signLanguageResizeActive: '手話動画 - サイズ変更モードが有効です。左右の矢印キーでサイズ変更、Escapeで終了します。',
542
+ resizeHandle: '{direction}コーナーのサイズ変更'
543
+ },
544
+ captions: {
545
+ off: 'オフ',
546
+ select: '字幕を選択',
547
+ fontSize: 'フォントサイズ',
548
+ fontFamily: 'フォント',
549
+ color: 'テキストの色',
550
+ backgroundColor: '背景色',
551
+ opacity: '不透明度'
552
+ },
553
+ fontSizes: {
554
+ small: '',
555
+ normal: '標準',
556
+ large: '',
557
+ xlarge: '特大'
558
+ },
559
+ fontFamilies: {
560
+ sansSerif: 'サンセリフ',
561
+ serif: 'セリフ',
562
+ monospace: '等幅'
563
+ },
564
+ styleLabels: {
565
+ textColor: 'テキストの色',
566
+ background: '背景',
567
+ font: 'フォント',
568
+ fontSize: 'フォントサイズ',
569
+ opacity: '不透明度'
570
+ },
571
+ audioDescription: {
572
+ enable: '音声解説を有効にする',
573
+ disable: '音声解説を無効にする'
574
+ },
575
+ signLanguage: {
576
+ show: '手話動画を表示',
577
+ hide: '手話動画を非表示'
578
+ },
579
+ transcript: {
580
+ title: '文字起こし',
581
+ close: '文字起こしを閉じる',
582
+ loading: '文字起こしを読み込み中...',
583
+ noTranscript: 'このビデオの文字起こしはありません。',
584
+ settings: '文字起こし設定。Enterキーでメニューを開く、またはDキーでドラッグモードを有効にする',
585
+ keyboardDragMode: '矢印キーでキーボードドラッグモードを切り替え。ショートカット:Dキー',
586
+ keyboardDragActive: '⌨️ キーボードドラッグモード有効(矢印キーで移動、Shift+矢印キーで大きく移動、DまたはESCで終了)',
587
+ resizeWindow: 'ウィンドウのサイズ変更',
588
+ styleTranscript: '文字起こしスタイル設定を開く',
589
+ closeMenu: 'メニューを閉じる',
590
+ styleTitle: '文字起こしスタイル'
591
+ },
592
+ settings: {
593
+ title: '設定',
594
+ quality: '画質',
595
+ speed: '速度',
596
+ captions: '字幕',
597
+ language: '言語',
598
+ reset: 'リセット',
599
+ close: '閉じる'
600
+ },
601
+ speeds: {
602
+ normal: '通常'
603
+ },
604
+ time: {
605
+ display: '時間表示',
606
+ durationPrefix: '再生時間: ',
607
+ hour: '{count}時間',
608
+ hours: '{count}時間',
609
+ minute: '{count}分',
610
+ minutes: '{count}分',
611
+ second: '{count}秒',
612
+ seconds: '{count}秒'
613
+ }
614
+ }
615
+ };
616
+