多单位版国产化地质资料管理系统
zhai
2025-12-18 3c6f6c1e3016e38146a4c46be6e7b625c35591f2
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
'use strict';/*!
 * This is a `i18n` language object.
 *
 * Russian
 *
 * @author
 *   Jalios (Twitter: @Jalios)
 *   Sascha Greuel (Twitter: @SoftCreatR)
 *
 * @see core/i18n.js
 */
(function (exports) {
    if (exports.ru === undefined) {
        exports.ru = {
            'mejs.plural-form': 7,            
            'mejs.download-file': 'Скачать файл',            
            'mejs.install-flash': 'Flash player в вашем браузере не установлен или отключен. Пожалуйста включите ваш Flash player или скачайте последнюю версию с https://get.adobe.com/flashplayer/',            
            'mejs.fullscreen': 'Полноэкранный режим',            
            'mejs.play': 'Воспроизвести',
            'mejs.pause': 'Пауза',            
            'mejs.time-slider': 'Слайдер времени',
            'mejs.time-help-text': 'Используйте Левую/Правую клавиши со стрелками, чтобы продвинуться на одну секунду, клавиши со стрелками Вверх/Вниз, чтобы продвинуться на десять секунд.',
            'mejs.live-broadcast' : 'Прямая трансляция',            
            'mejs.volume-help-text': 'Используйте клавиши со стрелками Вверх/Вниз, чтобы увеличить или уменьшить громкость.',
            'mejs.unmute': 'Включить звук',
            'mejs.mute': 'Отключить звук',
            'mejs.volume-slider': 'Слайдер громкости',            
            'mejs.video-player': 'Видеоплеер',
            'mejs.audio-player': 'Аудиоплеер',            
            'mejs.captions-subtitles': 'Титры/Субтитры',
            'mejs.captions-chapters': 'Главы',
            'mejs.none': 'Нет',
            'mejs.afrikaans': 'Африканский',
            'mejs.albanian': 'Албанский',
            'mejs.arabic': 'Арабский',
            'mejs.belarusian': 'Белорусский',
            'mejs.bulgarian': 'Болгарский',
            'mejs.catalan': 'Каталонский',
            'mejs.chinese': 'Китайский',
            'mejs.chinese-simplified': 'Китайский (упрощенный)',
            'mejs.chinese-traditional': 'Chinese (традиционный)',
            'mejs.croatian': 'Хорватский',
            'mejs.czech': 'Чешский',
            'mejs.danish': 'Датский',
            'mejs.dutch': 'Голландский',
            'mejs.english': 'Английский',
            'mejs.estonian': 'Эстонский',
            'mejs.filipino': 'Филиппинский',
            'mejs.finnish': 'Финский',
            'mejs.french': 'Французский',
            'mejs.galician': 'Галисийский',
            'mejs.german': 'Немецкий',
            'mejs.greek': 'Греческий',
            'mejs.haitian-creole': 'Гаитянский креольский',
            'mejs.hebrew': 'Иврит',
            'mejs.hindi': 'Хинди',
            'mejs.hungarian': 'Венгерский',
            'mejs.icelandic': 'Исландский',
            'mejs.indonesian': 'Индонезийский',
            'mejs.irish': 'Ирландский',
            'mejs.italian': 'Итальянский',
            'mejs.japanese': 'Японский',
            'mejs.korean': 'Корейский',
            'mejs.latvian': 'Латышский',
            'mejs.lithuanian': 'Литовский',
            'mejs.macedonian': 'Македонский',
            'mejs.malay': 'Малайский',
            'mejs.maltese': 'Мальтийский',
            'mejs.norwegian': 'Норвежский',
            'mejs.persian': 'Персидский',
            'mejs.polish': 'Польский',
            'mejs.portuguese': 'Португальский',
            'mejs.romanian': 'Румынский',
            'mejs.russian': 'Русский',
            'mejs.serbian': 'Сербский',
            'mejs.slovak': 'Словацкий',
            'mejs.slovenian': 'Словенский',
            'mejs.spanish': 'Испанский',
            'mejs.swahili': 'Суахили',
            'mejs.swedish': 'Шведский',
            'mejs.tagalog': 'Тагальский',
            'mejs.thai': 'Тайский',
            'mejs.turkish': 'Турецкий',
            'mejs.ukrainian': 'Украинский',
            'mejs.vietnamese': 'Вьетнамский',
            'mejs.welsh': 'Валлийский',
            'mejs.yiddish': 'Идиш'
        };
    }
})(mejs.i18n);