@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/dist/esm/i18n/nb.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Sett inn',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Sett inn øverst',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Sett inn under',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Sett inn under originalen',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Erstatt',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Erstatt tittel',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Tittelen kan ikke inneholde mer enn {maxLength} tegn',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Fortsett i chat',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Åpne i Chat',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Rovo-agent for Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Forkorter innholdet for å gjøre det mer konsist',
|
|
@@ -220,6 +222,7 @@ export default {
|
|
|
220
222
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
221
223
|
'fabric.editor.ai.toolbar.tryAI.title': 'Prøv AI',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Åpne Atlassian Intelligence',
|
|
225
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Spør AI {key}+'",
|
|
223
226
|
'fabric.editor.alignCenter': 'Midtjustert',
|
|
224
227
|
'fabric.editor.alignImageCenter': 'Midtjustert',
|
|
225
228
|
'fabric.editor.alignImageLeft': 'Venstrejustert',
|
|
@@ -251,6 +254,10 @@ export default {
|
|
|
251
254
|
'fabric.editor.blockquote.description': 'Sett inn et sitat',
|
|
252
255
|
'fabric.editor.blockquote2': 'Sitat',
|
|
253
256
|
'fabric.editor.bold': 'Fet',
|
|
257
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Endre størrelse på kodesnutt',
|
|
258
|
+
'fabric.editor.breakout.resizeElement': 'Endre størrelse på element',
|
|
259
|
+
'fabric.editor.breakout.resizeExpand': 'Endre størrelse for å gjøre større',
|
|
260
|
+
'fabric.editor.breakout.resizeLayout': 'Endre størrelse på oppsett',
|
|
254
261
|
'fabric.editor.breakoutFullWidthLabel': 'Full bredde',
|
|
255
262
|
'fabric.editor.breakoutWideWidthLabel': 'Bred',
|
|
256
263
|
'fabric.editor.bug': 'Programfeil',
|
|
@@ -337,6 +344,7 @@ export default {
|
|
|
337
344
|
'fabric.editor.decision': 'Beslutning',
|
|
338
345
|
'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
|
|
339
346
|
'fabric.editor.decisionPlaceholder': 'Legg til en beslutning …',
|
|
347
|
+
'fabric.editor.decreaseElementSize': 'Reduser elementstørrelsen',
|
|
340
348
|
'fabric.editor.decreaseSize': 'Reduser størrelsen på tabellen eller mediet',
|
|
341
349
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
342
350
|
'fabric.editor.delete': 'Slett',
|
|
@@ -417,7 +425,7 @@ export default {
|
|
|
417
425
|
'fabric.editor.externalMediaFile': 'Ekstern mediefil',
|
|
418
426
|
'fabric.editor.failed_to_upload': 'Kan ikke laste opp',
|
|
419
427
|
'fabric.editor.feedbackDialog': 'Gi en tilbakemelding',
|
|
420
|
-
'fabric.editor.feedbackDialog.description': 'Fortell oss
|
|
428
|
+
'fabric.editor.feedbackDialog.description': 'Fortell oss hva du synes om skyredigeringsprogrammet',
|
|
421
429
|
'fabric.editor.find': 'Finn',
|
|
422
430
|
'fabric.editor.findNext': 'Finn neste',
|
|
423
431
|
'fabric.editor.findPrevious': 'Finn forrige',
|
|
@@ -484,6 +492,7 @@ export default {
|
|
|
484
492
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Alternativer for bildekant – rullegardinmeny for størrelse',
|
|
485
493
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
486
494
|
'fabric.editor.improvement': 'Forbedring',
|
|
495
|
+
'fabric.editor.increaseElementSize': 'Øk elementstørrelsen',
|
|
487
496
|
'fabric.editor.increaseSize': 'Øk størrelsen på tabellen eller mediet',
|
|
488
497
|
'fabric.editor.indent': 'Innrykk',
|
|
489
498
|
'fabric.editor.info': 'Informasjon',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Invoegen',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Bovenaan invoegen',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Onderaan invoegen',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Invoegen onder oorspronkelijke inhoud',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Vervangen',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Titel vervangen',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Titel mag niet langer dan {maxLength} tekens zijn',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Verdergaan in chat',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Openen in de chat',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Maakt de inhoud korter en beknopter',
|
|
@@ -220,6 +222,7 @@ export default {
|
|
|
220
222
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
221
223
|
'fabric.editor.ai.toolbar.tryAI.title': 'Probeer AI',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Open Atlassian Intelligence',
|
|
225
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Vraag AI {key}+'",
|
|
223
226
|
'fabric.editor.alignCenter': 'Uitlijnen centreren',
|
|
224
227
|
'fabric.editor.alignImageCenter': 'Uitlijnen centreren',
|
|
225
228
|
'fabric.editor.alignImageLeft': 'Links uitlijnen',
|
|
@@ -251,6 +254,10 @@ export default {
|
|
|
251
254
|
'fabric.editor.blockquote.description': 'Voeg een citaat in',
|
|
252
255
|
'fabric.editor.blockquote2': 'Citeren',
|
|
253
256
|
'fabric.editor.bold': 'Vet',
|
|
257
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Grootte van codesnippet aanpassen',
|
|
258
|
+
'fabric.editor.breakout.resizeElement': 'Grootte van element wijzigen',
|
|
259
|
+
'fabric.editor.breakout.resizeExpand': 'Grootte van uitbreiding aanpassen',
|
|
260
|
+
'fabric.editor.breakout.resizeLayout': 'Grootte van de lay-out wijzigen',
|
|
254
261
|
'fabric.editor.breakoutFullWidthLabel': 'Volledige breedte',
|
|
255
262
|
'fabric.editor.breakoutWideWidthLabel': 'Breed',
|
|
256
263
|
'fabric.editor.bug': 'Bug',
|
|
@@ -337,6 +344,7 @@ export default {
|
|
|
337
344
|
'fabric.editor.decision': 'Beslissing',
|
|
338
345
|
'fabric.editor.decision.description': 'Beslissingen vastleggen zodat deze eenvoudig te traceren zijn',
|
|
339
346
|
'fabric.editor.decisionPlaceholder': 'Beslissing toevoegen...',
|
|
347
|
+
'fabric.editor.decreaseElementSize': 'Elementgrootte verkleinen',
|
|
340
348
|
'fabric.editor.decreaseSize': 'Grootte van tabel of media verkleinen',
|
|
341
349
|
'fabric.editor.defaultAltText': 'Document',
|
|
342
350
|
'fabric.editor.delete': 'Verwijderen',
|
|
@@ -484,6 +492,7 @@ export default {
|
|
|
484
492
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Opties voor rand van de afbeelding, vervolgkeuzelijst voor grootte',
|
|
485
493
|
'fabric.editor.imageBorderSubtle': 'Subtiel',
|
|
486
494
|
'fabric.editor.improvement': 'Verbetering',
|
|
495
|
+
'fabric.editor.increaseElementSize': 'Elementgrootte vergroten',
|
|
487
496
|
'fabric.editor.increaseSize': 'Grootte van tabel of media vergroten',
|
|
488
497
|
'fabric.editor.indent': 'Inspringen',
|
|
489
498
|
'fabric.editor.info': 'Informatie',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Wstaw',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Wstaw na początku',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Wstaw poniżej',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Wstaw poniżej oryginału',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Zamień',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Zamień tytuł',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Długość tytułu nie może przekraczać {maxLength} znaków',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Kontynuuj na czacie',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Otwórz na czacie',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Agent Rovo Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Skraca treść, aby była bardziej zwięzła.',
|
|
@@ -252,6 +254,9 @@ export default {
|
|
|
252
254
|
'fabric.editor.blockquote.description': 'Wstaw cytat',
|
|
253
255
|
'fabric.editor.blockquote2': 'Cytat',
|
|
254
256
|
'fabric.editor.bold': 'Pogrubienie',
|
|
257
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Zmień rozmiar fragmentu kodu',
|
|
258
|
+
'fabric.editor.breakout.resizeElement': 'Zmień rozmiar elementu',
|
|
259
|
+
'fabric.editor.breakout.resizeLayout': 'Zmień rozmiar układu',
|
|
255
260
|
'fabric.editor.breakoutFullWidthLabel': 'Tryb pełnej szerokości',
|
|
256
261
|
'fabric.editor.breakoutWideWidthLabel': 'Tryb szeroki',
|
|
257
262
|
'fabric.editor.bug': 'Błąd',
|
|
@@ -338,6 +343,7 @@ export default {
|
|
|
338
343
|
'fabric.editor.decision': 'Decyzja',
|
|
339
344
|
'fabric.editor.decision.description': 'Obserwuj decyzje, aby łatwo je śledzić',
|
|
340
345
|
'fabric.editor.decisionPlaceholder': 'Dodaj decyzję…',
|
|
346
|
+
'fabric.editor.decreaseElementSize': 'Zmniejsz rozmiar elementu',
|
|
341
347
|
'fabric.editor.decreaseSize': 'Zmniejsz rozmiar tabeli lub multimediów',
|
|
342
348
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
343
349
|
'fabric.editor.delete': 'Usuń',
|
|
@@ -485,6 +491,7 @@ export default {
|
|
|
485
491
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Opcje obramowania obrazu Menu rozwijane rozmiaru',
|
|
486
492
|
'fabric.editor.imageBorderSubtle': 'Delikatny',
|
|
487
493
|
'fabric.editor.improvement': 'Ulepszenie',
|
|
494
|
+
'fabric.editor.increaseElementSize': 'Zwiększ rozmiar elementu',
|
|
488
495
|
'fabric.editor.increaseSize': 'Zwiększ rozmiar tabeli lub multimediów',
|
|
489
496
|
'fabric.editor.indent': 'Zwiększ wcięcie',
|
|
490
497
|
'fabric.editor.info': 'Informacje',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Inserir',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Inserir na parte superior',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Inserir na parte inferior',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Insira abaixo do original',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Substituir',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Substituir título',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'O título não pode exceder {maxLength} caracteres',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continue no chat',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Abrir no bate-papo',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Agente Rovo do Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Reduz o conteúdo para que ele fique mais conciso',
|
|
@@ -219,6 +221,7 @@ export default {
|
|
|
219
221
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
220
222
|
'fabric.editor.ai.toolbar.tryAI.title': 'Teste o AI',
|
|
221
223
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Abrir o Atlassian Intelligence',
|
|
224
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pergunte ao AI {key}+'",
|
|
222
225
|
'fabric.editor.alignCenter': 'Alinhar ao centro',
|
|
223
226
|
'fabric.editor.alignImageCenter': 'Alinhar ao centro',
|
|
224
227
|
'fabric.editor.alignImageLeft': 'Alinhar à esquerda',
|
|
@@ -250,6 +253,9 @@ export default {
|
|
|
250
253
|
'fabric.editor.blockquote.description': 'Inserir cotação ou citação',
|
|
251
254
|
'fabric.editor.blockquote2': 'Citar',
|
|
252
255
|
'fabric.editor.bold': 'Negrito',
|
|
256
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Redimensionar trecho de código',
|
|
257
|
+
'fabric.editor.breakout.resizeElement': 'Redimensionar elemento',
|
|
258
|
+
'fabric.editor.breakout.resizeLayout': 'Redimensionar layout',
|
|
253
259
|
'fabric.editor.breakoutFullWidthLabel': 'Largura total',
|
|
254
260
|
'fabric.editor.breakoutWideWidthLabel': 'Largo',
|
|
255
261
|
'fabric.editor.bug': 'Bug',
|
|
@@ -336,6 +342,7 @@ export default {
|
|
|
336
342
|
'fabric.editor.decision': 'Decisão',
|
|
337
343
|
'fabric.editor.decision.description': 'Registre decisões para facilitar o acompanhamento',
|
|
338
344
|
'fabric.editor.decisionPlaceholder': 'Adicionar uma decisão...',
|
|
345
|
+
'fabric.editor.decreaseElementSize': 'Diminuir o tamanho do elemento',
|
|
339
346
|
'fabric.editor.decreaseSize': 'Diminuir tamanho da tabela ou imagem',
|
|
340
347
|
'fabric.editor.defaultAltText': 'Documento',
|
|
341
348
|
'fabric.editor.delete': 'Excluir',
|
|
@@ -483,6 +490,7 @@ export default {
|
|
|
483
490
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Menu suspenso com opções de tamanhos para a borda da imagem',
|
|
484
491
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
485
492
|
'fabric.editor.improvement': 'Melhoria',
|
|
493
|
+
'fabric.editor.increaseElementSize': 'Aumentar o tamanho do elemento',
|
|
486
494
|
'fabric.editor.increaseSize': 'Aumentar tamanho da tabela ou imagem',
|
|
487
495
|
'fabric.editor.indent': 'Recuo',
|
|
488
496
|
'fabric.editor.info': 'Informações',
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Вставить',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Вставить сверху',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Вставить снизу',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Вставить после оригинала',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Заменить',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Заменить заголовок',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Максимальное количество символов в заголовке — {maxLength}',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Продолжить в чате',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Открыть в чате',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Агент Rovo на базе Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Сокращает контент, чтобы сделать его более емким.',
|
|
@@ -221,6 +223,7 @@ export default {
|
|
|
221
223
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.title': 'Попробовать AI',
|
|
223
225
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Открыть Atlassian Intelligence',
|
|
226
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Задать вопрос ИИ {key} + '",
|
|
224
227
|
'fabric.editor.alignCenter': 'Выровнять по центру',
|
|
225
228
|
'fabric.editor.alignImageCenter': 'Выровнять по центру',
|
|
226
229
|
'fabric.editor.alignImageLeft': 'Выровнять по левому краю',
|
|
@@ -252,6 +255,9 @@ export default {
|
|
|
252
255
|
'fabric.editor.blockquote.description': 'Вставить цитату',
|
|
253
256
|
'fabric.editor.blockquote2': 'Цитировать',
|
|
254
257
|
'fabric.editor.bold': 'Полужирный',
|
|
258
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Изменить размер фрагмента кода',
|
|
259
|
+
'fabric.editor.breakout.resizeElement': 'Изменить размер элемента',
|
|
260
|
+
'fabric.editor.breakout.resizeLayout': 'Изменить размер макета',
|
|
255
261
|
'fabric.editor.breakoutFullWidthLabel': 'Полная ширина',
|
|
256
262
|
'fabric.editor.breakoutWideWidthLabel': 'Широкий',
|
|
257
263
|
'fabric.editor.bug': 'Баг',
|
|
@@ -338,6 +344,7 @@ export default {
|
|
|
338
344
|
'fabric.editor.decision': 'Решение',
|
|
339
345
|
'fabric.editor.decision.description': 'Записывайте решения для удобного отслеживания',
|
|
340
346
|
'fabric.editor.decisionPlaceholder': 'Добавить решение…',
|
|
347
|
+
'fabric.editor.decreaseElementSize': 'Уменьшить размер элемента',
|
|
341
348
|
'fabric.editor.decreaseSize': 'Уменьшить размер таблицы или медиа',
|
|
342
349
|
'fabric.editor.defaultAltText': 'Документ',
|
|
343
350
|
'fabric.editor.delete': 'Удалить',
|
|
@@ -485,6 +492,7 @@ export default {
|
|
|
485
492
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Раскрывающийся список «Размер» в параметрах границы изображения',
|
|
486
493
|
'fabric.editor.imageBorderSubtle': 'Узкая',
|
|
487
494
|
'fabric.editor.improvement': 'Улучшение',
|
|
495
|
+
'fabric.editor.increaseElementSize': 'Увеличить размер элемента',
|
|
488
496
|
'fabric.editor.increaseSize': 'Увеличить размер таблицы или медиа',
|
|
489
497
|
'fabric.editor.indent': 'Сделать отступ',
|
|
490
498
|
'fabric.editor.info': 'Информация',
|
package/dist/esm/i18n/sr_RS.js
CHANGED
|
@@ -36,9 +36,11 @@ export default {
|
|
|
36
36
|
'fabric.editor.ai.config.item.action.insert': 'Umetni',
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Umetni na vrh',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertBelow': 'Umetni ispod',
|
|
39
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Umetni ispod originala',
|
|
39
40
|
'fabric.editor.ai.config.item.action.replace': 'Zameni',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Zameni naslov',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Naslov mora imati do {maxLength} znaka/ova',
|
|
43
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Nastavite u ćaskanju',
|
|
42
44
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Otvori u Ćaskanju',
|
|
43
45
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
44
46
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Skraćuje sadržaj teksta radi sažetosti',
|
|
@@ -322,6 +324,10 @@ export default {
|
|
|
322
324
|
'fabric.editor.blockquote.description': 'Umetnite ponudu ili cenu',
|
|
323
325
|
'fabric.editor.blockquote2': 'Ponuda',
|
|
324
326
|
'fabric.editor.bold': 'Podebljano',
|
|
327
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Promenite veličinu fragmenta koda',
|
|
328
|
+
'fabric.editor.breakout.resizeElement': 'Promenite veličinu elementa',
|
|
329
|
+
'fabric.editor.breakout.resizeExpand': 'Promenite veličinu proširenja',
|
|
330
|
+
'fabric.editor.breakout.resizeLayout': 'Promeni veličinu rasporeda',
|
|
325
331
|
'fabric.editor.bug': 'Greška',
|
|
326
332
|
'fabric.editor.canNotSortTable': '⚠️ Ne možete da sortirate tabelu sa objedinjenim ćelijama',
|
|
327
333
|
'fabric.editor.cancelButton': 'Otkaži',
|
|
@@ -404,6 +410,7 @@ export default {
|
|
|
404
410
|
'fabric.editor.decision': 'Odluka',
|
|
405
411
|
'fabric.editor.decision.description': 'Zabeležite odluke i lako ih pratite',
|
|
406
412
|
'fabric.editor.decisionPlaceholder': 'Dodaj odluku…',
|
|
413
|
+
'fabric.editor.decreaseElementSize': 'Smanjite element',
|
|
407
414
|
'fabric.editor.decreaseSize': 'Smanjite veličinu tabele ili medija',
|
|
408
415
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
409
416
|
'fabric.editor.delete': 'Izbriši',
|
|
@@ -484,7 +491,7 @@ export default {
|
|
|
484
491
|
'fabric.editor.externalMediaFile': 'Spoljna medijska datoteka',
|
|
485
492
|
'fabric.editor.failed_to_upload': 'Neuspelo otpremanje',
|
|
486
493
|
'fabric.editor.feedbackDialog': 'Pošalji povratne informacije',
|
|
487
|
-
'fabric.editor.feedbackDialog.description': 'Recite nam o svom doživljaju korišćenja
|
|
494
|
+
'fabric.editor.feedbackDialog.description': 'Recite nam o svom doživljaju korišćenja cloud uređivača',
|
|
488
495
|
'fabric.editor.find': 'Pronađi',
|
|
489
496
|
'fabric.editor.findNext': 'Pronađi sledeće',
|
|
490
497
|
'fabric.editor.findPrevious': 'Pronađi prethodno',
|
|
@@ -549,6 +556,7 @@ export default {
|
|
|
549
556
|
'fabric.editor.imageBorderSize': 'Veličina',
|
|
550
557
|
'fabric.editor.imageBorderSubtle': 'Pastelna',
|
|
551
558
|
'fabric.editor.improvement': 'Poboljšanje',
|
|
559
|
+
'fabric.editor.increaseElementSize': 'Povećajte element',
|
|
552
560
|
'fabric.editor.increaseSize': 'Veća tabela ili medij',
|
|
553
561
|
'fabric.editor.indent': 'Uvlačenje',
|
|
554
562
|
'fabric.editor.info': 'Informacije',
|