@atlaskit/editor-common 107.0.6 → 107.1.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 +22 -0
- package/dist/cjs/element-browser/hooks/use-select-and-focus-on-arrow-navigation.js +2 -2
- package/dist/cjs/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/cjs/i18n/cs.js +9 -0
- package/dist/cjs/i18n/da.js +9 -0
- package/dist/cjs/i18n/de.js +8 -0
- package/dist/cjs/i18n/en.js +1 -1
- package/dist/cjs/i18n/en_GB.js +1 -1
- package/dist/cjs/i18n/en_ZZ.js +1 -1
- package/dist/cjs/i18n/es.js +9 -1
- package/dist/cjs/i18n/fi.js +8 -0
- package/dist/cjs/i18n/fr.js +9 -2
- package/dist/cjs/i18n/hr.js +10 -1
- package/dist/cjs/i18n/hu.js +9 -0
- package/dist/cjs/i18n/it.js +8 -0
- package/dist/cjs/i18n/ja.js +8 -0
- package/dist/cjs/i18n/ko.js +9 -0
- package/dist/cjs/i18n/nb.js +10 -1
- package/dist/cjs/i18n/nl.js +9 -0
- package/dist/cjs/i18n/pl.js +7 -0
- package/dist/cjs/i18n/pt_BR.js +8 -0
- package/dist/cjs/i18n/ru.js +8 -0
- package/dist/cjs/i18n/sr_RS.js +9 -1
- package/dist/cjs/i18n/sr_YR.js +902 -0
- package/dist/cjs/i18n/sv.js +8 -0
- package/dist/cjs/i18n/th.js +9 -0
- package/dist/cjs/i18n/tr.js +7 -0
- package/dist/cjs/i18n/uk.js +10 -1
- package/dist/cjs/i18n/vi.js +9 -0
- package/dist/cjs/i18n/zh.js +8 -0
- package/dist/cjs/i18n/zh_TW.js +7 -0
- package/dist/cjs/mark/index.js +6 -0
- package/dist/cjs/mark/text-formatting.js +144 -3
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/resizer.js +129 -4
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/hyperlink.js +1 -2
- package/dist/es2019/element-browser/hooks/use-select-and-focus-on-arrow-navigation.js +2 -2
- package/dist/es2019/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/es2019/i18n/cs.js +9 -0
- package/dist/es2019/i18n/da.js +9 -0
- package/dist/es2019/i18n/de.js +8 -0
- package/dist/es2019/i18n/en.js +1 -1
- package/dist/es2019/i18n/en_GB.js +1 -1
- package/dist/es2019/i18n/en_ZZ.js +1 -1
- package/dist/es2019/i18n/es.js +9 -1
- package/dist/es2019/i18n/fi.js +8 -0
- package/dist/es2019/i18n/fr.js +9 -2
- package/dist/es2019/i18n/hr.js +10 -1
- package/dist/es2019/i18n/hu.js +9 -0
- package/dist/es2019/i18n/it.js +8 -0
- package/dist/es2019/i18n/ja.js +8 -0
- package/dist/es2019/i18n/ko.js +9 -0
- package/dist/es2019/i18n/nb.js +10 -1
- package/dist/es2019/i18n/nl.js +9 -0
- package/dist/es2019/i18n/pl.js +7 -0
- package/dist/es2019/i18n/pt_BR.js +8 -0
- package/dist/es2019/i18n/ru.js +8 -0
- package/dist/es2019/i18n/sr_RS.js +9 -1
- package/dist/es2019/i18n/sr_YR.js +896 -0
- package/dist/es2019/i18n/sv.js +8 -0
- package/dist/es2019/i18n/th.js +9 -0
- package/dist/es2019/i18n/tr.js +7 -0
- package/dist/es2019/i18n/uk.js +10 -1
- package/dist/es2019/i18n/vi.js +9 -0
- package/dist/es2019/i18n/zh.js +8 -0
- package/dist/es2019/i18n/zh_TW.js +7 -0
- package/dist/es2019/mark/index.js +1 -1
- package/dist/es2019/mark/text-formatting.js +88 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/resizer.js +128 -11
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/hyperlink.js +1 -2
- package/dist/esm/element-browser/hooks/use-select-and-focus-on-arrow-navigation.js +2 -2
- package/dist/esm/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/esm/i18n/cs.js +9 -0
- package/dist/esm/i18n/da.js +9 -0
- package/dist/esm/i18n/de.js +8 -0
- package/dist/esm/i18n/en.js +1 -1
- package/dist/esm/i18n/en_GB.js +1 -1
- package/dist/esm/i18n/en_ZZ.js +1 -1
- package/dist/esm/i18n/es.js +9 -1
- package/dist/esm/i18n/fi.js +8 -0
- package/dist/esm/i18n/fr.js +9 -2
- package/dist/esm/i18n/hr.js +10 -1
- package/dist/esm/i18n/hu.js +9 -0
- package/dist/esm/i18n/it.js +8 -0
- package/dist/esm/i18n/ja.js +8 -0
- package/dist/esm/i18n/ko.js +9 -0
- package/dist/esm/i18n/nb.js +10 -1
- package/dist/esm/i18n/nl.js +9 -0
- package/dist/esm/i18n/pl.js +7 -0
- package/dist/esm/i18n/pt_BR.js +8 -0
- package/dist/esm/i18n/ru.js +8 -0
- package/dist/esm/i18n/sr_RS.js +9 -1
- package/dist/esm/i18n/sr_YR.js +896 -0
- package/dist/esm/i18n/sv.js +8 -0
- package/dist/esm/i18n/th.js +9 -0
- package/dist/esm/i18n/tr.js +7 -0
- package/dist/esm/i18n/uk.js +10 -1
- package/dist/esm/i18n/vi.js +9 -0
- package/dist/esm/i18n/zh.js +8 -0
- package/dist/esm/i18n/zh_TW.js +7 -0
- package/dist/esm/mark/index.js +1 -1
- package/dist/esm/mark/text-formatting.js +142 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/resizer.js +129 -4
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/hyperlink.js +1 -2
- package/dist/types/i18n/cs.d.ts +9 -0
- package/dist/types/i18n/da.d.ts +9 -0
- package/dist/types/i18n/de.d.ts +8 -0
- package/dist/types/i18n/es.d.ts +8 -0
- package/dist/types/i18n/fi.d.ts +8 -0
- package/dist/types/i18n/fr.d.ts +7 -0
- package/dist/types/i18n/hr.d.ts +9 -0
- package/dist/types/i18n/hu.d.ts +9 -0
- package/dist/types/i18n/it.d.ts +8 -0
- package/dist/types/i18n/ja.d.ts +8 -0
- package/dist/types/i18n/ko.d.ts +9 -0
- package/dist/types/i18n/nb.d.ts +9 -0
- package/dist/types/i18n/nl.d.ts +9 -0
- package/dist/types/i18n/pl.d.ts +7 -0
- package/dist/types/i18n/pt_BR.d.ts +8 -0
- package/dist/types/i18n/ru.d.ts +8 -0
- package/dist/types/i18n/sr_RS.d.ts +8 -0
- package/dist/types/i18n/sr_YR.d.ts +895 -0
- package/dist/types/i18n/sv.d.ts +8 -0
- package/dist/types/i18n/th.d.ts +9 -0
- package/dist/types/i18n/tr.d.ts +7 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +9 -0
- package/dist/types/i18n/zh.d.ts +8 -0
- package/dist/types/i18n/zh_TW.d.ts +7 -0
- package/dist/types/mark/index.d.ts +1 -1
- package/dist/types/mark/text-formatting.d.ts +14 -1
- package/dist/types/types/text-formatting.d.ts +1 -0
- package/dist/types/user-preferences/utils.d.ts +1 -1
- package/dist/types/utils/get-dom-ref-from-selection.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +9 -0
- package/dist/types-ts4.5/i18n/da.d.ts +9 -0
- package/dist/types-ts4.5/i18n/de.d.ts +8 -0
- package/dist/types-ts4.5/i18n/es.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +9 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -0
- package/dist/types-ts4.5/i18n/it.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +9 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +9 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +9 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +8 -0
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +8 -0
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +895 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +8 -0
- package/dist/types-ts4.5/i18n/th.d.ts +9 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +8 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +7 -0
- package/dist/types-ts4.5/mark/index.d.ts +1 -1
- package/dist/types-ts4.5/mark/text-formatting.d.ts +14 -1
- package/dist/types-ts4.5/types/text-formatting.d.ts +1 -0
- package/dist/types-ts4.5/user-preferences/utils.d.ts +1 -1
- package/dist/types-ts4.5/utils/get-dom-ref-from-selection.d.ts +1 -1
- package/package.json +3 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 107.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#173895](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173895)
|
|
8
|
+
[`6e123631d7c26`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e123631d7c26) -
|
|
9
|
+
Clean up platform_editor_interaction_api_refactor
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 107.1.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#173138](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173138)
|
|
17
|
+
[`62d4e3ae11127`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/62d4e3ae11127) -
|
|
18
|
+
[ux] [ED-27997] Change text formatting state to only consider whole selections active for marks
|
|
19
|
+
- [#174738](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/174738)
|
|
20
|
+
[`d7706f10a7c4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d7706f10a7c4b) -
|
|
21
|
+
[ux] Keyboard A11y Fix: Updated combo box experience for Insert Menu in Description section of the
|
|
22
|
+
Create Issue Modal. Now for empty state the focus will rotate between CTA and search field making
|
|
23
|
+
it easier to update search string.
|
|
24
|
+
|
|
3
25
|
## 107.0.6
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -338,9 +338,9 @@ function useSelectAndFocusOnArrowNavigation(listSize, step, canFocusViewMore, it
|
|
|
338
338
|
return;
|
|
339
339
|
}
|
|
340
340
|
if ((0, _platformFeatureFlags.fg)('jfp_a11y_fix_create_issue_no_results_link_focus')) {
|
|
341
|
-
// Handle empty state navigation
|
|
341
|
+
// Handle empty state navigation and trap focus between search and CTA
|
|
342
342
|
if (listSize === -1) {
|
|
343
|
-
if (e.key === '
|
|
343
|
+
if (e.key === 'Tab') {
|
|
344
344
|
e.preventDefault();
|
|
345
345
|
dispatch({
|
|
346
346
|
type: ACTIONS.UPDATE_STATE,
|
|
@@ -10,7 +10,6 @@ var _react = require("react");
|
|
|
10
10
|
var _react2 = require("@emotion/react");
|
|
11
11
|
var _checkMarkEditorDone = _interopRequireDefault(require("@atlaskit/icon/core/migration/check-mark--editor-done"));
|
|
12
12
|
var _menu = require("@atlaskit/menu");
|
|
13
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
14
13
|
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
15
14
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
16
15
|
var _floatingToolbar = require("../floating-toolbar");
|
|
@@ -161,7 +160,7 @@ var DropdownMenuItem = exports.DropdownMenuItem = function DropdownMenuItem(prop
|
|
|
161
160
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
162
161
|
var hasRole = function hasRole(item) {
|
|
163
162
|
var _item$domItemOptions2;
|
|
164
|
-
if ((0, _experiments.editorExperiment)('platform_editor_controls', 'variant1')
|
|
163
|
+
if ((0, _experiments.editorExperiment)('platform_editor_controls', 'variant1')) {
|
|
165
164
|
var _item$domItemOptions;
|
|
166
165
|
return ((_item$domItemOptions = item.domItemOptions) === null || _item$domItemOptions === void 0 ? void 0 : _item$domItemOptions.type) === 'item-checkbox' ? 'menuitemcheckbox' : 'menuitem';
|
|
167
166
|
}
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Vložit',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Vložit nahoru',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Vložit pod',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Vložit pod originál',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Nahradit',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Nahradit název',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Název nesmí mít více znaků než {maxLength}.',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Pokračovat v chatu',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Otevřít v chatu',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence – Agent Rovo',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Zkrátí obsah, aby byl stručnější.',
|
|
@@ -227,6 +229,7 @@ var _default = exports.default = {
|
|
|
227
229
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
228
230
|
'fabric.editor.ai.toolbar.tryAI.title': 'Vyzkoušejte AI',
|
|
229
231
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otevřít Atlassian Intelligence',
|
|
232
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Zeptat se AI {key}+'",
|
|
230
233
|
'fabric.editor.alignCenter': 'Zarovnat na střed',
|
|
231
234
|
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
232
235
|
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
@@ -258,6 +261,10 @@ var _default = exports.default = {
|
|
|
258
261
|
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
259
262
|
'fabric.editor.blockquote2': 'Citace',
|
|
260
263
|
'fabric.editor.bold': 'Tučné',
|
|
264
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Změnit velikost fragmentu kódu',
|
|
265
|
+
'fabric.editor.breakout.resizeElement': 'Změnit velikost prvku',
|
|
266
|
+
'fabric.editor.breakout.resizeExpand': 'Změnit velikost rozbalitelné sekce',
|
|
267
|
+
'fabric.editor.breakout.resizeLayout': 'Změnit velikost rozvržení',
|
|
261
268
|
'fabric.editor.breakoutFullWidthLabel': 'Celá šířka',
|
|
262
269
|
'fabric.editor.breakoutWideWidthLabel': 'Široká',
|
|
263
270
|
'fabric.editor.bug': 'Chyba',
|
|
@@ -344,6 +351,7 @@ var _default = exports.default = {
|
|
|
344
351
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
345
352
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
346
353
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
354
|
+
'fabric.editor.decreaseElementSize': 'Snížit velikost prvku',
|
|
347
355
|
'fabric.editor.decreaseSize': 'Snížit velikost tabulky nebo multimédia',
|
|
348
356
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
349
357
|
'fabric.editor.delete': 'Odstranit',
|
|
@@ -491,6 +499,7 @@ var _default = exports.default = {
|
|
|
491
499
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Rozevírací seznam s možnostmi velikosti ohraničení obrázku',
|
|
492
500
|
'fabric.editor.imageBorderSubtle': 'Útlé',
|
|
493
501
|
'fabric.editor.improvement': 'Vylepšení',
|
|
502
|
+
'fabric.editor.increaseElementSize': 'Zvýšit velikost prvku',
|
|
494
503
|
'fabric.editor.increaseSize': 'Zvýšit velikost tabulky nebo multimédia',
|
|
495
504
|
'fabric.editor.indent': 'Zvětšit odsazení',
|
|
496
505
|
'fabric.editor.info': 'Informace',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Indsæt',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Indsæt foroven',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Indsæt nedenfor',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Indsæt under original',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Erstat',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Erstat titel',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Titlen må højst indeholde {maxLength} tegn',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Fortsæt i chat',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Åbn i chat',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo-medarbejder',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Forkorter indholdet for at gøre det mere kortfattet',
|
|
@@ -226,6 +228,7 @@ var _default = exports.default = {
|
|
|
226
228
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
227
229
|
'fabric.editor.ai.toolbar.tryAI.title': 'Prøv AI',
|
|
228
230
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Åbn Atlassian Intelligence',
|
|
231
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Spørg AI {key}+'",
|
|
229
232
|
'fabric.editor.alignCenter': 'Centrér',
|
|
230
233
|
'fabric.editor.alignImageCenter': 'Centrér',
|
|
231
234
|
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
@@ -257,6 +260,10 @@ var _default = exports.default = {
|
|
|
257
260
|
'fabric.editor.blockquote.description': 'Indsæt citat',
|
|
258
261
|
'fabric.editor.blockquote2': 'Citer',
|
|
259
262
|
'fabric.editor.bold': 'Fed',
|
|
263
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Tilpas størrelse på kodestykke',
|
|
264
|
+
'fabric.editor.breakout.resizeElement': 'Tilpas størrelse på element',
|
|
265
|
+
'fabric.editor.breakout.resizeExpand': 'Tilpas størrelse på udvidelse',
|
|
266
|
+
'fabric.editor.breakout.resizeLayout': 'Tilpas størrelse på layout',
|
|
260
267
|
'fabric.editor.breakoutFullWidthLabel': 'Fuld bredde',
|
|
261
268
|
'fabric.editor.breakoutWideWidthLabel': 'Bredt',
|
|
262
269
|
'fabric.editor.bug': 'Fejl',
|
|
@@ -343,6 +350,7 @@ var _default = exports.default = {
|
|
|
343
350
|
'fabric.editor.decision': 'Beslutning',
|
|
344
351
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
345
352
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
353
|
+
'fabric.editor.decreaseElementSize': 'Reducer elementstørrelse',
|
|
346
354
|
'fabric.editor.decreaseSize': 'Reducer tabel- eller mediestørrelse',
|
|
347
355
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
348
356
|
'fabric.editor.delete': 'Slet',
|
|
@@ -490,6 +498,7 @@ var _default = exports.default = {
|
|
|
490
498
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Indstillinger for billedkant Rullemenuen størrelse',
|
|
491
499
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
492
500
|
'fabric.editor.improvement': 'Forbedring',
|
|
501
|
+
'fabric.editor.increaseElementSize': 'Øg elementstørrelse',
|
|
493
502
|
'fabric.editor.increaseSize': 'Forøg tabel- eller mediestørrelse',
|
|
494
503
|
'fabric.editor.indent': 'Ryk ind',
|
|
495
504
|
'fabric.editor.info': 'Info',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Einfügen',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Oben einfügen',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Unten einfügen',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Unter dem Original einfügen',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Ersetzen',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Titel ersetzen',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Der Titel darf nicht mehr als {maxLength} Zeichen enthalten.',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Im Chat fortfahren',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Im Chat öffnen',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Rovo-Agent von Atlassian Intelligence',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Kürzt den Inhalt, um ihn präziser zu machen',
|
|
@@ -226,6 +228,7 @@ var _default = exports.default = {
|
|
|
226
228
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
227
229
|
'fabric.editor.ai.toolbar.tryAI.title': 'AI testen',
|
|
228
230
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Atlassian Intelligence öffnen',
|
|
231
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Atlassian Intelligence fragen – {key}+'",
|
|
229
232
|
'fabric.editor.alignCenter': 'Mittig ausrichten',
|
|
230
233
|
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
231
234
|
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
@@ -257,6 +260,9 @@ var _default = exports.default = {
|
|
|
257
260
|
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
|
258
261
|
'fabric.editor.blockquote2': 'Zitieren',
|
|
259
262
|
'fabric.editor.bold': 'Fett',
|
|
263
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Größe des Code-Auszugs ändern',
|
|
264
|
+
'fabric.editor.breakout.resizeElement': 'Größe des Elements ändern',
|
|
265
|
+
'fabric.editor.breakout.resizeLayout': 'Größe des Layouts ändern',
|
|
260
266
|
'fabric.editor.breakoutFullWidthLabel': 'Volle Breite',
|
|
261
267
|
'fabric.editor.breakoutWideWidthLabel': 'Breit',
|
|
262
268
|
'fabric.editor.bug': 'Bug',
|
|
@@ -343,6 +349,7 @@ var _default = exports.default = {
|
|
|
343
349
|
'fabric.editor.decision': 'Entscheidung',
|
|
344
350
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
345
351
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
352
|
+
'fabric.editor.decreaseElementSize': 'Größe des Elements verringern',
|
|
346
353
|
'fabric.editor.decreaseSize': 'Tabellen- oder Mediengröße verringern',
|
|
347
354
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
348
355
|
'fabric.editor.delete': 'Löschen',
|
|
@@ -490,6 +497,7 @@ var _default = exports.default = {
|
|
|
490
497
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Drop-down-Menü für die Größenauswahl von Bildrändern',
|
|
491
498
|
'fabric.editor.imageBorderSubtle': 'Schmal',
|
|
492
499
|
'fabric.editor.improvement': 'Verbesserung',
|
|
500
|
+
'fabric.editor.increaseElementSize': 'Größe des Elements erhöhen',
|
|
493
501
|
'fabric.editor.increaseSize': 'Tabellen- oder Mediengröße erhöhen',
|
|
494
502
|
'fabric.editor.indent': 'Einzug vergrößern',
|
|
495
503
|
'fabric.editor.info': 'Info',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -513,7 +513,7 @@ var _default = exports.default = {
|
|
|
513
513
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
514
514
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
515
515
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
516
|
-
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the
|
|
516
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the cloud editor',
|
|
517
517
|
'fabric.editor.find': 'Find',
|
|
518
518
|
'fabric.editor.findNext': 'Find next',
|
|
519
519
|
'fabric.editor.findPrevious': 'Find previous',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -513,7 +513,7 @@ var _default = exports.default = {
|
|
|
513
513
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
514
514
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
515
515
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
516
|
-
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the
|
|
516
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the cloud editor',
|
|
517
517
|
'fabric.editor.find': 'Find',
|
|
518
518
|
'fabric.editor.findNext': 'Find next',
|
|
519
519
|
'fabric.editor.findPrevious': 'Find previous',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -513,7 +513,7 @@ var _default = exports.default = {
|
|
|
513
513
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
514
514
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
515
515
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
516
|
-
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the
|
|
516
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the cloud editor',
|
|
517
517
|
'fabric.editor.find': 'Find',
|
|
518
518
|
'fabric.editor.findNext': 'Find next',
|
|
519
519
|
'fabric.editor.findPrevious': 'Find previous',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Insertar',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insertar arriba',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insertar debajo',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Insertar debajo del original',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Reemplazar',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Reemplazar título',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'El título no puede superar los {maxLength} caracteres',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continuar en el chat',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Abrir en el chat',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Agente Rovo de Atlassian Intelligence',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Acorta el contenido para hacerlo más conciso',
|
|
@@ -227,6 +229,7 @@ var _default = exports.default = {
|
|
|
227
229
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
228
230
|
'fabric.editor.ai.toolbar.tryAI.title': 'Probar AI',
|
|
229
231
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Abrir Atlassian Intelligence',
|
|
232
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pregunta a Atlassian Intelligence {key}+'",
|
|
230
233
|
'fabric.editor.alignCenter': 'Centrar',
|
|
231
234
|
'fabric.editor.alignImageCenter': 'Centrar',
|
|
232
235
|
'fabric.editor.alignImageLeft': 'Alinear a la izquierda',
|
|
@@ -258,6 +261,9 @@ var _default = exports.default = {
|
|
|
258
261
|
'fabric.editor.blockquote.description': 'Insertar una cita o referencia',
|
|
259
262
|
'fabric.editor.blockquote2': 'Citar',
|
|
260
263
|
'fabric.editor.bold': 'Negrita',
|
|
264
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Redimensionar el fragmento de código',
|
|
265
|
+
'fabric.editor.breakout.resizeElement': 'Redimensionar el elemento',
|
|
266
|
+
'fabric.editor.breakout.resizeLayout': 'Redimensionar diseño',
|
|
261
267
|
'fabric.editor.breakoutFullWidthLabel': 'Anchura completa',
|
|
262
268
|
'fabric.editor.breakoutWideWidthLabel': 'Ancho',
|
|
263
269
|
'fabric.editor.bug': 'Error',
|
|
@@ -344,6 +350,7 @@ var _default = exports.default = {
|
|
|
344
350
|
'fabric.editor.decision': 'Decisión',
|
|
345
351
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
346
352
|
'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
|
|
353
|
+
'fabric.editor.decreaseElementSize': 'Reducir el tamaño del elemento',
|
|
347
354
|
'fabric.editor.decreaseSize': 'Reducir tamaño de tabla o elemento multimedia',
|
|
348
355
|
'fabric.editor.defaultAltText': 'Documento',
|
|
349
356
|
'fabric.editor.delete': 'Eliminar',
|
|
@@ -424,7 +431,7 @@ var _default = exports.default = {
|
|
|
424
431
|
'fabric.editor.externalMediaFile': 'Archivo multimedia externo',
|
|
425
432
|
'fabric.editor.failed_to_upload': 'Error al cargar',
|
|
426
433
|
'fabric.editor.feedbackDialog': 'Enviar comentarios',
|
|
427
|
-
'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor
|
|
434
|
+
'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor en la nube',
|
|
428
435
|
'fabric.editor.find': 'Buscar',
|
|
429
436
|
'fabric.editor.findNext': 'Buscar siguiente',
|
|
430
437
|
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
@@ -491,6 +498,7 @@ var _default = exports.default = {
|
|
|
491
498
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Menú desplegable de tamaños para los bordes de la imagen',
|
|
492
499
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
493
500
|
'fabric.editor.improvement': 'Mejora',
|
|
501
|
+
'fabric.editor.increaseElementSize': 'Aumentar el tamaño del elemento',
|
|
494
502
|
'fabric.editor.increaseSize': 'Reducir tamaño de tabla o elemento multimedia',
|
|
495
503
|
'fabric.editor.indent': 'Aplicar sangría',
|
|
496
504
|
'fabric.editor.info': 'Información',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Lisää',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Lisää alkuun',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Lisää alle',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Lisää alkuperäisen alle',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Korvaa',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Korvaa otsikko',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Otsikossa saa olla enintään {maxLength} merkkiä',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Jatka chatissa',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Avaa chatissa',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligencen Rovo-agentti',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Lyhentää sisältöä, jotta se olisi ytimekkäämpi',
|
|
@@ -227,6 +229,7 @@ var _default = exports.default = {
|
|
|
227
229
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
228
230
|
'fabric.editor.ai.toolbar.tryAI.title': 'Kokeile AI:ta',
|
|
229
231
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Avaa Atlassian Intelligence',
|
|
232
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Kysy Atlassian Intelligenceltä {key}+'",
|
|
230
233
|
'fabric.editor.alignCenter': 'Tasaa keskelle',
|
|
231
234
|
'fabric.editor.alignImageCenter': 'Tasaa keskelle',
|
|
232
235
|
'fabric.editor.alignImageLeft': 'Tasaa vasemmalle',
|
|
@@ -258,6 +261,9 @@ var _default = exports.default = {
|
|
|
258
261
|
'fabric.editor.blockquote.description': 'Lisää lainaus tai sitaatti',
|
|
259
262
|
'fabric.editor.blockquote2': 'Lainaa',
|
|
260
263
|
'fabric.editor.bold': 'Lihavoitu',
|
|
264
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Muuta koodinpätkän kokoa',
|
|
265
|
+
'fabric.editor.breakout.resizeElement': 'Muuta elementin kokoa',
|
|
266
|
+
'fabric.editor.breakout.resizeLayout': 'Muuta asettelun kokoa',
|
|
261
267
|
'fabric.editor.breakoutFullWidthLabel': 'Täysi leveys',
|
|
262
268
|
'fabric.editor.breakoutWideWidthLabel': 'Leveä',
|
|
263
269
|
'fabric.editor.bug': 'Bugi',
|
|
@@ -344,6 +350,7 @@ var _default = exports.default = {
|
|
|
344
350
|
'fabric.editor.decision': 'Päätös',
|
|
345
351
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
346
352
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
353
|
+
'fabric.editor.decreaseElementSize': 'Pienennä elementin kokoa',
|
|
347
354
|
'fabric.editor.decreaseSize': 'Vähennä taulukon/median kokoa',
|
|
348
355
|
'fabric.editor.defaultAltText': 'Asiakirja',
|
|
349
356
|
'fabric.editor.delete': 'Poista',
|
|
@@ -491,6 +498,7 @@ var _default = exports.default = {
|
|
|
491
498
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Kuvan reunavaihtoehdot, koon pudotusvalikko',
|
|
492
499
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
493
500
|
'fabric.editor.improvement': 'Parannus',
|
|
501
|
+
'fabric.editor.increaseElementSize': 'Suurenna elementin kokoa',
|
|
494
502
|
'fabric.editor.increaseSize': 'Lisää taulukon/median kokoa',
|
|
495
503
|
'fabric.editor.indent': 'Sisennys',
|
|
496
504
|
'fabric.editor.info': 'Tietoja',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Insérer',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insérer en haut',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insérer en dessous',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': "Insérer l'original en dessous",
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Remplacer',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Remplacer le titre',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Le titre ne peut pas dépasser {maxLength} caractères',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continuer dans le chat',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Ouvrir dans le chat',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Agent Rovo Atlassian Intelligence',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Raccourcit le contenu pour le rendre plus concis',
|
|
@@ -258,6 +260,9 @@ var _default = exports.default = {
|
|
|
258
260
|
'fabric.editor.blockquote.description': 'Insérer une citation',
|
|
259
261
|
'fabric.editor.blockquote2': 'Citation',
|
|
260
262
|
'fabric.editor.bold': 'Gras',
|
|
263
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Redimensionner le snippet de code',
|
|
264
|
+
'fabric.editor.breakout.resizeElement': "Redimensionner l'élément",
|
|
265
|
+
'fabric.editor.breakout.resizeLayout': 'Redimensionner la disposition',
|
|
261
266
|
'fabric.editor.breakoutFullWidthLabel': 'Pleine largeur',
|
|
262
267
|
'fabric.editor.breakoutWideWidthLabel': 'Large',
|
|
263
268
|
'fabric.editor.bug': 'Bug',
|
|
@@ -317,7 +322,7 @@ var _default = exports.default = {
|
|
|
317
322
|
'fabric.editor.configPanel.help': "Besoin d'aide ?",
|
|
318
323
|
'fabric.editor.configPanel.invalid': 'Champ non valide',
|
|
319
324
|
'fabric.editor.configPanel.required': 'Champ obligatoire',
|
|
320
|
-
'fabric.editor.configPanel.submit': '
|
|
325
|
+
'fabric.editor.configPanel.submit': 'Enregistrer',
|
|
321
326
|
'fabric.editor.copiedToClipboard': 'Copié !',
|
|
322
327
|
'fabric.editor.copyToClipboard': 'Copier',
|
|
323
328
|
'fabric.editor.cornerControl': 'Mettre le tableau en surbrillance',
|
|
@@ -344,6 +349,7 @@ var _default = exports.default = {
|
|
|
344
349
|
'fabric.editor.decision': 'Décision',
|
|
345
350
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
346
351
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
352
|
+
'fabric.editor.decreaseElementSize': "Réduire la taille de l'élément",
|
|
347
353
|
'fabric.editor.decreaseSize': 'Réduire la taille du tableau ou de la ressource',
|
|
348
354
|
'fabric.editor.defaultAltText': 'Document',
|
|
349
355
|
'fabric.editor.delete': 'Supprimer',
|
|
@@ -491,6 +497,7 @@ var _default = exports.default = {
|
|
|
491
497
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': "Menu déroulant des options de tailles de la bordure de l'image",
|
|
492
498
|
'fabric.editor.imageBorderSubtle': 'Subtile',
|
|
493
499
|
'fabric.editor.improvement': 'Amélioration',
|
|
500
|
+
'fabric.editor.increaseElementSize': "Augmenter la taille de l'élément",
|
|
494
501
|
'fabric.editor.increaseSize': 'Augmenter la taille du tableau ou de la ressource',
|
|
495
502
|
'fabric.editor.indent': 'Retrait positif',
|
|
496
503
|
'fabric.editor.info': 'Informations',
|
|
@@ -564,7 +571,7 @@ var _default = exports.default = {
|
|
|
564
571
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largeur maximale : {maxWidth} pixels',
|
|
565
572
|
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convertir en pixels',
|
|
566
573
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': "Passer d'un pourcentage à une taille de pixels fixe",
|
|
567
|
-
'fabric.editor.media.pixelEntry.submitButtonText': '
|
|
574
|
+
'fabric.editor.media.pixelEntry.submitButtonText': 'Enregistrer',
|
|
568
575
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'La validation de la largeur a échoué',
|
|
569
576
|
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
570
577
|
'fabric.editor.mediaFiles': 'Image, vidéo ou fichier',
|
package/dist/cjs/i18n/hr.js
CHANGED
|
@@ -42,9 +42,11 @@ var _default = exports.default = {
|
|
|
42
42
|
'fabric.editor.ai.config.item.action.insert': 'Umetni',
|
|
43
43
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Umetni na vrhu',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertBelow': 'Umetni ispod',
|
|
45
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Umetni ispod izvornika',
|
|
45
46
|
'fabric.editor.ai.config.item.action.replace': 'Zamijeni',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Zamijeni naslov',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Naslov ne smije biti dulji od {maxLength} znakova',
|
|
49
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Nastavi u razgovoru',
|
|
48
50
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Otvori u chatu',
|
|
49
51
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo agent',
|
|
50
52
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Skraćuje sadržaj kako bi bio sažetiji',
|
|
@@ -297,6 +299,7 @@ var _default = exports.default = {
|
|
|
297
299
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
298
300
|
'fabric.editor.ai.toolbar.tryAI.title': 'Isprobaj AI',
|
|
299
301
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otvori Atlassian Intelligence',
|
|
302
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pitaj AI {key}+'",
|
|
300
303
|
'fabric.editor.alignCenter': 'Centriraj',
|
|
301
304
|
'fabric.editor.alignImageCenter': 'Centriraj',
|
|
302
305
|
'fabric.editor.alignImageLeft': 'Poravnaj lijevo',
|
|
@@ -328,6 +331,10 @@ var _default = exports.default = {
|
|
|
328
331
|
'fabric.editor.blockquote.description': 'Umetni navod ili citat',
|
|
329
332
|
'fabric.editor.blockquote2': 'Navod',
|
|
330
333
|
'fabric.editor.bold': 'Podebljano',
|
|
334
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Promijeni veličinu isječka koda',
|
|
335
|
+
'fabric.editor.breakout.resizeElement': 'Promijeni veličinu elementa',
|
|
336
|
+
'fabric.editor.breakout.resizeExpand': 'Promijeni veličinu i proširi',
|
|
337
|
+
'fabric.editor.breakout.resizeLayout': 'Promijeni veličinu izgleda',
|
|
331
338
|
'fabric.editor.bug': 'Bug',
|
|
332
339
|
'fabric.editor.canNotSortTable': '⚠️ Ne možeš sortirati tablicu sa spojenim ćelijama',
|
|
333
340
|
'fabric.editor.cancelButton': 'Odustani',
|
|
@@ -410,6 +417,7 @@ var _default = exports.default = {
|
|
|
410
417
|
'fabric.editor.decision': 'Odluka',
|
|
411
418
|
'fabric.editor.decision.description': 'Bilježi odluke radi lakšeg praćenja',
|
|
412
419
|
'fabric.editor.decisionPlaceholder': 'Dodaj odluku...',
|
|
420
|
+
'fabric.editor.decreaseElementSize': 'Smanji veličinu elementa',
|
|
413
421
|
'fabric.editor.decreaseSize': 'Smanji veličinu tablice ili medija',
|
|
414
422
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
415
423
|
'fabric.editor.delete': 'Izbriši',
|
|
@@ -490,7 +498,7 @@ var _default = exports.default = {
|
|
|
490
498
|
'fabric.editor.externalMediaFile': 'Vanjska medijska datoteka',
|
|
491
499
|
'fabric.editor.failed_to_upload': 'Učitavanje nije uspjelo',
|
|
492
500
|
'fabric.editor.feedbackDialog': 'Pošalji povratne informacije',
|
|
493
|
-
'fabric.editor.feedbackDialog.description': '
|
|
501
|
+
'fabric.editor.feedbackDialog.description': 'Recite nam o svom iskustvu upotrebe uređivača u oblaku',
|
|
494
502
|
'fabric.editor.find': 'Pronađi',
|
|
495
503
|
'fabric.editor.findNext': 'Pronađi sljedeće',
|
|
496
504
|
'fabric.editor.findPrevious': 'Pronađi prethodno',
|
|
@@ -555,6 +563,7 @@ var _default = exports.default = {
|
|
|
555
563
|
'fabric.editor.imageBorderSize': 'Veličina',
|
|
556
564
|
'fabric.editor.imageBorderSubtle': 'Suptilno',
|
|
557
565
|
'fabric.editor.improvement': 'Poboljšanje',
|
|
566
|
+
'fabric.editor.increaseElementSize': 'Povećaj veličinu elementa',
|
|
558
567
|
'fabric.editor.increaseSize': 'Povećaj veličinu tablice ili medija',
|
|
559
568
|
'fabric.editor.indent': 'Alineja',
|
|
560
569
|
'fabric.editor.info': 'Informacije',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Beszúrás',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Beszúrás felülre',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Beszúrás alulra',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Beszúrás az eredeti alá',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Csere',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Cím lecserélése',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'A cím nem lehet hosszabb {maxLength} karakternél',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Folytatás csevegésben',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Megnyitás csevegésben',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo-ügynök',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Lerövidíti a tartalmat, hogy tömörebb legyen',
|
|
@@ -226,6 +228,7 @@ var _default = exports.default = {
|
|
|
226
228
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
227
229
|
'fabric.editor.ai.toolbar.tryAI.title': 'Az AI kipróbálása',
|
|
228
230
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Az Atlassian Intelligence megnyitása',
|
|
231
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "AI megkérdezése {key}+'",
|
|
229
232
|
'fabric.editor.alignCenter': 'Középre igazítás',
|
|
230
233
|
'fabric.editor.alignImageCenter': 'Középre igazítás',
|
|
231
234
|
'fabric.editor.alignImageLeft': 'Balra igazítás',
|
|
@@ -257,6 +260,10 @@ var _default = exports.default = {
|
|
|
257
260
|
'fabric.editor.blockquote.description': 'Idézet beszúrása',
|
|
258
261
|
'fabric.editor.blockquote2': 'Idézet',
|
|
259
262
|
'fabric.editor.bold': 'Félkövér',
|
|
263
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Kódrészlet átméretezése',
|
|
264
|
+
'fabric.editor.breakout.resizeElement': 'Elem átméretezése',
|
|
265
|
+
'fabric.editor.breakout.resizeExpand': 'Kibontás átméretezése',
|
|
266
|
+
'fabric.editor.breakout.resizeLayout': 'Elrendezés átméretezése',
|
|
260
267
|
'fabric.editor.breakoutFullWidthLabel': 'Teljes szélesség',
|
|
261
268
|
'fabric.editor.breakoutWideWidthLabel': 'Széles',
|
|
262
269
|
'fabric.editor.bug': 'Hiba',
|
|
@@ -343,6 +350,7 @@ var _default = exports.default = {
|
|
|
343
350
|
'fabric.editor.decision': 'Döntés',
|
|
344
351
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
345
352
|
'fabric.editor.decisionPlaceholder': 'Döntés hozzáadása...',
|
|
353
|
+
'fabric.editor.decreaseElementSize': 'Elemméret csökkentése',
|
|
346
354
|
'fabric.editor.decreaseSize': 'Táblázat vagy média méretének csökkentése',
|
|
347
355
|
'fabric.editor.defaultAltText': 'Dokumentum',
|
|
348
356
|
'fabric.editor.delete': 'Törlés',
|
|
@@ -490,6 +498,7 @@ var _default = exports.default = {
|
|
|
490
498
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Képkeret lehetőségei Méret legördülő menü',
|
|
491
499
|
'fabric.editor.imageBorderSubtle': 'Vékony',
|
|
492
500
|
'fabric.editor.improvement': 'Javítás',
|
|
501
|
+
'fabric.editor.increaseElementSize': 'Elemméret növelése',
|
|
493
502
|
'fabric.editor.increaseSize': 'Táblázat vagy média méretének növelése',
|
|
494
503
|
'fabric.editor.indent': 'Behúzás',
|
|
495
504
|
'fabric.editor.info': 'Információ',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Inserisci',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Inserisci sopra',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Inserisci sotto',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': "Inserisci sotto l'originale",
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Sostituisci',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Sostituisci il titolo',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Il titolo non può superare {maxLength} caratteri',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continua nella chat',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Apri nella chat',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Agente Rovo di Atlassian Intelligence',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Abbrevia il contenuto per renderlo più conciso',
|
|
@@ -257,6 +259,10 @@ var _default = exports.default = {
|
|
|
257
259
|
'fabric.editor.blockquote.description': 'Inserisci citazione',
|
|
258
260
|
'fabric.editor.blockquote2': 'Citazione',
|
|
259
261
|
'fabric.editor.bold': 'Grassetto',
|
|
262
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Ridimensiona frammento di codice',
|
|
263
|
+
'fabric.editor.breakout.resizeElement': 'Ridimensiona elemento',
|
|
264
|
+
'fabric.editor.breakout.resizeExpand': 'Ridimensiona espansione',
|
|
265
|
+
'fabric.editor.breakout.resizeLayout': 'Ridimensiona layout',
|
|
260
266
|
'fabric.editor.breakoutFullWidthLabel': 'Larghezza piena',
|
|
261
267
|
'fabric.editor.breakoutWideWidthLabel': 'Largo',
|
|
262
268
|
'fabric.editor.bug': 'Bug',
|
|
@@ -343,6 +349,7 @@ var _default = exports.default = {
|
|
|
343
349
|
'fabric.editor.decision': 'Decisione',
|
|
344
350
|
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
345
351
|
'fabric.editor.decisionPlaceholder': 'Aggiungi una decisione…',
|
|
352
|
+
'fabric.editor.decreaseElementSize': "Riduci dimensioni dell'elemento",
|
|
346
353
|
'fabric.editor.decreaseSize': "Riduci le dimensioni della tabella o dell'elemento multimediale",
|
|
347
354
|
'fabric.editor.defaultAltText': 'Documento',
|
|
348
355
|
'fabric.editor.delete': 'Elimina',
|
|
@@ -490,6 +497,7 @@ var _default = exports.default = {
|
|
|
490
497
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': "Menu a discesa delle opzioni di dimensioni per il bordo dell'immagine",
|
|
491
498
|
'fabric.editor.imageBorderSubtle': 'Sottile',
|
|
492
499
|
'fabric.editor.improvement': 'Miglioramento',
|
|
500
|
+
'fabric.editor.increaseElementSize': "Aumenta dimensioni dell'elemento",
|
|
493
501
|
'fabric.editor.increaseSize': "Aumenta le dimensioni della tabella o dell'elemento multimediale",
|
|
494
502
|
'fabric.editor.indent': 'Rientra',
|
|
495
503
|
'fabric.editor.info': 'Info',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': '挿入',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': '最上部に挿入',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': '下に挿入',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': '元のコンテンツの下に挿入',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': '置換',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'タイトルを置換',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'タイトルは {maxLength} 文字以内で入力してください',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'チャットで続行',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'チャットで開く',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo エージェント',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'コンテンツをより簡潔なものにします',
|
|
@@ -227,6 +229,7 @@ var _default = exports.default = {
|
|
|
227
229
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
228
230
|
'fabric.editor.ai.toolbar.tryAI.title': 'AI を試す',
|
|
229
231
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Atlassian Intelligence を開く',
|
|
232
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "AI に質問: {key} + '",
|
|
230
233
|
'fabric.editor.alignCenter': '中央揃え',
|
|
231
234
|
'fabric.editor.alignImageCenter': '中央揃え',
|
|
232
235
|
'fabric.editor.alignImageLeft': '左揃え',
|
|
@@ -258,6 +261,9 @@ var _default = exports.default = {
|
|
|
258
261
|
'fabric.editor.blockquote.description': '引用文を挿入',
|
|
259
262
|
'fabric.editor.blockquote2': '引用',
|
|
260
263
|
'fabric.editor.bold': '太字',
|
|
264
|
+
'fabric.editor.breakout.resizeCodeBlock': 'コード スニペットのサイズを変更',
|
|
265
|
+
'fabric.editor.breakout.resizeElement': '要素のサイズを変更',
|
|
266
|
+
'fabric.editor.breakout.resizeLayout': 'レイアウト サイズを変更',
|
|
261
267
|
'fabric.editor.breakoutFullWidthLabel': '全幅',
|
|
262
268
|
'fabric.editor.breakoutWideWidthLabel': '広い',
|
|
263
269
|
'fabric.editor.bug': 'バグ',
|
|
@@ -344,6 +350,7 @@ var _default = exports.default = {
|
|
|
344
350
|
'fabric.editor.decision': '決定事項',
|
|
345
351
|
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
346
352
|
'fabric.editor.decisionPlaceholder': '決定事項を追加…',
|
|
353
|
+
'fabric.editor.decreaseElementSize': '要素のサイズを縮小',
|
|
347
354
|
'fabric.editor.decreaseSize': '表またはメディアのサイズを小さくする',
|
|
348
355
|
'fabric.editor.defaultAltText': 'ドキュメント',
|
|
349
356
|
'fabric.editor.delete': '削除',
|
|
@@ -491,6 +498,7 @@ var _default = exports.default = {
|
|
|
491
498
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'イメージ枠線オプションの [サイズ] ドロップダウン',
|
|
492
499
|
'fabric.editor.imageBorderSubtle': '細',
|
|
493
500
|
'fabric.editor.improvement': '改善',
|
|
501
|
+
'fabric.editor.increaseElementSize': '要素のサイズを拡大',
|
|
494
502
|
'fabric.editor.increaseSize': '表またはメディアのサイズを大きくする',
|
|
495
503
|
'fabric.editor.indent': 'インデント',
|
|
496
504
|
'fabric.editor.info': '情報',
|