[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

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

   1  'use strict';/*!
   2   * This is a `i18n` language object.
   3   *
   4   * Japanese
   5   *
   6   * @author
   7   *   Jalios (Twitter: @Jalios)
   8   *   Sascha 'SoftCreatR' Greuel
   9   *
  10   * @see core/i18n.js
  11   */
  12  (function (exports) {
  13      if (exports.ja === undefined) {
  14          exports.ja = {
  15              'mejs.plural-form': 0,            
  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': '1秒進めるには左/右矢印をキーを,10秒進めるには上/下矢印を使います。',
  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': '中国語(繁体字)',
  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