Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « lang « src « videojs - github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 578383b2f860768a8efaedfe82cca17d0b337cea (plain)
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
videojs.addLanguage("ja",{
 "Play": "再生",
 "Pause": "一時停止",
 "Current Time": "現在の時間",
 "Duration Time": "長さ",
 "Remaining Time": "残りの時間",
 "Stream Type": "ストリームの種類",
 "LIVE": "ライブ",
 "Loaded": "ロード済み",
 "Progress": "進行状況",
 "Fullscreen": "フルスクリーン",
 "Non-Fullscreen": "フルスクリーン以外",
 "Mute": "ミュート",
 "Unmuted": "ミュート解除",
 "Playback Rate": "再生レート",
 "Subtitles": "サブタイトル",
 "subtitles off": "サブタイトル オフ",
 "Captions": "キャプション",
 "captions off": "キャプション オフ",
 "Chapters": "チャプター",
 "You aborted the video playback": "動画再生を中止しました",
 "A network error caused the video download to fail part-way.": "ネットワーク エラーにより動画のダウンロードが途中で失敗しました",
 "The video could not be loaded, either because the server or network failed or because the format is not supported.": "サーバーまたはネットワークのエラー、またはフォーマットがサポートされていないため、動画をロードできませんでした",
 "The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "破損の問題、またはお使いのブラウザがサポートしていない機能が動画に使用されていたため、動画の再生が中止されました",
 "No compatible source was found for this video.": "この動画に対して互換性のあるソースが見つかりませんでした"
});