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