@atlaskit/media-ui 25.15.4 → 25.16.1
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 +14 -0
- package/dist/cjs/customMediaPlayer/index.js +6 -5
- package/dist/cjs/i18n/cs.js +2 -1
- package/dist/cjs/i18n/da.js +2 -1
- package/dist/cjs/i18n/de.js +2 -1
- package/dist/cjs/i18n/en.js +2 -1
- package/dist/cjs/i18n/en_GB.js +2 -1
- package/dist/cjs/i18n/en_ZZ.js +2 -1
- package/dist/cjs/i18n/es.js +2 -1
- package/dist/cjs/i18n/fi.js +2 -1
- package/dist/cjs/i18n/fr.js +2 -1
- package/dist/cjs/i18n/hu.js +2 -1
- package/dist/cjs/i18n/it.js +2 -1
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +2 -1
- package/dist/cjs/i18n/nb.js +2 -1
- package/dist/cjs/i18n/nl.js +2 -1
- package/dist/cjs/i18n/pl.js +2 -1
- package/dist/cjs/i18n/pt_BR.js +2 -1
- package/dist/cjs/i18n/ru.js +2 -1
- package/dist/cjs/i18n/sv.js +2 -1
- package/dist/cjs/i18n/th.js +2 -1
- package/dist/cjs/i18n/tr.js +2 -1
- package/dist/cjs/i18n/uk.js +2 -1
- package/dist/cjs/i18n/vi.js +2 -1
- package/dist/cjs/i18n/zh.js +2 -1
- package/dist/cjs/i18n/zh_TW.js +2 -1
- package/dist/es2019/customMediaPlayer/index.js +6 -5
- package/dist/es2019/i18n/cs.js +2 -1
- package/dist/es2019/i18n/da.js +2 -1
- package/dist/es2019/i18n/de.js +2 -1
- package/dist/es2019/i18n/en.js +2 -1
- package/dist/es2019/i18n/en_GB.js +2 -1
- package/dist/es2019/i18n/en_ZZ.js +2 -1
- package/dist/es2019/i18n/es.js +2 -1
- package/dist/es2019/i18n/fi.js +2 -1
- package/dist/es2019/i18n/fr.js +2 -1
- package/dist/es2019/i18n/hu.js +2 -1
- package/dist/es2019/i18n/it.js +2 -1
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +2 -1
- package/dist/es2019/i18n/nb.js +2 -1
- package/dist/es2019/i18n/nl.js +2 -1
- package/dist/es2019/i18n/pl.js +2 -1
- package/dist/es2019/i18n/pt_BR.js +2 -1
- package/dist/es2019/i18n/ru.js +2 -1
- package/dist/es2019/i18n/sv.js +2 -1
- package/dist/es2019/i18n/th.js +2 -1
- package/dist/es2019/i18n/tr.js +2 -1
- package/dist/es2019/i18n/uk.js +2 -1
- package/dist/es2019/i18n/vi.js +2 -1
- package/dist/es2019/i18n/zh.js +2 -1
- package/dist/es2019/i18n/zh_TW.js +2 -1
- package/dist/esm/customMediaPlayer/index.js +6 -5
- package/dist/esm/i18n/cs.js +2 -1
- package/dist/esm/i18n/da.js +2 -1
- package/dist/esm/i18n/de.js +2 -1
- package/dist/esm/i18n/en.js +2 -1
- package/dist/esm/i18n/en_GB.js +2 -1
- package/dist/esm/i18n/en_ZZ.js +2 -1
- package/dist/esm/i18n/es.js +2 -1
- package/dist/esm/i18n/fi.js +2 -1
- package/dist/esm/i18n/fr.js +2 -1
- package/dist/esm/i18n/hu.js +2 -1
- package/dist/esm/i18n/it.js +2 -1
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +2 -1
- package/dist/esm/i18n/nb.js +2 -1
- package/dist/esm/i18n/nl.js +2 -1
- package/dist/esm/i18n/pl.js +2 -1
- package/dist/esm/i18n/pt_BR.js +2 -1
- package/dist/esm/i18n/ru.js +2 -1
- package/dist/esm/i18n/sv.js +2 -1
- package/dist/esm/i18n/th.js +2 -1
- package/dist/esm/i18n/tr.js +2 -1
- package/dist/esm/i18n/uk.js +2 -1
- package/dist/esm/i18n/vi.js +2 -1
- package/dist/esm/i18n/zh.js +2 -1
- package/dist/esm/i18n/zh_TW.js +2 -1
- package/dist/types/customMediaPlayer/index.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +2 -1
- package/dist/types/i18n/da.d.ts +2 -1
- package/dist/types/i18n/de.d.ts +2 -1
- package/dist/types/i18n/en.d.ts +2 -1
- package/dist/types/i18n/en_GB.d.ts +2 -1
- package/dist/types/i18n/en_ZZ.d.ts +2 -1
- package/dist/types/i18n/es.d.ts +2 -1
- package/dist/types/i18n/fi.d.ts +2 -1
- package/dist/types/i18n/fr.d.ts +2 -1
- package/dist/types/i18n/hu.d.ts +2 -1
- package/dist/types/i18n/it.d.ts +2 -1
- package/dist/types/i18n/ja.d.ts +2 -1
- package/dist/types/i18n/ko.d.ts +2 -1
- package/dist/types/i18n/nb.d.ts +2 -1
- package/dist/types/i18n/nl.d.ts +2 -1
- package/dist/types/i18n/pl.d.ts +2 -1
- package/dist/types/i18n/pt_BR.d.ts +2 -1
- package/dist/types/i18n/ru.d.ts +2 -1
- package/dist/types/i18n/sv.d.ts +2 -1
- package/dist/types/i18n/th.d.ts +2 -1
- package/dist/types/i18n/tr.d.ts +2 -1
- package/dist/types/i18n/uk.d.ts +2 -1
- package/dist/types/i18n/vi.d.ts +2 -1
- package/dist/types/i18n/zh.d.ts +2 -1
- package/dist/types/i18n/zh_TW.d.ts +2 -1
- package/dist/types-ts4.5/customMediaPlayer/index.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -1
- package/dist/types-ts4.5/i18n/da.d.ts +2 -1
- package/dist/types-ts4.5/i18n/de.d.ts +2 -1
- package/dist/types-ts4.5/i18n/en.d.ts +2 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -1
- package/dist/types-ts4.5/i18n/es.d.ts +2 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +2 -1
- package/dist/types-ts4.5/i18n/it.d.ts +2 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +2 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +2 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +2 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -1
- package/dist/types-ts4.5/i18n/th.d.ts +2 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -1
- package/package.json +12 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/media-ui
|
|
2
2
|
|
|
3
|
+
## 25.16.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 25.16.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#152525](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/152525)
|
|
14
|
+
[`137373a63e749`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/137373a63e749) -
|
|
15
|
+
Implement `platform_media_disable_video_640p_artifact_usage` feature flag
|
|
16
|
+
|
|
3
17
|
## 25.15.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -45,6 +45,7 @@ var _playPauseBlanket = require("./playPauseBlanket");
|
|
|
45
45
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
46
46
|
var _icons = require("./icons");
|
|
47
47
|
var _getControlsWrapperClassName = require("./getControlsWrapperClassName");
|
|
48
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
48
49
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
49
50
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
50
51
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -53,7 +54,7 @@ function _createSuper(t) { var r = _isNativeReflectConstruct(); return function
|
|
|
53
54
|
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
|
|
54
55
|
// support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
|
|
55
56
|
var packageName = "@atlaskit/media-ui";
|
|
56
|
-
var packageVersion = "25.
|
|
57
|
+
var packageVersion = "25.16.1";
|
|
57
58
|
var MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
58
59
|
var SMALL_VIDEO_MAX_WIDTH = 160;
|
|
59
60
|
var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
|
@@ -444,8 +445,8 @@ var CustomMediaPlayerBase = exports.CustomMediaPlayerBase = /*#__PURE__*/functio
|
|
|
444
445
|
}
|
|
445
446
|
});
|
|
446
447
|
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "resetPendingPlayPauseToggleTimer", function () {
|
|
447
|
-
if (_this.
|
|
448
|
-
clearTimeout(_this.
|
|
448
|
+
if (_this.clickToTogglePlayTimeoutId !== undefined) {
|
|
449
|
+
clearTimeout(_this.clickToTogglePlayTimeoutId);
|
|
449
450
|
}
|
|
450
451
|
});
|
|
451
452
|
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "doubleClickToFullscreen", function () {
|
|
@@ -455,7 +456,7 @@ var CustomMediaPlayerBase = exports.CustomMediaPlayerBase = /*#__PURE__*/functio
|
|
|
455
456
|
});
|
|
456
457
|
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "togglePlayByBlanketClick", function (action) {
|
|
457
458
|
_this.resetPendingPlayPauseToggleTimer();
|
|
458
|
-
_this.
|
|
459
|
+
_this.clickToTogglePlayTimeoutId = setTimeout(function () {
|
|
459
460
|
action();
|
|
460
461
|
_this.createAndFireUIEvent('playPauseBlanketClick');
|
|
461
462
|
}, 200);
|
|
@@ -665,7 +666,7 @@ var CustomMediaPlayerBase = exports.CustomMediaPlayerBase = /*#__PURE__*/functio
|
|
|
665
666
|
alignItems: "center",
|
|
666
667
|
justifyContent: "space-between",
|
|
667
668
|
xcss: timebarWrapperStyles
|
|
668
|
-
}, /*#__PURE__*/_react.default.createElement(_styled.LeftControls, null, _this2.renderPlayPauseButton(isPlaying), isLargePlayer && _this2.renderSkipBackwardButton(skipBackward), isLargePlayer && _this2.renderSkipForwardButton(skipForward), _this2.renderVolume(videoState, actions, isLargePlayer)), /*#__PURE__*/_react.default.createElement(_styled.RightControls, null, (isMediumPlayer || isLargePlayer) && _this2.renderCurrentTime(videoState), isLargePlayer && _this2.renderHDButton(), isLargePlayer && _this2.renderSpeedControls(), _this2.renderFullScreenButton(), isLargePlayer && _this2.renderDownloadButton()))));
|
|
669
|
+
}, /*#__PURE__*/_react.default.createElement(_styled.LeftControls, null, _this2.renderPlayPauseButton(isPlaying), isLargePlayer && _this2.renderSkipBackwardButton(skipBackward), isLargePlayer && _this2.renderSkipForwardButton(skipForward), _this2.renderVolume(videoState, actions, isLargePlayer)), /*#__PURE__*/_react.default.createElement(_styled.RightControls, null, (isMediumPlayer || isLargePlayer) && _this2.renderCurrentTime(videoState), isLargePlayer && !(0, _platformFeatureFlags.fg)('platform_media_disable_video_640p_artifact_usage') && _this2.renderHDButton(), isLargePlayer && _this2.renderSpeedControls(), _this2.renderFullScreenButton(), isLargePlayer && _this2.renderDownloadButton()))));
|
|
669
670
|
}));
|
|
670
671
|
}
|
|
671
672
|
}]);
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Účty',
|
|
17
17
|
'fabric.media.actions': 'Akce',
|
|
18
18
|
'fabric.media.add_account': 'Přidat účet',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Jak byste popsali vybraný obrázek někomu se slabým zrakem?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alternativní text',
|
|
20
21
|
'fabric.media.annotate': 'Přidat poznámku',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Přesto zavřít',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Máte nějaké neuložené změny. Opravdu chcete odejít?',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Konti',
|
|
17
17
|
'fabric.media.actions': 'Handlinger',
|
|
18
18
|
'fabric.media.add_account': 'Tilføj konto',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Hvordan vil du beskrive det valgte billede for nogen med nedsat syn?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alternativ tekst',
|
|
20
21
|
'fabric.media.annotate': 'Annotér',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Luk alligevel',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Du har nogle ændringer, der ikke er gemt. Er du sikker på, at du vil forlade siden?',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Konten',
|
|
17
17
|
'fabric.media.actions': 'Aktionen',
|
|
18
18
|
'fabric.media.add_account': 'Account hinzufügen',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Wie würden Sie das ausgewählte Bild einer Person mit Sehschwäche beschreiben?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alternativtext',
|
|
20
21
|
'fabric.media.annotate': 'Kommentieren',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Trotzdem schließen',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Es sind nicht gespeicherte Änderungen vorhanden. Möchten Sie die Datei wirklich verlassen?',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Accounts',
|
|
17
17
|
'fabric.media.actions': 'Actions',
|
|
18
18
|
'fabric.media.add_account': 'Add account',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'How would you describe the selected image to someone with low vision?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alt text',
|
|
20
21
|
'fabric.media.annotate': 'Annotate',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Close anyway',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Accounts',
|
|
17
17
|
'fabric.media.actions': 'Actions',
|
|
18
18
|
'fabric.media.add_account': 'Add account',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'How would you describe the selected image to someone with low vision?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alt text',
|
|
20
21
|
'fabric.media.annotate': 'Annotate',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Close anyway',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Accounts',
|
|
17
17
|
'fabric.media.actions': 'Actions',
|
|
18
18
|
'fabric.media.add_account': 'Add account',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'How would you describe the selected image to someone with low vision?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alt text',
|
|
20
21
|
'fabric.media.annotate': 'Annotate',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Close anyway',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Cuentas',
|
|
17
17
|
'fabric.media.actions': 'Acciones',
|
|
18
18
|
'fabric.media.add_account': 'Añadir cuenta',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': '¿Cómo describirías la imagen seleccionada a una persona con problemas de visión?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Texto alternativo',
|
|
20
21
|
'fabric.media.annotate': 'Anotar',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Cerrar de todos modos',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Tienes algunos cambios sin guardar. ¿Seguro que quieres salir de aquí?',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Tilit',
|
|
17
17
|
'fabric.media.actions': 'Toiminnot',
|
|
18
18
|
'fabric.media.add_account': 'Lisää tili',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Miten kuvailisit valittua kuvaa heikkonäköiselle?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Vaihtoehtoinen teksti',
|
|
20
21
|
'fabric.media.annotate': 'Tee merkintöjä',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Sulje joka tapauksessa',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Sinulla on tallentamattomia muutoksia. Haluatko varmasti poistua?',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Comptes',
|
|
17
17
|
'fabric.media.actions': 'Actions',
|
|
18
18
|
'fabric.media.add_account': 'Ajouter un compte',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': "Comment décririez-vous l'image sélectionnée à une personne malvoyante ?",
|
|
20
|
+
'fabric.media.alt_text_label': 'Texte alternatif',
|
|
20
21
|
'fabric.media.annotate': 'Annoter',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Fermer quand même',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Certains de vos changements ne sont pas enregistrés. Voulez-vous vraiment quitter ?',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Fiókok',
|
|
17
17
|
'fabric.media.actions': 'Műveletek',
|
|
18
18
|
'fabric.media.add_account': 'Fiók hozzáadása',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Hogyan írnád körül a kiválasztott képet valakinek, aki gyengénlátó?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alternatív szöveg',
|
|
20
21
|
'fabric.media.annotate': 'Jegyzet készítése',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Bezárás mindenképpen',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Nem mentett módosításaid vannak. Biztosan elhagyod az oldalt?',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Account',
|
|
17
17
|
'fabric.media.actions': 'Azioni',
|
|
18
18
|
'fabric.media.add_account': 'Aggiungi account',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': "Come descriveresti l'immagine selezionata a una persona ipovedente?",
|
|
20
|
+
'fabric.media.alt_text_label': 'Testo alternativo',
|
|
20
21
|
'fabric.media.annotate': 'Annota',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Chiudi comunque',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Sono presenti modifiche non salvate. Vuoi davvero uscire?',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'アカウント',
|
|
17
17
|
'fabric.media.actions': 'アクション',
|
|
18
18
|
'fabric.media.add_account': 'アカウントを追加',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': '選択された画像を弱視の人に説明するとしたら、どのように説明しますか?',
|
|
20
|
+
'fabric.media.alt_text_label': '代替テキスト',
|
|
20
21
|
'fabric.media.annotate': '注釈',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': '閉じる',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': '保存されていない変更があります。保存せずに終了しますか?',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': '계정',
|
|
17
17
|
'fabric.media.actions': '작업',
|
|
18
18
|
'fabric.media.add_account': '계정 추가',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': '선택한 이미지를 시력이 낮은 사용자에게 어떻게 설명하시겠습니까?',
|
|
20
|
+
'fabric.media.alt_text_label': '대체 텍스트',
|
|
20
21
|
'fabric.media.annotate': '주석 달기',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': '그래도 닫기',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': '저장되지 않은 변경 사항이 있습니다. 나가시겠습니까?',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Kontoer',
|
|
17
17
|
'fabric.media.actions': 'Tiltak',
|
|
18
18
|
'fabric.media.add_account': 'Legg til en konto',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Hvordan vil du beskrive det valgte bildet til noen med nedsatt syn?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alternativ tekst',
|
|
20
21
|
'fabric.media.annotate': 'Kommenter',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Lukk likevel',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Du har noen ulagrede endringer. Er du sikker på at du vil forlate siden?',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Accounts',
|
|
17
17
|
'fabric.media.actions': 'Acties',
|
|
18
18
|
'fabric.media.add_account': 'Account toevoegen',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Hoe zou je de geselecteerde afbeelding beschrijven aan een slechtziend persoon?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alt-tekst',
|
|
20
21
|
'fabric.media.annotate': 'Aantekeningen maken',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Toch sluiten',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Je hebt wijzigingen die niet zijn opgeslagen. Weet je zeker dat je dit venster wilt sluiten?',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Konta',
|
|
17
17
|
'fabric.media.actions': 'Akcje',
|
|
18
18
|
'fabric.media.add_account': 'Dodaj konto',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Jak można by opisać wybrany obraz osobie słabowidzącej?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Tekst alternatywny',
|
|
20
21
|
'fabric.media.annotate': 'Dodaj adnotację',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Zamknij mimo to',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Masz niezapisane zmiany. Czy na pewno chcesz wyjść?',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Contas',
|
|
17
17
|
'fabric.media.actions': 'Ações',
|
|
18
18
|
'fabric.media.add_account': 'Adicionar conta',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Como você descreveria a imagem selecionada para alguém com baixa visão?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Texto Alt',
|
|
20
21
|
'fabric.media.annotate': 'Anotar',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Fechar mesmo assim',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Você tem algumas alterações não salvas. Você quer mesmo sair?',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Аккаунты',
|
|
17
17
|
'fabric.media.actions': 'Действия',
|
|
18
18
|
'fabric.media.add_account': 'Добавить аккаунт',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Как бы вы описали выбранное изображение слабовидящему человеку?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Альтернативный текст',
|
|
20
21
|
'fabric.media.annotate': 'Добавить примечание',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Все равно закрыть',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Некоторые изменения не сохранены. Вы действительно хотите выйти?',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Konton',
|
|
17
17
|
'fabric.media.actions': 'Åtgärder',
|
|
18
18
|
'fabric.media.add_account': 'Lägg till konto',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Hur skulle du beskriva den valda bilden för någon med nedsatt syn?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alternativ text',
|
|
20
21
|
'fabric.media.annotate': 'Kommentera',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Stäng ändå',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Du har ändringar som inte sparats. Är du säker på att du vill avsluta?',
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'บัญชี',
|
|
17
17
|
'fabric.media.actions': 'การดำเนินการ',
|
|
18
18
|
'fabric.media.add_account': 'เพิ่มบัญชี',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'คุณจะอธิบายรูปภาพที่เลือกให้กับคนที่มองเห็นไม่ชัดว่าอย่างไร',
|
|
20
|
+
'fabric.media.alt_text_label': 'ข้อความอธิบายรูปภาพ',
|
|
20
21
|
'fabric.media.annotate': 'บันทึกหมายเหตุ',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'ปิดเลย',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'คุณมีการเปลี่ยนแปลงบางรายการที่ยังไม่ได้บันทึก คุณแน่ใจหรือไม่ว่าต้องการออกจากหน้านี้',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Hesaplar',
|
|
17
17
|
'fabric.media.actions': 'Eylemler',
|
|
18
18
|
'fabric.media.add_account': 'Hesap ekle',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Seçilen görseli görme bozukluğu olan birine nasıl tarif edersiniz?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Alternatif metin',
|
|
20
21
|
'fabric.media.annotate': 'Not ekle',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Yine de kapat',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Bazı kaydedilmemiş değişiklikleriniz var. Çıkmak istediğinizden emin misiniz?',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Облікові записи',
|
|
17
17
|
'fabric.media.actions': 'Дії',
|
|
18
18
|
'fabric.media.add_account': 'Додати обліковий запис',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': 'Як би ви описали вибране зображення людині зі слабким зором?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Текст заміщення',
|
|
20
21
|
'fabric.media.annotate': 'Примітка',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Закрити',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Ви не зберегли деякі зміни. Вийти?',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': 'Tài khoản',
|
|
17
17
|
'fabric.media.actions': 'Hành động',
|
|
18
18
|
'fabric.media.add_account': 'Thêm tài khoản',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'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?',
|
|
20
|
+
'fabric.media.alt_text_label': 'Văn bản thay thế',
|
|
20
21
|
'fabric.media.annotate': 'Chú thích',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': 'Vẫn đóng',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': 'Bạn chưa lưu một số thay đổi. Bạn có chắc chắn muốn thoát không?',
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': '帐户',
|
|
17
17
|
'fabric.media.actions': '操作',
|
|
18
18
|
'fabric.media.add_account': '添加帐户',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': '您希望如何向视力较差者描述所选图像的内容?',
|
|
20
|
+
'fabric.media.alt_text_label': '替代文本',
|
|
20
21
|
'fabric.media.annotate': '标注',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': '关闭',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': '您有一些尚未保存的更改。您确定要离开吗?',
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -16,7 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.media.accounts': '帳戶',
|
|
17
17
|
'fabric.media.actions': '動作',
|
|
18
18
|
'fabric.media.add_account': '新增帳戶',
|
|
19
|
-
'fabric.media.
|
|
19
|
+
'fabric.media.alt_text_helper_message': '您會如何向視力不好的使用者描述所選圖片?',
|
|
20
|
+
'fabric.media.alt_text_label': '替代文字',
|
|
20
21
|
'fabric.media.annotate': '加上註解',
|
|
21
22
|
'fabric.media.annotate.confirmation.close.anyway': '仍要關閉',
|
|
22
23
|
'fabric.media.annotate.confirmation.content': '您有一些未儲存的變更,確定要離開嗎?',
|
|
@@ -35,8 +35,9 @@ import { PlayPauseBlanket } from './playPauseBlanket';
|
|
|
35
35
|
import Tooltip from '@atlaskit/tooltip';
|
|
36
36
|
import { SkipTenBackwardIcon, SkipTenForwardIcon } from './icons';
|
|
37
37
|
import { getControlsWrapperClassName } from './getControlsWrapperClassName';
|
|
38
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
38
39
|
const packageName = "@atlaskit/media-ui";
|
|
39
|
-
const packageVersion = "25.
|
|
40
|
+
const packageVersion = "25.16.1";
|
|
40
41
|
const MEDIUM_VIDEO_MAX_WIDTH = 400;
|
|
41
42
|
const SMALL_VIDEO_MAX_WIDTH = 160;
|
|
42
43
|
const MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
|
|
@@ -451,8 +452,8 @@ export class CustomMediaPlayerBase extends Component {
|
|
|
451
452
|
}
|
|
452
453
|
});
|
|
453
454
|
_defineProperty(this, "resetPendingPlayPauseToggleTimer", () => {
|
|
454
|
-
if (this.
|
|
455
|
-
clearTimeout(this.
|
|
455
|
+
if (this.clickToTogglePlayTimeoutId !== undefined) {
|
|
456
|
+
clearTimeout(this.clickToTogglePlayTimeoutId);
|
|
456
457
|
}
|
|
457
458
|
});
|
|
458
459
|
_defineProperty(this, "doubleClickToFullscreen", () => {
|
|
@@ -462,7 +463,7 @@ export class CustomMediaPlayerBase extends Component {
|
|
|
462
463
|
});
|
|
463
464
|
_defineProperty(this, "togglePlayByBlanketClick", action => {
|
|
464
465
|
this.resetPendingPlayPauseToggleTimer();
|
|
465
|
-
this.
|
|
466
|
+
this.clickToTogglePlayTimeoutId = setTimeout(() => {
|
|
466
467
|
action();
|
|
467
468
|
this.createAndFireUIEvent('playPauseBlanketClick');
|
|
468
469
|
}, 200);
|
|
@@ -668,7 +669,7 @@ export class CustomMediaPlayerBase extends Component {
|
|
|
668
669
|
alignItems: "center",
|
|
669
670
|
justifyContent: "space-between",
|
|
670
671
|
xcss: timebarWrapperStyles
|
|
671
|
-
}, /*#__PURE__*/React.createElement(LeftControls, null, this.renderPlayPauseButton(isPlaying), isLargePlayer && this.renderSkipBackwardButton(skipBackward), isLargePlayer && this.renderSkipForwardButton(skipForward), this.renderVolume(videoState, actions, isLargePlayer)), /*#__PURE__*/React.createElement(RightControls, null, (isMediumPlayer || isLargePlayer) && this.renderCurrentTime(videoState), isLargePlayer && this.renderHDButton(), isLargePlayer && this.renderSpeedControls(), this.renderFullScreenButton(), isLargePlayer && this.renderDownloadButton()))));
|
|
672
|
+
}, /*#__PURE__*/React.createElement(LeftControls, null, this.renderPlayPauseButton(isPlaying), isLargePlayer && this.renderSkipBackwardButton(skipBackward), isLargePlayer && this.renderSkipForwardButton(skipForward), this.renderVolume(videoState, actions, isLargePlayer)), /*#__PURE__*/React.createElement(RightControls, null, (isMediumPlayer || isLargePlayer) && this.renderCurrentTime(videoState), isLargePlayer && !fg('platform_media_disable_video_640p_artifact_usage') && this.renderHDButton(), isLargePlayer && this.renderSpeedControls(), this.renderFullScreenButton(), isLargePlayer && this.renderDownloadButton()))));
|
|
672
673
|
}));
|
|
673
674
|
}
|
|
674
675
|
}
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Účty',
|
|
11
11
|
'fabric.media.actions': 'Akce',
|
|
12
12
|
'fabric.media.add_account': 'Přidat účet',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'Jak byste popsali vybraný obrázek někomu se slabým zrakem?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Alternativní text',
|
|
14
15
|
'fabric.media.annotate': 'Přidat poznámku',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Přesto zavřít',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Máte nějaké neuložené změny. Opravdu chcete odejít?',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Konti',
|
|
11
11
|
'fabric.media.actions': 'Handlinger',
|
|
12
12
|
'fabric.media.add_account': 'Tilføj konto',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'Hvordan vil du beskrive det valgte billede for nogen med nedsat syn?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Alternativ tekst',
|
|
14
15
|
'fabric.media.annotate': 'Annotér',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Luk alligevel',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Du har nogle ændringer, der ikke er gemt. Er du sikker på, at du vil forlade siden?',
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Konten',
|
|
11
11
|
'fabric.media.actions': 'Aktionen',
|
|
12
12
|
'fabric.media.add_account': 'Account hinzufügen',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'Wie würden Sie das ausgewählte Bild einer Person mit Sehschwäche beschreiben?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Alternativtext',
|
|
14
15
|
'fabric.media.annotate': 'Kommentieren',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Trotzdem schließen',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Es sind nicht gespeicherte Änderungen vorhanden. Möchten Sie die Datei wirklich verlassen?',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Accounts',
|
|
11
11
|
'fabric.media.actions': 'Actions',
|
|
12
12
|
'fabric.media.add_account': 'Add account',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'How would you describe the selected image to someone with low vision?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Alt text',
|
|
14
15
|
'fabric.media.annotate': 'Annotate',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Close anyway',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Accounts',
|
|
11
11
|
'fabric.media.actions': 'Actions',
|
|
12
12
|
'fabric.media.add_account': 'Add account',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'How would you describe the selected image to someone with low vision?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Alt text',
|
|
14
15
|
'fabric.media.annotate': 'Annotate',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Close anyway',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Accounts',
|
|
11
11
|
'fabric.media.actions': 'Actions',
|
|
12
12
|
'fabric.media.add_account': 'Add account',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'How would you describe the selected image to someone with low vision?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Alt text',
|
|
14
15
|
'fabric.media.annotate': 'Annotate',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Close anyway',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'You have some unsaved changes. Are you sure you want to leave?',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Cuentas',
|
|
11
11
|
'fabric.media.actions': 'Acciones',
|
|
12
12
|
'fabric.media.add_account': 'Añadir cuenta',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': '¿Cómo describirías la imagen seleccionada a una persona con problemas de visión?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Texto alternativo',
|
|
14
15
|
'fabric.media.annotate': 'Anotar',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Cerrar de todos modos',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Tienes algunos cambios sin guardar. ¿Seguro que quieres salir de aquí?',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Tilit',
|
|
11
11
|
'fabric.media.actions': 'Toiminnot',
|
|
12
12
|
'fabric.media.add_account': 'Lisää tili',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'Miten kuvailisit valittua kuvaa heikkonäköiselle?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Vaihtoehtoinen teksti',
|
|
14
15
|
'fabric.media.annotate': 'Tee merkintöjä',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Sulje joka tapauksessa',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Sinulla on tallentamattomia muutoksia. Haluatko varmasti poistua?',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Comptes',
|
|
11
11
|
'fabric.media.actions': 'Actions',
|
|
12
12
|
'fabric.media.add_account': 'Ajouter un compte',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': "Comment décririez-vous l'image sélectionnée à une personne malvoyante ?",
|
|
14
|
+
'fabric.media.alt_text_label': 'Texte alternatif',
|
|
14
15
|
'fabric.media.annotate': 'Annoter',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Fermer quand même',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Certains de vos changements ne sont pas enregistrés. Voulez-vous vraiment quitter ?',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Fiókok',
|
|
11
11
|
'fabric.media.actions': 'Műveletek',
|
|
12
12
|
'fabric.media.add_account': 'Fiók hozzáadása',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'Hogyan írnád körül a kiválasztott képet valakinek, aki gyengénlátó?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Alternatív szöveg',
|
|
14
15
|
'fabric.media.annotate': 'Jegyzet készítése',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Bezárás mindenképpen',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Nem mentett módosításaid vannak. Biztosan elhagyod az oldalt?',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Account',
|
|
11
11
|
'fabric.media.actions': 'Azioni',
|
|
12
12
|
'fabric.media.add_account': 'Aggiungi account',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': "Come descriveresti l'immagine selezionata a una persona ipovedente?",
|
|
14
|
+
'fabric.media.alt_text_label': 'Testo alternativo',
|
|
14
15
|
'fabric.media.annotate': 'Annota',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Chiudi comunque',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Sono presenti modifiche non salvate. Vuoi davvero uscire?',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'アカウント',
|
|
11
11
|
'fabric.media.actions': 'アクション',
|
|
12
12
|
'fabric.media.add_account': 'アカウントを追加',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': '選択された画像を弱視の人に説明するとしたら、どのように説明しますか?',
|
|
14
|
+
'fabric.media.alt_text_label': '代替テキスト',
|
|
14
15
|
'fabric.media.annotate': '注釈',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': '閉じる',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': '保存されていない変更があります。保存せずに終了しますか?',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': '계정',
|
|
11
11
|
'fabric.media.actions': '작업',
|
|
12
12
|
'fabric.media.add_account': '계정 추가',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': '선택한 이미지를 시력이 낮은 사용자에게 어떻게 설명하시겠습니까?',
|
|
14
|
+
'fabric.media.alt_text_label': '대체 텍스트',
|
|
14
15
|
'fabric.media.annotate': '주석 달기',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': '그래도 닫기',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': '저장되지 않은 변경 사항이 있습니다. 나가시겠습니까?',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Kontoer',
|
|
11
11
|
'fabric.media.actions': 'Tiltak',
|
|
12
12
|
'fabric.media.add_account': 'Legg til en konto',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'Hvordan vil du beskrive det valgte bildet til noen med nedsatt syn?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Alternativ tekst',
|
|
14
15
|
'fabric.media.annotate': 'Kommenter',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Lukk likevel',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Du har noen ulagrede endringer. Er du sikker på at du vil forlate siden?',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Accounts',
|
|
11
11
|
'fabric.media.actions': 'Acties',
|
|
12
12
|
'fabric.media.add_account': 'Account toevoegen',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'Hoe zou je de geselecteerde afbeelding beschrijven aan een slechtziend persoon?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Alt-tekst',
|
|
14
15
|
'fabric.media.annotate': 'Aantekeningen maken',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Toch sluiten',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Je hebt wijzigingen die niet zijn opgeslagen. Weet je zeker dat je dit venster wilt sluiten?',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Konta',
|
|
11
11
|
'fabric.media.actions': 'Akcje',
|
|
12
12
|
'fabric.media.add_account': 'Dodaj konto',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'Jak można by opisać wybrany obraz osobie słabowidzącej?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Tekst alternatywny',
|
|
14
15
|
'fabric.media.annotate': 'Dodaj adnotację',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Zamknij mimo to',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Masz niezapisane zmiany. Czy na pewno chcesz wyjść?',
|
|
@@ -10,7 +10,8 @@ export default {
|
|
|
10
10
|
'fabric.media.accounts': 'Contas',
|
|
11
11
|
'fabric.media.actions': 'Ações',
|
|
12
12
|
'fabric.media.add_account': 'Adicionar conta',
|
|
13
|
-
'fabric.media.
|
|
13
|
+
'fabric.media.alt_text_helper_message': 'Como você descreveria a imagem selecionada para alguém com baixa visão?',
|
|
14
|
+
'fabric.media.alt_text_label': 'Texto Alt',
|
|
14
15
|
'fabric.media.annotate': 'Anotar',
|
|
15
16
|
'fabric.media.annotate.confirmation.close.anyway': 'Fechar mesmo assim',
|
|
16
17
|
'fabric.media.annotate.confirmation.content': 'Você tem algumas alterações não salvas. Você quer mesmo sair?',
|