@atlaskit/editor-common 102.15.2 → 102.16.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/emoji/index.js +8 -1
- package/dist/cjs/i18n/cs.js +240 -2
- package/dist/cjs/i18n/da.js +239 -2
- package/dist/cjs/i18n/de.js +239 -2
- package/dist/cjs/i18n/en.js +249 -3
- package/dist/cjs/i18n/en_GB.js +249 -3
- package/dist/cjs/i18n/en_ZZ.js +249 -3
- package/dist/cjs/i18n/es.js +240 -2
- package/dist/cjs/i18n/fi.js +240 -2
- package/dist/cjs/i18n/fr.js +240 -2
- package/dist/cjs/i18n/hu.js +239 -2
- package/dist/cjs/i18n/it.js +239 -2
- package/dist/cjs/i18n/ja.js +240 -2
- package/dist/cjs/i18n/ko.js +240 -2
- package/dist/cjs/i18n/nb.js +239 -2
- package/dist/cjs/i18n/nl.js +239 -2
- package/dist/cjs/i18n/pl.js +240 -2
- package/dist/cjs/i18n/pt_BR.js +238 -2
- package/dist/cjs/i18n/ru.js +240 -2
- package/dist/cjs/i18n/sv.js +239 -2
- package/dist/cjs/i18n/th.js +225 -2
- package/dist/cjs/i18n/tr.js +240 -2
- package/dist/cjs/i18n/uk.js +225 -2
- package/dist/cjs/i18n/vi.js +224 -2
- package/dist/cjs/i18n/zh.js +240 -2
- package/dist/cjs/i18n/zh_TW.js +240 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/annotation.js +64 -30
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/emoji/index.js +2 -1
- package/dist/es2019/i18n/cs.js +240 -2
- package/dist/es2019/i18n/da.js +239 -2
- package/dist/es2019/i18n/de.js +239 -2
- package/dist/es2019/i18n/en.js +249 -3
- package/dist/es2019/i18n/en_GB.js +249 -3
- package/dist/es2019/i18n/en_ZZ.js +249 -3
- package/dist/es2019/i18n/es.js +240 -2
- package/dist/es2019/i18n/fi.js +240 -2
- package/dist/es2019/i18n/fr.js +240 -2
- package/dist/es2019/i18n/hu.js +239 -2
- package/dist/es2019/i18n/it.js +239 -2
- package/dist/es2019/i18n/ja.js +240 -2
- package/dist/es2019/i18n/ko.js +240 -2
- package/dist/es2019/i18n/nb.js +239 -2
- package/dist/es2019/i18n/nl.js +239 -2
- package/dist/es2019/i18n/pl.js +240 -2
- package/dist/es2019/i18n/pt_BR.js +238 -2
- package/dist/es2019/i18n/ru.js +240 -2
- package/dist/es2019/i18n/sv.js +239 -2
- package/dist/es2019/i18n/th.js +225 -2
- package/dist/es2019/i18n/tr.js +240 -2
- package/dist/es2019/i18n/uk.js +225 -2
- package/dist/es2019/i18n/vi.js +224 -2
- package/dist/es2019/i18n/zh.js +240 -2
- package/dist/es2019/i18n/zh_TW.js +240 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/annotation.js +64 -30
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/emoji/index.js +2 -1
- package/dist/esm/i18n/cs.js +240 -2
- package/dist/esm/i18n/da.js +239 -2
- package/dist/esm/i18n/de.js +239 -2
- package/dist/esm/i18n/en.js +249 -3
- package/dist/esm/i18n/en_GB.js +249 -3
- package/dist/esm/i18n/en_ZZ.js +249 -3
- package/dist/esm/i18n/es.js +240 -2
- package/dist/esm/i18n/fi.js +240 -2
- package/dist/esm/i18n/fr.js +240 -2
- package/dist/esm/i18n/hu.js +239 -2
- package/dist/esm/i18n/it.js +239 -2
- package/dist/esm/i18n/ja.js +240 -2
- package/dist/esm/i18n/ko.js +240 -2
- package/dist/esm/i18n/nb.js +239 -2
- package/dist/esm/i18n/nl.js +239 -2
- package/dist/esm/i18n/pl.js +240 -2
- package/dist/esm/i18n/pt_BR.js +238 -2
- package/dist/esm/i18n/ru.js +240 -2
- package/dist/esm/i18n/sv.js +239 -2
- package/dist/esm/i18n/th.js +225 -2
- package/dist/esm/i18n/tr.js +240 -2
- package/dist/esm/i18n/uk.js +225 -2
- package/dist/esm/i18n/vi.js +224 -2
- package/dist/esm/i18n/zh.js +240 -2
- package/dist/esm/i18n/zh_TW.js +240 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/annotation.js +64 -30
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/emoji/index.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +239 -1
- package/dist/types/i18n/da.d.ts +238 -1
- package/dist/types/i18n/de.d.ts +238 -1
- package/dist/types/i18n/en.d.ts +247 -1
- package/dist/types/i18n/en_GB.d.ts +247 -1
- package/dist/types/i18n/en_ZZ.d.ts +247 -1
- package/dist/types/i18n/es.d.ts +239 -1
- package/dist/types/i18n/fi.d.ts +239 -1
- package/dist/types/i18n/fr.d.ts +239 -1
- package/dist/types/i18n/hu.d.ts +238 -1
- package/dist/types/i18n/it.d.ts +238 -1
- package/dist/types/i18n/ja.d.ts +239 -1
- package/dist/types/i18n/ko.d.ts +239 -1
- package/dist/types/i18n/nb.d.ts +238 -1
- package/dist/types/i18n/nl.d.ts +238 -1
- package/dist/types/i18n/pl.d.ts +239 -1
- package/dist/types/i18n/pt_BR.d.ts +237 -1
- package/dist/types/i18n/ru.d.ts +239 -1
- package/dist/types/i18n/sv.d.ts +238 -1
- package/dist/types/i18n/th.d.ts +224 -1
- package/dist/types/i18n/tr.d.ts +239 -1
- package/dist/types/i18n/uk.d.ts +224 -1
- package/dist/types/i18n/vi.d.ts +223 -1
- package/dist/types/i18n/zh.d.ts +239 -1
- package/dist/types/i18n/zh_TW.d.ts +239 -1
- package/dist/types-ts4.5/emoji/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +239 -1
- package/dist/types-ts4.5/i18n/da.d.ts +238 -1
- package/dist/types-ts4.5/i18n/de.d.ts +238 -1
- package/dist/types-ts4.5/i18n/en.d.ts +247 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +247 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +247 -1
- package/dist/types-ts4.5/i18n/es.d.ts +239 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +239 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +239 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +238 -1
- package/dist/types-ts4.5/i18n/it.d.ts +238 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +239 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +239 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +238 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +238 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +239 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +237 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +239 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +238 -1
- package/dist/types-ts4.5/i18n/th.d.ts +224 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +239 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +224 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +223 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +239 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +239 -1
- package/package.json +6 -3
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -16,6 +16,7 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
19
|
+
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
19
20
|
'fabric.editor.action': 'Action item',
|
|
20
21
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
21
22
|
'fabric.editor.addAltText': 'Alt text',
|
|
@@ -28,6 +29,219 @@ var _default = exports.default = {
|
|
|
28
29
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
29
30
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
30
31
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
32
|
+
'fabric.editor.addUpdatedAltText': 'Add alt text',
|
|
33
|
+
'fabric.editor.ai.ai-panels.actionItemsPageDescription': 'Use Atlassian Intelligence to find action items and display in a panel',
|
|
34
|
+
'fabric.editor.ai.ai-panels.actionItemsPageTitle': 'Action items panel (Beta)',
|
|
35
|
+
'fabric.editor.ai.ai-panels.summarizePageDescription': 'Use Atlassian Intelligence to summarize this page and display in a panel',
|
|
36
|
+
'fabric.editor.ai.ai-panels.summarizePageTitle': 'Page summary panel (Beta)',
|
|
37
|
+
'fabric.editor.ai.ai-smart-button.context.reference': 'Selected content',
|
|
38
|
+
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': 'Generates content to be inserted into the update',
|
|
39
|
+
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Summarizes the content of the update',
|
|
40
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generate',
|
|
41
|
+
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
42
|
+
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
43
|
+
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
44
|
+
'fabric.editor.ai.config.item.action.replace': 'Replace',
|
|
45
|
+
'fabric.editor.ai.config.item.action.replaceTitle': 'Replace title',
|
|
46
|
+
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
47
|
+
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
48
|
+
'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label': 'Instructions',
|
|
49
|
+
'fabric.editor.ai.config.item.advancedPrompt.description': 'Specify task, instructions and rules',
|
|
50
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label': 'Creativity',
|
|
51
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high': 'High',
|
|
52
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low': 'Low',
|
|
53
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium': 'Medium',
|
|
54
|
+
'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.',
|
|
55
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder': 'Provide task instructions to help generate specific outputs.',
|
|
56
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage': 'For example: The output must follow the company style guidelines and not use unverified data.',
|
|
57
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.label': 'Rules',
|
|
58
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder': 'Outline any rules you want followed.',
|
|
59
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required': 'Please provide task',
|
|
60
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage': 'For example: Create an onboarding documentation for new employees joining the team.',
|
|
61
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.label': 'Task',
|
|
62
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder': 'Describe the task that needs completing.',
|
|
63
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.label': 'Tone',
|
|
64
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual': 'Casual',
|
|
65
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational': 'Educational',
|
|
66
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic': 'Empathetic',
|
|
67
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral': 'Neutral',
|
|
68
|
+
'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional': 'Professional',
|
|
69
|
+
'fabric.editor.ai.config.item.advancedPrompt.promptLabel': 'Build an advanced prompt',
|
|
70
|
+
'fabric.editor.ai.config.item.advancedPrompt.title': 'Build an advanced prompt',
|
|
71
|
+
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
72
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
73
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Shorten update',
|
|
74
|
+
'fabric.editor.ai.config.item.bb.pr.description.description': 'Creates a pull request description with a summary of changes',
|
|
75
|
+
'fabric.editor.ai.config.item.bb.pr.description.title': 'Create pull request description',
|
|
76
|
+
'fabric.editor.ai.config.item.brainstorm.description': 'Generates a list of ideas for a topic you provide',
|
|
77
|
+
'fabric.editor.ai.config.item.brainstorm.promptHint': 'Tell me the topic...',
|
|
78
|
+
'fabric.editor.ai.config.item.brainstorm.promptLabel': 'Brainstorm',
|
|
79
|
+
'fabric.editor.ai.config.item.brainstorm.title': 'Brainstorm',
|
|
80
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.description': 'Changes the tone of the content to casual',
|
|
81
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.selectionToolbar.dropdownItem.title': 'Casual',
|
|
82
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.shortTitle': 'Casual',
|
|
83
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.title': 'Change tone to casual',
|
|
84
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.description': 'Changes the tone of the content to educational',
|
|
85
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.selectionToolbar.dropdownItem.title': 'Educational',
|
|
86
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.shortTitle': 'Educational',
|
|
87
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.title': 'Change tone to educational',
|
|
88
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.description': 'Changes the tone of the content to empathetic',
|
|
89
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.selectionToolbar.dropdownItem.title': 'Empathetic',
|
|
90
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.shortTitle': 'Empathetic',
|
|
91
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.title': 'Change tone to empathetic',
|
|
92
|
+
'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA': 'Change tone to ...',
|
|
93
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.description': 'Changes the tone of the content to neutral',
|
|
94
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.selectionToolbar.dropdownItem.title': 'Neutral',
|
|
95
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.shortTitle': 'Neutral',
|
|
96
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.title': 'Change tone to neutral',
|
|
97
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.description': 'Changes the tone of the content to professional',
|
|
98
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.selectionToolbar.dropdownItem.title': 'Professional',
|
|
99
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.shortTitle': 'Professional',
|
|
100
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.title': 'Change tone to professional',
|
|
101
|
+
'fabric.editor.ai.config.item.convertToBulletList.description': 'Reformats content to a bulleted list',
|
|
102
|
+
'fabric.editor.ai.config.item.convertToBulletList.title': 'Convert to bulleted list',
|
|
103
|
+
'fabric.editor.ai.config.item.convertToTable.description': 'Reformats content to a table with headings',
|
|
104
|
+
'fabric.editor.ai.config.item.convertToTable.title': 'Convert to table',
|
|
105
|
+
'fabric.editor.ai.config.item.draftReply.description': 'Drafts a reply based on issues similar to the one you’re working on',
|
|
106
|
+
'fabric.editor.ai.config.item.draftReply.title': 'Draft reply',
|
|
107
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.description': 'Fixes spelling and grammar mistakes',
|
|
108
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.selectionToolbar.dropdownItem.title': 'Spelling & grammar',
|
|
109
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.title': 'Fix spelling & grammar',
|
|
110
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.description': 'Enhances clarity, structure, and tone for better engagement and comprehension',
|
|
111
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.selectionToolbar.dropdownItem.title': 'Improve writing',
|
|
112
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.title': 'Improve writing',
|
|
113
|
+
'fabric.editor.ai.config.item.findActionItems.description': 'Finds action items in the content you provide',
|
|
114
|
+
'fabric.editor.ai.config.item.findActionItems.title': 'Find action items',
|
|
115
|
+
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': 'Select from below (free generate is disabled in Elevate at this time)',
|
|
116
|
+
'fabric.editor.ai.config.item.generateContent.promptHint': 'Write with AI or select from below',
|
|
117
|
+
'fabric.editor.ai.config.item.improveDescription.default.description': 'Restructure the issue description based on the issue type',
|
|
118
|
+
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': 'Improve description',
|
|
119
|
+
'fabric.editor.ai.config.item.makeLonger.description': 'Expands the content based on the context you provide',
|
|
120
|
+
'fabric.editor.ai.config.item.makeLonger.title': 'Make longer',
|
|
121
|
+
'fabric.editor.ai.config.item.range.agent.description': 'No description',
|
|
122
|
+
'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Tell the Agent to write anything or choose from below',
|
|
123
|
+
'fabric.editor.ai.config.item.rephrase.description': 'Creates a suggestion for rewriting your sentences',
|
|
124
|
+
'fabric.editor.ai.config.item.rephrase.title': 'Rephrase',
|
|
125
|
+
'fabric.editor.ai.config.item.shorten.description': 'Shortens the content to make it more concise',
|
|
126
|
+
'fabric.editor.ai.config.item.shorten.selectionToolbar.dropdownItem.title': 'Make shorter',
|
|
127
|
+
'fabric.editor.ai.config.item.shorten.title': 'Make shorter',
|
|
128
|
+
'fabric.editor.ai.config.item.suggest.description': 'Suggests a title for content you provide',
|
|
129
|
+
'fabric.editor.ai.config.item.suggest.title': 'Suggest a title',
|
|
130
|
+
'fabric.editor.ai.config.item.summarize.description': "Creates a summary of the text you're working on, highlighting key points",
|
|
131
|
+
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarize writing',
|
|
132
|
+
'fabric.editor.ai.config.item.summarize.title': 'Summarize writing',
|
|
133
|
+
'fabric.editor.ai.config.item.translate.chineseSimplified': 'Chinese (Simplified)',
|
|
134
|
+
'fabric.editor.ai.config.item.translate.chineseTraditional': 'Chinese (Traditional)',
|
|
135
|
+
'fabric.editor.ai.config.item.translate.czech': 'Czech',
|
|
136
|
+
'fabric.editor.ai.config.item.translate.danish': 'Danish',
|
|
137
|
+
'fabric.editor.ai.config.item.translate.dutch': 'Dutch',
|
|
138
|
+
'fabric.editor.ai.config.item.translate.english': 'English',
|
|
139
|
+
'fabric.editor.ai.config.item.translate.finnish': 'Finnish',
|
|
140
|
+
'fabric.editor.ai.config.item.translate.french': 'French',
|
|
141
|
+
'fabric.editor.ai.config.item.translate.german': 'German',
|
|
142
|
+
'fabric.editor.ai.config.item.translate.hungarian': 'Hungarian',
|
|
143
|
+
'fabric.editor.ai.config.item.translate.italian': 'Italian',
|
|
144
|
+
'fabric.editor.ai.config.item.translate.japanese': 'Japanese',
|
|
145
|
+
'fabric.editor.ai.config.item.translate.korean': 'Korean',
|
|
146
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitle.ga': 'Translate',
|
|
147
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA': 'Translate to ...',
|
|
148
|
+
'fabric.editor.ai.config.item.translate.norwegian': 'Norwegian',
|
|
149
|
+
'fabric.editor.ai.config.item.translate.polish': 'Polish',
|
|
150
|
+
'fabric.editor.ai.config.item.translate.portugueseBrazilian': 'Portuguese (Brazilian)',
|
|
151
|
+
'fabric.editor.ai.config.item.translate.russian': 'Russian',
|
|
152
|
+
'fabric.editor.ai.config.item.translate.spanish': 'Spanish',
|
|
153
|
+
'fabric.editor.ai.config.item.translate.swedish': 'Swedish',
|
|
154
|
+
'fabric.editor.ai.config.item.translate.thai': 'Thai',
|
|
155
|
+
'fabric.editor.ai.config.item.translate.turkish': 'Turkish',
|
|
156
|
+
'fabric.editor.ai.config.item.translate.ukrainian': 'Ukrainian',
|
|
157
|
+
'fabric.editor.ai.config.item.translate.vietnamese': 'Vietnamese',
|
|
158
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.description': "Translates the text you're working on to Chinese (Simplified)",
|
|
159
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.title': 'Translate to Chinese (Simplified)',
|
|
160
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.description': "Translates the text you're working on to Chinese (Traditional)",
|
|
161
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.title': 'Translate to Chinese (Traditional)',
|
|
162
|
+
'fabric.editor.ai.config.item.translateTo.czech.description': "Translates the text you're working on to Czech",
|
|
163
|
+
'fabric.editor.ai.config.item.translateTo.czech.title': 'Translate to Czech',
|
|
164
|
+
'fabric.editor.ai.config.item.translateTo.danish.description': "Translates the text you're working on to Danish",
|
|
165
|
+
'fabric.editor.ai.config.item.translateTo.danish.title': 'Translate to Danish',
|
|
166
|
+
'fabric.editor.ai.config.item.translateTo.dutch.description': "Translates the text you're working on to Dutch",
|
|
167
|
+
'fabric.editor.ai.config.item.translateTo.dutch.title': 'Translate to Dutch',
|
|
168
|
+
'fabric.editor.ai.config.item.translateTo.english.description': "Translates the text you're working on to English",
|
|
169
|
+
'fabric.editor.ai.config.item.translateTo.english.title': 'Translate to English',
|
|
170
|
+
'fabric.editor.ai.config.item.translateTo.finnish.description': "Translates the text you're working on to Finnish",
|
|
171
|
+
'fabric.editor.ai.config.item.translateTo.finnish.title': 'Translate to Finnish',
|
|
172
|
+
'fabric.editor.ai.config.item.translateTo.french.description': "Translates the text you're working on to French",
|
|
173
|
+
'fabric.editor.ai.config.item.translateTo.french.title': 'Translate to French',
|
|
174
|
+
'fabric.editor.ai.config.item.translateTo.german.description': "Translates the text you're working on to German",
|
|
175
|
+
'fabric.editor.ai.config.item.translateTo.german.title': 'Translate to German',
|
|
176
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.description': "Translates the text you're working on to Hungarian",
|
|
177
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.title': 'Translate to Hungarian',
|
|
178
|
+
'fabric.editor.ai.config.item.translateTo.italian.description': "Translates the text you're working on to Italian",
|
|
179
|
+
'fabric.editor.ai.config.item.translateTo.italian.title': 'Translate to Italian',
|
|
180
|
+
'fabric.editor.ai.config.item.translateTo.japanese.description': "Translates the text you're working on to Japanese",
|
|
181
|
+
'fabric.editor.ai.config.item.translateTo.japanese.title': 'Translate to Japanese',
|
|
182
|
+
'fabric.editor.ai.config.item.translateTo.korean.description': "Translates the text you're working on to Korean",
|
|
183
|
+
'fabric.editor.ai.config.item.translateTo.korean.title': 'Translate to Korean',
|
|
184
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.description': "Translates the text you're working on to Norwegian",
|
|
185
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.title': 'Translate to Norwegian',
|
|
186
|
+
'fabric.editor.ai.config.item.translateTo.polish.description': "Translates the text you're working on to Polish",
|
|
187
|
+
'fabric.editor.ai.config.item.translateTo.polish.title': 'Translate to Polish',
|
|
188
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description': "Translates the text you're working on to Portuguese (Brazilian)",
|
|
189
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title': 'Translate to Portuguese (Brazilian)',
|
|
190
|
+
'fabric.editor.ai.config.item.translateTo.russian.description': "Translates the text you're working on to Russian",
|
|
191
|
+
'fabric.editor.ai.config.item.translateTo.russian.title': 'Translate to Russian',
|
|
192
|
+
'fabric.editor.ai.config.item.translateTo.spanish.description': "Translates the text you're working on to Spanish",
|
|
193
|
+
'fabric.editor.ai.config.item.translateTo.spanish.title': 'Translate to Spanish',
|
|
194
|
+
'fabric.editor.ai.config.item.translateTo.swedish.description': "Translates the text you're working on to Swedish",
|
|
195
|
+
'fabric.editor.ai.config.item.translateTo.swedish.title': 'Translate to Swedish',
|
|
196
|
+
'fabric.editor.ai.config.item.translateTo.thai.description': "Translates the text you're working on to Thai",
|
|
197
|
+
'fabric.editor.ai.config.item.translateTo.thai.title': 'Translate to Thai',
|
|
198
|
+
'fabric.editor.ai.config.item.translateTo.turkish.description': "Translates the text you're working on to Turkish",
|
|
199
|
+
'fabric.editor.ai.config.item.translateTo.turkish.title': 'Translate to Turkish',
|
|
200
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.description': "Translates the text you're working on to Ukrainian",
|
|
201
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.title': 'Translate to Ukrainian',
|
|
202
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.description': "Translates the text you're working on to Vietnamese",
|
|
203
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.title': 'Translate to Vietnamese',
|
|
204
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceChangeToneSelectionToolbarDropdownMenuTitle': 'Change tone',
|
|
205
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceRewriteSelectionToolbarDropdownMenuTitle': 'Rewrite',
|
|
206
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Translate',
|
|
207
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Page title',
|
|
208
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Page',
|
|
209
|
+
'fabric.editor.ai.experience-application.documentInsertError': "We're having trouble inserting the response. Close the dialog and try again.",
|
|
210
|
+
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': "We're having trouble generating the preview. Close the dialog and try again.",
|
|
211
|
+
'fabric.editor.ai.experience-application.rateLimitEnforced': 'We’ve received too many recent requests for Atlassian Intelligence (AI). Try again in a few minutes or read about <link>excessive use of AI</link>.',
|
|
212
|
+
'fabric.editor.ai.experience-application.tokenLimitExceeded': "We couldn't get a response. Your prompt or response was over the limit for this request. Close the dialog and try again.",
|
|
213
|
+
'fabric.editor.ai.experience-application.unhandledErrorMessage': "We're having trouble. Close the dialog and try again.",
|
|
214
|
+
'fabric.editor.ai.experience.apiError': 'We couldn’t get a response, please try again.',
|
|
215
|
+
'fabric.editor.ai.experience.aupViolationMessage': 'Your prompt or content might not comply with our Acceptable Use Policy. Please review both and refer to our <link>Acceptable Use Policy</link> if needed. If the problem persists, consider trying a different prompt or content.',
|
|
216
|
+
'fabric.editor.ai.experience.browseMore.agents': 'Browse Agents',
|
|
217
|
+
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
218
|
+
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
219
|
+
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
220
|
+
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
221
|
+
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
222
|
+
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content. Please remove these links and try again.',
|
|
223
|
+
'fabric.editor.ai.experience.inputTooShortError': 'The content is too short to summarize. Please add more and try again.',
|
|
224
|
+
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.',
|
|
225
|
+
'fabric.editor.ai.experience.labelRight.atlassianIntelligence': 'Atlassian Intelligence',
|
|
226
|
+
'fabric.editor.ai.experience.labelRight.rovo': 'Rovo',
|
|
227
|
+
'fabric.editor.ai.experience.loadingTitle': 'Generating',
|
|
228
|
+
'fabric.editor.ai.experience.messageTemplateAnalysingQuery': 'Analyzing: Reviewing your question.',
|
|
229
|
+
'fabric.editor.ai.experience.messageTemplateContentSearch': 'Searching: One moment while we search for information.',
|
|
230
|
+
'fabric.editor.ai.experience.messageTemplateNextBestTask': 'Searching: One moment while we search Jira.',
|
|
231
|
+
'fabric.editor.ai.experience.messageTemplatePageHydration': 'Searching: One moment while we search the page.',
|
|
232
|
+
'fabric.editor.ai.experience.noResultsSuggestion': 'No results',
|
|
233
|
+
'fabric.editor.ai.experience.responseTooSimilarMessage': 'Atlassian Intelligence has no suggestions at this time. Feel free to try a different prompt or content.',
|
|
234
|
+
'fabric.editor.ai.experience.showMoreButton': 'Show more',
|
|
235
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.actions': 'Actions',
|
|
236
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.agents': 'Agents',
|
|
237
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.atlassianIntelligence': 'Atlassian intelligence',
|
|
238
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Knowledge source',
|
|
239
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Rovo agents',
|
|
240
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Rovo agents ({numberOfAgents})',
|
|
241
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.studio': 'Studio',
|
|
242
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use a Rovo agent ({numberOfAgents})',
|
|
243
|
+
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Use general knowledge',
|
|
244
|
+
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Use knowledge from your organization',
|
|
31
245
|
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Ask AI',
|
|
32
246
|
'fabric.editor.ai.proactive.beta.label.non-final': 'BETA',
|
|
33
247
|
'fabric.editor.ai.proactive.close.label.non-final': 'Close',
|
|
@@ -104,8 +318,16 @@ var _default = exports.default = {
|
|
|
104
318
|
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': 'Your content’s looking good',
|
|
105
319
|
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': 'Spelling and grammar',
|
|
106
320
|
'fabric.editor.ai.proactive.suggestions.title.non-final': 'Suggestions',
|
|
321
|
+
'fabric.editor.ai.screens.preview.convoAIBeta': 'Content generation requests that reference URLs is in beta.',
|
|
107
322
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
108
323
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
324
|
+
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
325
|
+
'fabric.editor.ai.toolbar.improveWriting.title': 'Improve writing',
|
|
326
|
+
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Tell Atlassian Intelligence to improve the writing of your selection',
|
|
327
|
+
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
328
|
+
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
329
|
+
'fabric.editor.ai.toolbar.tryAI.title': 'Try AI',
|
|
330
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Open Atlassian Intelligence',
|
|
109
331
|
'fabric.editor.alignCenter': 'Align center',
|
|
110
332
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
111
333
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -121,7 +343,9 @@ var _default = exports.default = {
|
|
|
121
343
|
'fabric.editor.backLink': 'Go back',
|
|
122
344
|
'fabric.editor.backgroundColor': 'Background color',
|
|
123
345
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
124
|
-
'fabric.editor.
|
|
346
|
+
'fabric.editor.blockControlDelete': 'Delete',
|
|
347
|
+
'fabric.editor.blockControlDragHandleMove': 'Drag to move',
|
|
348
|
+
'fabric.editor.blockControlDragHandleRearrange': 'Drag to rearrange',
|
|
125
349
|
'fabric.editor.blockControlInsert': 'Insert',
|
|
126
350
|
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
127
351
|
'fabric.editor.blockControlMoveLeft': 'Move left',
|
|
@@ -169,6 +393,7 @@ var _default = exports.default = {
|
|
|
169
393
|
'fabric.editor.columnSelected': 'Column {index} of {total} selected',
|
|
170
394
|
'fabric.editor.columns': 'Layouts',
|
|
171
395
|
'fabric.editor.columns.advanced.layout.description': 'Insert {numberOfColumns} equal {numberOfColumns, plural, one {column} other {columns}}',
|
|
396
|
+
'fabric.editor.columns.advanced.layout.single.description': 'Insert a single column layout',
|
|
172
397
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
173
398
|
'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been} other {{count} columns have been}} inserted',
|
|
174
399
|
'fabric.editor.columnsAreRemoved': '{count, plural, one {The column has been} other {{count} columns have been}} removed',
|
|
@@ -207,6 +432,8 @@ var _default = exports.default = {
|
|
|
207
432
|
'fabric.editor.datasource.confluenceSearch.description': 'Insert list of search results from Confluence with enhanced search, filtering, and configuration.',
|
|
208
433
|
'fabric.editor.datasource.jiraIssue': 'Jira Issues',
|
|
209
434
|
'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
435
|
+
'fabric.editor.datasource.jiraIssue.description.issue-term-refresh': 'Insert Jira work items from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
436
|
+
'fabric.editor.datasource.jiraIssue.issue-term-refresh': 'Jira Work Items',
|
|
210
437
|
'fabric.editor.datasourceAppearanceTitle': 'List',
|
|
211
438
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
212
439
|
'fabric.editor.date': 'Date',
|
|
@@ -216,6 +443,7 @@ var _default = exports.default = {
|
|
|
216
443
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
217
444
|
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
|
218
445
|
'fabric.editor.defaultAltText': 'Document',
|
|
446
|
+
'fabric.editor.delete': 'Delete',
|
|
219
447
|
'fabric.editor.description': 'Description',
|
|
220
448
|
'fabric.editor.displayBlock': 'Display card',
|
|
221
449
|
'fabric.editor.displayEmbed': 'Display embed',
|
|
@@ -246,6 +474,7 @@ var _default = exports.default = {
|
|
|
246
474
|
'fabric.editor.editorHelp': 'Editor help',
|
|
247
475
|
'fabric.editor.editors': 'Editors',
|
|
248
476
|
'fabric.editor.elementBrowser.help': 'Help',
|
|
477
|
+
'fabric.editor.elementInsertSidePanel.title': 'Insert',
|
|
249
478
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
250
479
|
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
251
480
|
'fabric.editor.elementbrowser.categorylist.category-all': 'All',
|
|
@@ -270,6 +499,8 @@ var _default = exports.default = {
|
|
|
270
499
|
'fabric.editor.emoji': 'Emoji',
|
|
271
500
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
272
501
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
502
|
+
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
503
|
+
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
273
504
|
'fabric.editor.epic': 'Epic',
|
|
274
505
|
'fabric.editor.error': 'Error',
|
|
275
506
|
'fabric.editor.errorPanel': 'Error panel',
|
|
@@ -325,6 +556,7 @@ var _default = exports.default = {
|
|
|
325
556
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
326
557
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
327
558
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
559
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh': 'Work Item',
|
|
328
560
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
329
561
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
330
562
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
@@ -377,11 +609,15 @@ var _default = exports.default = {
|
|
|
377
609
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
378
610
|
'fabric.editor.italic': 'Italic',
|
|
379
611
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
380
|
-
'fabric.editor.layout.columnOption': '{count, plural, one { Column} other {{count} Columns}}',
|
|
612
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {{count} Column} other {{count} Columns}}',
|
|
613
|
+
'fabric.editor.layout.controls.placeholder': '/ to insert',
|
|
381
614
|
'fabric.editor.layout.placeholder': 'Add content',
|
|
382
615
|
'fabric.editor.layout.resizeLayout': 'Resize layout',
|
|
383
616
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
384
617
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
618
|
+
'fabric.editor.layoutStateFixedWidth': 'Centered',
|
|
619
|
+
'fabric.editor.layoutStateFullWidth': 'Full width',
|
|
620
|
+
'fabric.editor.layoutStateWide': 'Wide',
|
|
385
621
|
'fabric.editor.layoutWide': 'Go wide',
|
|
386
622
|
'fabric.editor.leftSidebar': 'Left sidebar layout',
|
|
387
623
|
'fabric.editor.link': 'Link',
|
|
@@ -411,9 +647,12 @@ var _default = exports.default = {
|
|
|
411
647
|
'fabric.editor.media.insert.pasteLinkToUpload': 'Paste link to upload',
|
|
412
648
|
'fabric.editor.media.insert.upload': 'Upload',
|
|
413
649
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
|
|
650
|
+
'fabric.editor.media.pixelEntry.ResizeOption': 'Resize',
|
|
651
|
+
'fabric.editor.media.pixelEntry.closePixelEntry': 'Close',
|
|
414
652
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
415
653
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
|
416
654
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Max width {maxWidth}px',
|
|
655
|
+
'fabric.editor.media.pixelEntry.inputWidthLabel': 'Width',
|
|
417
656
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Max width {maxWidth}px',
|
|
418
657
|
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convert to pixels',
|
|
419
658
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrate from percentage to fixed pixel sizing',
|
|
@@ -459,6 +698,7 @@ var _default = exports.default = {
|
|
|
459
698
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
460
699
|
'fabric.editor.panel': 'Panel',
|
|
461
700
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
701
|
+
'fabric.editor.panel.custom': 'Custom',
|
|
462
702
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
463
703
|
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
464
704
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
@@ -468,6 +708,7 @@ var _default = exports.default = {
|
|
|
468
708
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
469
709
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
470
710
|
'fabric.editor.plainText': 'Use plain text',
|
|
711
|
+
'fabric.editor.preferencesLink': 'Link preferences',
|
|
471
712
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
472
713
|
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
473
714
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
@@ -501,9 +742,11 @@ var _default = exports.default = {
|
|
|
501
742
|
'fabric.editor.selectLanguage': 'Select language',
|
|
502
743
|
'fabric.editor.selectTableColumn': 'Select table column',
|
|
503
744
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
745
|
+
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Select app',
|
|
504
746
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
505
747
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
506
748
|
'fabric.editor.single': 'Single column layout',
|
|
749
|
+
'fabric.editor.singleColumns': '1 Column layout',
|
|
507
750
|
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
508
751
|
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
509
752
|
'fabric.editor.sortColumnDecreasing': 'Sort decreasing',
|
|
@@ -577,6 +820,7 @@ var _default = exports.default = {
|
|
|
577
820
|
'fabric.editor.twoColumns': '2 Column layout',
|
|
578
821
|
'fabric.editor.typeAhead.popupLabel': 'Typeahead results',
|
|
579
822
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
823
|
+
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Search',
|
|
580
824
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
581
825
|
'fabric.editor.typeahead.emojiInputLabel': 'Begin typing to search or filter emoji options',
|
|
582
826
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Text Shortcut {shortcut}',
|
|
@@ -664,5 +908,7 @@ var _default = exports.default = {
|
|
|
664
908
|
'fabric.theme.teal': 'Teal',
|
|
665
909
|
'fabric.theme.white': 'White',
|
|
666
910
|
'fabric.theme.yellow': 'Yellow',
|
|
667
|
-
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
911
|
+
'fabrid.editor.rowNumbers': 'Row numbers',
|
|
912
|
+
'rovo.agents.dropdown.title': 'Agents',
|
|
913
|
+
'rovo.agents.dropdown.viewAgents.label': 'View all agents'
|
|
668
914
|
};
|