@atlaskit/media-ui 28.6.2 → 28.6.4
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/CHANGELOG.md +15 -0
- package/dist/cjs/MediaInlineCard/ErroredView/index.js +2 -2
- package/dist/cjs/customMediaPlayer/dropdownControlCommon.js +1 -0
- package/dist/cjs/customMediaPlayer/index-emotion.js +1 -0
- package/dist/cjs/customMediaPlayer/index.js +1 -1
- package/dist/cjs/customMediaPlayer/mediaPlayer/captions/apiFeedback.js +4 -4
- package/dist/cjs/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.js +2 -0
- package/dist/cjs/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/cjs/i18n/fr.js +5 -5
- package/dist/cjs/i18n/hu.js +2 -2
- package/dist/cjs/i18n/it.js +6 -6
- package/dist/cjs/i18n/ja.js +8 -8
- package/dist/cjs/i18n/pt_BR.js +1 -1
- package/dist/cjs/i18n/sv.js +8 -8
- package/dist/cjs/i18n/tr.js +1 -1
- package/dist/cjs/i18n/vi.js +8 -8
- package/dist/es2019/MediaInlineCard/ErroredView/index.js +1 -1
- package/dist/es2019/customMediaPlayer/dropdownControlCommon.js +1 -0
- package/dist/es2019/customMediaPlayer/index-emotion.js +1 -0
- package/dist/es2019/customMediaPlayer/index.js +1 -1
- package/dist/es2019/customMediaPlayer/mediaPlayer/captions/apiFeedback.js +2 -2
- package/dist/es2019/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.js +1 -0
- package/dist/es2019/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/es2019/i18n/fr.js +5 -5
- package/dist/es2019/i18n/hu.js +2 -2
- package/dist/es2019/i18n/it.js +6 -6
- package/dist/es2019/i18n/ja.js +8 -8
- package/dist/es2019/i18n/pt_BR.js +1 -1
- package/dist/es2019/i18n/sv.js +8 -8
- package/dist/es2019/i18n/tr.js +1 -1
- package/dist/es2019/i18n/vi.js +8 -8
- package/dist/esm/MediaInlineCard/ErroredView/index.js +1 -1
- package/dist/esm/customMediaPlayer/dropdownControlCommon.js +1 -0
- package/dist/esm/customMediaPlayer/index-emotion.js +1 -0
- package/dist/esm/customMediaPlayer/index.js +1 -1
- package/dist/esm/customMediaPlayer/mediaPlayer/captions/apiFeedback.js +2 -2
- package/dist/esm/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.js +1 -0
- package/dist/esm/customMediaPlayer/mediaPlayer/mediaPlayer.js +1 -1
- package/dist/esm/i18n/fr.js +5 -5
- package/dist/esm/i18n/hu.js +2 -2
- package/dist/esm/i18n/it.js +6 -6
- package/dist/esm/i18n/ja.js +8 -8
- package/dist/esm/i18n/pt_BR.js +1 -1
- package/dist/esm/i18n/sv.js +8 -8
- package/dist/esm/i18n/tr.js +1 -1
- package/dist/esm/i18n/vi.js +8 -8
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/media-ui
|
|
2
2
|
|
|
3
|
+
## 28.6.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#188952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188952)
|
|
8
|
+
[`1a88e6e2601ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a88e6e2601ae) -
|
|
9
|
+
Migrated usage of renamed/deprecated icons
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 28.6.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 28.6.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -15,7 +15,7 @@ var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/ge
|
|
|
15
15
|
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
16
16
|
var _react = _interopRequireDefault(require("react"));
|
|
17
17
|
var _colors = require("@atlaskit/theme/colors");
|
|
18
|
-
var
|
|
18
|
+
var _statusWarningWarning = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-warning--warning"));
|
|
19
19
|
var _Frame = require("../Frame");
|
|
20
20
|
var _IconAndTitleLayout = require("../IconAndTitleLayout");
|
|
21
21
|
var _Icon = require("../Icon");
|
|
@@ -45,7 +45,7 @@ var MediaInlineCardErroredView = exports.MediaInlineCardErroredView = /*#__PURE_
|
|
|
45
45
|
isSelected: isSelected,
|
|
46
46
|
isError: true
|
|
47
47
|
}, /*#__PURE__*/_react.default.createElement(_IconAndTitleLayout.IconAndTitleLayout, {
|
|
48
|
-
icon: icon || /*#__PURE__*/_react.default.createElement(_Icon.AKIconWrapper, null, /*#__PURE__*/_react.default.createElement(
|
|
48
|
+
icon: icon || /*#__PURE__*/_react.default.createElement(_Icon.AKIconWrapper, null, /*#__PURE__*/_react.default.createElement(_statusWarningWarning.default, {
|
|
49
49
|
label: "error",
|
|
50
50
|
LEGACY_size: "small",
|
|
51
51
|
color: "var(--ds-icon-danger, ".concat(_colors.R500, ")"),
|
|
@@ -20,6 +20,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
20
20
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */ // Keep PlaybackSpeedControls to use static colors from the new color palette to support the hybrid
|
|
21
21
|
// theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
22
22
|
// with the compiled react, we are leaving the static colors in tact for now.
|
|
23
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
23
24
|
var popupCustomStyles = exports.popupCustomStyles = {
|
|
24
25
|
container: function container(styles) {
|
|
25
26
|
return _objectSpread(_objectSpread({}, styles), {}, {
|
|
@@ -52,6 +52,7 @@ function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0,
|
|
|
52
52
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */ // Keep media player components used in media-viewer to use static colors from the new color palette to
|
|
53
53
|
// support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
54
54
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives
|
|
55
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
55
56
|
var MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
56
57
|
var SMALL_VIDEO_MAX_WIDTH = 160;
|
|
57
58
|
var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
|
@@ -16,7 +16,7 @@ var CustomMediaPlayerBase = exports.CustomMediaPlayerBase = function CustomMedia
|
|
|
16
16
|
return (0, _platformFeatureFlags.fg)('platform_media_compiled') ? /*#__PURE__*/_react.default.createElement(_indexCompiled.CustomMediaPlayerBase, props) : /*#__PURE__*/_react.default.createElement(_indexEmotion.CustomMediaPlayerBase, props);
|
|
17
17
|
};
|
|
18
18
|
var packageName = "@atlaskit/media-ui";
|
|
19
|
-
var packageVersion = "28.6.
|
|
19
|
+
var packageVersion = "28.6.3";
|
|
20
20
|
|
|
21
21
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
22
22
|
var CustomMediaPlayer = exports.CustomMediaPlayer = (0, _mediaCommon.withMediaAnalyticsContext)({
|
|
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _flag = require("@atlaskit/flag");
|
|
10
|
-
var
|
|
11
|
-
var
|
|
10
|
+
var _statusSuccessCheckCircle = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-success--check-circle"));
|
|
11
|
+
var _statusErrorError = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-error--error"));
|
|
12
12
|
var _reactIntlNext = require("react-intl-next");
|
|
13
13
|
var _messages = require("../../../messages");
|
|
14
14
|
function ApiFeedback(_ref) {
|
|
@@ -21,7 +21,7 @@ function ApiFeedback(_ref) {
|
|
|
21
21
|
if (notificationType === 'success') {
|
|
22
22
|
flag = /*#__PURE__*/_react.default.createElement(_flag.AutoDismissFlag, {
|
|
23
23
|
id: 'success',
|
|
24
|
-
icon: /*#__PURE__*/_react.default.createElement(
|
|
24
|
+
icon: /*#__PURE__*/_react.default.createElement(_statusSuccessCheckCircle.default, {
|
|
25
25
|
label: "Success",
|
|
26
26
|
color: "var(--ds-icon-success, #22A06B)",
|
|
27
27
|
LEGACY_size: "medium",
|
|
@@ -34,7 +34,7 @@ function ApiFeedback(_ref) {
|
|
|
34
34
|
} else if (notificationType === 'error') {
|
|
35
35
|
flag = /*#__PURE__*/_react.default.createElement(_flag.AutoDismissFlag, {
|
|
36
36
|
id: 'error',
|
|
37
|
-
icon: /*#__PURE__*/_react.default.createElement(
|
|
37
|
+
icon: /*#__PURE__*/_react.default.createElement(_statusErrorError.default, {
|
|
38
38
|
label: "Error",
|
|
39
39
|
color: "var(--ds-icon-danger, #C9372C)",
|
|
40
40
|
LEGACY_size: "medium",
|
package/dist/cjs/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.js
CHANGED
|
@@ -23,6 +23,8 @@ var _messages = require("../../../../../messages");
|
|
|
23
23
|
var _formatLocale = require("../../formatLocale");
|
|
24
24
|
var _languageDetector = require("./languageDetector");
|
|
25
25
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
26
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
27
|
+
|
|
26
28
|
var detectLocale = /*#__PURE__*/function () {
|
|
27
29
|
var _ref = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(file, intl) {
|
|
28
30
|
var detectedLocale, defaultLocale, customLocale;
|
|
@@ -15,7 +15,7 @@ var _useTextTracks2 = require("./useTextTracks");
|
|
|
15
15
|
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
16
16
|
var _excluded = ["onPlay"];
|
|
17
17
|
var packageName = "@atlaskit/media-ui";
|
|
18
|
-
var packageVersion = "28.6.
|
|
18
|
+
var packageVersion = "28.6.3";
|
|
19
19
|
var MediaPlayerWihtoutContext = exports.MediaPlayerWihtoutContext = function MediaPlayerWihtoutContext(_ref) {
|
|
20
20
|
var _onPlay = _ref.onPlay,
|
|
21
21
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -153,16 +153,16 @@ var _default = exports.default = {
|
|
|
153
153
|
'fabric.media.upload_file_from': 'Importer un fichier depuis {name}',
|
|
154
154
|
'fabric.media.upload_photo': 'Importer une photo',
|
|
155
155
|
'fabric.media.video': 'vidéo',
|
|
156
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Veuillez confirmer la suppression de
|
|
157
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Supprimer
|
|
156
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Veuillez confirmer la suppression de ces sous-titres.',
|
|
157
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Supprimer les sous-titres',
|
|
158
158
|
'fabric.media.video_captions_delete_error_description': 'Impossible de supprimer les sous-titres codés.',
|
|
159
159
|
'fabric.media.video_captions_delete_success_description': 'Les sous-titres codés ont été supprimés de cette vidéo.',
|
|
160
160
|
'fabric.media.video_captions_enable': 'Sous-titres codés',
|
|
161
161
|
'fabric.media.video_captions_select_captions': 'Sélectionner les sous-titres',
|
|
162
|
-
'fabric.media.video_captions_upload_captions_form_header': '
|
|
162
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Charger les sous-titres',
|
|
163
163
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Sélectionner la langue du fichier',
|
|
164
|
-
'fabric.media.video_captions_upload_error_description': '
|
|
165
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
164
|
+
'fabric.media.video_captions_upload_error_description': 'Impossible de charger le sous-titre.',
|
|
165
|
+
'fabric.media.video_captions_upload_success_description': 'Les sous-titres codés ont bien été chargés pour cette vidéo.',
|
|
166
166
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} sur {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
167
167
|
'fabric.media.video_seeker_label_assistive_text': 'Curseur de recherche',
|
|
168
168
|
'fabric.media.view': 'Afficher',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -156,13 +156,13 @@ var _default = exports.default = {
|
|
|
156
156
|
'fabric.media.video_captions_delete_captions_confirmation_description': 'Erősítsd meg, hogy törölni szeretnéd ezt a feliratot.',
|
|
157
157
|
'fabric.media.video_captions_delete_captions_confirmation_header': 'Felirat törlése',
|
|
158
158
|
'fabric.media.video_captions_delete_error_description': 'Nem sikerült törölni a feliratot.',
|
|
159
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
159
|
+
'fabric.media.video_captions_delete_success_description': 'Felirat sikeresen eltávolítva ebből a videóból.',
|
|
160
160
|
'fabric.media.video_captions_enable': 'Feliratok',
|
|
161
161
|
'fabric.media.video_captions_select_captions': 'Felirat kiválasztása',
|
|
162
162
|
'fabric.media.video_captions_upload_captions_form_header': 'Felirat feltöltése',
|
|
163
163
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Fájl nyelvének kiválasztása',
|
|
164
164
|
'fabric.media.video_captions_upload_error_description': 'Nem sikerült feltölteni a feliratot.',
|
|
165
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
165
|
+
'fabric.media.video_captions_upload_success_description': 'Felirat sikeresen feltöltve ehhez a videóhoz.',
|
|
166
166
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds}/{videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
167
167
|
'fabric.media.video_seeker_label_assistive_text': 'Keresőcsúszka',
|
|
168
168
|
'fabric.media.view': 'Megtekintés',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -153,16 +153,16 @@ var _default = exports.default = {
|
|
|
153
153
|
'fabric.media.upload_file_from': 'Carica un file da {name}',
|
|
154
154
|
'fabric.media.upload_photo': 'Carica una foto',
|
|
155
155
|
'fabric.media.video': 'video',
|
|
156
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Conferma di voler eliminare
|
|
157
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Elimina
|
|
158
|
-
'fabric.media.video_captions_delete_error_description': 'Impossibile eliminare
|
|
159
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
156
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Conferma di voler eliminare questo sottotitolo.',
|
|
157
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Elimina sottotitolo',
|
|
158
|
+
'fabric.media.video_captions_delete_error_description': 'Impossibile eliminare il sottotitolo.',
|
|
159
|
+
'fabric.media.video_captions_delete_success_description': 'Il sottotitolo è stato rimosso da questo video.',
|
|
160
160
|
'fabric.media.video_captions_enable': 'Sottotitoli',
|
|
161
161
|
'fabric.media.video_captions_select_captions': 'Seleziona sottotitoli',
|
|
162
162
|
'fabric.media.video_captions_upload_captions_form_header': 'Carica sottotitoli',
|
|
163
163
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Seleziona la lingua del file',
|
|
164
|
-
'fabric.media.video_captions_upload_error_description': 'Impossibile caricare
|
|
165
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
164
|
+
'fabric.media.video_captions_upload_error_description': 'Impossibile caricare il sottotitolo.',
|
|
165
|
+
'fabric.media.video_captions_upload_success_description': 'Il sottotitolo per questo video è stato caricato.',
|
|
166
166
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} di {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
167
167
|
'fabric.media.video_seeker_label_assistive_text': 'Cursore di ricerca',
|
|
168
168
|
'fabric.media.view': 'Visualizza',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -19,7 +19,7 @@ var _default = exports.default = {
|
|
|
19
19
|
'fabric.media.accounts': 'アカウント',
|
|
20
20
|
'fabric.media.actions': 'アクション',
|
|
21
21
|
'fabric.media.add_account': 'アカウントを追加',
|
|
22
|
-
'fabric.media.add_captions': '
|
|
22
|
+
'fabric.media.add_captions': '字幕を追加',
|
|
23
23
|
'fabric.media.alt_text_helper_message': '選択された画像を弱視の人に説明するとしたら、どのように説明しますか?',
|
|
24
24
|
'fabric.media.alt_text_label': '代替テキスト',
|
|
25
25
|
'fabric.media.annotate': '注釈',
|
|
@@ -99,7 +99,7 @@ var _default = exports.default = {
|
|
|
99
99
|
'fabric.media.load_more_gifs': 'さらに GIF を読み込む',
|
|
100
100
|
'fabric.media.loading': '読み込み中…',
|
|
101
101
|
'fabric.media.loading_file': 'ファイルを読み込んでいます...',
|
|
102
|
-
'fabric.media.manage_captions': '
|
|
102
|
+
'fabric.media.manage_captions': '字幕を管理',
|
|
103
103
|
'fabric.media.might_be_a_hiccup': '一時的な障害の可能性があります。',
|
|
104
104
|
'fabric.media.no_gifs_found': 'もしもし? お探しの画像はこちらではありませんよね?',
|
|
105
105
|
'fabric.media.no_gifs_found_suggestion': '「{query}」に一致する結果が見つかりませんでした',
|
|
@@ -153,16 +153,16 @@ var _default = exports.default = {
|
|
|
153
153
|
'fabric.media.upload_file_from': '{name} からファイルをアップロード',
|
|
154
154
|
'fabric.media.upload_photo': '写真をアップロード',
|
|
155
155
|
'fabric.media.video': 'ビデオ',
|
|
156
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': '
|
|
157
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': '
|
|
158
|
-
'fabric.media.video_captions_delete_error_description': '
|
|
159
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
156
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'この字幕を削除しますか?',
|
|
157
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': '字幕を削除する',
|
|
158
|
+
'fabric.media.video_captions_delete_error_description': '字幕を削除できませんでした。',
|
|
159
|
+
'fabric.media.video_captions_delete_success_description': 'この動画から字幕が正常に削除されました。',
|
|
160
160
|
'fabric.media.video_captions_enable': '字幕',
|
|
161
161
|
'fabric.media.video_captions_select_captions': '字幕を選択',
|
|
162
162
|
'fabric.media.video_captions_upload_captions_form_header': '字幕をアップロード',
|
|
163
163
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'ファイルの言語を選択',
|
|
164
|
-
'fabric.media.video_captions_upload_error_description': '
|
|
165
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
164
|
+
'fabric.media.video_captions_upload_error_description': '字幕をアップロードできませんでした。',
|
|
165
|
+
'fabric.media.video_captions_upload_success_description': 'この動画に字幕が正常にアップロードされました。',
|
|
166
166
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds}。全体の長さは {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
167
167
|
'fabric.media.video_seeker_label_assistive_text': 'シーク スライダー',
|
|
168
168
|
'fabric.media.view': '表示',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -153,7 +153,7 @@ var _default = exports.default = {
|
|
|
153
153
|
'fabric.media.upload_file_from': 'Carregar um arquivo do {name}',
|
|
154
154
|
'fabric.media.upload_photo': 'Carregar uma foto',
|
|
155
155
|
'fabric.media.video': 'vídeo',
|
|
156
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Confirme que você
|
|
156
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Confirme que você quer excluir esta legenda.',
|
|
157
157
|
'fabric.media.video_captions_delete_captions_confirmation_header': 'Excluir legenda',
|
|
158
158
|
'fabric.media.video_captions_delete_error_description': 'Falha ao excluir a legenda.',
|
|
159
159
|
'fabric.media.video_captions_delete_success_description': 'A legenda foi removida com sucesso deste vídeo.',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -19,7 +19,7 @@ var _default = exports.default = {
|
|
|
19
19
|
'fabric.media.accounts': 'Konton',
|
|
20
20
|
'fabric.media.actions': 'Åtgärder',
|
|
21
21
|
'fabric.media.add_account': 'Lägg till konto',
|
|
22
|
-
'fabric.media.add_captions': 'Lägg till
|
|
22
|
+
'fabric.media.add_captions': 'Lägg till undertexter',
|
|
23
23
|
'fabric.media.alt_text_helper_message': 'Hur skulle du beskriva den valda bilden för någon med nedsatt syn?',
|
|
24
24
|
'fabric.media.alt_text_label': 'Alternativ text',
|
|
25
25
|
'fabric.media.annotate': 'Kommentera',
|
|
@@ -99,7 +99,7 @@ var _default = exports.default = {
|
|
|
99
99
|
'fabric.media.load_more_gifs': 'Läs in fler GIF:ar',
|
|
100
100
|
'fabric.media.loading': 'Läser in ...',
|
|
101
101
|
'fabric.media.loading_file': 'Läser in filen …',
|
|
102
|
-
'fabric.media.manage_captions': 'Hantera
|
|
102
|
+
'fabric.media.manage_captions': 'Hantera undertexter',
|
|
103
103
|
'fabric.media.might_be_a_hiccup': 'Det är nog bara lite krångel.',
|
|
104
104
|
'fabric.media.no_gifs_found': 'Hello? Var det mig du letade efter?',
|
|
105
105
|
'fabric.media.no_gifs_found_suggestion': 'Vi kunde inte hitta några resultat för "{query}"',
|
|
@@ -153,16 +153,16 @@ var _default = exports.default = {
|
|
|
153
153
|
'fabric.media.upload_file_from': 'Ladda upp en fil från {name}',
|
|
154
154
|
'fabric.media.upload_photo': 'Ladda upp en bild',
|
|
155
155
|
'fabric.media.video': 'video',
|
|
156
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Bekräfta att du vill radera
|
|
157
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Radera
|
|
158
|
-
'fabric.media.video_captions_delete_error_description': 'Det gick inte att radera
|
|
159
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
156
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Bekräfta att du vill radera undertexten.',
|
|
157
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Radera undertext',
|
|
158
|
+
'fabric.media.video_captions_delete_error_description': 'Det gick inte att radera undertexten.',
|
|
159
|
+
'fabric.media.video_captions_delete_success_description': 'Undertexten togs bort från videon.',
|
|
160
160
|
'fabric.media.video_captions_enable': 'Undertexter',
|
|
161
161
|
'fabric.media.video_captions_select_captions': 'Välj undertexter',
|
|
162
162
|
'fabric.media.video_captions_upload_captions_form_header': 'Ladda upp undertexter',
|
|
163
163
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Välj filspråk',
|
|
164
|
-
'fabric.media.video_captions_upload_error_description': 'Det gick inte att ladda upp
|
|
165
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
164
|
+
'fabric.media.video_captions_upload_error_description': 'Det gick inte att ladda upp undertexten.',
|
|
165
|
+
'fabric.media.video_captions_upload_success_description': 'Undertexten för videon har laddats upp.',
|
|
166
166
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} av {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
167
167
|
'fabric.media.video_seeker_label_assistive_text': 'Sökreglage',
|
|
168
168
|
'fabric.media.view': 'Visa',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -153,7 +153,7 @@ var _default = exports.default = {
|
|
|
153
153
|
'fabric.media.upload_file_from': '{name} kaynağından alınan dosyayı yükleyin',
|
|
154
154
|
'fabric.media.upload_photo': 'Bir fotoğraf yükleyin',
|
|
155
155
|
'fabric.media.video': 'video',
|
|
156
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Lütfen bu alt
|
|
156
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Lütfen bu alt yazıyı silmek istediğinizi doğrulayın.',
|
|
157
157
|
'fabric.media.video_captions_delete_captions_confirmation_header': 'Alt Yazıyı Sil',
|
|
158
158
|
'fabric.media.video_captions_delete_error_description': 'Alt yazı silinemedi.',
|
|
159
159
|
'fabric.media.video_captions_delete_success_description': 'Alt yazı bu videodan başarıyla kaldırıldı',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -19,7 +19,7 @@ var _default = exports.default = {
|
|
|
19
19
|
'fabric.media.accounts': 'Tài khoản',
|
|
20
20
|
'fabric.media.actions': 'Hành động',
|
|
21
21
|
'fabric.media.add_account': 'Thêm tài khoản',
|
|
22
|
-
'fabric.media.add_captions': 'Thêm
|
|
22
|
+
'fabric.media.add_captions': 'Thêm phụ đề',
|
|
23
23
|
'fabric.media.alt_text_helper_message': 'Bạn sẽ mô tả hình ảnh đã chọn cho người có thị lực kém như thế nào?',
|
|
24
24
|
'fabric.media.alt_text_label': 'Văn bản thay thế',
|
|
25
25
|
'fabric.media.annotate': 'Chú thích',
|
|
@@ -99,7 +99,7 @@ var _default = exports.default = {
|
|
|
99
99
|
'fabric.media.load_more_gifs': 'Tải thêm GIF',
|
|
100
100
|
'fabric.media.loading': 'Đang tải...',
|
|
101
101
|
'fabric.media.loading_file': 'Đang tải tệp...',
|
|
102
|
-
'fabric.media.manage_captions': 'Quản lý
|
|
102
|
+
'fabric.media.manage_captions': 'Quản lý phụ đề',
|
|
103
103
|
'fabric.media.might_be_a_hiccup': 'Có thể do có chút sự cố.',
|
|
104
104
|
'fabric.media.no_gifs_found': 'Xin chào? Bạn đang tìm tôi phải không nhỉ?',
|
|
105
105
|
'fabric.media.no_gifs_found_suggestion': 'Chúng tôi không thể tìm thấy bất kỳ thứ gì cho "{query}"',
|
|
@@ -153,16 +153,16 @@ var _default = exports.default = {
|
|
|
153
153
|
'fabric.media.upload_file_from': 'Tải lên tệp từ {name}',
|
|
154
154
|
'fabric.media.upload_photo': 'Tải ảnh lên',
|
|
155
155
|
'fabric.media.video': 'video',
|
|
156
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Xin hãy xác nhận rằng bạn muốn xóa
|
|
157
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Xóa
|
|
158
|
-
'fabric.media.video_captions_delete_error_description': 'Không xóa được
|
|
159
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
156
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Xin hãy xác nhận rằng bạn muốn xóa phụ đề này.',
|
|
157
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Xóa phụ đề',
|
|
158
|
+
'fabric.media.video_captions_delete_error_description': 'Không xóa được phụ đề.',
|
|
159
|
+
'fabric.media.video_captions_delete_success_description': 'Phụ đề đã bị xóa thành công khỏi video này.',
|
|
160
160
|
'fabric.media.video_captions_enable': 'Phụ đề',
|
|
161
161
|
'fabric.media.video_captions_select_captions': 'Chọn phụ đề',
|
|
162
162
|
'fabric.media.video_captions_upload_captions_form_header': 'Tải phụ đề lên',
|
|
163
163
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Chọn ngôn ngữ tệp',
|
|
164
|
-
'fabric.media.video_captions_upload_error_description': 'Không tải được
|
|
165
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
164
|
+
'fabric.media.video_captions_upload_error_description': 'Không tải được phụ đề lên.',
|
|
165
|
+
'fabric.media.video_captions_upload_success_description': 'Phụ đề đã được tải lên thành công cho video này.',
|
|
166
166
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds}/{videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
167
167
|
'fabric.media.video_seeker_label_assistive_text': 'Thanh trượt tìm kiếm',
|
|
168
168
|
'fabric.media.view': 'Xem',
|
|
@@ -3,7 +3,7 @@ import "./index.compiled.css";
|
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { R500 } from '@atlaskit/theme/colors';
|
|
6
|
-
import WarningIcon from '@atlaskit/icon/core/migration/warning';
|
|
6
|
+
import WarningIcon from '@atlaskit/icon/core/migration/status-warning--warning';
|
|
7
7
|
import { Frame } from '../Frame';
|
|
8
8
|
import { IconAndTitleLayout } from '../IconAndTitleLayout';
|
|
9
9
|
import { AKIconWrapper } from '../Icon';
|
|
@@ -9,6 +9,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
9
9
|
import React from 'react';
|
|
10
10
|
import { components } from '@atlaskit/select';
|
|
11
11
|
import { DN900 } from '@atlaskit/theme/colors';
|
|
12
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
12
13
|
import { Flex } from '@atlaskit/primitives';
|
|
13
14
|
export const popupCustomStyles = {
|
|
14
15
|
container: styles => ({
|
|
@@ -14,6 +14,7 @@ import VideoHdFilledIcon from '@atlaskit/icon-lab/core/video-hd-filled';
|
|
|
14
14
|
import DownloadIcon from '@atlaskit/icon/core/migration/download';
|
|
15
15
|
|
|
16
16
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives
|
|
17
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
17
18
|
import { xcss, Box, Flex } from '@atlaskit/primitives';
|
|
18
19
|
import MediaButton from '../MediaButton';
|
|
19
20
|
import Spinner from '@atlaskit/spinner';
|
|
@@ -7,7 +7,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
|
|
|
7
7
|
import { withMediaAnalyticsContext } from '@atlaskit/media-common';
|
|
8
8
|
export const CustomMediaPlayerBase = props => fg('platform_media_compiled') ? /*#__PURE__*/React.createElement(CompiledCustomMediaPlayerBase, props) : /*#__PURE__*/React.createElement(EmotionCustomMediaPlayerBase, props);
|
|
9
9
|
const packageName = "@atlaskit/media-ui";
|
|
10
|
-
const packageVersion = "28.6.
|
|
10
|
+
const packageVersion = "28.6.3";
|
|
11
11
|
|
|
12
12
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
13
13
|
export const CustomMediaPlayer = withMediaAnalyticsContext({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { AutoDismissFlag, FlagGroup } from '@atlaskit/flag';
|
|
3
|
-
import SuccessIcon from '@atlaskit/icon/core/migration/success--check-circle';
|
|
4
|
-
import ErrorIcon from '@atlaskit/icon/core/migration/error';
|
|
3
|
+
import SuccessIcon from '@atlaskit/icon/core/migration/status-success--check-circle';
|
|
4
|
+
import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
|
|
5
5
|
import { injectIntl } from 'react-intl-next';
|
|
6
6
|
import { messages } from '../../../messages';
|
|
7
7
|
function ApiFeedback({
|
package/dist/es2019/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.js
CHANGED
|
@@ -3,6 +3,7 @@ import { injectIntl } from 'react-intl-next';
|
|
|
3
3
|
import Button from '@atlaskit/button/new';
|
|
4
4
|
import Modal, { ModalFooter, ModalHeader, ModalTitle, ModalTransition } from '@atlaskit/modal-dialog';
|
|
5
5
|
import LocaleSelect, { defaultLocales } from '@atlaskit/locale/LocaleSelect';
|
|
6
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
6
7
|
import { Box, Inline } from '@atlaskit/primitives';
|
|
7
8
|
import FileIcon from '@atlaskit/icon/core/file';
|
|
8
9
|
import { Label } from '@atlaskit/form';
|
|
@@ -6,7 +6,7 @@ import { MediaPlayerBase } from './mediaPlayerBase';
|
|
|
6
6
|
import { useTextTracks } from './useTextTracks';
|
|
7
7
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
8
8
|
const packageName = "@atlaskit/media-ui";
|
|
9
|
-
const packageVersion = "28.6.
|
|
9
|
+
const packageVersion = "28.6.3";
|
|
10
10
|
export const MediaPlayerWihtoutContext = ({
|
|
11
11
|
onPlay,
|
|
12
12
|
...props
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -147,16 +147,16 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': 'Importer un fichier depuis {name}',
|
|
148
148
|
'fabric.media.upload_photo': 'Importer une photo',
|
|
149
149
|
'fabric.media.video': 'vidéo',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Veuillez confirmer la suppression de
|
|
151
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Supprimer
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Veuillez confirmer la suppression de ces sous-titres.',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Supprimer les sous-titres',
|
|
152
152
|
'fabric.media.video_captions_delete_error_description': 'Impossible de supprimer les sous-titres codés.',
|
|
153
153
|
'fabric.media.video_captions_delete_success_description': 'Les sous-titres codés ont été supprimés de cette vidéo.',
|
|
154
154
|
'fabric.media.video_captions_enable': 'Sous-titres codés',
|
|
155
155
|
'fabric.media.video_captions_select_captions': 'Sélectionner les sous-titres',
|
|
156
|
-
'fabric.media.video_captions_upload_captions_form_header': '
|
|
156
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Charger les sous-titres',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Sélectionner la langue du fichier',
|
|
158
|
-
'fabric.media.video_captions_upload_error_description': '
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': 'Impossible de charger le sous-titre.',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Les sous-titres codés ont bien été chargés pour cette vidéo.',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} sur {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'Curseur de recherche',
|
|
162
162
|
'fabric.media.view': 'Afficher',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -150,13 +150,13 @@ export default {
|
|
|
150
150
|
'fabric.media.video_captions_delete_captions_confirmation_description': 'Erősítsd meg, hogy törölni szeretnéd ezt a feliratot.',
|
|
151
151
|
'fabric.media.video_captions_delete_captions_confirmation_header': 'Felirat törlése',
|
|
152
152
|
'fabric.media.video_captions_delete_error_description': 'Nem sikerült törölni a feliratot.',
|
|
153
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'Felirat sikeresen eltávolítva ebből a videóból.',
|
|
154
154
|
'fabric.media.video_captions_enable': 'Feliratok',
|
|
155
155
|
'fabric.media.video_captions_select_captions': 'Felirat kiválasztása',
|
|
156
156
|
'fabric.media.video_captions_upload_captions_form_header': 'Felirat feltöltése',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Fájl nyelvének kiválasztása',
|
|
158
158
|
'fabric.media.video_captions_upload_error_description': 'Nem sikerült feltölteni a feliratot.',
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Felirat sikeresen feltöltve ehhez a videóhoz.',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds}/{videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'Keresőcsúszka',
|
|
162
162
|
'fabric.media.view': 'Megtekintés',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -147,16 +147,16 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': 'Carica un file da {name}',
|
|
148
148
|
'fabric.media.upload_photo': 'Carica una foto',
|
|
149
149
|
'fabric.media.video': 'video',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Conferma di voler eliminare
|
|
151
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Elimina
|
|
152
|
-
'fabric.media.video_captions_delete_error_description': 'Impossibile eliminare
|
|
153
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Conferma di voler eliminare questo sottotitolo.',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Elimina sottotitolo',
|
|
152
|
+
'fabric.media.video_captions_delete_error_description': 'Impossibile eliminare il sottotitolo.',
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'Il sottotitolo è stato rimosso da questo video.',
|
|
154
154
|
'fabric.media.video_captions_enable': 'Sottotitoli',
|
|
155
155
|
'fabric.media.video_captions_select_captions': 'Seleziona sottotitoli',
|
|
156
156
|
'fabric.media.video_captions_upload_captions_form_header': 'Carica sottotitoli',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Seleziona la lingua del file',
|
|
158
|
-
'fabric.media.video_captions_upload_error_description': 'Impossibile caricare
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': 'Impossibile caricare il sottotitolo.',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Il sottotitolo per questo video è stato caricato.',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} di {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'Cursore di ricerca',
|
|
162
162
|
'fabric.media.view': 'Visualizza',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
'fabric.media.accounts': 'アカウント',
|
|
14
14
|
'fabric.media.actions': 'アクション',
|
|
15
15
|
'fabric.media.add_account': 'アカウントを追加',
|
|
16
|
-
'fabric.media.add_captions': '
|
|
16
|
+
'fabric.media.add_captions': '字幕を追加',
|
|
17
17
|
'fabric.media.alt_text_helper_message': '選択された画像を弱視の人に説明するとしたら、どのように説明しますか?',
|
|
18
18
|
'fabric.media.alt_text_label': '代替テキスト',
|
|
19
19
|
'fabric.media.annotate': '注釈',
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
93
93
|
'fabric.media.load_more_gifs': 'さらに GIF を読み込む',
|
|
94
94
|
'fabric.media.loading': '読み込み中…',
|
|
95
95
|
'fabric.media.loading_file': 'ファイルを読み込んでいます...',
|
|
96
|
-
'fabric.media.manage_captions': '
|
|
96
|
+
'fabric.media.manage_captions': '字幕を管理',
|
|
97
97
|
'fabric.media.might_be_a_hiccup': '一時的な障害の可能性があります。',
|
|
98
98
|
'fabric.media.no_gifs_found': 'もしもし? お探しの画像はこちらではありませんよね?',
|
|
99
99
|
'fabric.media.no_gifs_found_suggestion': '「{query}」に一致する結果が見つかりませんでした',
|
|
@@ -147,16 +147,16 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': '{name} からファイルをアップロード',
|
|
148
148
|
'fabric.media.upload_photo': '写真をアップロード',
|
|
149
149
|
'fabric.media.video': 'ビデオ',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': '
|
|
151
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': '
|
|
152
|
-
'fabric.media.video_captions_delete_error_description': '
|
|
153
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'この字幕を削除しますか?',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': '字幕を削除する',
|
|
152
|
+
'fabric.media.video_captions_delete_error_description': '字幕を削除できませんでした。',
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'この動画から字幕が正常に削除されました。',
|
|
154
154
|
'fabric.media.video_captions_enable': '字幕',
|
|
155
155
|
'fabric.media.video_captions_select_captions': '字幕を選択',
|
|
156
156
|
'fabric.media.video_captions_upload_captions_form_header': '字幕をアップロード',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'ファイルの言語を選択',
|
|
158
|
-
'fabric.media.video_captions_upload_error_description': '
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': '字幕をアップロードできませんでした。',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'この動画に字幕が正常にアップロードされました。',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds}。全体の長さは {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'シーク スライダー',
|
|
162
162
|
'fabric.media.view': '表示',
|
|
@@ -147,7 +147,7 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': 'Carregar um arquivo do {name}',
|
|
148
148
|
'fabric.media.upload_photo': 'Carregar uma foto',
|
|
149
149
|
'fabric.media.video': 'vídeo',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Confirme que você
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Confirme que você quer excluir esta legenda.',
|
|
151
151
|
'fabric.media.video_captions_delete_captions_confirmation_header': 'Excluir legenda',
|
|
152
152
|
'fabric.media.video_captions_delete_error_description': 'Falha ao excluir a legenda.',
|
|
153
153
|
'fabric.media.video_captions_delete_success_description': 'A legenda foi removida com sucesso deste vídeo.',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
'fabric.media.accounts': 'Konton',
|
|
14
14
|
'fabric.media.actions': 'Åtgärder',
|
|
15
15
|
'fabric.media.add_account': 'Lägg till konto',
|
|
16
|
-
'fabric.media.add_captions': 'Lägg till
|
|
16
|
+
'fabric.media.add_captions': 'Lägg till undertexter',
|
|
17
17
|
'fabric.media.alt_text_helper_message': 'Hur skulle du beskriva den valda bilden för någon med nedsatt syn?',
|
|
18
18
|
'fabric.media.alt_text_label': 'Alternativ text',
|
|
19
19
|
'fabric.media.annotate': 'Kommentera',
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
93
93
|
'fabric.media.load_more_gifs': 'Läs in fler GIF:ar',
|
|
94
94
|
'fabric.media.loading': 'Läser in ...',
|
|
95
95
|
'fabric.media.loading_file': 'Läser in filen …',
|
|
96
|
-
'fabric.media.manage_captions': 'Hantera
|
|
96
|
+
'fabric.media.manage_captions': 'Hantera undertexter',
|
|
97
97
|
'fabric.media.might_be_a_hiccup': 'Det är nog bara lite krångel.',
|
|
98
98
|
'fabric.media.no_gifs_found': 'Hello? Var det mig du letade efter?',
|
|
99
99
|
'fabric.media.no_gifs_found_suggestion': 'Vi kunde inte hitta några resultat för "{query}"',
|
|
@@ -147,16 +147,16 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': 'Ladda upp en fil från {name}',
|
|
148
148
|
'fabric.media.upload_photo': 'Ladda upp en bild',
|
|
149
149
|
'fabric.media.video': 'video',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Bekräfta att du vill radera
|
|
151
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Radera
|
|
152
|
-
'fabric.media.video_captions_delete_error_description': 'Det gick inte att radera
|
|
153
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Bekräfta att du vill radera undertexten.',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Radera undertext',
|
|
152
|
+
'fabric.media.video_captions_delete_error_description': 'Det gick inte att radera undertexten.',
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'Undertexten togs bort från videon.',
|
|
154
154
|
'fabric.media.video_captions_enable': 'Undertexter',
|
|
155
155
|
'fabric.media.video_captions_select_captions': 'Välj undertexter',
|
|
156
156
|
'fabric.media.video_captions_upload_captions_form_header': 'Ladda upp undertexter',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Välj filspråk',
|
|
158
|
-
'fabric.media.video_captions_upload_error_description': 'Det gick inte att ladda upp
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': 'Det gick inte att ladda upp undertexten.',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Undertexten för videon har laddats upp.',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} av {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'Sökreglage',
|
|
162
162
|
'fabric.media.view': 'Visa',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -147,7 +147,7 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': '{name} kaynağından alınan dosyayı yükleyin',
|
|
148
148
|
'fabric.media.upload_photo': 'Bir fotoğraf yükleyin',
|
|
149
149
|
'fabric.media.video': 'video',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Lütfen bu alt
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Lütfen bu alt yazıyı silmek istediğinizi doğrulayın.',
|
|
151
151
|
'fabric.media.video_captions_delete_captions_confirmation_header': 'Alt Yazıyı Sil',
|
|
152
152
|
'fabric.media.video_captions_delete_error_description': 'Alt yazı silinemedi.',
|
|
153
153
|
'fabric.media.video_captions_delete_success_description': 'Alt yazı bu videodan başarıyla kaldırıldı',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
'fabric.media.accounts': 'Tài khoản',
|
|
14
14
|
'fabric.media.actions': 'Hành động',
|
|
15
15
|
'fabric.media.add_account': 'Thêm tài khoản',
|
|
16
|
-
'fabric.media.add_captions': 'Thêm
|
|
16
|
+
'fabric.media.add_captions': 'Thêm phụ đề',
|
|
17
17
|
'fabric.media.alt_text_helper_message': 'Bạn sẽ mô tả hình ảnh đã chọn cho người có thị lực kém như thế nào?',
|
|
18
18
|
'fabric.media.alt_text_label': 'Văn bản thay thế',
|
|
19
19
|
'fabric.media.annotate': 'Chú thích',
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
93
93
|
'fabric.media.load_more_gifs': 'Tải thêm GIF',
|
|
94
94
|
'fabric.media.loading': 'Đang tải...',
|
|
95
95
|
'fabric.media.loading_file': 'Đang tải tệp...',
|
|
96
|
-
'fabric.media.manage_captions': 'Quản lý
|
|
96
|
+
'fabric.media.manage_captions': 'Quản lý phụ đề',
|
|
97
97
|
'fabric.media.might_be_a_hiccup': 'Có thể do có chút sự cố.',
|
|
98
98
|
'fabric.media.no_gifs_found': 'Xin chào? Bạn đang tìm tôi phải không nhỉ?',
|
|
99
99
|
'fabric.media.no_gifs_found_suggestion': 'Chúng tôi không thể tìm thấy bất kỳ thứ gì cho "{query}"',
|
|
@@ -147,16 +147,16 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': 'Tải lên tệp từ {name}',
|
|
148
148
|
'fabric.media.upload_photo': 'Tải ảnh lên',
|
|
149
149
|
'fabric.media.video': 'video',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Xin hãy xác nhận rằng bạn muốn xóa
|
|
151
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Xóa
|
|
152
|
-
'fabric.media.video_captions_delete_error_description': 'Không xóa được
|
|
153
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Xin hãy xác nhận rằng bạn muốn xóa phụ đề này.',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Xóa phụ đề',
|
|
152
|
+
'fabric.media.video_captions_delete_error_description': 'Không xóa được phụ đề.',
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'Phụ đề đã bị xóa thành công khỏi video này.',
|
|
154
154
|
'fabric.media.video_captions_enable': 'Phụ đề',
|
|
155
155
|
'fabric.media.video_captions_select_captions': 'Chọn phụ đề',
|
|
156
156
|
'fabric.media.video_captions_upload_captions_form_header': 'Tải phụ đề lên',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Chọn ngôn ngữ tệp',
|
|
158
|
-
'fabric.media.video_captions_upload_error_description': 'Không tải được
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': 'Không tải được phụ đề lên.',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Phụ đề đã được tải lên thành công cho video này.',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds}/{videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'Thanh trượt tìm kiếm',
|
|
162
162
|
'fabric.media.view': 'Xem',
|
|
@@ -10,7 +10,7 @@ function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstruct
|
|
|
10
10
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import { R500 } from '@atlaskit/theme/colors';
|
|
13
|
-
import WarningIcon from '@atlaskit/icon/core/migration/warning';
|
|
13
|
+
import WarningIcon from '@atlaskit/icon/core/migration/status-warning--warning';
|
|
14
14
|
import { Frame } from '../Frame';
|
|
15
15
|
import { IconAndTitleLayout } from '../IconAndTitleLayout';
|
|
16
16
|
import { AKIconWrapper } from '../Icon';
|
|
@@ -14,6 +14,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
14
14
|
import React from 'react';
|
|
15
15
|
import { components } from '@atlaskit/select';
|
|
16
16
|
import { DN900 } from '@atlaskit/theme/colors';
|
|
17
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
17
18
|
import { Flex } from '@atlaskit/primitives';
|
|
18
19
|
export var popupCustomStyles = {
|
|
19
20
|
container: function container(styles) {
|
|
@@ -23,6 +23,7 @@ import VideoHdFilledIcon from '@atlaskit/icon-lab/core/video-hd-filled';
|
|
|
23
23
|
import DownloadIcon from '@atlaskit/icon/core/migration/download';
|
|
24
24
|
|
|
25
25
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives
|
|
26
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
26
27
|
import { xcss, Box, Flex } from '@atlaskit/primitives';
|
|
27
28
|
import MediaButton from '../MediaButton';
|
|
28
29
|
import Spinner from '@atlaskit/spinner';
|
|
@@ -9,7 +9,7 @@ export var CustomMediaPlayerBase = function CustomMediaPlayerBase(props) {
|
|
|
9
9
|
return fg('platform_media_compiled') ? /*#__PURE__*/React.createElement(CompiledCustomMediaPlayerBase, props) : /*#__PURE__*/React.createElement(EmotionCustomMediaPlayerBase, props);
|
|
10
10
|
};
|
|
11
11
|
var packageName = "@atlaskit/media-ui";
|
|
12
|
-
var packageVersion = "28.6.
|
|
12
|
+
var packageVersion = "28.6.3";
|
|
13
13
|
|
|
14
14
|
// @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
|
|
15
15
|
export var CustomMediaPlayer = withMediaAnalyticsContext({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { AutoDismissFlag, FlagGroup } from '@atlaskit/flag';
|
|
3
|
-
import SuccessIcon from '@atlaskit/icon/core/migration/success--check-circle';
|
|
4
|
-
import ErrorIcon from '@atlaskit/icon/core/migration/error';
|
|
3
|
+
import SuccessIcon from '@atlaskit/icon/core/migration/status-success--check-circle';
|
|
4
|
+
import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
|
|
5
5
|
import { injectIntl } from 'react-intl-next';
|
|
6
6
|
import { messages } from '../../../messages';
|
|
7
7
|
function ApiFeedback(_ref) {
|
package/dist/esm/customMediaPlayer/mediaPlayer/captions/artifactUploader/captions/uploadForm.js
CHANGED
|
@@ -7,6 +7,7 @@ import { injectIntl } from 'react-intl-next';
|
|
|
7
7
|
import Button from '@atlaskit/button/new';
|
|
8
8
|
import Modal, { ModalFooter, ModalHeader, ModalTitle, ModalTransition } from '@atlaskit/modal-dialog';
|
|
9
9
|
import LocaleSelect, { defaultLocales } from '@atlaskit/locale/LocaleSelect';
|
|
10
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
10
11
|
import { Box, Inline } from '@atlaskit/primitives';
|
|
11
12
|
import FileIcon from '@atlaskit/icon/core/file';
|
|
12
13
|
import { Label } from '@atlaskit/form';
|
|
@@ -8,7 +8,7 @@ import { MediaPlayerBase } from './mediaPlayerBase';
|
|
|
8
8
|
import { useTextTracks } from './useTextTracks';
|
|
9
9
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
10
10
|
var packageName = "@atlaskit/media-ui";
|
|
11
|
-
var packageVersion = "28.6.
|
|
11
|
+
var packageVersion = "28.6.3";
|
|
12
12
|
export var MediaPlayerWihtoutContext = function MediaPlayerWihtoutContext(_ref) {
|
|
13
13
|
var _onPlay = _ref.onPlay,
|
|
14
14
|
props = _objectWithoutProperties(_ref, _excluded);
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -147,16 +147,16 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': 'Importer un fichier depuis {name}',
|
|
148
148
|
'fabric.media.upload_photo': 'Importer une photo',
|
|
149
149
|
'fabric.media.video': 'vidéo',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Veuillez confirmer la suppression de
|
|
151
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Supprimer
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Veuillez confirmer la suppression de ces sous-titres.',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Supprimer les sous-titres',
|
|
152
152
|
'fabric.media.video_captions_delete_error_description': 'Impossible de supprimer les sous-titres codés.',
|
|
153
153
|
'fabric.media.video_captions_delete_success_description': 'Les sous-titres codés ont été supprimés de cette vidéo.',
|
|
154
154
|
'fabric.media.video_captions_enable': 'Sous-titres codés',
|
|
155
155
|
'fabric.media.video_captions_select_captions': 'Sélectionner les sous-titres',
|
|
156
|
-
'fabric.media.video_captions_upload_captions_form_header': '
|
|
156
|
+
'fabric.media.video_captions_upload_captions_form_header': 'Charger les sous-titres',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Sélectionner la langue du fichier',
|
|
158
|
-
'fabric.media.video_captions_upload_error_description': '
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': 'Impossible de charger le sous-titre.',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Les sous-titres codés ont bien été chargés pour cette vidéo.',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} sur {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'Curseur de recherche',
|
|
162
162
|
'fabric.media.view': 'Afficher',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -150,13 +150,13 @@ export default {
|
|
|
150
150
|
'fabric.media.video_captions_delete_captions_confirmation_description': 'Erősítsd meg, hogy törölni szeretnéd ezt a feliratot.',
|
|
151
151
|
'fabric.media.video_captions_delete_captions_confirmation_header': 'Felirat törlése',
|
|
152
152
|
'fabric.media.video_captions_delete_error_description': 'Nem sikerült törölni a feliratot.',
|
|
153
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'Felirat sikeresen eltávolítva ebből a videóból.',
|
|
154
154
|
'fabric.media.video_captions_enable': 'Feliratok',
|
|
155
155
|
'fabric.media.video_captions_select_captions': 'Felirat kiválasztása',
|
|
156
156
|
'fabric.media.video_captions_upload_captions_form_header': 'Felirat feltöltése',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Fájl nyelvének kiválasztása',
|
|
158
158
|
'fabric.media.video_captions_upload_error_description': 'Nem sikerült feltölteni a feliratot.',
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Felirat sikeresen feltöltve ehhez a videóhoz.',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds}/{videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'Keresőcsúszka',
|
|
162
162
|
'fabric.media.view': 'Megtekintés',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -147,16 +147,16 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': 'Carica un file da {name}',
|
|
148
148
|
'fabric.media.upload_photo': 'Carica una foto',
|
|
149
149
|
'fabric.media.video': 'video',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Conferma di voler eliminare
|
|
151
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Elimina
|
|
152
|
-
'fabric.media.video_captions_delete_error_description': 'Impossibile eliminare
|
|
153
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Conferma di voler eliminare questo sottotitolo.',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Elimina sottotitolo',
|
|
152
|
+
'fabric.media.video_captions_delete_error_description': 'Impossibile eliminare il sottotitolo.',
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'Il sottotitolo è stato rimosso da questo video.',
|
|
154
154
|
'fabric.media.video_captions_enable': 'Sottotitoli',
|
|
155
155
|
'fabric.media.video_captions_select_captions': 'Seleziona sottotitoli',
|
|
156
156
|
'fabric.media.video_captions_upload_captions_form_header': 'Carica sottotitoli',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Seleziona la lingua del file',
|
|
158
|
-
'fabric.media.video_captions_upload_error_description': 'Impossibile caricare
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': 'Impossibile caricare il sottotitolo.',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Il sottotitolo per questo video è stato caricato.',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} di {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'Cursore di ricerca',
|
|
162
162
|
'fabric.media.view': 'Visualizza',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
'fabric.media.accounts': 'アカウント',
|
|
14
14
|
'fabric.media.actions': 'アクション',
|
|
15
15
|
'fabric.media.add_account': 'アカウントを追加',
|
|
16
|
-
'fabric.media.add_captions': '
|
|
16
|
+
'fabric.media.add_captions': '字幕を追加',
|
|
17
17
|
'fabric.media.alt_text_helper_message': '選択された画像を弱視の人に説明するとしたら、どのように説明しますか?',
|
|
18
18
|
'fabric.media.alt_text_label': '代替テキスト',
|
|
19
19
|
'fabric.media.annotate': '注釈',
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
93
93
|
'fabric.media.load_more_gifs': 'さらに GIF を読み込む',
|
|
94
94
|
'fabric.media.loading': '読み込み中…',
|
|
95
95
|
'fabric.media.loading_file': 'ファイルを読み込んでいます...',
|
|
96
|
-
'fabric.media.manage_captions': '
|
|
96
|
+
'fabric.media.manage_captions': '字幕を管理',
|
|
97
97
|
'fabric.media.might_be_a_hiccup': '一時的な障害の可能性があります。',
|
|
98
98
|
'fabric.media.no_gifs_found': 'もしもし? お探しの画像はこちらではありませんよね?',
|
|
99
99
|
'fabric.media.no_gifs_found_suggestion': '「{query}」に一致する結果が見つかりませんでした',
|
|
@@ -147,16 +147,16 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': '{name} からファイルをアップロード',
|
|
148
148
|
'fabric.media.upload_photo': '写真をアップロード',
|
|
149
149
|
'fabric.media.video': 'ビデオ',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': '
|
|
151
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': '
|
|
152
|
-
'fabric.media.video_captions_delete_error_description': '
|
|
153
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'この字幕を削除しますか?',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': '字幕を削除する',
|
|
152
|
+
'fabric.media.video_captions_delete_error_description': '字幕を削除できませんでした。',
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'この動画から字幕が正常に削除されました。',
|
|
154
154
|
'fabric.media.video_captions_enable': '字幕',
|
|
155
155
|
'fabric.media.video_captions_select_captions': '字幕を選択',
|
|
156
156
|
'fabric.media.video_captions_upload_captions_form_header': '字幕をアップロード',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'ファイルの言語を選択',
|
|
158
|
-
'fabric.media.video_captions_upload_error_description': '
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': '字幕をアップロードできませんでした。',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'この動画に字幕が正常にアップロードされました。',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds}。全体の長さは {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'シーク スライダー',
|
|
162
162
|
'fabric.media.view': '表示',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -147,7 +147,7 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': 'Carregar um arquivo do {name}',
|
|
148
148
|
'fabric.media.upload_photo': 'Carregar uma foto',
|
|
149
149
|
'fabric.media.video': 'vídeo',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Confirme que você
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Confirme que você quer excluir esta legenda.',
|
|
151
151
|
'fabric.media.video_captions_delete_captions_confirmation_header': 'Excluir legenda',
|
|
152
152
|
'fabric.media.video_captions_delete_error_description': 'Falha ao excluir a legenda.',
|
|
153
153
|
'fabric.media.video_captions_delete_success_description': 'A legenda foi removida com sucesso deste vídeo.',
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
'fabric.media.accounts': 'Konton',
|
|
14
14
|
'fabric.media.actions': 'Åtgärder',
|
|
15
15
|
'fabric.media.add_account': 'Lägg till konto',
|
|
16
|
-
'fabric.media.add_captions': 'Lägg till
|
|
16
|
+
'fabric.media.add_captions': 'Lägg till undertexter',
|
|
17
17
|
'fabric.media.alt_text_helper_message': 'Hur skulle du beskriva den valda bilden för någon med nedsatt syn?',
|
|
18
18
|
'fabric.media.alt_text_label': 'Alternativ text',
|
|
19
19
|
'fabric.media.annotate': 'Kommentera',
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
93
93
|
'fabric.media.load_more_gifs': 'Läs in fler GIF:ar',
|
|
94
94
|
'fabric.media.loading': 'Läser in ...',
|
|
95
95
|
'fabric.media.loading_file': 'Läser in filen …',
|
|
96
|
-
'fabric.media.manage_captions': 'Hantera
|
|
96
|
+
'fabric.media.manage_captions': 'Hantera undertexter',
|
|
97
97
|
'fabric.media.might_be_a_hiccup': 'Det är nog bara lite krångel.',
|
|
98
98
|
'fabric.media.no_gifs_found': 'Hello? Var det mig du letade efter?',
|
|
99
99
|
'fabric.media.no_gifs_found_suggestion': 'Vi kunde inte hitta några resultat för "{query}"',
|
|
@@ -147,16 +147,16 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': 'Ladda upp en fil från {name}',
|
|
148
148
|
'fabric.media.upload_photo': 'Ladda upp en bild',
|
|
149
149
|
'fabric.media.video': 'video',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Bekräfta att du vill radera
|
|
151
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Radera
|
|
152
|
-
'fabric.media.video_captions_delete_error_description': 'Det gick inte att radera
|
|
153
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Bekräfta att du vill radera undertexten.',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Radera undertext',
|
|
152
|
+
'fabric.media.video_captions_delete_error_description': 'Det gick inte att radera undertexten.',
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'Undertexten togs bort från videon.',
|
|
154
154
|
'fabric.media.video_captions_enable': 'Undertexter',
|
|
155
155
|
'fabric.media.video_captions_select_captions': 'Välj undertexter',
|
|
156
156
|
'fabric.media.video_captions_upload_captions_form_header': 'Ladda upp undertexter',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Välj filspråk',
|
|
158
|
-
'fabric.media.video_captions_upload_error_description': 'Det gick inte att ladda upp
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': 'Det gick inte att ladda upp undertexten.',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Undertexten för videon har laddats upp.',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds} av {videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'Sökreglage',
|
|
162
162
|
'fabric.media.view': 'Visa',
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -147,7 +147,7 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': '{name} kaynağından alınan dosyayı yükleyin',
|
|
148
148
|
'fabric.media.upload_photo': 'Bir fotoğraf yükleyin',
|
|
149
149
|
'fabric.media.video': 'video',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Lütfen bu alt
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Lütfen bu alt yazıyı silmek istediğinizi doğrulayın.',
|
|
151
151
|
'fabric.media.video_captions_delete_captions_confirmation_header': 'Alt Yazıyı Sil',
|
|
152
152
|
'fabric.media.video_captions_delete_error_description': 'Alt yazı silinemedi.',
|
|
153
153
|
'fabric.media.video_captions_delete_success_description': 'Alt yazı bu videodan başarıyla kaldırıldı',
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
'fabric.media.accounts': 'Tài khoản',
|
|
14
14
|
'fabric.media.actions': 'Hành động',
|
|
15
15
|
'fabric.media.add_account': 'Thêm tài khoản',
|
|
16
|
-
'fabric.media.add_captions': 'Thêm
|
|
16
|
+
'fabric.media.add_captions': 'Thêm phụ đề',
|
|
17
17
|
'fabric.media.alt_text_helper_message': 'Bạn sẽ mô tả hình ảnh đã chọn cho người có thị lực kém như thế nào?',
|
|
18
18
|
'fabric.media.alt_text_label': 'Văn bản thay thế',
|
|
19
19
|
'fabric.media.annotate': 'Chú thích',
|
|
@@ -93,7 +93,7 @@ export default {
|
|
|
93
93
|
'fabric.media.load_more_gifs': 'Tải thêm GIF',
|
|
94
94
|
'fabric.media.loading': 'Đang tải...',
|
|
95
95
|
'fabric.media.loading_file': 'Đang tải tệp...',
|
|
96
|
-
'fabric.media.manage_captions': 'Quản lý
|
|
96
|
+
'fabric.media.manage_captions': 'Quản lý phụ đề',
|
|
97
97
|
'fabric.media.might_be_a_hiccup': 'Có thể do có chút sự cố.',
|
|
98
98
|
'fabric.media.no_gifs_found': 'Xin chào? Bạn đang tìm tôi phải không nhỉ?',
|
|
99
99
|
'fabric.media.no_gifs_found_suggestion': 'Chúng tôi không thể tìm thấy bất kỳ thứ gì cho "{query}"',
|
|
@@ -147,16 +147,16 @@ export default {
|
|
|
147
147
|
'fabric.media.upload_file_from': 'Tải lên tệp từ {name}',
|
|
148
148
|
'fabric.media.upload_photo': 'Tải ảnh lên',
|
|
149
149
|
'fabric.media.video': 'video',
|
|
150
|
-
'fabric.media.video_captions_delete_captions_confirmation_description': 'Xin hãy xác nhận rằng bạn muốn xóa
|
|
151
|
-
'fabric.media.video_captions_delete_captions_confirmation_header': 'Xóa
|
|
152
|
-
'fabric.media.video_captions_delete_error_description': 'Không xóa được
|
|
153
|
-
'fabric.media.video_captions_delete_success_description': '
|
|
150
|
+
'fabric.media.video_captions_delete_captions_confirmation_description': 'Xin hãy xác nhận rằng bạn muốn xóa phụ đề này.',
|
|
151
|
+
'fabric.media.video_captions_delete_captions_confirmation_header': 'Xóa phụ đề',
|
|
152
|
+
'fabric.media.video_captions_delete_error_description': 'Không xóa được phụ đề.',
|
|
153
|
+
'fabric.media.video_captions_delete_success_description': 'Phụ đề đã bị xóa thành công khỏi video này.',
|
|
154
154
|
'fabric.media.video_captions_enable': 'Phụ đề',
|
|
155
155
|
'fabric.media.video_captions_select_captions': 'Chọn phụ đề',
|
|
156
156
|
'fabric.media.video_captions_upload_captions_form_header': 'Tải phụ đề lên',
|
|
157
157
|
'fabric.media.video_captions_upload_captions_form_language_picker': 'Chọn ngôn ngữ tệp',
|
|
158
|
-
'fabric.media.video_captions_upload_error_description': 'Không tải được
|
|
159
|
-
'fabric.media.video_captions_upload_success_description': '
|
|
158
|
+
'fabric.media.video_captions_upload_error_description': 'Không tải được phụ đề lên.',
|
|
159
|
+
'fabric.media.video_captions_upload_success_description': 'Phụ đề đã được tải lên thành công cho video này.',
|
|
160
160
|
'fabric.media.video_seeker_assistive_text_time_value': '{currentTimeHours} {currentTimeMinutes} {currentTimeSeconds}/{videoTotalHours} {videoTotalMinutes} {videoTotalSeconds}',
|
|
161
161
|
'fabric.media.video_seeker_label_assistive_text': 'Thanh trượt tìm kiếm',
|
|
162
162
|
'fabric.media.view': 'Xem',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-ui",
|
|
3
|
-
"version": "28.6.
|
|
3
|
+
"version": "28.6.4",
|
|
4
4
|
"description": "Includes common components and utilities used by other media packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,27 +27,27 @@
|
|
|
27
27
|
"@atlaskit/button": "^23.2.0",
|
|
28
28
|
"@atlaskit/code": "^17.2.0",
|
|
29
29
|
"@atlaskit/css": "^0.12.0",
|
|
30
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
30
|
+
"@atlaskit/dropdown-menu": "^16.2.0",
|
|
31
31
|
"@atlaskit/flag": "^17.2.0",
|
|
32
32
|
"@atlaskit/form": "^12.0.0",
|
|
33
|
-
"@atlaskit/icon": "^27.
|
|
33
|
+
"@atlaskit/icon": "^27.5.0",
|
|
34
34
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
35
|
-
"@atlaskit/icon-lab": "^5.
|
|
35
|
+
"@atlaskit/icon-lab": "^5.2.0",
|
|
36
36
|
"@atlaskit/legacy-custom-icons": "^0.22.0",
|
|
37
37
|
"@atlaskit/locale": "^3.0.0",
|
|
38
|
-
"@atlaskit/media-client": "^35.
|
|
38
|
+
"@atlaskit/media-client": "^35.1.0",
|
|
39
39
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
40
40
|
"@atlaskit/media-common": "^12.3.0",
|
|
41
|
-
"@atlaskit/media-state": "^1.
|
|
42
|
-
"@atlaskit/modal-dialog": "^14.
|
|
41
|
+
"@atlaskit/media-state": "^1.8.0",
|
|
42
|
+
"@atlaskit/modal-dialog": "^14.3.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
44
|
"@atlaskit/primitives": "^14.10.0",
|
|
45
45
|
"@atlaskit/range": "^9.1.0",
|
|
46
|
-
"@atlaskit/react-ufo": "^
|
|
47
|
-
"@atlaskit/select": "^21.
|
|
46
|
+
"@atlaskit/react-ufo": "^4.1.0",
|
|
47
|
+
"@atlaskit/select": "^21.2.0",
|
|
48
48
|
"@atlaskit/spinner": "^18.0.0",
|
|
49
49
|
"@atlaskit/theme": "^19.0.0",
|
|
50
|
-
"@atlaskit/tokens": "^5.
|
|
50
|
+
"@atlaskit/tokens": "^5.6.0",
|
|
51
51
|
"@atlaskit/tooltip": "^20.3.0",
|
|
52
52
|
"@atlaskit/width-detector": "^5.0.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|