[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/js/mediaelement/lang/ -> ru.js (source)

   1  'use strict';/*!
   2   * This is a `i18n` language object.
   3   *
   4   * Russian
   5   *
   6   * @author
   7   *   Jalios (Twitter: @Jalios)
   8   *   Sascha Greuel (Twitter: @SoftCreatR)
   9   *
  10   * @see core/i18n.js
  11   */
  12  (function (exports) {
  13      if (exports.ru === undefined) {
  14          exports.ru = {
  15              'mejs.plural-form': 7,            
  16              'mejs.download-file': 'Скачать файл',            
  17              'mejs.install-flash': 'Flash player в вашем браузере не установлен или отключен. Пожалуйста включите ваш Flash player или скачайте последнюю версию с https://get.adobe.com/flashplayer/',            
  18              'mejs.fullscreen': 'Полноэкранный режим',            
  19              'mejs.play': 'Воспроизвести',
  20              'mejs.pause': 'Пауза',            
  21              'mejs.time-slider': 'Слайдер времени',
  22              'mejs.time-help-text': 'Используйте Левую/Правую клавиши со стрелками, чтобы продвинуться на одну секунду, клавиши со стрелками Вверх/Вниз, чтобы продвинуться на десять секунд.',
  23              'mejs.live-broadcast' : 'Прямая трансляция',            
  24              'mejs.volume-help-text': 'Используйте клавиши со стрелками Вверх/Вниз, чтобы увеличить или уменьшить громкость.',
  25              'mejs.unmute': 'Включить звук',
  26              'mejs.mute': 'Отключить звук',
  27              'mejs.volume-slider': 'Слайдер громкости',            
  28              'mejs.video-player': 'Видеоплеер',
  29              'mejs.audio-player': 'Аудиоплеер',            
  30              'mejs.captions-subtitles': 'Титры/Субтитры',
  31              'mejs.captions-chapters': 'Главы',
  32              'mejs.none': 'Нет',
  33              'mejs.afrikaans': 'Африканский',
  34              'mejs.albanian': 'Албанский',
  35              'mejs.arabic': 'Арабский',
  36              'mejs.belarusian': 'Белорусский',
  37              'mejs.bulgarian': 'Болгарский',
  38              'mejs.catalan': 'Каталонский',
  39              'mejs.chinese': 'Китайский',
  40              'mejs.chinese-simplified': 'Китайский (упрощенный)',
  41              'mejs.chinese-traditional': 'Chinese (традиционный)',
  42              'mejs.croatian': 'Хорватский',
  43              'mejs.czech': 'Чешский',
  44              'mejs.danish': 'Датский',
  45              'mejs.dutch': 'Голландский',
  46              'mejs.english': 'Английский',
  47              'mejs.estonian': 'Эстонский',
  48              'mejs.filipino': 'Филиппинский',
  49              'mejs.finnish': 'Финский',
  50              'mejs.french': 'Французский',
  51              'mejs.galician': 'Галисийский',
  52              'mejs.german': 'Немецкий',
  53              'mejs.greek': 'Греческий',
  54              'mejs.haitian-creole': 'Гаитянский креольский',
  55              'mejs.hebrew': 'Иврит',
  56              'mejs.hindi': 'Хинди',
  57              'mejs.hungarian': 'Венгерский',
  58              'mejs.icelandic': 'Исландский',
  59              'mejs.indonesian': 'Индонезийский',
  60              'mejs.irish': 'Ирландский',
  61              'mejs.italian': 'Итальянский',
  62              'mejs.japanese': 'Японский',
  63              'mejs.korean': 'Корейский',
  64              'mejs.latvian': 'Латышский',
  65              'mejs.lithuanian': 'Литовский',
  66              'mejs.macedonian': 'Македонский',
  67              'mejs.malay': 'Малайский',
  68              'mejs.maltese': 'Мальтийский',
  69              'mejs.norwegian': 'Норвежский',
  70              'mejs.persian': 'Персидский',
  71              'mejs.polish': 'Польский',
  72              'mejs.portuguese': 'Португальский',
  73              'mejs.romanian': 'Румынский',
  74              'mejs.russian': 'Русский',
  75              'mejs.serbian': 'Сербский',
  76              'mejs.slovak': 'Словацкий',
  77              'mejs.slovenian': 'Словенский',
  78              'mejs.spanish': 'Испанский',
  79              'mejs.swahili': 'Суахили',
  80              'mejs.swedish': 'Шведский',
  81              'mejs.tagalog': 'Тагальский',
  82              'mejs.thai': 'Тайский',
  83              'mejs.turkish': 'Турецкий',
  84              'mejs.ukrainian': 'Украинский',
  85              'mejs.vietnamese': 'Вьетнамский',
  86              'mejs.welsh': 'Валлийский',
  87              'mejs.yiddish': 'Идиш'
  88          };
  89      }
  90  })(mejs.i18n);


Generated: Tue Jan 16 01:00:03 2018 Cross-referenced by PHPXref 0.7.1