多单位版国产化地质资料管理系统
py
2025-07-08 98dbfdb7bca2dbee6802421fbafb8c909b54a356
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/*!
 * This is a `i18n` language object.
 *
 * Spanish
 *
 * @author
 *   Jalios (Twitter: @Jalios)
 *   Sascha Greuel (Twitter: @SoftCreatR)
 *   Rafael Miranda (GitHub: @rafa8626)
 *
 * @see core/i18n.js
 */(function (exports) {
    if (exports.es === undefined) {
        exports.es = {
            'mejs.plural-form': 1,            
            'mejs.download-file': 'Descargar archivo',            
            'mejs.install-flash': 'Esta usando un navegador que no tiene activado o instalado el reproductor de Flash. Por favor active el plugin del reproductor de Flash o descargue la versión más reciente en https://get.adobe.com/flashplayer/',            
            'mejs.fullscreen': 'Pantalla completa',            
            'mejs.play': 'Reproducción',
            'mejs.pause': 'Pausa',            
            'mejs.time-slider': 'Control deslizante de tiempo',
            'mejs.time-help-text': 'Use las flechas Izquierda/Derecha para avanzar un segundo y las flechas Arriba/Abajo para avanzar diez segundos.',
            'mejs.live-broadcast': 'Transmisión en Vivo',            
            'mejs.volume-help-text': 'Use las flechas Arriba/Abajo para subir o bajar el volumen.',
            'mejs.unmute': 'Reactivar silencio',
            'mejs.mute': 'Silencio',
            'mejs.volume-slider': 'Control deslizante de volumen',            
            'mejs.video-player': 'Reproductor de video',
            'mejs.audio-player': 'Reproductor de audio',            
            'mejs.captions-subtitles': 'Leyendas/Subtítulos',
            'mejs.captions-chapters': 'Capítulos',
            'mejs.none': 'Ninguno',
            'mejs.afrikaans': 'Afrikaans',
            'mejs.albanian': 'Albano',
            'mejs.arabic': 'Árabe',
            'mejs.belarusian': 'Bielorruso',
            'mejs.bulgarian': 'Búlgaro',
            'mejs.catalan': 'Catalán',
            'mejs.chinese': 'Chino',
            'mejs.chinese-simplified': 'Chino (Simplificado)',
            'mejs.chinese-traditional': 'Chino (Tradicional)',
            'mejs.croatian': 'Croata',
            'mejs.czech': 'Checo',
            'mejs.danish': 'Danés',
            'mejs.dutch': 'Holandés',
            'mejs.english': 'Inglés',
            'mejs.estonian': 'Estoniano',
            'mejs.filipino': 'Filipino',
            'mejs.finnish': 'Finlandés',
            'mejs.french': 'Francés',
            'mejs.galician': 'Gallego',
            'mejs.german': 'Alemán',
            'mejs.greek': 'Griego',
            'mejs.haitian-creole': 'Haitiano Criollo',
            'mejs.hebrew': 'Hebreo',
            'mejs.hindi': 'Hindi',
            'mejs.hungarian': 'Húngaro',
            'mejs.icelandic': 'Islandés',
            'mejs.indonesian': 'Indonesio',
            'mejs.irish': 'Irlandés',
            'mejs.italian': 'Italiano',
            'mejs.japanese': 'Japonés',
            'mejs.korean': 'Coreano',
            'mejs.latvian': 'Letón',
            'mejs.lithuanian': 'Lituano',
            'mejs.macedonian': 'Macedonio',
            'mejs.malay': 'Malayo',
            'mejs.maltese': 'Maltés',
            'mejs.norwegian': 'Noruego',
            'mejs.persian': 'Persa',
            'mejs.polish': 'Polaco',
            'mejs.portuguese': 'Portugués',
            'mejs.romanian': 'Rumano',
            'mejs.russian': 'Ruso',
            'mejs.serbian': 'Serbio',
            'mejs.slovak': 'Eslovaco',
            'mejs.slovenian': 'Eslovenio',
            'mejs.spanish': 'Español',
            'mejs.swahili': 'Swahili',
            'mejs.swedish': 'Suizo',
            'mejs.tagalog': 'Tagalog',
            'mejs.thai': 'Tailandés',
            'mejs.turkish': 'Turco',
            'mejs.ukrainian': 'Ucraniano',
            'mejs.vietnamese': 'Vietnamita',
            'mejs.welsh': 'Galés',
            'mejs.yiddish': 'Yiddish'
        };
    }
})(mejs.i18n);