ja.js 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. videojs.addLanguage('ja', {
  2. "Audio Player": "オーディオプレイヤー",
  3. "Video Player": "ビデオプレイヤー",
  4. "Play": "再生",
  5. "Pause": "一時停止",
  6. "Replay": "もう一度見る",
  7. "Current Time": "現在の時間",
  8. "Duration": "長さ",
  9. "Remaining Time": "残りの時間",
  10. "Stream Type": "ストリームの種類",
  11. "LIVE": "ライブ",
  12. "Seek to live, currently behind live": "ライブまで再生位置を指定、現在ライブが遅れています。",
  13. "Seek to live, currently playing live": "ライブまで再生位置を指定、現在ライブ中。",
  14. "Loaded": "ロード済み",
  15. "Progress": "進行状況",
  16. "Progress Bar": "シークバー",
  17. "progress bar timing: currentTime={1} duration={2}": "{2}の{1}",
  18. "Fullscreen": "フルスクリーン",
  19. "Non-Fullscreen": "フルスクリーン以外",
  20. "Mute": "ミュート",
  21. "Unmute": "ミュート解除",
  22. "Playback Rate": "再生レート",
  23. "Subtitles": "サブタイトル",
  24. "subtitles off": "サブタイトル オフ",
  25. "Captions": "キャプション",
  26. "captions off": "キャプション オフ",
  27. "Chapters": "チャプター",
  28. "Descriptions": "ディスクリプション",
  29. "descriptions off": "ディスクリプションオフ",
  30. "Audio Track": "音声トラック",
  31. "Volume Level": "ボリュームレベル",
  32. "You aborted the media playback": "動画再生を中止しました",
  33. "A network error caused the media download to fail part-way.": "ネットワーク エラーにより動画のダウンロードが途中で失敗しました",
  34. "The media could not be loaded, either because the server or network failed or because the format is not supported.": "サーバーまたはネットワークのエラー、またはフォーマットがサポートされていないため、動画をロードできませんでした",
  35. "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "破損の問題、またはお使いのブラウザがサポートしていない機能が動画に使用されていたため、動画の再生が中止されました",
  36. "No compatible source was found for this media.": "この動画に対して互換性のあるソースが見つかりませんでした",
  37. "The media is encrypted and we do not have the keys to decrypt it.": "メディアは暗号化されており、解読するためのキーがありません。",
  38. "Play Video": "ビデオを再生する",
  39. "Close": "閉じる",
  40. "Close Modal Dialog": "ダイアログボックスを閉じる",
  41. "Modal Window": "ダイアログボックス",
  42. "This is a modal window": "これはダイアログボックスです",
  43. "This modal can be closed by pressing the Escape key or activating the close button.": "このダイアログボックスは、Escキーを押すか、閉じるボタンを押して閉じることができま",
  44. ", opens captions settings dialog": ", 書き起こし字幕の設定を開く",
  45. ", opens subtitles settings dialog": ", 字幕の設定を開く",
  46. ", opens descriptions settings dialog": ", ディスクリプションの設定を開く",
  47. ", selected": ", 選択済み",
  48. "captions settings": "書き起こし字幕の設定",
  49. "subtitles settings": "字幕の設定",
  50. "descriptions settings": "ディスクリプションの設定",
  51. "Text": "テキスト",
  52. "White": "白",
  53. "Black": "黒",
  54. "Red": "赤",
  55. "Green": "緑",
  56. "Blue": "青",
  57. "Yellow": "黄",
  58. "Magenta": "赤紫",
  59. "Cyan": "シアン",
  60. "Background": "背景",
  61. "Window": "ウィンドウ",
  62. "Transparent": "透明",
  63. "Semi-Transparent": "半透明",
  64. "Opaque": "不透明",
  65. "Font Size": "文字サイズ",
  66. "Text Edge Style": "テキストのアウトラインのスタイル",
  67. "None": "なし",
  68. "Raised": "浮き出し",
  69. "Depressed": "浮き彫り",
  70. "Uniform": "均一",
  71. "Dropshadow": "影付き",
  72. "Font Family": "フォントの種類",
  73. "Proportional Sans-Serif": "セリフなし可変幅フォント",
  74. "Monospace Sans-Serif": "セリフなし等幅フォント",
  75. "Proportional Serif": "セリフあり可変幅フォント",
  76. "Monospace Serif": "セリフあり等幅フォント",
  77. "Casual": "カジュアル",
  78. "Script": "スクリプト",
  79. "Small Caps": "スモールキャピタル",
  80. "Reset": "リセット",
  81. "restore all settings to the default values": "すべての設定をデフォルト値に戻す",
  82. "Done": "終了",
  83. "Caption Settings Dialog": "書き起こし字幕設定ダイアログ",
  84. "Beginning of dialog window. Escape will cancel and close the window.": "ダイアログボックスの開始。Escキーでキャンセルしてウィンドウを閉じます。",
  85. "End of dialog window.": "ダイアログボックスの終了",
  86. "{1} is loading.": "{1}は読み込み中です。",
  87. "Exit Picture-in-Picture": "ピクチャーインピクチャー機能の終了",
  88. "Picture-in-Picture": "ピクチャーインピクチャー",
  89. "No content": "コンテンツなし"
  90. });