@atlaskit/editor-common 76.13.3 → 76.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/cjs/i18n/cs.js +4 -0
- package/dist/cjs/i18n/da.js +4 -0
- package/dist/cjs/i18n/de.js +4 -0
- package/dist/cjs/i18n/en.js +1 -0
- package/dist/cjs/i18n/en_GB.js +1 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/es.js +29 -25
- package/dist/cjs/i18n/fi.js +4 -0
- package/dist/cjs/i18n/fr.js +4 -0
- package/dist/cjs/i18n/hu.js +4 -0
- package/dist/cjs/i18n/it.js +4 -0
- package/dist/cjs/i18n/ja.js +4 -0
- package/dist/cjs/i18n/ko.js +4 -0
- package/dist/cjs/i18n/nb.js +4 -0
- package/dist/cjs/i18n/nl.js +4 -0
- package/dist/cjs/i18n/pl.js +4 -0
- package/dist/cjs/i18n/pt_BR.js +4 -0
- package/dist/cjs/i18n/ru.js +4 -0
- package/dist/cjs/i18n/sv.js +4 -0
- package/dist/cjs/i18n/th.js +4 -0
- package/dist/cjs/i18n/tr.js +5 -1
- package/dist/cjs/i18n/uk.js +4 -0
- package/dist/cjs/i18n/vi.js +4 -0
- package/dist/cjs/i18n/zh.js +4 -0
- package/dist/cjs/i18n/zh_TW.js +4 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/preset/core-plugin.js +19 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-menu/Dropdown/index.js +2 -1
- package/dist/es2019/i18n/cs.js +4 -0
- package/dist/es2019/i18n/da.js +4 -0
- package/dist/es2019/i18n/de.js +4 -0
- package/dist/es2019/i18n/en.js +1 -0
- package/dist/es2019/i18n/en_GB.js +1 -0
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/es.js +29 -25
- package/dist/es2019/i18n/fi.js +4 -0
- package/dist/es2019/i18n/fr.js +4 -0
- package/dist/es2019/i18n/hu.js +4 -0
- package/dist/es2019/i18n/it.js +4 -0
- package/dist/es2019/i18n/ja.js +4 -0
- package/dist/es2019/i18n/ko.js +4 -0
- package/dist/es2019/i18n/nb.js +4 -0
- package/dist/es2019/i18n/nl.js +4 -0
- package/dist/es2019/i18n/pl.js +4 -0
- package/dist/es2019/i18n/pt_BR.js +4 -0
- package/dist/es2019/i18n/ru.js +4 -0
- package/dist/es2019/i18n/sv.js +4 -0
- package/dist/es2019/i18n/th.js +4 -0
- package/dist/es2019/i18n/tr.js +5 -1
- package/dist/es2019/i18n/uk.js +4 -0
- package/dist/es2019/i18n/vi.js +4 -0
- package/dist/es2019/i18n/zh.js +4 -0
- package/dist/es2019/i18n/zh_TW.js +4 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/preset/core-plugin.js +19 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-menu/Dropdown/index.js +2 -1
- package/dist/esm/i18n/cs.js +4 -0
- package/dist/esm/i18n/da.js +4 -0
- package/dist/esm/i18n/de.js +4 -0
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/es.js +29 -25
- package/dist/esm/i18n/fi.js +4 -0
- package/dist/esm/i18n/fr.js +4 -0
- package/dist/esm/i18n/hu.js +4 -0
- package/dist/esm/i18n/it.js +4 -0
- package/dist/esm/i18n/ja.js +4 -0
- package/dist/esm/i18n/ko.js +4 -0
- package/dist/esm/i18n/nb.js +4 -0
- package/dist/esm/i18n/nl.js +4 -0
- package/dist/esm/i18n/pl.js +4 -0
- package/dist/esm/i18n/pt_BR.js +4 -0
- package/dist/esm/i18n/ru.js +4 -0
- package/dist/esm/i18n/sv.js +4 -0
- package/dist/esm/i18n/th.js +4 -0
- package/dist/esm/i18n/tr.js +5 -1
- package/dist/esm/i18n/uk.js +4 -0
- package/dist/esm/i18n/vi.js +4 -0
- package/dist/esm/i18n/zh.js +4 -0
- package/dist/esm/i18n/zh_TW.js +4 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/preset/core-plugin.js +19 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-menu/Dropdown/index.js +2 -1
- package/dist/types/analytics/types/paste-events.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +4 -0
- package/dist/types/i18n/da.d.ts +4 -0
- package/dist/types/i18n/de.d.ts +4 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +4 -0
- package/dist/types/i18n/fi.d.ts +4 -0
- package/dist/types/i18n/fr.d.ts +4 -0
- package/dist/types/i18n/hu.d.ts +4 -0
- package/dist/types/i18n/it.d.ts +4 -0
- package/dist/types/i18n/ja.d.ts +4 -0
- package/dist/types/i18n/ko.d.ts +4 -0
- package/dist/types/i18n/nb.d.ts +4 -0
- package/dist/types/i18n/nl.d.ts +4 -0
- package/dist/types/i18n/pl.d.ts +4 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/ru.d.ts +4 -0
- package/dist/types/i18n/sv.d.ts +4 -0
- package/dist/types/i18n/th.d.ts +4 -0
- package/dist/types/i18n/tr.d.ts +4 -0
- package/dist/types/i18n/uk.d.ts +4 -0
- package/dist/types/i18n/vi.d.ts +4 -0
- package/dist/types/i18n/zh.d.ts +4 -0
- package/dist/types/i18n/zh_TW.d.ts +4 -0
- package/dist/types/preset/core-plugin.d.ts +17 -0
- package/dist/types/types/floating-toolbar.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/paste-events.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +4 -0
- package/dist/types-ts4.5/i18n/da.d.ts +4 -0
- package/dist/types-ts4.5/i18n/de.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/es.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +4 -0
- package/dist/types-ts4.5/i18n/it.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +4 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +4 -0
- package/dist/types-ts4.5/i18n/th.d.ts +4 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +4 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +4 -0
- package/dist/types-ts4.5/preset/core-plugin.d.ts +17 -0
- package/dist/types-ts4.5/types/floating-toolbar.d.ts +2 -1
- package/package.json +2 -2
|
@@ -22,6 +22,25 @@ var corePlugin = exports.corePlugin = function corePlugin(_ref) {
|
|
|
22
22
|
var state = editorView.state,
|
|
23
23
|
dispatch = editorView.dispatch;
|
|
24
24
|
return (0, _editorCommands.editorCommandToPMCommand)(command)(state, dispatch);
|
|
25
|
+
},
|
|
26
|
+
// Code copied from `EditorActions.focus()`
|
|
27
|
+
focus: function focus() {
|
|
28
|
+
var editorView = config === null || config === void 0 ? void 0 : config.getEditorView();
|
|
29
|
+
if (!editorView || editorView.hasFocus()) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
editorView.focus();
|
|
33
|
+
editorView.dispatch(editorView.state.tr.scrollIntoView());
|
|
34
|
+
return true;
|
|
35
|
+
},
|
|
36
|
+
// Code copied from `EditorActions.blur()`
|
|
37
|
+
blur: function blur() {
|
|
38
|
+
var editorView = config === null || config === void 0 ? void 0 : config.getEditorView();
|
|
39
|
+
if (!editorView || !editorView.hasFocus()) {
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
editorView.dom.blur();
|
|
43
|
+
return true;
|
|
25
44
|
}
|
|
26
45
|
}
|
|
27
46
|
};
|
|
@@ -24,7 +24,7 @@ var _templateObject, _templateObject2, _templateObject3;
|
|
|
24
24
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
25
25
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "76.
|
|
27
|
+
var packageVersion = "76.15.0";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -90,7 +90,8 @@ var Dropdown = exports.Dropdown = /*#__PURE__*/function (_PureComponent) {
|
|
|
90
90
|
onPlacementChanged: this.updatePopupPlacement,
|
|
91
91
|
fitHeight: fitHeight,
|
|
92
92
|
fitWidth: fitWidth,
|
|
93
|
-
zIndex: zIndex
|
|
93
|
+
zIndex: zIndex,
|
|
94
|
+
allowOutOfBounds: alignDropdownWithParentElement
|
|
94
95
|
}, /*#__PURE__*/_react.default.createElement(_ArrowKeyNavigationProvider.ArrowKeyNavigationProvider, (0, _extends2.default)({}, arrowKeyNavigationProviderOptions, {
|
|
95
96
|
closeOnTab: true,
|
|
96
97
|
handleClose: this.handleCloseAndFocus
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Text k zobrazení',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Upravit vyhledávací dotaz',
|
|
66
|
+
'fabric.editor.editDateText': 'Upravit datum',
|
|
66
67
|
'fabric.editor.editLink': 'Upravit odkaz',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Upravit barvu stavu',
|
|
70
|
+
'fabric.editor.editStatusText': 'Upravit stav',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Upravitelný obsah',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Vašemu vyhledávání neodpovídají žádné výsledky',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Zkuste vyhledat jiný termín nebo objevte nové aplikace pro produkty Atlassian.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Přejít do předvoleb odkazů',
|
|
156
159
|
'fabric.editor.status': 'Stav',
|
|
157
160
|
'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Nastavit stav',
|
|
158
162
|
'fabric.editor.story': 'Story',
|
|
159
163
|
'fabric.editor.strike': 'Přeškrtnutí',
|
|
160
164
|
'fabric.editor.subTask': 'Podúkol',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Vist tekst',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Rediger søgning',
|
|
66
|
+
'fabric.editor.editDateText': 'Rediger dato',
|
|
66
67
|
'fabric.editor.editLink': 'Redigér link',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Rediger statusfarve',
|
|
70
|
+
'fabric.editor.editStatusText': 'Rediger status',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Redigerbart indhold',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen resultater matcher din søgning',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv et andet søgeord, eller find nye apps til Atlassian-produkter.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Gå til Indstillinger for links',
|
|
156
159
|
'fabric.editor.status': 'Status',
|
|
157
160
|
'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Angiv en status',
|
|
158
162
|
'fabric.editor.story': 'Historie',
|
|
159
163
|
'fabric.editor.strike': 'Gennemstreget',
|
|
160
164
|
'fabric.editor.subTask': 'Underopgave',
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Text zum Anzeigen',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Interaktive Vorschau eines Links anzeigen',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
|
|
66
|
+
'fabric.editor.editDateText': 'Datum bearbeiten',
|
|
66
67
|
'fabric.editor.editLink': 'Link bearbeiten',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Statusfarbe bearbeiten',
|
|
70
|
+
'fabric.editor.editStatusText': 'Status bearbeiten',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Editierbarer Inhalt',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Keine Treffer für Ihre Suchanfrage',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Versuchen Sie, nach einem anderen Begriff zu suchen, oder entdecken Sie neue Apps für Atlassian-Produkte.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
|
|
156
159
|
'fabric.editor.status': 'Status',
|
|
157
160
|
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Status festlegen',
|
|
158
162
|
'fabric.editor.story': 'Story',
|
|
159
163
|
'fabric.editor.strike': 'Durchgestrichen',
|
|
160
164
|
'fabric.editor.subTask': 'Sub-Task',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -63,6 +63,7 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Text to display',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
66
|
+
'fabric.editor.editDateText': 'Edit Date',
|
|
66
67
|
'fabric.editor.editLink': 'Edit link',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
68
69
|
'fabric.editor.editStatusColor': 'Edit Status Color',
|
|
@@ -63,6 +63,7 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Text to display',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
66
|
+
'fabric.editor.editDateText': 'Edit Date',
|
|
66
67
|
'fabric.editor.editLink': 'Edit link',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
68
69
|
'fabric.editor.editStatusColor': 'Edit Status Colour',
|
|
@@ -63,6 +63,7 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Text to display',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
66
|
+
'fabric.editor.editDateText': 'Edit Date',
|
|
66
67
|
'fabric.editor.editLink': 'Edit link',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
68
69
|
'fabric.editor.editStatusColor': 'Edit Status Color',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Texto para mostrar',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Mostrar una vista previa interactiva de un enlace',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
|
|
66
|
+
'fabric.editor.editDateText': 'Editar fecha',
|
|
66
67
|
'fabric.editor.editLink': 'Editar enlace',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitar a editar',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Editar color de estado',
|
|
70
|
+
'fabric.editor.editStatusText': 'Editar estado',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Contenido editable',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'No hay nada que coincida con la búsqueda',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Intenta buscar con otro término o descubre nuevas aplicaciones para productos de Atlassian.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
156
159
|
'fabric.editor.status': 'Estado',
|
|
157
160
|
'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Establecer un estado',
|
|
158
162
|
'fabric.editor.story': 'Historia',
|
|
159
163
|
'fabric.editor.strike': 'Tachado',
|
|
160
164
|
'fabric.editor.subTask': 'Subtarea',
|
|
@@ -197,15 +201,15 @@ export default {
|
|
|
197
201
|
'fabric.editor.warningPanel.description': 'Añadir una nota de precaución en un panel de color',
|
|
198
202
|
'fabric.editor.wrapLeft': 'Ajustar a la izquierda',
|
|
199
203
|
'fabric.editor.wrapRight': 'Ajustar a la derecha',
|
|
200
|
-
'fabric.theme.blue': '
|
|
204
|
+
'fabric.theme.blue': 'Azul',
|
|
201
205
|
'fabric.theme.bold-blue': 'Azul intenso',
|
|
202
|
-
'fabric.theme.bold-gray': 'Gris
|
|
206
|
+
'fabric.theme.bold-gray': 'Gris intenso',
|
|
203
207
|
'fabric.theme.bold-green': 'Verde intenso',
|
|
204
208
|
'fabric.theme.bold-magenta': 'Magenta intenso',
|
|
205
209
|
'fabric.theme.bold-orange': 'Naranja intenso',
|
|
206
210
|
'fabric.theme.bold-purple': 'Morado intenso',
|
|
207
211
|
'fabric.theme.bold-red': 'Rojo intenso',
|
|
208
|
-
'fabric.theme.bold-teal': '
|
|
212
|
+
'fabric.theme.bold-teal': 'Verde azulado intenso',
|
|
209
213
|
'fabric.theme.bold-yellow': 'Amarillo oscuro',
|
|
210
214
|
'fabric.theme.bolder-blue': 'Azul más intenso',
|
|
211
215
|
'fabric.theme.bolder-gray': 'Gris más intenso',
|
|
@@ -216,27 +220,27 @@ export default {
|
|
|
216
220
|
'fabric.theme.bolder-red': 'Rojo más intenso',
|
|
217
221
|
'fabric.theme.bolder-teal': 'Verde azulado más intenso',
|
|
218
222
|
'fabric.theme.bolder-yellow': 'Amarillo más intenso',
|
|
219
|
-
'fabric.theme.dark-blue': '
|
|
223
|
+
'fabric.theme.dark-blue': 'Azul oscuro',
|
|
220
224
|
'fabric.theme.dark-gray': 'Gris oscuro',
|
|
221
|
-
'fabric.theme.dark-green': '
|
|
222
|
-
'fabric.theme.dark-purple': '
|
|
223
|
-
'fabric.theme.dark-red': '
|
|
224
|
-
'fabric.theme.dark-teal': '
|
|
225
|
-
'fabric.theme.dark-yellow': '
|
|
225
|
+
'fabric.theme.dark-green': 'Verde oscuro',
|
|
226
|
+
'fabric.theme.dark-purple': 'Morado oscuro',
|
|
227
|
+
'fabric.theme.dark-red': 'Rojo oscuro',
|
|
228
|
+
'fabric.theme.dark-teal': 'Verde azulado oscuro',
|
|
229
|
+
'fabric.theme.dark-yellow': 'Amarillo oscuro',
|
|
226
230
|
'fabric.theme.default': 'Predeterminado',
|
|
227
|
-
'fabric.theme.gray': '
|
|
228
|
-
'fabric.theme.green': '
|
|
229
|
-
'fabric.theme.light-blue': '
|
|
230
|
-
'fabric.theme.light-gray': '
|
|
231
|
-
'fabric.theme.light-green': '
|
|
232
|
-
'fabric.theme.light-purple': '
|
|
233
|
-
'fabric.theme.light-red': '
|
|
234
|
-
'fabric.theme.light-teal': '
|
|
235
|
-
'fabric.theme.light-yellow': '
|
|
231
|
+
'fabric.theme.gray': 'Gris',
|
|
232
|
+
'fabric.theme.green': 'Verde',
|
|
233
|
+
'fabric.theme.light-blue': 'Azul claro',
|
|
234
|
+
'fabric.theme.light-gray': 'Gris claro',
|
|
235
|
+
'fabric.theme.light-green': 'Verde claro',
|
|
236
|
+
'fabric.theme.light-purple': 'Morado claro',
|
|
237
|
+
'fabric.theme.light-red': 'Rojo claro',
|
|
238
|
+
'fabric.theme.light-teal': 'Verde azulado claro',
|
|
239
|
+
'fabric.theme.light-yellow': 'Amarillo claro',
|
|
236
240
|
'fabric.theme.magenta': 'Magenta',
|
|
237
|
-
'fabric.theme.orange': '
|
|
238
|
-
'fabric.theme.purple': '
|
|
239
|
-
'fabric.theme.red': '
|
|
241
|
+
'fabric.theme.orange': 'Naranja',
|
|
242
|
+
'fabric.theme.purple': 'Morado',
|
|
243
|
+
'fabric.theme.red': 'Rojo',
|
|
240
244
|
'fabric.theme.subtle-blue': 'Azul sutil',
|
|
241
245
|
'fabric.theme.subtle-gray': 'Gris sutil',
|
|
242
246
|
'fabric.theme.subtle-green': 'Verde sutil',
|
|
@@ -244,9 +248,9 @@ export default {
|
|
|
244
248
|
'fabric.theme.subtle-orange': 'Naranja sutil',
|
|
245
249
|
'fabric.theme.subtle-purple': 'Morado sutil',
|
|
246
250
|
'fabric.theme.subtle-red': 'Rojo sutil',
|
|
247
|
-
'fabric.theme.subtle-teal': '
|
|
251
|
+
'fabric.theme.subtle-teal': 'Verde azulado sutil',
|
|
248
252
|
'fabric.theme.subtle-yellow': 'Amarillo sutil',
|
|
249
|
-
'fabric.theme.teal': '
|
|
250
|
-
'fabric.theme.white': '
|
|
251
|
-
'fabric.theme.yellow': '
|
|
253
|
+
'fabric.theme.teal': 'Verde azulado',
|
|
254
|
+
'fabric.theme.white': 'Blanco',
|
|
255
|
+
'fabric.theme.yellow': 'Amarillo'
|
|
252
256
|
};
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Näytettävä teksti',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Näytä linkin interaktiivinen esikatselu',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Muokkaa hakukyselyä',
|
|
66
|
+
'fabric.editor.editDateText': 'Muokkaa päiväystä',
|
|
66
67
|
'fabric.editor.editLink': 'Muokkaa linkkiä',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Kutsu käyttäjä muokkaamaan',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Muokkaa tilaväriä',
|
|
70
|
+
'fabric.editor.editStatusText': 'Muokkaa tilaa',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Muokattava sisältö',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ei hakutuloksia',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Hae käyttämällä eri termiä tai tutustu uusiin Atlassian-tuotteiden sovelluksiin.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
156
159
|
'fabric.editor.status': 'Tila',
|
|
157
160
|
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Aseta tila',
|
|
158
162
|
'fabric.editor.story': 'Tarina',
|
|
159
163
|
'fabric.editor.strike': 'Yliviivaus',
|
|
160
164
|
'fabric.editor.subTask': 'Alitehtävä',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Texte à afficher',
|
|
64
64
|
'fabric.editor.ecombedDescription': "Affichez un aperçu interactif d'un lien",
|
|
65
65
|
'fabric.editor.edit.datasource': 'Modifier la requête de recherche',
|
|
66
|
+
'fabric.editor.editDateText': 'Modifier la date',
|
|
66
67
|
'fabric.editor.editLink': 'Modifier le lien',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter à modifier',
|
|
69
|
+
'fabric.editor.editStatusColor': "Modifier la couleur de l'état",
|
|
70
|
+
'fabric.editor.editStatusText': "Modifier l'état",
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Contenu éditable',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Aucun résultat pour votre recherche',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Essayez de rechercher un autre terme ou découvrez de nouvelles apps pour les produits Atlassian.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
|
|
156
159
|
'fabric.editor.status': 'État',
|
|
157
160
|
'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Définir un état',
|
|
158
162
|
'fabric.editor.story': 'Story',
|
|
159
163
|
'fabric.editor.strike': 'Barrer',
|
|
160
164
|
'fabric.editor.subTask': 'Sous-tâche',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Megjelenítendő szöveg',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Link interaktív előnézetének megjelenítése',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Keresési lekérdezés szerkesztése',
|
|
66
|
+
'fabric.editor.editDateText': 'Dátum szerkesztése',
|
|
66
67
|
'fabric.editor.editLink': 'Hivatkozás szerkesztése',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Meghívás szerkesztésre',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Állapotszín szerkesztése',
|
|
70
|
+
'fabric.editor.editStatusText': 'Állapot szerkesztése',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Szerkeszthető tartalom',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Semmi sem felel meg a keresésednek',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Próbálj más kifejezésre keresni, vagy fedezz fel új alkalmazásokat az Atlassian-termékekhez.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Ugrás a linkbeállításokhoz',
|
|
156
159
|
'fabric.editor.status': 'Állapot',
|
|
157
160
|
'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Állapot beállítása',
|
|
158
162
|
'fabric.editor.story': 'Sztori',
|
|
159
163
|
'fabric.editor.strike': 'Áthúzott',
|
|
160
164
|
'fabric.editor.subTask': 'Alfeladat',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Testo da mostrare',
|
|
64
64
|
'fabric.editor.ecombedDescription': "Visualizza un'anteprima interattiva di un link",
|
|
65
65
|
'fabric.editor.edit.datasource': 'Modifica query di ricerca',
|
|
66
|
+
'fabric.editor.editDateText': 'Modifica data',
|
|
66
67
|
'fabric.editor.editLink': 'Modifica link',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invita a modificare',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Modifica colore stato',
|
|
70
|
+
'fabric.editor.editStatusText': 'Modifica stato',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Contenuto modificabile',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Non ci sono risultati per la tua ricerca',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prova a ripetere la ricerca con un termine diverso o scopri nuove app per i prodotti Atlassian.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
|
|
156
159
|
'fabric.editor.status': 'Stato',
|
|
157
160
|
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Imposta uno stato',
|
|
158
162
|
'fabric.editor.story': 'Story',
|
|
159
163
|
'fabric.editor.strike': 'Barrato',
|
|
160
164
|
'fabric.editor.subTask': 'Sottotask',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': '表示するテキスト',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'リンクのインタラクティブなプレビューを表示します。',
|
|
65
65
|
'fabric.editor.edit.datasource': '検索クエリを編集',
|
|
66
|
+
'fabric.editor.editDateText': '日付の編集',
|
|
66
67
|
'fabric.editor.editLink': 'リンクを編集',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': '編集に招待',
|
|
69
|
+
'fabric.editor.editStatusColor': 'ステータス カラーを編集',
|
|
70
|
+
'fabric.editor.editStatusText': 'ステータスを編集',
|
|
68
71
|
'fabric.editor.editableContentLabel': '編集可能なコンテンツ',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': '検索条件に一致するデータがありませんでした',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '別の用語で検索するか、アトラシアン製品の新しいアプリを探してください。',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'リンク設定に移動',
|
|
156
159
|
'fabric.editor.status': 'ステータス',
|
|
157
160
|
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'ステータスを設定',
|
|
158
162
|
'fabric.editor.story': 'ストーリー',
|
|
159
163
|
'fabric.editor.strike': '取り消し線',
|
|
160
164
|
'fabric.editor.subTask': 'サブタスク',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': '표시할 텍스트',
|
|
64
64
|
'fabric.editor.ecombedDescription': '링크의 대화형 미리 보기 표시',
|
|
65
65
|
'fabric.editor.edit.datasource': '검색 쿼리 편집',
|
|
66
|
+
'fabric.editor.editDateText': '날짜 편집',
|
|
66
67
|
'fabric.editor.editLink': '링크 편집',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': '편집하도록 초대',
|
|
69
|
+
'fabric.editor.editStatusColor': '상태 색상 편집',
|
|
70
|
+
'fabric.editor.editStatusText': '상태 편집',
|
|
68
71
|
'fabric.editor.editableContentLabel': '편집 가능한 콘텐츠',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': '일치하는 검색 결과 없음',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '다른 용어로 검색하거나 Atlassian 제품의 새로운 앱을 찾아보세요.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': '링크 기본 설정으로 이동',
|
|
156
159
|
'fabric.editor.status': '상태',
|
|
157
160
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
161
|
+
'fabric.editor.statusPlaceholder': '상태 설정',
|
|
158
162
|
'fabric.editor.story': '스토리',
|
|
159
163
|
'fabric.editor.strike': '취소선',
|
|
160
164
|
'fabric.editor.subTask': '하위 작업',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Tekst som skal vises',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning av en kobling',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Rediger søkespørring',
|
|
66
|
+
'fabric.editor.editDateText': 'Rediger dato',
|
|
66
67
|
'fabric.editor.editLink': 'Rediger kobling',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter til å redigere',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Rediger statusfarge',
|
|
70
|
+
'fabric.editor.editStatusText': 'Rediger status',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Aktiver innhold',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen treff for søket ditt.',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv å søke med et annet uttrykk eller oppdag nye apper for Atlassian-produkter.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Gå til Koblingspreferanser',
|
|
156
159
|
'fabric.editor.status': 'Status',
|
|
157
160
|
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Angi en status',
|
|
158
162
|
'fabric.editor.story': 'Historie',
|
|
159
163
|
'fabric.editor.strike': 'Gjennomstreking',
|
|
160
164
|
'fabric.editor.subTask': 'Deloppgave',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Tekst om te tonen',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Een interactieve preview van een link weergeven',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Zoekopdracht bewerken',
|
|
66
|
+
'fabric.editor.editDateText': 'Bewerkingsdatum',
|
|
66
67
|
'fabric.editor.editLink': 'Link bewerken',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Uitnodigen om te bewerken',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Statuskleur bewerken',
|
|
70
|
+
'fabric.editor.editStatusText': 'Status bewerken',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Aanpasbare inhoud',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Er komt niets met je zoekopdracht overeen',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Probeer met een andere term te zoeken of ontdek nieuwe apps voor Atlassian-producten.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Ga naar koppelingsvoorkeuren',
|
|
156
159
|
'fabric.editor.status': 'Status',
|
|
157
160
|
'fabric.editor.status.description': 'Een aangepast statuslabel toevoegen',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Status instellen',
|
|
158
162
|
'fabric.editor.story': 'Story',
|
|
159
163
|
'fabric.editor.strike': 'Doorgehaald',
|
|
160
164
|
'fabric.editor.subTask': 'Subtaak',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Wyświetlany tekst',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Wyświetl interaktywny podgląd łącza',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Edytuj zapytanie wyszukiwania',
|
|
66
|
+
'fabric.editor.editDateText': 'Edytuj datę',
|
|
66
67
|
'fabric.editor.editLink': 'Edytuj łącze',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zaproś do edycji',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Edytuj kolor statusu',
|
|
70
|
+
'fabric.editor.editStatusText': 'Edytuj status',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Zawartość dostępna do edycji',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Brak wyników pasujących do wyszukiwania',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Spróbuj wyszukać inny termin lub zapoznaj się z nowymi aplikacjami do produktów Atlassian.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
|
|
156
159
|
'fabric.editor.status': 'Status',
|
|
157
160
|
'fabric.editor.status.description': 'Dodaj niestandardową etykietę statusu',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Ustaw status',
|
|
158
162
|
'fabric.editor.story': 'Historyjka',
|
|
159
163
|
'fabric.editor.strike': 'Przekreślenie',
|
|
160
164
|
'fabric.editor.subTask': 'Zadanie podrzędne',
|
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Texto a ser exibido',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Mostrar visualização interativa de links',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Editar consulta de pesquisa',
|
|
66
|
+
'fabric.editor.editDateText': 'Editar data',
|
|
66
67
|
'fabric.editor.editLink': 'Editar link',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Convidar para editar',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Editar cor do status',
|
|
70
|
+
'fabric.editor.editStatusText': 'Editar status',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Conteúdo editável',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Não há resultados para a pesquisa',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Pesquise com um termo diferente ou descubra apps novos para produtos Atlassian.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Ir para Preferências do link',
|
|
156
159
|
'fabric.editor.status': 'Status',
|
|
157
160
|
'fabric.editor.status.description': 'Adicionar uma categoria de status personalizado',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Definir status',
|
|
158
162
|
'fabric.editor.story': 'História',
|
|
159
163
|
'fabric.editor.strike': 'Tachado',
|
|
160
164
|
'fabric.editor.subTask': 'Subtarefa',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Текст для отображения',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Интерактивный предварительный просмотр ссылки',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Изменить поисковый запрос',
|
|
66
|
+
'fabric.editor.editDateText': 'Редактирование даты',
|
|
66
67
|
'fabric.editor.editLink': 'Изменить ссылку',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Разрешить редактировать',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Редактировать цвет статуса',
|
|
70
|
+
'fabric.editor.editStatusText': 'Редактировать статус',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Контент можно редактировать',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'По вашему запросу ничего не найдено',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Попробуйте изменить запрос или узнайте о новых приложениях для продуктов Atlassian.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Перейти к настройкам ссылок',
|
|
156
159
|
'fabric.editor.status': 'Статус',
|
|
157
160
|
'fabric.editor.status.description': 'Добавление пользовательской метки статуса',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Задать статус',
|
|
158
162
|
'fabric.editor.story': 'История',
|
|
159
163
|
'fabric.editor.strike': 'Зачеркнутый',
|
|
160
164
|
'fabric.editor.subTask': 'Подзадача',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Text att visa',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Visa en interaktiv förhandsvisning av en länk',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Redigera sökfråga',
|
|
66
|
+
'fabric.editor.editDateText': 'Redigeringsdatum',
|
|
66
67
|
'fabric.editor.editLink': 'Redigera länk',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Bjud in att redigera',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Redigera statusfärg',
|
|
70
|
+
'fabric.editor.editStatusText': 'Redigera status',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Innehåll som kan redigeras',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingenting matchar din sökning',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prova att söka med en annan term eller upptäck nya appar för Atlassian-produkter.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Gå till länkinställningar',
|
|
156
159
|
'fabric.editor.status': 'Status',
|
|
157
160
|
'fabric.editor.status.description': 'Lägg till en anpassad statusetikett',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Ange status',
|
|
158
162
|
'fabric.editor.story': 'Story',
|
|
159
163
|
'fabric.editor.strike': 'Genomstrykning',
|
|
160
164
|
'fabric.editor.subTask': 'Underordnad uppgift',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'ข้อความที่จะแสดง',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'แสดงตัวอย่างแบบโต้ตอบของลิงก์',
|
|
65
65
|
'fabric.editor.edit.datasource': 'แก้ไขคำถามการค้นหา',
|
|
66
|
+
'fabric.editor.editDateText': 'แก้ไขวันที่',
|
|
66
67
|
'fabric.editor.editLink': 'แก้ไขลิงก์',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'เชิญให้แก้ไข',
|
|
69
|
+
'fabric.editor.editStatusColor': 'แก้ไขสีสถานะ',
|
|
70
|
+
'fabric.editor.editStatusText': 'แก้ไขสถานะ',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'เนื้อหาที่แก้ไขได้',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'ไม่พบรายการที่ตรงกับสิ่งที่คุณค้นหา',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'ลองค้นหากับคำอื่นหรือสำรวจแอปใหม่ ๆ สำหรับผลิตภัณฑ์ Atlassian',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'ไปที่การตั้งค่าลิงก์',
|
|
156
159
|
'fabric.editor.status': 'สถานะ',
|
|
157
160
|
'fabric.editor.status.description': 'เพิ่มป้ายสถานะแบบกำหนดเอง',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'ตั้งค่าสถานะ',
|
|
158
162
|
'fabric.editor.story': 'เรื่องราว',
|
|
159
163
|
'fabric.editor.strike': 'ขีดฆ่า',
|
|
160
164
|
'fabric.editor.subTask': 'งานย่อย',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -49,7 +49,7 @@ export default {
|
|
|
49
49
|
'fabric.editor.createCommentInvalid': 'Yalnızca metin ve başlıklarda yorum yapabilirsiniz',
|
|
50
50
|
'fabric.editor.customPanel': 'Özel panel',
|
|
51
51
|
'fabric.editor.customPanel.description': 'Emoji ve renkli arkaplan içeren bir not ekleyin',
|
|
52
|
-
'fabric.editor.datasourceTitle': 'Arama sorgusunu
|
|
52
|
+
'fabric.editor.datasourceTitle': 'Arama sorgusunu düzenleyin',
|
|
53
53
|
'fabric.editor.date': 'Tarih',
|
|
54
54
|
'fabric.editor.date.description': 'Takvimi kullanarak tarih ekleyin',
|
|
55
55
|
'fabric.editor.decision': 'Karar',
|
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Görüntülenecek metin',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Bağlantının etkileşimli önizlemesini gösterir',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Arama sorgusunu düzenle',
|
|
66
|
+
'fabric.editor.editDateText': 'Tarihi Düzenleyin',
|
|
66
67
|
'fabric.editor.editLink': 'Bağlantıyı düzenleyin',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Düzenlemek için davet edin',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Durum Rengini Düzenle',
|
|
70
|
+
'fabric.editor.editStatusText': 'Durumu Düzenle',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Düzenlenebilir içerik',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Aramanızla eşleşen sonuç bulunamadı',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Farklı bir terim aramayı deneyin veya Atlassian ürünleri için yeni uygulamalar keşfedin.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Bağlantı Tercihlerine gidin',
|
|
156
159
|
'fabric.editor.status': 'Durum',
|
|
157
160
|
'fabric.editor.status.description': 'Özel durum etiketi ekleyin',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Durum ayarlayın',
|
|
158
162
|
'fabric.editor.story': 'Hikaye',
|
|
159
163
|
'fabric.editor.strike': 'Üstü çizili',
|
|
160
164
|
'fabric.editor.subTask': 'Alt görev',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Текст для відображення',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Показати інтерактивний попередній перегляд посилання',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Редагувати пошуковий запит',
|
|
66
|
+
'fabric.editor.editDateText': 'Змінення дати',
|
|
66
67
|
'fabric.editor.editLink': 'Редагування посилання',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Запросити для редагування',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Змінення кольору стану',
|
|
70
|
+
'fabric.editor.editStatusText': 'Змінення стану',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Вміст, що можна редагувати',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'За вашим запитом результатів не знайдено',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Спробуйте змінити пошуковий запит або перегляньте нові додатки для продуктів Atlassian.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Перейти до параметрів посилань',
|
|
156
159
|
'fabric.editor.status': 'Стан',
|
|
157
160
|
'fabric.editor.status.description': 'Додати власний стан',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Додати статус',
|
|
158
162
|
'fabric.editor.story': 'Історія',
|
|
159
163
|
'fabric.editor.strike': 'Закреслення',
|
|
160
164
|
'fabric.editor.subTask': 'Вкладене завдання',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': 'Văn bản cần hiển thị',
|
|
64
64
|
'fabric.editor.ecombedDescription': 'Hiển thị bản xem trước tương tác của một liên kết',
|
|
65
65
|
'fabric.editor.edit.datasource': 'Sửa truy vấn tìm kiếm',
|
|
66
|
+
'fabric.editor.editDateText': 'Sửa ngày',
|
|
66
67
|
'fabric.editor.editLink': 'Chỉnh sửa liên kết',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': 'Mời chỉnh sửa',
|
|
69
|
+
'fabric.editor.editStatusColor': 'Sửa màu trạng thái',
|
|
70
|
+
'fabric.editor.editStatusText': 'Sửa trạng thái',
|
|
68
71
|
'fabric.editor.editableContentLabel': 'Nội dung có thể chỉnh sửa',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Không có nội dung nào phù hợp với yêu cầu tìm kiếm của bạn',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Hãy thử tìm theo một từ khác hoặc khám phá các ứng dụng mới dành cho sản phẩm của Atlassian.',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
|
|
156
159
|
'fabric.editor.status': 'Trạng thái',
|
|
157
160
|
'fabric.editor.status.description': 'Thêm một nhãn trạng thái tùy chỉnh',
|
|
161
|
+
'fabric.editor.statusPlaceholder': 'Đặt trạng thái',
|
|
158
162
|
'fabric.editor.story': 'Câu chuyện',
|
|
159
163
|
'fabric.editor.strike': 'Gạch ngang',
|
|
160
164
|
'fabric.editor.subTask': 'Tác vụ con',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': '待显示的文本',
|
|
64
64
|
'fabric.editor.ecombedDescription': '显示链接的交互式预览',
|
|
65
65
|
'fabric.editor.edit.datasource': '编辑搜索查询',
|
|
66
|
+
'fabric.editor.editDateText': '编辑日期',
|
|
66
67
|
'fabric.editor.editLink': '编辑链接',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
|
|
69
|
+
'fabric.editor.editStatusColor': '编辑状态颜色',
|
|
70
|
+
'fabric.editor.editStatusText': '编辑状态',
|
|
68
71
|
'fabric.editor.editableContentLabel': '可编辑内容',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': '未找到与您的搜索条件相匹配的内容',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '请尝试用其他术语搜索或寻找适用于 Atlassian 产品的新应用。',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': '转到“链接首选项”',
|
|
156
159
|
'fabric.editor.status': '状态',
|
|
157
160
|
'fabric.editor.status.description': '添加自定义状态标签',
|
|
161
|
+
'fabric.editor.statusPlaceholder': '设置状态',
|
|
158
162
|
'fabric.editor.story': '故事',
|
|
159
163
|
'fabric.editor.strike': '删除线',
|
|
160
164
|
'fabric.editor.subTask': '子任务',
|