@vonage/vivid 3.52.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/accordion/index.cjs +1 -1
- package/accordion/index.js +1 -1
- package/accordion-item/index.cjs +1 -1
- package/accordion-item/index.js +1 -1
- package/alert/index.cjs +3 -3
- package/alert/index.js +3 -3
- package/audio-player/index.cjs +3 -3
- package/audio-player/index.js +3 -3
- package/avatar/index.cjs +1 -1
- package/avatar/index.js +1 -1
- package/badge/index.cjs +1 -1
- package/badge/index.js +1 -1
- package/banner/index.cjs +2 -2
- package/banner/index.js +2 -2
- package/breadcrumb-item/index.cjs +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/button/index.cjs +2 -2
- package/button/index.js +2 -2
- package/card/index.cjs +2 -2
- package/card/index.js +2 -2
- package/checkbox/index.cjs +3 -2
- package/checkbox/index.js +3 -2
- package/combobox/index.cjs +5 -5
- package/combobox/index.js +5 -5
- package/custom-elements.json +717 -4
- package/data-grid/index.cjs +1 -1
- package/data-grid/index.js +1 -1
- package/date-picker/index.cjs +7 -6
- package/date-picker/index.js +7 -6
- package/date-range-picker/index.cjs +7 -6
- package/date-range-picker/index.js +7 -6
- package/dial-pad/index.cjs +33 -0
- package/dial-pad/index.js +31 -0
- package/dialog/index.cjs +4 -4
- package/dialog/index.js +4 -4
- package/divider/index.cjs +1 -1
- package/divider/index.js +1 -1
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.cjs +2 -2
- package/empty-state/index.js +2 -2
- package/fab/index.cjs +2 -2
- package/fab/index.js +2 -2
- package/file-picker/index.cjs +4 -3
- package/file-picker/index.js +4 -3
- package/header/index.cjs +2 -2
- package/header/index.js +2 -2
- package/icon/index.cjs +1 -1
- package/icon/index.js +1 -1
- package/index.cjs +132 -122
- package/index.js +46 -43
- package/layout/index.cjs +1 -1
- package/layout/index.js +1 -1
- package/lib/components.d.ts +2 -0
- package/lib/dial-pad/definition.d.ts +3 -0
- package/lib/dial-pad/dial-pad.d.ts +14 -0
- package/lib/dial-pad/dial-pad.template.d.ts +4 -0
- package/lib/dial-pad/locale.d.ts +18 -0
- package/lib/enums.d.ts +6 -0
- package/lib/text-anchor/definition.d.ts +1 -0
- package/lib/text-anchor/text-anchor.d.ts +5 -0
- package/lib/video-player/definition.d.ts +3 -0
- package/lib/video-player/locale.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +17 -0
- package/lib/video-player/video-player.template.d.ts +4 -0
- package/listbox/index.cjs +2 -2
- package/listbox/index.js +2 -2
- package/locales/en-GB.cjs +30 -0
- package/locales/en-GB.js +30 -0
- package/locales/en-US.cjs +198 -0
- package/locales/en-US.js +198 -0
- package/locales/ja-JP.cjs +197 -0
- package/locales/ja-JP.js +197 -0
- package/locales/zh-CN.cjs +199 -0
- package/locales/zh-CN.js +199 -0
- package/menu/index.cjs +6 -6
- package/menu/index.js +6 -6
- package/menu-item/index.cjs +2 -2
- package/menu-item/index.js +2 -2
- package/nav/index.cjs +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.cjs +2 -2
- package/nav-disclosure/index.js +2 -2
- package/nav-item/index.cjs +2 -2
- package/nav-item/index.js +2 -2
- package/note/index.cjs +2 -2
- package/note/index.js +2 -2
- package/number-field/index.cjs +5 -4
- package/number-field/index.js +5 -4
- package/option/index.cjs +2 -2
- package/option/index.js +2 -2
- package/package.json +1 -1
- package/pagination/index.cjs +3 -3
- package/pagination/index.js +3 -3
- package/popup/index.cjs +4 -4
- package/popup/index.js +4 -4
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/index.cjs +2 -2
- package/range-slider/index.js +2 -2
- package/select/index.cjs +7 -6
- package/select/index.js +7 -6
- package/selectable-box/index.cjs +5 -4
- package/selectable-box/index.js +5 -4
- package/shared/applyMixinsWithObservables.cjs +15 -0
- package/shared/applyMixinsWithObservables.js +13 -0
- package/shared/definition.cjs +1 -1
- package/shared/definition.js +1 -1
- package/shared/definition11.cjs +3 -3
- package/shared/definition11.js +3 -3
- package/shared/definition14.cjs +2 -2
- package/shared/definition14.js +2 -2
- package/shared/definition15.cjs +8 -9
- package/shared/definition15.js +8 -9
- package/shared/definition16.cjs +3 -3
- package/shared/definition16.js +3 -3
- package/shared/definition17.cjs +2 -2
- package/shared/definition17.js +3 -3
- package/shared/definition18.cjs +3 -3
- package/shared/definition18.js +3 -3
- package/shared/definition19.cjs +3 -3
- package/shared/definition19.js +3 -3
- package/shared/definition20.cjs +186 -227
- package/shared/definition20.js +181 -222
- package/shared/definition21.cjs +264 -67
- package/shared/definition21.js +263 -65
- package/shared/definition22.cjs +66 -57
- package/shared/definition22.js +64 -56
- package/shared/definition23.cjs +42 -76
- package/shared/definition23.js +41 -75
- package/shared/definition24.cjs +70 -2402
- package/shared/definition24.js +69 -2401
- package/shared/definition25.cjs +2402 -46
- package/shared/definition25.js +2401 -45
- package/shared/definition26.cjs +63 -30
- package/shared/definition26.js +62 -29
- package/shared/definition27.cjs +28 -56
- package/shared/definition27.js +27 -55
- package/shared/definition28.cjs +35 -881
- package/shared/definition28.js +34 -879
- package/shared/definition29.cjs +893 -60
- package/shared/definition29.js +893 -61
- package/shared/definition30.cjs +68 -86
- package/shared/definition30.js +67 -85
- package/shared/definition31.cjs +86 -21
- package/shared/definition31.js +86 -21
- package/shared/definition32.cjs +24 -12
- package/shared/definition32.js +23 -11
- package/shared/definition33.cjs +11 -50
- package/shared/definition33.js +10 -49
- package/shared/definition34.cjs +26 -515
- package/shared/definition34.js +26 -515
- package/shared/definition35.cjs +448 -194
- package/shared/definition35.js +448 -192
- package/shared/definition36.cjs +256 -202
- package/shared/definition36.js +253 -201
- package/shared/definition37.cjs +204 -65
- package/shared/definition37.js +203 -63
- package/shared/definition38.cjs +63 -57
- package/shared/definition38.js +60 -55
- package/shared/definition39.cjs +65 -432
- package/shared/definition39.js +64 -431
- package/shared/definition4.cjs +2 -2
- package/shared/definition4.js +2 -2
- package/shared/definition40.cjs +441 -34
- package/shared/definition40.js +438 -31
- package/shared/definition41.cjs +34 -576
- package/shared/definition41.js +33 -575
- package/shared/definition42.cjs +531 -654
- package/shared/definition42.js +531 -654
- package/shared/definition43.cjs +690 -114
- package/shared/definition43.js +689 -113
- package/shared/definition44.cjs +124 -79
- package/shared/definition44.js +122 -77
- package/shared/definition45.cjs +78 -520
- package/shared/definition45.js +77 -518
- package/shared/definition46.cjs +520 -119
- package/shared/definition46.js +518 -118
- package/shared/definition47.cjs +118 -135
- package/shared/definition47.js +117 -134
- package/shared/definition48.cjs +151 -19
- package/shared/definition48.js +150 -18
- package/shared/definition49.cjs +21 -84
- package/shared/definition49.js +20 -83
- package/shared/definition5.cjs +1 -1
- package/shared/definition5.js +1 -1
- package/shared/definition50.cjs +52 -505
- package/shared/definition50.js +51 -504
- package/shared/definition51.cjs +526 -28
- package/shared/definition51.js +525 -27
- package/shared/definition52.cjs +28 -123
- package/shared/definition52.js +26 -122
- package/shared/definition53.cjs +110 -309
- package/shared/definition53.js +110 -308
- package/shared/definition54.cjs +255 -271
- package/shared/definition54.js +255 -271
- package/shared/definition55.cjs +262 -791
- package/shared/definition55.js +261 -790
- package/shared/definition56.cjs +818 -107
- package/shared/definition56.js +817 -106
- package/shared/definition57.cjs +85 -55
- package/shared/definition57.js +84 -54
- package/shared/definition58.cjs +125 -72
- package/shared/definition58.js +124 -71
- package/shared/definition59.cjs +72 -285
- package/shared/definition59.js +73 -286
- package/shared/definition6.cjs +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.cjs +298 -39
- package/shared/definition60.js +297 -38
- package/shared/definition61.cjs +65739 -1688
- package/shared/definition61.js +65738 -1687
- package/shared/definition62.cjs +50 -0
- package/shared/definition62.js +46 -0
- package/shared/definition63.cjs +1828 -0
- package/shared/definition63.js +1824 -0
- package/shared/definition7.cjs +2 -2
- package/shared/definition7.js +2 -2
- package/shared/definition8.cjs +2 -2
- package/shared/definition8.js +2 -2
- package/shared/definition9.cjs +1 -1
- package/shared/definition9.js +1 -1
- package/shared/enums.cjs +8 -0
- package/shared/enums.js +8 -1
- package/shared/index2.cjs +66 -37
- package/shared/index2.js +66 -37
- package/shared/key-codes2.js +1 -1
- package/shared/listbox.cjs +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/patterns/form-elements/form-elements.d.ts +2 -3
- package/shared/presentationDate.cjs +16 -5
- package/shared/presentationDate.js +16 -5
- package/shared/text-anchor.cjs +6 -0
- package/shared/text-anchor.js +6 -0
- package/shared/text-anchor.template.cjs +6 -1
- package/shared/text-anchor.template.js +6 -1
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.cjs +2 -2
- package/split-button/index.js +2 -2
- package/style.css +1 -0
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.cjs +2 -2
- package/switch/index.js +2 -2
- package/tab/index.cjs +2 -2
- package/tab/index.js +2 -2
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +4 -4
- package/tabs/index.js +4 -4
- package/tag/index.cjs +2 -2
- package/tag/index.js +2 -2
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +4 -3
- package/text-area/index.js +4 -3
- package/text-field/index.cjs +4 -3
- package/text-field/index.js +4 -3
- package/time-picker/index.cjs +8 -7
- package/time-picker/index.js +8 -7
- package/toggletip/index.cjs +5 -5
- package/toggletip/index.js +5 -5
- package/tooltip/index.cjs +5 -5
- package/tooltip/index.js +5 -5
- package/tree-item/index.cjs +2 -2
- package/tree-item/index.js +2 -2
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +17 -0
- package/video-player/index.js +15 -0
- package/vivid.api.json +311 -0
package/locales/ja-JP.cjs
CHANGED
|
@@ -1,5 +1,183 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
const Play = "再生";
|
|
4
|
+
const Pause = "一時停止";
|
|
5
|
+
const Replay = "もう一度見る";
|
|
6
|
+
const Duration = "長さ";
|
|
7
|
+
const LIVE = "ライブ";
|
|
8
|
+
const Loaded = "ロード済み";
|
|
9
|
+
const Progress = "進行状況";
|
|
10
|
+
const Fullscreen = "フルスクリーン";
|
|
11
|
+
const Mute = "ミュート";
|
|
12
|
+
const Unmute = "サウンドをオン";
|
|
13
|
+
const Subtitles = "サブタイトル";
|
|
14
|
+
const Captions = "キャプション";
|
|
15
|
+
const Chapters = "チャプター";
|
|
16
|
+
const Descriptions = "ディスクリプション";
|
|
17
|
+
const Close = "閉じる";
|
|
18
|
+
const Text = "テキスト";
|
|
19
|
+
const White = "白";
|
|
20
|
+
const Black = "黒";
|
|
21
|
+
const Red = "赤";
|
|
22
|
+
const Green = "緑";
|
|
23
|
+
const Blue = "青";
|
|
24
|
+
const Yellow = "黄";
|
|
25
|
+
const Magenta = "赤紫";
|
|
26
|
+
const Cyan = "シアン";
|
|
27
|
+
const Background = "背景";
|
|
28
|
+
const Window = "ウィンドウ";
|
|
29
|
+
const Transparent = "透明";
|
|
30
|
+
const Opaque = "不透明";
|
|
31
|
+
const None = "なし";
|
|
32
|
+
const Raised = "浮き出し";
|
|
33
|
+
const Depressed = "浮き彫り";
|
|
34
|
+
const Uniform = "均一";
|
|
35
|
+
const Casual = "カジュアル";
|
|
36
|
+
const Script = "スクリプト";
|
|
37
|
+
const Reset = "リセット";
|
|
38
|
+
const Done = "終了";
|
|
39
|
+
const Color = "色";
|
|
40
|
+
const Opacity = "不透明度";
|
|
41
|
+
const ja = {
|
|
42
|
+
"Audio Player": "オーディオプレイヤー",
|
|
43
|
+
"Video Player": "ビデオプレイヤー",
|
|
44
|
+
Play: Play,
|
|
45
|
+
Pause: Pause,
|
|
46
|
+
Replay: Replay,
|
|
47
|
+
"Current Time": "現在の時間",
|
|
48
|
+
Duration: Duration,
|
|
49
|
+
"Remaining Time": "残りの時間",
|
|
50
|
+
"Stream Type": "ストリームの種類",
|
|
51
|
+
LIVE: LIVE,
|
|
52
|
+
"Seek to live, currently behind live": "ライブまで再生位置を指定、現在ライブが遅れています。",
|
|
53
|
+
"Seek to live, currently playing live": "ライブまで再生位置を指定、現在ライブ中。",
|
|
54
|
+
Loaded: Loaded,
|
|
55
|
+
Progress: Progress,
|
|
56
|
+
"Progress Bar": "シークバー",
|
|
57
|
+
"progress bar timing: currentTime={1} duration={2}": "{2}の{1}",
|
|
58
|
+
Fullscreen: Fullscreen,
|
|
59
|
+
"Exit Fullscreen": "フルスクリーン以外",
|
|
60
|
+
Mute: Mute,
|
|
61
|
+
Unmute: Unmute,
|
|
62
|
+
"Playback Rate": "再生レート",
|
|
63
|
+
Subtitles: Subtitles,
|
|
64
|
+
"subtitles off": "サブタイトル オフ",
|
|
65
|
+
Captions: Captions,
|
|
66
|
+
"captions off": "キャプション オフ",
|
|
67
|
+
Chapters: Chapters,
|
|
68
|
+
Descriptions: Descriptions,
|
|
69
|
+
"descriptions off": "ディスクリプションオフ",
|
|
70
|
+
"Audio Track": "音声トラック",
|
|
71
|
+
"Volume Level": "ボリュームレベル",
|
|
72
|
+
"You aborted the media playback": "動画再生を中止しました",
|
|
73
|
+
"A network error caused the media download to fail part-way.": "ネットワーク エラーにより動画のダウンロードが途中で失敗しました",
|
|
74
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "サーバーまたはネットワークのエラー、またはフォーマットがサポートされていないため、動画をロードできませんでした",
|
|
75
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "破損の問題、またはお使いのブラウザがサポートしていない機能が動画に使用されていたため、動画の再生が中止されました",
|
|
76
|
+
"No compatible source was found for this media.": "この動画に対して互換性のあるソースが見つかりませんでした",
|
|
77
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "メディアは暗号化されており、解読するためのキーがありません。",
|
|
78
|
+
"Play Video": "ビデオを再生する",
|
|
79
|
+
Close: Close,
|
|
80
|
+
"Close Modal Dialog": "ダイアログボックスを閉じる",
|
|
81
|
+
"Modal Window": "ダイアログボックス",
|
|
82
|
+
"This is a modal window": "これはダイアログボックスです",
|
|
83
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "このダイアログボックスは、Escキーを押すか、閉じるボタンを押して閉じることができま",
|
|
84
|
+
", opens captions settings dialog": ", 書き起こし字幕の設定を開く",
|
|
85
|
+
", opens subtitles settings dialog": ", 字幕の設定を開く",
|
|
86
|
+
", opens descriptions settings dialog": ", ディスクリプションの設定を開く",
|
|
87
|
+
", selected": ", 選択済み",
|
|
88
|
+
"captions settings": "書き起こし字幕の設定",
|
|
89
|
+
"subtitles settings": "字幕の設定",
|
|
90
|
+
"descriptions settings": "ディスクリプションの設定",
|
|
91
|
+
Text: Text,
|
|
92
|
+
White: White,
|
|
93
|
+
Black: Black,
|
|
94
|
+
Red: Red,
|
|
95
|
+
Green: Green,
|
|
96
|
+
Blue: Blue,
|
|
97
|
+
Yellow: Yellow,
|
|
98
|
+
Magenta: Magenta,
|
|
99
|
+
Cyan: Cyan,
|
|
100
|
+
Background: Background,
|
|
101
|
+
Window: Window,
|
|
102
|
+
Transparent: Transparent,
|
|
103
|
+
"Semi-Transparent": "半透明",
|
|
104
|
+
Opaque: Opaque,
|
|
105
|
+
"Font Size": "文字サイズ",
|
|
106
|
+
"Text Edge Style": "テキストのアウトラインのスタイル",
|
|
107
|
+
None: None,
|
|
108
|
+
Raised: Raised,
|
|
109
|
+
Depressed: Depressed,
|
|
110
|
+
Uniform: Uniform,
|
|
111
|
+
"Drop shadow": "影付き",
|
|
112
|
+
"Font Family": "フォントの種類",
|
|
113
|
+
"Proportional Sans-Serif": "セリフなし可変幅フォント",
|
|
114
|
+
"Monospace Sans-Serif": "セリフなし等幅フォント",
|
|
115
|
+
"Proportional Serif": "セリフあり可変幅フォント",
|
|
116
|
+
"Monospace Serif": "セリフあり等幅フォント",
|
|
117
|
+
Casual: Casual,
|
|
118
|
+
Script: Script,
|
|
119
|
+
"Small Caps": "スモールキャピタル",
|
|
120
|
+
Reset: Reset,
|
|
121
|
+
"restore all settings to the default values": "すべての設定をデフォルト値に戻す",
|
|
122
|
+
Done: Done,
|
|
123
|
+
"Caption Settings Dialog": "書き起こし字幕設定ダイアログ",
|
|
124
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "ダイアログボックスの開始。Escキーでキャンセルしてウィンドウを閉じます。",
|
|
125
|
+
"End of dialog window.": "ダイアログボックスの終了",
|
|
126
|
+
"{1} is loading.": "{1}は読み込み中です。",
|
|
127
|
+
"Exit Picture-in-Picture": "ピクチャーインピクチャー機能の終了",
|
|
128
|
+
"Picture-in-Picture": "ピクチャーインピクチャー",
|
|
129
|
+
"No content": "コンテンツなし",
|
|
130
|
+
Color: Color,
|
|
131
|
+
Opacity: Opacity,
|
|
132
|
+
"Text Background": "テキスト背景",
|
|
133
|
+
"Caption Area Background": "キャプション領域背景",
|
|
134
|
+
"Skip forward {1} seconds": "{1}秒進む",
|
|
135
|
+
"Skip backward {1} seconds": "{1}秒戻る"
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
const videoPlayerLocale = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
139
|
+
__proto__: null,
|
|
140
|
+
Background,
|
|
141
|
+
Black,
|
|
142
|
+
Blue,
|
|
143
|
+
Captions,
|
|
144
|
+
Casual,
|
|
145
|
+
Chapters,
|
|
146
|
+
Close,
|
|
147
|
+
Color,
|
|
148
|
+
Cyan,
|
|
149
|
+
Depressed,
|
|
150
|
+
Descriptions,
|
|
151
|
+
Done,
|
|
152
|
+
Duration,
|
|
153
|
+
Fullscreen,
|
|
154
|
+
Green,
|
|
155
|
+
LIVE,
|
|
156
|
+
Loaded,
|
|
157
|
+
Magenta,
|
|
158
|
+
Mute,
|
|
159
|
+
None,
|
|
160
|
+
Opacity,
|
|
161
|
+
Opaque,
|
|
162
|
+
Pause,
|
|
163
|
+
Play,
|
|
164
|
+
Progress,
|
|
165
|
+
Raised,
|
|
166
|
+
Red,
|
|
167
|
+
Replay,
|
|
168
|
+
Reset,
|
|
169
|
+
Script,
|
|
170
|
+
Subtitles,
|
|
171
|
+
Text,
|
|
172
|
+
Transparent,
|
|
173
|
+
Uniform,
|
|
174
|
+
Unmute,
|
|
175
|
+
White,
|
|
176
|
+
Window,
|
|
177
|
+
Yellow,
|
|
178
|
+
default: ja
|
|
179
|
+
}, Symbol.toStringTag, { value: 'Module' }));
|
|
180
|
+
|
|
3
181
|
const jaJP = {
|
|
4
182
|
datePicker: {
|
|
5
183
|
months: {
|
|
@@ -116,9 +294,28 @@ const jaJP = {
|
|
|
116
294
|
splitButton: {
|
|
117
295
|
showMoreActionsLabel: "その他の操作を表示"
|
|
118
296
|
},
|
|
297
|
+
videoPlayer: videoPlayerLocale,
|
|
119
298
|
rangeSlider: {
|
|
120
299
|
startThumbLabel: "最小",
|
|
121
300
|
endThumbLabel: "最大"
|
|
301
|
+
},
|
|
302
|
+
dialPad: {
|
|
303
|
+
inputLabel: "電話番号",
|
|
304
|
+
deleteButtonLabel: "消去",
|
|
305
|
+
callButtonLabel: "電話",
|
|
306
|
+
endCallButtonLabel: "通話終了",
|
|
307
|
+
digitOneLabel: "1",
|
|
308
|
+
digitTwoLabel: "2 ABC",
|
|
309
|
+
digitThreeLabel: "3 DEF",
|
|
310
|
+
digitFourLabel: "4 GHI",
|
|
311
|
+
digitFiveLabel: "5 JKL",
|
|
312
|
+
digitSixLabel: "6 MNO",
|
|
313
|
+
digitSevenLabel: "7 PQRS",
|
|
314
|
+
digitEightLabel: "8 TUV",
|
|
315
|
+
digitNineLabel: "9 WXYZ",
|
|
316
|
+
digitAsteriskLabel: "*",
|
|
317
|
+
digitZeroLabel: "0",
|
|
318
|
+
digitHashtagLabel: "#"
|
|
122
319
|
}
|
|
123
320
|
};
|
|
124
321
|
|
package/locales/ja-JP.js
CHANGED
|
@@ -1,3 +1,181 @@
|
|
|
1
|
+
const Play = "再生";
|
|
2
|
+
const Pause = "一時停止";
|
|
3
|
+
const Replay = "もう一度見る";
|
|
4
|
+
const Duration = "長さ";
|
|
5
|
+
const LIVE = "ライブ";
|
|
6
|
+
const Loaded = "ロード済み";
|
|
7
|
+
const Progress = "進行状況";
|
|
8
|
+
const Fullscreen = "フルスクリーン";
|
|
9
|
+
const Mute = "ミュート";
|
|
10
|
+
const Unmute = "サウンドをオン";
|
|
11
|
+
const Subtitles = "サブタイトル";
|
|
12
|
+
const Captions = "キャプション";
|
|
13
|
+
const Chapters = "チャプター";
|
|
14
|
+
const Descriptions = "ディスクリプション";
|
|
15
|
+
const Close = "閉じる";
|
|
16
|
+
const Text = "テキスト";
|
|
17
|
+
const White = "白";
|
|
18
|
+
const Black = "黒";
|
|
19
|
+
const Red = "赤";
|
|
20
|
+
const Green = "緑";
|
|
21
|
+
const Blue = "青";
|
|
22
|
+
const Yellow = "黄";
|
|
23
|
+
const Magenta = "赤紫";
|
|
24
|
+
const Cyan = "シアン";
|
|
25
|
+
const Background = "背景";
|
|
26
|
+
const Window = "ウィンドウ";
|
|
27
|
+
const Transparent = "透明";
|
|
28
|
+
const Opaque = "不透明";
|
|
29
|
+
const None = "なし";
|
|
30
|
+
const Raised = "浮き出し";
|
|
31
|
+
const Depressed = "浮き彫り";
|
|
32
|
+
const Uniform = "均一";
|
|
33
|
+
const Casual = "カジュアル";
|
|
34
|
+
const Script = "スクリプト";
|
|
35
|
+
const Reset = "リセット";
|
|
36
|
+
const Done = "終了";
|
|
37
|
+
const Color = "色";
|
|
38
|
+
const Opacity = "不透明度";
|
|
39
|
+
const ja = {
|
|
40
|
+
"Audio Player": "オーディオプレイヤー",
|
|
41
|
+
"Video Player": "ビデオプレイヤー",
|
|
42
|
+
Play: Play,
|
|
43
|
+
Pause: Pause,
|
|
44
|
+
Replay: Replay,
|
|
45
|
+
"Current Time": "現在の時間",
|
|
46
|
+
Duration: Duration,
|
|
47
|
+
"Remaining Time": "残りの時間",
|
|
48
|
+
"Stream Type": "ストリームの種類",
|
|
49
|
+
LIVE: LIVE,
|
|
50
|
+
"Seek to live, currently behind live": "ライブまで再生位置を指定、現在ライブが遅れています。",
|
|
51
|
+
"Seek to live, currently playing live": "ライブまで再生位置を指定、現在ライブ中。",
|
|
52
|
+
Loaded: Loaded,
|
|
53
|
+
Progress: Progress,
|
|
54
|
+
"Progress Bar": "シークバー",
|
|
55
|
+
"progress bar timing: currentTime={1} duration={2}": "{2}の{1}",
|
|
56
|
+
Fullscreen: Fullscreen,
|
|
57
|
+
"Exit Fullscreen": "フルスクリーン以外",
|
|
58
|
+
Mute: Mute,
|
|
59
|
+
Unmute: Unmute,
|
|
60
|
+
"Playback Rate": "再生レート",
|
|
61
|
+
Subtitles: Subtitles,
|
|
62
|
+
"subtitles off": "サブタイトル オフ",
|
|
63
|
+
Captions: Captions,
|
|
64
|
+
"captions off": "キャプション オフ",
|
|
65
|
+
Chapters: Chapters,
|
|
66
|
+
Descriptions: Descriptions,
|
|
67
|
+
"descriptions off": "ディスクリプションオフ",
|
|
68
|
+
"Audio Track": "音声トラック",
|
|
69
|
+
"Volume Level": "ボリュームレベル",
|
|
70
|
+
"You aborted the media playback": "動画再生を中止しました",
|
|
71
|
+
"A network error caused the media download to fail part-way.": "ネットワーク エラーにより動画のダウンロードが途中で失敗しました",
|
|
72
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "サーバーまたはネットワークのエラー、またはフォーマットがサポートされていないため、動画をロードできませんでした",
|
|
73
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "破損の問題、またはお使いのブラウザがサポートしていない機能が動画に使用されていたため、動画の再生が中止されました",
|
|
74
|
+
"No compatible source was found for this media.": "この動画に対して互換性のあるソースが見つかりませんでした",
|
|
75
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "メディアは暗号化されており、解読するためのキーがありません。",
|
|
76
|
+
"Play Video": "ビデオを再生する",
|
|
77
|
+
Close: Close,
|
|
78
|
+
"Close Modal Dialog": "ダイアログボックスを閉じる",
|
|
79
|
+
"Modal Window": "ダイアログボックス",
|
|
80
|
+
"This is a modal window": "これはダイアログボックスです",
|
|
81
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "このダイアログボックスは、Escキーを押すか、閉じるボタンを押して閉じることができま",
|
|
82
|
+
", opens captions settings dialog": ", 書き起こし字幕の設定を開く",
|
|
83
|
+
", opens subtitles settings dialog": ", 字幕の設定を開く",
|
|
84
|
+
", opens descriptions settings dialog": ", ディスクリプションの設定を開く",
|
|
85
|
+
", selected": ", 選択済み",
|
|
86
|
+
"captions settings": "書き起こし字幕の設定",
|
|
87
|
+
"subtitles settings": "字幕の設定",
|
|
88
|
+
"descriptions settings": "ディスクリプションの設定",
|
|
89
|
+
Text: Text,
|
|
90
|
+
White: White,
|
|
91
|
+
Black: Black,
|
|
92
|
+
Red: Red,
|
|
93
|
+
Green: Green,
|
|
94
|
+
Blue: Blue,
|
|
95
|
+
Yellow: Yellow,
|
|
96
|
+
Magenta: Magenta,
|
|
97
|
+
Cyan: Cyan,
|
|
98
|
+
Background: Background,
|
|
99
|
+
Window: Window,
|
|
100
|
+
Transparent: Transparent,
|
|
101
|
+
"Semi-Transparent": "半透明",
|
|
102
|
+
Opaque: Opaque,
|
|
103
|
+
"Font Size": "文字サイズ",
|
|
104
|
+
"Text Edge Style": "テキストのアウトラインのスタイル",
|
|
105
|
+
None: None,
|
|
106
|
+
Raised: Raised,
|
|
107
|
+
Depressed: Depressed,
|
|
108
|
+
Uniform: Uniform,
|
|
109
|
+
"Drop shadow": "影付き",
|
|
110
|
+
"Font Family": "フォントの種類",
|
|
111
|
+
"Proportional Sans-Serif": "セリフなし可変幅フォント",
|
|
112
|
+
"Monospace Sans-Serif": "セリフなし等幅フォント",
|
|
113
|
+
"Proportional Serif": "セリフあり可変幅フォント",
|
|
114
|
+
"Monospace Serif": "セリフあり等幅フォント",
|
|
115
|
+
Casual: Casual,
|
|
116
|
+
Script: Script,
|
|
117
|
+
"Small Caps": "スモールキャピタル",
|
|
118
|
+
Reset: Reset,
|
|
119
|
+
"restore all settings to the default values": "すべての設定をデフォルト値に戻す",
|
|
120
|
+
Done: Done,
|
|
121
|
+
"Caption Settings Dialog": "書き起こし字幕設定ダイアログ",
|
|
122
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "ダイアログボックスの開始。Escキーでキャンセルしてウィンドウを閉じます。",
|
|
123
|
+
"End of dialog window.": "ダイアログボックスの終了",
|
|
124
|
+
"{1} is loading.": "{1}は読み込み中です。",
|
|
125
|
+
"Exit Picture-in-Picture": "ピクチャーインピクチャー機能の終了",
|
|
126
|
+
"Picture-in-Picture": "ピクチャーインピクチャー",
|
|
127
|
+
"No content": "コンテンツなし",
|
|
128
|
+
Color: Color,
|
|
129
|
+
Opacity: Opacity,
|
|
130
|
+
"Text Background": "テキスト背景",
|
|
131
|
+
"Caption Area Background": "キャプション領域背景",
|
|
132
|
+
"Skip forward {1} seconds": "{1}秒進む",
|
|
133
|
+
"Skip backward {1} seconds": "{1}秒戻る"
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
const videoPlayerLocale = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
137
|
+
__proto__: null,
|
|
138
|
+
Background,
|
|
139
|
+
Black,
|
|
140
|
+
Blue,
|
|
141
|
+
Captions,
|
|
142
|
+
Casual,
|
|
143
|
+
Chapters,
|
|
144
|
+
Close,
|
|
145
|
+
Color,
|
|
146
|
+
Cyan,
|
|
147
|
+
Depressed,
|
|
148
|
+
Descriptions,
|
|
149
|
+
Done,
|
|
150
|
+
Duration,
|
|
151
|
+
Fullscreen,
|
|
152
|
+
Green,
|
|
153
|
+
LIVE,
|
|
154
|
+
Loaded,
|
|
155
|
+
Magenta,
|
|
156
|
+
Mute,
|
|
157
|
+
None,
|
|
158
|
+
Opacity,
|
|
159
|
+
Opaque,
|
|
160
|
+
Pause,
|
|
161
|
+
Play,
|
|
162
|
+
Progress,
|
|
163
|
+
Raised,
|
|
164
|
+
Red,
|
|
165
|
+
Replay,
|
|
166
|
+
Reset,
|
|
167
|
+
Script,
|
|
168
|
+
Subtitles,
|
|
169
|
+
Text,
|
|
170
|
+
Transparent,
|
|
171
|
+
Uniform,
|
|
172
|
+
Unmute,
|
|
173
|
+
White,
|
|
174
|
+
Window,
|
|
175
|
+
Yellow,
|
|
176
|
+
default: ja
|
|
177
|
+
}, Symbol.toStringTag, { value: 'Module' }));
|
|
178
|
+
|
|
1
179
|
const jaJP = {
|
|
2
180
|
datePicker: {
|
|
3
181
|
months: {
|
|
@@ -114,9 +292,28 @@ const jaJP = {
|
|
|
114
292
|
splitButton: {
|
|
115
293
|
showMoreActionsLabel: "その他の操作を表示"
|
|
116
294
|
},
|
|
295
|
+
videoPlayer: videoPlayerLocale,
|
|
117
296
|
rangeSlider: {
|
|
118
297
|
startThumbLabel: "最小",
|
|
119
298
|
endThumbLabel: "最大"
|
|
299
|
+
},
|
|
300
|
+
dialPad: {
|
|
301
|
+
inputLabel: "電話番号",
|
|
302
|
+
deleteButtonLabel: "消去",
|
|
303
|
+
callButtonLabel: "電話",
|
|
304
|
+
endCallButtonLabel: "通話終了",
|
|
305
|
+
digitOneLabel: "1",
|
|
306
|
+
digitTwoLabel: "2 ABC",
|
|
307
|
+
digitThreeLabel: "3 DEF",
|
|
308
|
+
digitFourLabel: "4 GHI",
|
|
309
|
+
digitFiveLabel: "5 JKL",
|
|
310
|
+
digitSixLabel: "6 MNO",
|
|
311
|
+
digitSevenLabel: "7 PQRS",
|
|
312
|
+
digitEightLabel: "8 TUV",
|
|
313
|
+
digitNineLabel: "9 WXYZ",
|
|
314
|
+
digitAsteriskLabel: "*",
|
|
315
|
+
digitZeroLabel: "0",
|
|
316
|
+
digitHashtagLabel: "#"
|
|
120
317
|
}
|
|
121
318
|
};
|
|
122
319
|
|
package/locales/zh-CN.cjs
CHANGED
|
@@ -1,5 +1,185 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
const Play = "播放";
|
|
4
|
+
const Pause = "暂停";
|
|
5
|
+
const Duration = "时长";
|
|
6
|
+
const LIVE = "直播";
|
|
7
|
+
const Loaded = "加载完成";
|
|
8
|
+
const Progress = "进度";
|
|
9
|
+
const Fullscreen = "全屏";
|
|
10
|
+
const Mute = "静音";
|
|
11
|
+
const Unmute = "开启音效";
|
|
12
|
+
const Subtitles = "字幕";
|
|
13
|
+
const Captions = "内嵌字幕";
|
|
14
|
+
const Chapters = "节目段落";
|
|
15
|
+
const Descriptions = "描述";
|
|
16
|
+
const Close = "关闭";
|
|
17
|
+
const Replay = "重新播放";
|
|
18
|
+
const Text = "文字";
|
|
19
|
+
const White = "白";
|
|
20
|
+
const Black = "黑";
|
|
21
|
+
const Red = "红";
|
|
22
|
+
const Green = "绿";
|
|
23
|
+
const Blue = "蓝";
|
|
24
|
+
const Yellow = "黄";
|
|
25
|
+
const Magenta = "紫红";
|
|
26
|
+
const Cyan = "青";
|
|
27
|
+
const Background = "背景";
|
|
28
|
+
const Window = "窗口";
|
|
29
|
+
const Transparent = "透明";
|
|
30
|
+
const Opaque = "不透明";
|
|
31
|
+
const None = "无";
|
|
32
|
+
const Raised = "浮雕";
|
|
33
|
+
const Depressed = "压低";
|
|
34
|
+
const Uniform = "均匀";
|
|
35
|
+
const Dropshadow = "下阴影";
|
|
36
|
+
const Casual = "舒适";
|
|
37
|
+
const Script = "手写体";
|
|
38
|
+
const Reset = "重置";
|
|
39
|
+
const Done = "完成";
|
|
40
|
+
const Color = "颜色";
|
|
41
|
+
const Opacity = "不透明度";
|
|
42
|
+
const zhCN$1 = {
|
|
43
|
+
Play: Play,
|
|
44
|
+
Pause: Pause,
|
|
45
|
+
"Current Time": "当前时间",
|
|
46
|
+
Duration: Duration,
|
|
47
|
+
"Remaining Time": "剩余时间",
|
|
48
|
+
"Stream Type": "媒体流类型",
|
|
49
|
+
LIVE: LIVE,
|
|
50
|
+
Loaded: Loaded,
|
|
51
|
+
Progress: Progress,
|
|
52
|
+
Fullscreen: Fullscreen,
|
|
53
|
+
"Exit Fullscreen": "退出全屏",
|
|
54
|
+
"Picture-in-Picture": "画中画",
|
|
55
|
+
"Exit Picture-in-Picture": "退出画中画",
|
|
56
|
+
Mute: Mute,
|
|
57
|
+
Unmute: Unmute,
|
|
58
|
+
"Playback Rate": "播放速度",
|
|
59
|
+
Subtitles: Subtitles,
|
|
60
|
+
"subtitles off": "关闭字幕",
|
|
61
|
+
Captions: Captions,
|
|
62
|
+
"captions off": "关闭内嵌字幕",
|
|
63
|
+
Chapters: Chapters,
|
|
64
|
+
"Close Modal Dialog": "关闭弹窗",
|
|
65
|
+
Descriptions: Descriptions,
|
|
66
|
+
"descriptions off": "关闭描述",
|
|
67
|
+
"Audio Track": "音轨",
|
|
68
|
+
"You aborted the media playback": "视频播放被终止",
|
|
69
|
+
"A network error caused the media download to fail part-way.": "网络错误导致视频下载中途失败。",
|
|
70
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "视频因格式不支持或者服务器或网络的问题无法加载。",
|
|
71
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "由于视频文件损坏或是该视频使用了你的浏览器不支持的功能,播放终止。",
|
|
72
|
+
"No compatible source was found for this media.": "无法找到此视频兼容的源。",
|
|
73
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "视频已加密,无法解密。",
|
|
74
|
+
"Play Video": "播放视频",
|
|
75
|
+
Close: Close,
|
|
76
|
+
"Modal Window": "弹窗",
|
|
77
|
+
"This is a modal window": "这是一个弹窗",
|
|
78
|
+
"This modal can be closed by pressing the Escape key or activating the close button.": "可以按ESC按键或启用关闭按钮来关闭此弹窗。",
|
|
79
|
+
", opens captions settings dialog": ", 开启标题设置弹窗",
|
|
80
|
+
", opens subtitles settings dialog": ", 开启字幕设置弹窗",
|
|
81
|
+
", opens descriptions settings dialog": ", 开启描述设置弹窗",
|
|
82
|
+
", selected": ", 选择",
|
|
83
|
+
"captions settings": "字幕设定",
|
|
84
|
+
"Audio Player": "音频播放器",
|
|
85
|
+
"Video Player": "视频播放器",
|
|
86
|
+
Replay: Replay,
|
|
87
|
+
"Progress Bar": "进度条",
|
|
88
|
+
"Volume Level": "音量",
|
|
89
|
+
"subtitles settings": "字幕设定",
|
|
90
|
+
"descriptions settings": "描述设定",
|
|
91
|
+
Text: Text,
|
|
92
|
+
White: White,
|
|
93
|
+
Black: Black,
|
|
94
|
+
Red: Red,
|
|
95
|
+
Green: Green,
|
|
96
|
+
Blue: Blue,
|
|
97
|
+
Yellow: Yellow,
|
|
98
|
+
Magenta: Magenta,
|
|
99
|
+
Cyan: Cyan,
|
|
100
|
+
Background: Background,
|
|
101
|
+
Window: Window,
|
|
102
|
+
Transparent: Transparent,
|
|
103
|
+
"Semi-Transparent": "半透明",
|
|
104
|
+
Opaque: Opaque,
|
|
105
|
+
"Font Size": "字体尺寸",
|
|
106
|
+
"Text Edge Style": "字体边缘样式",
|
|
107
|
+
None: None,
|
|
108
|
+
Raised: Raised,
|
|
109
|
+
Depressed: Depressed,
|
|
110
|
+
Uniform: Uniform,
|
|
111
|
+
Dropshadow: Dropshadow,
|
|
112
|
+
"Font Family": "字体库",
|
|
113
|
+
"Proportional Sans-Serif": "比例无细体",
|
|
114
|
+
"Monospace Sans-Serif": "单间隔无细体",
|
|
115
|
+
"Proportional Serif": "比例细体",
|
|
116
|
+
"Monospace Serif": "单间隔细体",
|
|
117
|
+
Casual: Casual,
|
|
118
|
+
Script: Script,
|
|
119
|
+
"Small Caps": "小型大写字体",
|
|
120
|
+
Reset: Reset,
|
|
121
|
+
"restore all settings to the default values": "恢复全部设定至预设值",
|
|
122
|
+
Done: Done,
|
|
123
|
+
"Caption Settings Dialog": "字幕设定窗口",
|
|
124
|
+
"Beginning of dialog window. Escape will cancel and close the window.": "打开对话窗口。Escape键将取消并关闭对话窗口",
|
|
125
|
+
"End of dialog window.": "结束对话窗口",
|
|
126
|
+
"Seek to live, currently behind live": "尝试直播,当前为延时播放",
|
|
127
|
+
"Seek to live, currently playing live": "尝试直播,当前为实时播放",
|
|
128
|
+
"progress bar timing: currentTime={1} duration={2}": "{1}/{2}",
|
|
129
|
+
"{1} is loading.": "正在加载 {1}。",
|
|
130
|
+
"No content": "无内容",
|
|
131
|
+
Color: Color,
|
|
132
|
+
Opacity: Opacity,
|
|
133
|
+
"Text Background": "文本背景",
|
|
134
|
+
"Caption Area Background": "字幕区域背景",
|
|
135
|
+
"Skip forward {1} seconds": "快进 {1} 秒",
|
|
136
|
+
"Skip backward {1} seconds": "快退 {1} 秒"
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
const videoPlayerLocale = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
140
|
+
__proto__: null,
|
|
141
|
+
Background,
|
|
142
|
+
Black,
|
|
143
|
+
Blue,
|
|
144
|
+
Captions,
|
|
145
|
+
Casual,
|
|
146
|
+
Chapters,
|
|
147
|
+
Close,
|
|
148
|
+
Color,
|
|
149
|
+
Cyan,
|
|
150
|
+
Depressed,
|
|
151
|
+
Descriptions,
|
|
152
|
+
Done,
|
|
153
|
+
Dropshadow,
|
|
154
|
+
Duration,
|
|
155
|
+
Fullscreen,
|
|
156
|
+
Green,
|
|
157
|
+
LIVE,
|
|
158
|
+
Loaded,
|
|
159
|
+
Magenta,
|
|
160
|
+
Mute,
|
|
161
|
+
None,
|
|
162
|
+
Opacity,
|
|
163
|
+
Opaque,
|
|
164
|
+
Pause,
|
|
165
|
+
Play,
|
|
166
|
+
Progress,
|
|
167
|
+
Raised,
|
|
168
|
+
Red,
|
|
169
|
+
Replay,
|
|
170
|
+
Reset,
|
|
171
|
+
Script,
|
|
172
|
+
Subtitles,
|
|
173
|
+
Text,
|
|
174
|
+
Transparent,
|
|
175
|
+
Uniform,
|
|
176
|
+
Unmute,
|
|
177
|
+
White,
|
|
178
|
+
Window,
|
|
179
|
+
Yellow,
|
|
180
|
+
default: zhCN$1
|
|
181
|
+
}, Symbol.toStringTag, { value: 'Module' }));
|
|
182
|
+
|
|
3
183
|
const zhCN = {
|
|
4
184
|
datePicker: {
|
|
5
185
|
months: {
|
|
@@ -116,9 +296,28 @@ const zhCN = {
|
|
|
116
296
|
splitButton: {
|
|
117
297
|
showMoreActionsLabel: "显示更多操作"
|
|
118
298
|
},
|
|
299
|
+
videoPlayer: videoPlayerLocale,
|
|
119
300
|
rangeSlider: {
|
|
120
301
|
startThumbLabel: "最小",
|
|
121
302
|
endThumbLabel: "最大"
|
|
303
|
+
},
|
|
304
|
+
dialPad: {
|
|
305
|
+
inputLabel: "电话号码",
|
|
306
|
+
deleteButtonLabel: "删除",
|
|
307
|
+
callButtonLabel: "称呼",
|
|
308
|
+
endCallButtonLabel: "结束通话",
|
|
309
|
+
digitOneLabel: "1",
|
|
310
|
+
digitTwoLabel: "2 ABC",
|
|
311
|
+
digitThreeLabel: "3 DEF",
|
|
312
|
+
digitFourLabel: "4 GHI",
|
|
313
|
+
digitFiveLabel: "5 JKL",
|
|
314
|
+
digitSixLabel: "6 MNO",
|
|
315
|
+
digitSevenLabel: "7 PQRS",
|
|
316
|
+
digitEightLabel: "8 TUV",
|
|
317
|
+
digitNineLabel: "9 WXYZ",
|
|
318
|
+
digitAsteriskLabel: "*",
|
|
319
|
+
digitZeroLabel: "0",
|
|
320
|
+
digitHashtagLabel: "#"
|
|
122
321
|
}
|
|
123
322
|
};
|
|
124
323
|
|