@atlaskit/editor-common 103.1.3 → 103.3.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 +28 -0
- package/dist/cjs/annotation/index.js +16 -1
- package/dist/cjs/annotation/manager.js +243 -0
- package/dist/cjs/hooks/usePluginStateEffect.js +12 -3
- package/dist/cjs/hooks/useSharedPluginState.js +9 -5
- package/dist/cjs/hooks/useSharedPluginStateSelector/useSharedPluginStateSelector.js +9 -3
- package/dist/cjs/i18n/cs.js +9 -24
- package/dist/cjs/i18n/da.js +9 -24
- package/dist/cjs/i18n/de.js +8 -24
- package/dist/cjs/i18n/en.js +9 -24
- package/dist/cjs/i18n/en_GB.js +9 -24
- package/dist/cjs/i18n/en_ZZ.js +9 -24
- package/dist/cjs/i18n/es.js +9 -24
- package/dist/cjs/i18n/fi.js +9 -24
- package/dist/cjs/i18n/fr.js +8 -24
- package/dist/cjs/i18n/hu.js +7 -24
- package/dist/cjs/i18n/it.js +9 -24
- package/dist/cjs/i18n/ja.js +9 -24
- package/dist/cjs/i18n/ko.js +10 -25
- package/dist/cjs/i18n/nb.js +9 -24
- package/dist/cjs/i18n/nl.js +9 -24
- package/dist/cjs/i18n/pl.js +8 -24
- package/dist/cjs/i18n/pt_BR.js +9 -24
- package/dist/cjs/i18n/ru.js +9 -24
- package/dist/cjs/i18n/sv.js +9 -24
- package/dist/cjs/i18n/th.js +9 -24
- package/dist/cjs/i18n/tr.js +9 -24
- package/dist/cjs/i18n/uk.js +9 -24
- package/dist/cjs/i18n/vi.js +10 -24
- package/dist/cjs/i18n/zh.js +9 -24
- package/dist/cjs/i18n/zh_TW.js +9 -24
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/annotation/index.js +22 -0
- package/dist/es2019/annotation/manager.js +196 -0
- package/dist/es2019/hooks/usePluginStateEffect.js +12 -5
- package/dist/es2019/hooks/useSharedPluginState.js +9 -6
- package/dist/es2019/hooks/useSharedPluginStateSelector/useSharedPluginStateSelector.js +9 -5
- package/dist/es2019/i18n/cs.js +9 -24
- package/dist/es2019/i18n/da.js +9 -24
- package/dist/es2019/i18n/de.js +8 -24
- package/dist/es2019/i18n/en.js +9 -24
- package/dist/es2019/i18n/en_GB.js +9 -24
- package/dist/es2019/i18n/en_ZZ.js +9 -24
- package/dist/es2019/i18n/es.js +9 -24
- package/dist/es2019/i18n/fi.js +9 -24
- package/dist/es2019/i18n/fr.js +8 -24
- package/dist/es2019/i18n/hu.js +7 -24
- package/dist/es2019/i18n/it.js +9 -24
- package/dist/es2019/i18n/ja.js +9 -24
- package/dist/es2019/i18n/ko.js +10 -25
- package/dist/es2019/i18n/nb.js +9 -24
- package/dist/es2019/i18n/nl.js +9 -24
- package/dist/es2019/i18n/pl.js +8 -24
- package/dist/es2019/i18n/pt_BR.js +9 -24
- package/dist/es2019/i18n/ru.js +9 -24
- package/dist/es2019/i18n/sv.js +9 -24
- package/dist/es2019/i18n/th.js +9 -24
- package/dist/es2019/i18n/tr.js +9 -24
- package/dist/es2019/i18n/uk.js +9 -24
- package/dist/es2019/i18n/vi.js +10 -24
- package/dist/es2019/i18n/zh.js +9 -24
- package/dist/es2019/i18n/zh_TW.js +9 -24
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/annotation/index.js +23 -1
- package/dist/esm/annotation/manager.js +236 -0
- package/dist/esm/hooks/usePluginStateEffect.js +12 -3
- package/dist/esm/hooks/useSharedPluginState.js +9 -5
- package/dist/esm/hooks/useSharedPluginStateSelector/useSharedPluginStateSelector.js +9 -3
- package/dist/esm/i18n/cs.js +9 -24
- package/dist/esm/i18n/da.js +9 -24
- package/dist/esm/i18n/de.js +8 -24
- package/dist/esm/i18n/en.js +9 -24
- package/dist/esm/i18n/en_GB.js +9 -24
- package/dist/esm/i18n/en_ZZ.js +9 -24
- package/dist/esm/i18n/es.js +9 -24
- package/dist/esm/i18n/fi.js +9 -24
- package/dist/esm/i18n/fr.js +8 -24
- package/dist/esm/i18n/hu.js +7 -24
- package/dist/esm/i18n/it.js +9 -24
- package/dist/esm/i18n/ja.js +9 -24
- package/dist/esm/i18n/ko.js +10 -25
- package/dist/esm/i18n/nb.js +9 -24
- package/dist/esm/i18n/nl.js +9 -24
- package/dist/esm/i18n/pl.js +8 -24
- package/dist/esm/i18n/pt_BR.js +9 -24
- package/dist/esm/i18n/ru.js +9 -24
- package/dist/esm/i18n/sv.js +9 -24
- package/dist/esm/i18n/th.js +9 -24
- package/dist/esm/i18n/tr.js +9 -24
- package/dist/esm/i18n/uk.js +9 -24
- package/dist/esm/i18n/vi.js +10 -24
- package/dist/esm/i18n/zh.js +9 -24
- package/dist/esm/i18n/zh_TW.js +9 -24
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/annotation/index.d.ts +132 -0
- package/dist/types/annotation/manager.d.ts +32 -0
- package/dist/types/hooks/usePluginStateEffect.d.ts +4 -1
- package/dist/types/hooks/useSharedPluginState.d.ts +6 -1
- package/dist/types/hooks/useSharedPluginStateSelector/useSharedPluginStateSelector.d.ts +5 -1
- package/dist/types/i18n/cs.d.ts +9 -24
- package/dist/types/i18n/da.d.ts +9 -24
- package/dist/types/i18n/de.d.ts +8 -24
- package/dist/types/i18n/en.d.ts +9 -24
- package/dist/types/i18n/en_GB.d.ts +9 -24
- package/dist/types/i18n/en_ZZ.d.ts +9 -24
- package/dist/types/i18n/es.d.ts +9 -24
- package/dist/types/i18n/fi.d.ts +9 -24
- package/dist/types/i18n/fr.d.ts +8 -24
- package/dist/types/i18n/hu.d.ts +7 -24
- package/dist/types/i18n/it.d.ts +9 -24
- package/dist/types/i18n/ja.d.ts +9 -24
- package/dist/types/i18n/ko.d.ts +9 -24
- package/dist/types/i18n/nb.d.ts +9 -24
- package/dist/types/i18n/nl.d.ts +9 -24
- package/dist/types/i18n/pl.d.ts +8 -24
- package/dist/types/i18n/pt_BR.d.ts +9 -24
- package/dist/types/i18n/ru.d.ts +9 -24
- package/dist/types/i18n/sv.d.ts +9 -24
- package/dist/types/i18n/th.d.ts +9 -24
- package/dist/types/i18n/tr.d.ts +9 -24
- package/dist/types/i18n/uk.d.ts +9 -24
- package/dist/types/i18n/vi.d.ts +10 -24
- package/dist/types/i18n/zh.d.ts +9 -24
- package/dist/types/i18n/zh_TW.d.ts +9 -24
- package/dist/types/types/annotation/index.d.ts +2 -0
- package/dist/types/types/floating-toolbar.d.ts +9 -0
- package/dist/types-ts4.5/annotation/index.d.ts +132 -0
- package/dist/types-ts4.5/annotation/manager.d.ts +32 -0
- package/dist/types-ts4.5/hooks/usePluginStateEffect.d.ts +4 -1
- package/dist/types-ts4.5/hooks/useSharedPluginState.d.ts +6 -1
- package/dist/types-ts4.5/hooks/useSharedPluginStateSelector/useSharedPluginStateSelector.d.ts +5 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +9 -24
- package/dist/types-ts4.5/i18n/da.d.ts +9 -24
- package/dist/types-ts4.5/i18n/de.d.ts +8 -24
- package/dist/types-ts4.5/i18n/en.d.ts +9 -24
- package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -24
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +9 -24
- package/dist/types-ts4.5/i18n/es.d.ts +9 -24
- package/dist/types-ts4.5/i18n/fi.d.ts +9 -24
- package/dist/types-ts4.5/i18n/fr.d.ts +8 -24
- package/dist/types-ts4.5/i18n/hu.d.ts +7 -24
- package/dist/types-ts4.5/i18n/it.d.ts +9 -24
- package/dist/types-ts4.5/i18n/ja.d.ts +9 -24
- package/dist/types-ts4.5/i18n/ko.d.ts +9 -24
- package/dist/types-ts4.5/i18n/nb.d.ts +9 -24
- package/dist/types-ts4.5/i18n/nl.d.ts +9 -24
- package/dist/types-ts4.5/i18n/pl.d.ts +8 -24
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +9 -24
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -24
- package/dist/types-ts4.5/i18n/sv.d.ts +9 -24
- package/dist/types-ts4.5/i18n/th.d.ts +9 -24
- package/dist/types-ts4.5/i18n/tr.d.ts +9 -24
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -24
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -24
- package/dist/types-ts4.5/i18n/zh.d.ts +9 -24
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +9 -24
- package/dist/types-ts4.5/types/annotation/index.d.ts +2 -0
- package/dist/types-ts4.5/types/floating-toolbar.d.ts +9 -0
- package/package.json +1 -1
package/dist/esm/i18n/de.js
CHANGED
|
@@ -32,6 +32,7 @@ export default {
|
|
|
32
32
|
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Erstellt Inhalte, die dem Update hinzugefügt werden',
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Fasst die Inhalte des Updates zusammen',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generieren',
|
|
35
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Atlassian Intelligence fragen',
|
|
35
36
|
'fabric.editor.ai.config.item.action.insert': 'Einfügen',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Oben einfügen',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertBelow': 'Unten einfügen',
|
|
@@ -39,29 +40,6 @@ export default {
|
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Titel ersetzen',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Der Titel darf nicht mehr als {maxLength} Zeichen enthalten.',
|
|
41
42
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Im Chat öffnen',
|
|
42
|
-
'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label': 'Anweisungen',
|
|
43
|
-
'fabric.editor.ai.config.item.advancedPrompt.description': 'Aufgabe, Anweisungen und Regeln angeben',
|
|
44
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label': 'Kreativität',
|
|
45
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high': 'Hoch',
|
|
46
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low': 'Niedrig',
|
|
47
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium': 'Mittel',
|
|
48
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.helperMessage': 'Ein Beispiel: 1. Geben Sie im Dokument zunächst einen kurzen Überblick über unsere Unternehmensziele. 2. Erstellen Sie eine Liste mit den wichtigsten Teammitgliedern, die neue Mitarbeiter in der ersten Woche treffen sollten.',
|
|
49
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder': 'Stellen Sie Aufgabenanweisungen bereit, um die Generierung bestimmter Ausgaben zu unterstützen.',
|
|
50
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage': 'Ein Beispiel: Die Ausgabe muss den Stilrichtlinien des Unternehmens entsprechen und darf keine unbestätigten Daten enthalten.',
|
|
51
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.label': 'Regeln',
|
|
52
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder': 'Beschreiben Sie alle Regeln, die befolgt werden sollen.',
|
|
53
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required': 'Bitte geben Sie eine Aufgabe an.',
|
|
54
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage': 'Ein Beispiel: Erstellen Sie eine Onboarding-Dokumentation für neue Mitarbeiter, die dem Team beitreten.',
|
|
55
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.label': 'Aufgabe',
|
|
56
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder': 'Beschreiben Sie die zu erledigende Aufgabe.',
|
|
57
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.label': 'Ton',
|
|
58
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual': 'Locker',
|
|
59
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational': 'Informativ',
|
|
60
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic': 'Empathisch',
|
|
61
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral': 'Neutral',
|
|
62
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional': 'Professionell',
|
|
63
|
-
'fabric.editor.ai.config.item.advancedPrompt.promptLabel': 'Einen erweiterten Prompt erstellen',
|
|
64
|
-
'fabric.editor.ai.config.item.advancedPrompt.title': 'Einen erweiterten Prompt erstellen',
|
|
65
43
|
'fabric.editor.ai.config.item.agent.title': 'Rovo-Agent von Atlassian Intelligence',
|
|
66
44
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Kürzt den Inhalt, um ihn präziser zu machen',
|
|
67
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Update verkürzen',
|
|
@@ -223,7 +201,6 @@ export default {
|
|
|
223
201
|
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Wissensquelle',
|
|
224
202
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Rovo-Agenten',
|
|
225
203
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Rovo-Agenten ({numberOfAgents})',
|
|
226
|
-
'fabric.editor.ai.experience.suggestionGroupHeading.studio': 'Studio',
|
|
227
204
|
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Rovo-Agenten verwenden ({numberOfAgents})',
|
|
228
205
|
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Allgemeines Wissen verwenden',
|
|
229
206
|
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Wissen aus Ihrer Organisation verwenden',
|
|
@@ -420,6 +397,7 @@ export default {
|
|
|
420
397
|
'fabric.editor.errorPanel.description': 'Fehler in einem farbigen Panel hervorheben',
|
|
421
398
|
'fabric.editor.expand': 'Erweiterung',
|
|
422
399
|
'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
|
|
400
|
+
'fabric.editor.expandAriaLabel': 'Wählen Sie einen Titel für diese Erweiterung',
|
|
423
401
|
'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
|
|
424
402
|
'fabric.editor.expandNode': 'Inhaltsanzeige erweitern',
|
|
425
403
|
'fabric.editor.expandPlaceholder': 'Wählen Sie einen Titel für diese Erweiterung …',
|
|
@@ -429,6 +407,7 @@ export default {
|
|
|
429
407
|
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
430
408
|
'fabric.editor.extension.sourceNoTitledName': 'dieses Element',
|
|
431
409
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle Änderungen werden immer automatisch gespeichert.',
|
|
410
|
+
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
432
411
|
'fabric.editor.externalMediaFile': 'Externe Mediendatei',
|
|
433
412
|
'fabric.editor.failed_to_upload': 'Upload fehlgeschlagen',
|
|
434
413
|
'fabric.editor.feedbackDialog': 'Feedback geben',
|
|
@@ -540,6 +519,7 @@ export default {
|
|
|
540
519
|
'fabric.editor.lists': 'Listen',
|
|
541
520
|
'fabric.editor.listsFormat': 'Formatierung der Liste',
|
|
542
521
|
'fabric.editor.lockColumns': 'Feste Spaltenbreiten',
|
|
522
|
+
'fabric.editor.longEmptyNodePlaceholderText': 'Geben Sie "/" ein, um Elemente einzufügen.',
|
|
543
523
|
'fabric.editor.markdown': 'Markdown',
|
|
544
524
|
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
545
525
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.} other {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.}}',
|
|
@@ -608,6 +588,7 @@ export default {
|
|
|
608
588
|
'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
|
|
609
589
|
'fabric.editor.other': 'Sonstige …',
|
|
610
590
|
'fabric.editor.outdent': 'Einzug verkleinern',
|
|
591
|
+
'fabric.editor.overflowMenuViewMore': 'Mehr anzeigen',
|
|
611
592
|
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
612
593
|
'fabric.editor.panel': 'Panel',
|
|
613
594
|
'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
|
|
@@ -657,6 +638,7 @@ export default {
|
|
|
657
638
|
'fabric.editor.selectTableRow': 'Zeile auswählen',
|
|
658
639
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'App auswählen',
|
|
659
640
|
'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
|
|
641
|
+
'fabric.editor.shortEmptyNodePlaceholderText': '/ eingeben, um etwas einzufügen',
|
|
660
642
|
'fabric.editor.shortcut': 'Textverknüpfung',
|
|
661
643
|
'fabric.editor.single': 'Layout mit einer Spalte',
|
|
662
644
|
'fabric.editor.singleColumns': 'Layout mit 1 Spalte',
|
|
@@ -720,8 +702,10 @@ export default {
|
|
|
720
702
|
'fabric.editor.time.ago': 'vor',
|
|
721
703
|
'fabric.editor.time.updated': 'Aktualisiert',
|
|
722
704
|
'fabric.editor.time.viewed': 'Angesehen',
|
|
705
|
+
'fabric.editor.toolbarAppears': 'Symbolleiste wird angezeigt',
|
|
723
706
|
'fabric.editor.toolbarLabel': 'Editor',
|
|
724
707
|
'fabric.editor.toolbarMediaTitle': 'Bild, Video oder Datei hinzufügen',
|
|
708
|
+
'fabric.editor.toolbarPositionFixedAtTop': 'Oben fixiert',
|
|
725
709
|
'fabric.editor.tooltip.blockPanel': 'ein Panel',
|
|
726
710
|
'fabric.editor.tooltip.bulletList': 'eine Liste',
|
|
727
711
|
'fabric.editor.tooltip.decisionList': 'eine Entscheidungsliste',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -32,6 +32,7 @@ export default {
|
|
|
32
32
|
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Generates content to be inserted into the update',
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Summarizes the content of the update',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generate',
|
|
35
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Ask Atlassian Intelligence',
|
|
35
36
|
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
@@ -39,29 +40,6 @@ export default {
|
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Replace title',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
41
42
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
42
|
-
'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label': 'Instructions',
|
|
43
|
-
'fabric.editor.ai.config.item.advancedPrompt.description': 'Specify task, instructions and rules',
|
|
44
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label': 'Creativity',
|
|
45
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high': 'High',
|
|
46
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low': 'Low',
|
|
47
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium': 'Medium',
|
|
48
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.helperMessage': 'For example: 1. Start the document with a brief overview of our company goals. 2. Create a list of key team members to meet in their first week.',
|
|
49
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder': 'Provide task instructions to help generate specific outputs.',
|
|
50
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage': 'For example: The output must follow the company style guidelines and not use unverified data.',
|
|
51
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.label': 'Rules',
|
|
52
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder': 'Outline any rules you want followed.',
|
|
53
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required': 'Please provide task',
|
|
54
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage': 'For example: Create an onboarding documentation for new employees joining the team.',
|
|
55
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.label': 'Task',
|
|
56
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder': 'Describe the task that needs completing.',
|
|
57
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.label': 'Tone',
|
|
58
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual': 'Casual',
|
|
59
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational': 'Educational',
|
|
60
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic': 'Empathetic',
|
|
61
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral': 'Neutral',
|
|
62
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional': 'Professional',
|
|
63
|
-
'fabric.editor.ai.config.item.advancedPrompt.promptLabel': 'Build an advanced prompt',
|
|
64
|
-
'fabric.editor.ai.config.item.advancedPrompt.title': 'Build an advanced prompt',
|
|
65
43
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
66
44
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
67
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Shorten update',
|
|
@@ -232,7 +210,6 @@ export default {
|
|
|
232
210
|
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Knowledge source',
|
|
233
211
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Rovo agents',
|
|
234
212
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Rovo agents ({numberOfAgents})',
|
|
235
|
-
'fabric.editor.ai.experience.suggestionGroupHeading.studio': 'Studio',
|
|
236
213
|
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use a Rovo agent ({numberOfAgents})',
|
|
237
214
|
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Use general knowledge',
|
|
238
215
|
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Use knowledge from your organization',
|
|
@@ -501,6 +478,7 @@ export default {
|
|
|
501
478
|
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
502
479
|
'fabric.editor.expand': 'Expand',
|
|
503
480
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
481
|
+
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
504
482
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
505
483
|
'fabric.editor.expandNode': 'Expand content',
|
|
506
484
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -510,6 +488,7 @@ export default {
|
|
|
510
488
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
511
489
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
512
490
|
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
491
|
+
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
513
492
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
514
493
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
515
494
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
@@ -621,6 +600,7 @@ export default {
|
|
|
621
600
|
'fabric.editor.lists': 'Lists',
|
|
622
601
|
'fabric.editor.listsFormat': 'List formatting',
|
|
623
602
|
'fabric.editor.lockColumns': 'Fixed column widths',
|
|
603
|
+
'fabric.editor.longEmptyNodePlaceholderText': 'Type / to insert elements',
|
|
624
604
|
'fabric.editor.markdown': 'Markdown',
|
|
625
605
|
'fabric.editor.matchCase': 'Match case',
|
|
626
606
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
@@ -689,6 +669,7 @@ export default {
|
|
|
689
669
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
690
670
|
'fabric.editor.other': 'Others...',
|
|
691
671
|
'fabric.editor.outdent': 'Outdent',
|
|
672
|
+
'fabric.editor.overflowMenuViewMore': 'View more',
|
|
692
673
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
693
674
|
'fabric.editor.panel': 'Panel',
|
|
694
675
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
@@ -738,6 +719,7 @@ export default {
|
|
|
738
719
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
739
720
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Select app',
|
|
740
721
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
722
|
+
'fabric.editor.shortEmptyNodePlaceholderText': '/ to insert',
|
|
741
723
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
742
724
|
'fabric.editor.single': 'Single column layout',
|
|
743
725
|
'fabric.editor.singleColumns': '1 Column layout',
|
|
@@ -802,8 +784,11 @@ export default {
|
|
|
802
784
|
'fabric.editor.time.ago': 'ago',
|
|
803
785
|
'fabric.editor.time.updated': 'Updated',
|
|
804
786
|
'fabric.editor.time.viewed': 'Viewed',
|
|
787
|
+
'fabric.editor.toolbarAppears': 'Toolbar appears',
|
|
805
788
|
'fabric.editor.toolbarLabel': 'Editor',
|
|
806
789
|
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
790
|
+
'fabric.editor.toolbarPositionFixedAtTop': 'Fixed at top',
|
|
791
|
+
'fabric.editor.toolbarPositionInline': 'In-line with text',
|
|
807
792
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
808
793
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
809
794
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -32,6 +32,7 @@ export default {
|
|
|
32
32
|
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Generates content to be inserted into the update',
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Summarises the content of the update',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generate',
|
|
35
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Ask Atlassian Intelligence',
|
|
35
36
|
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
@@ -39,29 +40,6 @@ export default {
|
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Replace title',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
41
42
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
42
|
-
'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label': 'Instructions',
|
|
43
|
-
'fabric.editor.ai.config.item.advancedPrompt.description': 'Specify task, instructions and rules',
|
|
44
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label': 'Creativity',
|
|
45
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high': 'High',
|
|
46
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low': 'Low',
|
|
47
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium': 'Medium',
|
|
48
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.helperMessage': 'For example: 1. Start the document with a brief overview of our company goals. 2. Create a list of key team members to meet in their first week.',
|
|
49
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder': 'Provide task instructions to help generate specific outputs.',
|
|
50
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage': 'For example: The output must follow the company style guidelines and not use unverified data.',
|
|
51
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.label': 'Rules',
|
|
52
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder': 'Outline any rules you want followed.',
|
|
53
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required': 'Please provide task',
|
|
54
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage': 'For example: Create an onboarding documentation for new employees joining the team.',
|
|
55
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.label': 'Task',
|
|
56
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder': 'Describe the task that needs completing.',
|
|
57
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.label': 'Tone',
|
|
58
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual': 'Casual',
|
|
59
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational': 'Educational',
|
|
60
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic': 'Empathetic',
|
|
61
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral': 'Neutral',
|
|
62
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional': 'Professional',
|
|
63
|
-
'fabric.editor.ai.config.item.advancedPrompt.promptLabel': 'Build an advanced prompt',
|
|
64
|
-
'fabric.editor.ai.config.item.advancedPrompt.title': 'Build an advanced prompt',
|
|
65
43
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
66
44
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
67
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Shorten update',
|
|
@@ -232,7 +210,6 @@ export default {
|
|
|
232
210
|
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Knowledge source',
|
|
233
211
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Rovo agents',
|
|
234
212
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Rovo agents ({numberOfAgents})',
|
|
235
|
-
'fabric.editor.ai.experience.suggestionGroupHeading.studio': 'Studio',
|
|
236
213
|
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use a Rovo agent ({numberOfAgents})',
|
|
237
214
|
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Use general knowledge',
|
|
238
215
|
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Use knowledge from your organisation',
|
|
@@ -501,6 +478,7 @@ export default {
|
|
|
501
478
|
'fabric.editor.errorPanel.description': 'Call out errors in a coloured panel',
|
|
502
479
|
'fabric.editor.expand': 'Expand',
|
|
503
480
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
481
|
+
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
504
482
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
505
483
|
'fabric.editor.expandNode': 'Expand content',
|
|
506
484
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -510,6 +488,7 @@ export default {
|
|
|
510
488
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
511
489
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
512
490
|
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
491
|
+
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
513
492
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
514
493
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
515
494
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
@@ -621,6 +600,7 @@ export default {
|
|
|
621
600
|
'fabric.editor.lists': 'Lists',
|
|
622
601
|
'fabric.editor.listsFormat': 'List formatting',
|
|
623
602
|
'fabric.editor.lockColumns': 'Fixed column widths',
|
|
603
|
+
'fabric.editor.longEmptyNodePlaceholderText': 'Type / to insert elements',
|
|
624
604
|
'fabric.editor.markdown': 'Markdown',
|
|
625
605
|
'fabric.editor.matchCase': 'Match case',
|
|
626
606
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
@@ -689,6 +669,7 @@ export default {
|
|
|
689
669
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
690
670
|
'fabric.editor.other': 'Others...',
|
|
691
671
|
'fabric.editor.outdent': 'Outdent',
|
|
672
|
+
'fabric.editor.overflowMenuViewMore': 'View more',
|
|
692
673
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
693
674
|
'fabric.editor.panel': 'Panel',
|
|
694
675
|
'fabric.editor.panel.backgroundColor': 'Background colour',
|
|
@@ -738,6 +719,7 @@ export default {
|
|
|
738
719
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
739
720
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Select app',
|
|
740
721
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
722
|
+
'fabric.editor.shortEmptyNodePlaceholderText': '/ to insert',
|
|
741
723
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
742
724
|
'fabric.editor.single': 'Single column layout',
|
|
743
725
|
'fabric.editor.singleColumns': '1 Column layout',
|
|
@@ -802,8 +784,11 @@ export default {
|
|
|
802
784
|
'fabric.editor.time.ago': 'ago',
|
|
803
785
|
'fabric.editor.time.updated': 'Updated',
|
|
804
786
|
'fabric.editor.time.viewed': 'Viewed',
|
|
787
|
+
'fabric.editor.toolbarAppears': 'Toolbar appears',
|
|
805
788
|
'fabric.editor.toolbarLabel': 'Editor',
|
|
806
789
|
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
790
|
+
'fabric.editor.toolbarPositionFixedAtTop': 'Fixed at top',
|
|
791
|
+
'fabric.editor.toolbarPositionInline': 'In-line with text',
|
|
807
792
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
808
793
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
809
794
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -32,6 +32,7 @@ export default {
|
|
|
32
32
|
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Generates content to be inserted into the update',
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Summarizes the content of the update',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generate',
|
|
35
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Ask Atlassian Intelligence',
|
|
35
36
|
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
@@ -39,29 +40,6 @@ export default {
|
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Replace title',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
41
42
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
42
|
-
'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label': 'Instructions',
|
|
43
|
-
'fabric.editor.ai.config.item.advancedPrompt.description': 'Specify task, instructions and rules',
|
|
44
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label': 'Creativity',
|
|
45
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high': 'High',
|
|
46
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low': 'Low',
|
|
47
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium': 'Medium',
|
|
48
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.helperMessage': 'For example: 1. Start the document with a brief overview of our company goals. 2. Create a list of key team members to meet in their first week.',
|
|
49
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder': 'Provide task instructions to help generate specific outputs.',
|
|
50
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage': 'For example: The output must follow the company style guidelines and not use unverified data.',
|
|
51
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.label': 'Rules',
|
|
52
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder': 'Outline any rules you want followed.',
|
|
53
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required': 'Please provide task',
|
|
54
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage': 'For example: Create an onboarding documentation for new employees joining the team.',
|
|
55
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.label': 'Task',
|
|
56
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder': 'Describe the task that needs completing.',
|
|
57
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.label': 'Tone',
|
|
58
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual': 'Casual',
|
|
59
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational': 'Educational',
|
|
60
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic': 'Empathetic',
|
|
61
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral': 'Neutral',
|
|
62
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional': 'Professional',
|
|
63
|
-
'fabric.editor.ai.config.item.advancedPrompt.promptLabel': 'Build an advanced prompt',
|
|
64
|
-
'fabric.editor.ai.config.item.advancedPrompt.title': 'Build an advanced prompt',
|
|
65
43
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
66
44
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
67
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Shorten update',
|
|
@@ -232,7 +210,6 @@ export default {
|
|
|
232
210
|
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Knowledge source',
|
|
233
211
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Rovo agents',
|
|
234
212
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Rovo agents ({numberOfAgents})',
|
|
235
|
-
'fabric.editor.ai.experience.suggestionGroupHeading.studio': 'Studio',
|
|
236
213
|
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use a Rovo agent ({numberOfAgents})',
|
|
237
214
|
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Use general knowledge',
|
|
238
215
|
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Use knowledge from your organization',
|
|
@@ -501,6 +478,7 @@ export default {
|
|
|
501
478
|
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
502
479
|
'fabric.editor.expand': 'Expand',
|
|
503
480
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
481
|
+
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
504
482
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
505
483
|
'fabric.editor.expandNode': 'Expand content',
|
|
506
484
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
@@ -510,6 +488,7 @@ export default {
|
|
|
510
488
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
511
489
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
512
490
|
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
491
|
+
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
513
492
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
514
493
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
515
494
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
@@ -621,6 +600,7 @@ export default {
|
|
|
621
600
|
'fabric.editor.lists': 'Lists',
|
|
622
601
|
'fabric.editor.listsFormat': 'List formatting',
|
|
623
602
|
'fabric.editor.lockColumns': 'Fixed column widths',
|
|
603
|
+
'fabric.editor.longEmptyNodePlaceholderText': 'Type / to insert elements',
|
|
624
604
|
'fabric.editor.markdown': 'Markdown',
|
|
625
605
|
'fabric.editor.matchCase': 'Match case',
|
|
626
606
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to {newMediaWidth,number} pixel.} other {Media width decreased to {newMediaWidth,number} pixels.}}',
|
|
@@ -689,6 +669,7 @@ export default {
|
|
|
689
669
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
690
670
|
'fabric.editor.other': 'Others...',
|
|
691
671
|
'fabric.editor.outdent': 'Outdent',
|
|
672
|
+
'fabric.editor.overflowMenuViewMore': 'View more',
|
|
692
673
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
693
674
|
'fabric.editor.panel': 'Panel',
|
|
694
675
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
@@ -738,6 +719,7 @@ export default {
|
|
|
738
719
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
739
720
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Select app',
|
|
740
721
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
722
|
+
'fabric.editor.shortEmptyNodePlaceholderText': '/ to insert',
|
|
741
723
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
742
724
|
'fabric.editor.single': 'Single column layout',
|
|
743
725
|
'fabric.editor.singleColumns': '1 Column layout',
|
|
@@ -801,8 +783,11 @@ export default {
|
|
|
801
783
|
'fabric.editor.time.ago': 'ago',
|
|
802
784
|
'fabric.editor.time.updated': 'Updated',
|
|
803
785
|
'fabric.editor.time.viewed': 'Viewed',
|
|
786
|
+
'fabric.editor.toolbarAppears': 'Toolbar appears',
|
|
804
787
|
'fabric.editor.toolbarLabel': 'Editor',
|
|
805
788
|
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
789
|
+
'fabric.editor.toolbarPositionFixedAtTop': 'Fixed at top',
|
|
790
|
+
'fabric.editor.toolbarPositionInline': 'In-line with text',
|
|
806
791
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
807
792
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
808
793
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -32,6 +32,7 @@ export default {
|
|
|
32
32
|
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Genera contenido para insertarlo en la actualización.',
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Resume el contenido de la actualización.',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generar',
|
|
35
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Pregunta a Atlassian Intelligence',
|
|
35
36
|
'fabric.editor.ai.config.item.action.insert': 'Insertar',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insertar arriba',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insertar debajo',
|
|
@@ -39,29 +40,6 @@ export default {
|
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Reemplazar título',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'El título no puede superar los {maxLength} caracteres',
|
|
41
42
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Abrir en el chat',
|
|
42
|
-
'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label': 'Instrucciones',
|
|
43
|
-
'fabric.editor.ai.config.item.advancedPrompt.description': 'Especifica la tarea, las instrucciones y las reglas',
|
|
44
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label': 'Creatividad',
|
|
45
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high': 'Alta',
|
|
46
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low': 'Baja',
|
|
47
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium': 'Mediana',
|
|
48
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.helperMessage': 'Por ejemplo: 1. Empieza el documento con una breve descripción de los objetivos de nuestra empresa. 2. Crea una lista de los miembros clave del equipo que se reúnan en su primera semana.',
|
|
49
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder': 'Proporcionar instrucciones de tareas para ayudar a generar resultados específicos.',
|
|
50
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage': 'Por ejemplo: la salida debe seguir las normas de estilo de la empresa y no utilizar datos no verificados.',
|
|
51
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.label': 'Reglas',
|
|
52
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder': 'Describe las reglas que quieres que se sigan.',
|
|
53
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required': 'Proporciona una tarea',
|
|
54
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage': 'Por ejemplo: crea una documentación de incorporación para los nuevos empleados que se unan al equipo.',
|
|
55
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.label': 'Tarea',
|
|
56
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder': 'Describe la tarea que hay que realizar.',
|
|
57
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.label': 'Tono',
|
|
58
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual': 'Informal',
|
|
59
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational': 'Educativo',
|
|
60
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic': 'Empático',
|
|
61
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral': 'Neutro',
|
|
62
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional': 'Profesional',
|
|
63
|
-
'fabric.editor.ai.config.item.advancedPrompt.promptLabel': 'Crear una indicación avanzada',
|
|
64
|
-
'fabric.editor.ai.config.item.advancedPrompt.title': 'Crear una pregunta avanzada',
|
|
65
43
|
'fabric.editor.ai.config.item.agent.title': 'Agente Rovo de Atlassian Intelligence',
|
|
66
44
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Acorta el contenido para hacerlo más conciso',
|
|
67
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Reducir actualización',
|
|
@@ -224,7 +202,6 @@ export default {
|
|
|
224
202
|
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Fuente de conocimiento',
|
|
225
203
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Agentes de Rovo',
|
|
226
204
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Agentes Rovo ({numberOfAgents})',
|
|
227
|
-
'fabric.editor.ai.experience.suggestionGroupHeading.studio': 'Estudio',
|
|
228
205
|
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Utiliza un Agente Rovo ({numberOfAgents})',
|
|
229
206
|
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Usar conocimientos generales',
|
|
230
207
|
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Usar los conocimientos de tu organización',
|
|
@@ -421,6 +398,7 @@ export default {
|
|
|
421
398
|
'fabric.editor.errorPanel.description': 'Resaltar los errores en un panel de color',
|
|
422
399
|
'fabric.editor.expand': 'Ampliar',
|
|
423
400
|
'fabric.editor.expand.description': 'Insertar una ampliación',
|
|
401
|
+
'fabric.editor.expandAriaLabel': 'Indica un nombre para esta expansión',
|
|
424
402
|
'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
|
|
425
403
|
'fabric.editor.expandNode': 'Ampliar contenido',
|
|
426
404
|
'fabric.editor.expandPlaceholder': 'Indica un nombre para esta expansión...',
|
|
@@ -430,6 +408,7 @@ export default {
|
|
|
430
408
|
'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
|
|
431
409
|
'fabric.editor.extension.sourceNoTitledName': 'este elemento',
|
|
432
410
|
'fabric.editor.extensions.config-panel.save-indicator': 'Todos los cambios se guardan siempre automáticamente',
|
|
411
|
+
'fabric.editor.externalExtensionsHeading': 'Aplicaciones',
|
|
433
412
|
'fabric.editor.externalMediaFile': 'Archivo multimedia externo',
|
|
434
413
|
'fabric.editor.failed_to_upload': 'Error al cargar',
|
|
435
414
|
'fabric.editor.feedbackDialog': 'Enviar comentarios',
|
|
@@ -541,6 +520,7 @@ export default {
|
|
|
541
520
|
'fabric.editor.lists': 'Listas',
|
|
542
521
|
'fabric.editor.listsFormat': 'Formato de lista',
|
|
543
522
|
'fabric.editor.lockColumns': 'Anchuras de columna fijas',
|
|
523
|
+
'fabric.editor.longEmptyNodePlaceholderText': 'Escribe / para insertar elementos',
|
|
544
524
|
'fabric.editor.markdown': 'Markdown',
|
|
545
525
|
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
546
526
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Ancho de multimedia reducido a {newMediaWidth,number} píxel.} other {Ancho de multimedia reducido a {newMediaWidth,number} píxeles.}}',
|
|
@@ -609,6 +589,7 @@ export default {
|
|
|
609
589
|
'fabric.editor.orderedList.description': 'Crear una lista ordenada',
|
|
610
590
|
'fabric.editor.other': 'Otros...',
|
|
611
591
|
'fabric.editor.outdent': 'Anular sangría',
|
|
592
|
+
'fabric.editor.overflowMenuViewMore': 'Ver más',
|
|
612
593
|
'fabric.editor.pageActionsLabel': 'Acciones de la página',
|
|
613
594
|
'fabric.editor.panel': 'Panel',
|
|
614
595
|
'fabric.editor.panel.backgroundColor': 'Color de fondo',
|
|
@@ -658,6 +639,7 @@ export default {
|
|
|
658
639
|
'fabric.editor.selectTableRow': 'Selecciona la fila de la tabla',
|
|
659
640
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Seleccionar aplicación',
|
|
660
641
|
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
642
|
+
'fabric.editor.shortEmptyNodePlaceholderText': '/ para insertar',
|
|
661
643
|
'fabric.editor.shortcut': 'Atajo de texto',
|
|
662
644
|
'fabric.editor.single': 'Diseño de columna única',
|
|
663
645
|
'fabric.editor.singleColumns': 'Diseño de 1 columna',
|
|
@@ -721,8 +703,11 @@ export default {
|
|
|
721
703
|
'fabric.editor.time.ago': 'antes',
|
|
722
704
|
'fabric.editor.time.updated': 'Actualizado',
|
|
723
705
|
'fabric.editor.time.viewed': 'Visto',
|
|
706
|
+
'fabric.editor.toolbarAppears': 'Aparece la barra de herramientas',
|
|
724
707
|
'fabric.editor.toolbarLabel': 'Editor',
|
|
725
708
|
'fabric.editor.toolbarMediaTitle': 'Añadir imagen, vídeo o archivo',
|
|
709
|
+
'fabric.editor.toolbarPositionFixedAtTop': 'Fijo en la parte superior',
|
|
710
|
+
'fabric.editor.toolbarPositionInline': 'En línea con el texto',
|
|
726
711
|
'fabric.editor.tooltip.blockPanel': 'un panel',
|
|
727
712
|
'fabric.editor.tooltip.bulletList': 'una lista',
|
|
728
713
|
'fabric.editor.tooltip.decisionList': 'una lista de decisiones',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -32,6 +32,7 @@ export default {
|
|
|
32
32
|
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Luo sisältöä, jonka voi lisätä päivitykseen',
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Tekee yhteenvedon päivityksen sisällöstä',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Luo',
|
|
35
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Kysy Atlassian Intelligenceltä',
|
|
35
36
|
'fabric.editor.ai.config.item.action.insert': 'Lisää',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Lisää alkuun',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertBelow': 'Lisää alle',
|
|
@@ -39,29 +40,6 @@ export default {
|
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Korvaa otsikko',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Otsikossa saa olla enintään {maxLength} merkkiä',
|
|
41
42
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Avaa chatissa',
|
|
42
|
-
'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label': 'Ohjeet',
|
|
43
|
-
'fabric.editor.ai.config.item.advancedPrompt.description': 'Määritä tehtävä, ohjeet ja säännöt',
|
|
44
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label': 'Luovuus',
|
|
45
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high': 'Korkea',
|
|
46
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low': 'Matala',
|
|
47
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium': 'Keskitaso',
|
|
48
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.helperMessage': 'Esimerkki: 1. Aloita asiakirja lyhyellä katsauksella yrityksemme päämääristä. 2. Luettele tärkeimmät tiimin jäsenet, jotka tulokkaat tapaavat ensimmäisellä viikollaan.',
|
|
49
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder': 'Anna tehtäväohjeet, joiden avulla on helpompi tuottaa tarkkoja tuloksia.',
|
|
50
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage': 'Esimerkki: Tulosten on noudatettava yrityksen tyyliohjeita eikä niissä saa käyttää vahvistamattomia tietoja.',
|
|
51
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.label': 'Säännöt',
|
|
52
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder': 'Määrittele säännöt, joita haluat noudatettavan.',
|
|
53
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required': 'Anna tehtävä',
|
|
54
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage': 'Esimerkki: Luo perehdytysdokumentaatio tiimiin liittyville uusille työntekijöille.',
|
|
55
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.label': 'Tehtävä',
|
|
56
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder': 'Kuvaile tehtävää, joka on suoritettava.',
|
|
57
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.label': 'Sävy',
|
|
58
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual': 'Rento',
|
|
59
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational': 'Opettavainen',
|
|
60
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic': 'Empaattinen',
|
|
61
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral': 'Neutraali',
|
|
62
|
-
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional': 'Ammattimainen',
|
|
63
|
-
'fabric.editor.ai.config.item.advancedPrompt.promptLabel': 'Luo edistynyt kehote',
|
|
64
|
-
'fabric.editor.ai.config.item.advancedPrompt.title': 'Luo edistynyt kehote',
|
|
65
43
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligencen Rovo-agentti',
|
|
66
44
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Lyhentää sisältöä, jotta se olisi ytimekkäämpi',
|
|
67
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Lyhennä päivitystä',
|
|
@@ -224,7 +202,6 @@ export default {
|
|
|
224
202
|
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Tietolähde',
|
|
225
203
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Rovo-agentit',
|
|
226
204
|
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Rovo-agentit ({numberOfAgents})',
|
|
227
|
-
'fabric.editor.ai.experience.suggestionGroupHeading.studio': 'Studio',
|
|
228
205
|
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Käytä Rovo-agenttia ({numberOfAgents})',
|
|
229
206
|
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Käytä yleistä tietämystä',
|
|
230
207
|
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Käytä organisaatiosi tietämystä',
|
|
@@ -421,6 +398,7 @@ export default {
|
|
|
421
398
|
'fabric.editor.errorPanel.description': 'Paljasta virheet värillisessä paneelissa',
|
|
422
399
|
'fabric.editor.expand': 'Laajenna',
|
|
423
400
|
'fabric.editor.expand.description': 'Lisää laajennus',
|
|
401
|
+
'fabric.editor.expandAriaLabel': 'Anna tälle laajennukselle otsikko',
|
|
424
402
|
'fabric.editor.expandDefaultTitle': 'Klikkaa tähän laajentaaksesi...',
|
|
425
403
|
'fabric.editor.expandNode': 'Laajenna sisältöä',
|
|
426
404
|
'fabric.editor.expandPlaceholder': 'Anna tälle laajennukselle otsikko...',
|
|
@@ -430,6 +408,7 @@ export default {
|
|
|
430
408
|
'fabric.editor.extension.deleteElementTitle': 'Poista elementti',
|
|
431
409
|
'fabric.editor.extension.sourceNoTitledName': 'tämä elementti',
|
|
432
410
|
'fabric.editor.extensions.config-panel.save-indicator': 'Kaikki muutokset tallennetaan aina automaattisesti',
|
|
411
|
+
'fabric.editor.externalExtensionsHeading': 'Sovellukset',
|
|
433
412
|
'fabric.editor.externalMediaFile': 'Ulkoinen mediatiedosto',
|
|
434
413
|
'fabric.editor.failed_to_upload': 'Lataaminen epäonnistui',
|
|
435
414
|
'fabric.editor.feedbackDialog': 'Anna palautetta',
|
|
@@ -541,6 +520,7 @@ export default {
|
|
|
541
520
|
'fabric.editor.lists': 'Luettelot',
|
|
542
521
|
'fabric.editor.listsFormat': 'Luettelon muotoilu',
|
|
543
522
|
'fabric.editor.lockColumns': 'Kiinteät sarakkeiden leveydet',
|
|
523
|
+
'fabric.editor.longEmptyNodePlaceholderText': 'Lisää elementtejä kirjoittamalla /',
|
|
544
524
|
'fabric.editor.markdown': 'Markdown-merkintäkieli',
|
|
545
525
|
'fabric.editor.matchCase': 'Sovita aakkoslaji',
|
|
546
526
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Median leveys vähennettiin {newMediaWidth,number} pikseliin.} other {Median leveys vähennettiin {newMediaWidth,number} pikseliin.}}',
|
|
@@ -609,6 +589,7 @@ export default {
|
|
|
609
589
|
'fabric.editor.orderedList.description': 'Luo järjestetty luettelo',
|
|
610
590
|
'fabric.editor.other': 'Muut...',
|
|
611
591
|
'fabric.editor.outdent': 'Ulonnus',
|
|
592
|
+
'fabric.editor.overflowMenuViewMore': 'Näytä lisää',
|
|
612
593
|
'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
|
|
613
594
|
'fabric.editor.panel': 'Paneeli',
|
|
614
595
|
'fabric.editor.panel.backgroundColor': 'Taustaväri',
|
|
@@ -658,6 +639,7 @@ export default {
|
|
|
658
639
|
'fabric.editor.selectTableRow': 'Valitse taulukkorivi',
|
|
659
640
|
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Valitse sovellus',
|
|
660
641
|
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
642
|
+
'fabric.editor.shortEmptyNodePlaceholderText': 'Lisää kirjoittamalla /',
|
|
661
643
|
'fabric.editor.shortcut': 'Tekstipikalinkki',
|
|
662
644
|
'fabric.editor.single': 'Yhden sarakkeen asettelu',
|
|
663
645
|
'fabric.editor.singleColumns': 'Yhden sarakkeen asettelu',
|
|
@@ -721,8 +703,11 @@ export default {
|
|
|
721
703
|
'fabric.editor.time.ago': 'sitten',
|
|
722
704
|
'fabric.editor.time.updated': 'Päivitetty',
|
|
723
705
|
'fabric.editor.time.viewed': 'Katseltu',
|
|
706
|
+
'fabric.editor.toolbarAppears': 'Työkalupalkki tulee näkyviin',
|
|
724
707
|
'fabric.editor.toolbarLabel': 'Editori',
|
|
725
708
|
'fabric.editor.toolbarMediaTitle': 'Lisää kuva, video tai tiedosto',
|
|
709
|
+
'fabric.editor.toolbarPositionFixedAtTop': 'Kiinnitetty ylös',
|
|
710
|
+
'fabric.editor.toolbarPositionInline': 'Tekstiin sitoutuva',
|
|
726
711
|
'fabric.editor.tooltip.blockPanel': 'paneeli',
|
|
727
712
|
'fabric.editor.tooltip.bulletList': 'luettelo',
|
|
728
713
|
'fabric.editor.tooltip.decisionList': 'päätösluettelo',
|