@atlaskit/afm-i18n-platform-editor-editor-common 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.js +131 -0
- package/dist/cjs/i18n/cs.js +889 -0
- package/dist/cjs/i18n/da.js +888 -0
- package/dist/cjs/i18n/de.js +888 -0
- package/dist/cjs/i18n/en.js +974 -0
- package/dist/cjs/i18n/en_GB.js +974 -0
- package/dist/cjs/i18n/en_ZZ.js +973 -0
- package/dist/cjs/i18n/es.js +889 -0
- package/dist/cjs/i18n/fi.js +889 -0
- package/dist/cjs/i18n/fr.js +889 -0
- package/dist/cjs/i18n/hr.js +949 -0
- package/dist/cjs/i18n/hu.js +888 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +888 -0
- package/dist/cjs/i18n/ja.js +889 -0
- package/dist/cjs/i18n/ko.js +889 -0
- package/dist/cjs/i18n/nb.js +888 -0
- package/dist/cjs/i18n/nl.js +888 -0
- package/dist/cjs/i18n/pl.js +889 -0
- package/dist/cjs/i18n/pt_BR.js +887 -0
- package/dist/cjs/i18n/ru.js +889 -0
- package/dist/cjs/i18n/sl.js +941 -0
- package/dist/cjs/i18n/sr_RS.js +949 -0
- package/dist/cjs/i18n/sr_YR.js +949 -0
- package/dist/cjs/i18n/sv.js +888 -0
- package/dist/cjs/i18n/th.js +874 -0
- package/dist/cjs/i18n/tr.js +889 -0
- package/dist/cjs/i18n/uk.js +874 -0
- package/dist/cjs/i18n/vi.js +874 -0
- package/dist/cjs/i18n/zh.js +889 -0
- package/dist/cjs/i18n/zh_TW.js +889 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +886 -0
- package/dist/esm/i18n/cs.js +887 -0
- package/dist/esm/i18n/da.d.ts +885 -0
- package/dist/esm/i18n/da.js +886 -0
- package/dist/esm/i18n/de.d.ts +885 -0
- package/dist/esm/i18n/de.js +886 -0
- package/dist/esm/i18n/en.d.ts +971 -0
- package/dist/esm/i18n/en.js +972 -0
- package/dist/esm/i18n/en_GB.d.ts +971 -0
- package/dist/esm/i18n/en_GB.js +972 -0
- package/dist/esm/i18n/en_ZZ.d.ts +970 -0
- package/dist/esm/i18n/en_ZZ.js +971 -0
- package/dist/esm/i18n/es.d.ts +886 -0
- package/dist/esm/i18n/es.js +887 -0
- package/dist/esm/i18n/fi.d.ts +886 -0
- package/dist/esm/i18n/fi.js +887 -0
- package/dist/esm/i18n/fr.d.ts +886 -0
- package/dist/esm/i18n/fr.js +887 -0
- package/dist/esm/i18n/hr.d.ts +946 -0
- package/dist/esm/i18n/hr.js +947 -0
- package/dist/esm/i18n/hu.d.ts +885 -0
- package/dist/esm/i18n/hu.js +886 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +885 -0
- package/dist/esm/i18n/it.js +886 -0
- package/dist/esm/i18n/ja.d.ts +886 -0
- package/dist/esm/i18n/ja.js +887 -0
- package/dist/esm/i18n/ko.d.ts +886 -0
- package/dist/esm/i18n/ko.js +887 -0
- package/dist/esm/i18n/nb.d.ts +885 -0
- package/dist/esm/i18n/nb.js +886 -0
- package/dist/esm/i18n/nl.d.ts +885 -0
- package/dist/esm/i18n/nl.js +886 -0
- package/dist/esm/i18n/pl.d.ts +886 -0
- package/dist/esm/i18n/pl.js +887 -0
- package/dist/esm/i18n/pt_BR.d.ts +884 -0
- package/dist/esm/i18n/pt_BR.js +885 -0
- package/dist/esm/i18n/ru.d.ts +886 -0
- package/dist/esm/i18n/ru.js +887 -0
- package/dist/esm/i18n/sl.d.ts +938 -0
- package/dist/esm/i18n/sl.js +939 -0
- package/dist/esm/i18n/sr_RS.d.ts +946 -0
- package/dist/esm/i18n/sr_RS.js +947 -0
- package/dist/esm/i18n/sr_YR.d.ts +946 -0
- package/dist/esm/i18n/sr_YR.js +947 -0
- package/dist/esm/i18n/sv.d.ts +885 -0
- package/dist/esm/i18n/sv.js +886 -0
- package/dist/esm/i18n/th.d.ts +871 -0
- package/dist/esm/i18n/th.js +872 -0
- package/dist/esm/i18n/tr.d.ts +886 -0
- package/dist/esm/i18n/tr.js +887 -0
- package/dist/esm/i18n/uk.d.ts +871 -0
- package/dist/esm/i18n/uk.js +872 -0
- package/dist/esm/i18n/vi.d.ts +871 -0
- package/dist/esm/i18n/vi.js +872 -0
- package/dist/esm/i18n/zh.d.ts +886 -0
- package/dist/esm/i18n/zh.js +887 -0
- package/dist/esm/i18n/zh_TW.d.ts +886 -0
- package/dist/esm/i18n/zh_TW.js +887 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +886 -0
- package/dist/types/i18n/da.d.ts +885 -0
- package/dist/types/i18n/de.d.ts +885 -0
- package/dist/types/i18n/en.d.ts +971 -0
- package/dist/types/i18n/en_GB.d.ts +971 -0
- package/dist/types/i18n/en_ZZ.d.ts +970 -0
- package/dist/types/i18n/es.d.ts +886 -0
- package/dist/types/i18n/fi.d.ts +886 -0
- package/dist/types/i18n/fr.d.ts +886 -0
- package/dist/types/i18n/hr.d.ts +946 -0
- package/dist/types/i18n/hu.d.ts +885 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +885 -0
- package/dist/types/i18n/ja.d.ts +886 -0
- package/dist/types/i18n/ko.d.ts +886 -0
- package/dist/types/i18n/nb.d.ts +885 -0
- package/dist/types/i18n/nl.d.ts +885 -0
- package/dist/types/i18n/pl.d.ts +886 -0
- package/dist/types/i18n/pt_BR.d.ts +884 -0
- package/dist/types/i18n/ru.d.ts +886 -0
- package/dist/types/i18n/sl.d.ts +938 -0
- package/dist/types/i18n/sr_RS.d.ts +946 -0
- package/dist/types/i18n/sr_YR.d.ts +946 -0
- package/dist/types/i18n/sv.d.ts +885 -0
- package/dist/types/i18n/th.d.ts +871 -0
- package/dist/types/i18n/tr.d.ts +886 -0
- package/dist/types/i18n/uk.d.ts +871 -0
- package/dist/types/i18n/vi.d.ts +871 -0
- package/dist/types/i18n/zh.d.ts +886 -0
- package/dist/types/i18n/zh_TW.d.ts +886 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +965 -0
- package/i18n/da.ts +961 -0
- package/i18n/de.ts +1002 -0
- package/i18n/en.ts +1060 -0
- package/i18n/en_GB.ts +1060 -0
- package/i18n/en_ZZ.ts +1184 -0
- package/i18n/es.ts +989 -0
- package/i18n/fi.ts +956 -0
- package/i18n/fr.ts +997 -0
- package/i18n/hr.ts +1048 -0
- package/i18n/hu.ts +972 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +983 -0
- package/i18n/ja.ts +952 -0
- package/i18n/ko.ts +937 -0
- package/i18n/nb.ts +954 -0
- package/i18n/nl.ts +988 -0
- package/i18n/pl.ts +987 -0
- package/i18n/pt_BR.ts +967 -0
- package/i18n/ru.ts +997 -0
- package/i18n/sl.ts +1048 -0
- package/i18n/sr_RS.ts +1041 -0
- package/i18n/sr_YR.ts +1029 -0
- package/i18n/sv.ts +957 -0
- package/i18n/th.ts +920 -0
- package/i18n/tr.ts +955 -0
- package/i18n/uk.ts +973 -0
- package/i18n/vi.ts +940 -0
- package/i18n/zh.ts +915 -0
- package/i18n/zh_TW.ts +915 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,974 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//
|
|
11
|
+
exports.default = {
|
|
12
|
+
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
13
|
+
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
14
|
+
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
15
|
+
'editor.extension.legacyContentHeader': 'Legacy Content',
|
|
16
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'This content has limited functionality,',
|
|
17
|
+
'editor.extension.legacyContentHeader.learnMore': 'Learn more',
|
|
18
|
+
'editor.trackChanges.toolbarIconLabel': 'Track Changes',
|
|
19
|
+
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
20
|
+
'fabric.editor.action': 'Action item',
|
|
21
|
+
'fabric.editor.action.description': 'Create and assign action items',
|
|
22
|
+
'fabric.editor.addAltText': 'Alt text',
|
|
23
|
+
'fabric.editor.addColumnLeft': 'Add column left',
|
|
24
|
+
'fabric.editor.addColumnRight': 'Add column right',
|
|
25
|
+
'fabric.editor.addCommentOnMedia': 'Add comment',
|
|
26
|
+
'fabric.editor.addImageBorder': 'Add border',
|
|
27
|
+
'fabric.editor.addLoomVideo': 'Record a Loom video',
|
|
28
|
+
'fabric.editor.addLoomVideoComment': 'Record a Loom video comment',
|
|
29
|
+
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
30
|
+
'fabric.editor.addRowAbove': 'Add row above',
|
|
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.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Ask Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Edit',
|
|
43
|
+
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
44
|
+
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
45
|
+
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Insert below original',
|
|
47
|
+
'fabric.editor.ai.config.item.action.replace': 'Replace',
|
|
48
|
+
'fabric.editor.ai.config.item.action.replaceTitle': 'Replace title',
|
|
49
|
+
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continue in chat',
|
|
51
|
+
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
52
|
+
'fabric.editor.ai.config.item.addPolish.description': 'Polishes the content to make it more polished',
|
|
53
|
+
'fabric.editor.ai.config.item.addPolish.title': 'Add polish',
|
|
54
|
+
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
55
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
56
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.title': 'Shorten update',
|
|
57
|
+
'fabric.editor.ai.config.item.bb.pr.description.description': 'Creates a pull request description with a summary of changes',
|
|
58
|
+
'fabric.editor.ai.config.item.bb.pr.description.title': 'Create pull request description',
|
|
59
|
+
'fabric.editor.ai.config.item.brainstorm.description': 'Generates a list of ideas for a topic you provide',
|
|
60
|
+
'fabric.editor.ai.config.item.brainstorm.promptHint': 'Tell me the topic...',
|
|
61
|
+
'fabric.editor.ai.config.item.brainstorm.promptLabel': 'Brainstorm',
|
|
62
|
+
'fabric.editor.ai.config.item.brainstorm.title': 'Brainstorm',
|
|
63
|
+
'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentShortTitle': 'Length',
|
|
64
|
+
'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentTitle': 'Adjust length',
|
|
65
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.description': 'Changes the tone of the content to casual',
|
|
66
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.selectionToolbar.dropdownItem.title': 'Casual',
|
|
67
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.shortTitle': 'Casual',
|
|
68
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.title': 'Change tone to casual',
|
|
69
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.description': 'Changes the tone of the content to educational',
|
|
70
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.selectionToolbar.dropdownItem.title': 'Educational',
|
|
71
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.shortTitle': 'Educational',
|
|
72
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.title': 'Change tone to educational',
|
|
73
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.description': 'Changes the tone of the content to empathetic',
|
|
74
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.selectionToolbar.dropdownItem.title': 'Empathetic',
|
|
75
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.shortTitle': 'Empathetic',
|
|
76
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.title': 'Change tone to empathetic',
|
|
77
|
+
'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA': 'Change tone to ...',
|
|
78
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.description': 'Changes the tone of the content to neutral',
|
|
79
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.selectionToolbar.dropdownItem.title': 'Neutral',
|
|
80
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.shortTitle': 'Neutral',
|
|
81
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.title': 'Change tone to neutral',
|
|
82
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.description': 'Changes the tone of the content to professional',
|
|
83
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.selectionToolbar.dropdownItem.title': 'Professional',
|
|
84
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.shortTitle': 'Professional',
|
|
85
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.title': 'Change tone to professional',
|
|
86
|
+
'fabric.editor.ai.config.item.convertToBulletList.description': 'Reformats content to a bulleted list',
|
|
87
|
+
'fabric.editor.ai.config.item.convertToBulletList.title': 'Convert to bulleted list',
|
|
88
|
+
'fabric.editor.ai.config.item.convertToTable.description': 'Reformats content to a table with headings',
|
|
89
|
+
'fabric.editor.ai.config.item.convertToTable.title': 'Convert to table',
|
|
90
|
+
'fabric.editor.ai.config.item.draftReply.description': 'Drafts a reply based on issues similar to the one you’re working on',
|
|
91
|
+
'fabric.editor.ai.config.item.draftReply.title': 'Draft reply',
|
|
92
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.description': 'Fixes spelling and grammar mistakes',
|
|
93
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.selectionToolbar.dropdownItem.title': 'Spelling & grammar',
|
|
94
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.title': 'Fix spelling & grammar',
|
|
95
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.description': 'Enhances clarity, structure, and tone for better engagement and comprehension',
|
|
96
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.selectionToolbar.dropdownItem.title': 'Improve writing',
|
|
97
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.title': 'Improve writing',
|
|
98
|
+
'fabric.editor.ai.config.item.findActionItems.description': 'Finds action items in the content you provide',
|
|
99
|
+
'fabric.editor.ai.config.item.findActionItems.title': 'Find action items',
|
|
100
|
+
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': 'Select from below (free generate is disabled in Elevate at this time)',
|
|
101
|
+
'fabric.editor.ai.config.item.generateContent.promptHint': 'Write with AI or select from below',
|
|
102
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.description': 'Generates escalation notes based on the issue context',
|
|
103
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.title': 'Generate escalation notes',
|
|
104
|
+
'fabric.editor.ai.config.item.improveDescription.default.description': 'Restructure the issue description based on the issue type',
|
|
105
|
+
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': 'Improve description',
|
|
106
|
+
'fabric.editor.ai.config.item.makeLonger.description': 'Expands the content based on the context you provide',
|
|
107
|
+
'fabric.editor.ai.config.item.makeLonger.title': 'Make longer',
|
|
108
|
+
'fabric.editor.ai.config.item.range.agent.description': 'No description',
|
|
109
|
+
'fabric.editor.ai.config.item.range.agent.prompt.hint': 'Tell the Agent to write anything or choose from below',
|
|
110
|
+
'fabric.editor.ai.config.item.rephrase.description': 'Creates a suggestion for rewriting your sentences',
|
|
111
|
+
'fabric.editor.ai.config.item.rephrase.title': 'Rephrase',
|
|
112
|
+
'fabric.editor.ai.config.item.shorten.description': 'Shortens the content to make it more concise',
|
|
113
|
+
'fabric.editor.ai.config.item.shorten.selectionToolbar.dropdownItem.title': 'Make shorter',
|
|
114
|
+
'fabric.editor.ai.config.item.shorten.title': 'Make shorter',
|
|
115
|
+
'fabric.editor.ai.config.item.suggest.description': 'Suggests a title for content you provide',
|
|
116
|
+
'fabric.editor.ai.config.item.suggest.title': 'Suggest a title',
|
|
117
|
+
'fabric.editor.ai.config.item.summarize.description': "Creates a summary of the text you're working on, highlighting key points",
|
|
118
|
+
'fabric.editor.ai.config.item.summarize.dropdownItem.title': 'Summarize writing',
|
|
119
|
+
'fabric.editor.ai.config.item.summarize.title': 'Summarize writing',
|
|
120
|
+
'fabric.editor.ai.config.item.translate.chineseSimplified': 'Chinese (Simplified)',
|
|
121
|
+
'fabric.editor.ai.config.item.translate.chineseTraditional': 'Chinese (Traditional)',
|
|
122
|
+
'fabric.editor.ai.config.item.translate.czech': 'Czech',
|
|
123
|
+
'fabric.editor.ai.config.item.translate.danish': 'Danish',
|
|
124
|
+
'fabric.editor.ai.config.item.translate.dutch': 'Dutch',
|
|
125
|
+
'fabric.editor.ai.config.item.translate.english': 'English',
|
|
126
|
+
'fabric.editor.ai.config.item.translate.finnish': 'Finnish',
|
|
127
|
+
'fabric.editor.ai.config.item.translate.french': 'French',
|
|
128
|
+
'fabric.editor.ai.config.item.translate.german': 'German',
|
|
129
|
+
'fabric.editor.ai.config.item.translate.hungarian': 'Hungarian',
|
|
130
|
+
'fabric.editor.ai.config.item.translate.italian': 'Italian',
|
|
131
|
+
'fabric.editor.ai.config.item.translate.japanese': 'Japanese',
|
|
132
|
+
'fabric.editor.ai.config.item.translate.korean': 'Korean',
|
|
133
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitle.ga': 'Translate',
|
|
134
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA': 'Translate to ...',
|
|
135
|
+
'fabric.editor.ai.config.item.translate.norwegian': 'Norwegian',
|
|
136
|
+
'fabric.editor.ai.config.item.translate.polish': 'Polish',
|
|
137
|
+
'fabric.editor.ai.config.item.translate.portugueseBrazilian': 'Portuguese (Brazilian)',
|
|
138
|
+
'fabric.editor.ai.config.item.translate.russian': 'Russian',
|
|
139
|
+
'fabric.editor.ai.config.item.translate.spanish': 'Spanish',
|
|
140
|
+
'fabric.editor.ai.config.item.translate.swedish': 'Swedish',
|
|
141
|
+
'fabric.editor.ai.config.item.translate.thai': 'Thai',
|
|
142
|
+
'fabric.editor.ai.config.item.translate.turkish': 'Turkish',
|
|
143
|
+
'fabric.editor.ai.config.item.translate.ukrainian': 'Ukrainian',
|
|
144
|
+
'fabric.editor.ai.config.item.translate.vietnamese': 'Vietnamese',
|
|
145
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.description': "Translates the text you're working on to Chinese (Simplified)",
|
|
146
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.title': 'Translate to Chinese (Simplified)',
|
|
147
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.description': "Translates the text you're working on to Chinese (Traditional)",
|
|
148
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.title': 'Translate to Chinese (Traditional)',
|
|
149
|
+
'fabric.editor.ai.config.item.translateTo.czech.description': "Translates the text you're working on to Czech",
|
|
150
|
+
'fabric.editor.ai.config.item.translateTo.czech.title': 'Translate to Czech',
|
|
151
|
+
'fabric.editor.ai.config.item.translateTo.danish.description': "Translates the text you're working on to Danish",
|
|
152
|
+
'fabric.editor.ai.config.item.translateTo.danish.title': 'Translate to Danish',
|
|
153
|
+
'fabric.editor.ai.config.item.translateTo.dutch.description': "Translates the text you're working on to Dutch",
|
|
154
|
+
'fabric.editor.ai.config.item.translateTo.dutch.title': 'Translate to Dutch',
|
|
155
|
+
'fabric.editor.ai.config.item.translateTo.english.description': "Translates the text you're working on to English",
|
|
156
|
+
'fabric.editor.ai.config.item.translateTo.english.title': 'Translate to English',
|
|
157
|
+
'fabric.editor.ai.config.item.translateTo.finnish.description': "Translates the text you're working on to Finnish",
|
|
158
|
+
'fabric.editor.ai.config.item.translateTo.finnish.title': 'Translate to Finnish',
|
|
159
|
+
'fabric.editor.ai.config.item.translateTo.french.description': "Translates the text you're working on to French",
|
|
160
|
+
'fabric.editor.ai.config.item.translateTo.french.title': 'Translate to French',
|
|
161
|
+
'fabric.editor.ai.config.item.translateTo.german.description': "Translates the text you're working on to German",
|
|
162
|
+
'fabric.editor.ai.config.item.translateTo.german.title': 'Translate to German',
|
|
163
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.description': "Translates the text you're working on to Hungarian",
|
|
164
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.title': 'Translate to Hungarian',
|
|
165
|
+
'fabric.editor.ai.config.item.translateTo.italian.description': "Translates the text you're working on to Italian",
|
|
166
|
+
'fabric.editor.ai.config.item.translateTo.italian.title': 'Translate to Italian',
|
|
167
|
+
'fabric.editor.ai.config.item.translateTo.japanese.description': "Translates the text you're working on to Japanese",
|
|
168
|
+
'fabric.editor.ai.config.item.translateTo.japanese.title': 'Translate to Japanese',
|
|
169
|
+
'fabric.editor.ai.config.item.translateTo.korean.description': "Translates the text you're working on to Korean",
|
|
170
|
+
'fabric.editor.ai.config.item.translateTo.korean.title': 'Translate to Korean',
|
|
171
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.description': "Translates the text you're working on to Norwegian",
|
|
172
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.title': 'Translate to Norwegian',
|
|
173
|
+
'fabric.editor.ai.config.item.translateTo.polish.description': "Translates the text you're working on to Polish",
|
|
174
|
+
'fabric.editor.ai.config.item.translateTo.polish.title': 'Translate to Polish',
|
|
175
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description': "Translates the text you're working on to Portuguese (Brazilian)",
|
|
176
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title': 'Translate to Portuguese (Brazilian)',
|
|
177
|
+
'fabric.editor.ai.config.item.translateTo.russian.description': "Translates the text you're working on to Russian",
|
|
178
|
+
'fabric.editor.ai.config.item.translateTo.russian.title': 'Translate to Russian',
|
|
179
|
+
'fabric.editor.ai.config.item.translateTo.spanish.description': "Translates the text you're working on to Spanish",
|
|
180
|
+
'fabric.editor.ai.config.item.translateTo.spanish.title': 'Translate to Spanish',
|
|
181
|
+
'fabric.editor.ai.config.item.translateTo.swedish.description': "Translates the text you're working on to Swedish",
|
|
182
|
+
'fabric.editor.ai.config.item.translateTo.swedish.title': 'Translate to Swedish',
|
|
183
|
+
'fabric.editor.ai.config.item.translateTo.thai.description': "Translates the text you're working on to Thai",
|
|
184
|
+
'fabric.editor.ai.config.item.translateTo.thai.title': 'Translate to Thai',
|
|
185
|
+
'fabric.editor.ai.config.item.translateTo.turkish.description': "Translates the text you're working on to Turkish",
|
|
186
|
+
'fabric.editor.ai.config.item.translateTo.turkish.title': 'Translate to Turkish',
|
|
187
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.description': "Translates the text you're working on to Ukrainian",
|
|
188
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.title': 'Translate to Ukrainian',
|
|
189
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.description': "Translates the text you're working on to Vietnamese",
|
|
190
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.title': 'Translate to Vietnamese',
|
|
191
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceChangeToneSelectionToolbarDropdownMenuTitle': 'Change tone',
|
|
192
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceRewriteSelectionToolbarDropdownMenuTitle': 'Rewrite',
|
|
193
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': 'Translate',
|
|
194
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': 'Page title',
|
|
195
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': 'Page',
|
|
196
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': "We're having issues and can't generate a response right now. Try again later.",
|
|
197
|
+
'fabric.editor.ai.experience-application.documentInsertError': "We're having trouble inserting the response. Close the dialog and try again.",
|
|
198
|
+
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': "We're having trouble generating the preview. Close the dialog and try again.",
|
|
199
|
+
'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>.',
|
|
200
|
+
'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.",
|
|
201
|
+
'fabric.editor.ai.experience-application.unhandledErrorMessage': "We're having trouble. Close the dialog and try again.",
|
|
202
|
+
'fabric.editor.ai.experience.adfStreamingError': "Our apologies, we couldn't get a response.",
|
|
203
|
+
'fabric.editor.ai.experience.apiError': 'We couldn’t get a response, please try again.',
|
|
204
|
+
'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.',
|
|
205
|
+
'fabric.editor.ai.experience.browseMore.agents': 'Browse Agents',
|
|
206
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': 'An error occurred while generating your response.',
|
|
207
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': "We couldn’t complete that request because it doesn't comply with our <link>Acceptable Use Policy</link>.",
|
|
208
|
+
'fabric.editor.ai.experience.discardMessagePrompt': 'Do you want to discard your prompt?',
|
|
209
|
+
'fabric.editor.ai.experience.discardMessageResponse': 'Do you want to discard your response?',
|
|
210
|
+
'fabric.editor.ai.experience.discardStreamingInDocumennt': 'Cancel request and discard response?',
|
|
211
|
+
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
212
|
+
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
213
|
+
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
214
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generating',
|
|
215
|
+
'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.',
|
|
216
|
+
'fabric.editor.ai.experience.inputTooShortError': 'The content is too short to summarize. Please add more and try again.',
|
|
217
|
+
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.',
|
|
218
|
+
'fabric.editor.ai.experience.labelRight.atlassianIntelligence': 'Atlassian Intelligence',
|
|
219
|
+
'fabric.editor.ai.experience.labelRight.rovo': 'Rovo',
|
|
220
|
+
'fabric.editor.ai.experience.loadingTitle': 'Generating',
|
|
221
|
+
'fabric.editor.ai.experience.messageTemplateAnalysingQuery': 'Analyzing: Reviewing your question.',
|
|
222
|
+
'fabric.editor.ai.experience.messageTemplateContentSearch': 'Searching: One moment while we search for information.',
|
|
223
|
+
'fabric.editor.ai.experience.messageTemplateNextBestTask': 'Searching: One moment while we search Jira.',
|
|
224
|
+
'fabric.editor.ai.experience.messageTemplatePageHydration': 'Searching: One moment while we search the page.',
|
|
225
|
+
'fabric.editor.ai.experience.noResultsSuggestion': 'No results',
|
|
226
|
+
'fabric.editor.ai.experience.responseTooSimilarMessage': 'Atlassian Intelligence has no suggestions at this time. Feel free to try a different prompt or content.',
|
|
227
|
+
'fabric.editor.ai.experience.showMoreButton': 'Show more',
|
|
228
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.actions': 'Actions',
|
|
229
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.agents': 'Agents',
|
|
230
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.atlassianIntelligence': 'Atlassian intelligence',
|
|
231
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': 'Knowledge source',
|
|
232
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Rovo agents',
|
|
233
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Rovo agents ({numberOfAgents})',
|
|
234
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': 'Use a Rovo agent ({numberOfAgents})',
|
|
235
|
+
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': 'Use general knowledge',
|
|
236
|
+
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': 'Use knowledge from your organization',
|
|
237
|
+
'fabric.editor.ai.proactive.askAIButtonLabel.non-final': 'Ask AI',
|
|
238
|
+
'fabric.editor.ai.proactive.beta.label.non-final': 'BETA',
|
|
239
|
+
'fabric.editor.ai.proactive.close.label.non-final': 'Close',
|
|
240
|
+
'fabric.editor.ai.proactive.enableSuggestionsButtonLabel.non-final': 'Turn on',
|
|
241
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.description.non-final': 'Turn on suggested edits to quickly preview content improvements.',
|
|
242
|
+
'fabric.editor.ai.proactive.enableSuggestionsState.title.non-final': 'You create. We polish.',
|
|
243
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': "We're having trouble generating the preview. Close the dialog and try again.",
|
|
244
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': "We're having trouble. Close the dialog and try again.",
|
|
245
|
+
'fabric.editor.ai.proactive.findingMoreSuggestionsLoadingLabel.non-final': 'Finding more suggestions',
|
|
246
|
+
'fabric.editor.ai.proactive.findingSuggestionsLabel.non-final': 'Finding suggestions',
|
|
247
|
+
'fabric.editor.ai.proactive.findingSuggestionsLoadingLabel.non-final': 'Finding suggestions',
|
|
248
|
+
'fabric.editor.ai.proactive.loading.iconAltText.non-final': 'Loading icon',
|
|
249
|
+
'fabric.editor.ai.proactive.moreActions.label.non-final': 'More actions',
|
|
250
|
+
'fabric.editor.ai.proactive.moreMenu.giveFeedback.non-final': 'Give feedback',
|
|
251
|
+
'fabric.editor.ai.proactive.moreMenu.label.non-final': 'more',
|
|
252
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestions.non-final': 'Manage Suggestions',
|
|
253
|
+
'fabric.editor.ai.proactive.moreMenu.manageSuggestionsTitle.non-final': 'Manage suggestions',
|
|
254
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsDescription.non-final': 'Use panels to make your message stand out.',
|
|
255
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllPanelSuggestionsTitle.non-final': 'Panels',
|
|
256
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsDescription.non-final': 'Toggle to turn suggested edits on or off.',
|
|
257
|
+
'fabric.editor.ai.proactive.moreMenu.toggleAllSuggestionsTitle.non-final': 'All suggestions',
|
|
258
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelDescription.non-final': 'Transform text into a red error panel.',
|
|
259
|
+
'fabric.editor.ai.proactive.moreMenu.toggleErrorPanelTitle.non-final': 'Error panel',
|
|
260
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphDescription.non-final': 'Suggestions for writing, lists, content structure, and spelling.',
|
|
261
|
+
'fabric.editor.ai.proactive.moreMenu.toggleFormatParagraphTitle.non-final': 'Enhance content',
|
|
262
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelDescription.non-final': 'Transform text into a blue information panel.',
|
|
263
|
+
'fabric.editor.ai.proactive.moreMenu.toggleInfoPanelTitle.non-final': 'Info panel',
|
|
264
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelDescription.non-final': 'Transform text into a purple note panel.',
|
|
265
|
+
'fabric.editor.ai.proactive.moreMenu.toggleNotePanelTitle.non-final': 'Note panel',
|
|
266
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphDescription.non-final': 'Add paragraph breaks to separate key ideas.',
|
|
267
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSplitParagraphTitle.non-final': 'Paragraph break',
|
|
268
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelDescription.non-final': 'Transform text into a green success panel.',
|
|
269
|
+
'fabric.editor.ai.proactive.moreMenu.toggleSuccessPanelTitle.non-final': 'Success panel',
|
|
270
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableDescription.non-final': 'Format content in a table to improve readability.',
|
|
271
|
+
'fabric.editor.ai.proactive.moreMenu.toggleTableTitle.non-final': 'Table',
|
|
272
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelDescription.non-final': 'Transform text into a yellow warning panel.',
|
|
273
|
+
'fabric.editor.ai.proactive.moreMenu.toggleWarningPanelTitle.non-final': 'Warning panel',
|
|
274
|
+
'fabric.editor.ai.proactive.noSuggestionsState.description.non-final': 'You can also ask AI to improve your page with requests such as <i>Add a table of contents</i> or <i>Create headings</i>.',
|
|
275
|
+
'fabric.editor.ai.proactive.noSuggestionsState.title.non-final': 'Suggestions will appear here',
|
|
276
|
+
'fabric.editor.ai.proactive.preview.dismissProactiveRecommendation.non-final': 'Dismiss',
|
|
277
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Insert below',
|
|
278
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Replace',
|
|
279
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final': 'Use a red error panel to make your message stand out.',
|
|
280
|
+
'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final': 'Frame with error panel',
|
|
281
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final': 'Use a blue info panel to make your message stand out.',
|
|
282
|
+
'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final': 'Frame with info panel',
|
|
283
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final': 'Use a purple note panel to make your message stand out.',
|
|
284
|
+
'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final': 'Frame with note panel',
|
|
285
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final': 'Use a green success panel to make your message stand out.',
|
|
286
|
+
'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final': 'Frame with success panel',
|
|
287
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final': 'Format content in a table to improve readability.',
|
|
288
|
+
'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final': 'Format in table',
|
|
289
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final': 'Use a yellow warning panel to make your message stand out.',
|
|
290
|
+
'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final': 'Frame with warning panel',
|
|
291
|
+
'fabric.editor.ai.proactive.recommendation.default.description.non-final': 'A suggestion to improve the content.',
|
|
292
|
+
'fabric.editor.ai.proactive.recommendation.default.title.non-final': 'Suggestion',
|
|
293
|
+
'fabric.editor.ai.proactive.recommendation.dismiss.button.non-final': 'Dismiss',
|
|
294
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final': 'Clarify content writing and structure.',
|
|
295
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final': 'Enhance content',
|
|
296
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final': 'Simplify phrasing and grammar.',
|
|
297
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final': 'Clarify writing',
|
|
298
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final': 'Turn content into a scannable list.',
|
|
299
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final': 'Create list',
|
|
300
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final': 'Spot and correct spelling errors.',
|
|
301
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final': 'Fix spelling',
|
|
302
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final': 'Add paragraph breaks and headings.',
|
|
303
|
+
'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final': 'Improve structure',
|
|
304
|
+
'fabric.editor.ai.proactive.recommendation.preview.button.non-final': 'Preview',
|
|
305
|
+
'fabric.editor.ai.proactive.recommendation.replace.button.non-final': 'Replace',
|
|
306
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final': 'Add paragraph breaks to separate key ideas.',
|
|
307
|
+
'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final': 'Divide paragraph',
|
|
308
|
+
'fabric.editor.ai.proactive.reloadSuggestionsButtonLabel.non-final': 'View past suggestions',
|
|
309
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.description.non-final': 'Any new suggestions will appear here.',
|
|
310
|
+
'fabric.editor.ai.proactive.reloadSuggestionsState.title.non-final': 'Your content’s looking good',
|
|
311
|
+
'fabric.editor.ai.proactive.spellingAndGrammar.label.non-final': 'Spelling and grammar',
|
|
312
|
+
'fabric.editor.ai.proactive.suggestions.title.non-final': 'Suggestions',
|
|
313
|
+
'fabric.editor.ai.screens.preview.convoAIBeta': 'Content generation requests that reference URLs is in beta.',
|
|
314
|
+
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
315
|
+
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
316
|
+
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
317
|
+
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
318
|
+
'fabric.editor.ai.toolbar.askRovo.title': 'Ask Rovo',
|
|
319
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Ask Rovo {key}+'",
|
|
320
|
+
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': 'Ask Rovo AI',
|
|
321
|
+
'fabric.editor.ai.toolbar.changeTone.title': 'Change tone',
|
|
322
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': 'Change tone options',
|
|
323
|
+
'fabric.editor.ai.toolbar.improveWriting.title': 'Improve writing',
|
|
324
|
+
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Tell Atlassian Intelligence to improve the writing of your selection',
|
|
325
|
+
'fabric.editor.ai.toolbar.makeLonger.title': 'Make longer',
|
|
326
|
+
'fabric.editor.ai.toolbar.makeShorter.title': 'Make shorter',
|
|
327
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': 'More casual',
|
|
328
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': 'More empathetic',
|
|
329
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': 'More professional',
|
|
330
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': 'More Rovo options',
|
|
331
|
+
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
332
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': 'Fix spelling and grammar',
|
|
333
|
+
'fabric.editor.ai.toolbar.summarize.title': 'Summarize',
|
|
334
|
+
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
335
|
+
'fabric.editor.ai.toolbar.translate.title': 'Translate',
|
|
336
|
+
'fabric.editor.ai.toolbar.translateOptions.label': 'Translate options',
|
|
337
|
+
'fabric.editor.ai.toolbar.tryAI.title': 'Try AI',
|
|
338
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Open Atlassian Intelligence',
|
|
339
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Ask AI {key}+'",
|
|
340
|
+
'fabric.editor.alignCenter': 'Align center',
|
|
341
|
+
'fabric.editor.alignImageCenter': 'Align center',
|
|
342
|
+
'fabric.editor.alignImageLeft': 'Align left',
|
|
343
|
+
'fabric.editor.alignImageRight': 'Align right',
|
|
344
|
+
'fabric.editor.alignLeft': 'Align left',
|
|
345
|
+
'fabric.editor.alignRight': 'Align right',
|
|
346
|
+
'fabric.editor.alignTableCenter': 'Align center',
|
|
347
|
+
'fabric.editor.alignTableLeft': 'Align left',
|
|
348
|
+
'fabric.editor.alignment': 'Text alignment',
|
|
349
|
+
'fabric.editor.altText': 'Alt text',
|
|
350
|
+
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
351
|
+
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
352
|
+
'fabric.editor.backLink': 'Go back',
|
|
353
|
+
'fabric.editor.backgroundColor': 'Background color',
|
|
354
|
+
'fabric.editor.block.menu.codeblock': 'Code block',
|
|
355
|
+
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
356
|
+
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
357
|
+
'fabric.editor.block.menu.delete.block': 'Delete',
|
|
358
|
+
'fabric.editor.block.menu.layout': 'Layout',
|
|
359
|
+
'fabric.editor.block.menu.move.down': 'Move down',
|
|
360
|
+
'fabric.editor.block.menu.move.up': 'Move up',
|
|
361
|
+
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
362
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
363
|
+
'fabric.editor.blockControlDelete': 'Delete',
|
|
364
|
+
'fabric.editor.blockControlDragHandleMove': 'Drag to move',
|
|
365
|
+
'fabric.editor.blockControlDragHandleRearrange': 'Drag to rearrange',
|
|
366
|
+
'fabric.editor.blockControlInsert': 'Insert',
|
|
367
|
+
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
368
|
+
'fabric.editor.blockControlMoveLeft': 'Move left',
|
|
369
|
+
'fabric.editor.blockControlMoveRight': 'Move right',
|
|
370
|
+
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
371
|
+
'fabric.editor.blockControlMovedDown': 'Content has been moved down',
|
|
372
|
+
'fabric.editor.blockControlMovedUp': 'Content has been moved up',
|
|
373
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
374
|
+
'fabric.editor.blockTitle': 'Card',
|
|
375
|
+
'fabric.editor.blockquote': 'a quote',
|
|
376
|
+
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
377
|
+
'fabric.editor.blockquote2': 'Quote',
|
|
378
|
+
'fabric.editor.bold': 'Bold',
|
|
379
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Resize code snippet',
|
|
380
|
+
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
381
|
+
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
382
|
+
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
383
|
+
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
384
|
+
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
385
|
+
'fabric.editor.bug': 'Bug',
|
|
386
|
+
'fabric.editor.bulletedList': 'Bulleted list',
|
|
387
|
+
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
388
|
+
'fabric.editor.cancelButton': 'Cancel',
|
|
389
|
+
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
390
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
391
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
392
|
+
'fabric.editor.cellBackground': 'Cell background',
|
|
393
|
+
'fabric.editor.cellOptions': 'Cell options',
|
|
394
|
+
'fabric.editor.checkUncheckActionItem': 'Toggle action item',
|
|
395
|
+
'fabric.editor.clearAltTextEdit': 'Clear alt text',
|
|
396
|
+
'fabric.editor.clearCells': 'Clear {0, plural, one {cell} other {cells}}',
|
|
397
|
+
'fabric.editor.clearFormatting': 'Clear formatting',
|
|
398
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
399
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
400
|
+
'fabric.editor.closeAltTextEdit': 'Back',
|
|
401
|
+
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
402
|
+
'fabric.editor.closeHelpDialog': 'Close help dialog',
|
|
403
|
+
'fabric.editor.code': 'Code',
|
|
404
|
+
'fabric.editor.code.on': '{textFormattingOff}, Code On',
|
|
405
|
+
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
406
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
407
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
408
|
+
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
409
|
+
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
410
|
+
'fabric.editor.codeblock': 'Code snippet',
|
|
411
|
+
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
412
|
+
'fabric.editor.collapseNode': 'Collapse content',
|
|
413
|
+
'fabric.editor.collapseTable': 'Collapse table',
|
|
414
|
+
'fabric.editor.colorPicker.menuLabel': 'Color picker menu',
|
|
415
|
+
'fabric.editor.columnDragHandle': 'Column options',
|
|
416
|
+
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
|
417
|
+
'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
|
|
418
|
+
'fabric.editor.columnSelected': 'Column {index} of {total} selected',
|
|
419
|
+
'fabric.editor.columns': 'Layouts',
|
|
420
|
+
'fabric.editor.columns.advanced.layout.description': 'Insert {numberOfColumns} equal {numberOfColumns, plural, one {column} other {columns}}',
|
|
421
|
+
'fabric.editor.columns.advanced.layout.single.description': 'Insert a single column layout',
|
|
422
|
+
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
423
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been} other {{count} columns have been}} inserted',
|
|
424
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {The column has been} other {{count} columns have been}} removed',
|
|
425
|
+
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
426
|
+
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
427
|
+
'fabric.editor.configPanel.close': 'Close',
|
|
428
|
+
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
429
|
+
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
430
|
+
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
431
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
432
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
433
|
+
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
434
|
+
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
435
|
+
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
436
|
+
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
437
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
438
|
+
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
439
|
+
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
440
|
+
'fabric.editor.configPanel.help': 'Need help?',
|
|
441
|
+
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
442
|
+
'fabric.editor.configPanel.required': 'Required field',
|
|
443
|
+
'fabric.editor.configPanel.submit': 'Submit',
|
|
444
|
+
'fabric.editor.contextPanel.panelLabel': 'Context panel',
|
|
445
|
+
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
446
|
+
'fabric.editor.copyToClipboard': 'Copy',
|
|
447
|
+
'fabric.editor.cornerControl': 'Highlight table',
|
|
448
|
+
'fabric.editor.createComment': 'Comment',
|
|
449
|
+
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
450
|
+
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
451
|
+
'fabric.editor.customPanel': 'Custom panel',
|
|
452
|
+
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
453
|
+
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
454
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
455
|
+
'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
|
|
456
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Insert list of search results from Confluence with enhanced search, filtering, and configuration.',
|
|
457
|
+
'fabric.editor.datasource.jiraIssue': 'Jira Issues',
|
|
458
|
+
'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
459
|
+
'fabric.editor.datasource.jiraIssue.description.issue-term-refresh': 'Insert Jira work items from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
460
|
+
'fabric.editor.datasource.jiraIssue.issue-term-refresh': 'Jira Work Items',
|
|
461
|
+
'fabric.editor.datasourceAppearanceTitle': 'List',
|
|
462
|
+
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
463
|
+
'fabric.editor.date': 'Date',
|
|
464
|
+
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
465
|
+
'fabric.editor.datePickerOpenedAlert': 'Date editor popup opened, press Tab to access popup',
|
|
466
|
+
'fabric.editor.decision': 'Decision',
|
|
467
|
+
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
468
|
+
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
469
|
+
'fabric.editor.decreaseElementSize': 'Decrease element size',
|
|
470
|
+
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
|
471
|
+
'fabric.editor.defaultAltText': 'Document',
|
|
472
|
+
'fabric.editor.delete': 'Delete',
|
|
473
|
+
'fabric.editor.description': 'Description',
|
|
474
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
475
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
476
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
477
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
478
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
479
|
+
'fabric.editor.displayText': 'Text to display',
|
|
480
|
+
'fabric.editor.distributeColumns': 'Distribute columns',
|
|
481
|
+
'fabric.editor.dragHandleZone': 'Activate drag handle zone',
|
|
482
|
+
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
483
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
484
|
+
'fabric.editor.edit': 'Edit',
|
|
485
|
+
'fabric.editor.edit.datasource': 'Edit search query',
|
|
486
|
+
'fabric.editor.edit.searchInput': 'Add a link',
|
|
487
|
+
'fabric.editor.editAccessTitle': 'You need edit access',
|
|
488
|
+
'fabric.editor.editAltText': 'Edit alt text',
|
|
489
|
+
'fabric.editor.editDatasourceStandalone': 'Edit',
|
|
490
|
+
'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
|
|
491
|
+
'fabric.editor.editDateText': 'Edit Date',
|
|
492
|
+
'fabric.editor.editDropdownEditDatasourceTitle': 'Edit search query',
|
|
493
|
+
'fabric.editor.editDropdownEditLinkTitle': 'Edit link',
|
|
494
|
+
'fabric.editor.editDropdownExpandIconLabel': 'Expand dropdown menu',
|
|
495
|
+
'fabric.editor.editDropdownTriggerTitle': 'Edit',
|
|
496
|
+
'fabric.editor.editLink': 'Edit link',
|
|
497
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
498
|
+
'fabric.editor.editStatusColor': 'Edit Status Color',
|
|
499
|
+
'fabric.editor.editStatusText': 'Edit Status',
|
|
500
|
+
'fabric.editor.editableContentLabel': 'Editable content',
|
|
501
|
+
'fabric.editor.editorHelp': 'Editor help',
|
|
502
|
+
'fabric.editor.editors': 'Editors',
|
|
503
|
+
'fabric.editor.elementBrowser.help': 'Help',
|
|
504
|
+
'fabric.editor.elementInsertSidePanel.title': 'Insert',
|
|
505
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
506
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
507
|
+
'fabric.editor.elementbrowser.categorylist.category-all': 'All',
|
|
508
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
|
|
509
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
510
|
+
'fabric.editor.elementbrowser.categorylist.category-development': 'Development',
|
|
511
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': 'External content',
|
|
512
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatting',
|
|
513
|
+
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
514
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
515
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
516
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
517
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use a whiteboard to add visuals to your page',
|
|
518
|
+
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
519
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
520
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
521
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.default': '{count, plural, =0 {Nothing matches your search.} one {{count} suggestion available by default.} other {{count} suggestions available by default.}}',
|
|
522
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Nothing matches your search.} one {{count} suggestion available for typed text.} other {{count} suggestions available for typed text.}}',
|
|
523
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
524
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Search',
|
|
525
|
+
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
526
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
527
|
+
'fabric.editor.embedToBlockCardWarning': 'Displays as a card on small screens',
|
|
528
|
+
'fabric.editor.emoji': 'Emoji',
|
|
529
|
+
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
530
|
+
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
531
|
+
'fabric.editor.emptySearchResults': "We couldn't find any results.",
|
|
532
|
+
'fabric.editor.emptySearchResultsSuggestion': 'Select {buttonName} to browse inserts.',
|
|
533
|
+
'fabric.editor.epic': 'Epic',
|
|
534
|
+
'fabric.editor.error': 'Error',
|
|
535
|
+
'fabric.editor.errorPanel': 'Error panel',
|
|
536
|
+
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
537
|
+
'fabric.editor.expand': 'Expand',
|
|
538
|
+
'fabric.editor.expand.description': 'Insert an expand',
|
|
539
|
+
'fabric.editor.expandAriaLabel': 'Give this expand a title',
|
|
540
|
+
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
541
|
+
'fabric.editor.expandNode': 'Expand content',
|
|
542
|
+
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
543
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
544
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Deleting',
|
|
545
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
546
|
+
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
547
|
+
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
548
|
+
'fabric.editor.extensions.config-panel.loading-error.non-final': 'We ran into a bit of trouble. Refresh to try again.',
|
|
549
|
+
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
550
|
+
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
551
|
+
'fabric.editor.externalMediaFile': 'External media file',
|
|
552
|
+
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
553
|
+
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
554
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the cloud editor',
|
|
555
|
+
'fabric.editor.find': 'Find',
|
|
556
|
+
'fabric.editor.findNext': 'Find next',
|
|
557
|
+
'fabric.editor.findPrevious': 'Find previous',
|
|
558
|
+
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
559
|
+
'fabric.editor.fiveColumns': '5 Column layout',
|
|
560
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
561
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
562
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{name}{amount, plural, =0 {} one { (+1 connected element)} other { (+# connected elements)}}',
|
|
563
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': 'Are you sure?',
|
|
564
|
+
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
565
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
|
|
566
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
|
|
567
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Layout options',
|
|
568
|
+
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
569
|
+
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
570
|
+
'fabric.editor.focusTableResizeHandle': 'Focus table resize handle',
|
|
571
|
+
'fabric.editor.fourColumns': '4 Column layout',
|
|
572
|
+
'fabric.editor.headerColumn': 'Header column',
|
|
573
|
+
'fabric.editor.headerRow': 'Header row',
|
|
574
|
+
'fabric.editor.heading1': 'Heading 1',
|
|
575
|
+
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
576
|
+
'fabric.editor.heading2': 'Heading 2',
|
|
577
|
+
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
578
|
+
'fabric.editor.heading3': 'Heading 3',
|
|
579
|
+
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
580
|
+
'fabric.editor.heading4': 'Heading 4',
|
|
581
|
+
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
582
|
+
'fabric.editor.heading5': 'Heading 5',
|
|
583
|
+
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
584
|
+
'fabric.editor.heading6': 'Heading 6',
|
|
585
|
+
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
586
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sort column Z to A',
|
|
587
|
+
'fabric.editor.headingLink.descOrderLabel': 'Clear sorting',
|
|
588
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
589
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
590
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
591
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh': 'Work Item',
|
|
592
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
593
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
594
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
595
|
+
'fabric.editor.headingLink.invalidLabel': "⚠️ You can't sort a table with merged cells",
|
|
596
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sort column A to Z',
|
|
597
|
+
'fabric.editor.help': 'Help',
|
|
598
|
+
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
599
|
+
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
600
|
+
'fabric.editor.highlight': 'Highlight color',
|
|
601
|
+
'fabric.editor.highlightColor': 'Toggle highlight color palette',
|
|
602
|
+
'fabric.editor.highlightFloatingToolbar': 'Highlight',
|
|
603
|
+
'fabric.editor.horizontalRule': 'Divider',
|
|
604
|
+
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
605
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
|
606
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
607
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
608
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Display text (optional)',
|
|
609
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
610
|
+
'fabric.editor.image': 'Image',
|
|
611
|
+
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
612
|
+
'fabric.editor.imageBorderBold': 'Bold',
|
|
613
|
+
'fabric.editor.imageBorderColor': 'Color',
|
|
614
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Image border options Color dropdown',
|
|
615
|
+
'fabric.editor.imageBorderMedium': 'Medium',
|
|
616
|
+
'fabric.editor.imageBorderOptions': 'Border options',
|
|
617
|
+
'fabric.editor.imageBorderSize': 'Size',
|
|
618
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Image border options Size dropdown',
|
|
619
|
+
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
620
|
+
'fabric.editor.improvement': 'Improvement',
|
|
621
|
+
'fabric.editor.increaseElementSize': 'Increase element size',
|
|
622
|
+
'fabric.editor.increaseSize': 'Increase table or media size',
|
|
623
|
+
'fabric.editor.indent': 'Indent',
|
|
624
|
+
'fabric.editor.info': 'Info',
|
|
625
|
+
'fabric.editor.infoPanel': 'Info panel',
|
|
626
|
+
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
627
|
+
'fabric.editor.inlineConfigureLink': 'Configure link',
|
|
628
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
629
|
+
'fabric.editor.inlineGoToLink': 'Go to link',
|
|
630
|
+
'fabric.editor.inlineOverlay': 'Configure',
|
|
631
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
632
|
+
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
633
|
+
'fabric.editor.insertColumn': 'Insert column right',
|
|
634
|
+
'fabric.editor.insertColumnDrag': 'Insert column',
|
|
635
|
+
'fabric.editor.insertMenu': 'Insert elements',
|
|
636
|
+
'fabric.editor.insertRightRail.close': 'Close',
|
|
637
|
+
'fabric.editor.insertRightRail.title': 'Insert',
|
|
638
|
+
'fabric.editor.insertRow': 'Insert row below',
|
|
639
|
+
'fabric.editor.insertRowDrag': 'Insert row',
|
|
640
|
+
'fabric.editor.insertTableColumn': 'Insert table column',
|
|
641
|
+
'fabric.editor.insertTableRow': 'Insert table row',
|
|
642
|
+
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
643
|
+
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
644
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
645
|
+
'fabric.editor.italic': 'Italic',
|
|
646
|
+
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
647
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {{count} Column} other {{count} Columns}}',
|
|
648
|
+
'fabric.editor.layout.controls.placeholder': '/ to insert',
|
|
649
|
+
'fabric.editor.layout.placeholder': 'Add content',
|
|
650
|
+
'fabric.editor.layout.resizeLayout': 'Resize layout',
|
|
651
|
+
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
652
|
+
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
653
|
+
'fabric.editor.layoutStateFixedWidth': 'Centered',
|
|
654
|
+
'fabric.editor.layoutStateFullWidth': 'Full width',
|
|
655
|
+
'fabric.editor.layoutStateWide': 'Wide',
|
|
656
|
+
'fabric.editor.layoutWide': 'Go wide',
|
|
657
|
+
'fabric.editor.leftSidebar': 'Left sidebar layout',
|
|
658
|
+
'fabric.editor.link': 'Link',
|
|
659
|
+
'fabric.editor.link.description': 'Insert a link',
|
|
660
|
+
'fabric.editor.linkAddress': 'Link address',
|
|
661
|
+
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
662
|
+
'fabric.editor.lists': 'Lists',
|
|
663
|
+
'fabric.editor.listsFormat': 'List formatting',
|
|
664
|
+
'fabric.editor.lockColumns': 'Fixed column widths',
|
|
665
|
+
'fabric.editor.longEmptyNodePlaceholderText': 'Type / to insert elements',
|
|
666
|
+
'fabric.editor.markdown': 'Markdown',
|
|
667
|
+
'fabric.editor.matchCase': 'Match case',
|
|
668
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
669
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
670
|
+
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
671
|
+
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
672
|
+
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
673
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
674
|
+
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
675
|
+
'fabric.editor.media.insert.insert': 'Insert',
|
|
676
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
677
|
+
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
678
|
+
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
679
|
+
'fabric.editor.media.insert.localFileErrorMessage': 'This file couldn’t be uploaded.',
|
|
680
|
+
'fabric.editor.media.insert.localFileNetworkErrorMessage': 'File upload error. Check file path or network.',
|
|
681
|
+
'fabric.editor.media.insert.mediaAlt': 'Preview for uploaded image or video file',
|
|
682
|
+
'fabric.editor.media.insert.mediaPickerPopupAriaLabel': 'Media picker',
|
|
683
|
+
'fabric.editor.media.insert.pasteLinkToUpload': 'Paste link to upload',
|
|
684
|
+
'fabric.editor.media.insert.upload': 'Upload',
|
|
685
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
|
|
686
|
+
'fabric.editor.media.pixelEntry.ResizeOption': 'Resize',
|
|
687
|
+
'fabric.editor.media.pixelEntry.closePixelEntry': 'Close',
|
|
688
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
689
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
|
690
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Max width {maxWidth}px',
|
|
691
|
+
'fabric.editor.media.pixelEntry.inputWidthLabel': 'Width',
|
|
692
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Max width {maxWidth}px',
|
|
693
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convert to pixels',
|
|
694
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrate from percentage to fixed pixel sizing',
|
|
695
|
+
'fabric.editor.media.pixelEntry.submitButtonText': 'Submit',
|
|
696
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Validation for width failed',
|
|
697
|
+
'fabric.editor.mediaAddLink': 'Add link',
|
|
698
|
+
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
699
|
+
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
700
|
+
'fabric.editor.mediaGroupDeleteLabel': 'delete',
|
|
701
|
+
'fabric.editor.media_change_mediainline_caption_warn': 'Inline (caption will be removed)',
|
|
702
|
+
'fabric.editor.media_change_mediainline_default': 'Inline',
|
|
703
|
+
'fabric.editor.media_change_mediasingle': 'Original size',
|
|
704
|
+
'fabric.editor.mention': 'Mention',
|
|
705
|
+
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
706
|
+
'fabric.editor.mentionNode.label': 'Tagged user',
|
|
707
|
+
'fabric.editor.mentionsAddLabel': 'add-icon',
|
|
708
|
+
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
709
|
+
'fabric.editor.mergeCells': 'Merge cells',
|
|
710
|
+
'fabric.editor.moreFormatting': 'More formatting',
|
|
711
|
+
'fabric.editor.moveColumnLeft': 'Move {0, plural, one {column} other {columns}} left',
|
|
712
|
+
'fabric.editor.moveColumnRight': 'Move {0, plural, one {column} other {columns}} right',
|
|
713
|
+
'fabric.editor.moveDownDown': 'Move {0, plural, one {row} other {rows}} down',
|
|
714
|
+
'fabric.editor.moveRowUp': 'Move {0, plural, one {row} other {rows}} up',
|
|
715
|
+
'fabric.editor.navigate.toolbar.askAI': 'Ask AI',
|
|
716
|
+
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
717
|
+
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
718
|
+
'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {You do not have permission to add comments to this blogpost} page {You do not have permission to add comments to this page} other {You do not have permission to add comments to this page}}',
|
|
719
|
+
'fabric.editor.noResultsFound': 'No results',
|
|
720
|
+
'fabric.editor.noSearchResults': 'No search results',
|
|
721
|
+
'fabric.editor.normal': 'Normal text',
|
|
722
|
+
'fabric.editor.note': 'Note',
|
|
723
|
+
'fabric.editor.notePanel': 'Note panel',
|
|
724
|
+
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
725
|
+
'fabric.editor.numberedColumn': 'Numbered column',
|
|
726
|
+
'fabric.editor.off': '{formattingType} Off',
|
|
727
|
+
'fabric.editor.on': '{formattingType} On',
|
|
728
|
+
'fabric.editor.openButtonTitle': 'Open',
|
|
729
|
+
'fabric.editor.openCellOptions': 'Open cell options',
|
|
730
|
+
'fabric.editor.openLink': 'Open link in a new tab',
|
|
731
|
+
'fabric.editor.openPreviewPanel': 'Open preview panel',
|
|
732
|
+
'fabric.editor.orderedList': 'Numbered list',
|
|
733
|
+
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
734
|
+
'fabric.editor.other': 'Others...',
|
|
735
|
+
'fabric.editor.outdent': 'Outdent',
|
|
736
|
+
'fabric.editor.overflowMenuViewMore': 'View more',
|
|
737
|
+
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
738
|
+
'fabric.editor.panel': 'Panel',
|
|
739
|
+
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
740
|
+
'fabric.editor.panel.custom': 'Custom',
|
|
741
|
+
'fabric.editor.panel.emoji': 'Add emoji',
|
|
742
|
+
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
743
|
+
'fabric.editor.panelButtonTitle': 'Panel',
|
|
744
|
+
'fabric.editor.pasteOptions': 'Paste options',
|
|
745
|
+
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
746
|
+
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
747
|
+
'fabric.editor.placeholderText': 'Placeholder text',
|
|
748
|
+
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
749
|
+
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
750
|
+
'fabric.editor.plainText': 'Use plain text',
|
|
751
|
+
'fabric.editor.preferencesLink': 'Link preferences',
|
|
752
|
+
'fabric.editor.previewButtonTitle': 'Preview',
|
|
753
|
+
'fabric.editor.quickInsert': 'Quick insert',
|
|
754
|
+
'fabric.editor.recordLoomShortTitle': 'Record',
|
|
755
|
+
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
756
|
+
'fabric.editor.recordVideo.description': 'Record and share your screen and thoughts',
|
|
757
|
+
'fabric.editor.redo': 'Redo',
|
|
758
|
+
'fabric.editor.remove': 'Remove',
|
|
759
|
+
'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
|
|
760
|
+
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
761
|
+
'fabric.editor.removeImageBorder': 'Remove border',
|
|
762
|
+
'fabric.editor.removeRows': 'Delete {0, plural, one {row} other {rows}}',
|
|
763
|
+
'fabric.editor.replace': 'Replace',
|
|
764
|
+
'fabric.editor.replaceAll': 'Replace all',
|
|
765
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {# match replaced} other {# matches replaced}}',
|
|
766
|
+
'fabric.editor.replaceWith': 'Replace with',
|
|
767
|
+
'fabric.editor.requestToEdit': 'Request to edit',
|
|
768
|
+
'fabric.editor.requestToEditDescription': 'When you request access, the page owner will receive a notification.',
|
|
769
|
+
'fabric.editor.requestToEditDismiss': 'Dismiss',
|
|
770
|
+
'fabric.editor.resizeHandle': 'Resize handle',
|
|
771
|
+
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
772
|
+
'fabric.editor.richText': 'Use rich text',
|
|
773
|
+
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
774
|
+
'fabric.editor.rowControl': 'Highlight row',
|
|
775
|
+
'fabric.editor.rowDragHandle': 'Row options',
|
|
776
|
+
'fabric.editor.rowMovedDown': 'Row moved down to {index} of {total}',
|
|
777
|
+
'fabric.editor.rowMovedUp': 'Row moved up to {index} of {total}',
|
|
778
|
+
'fabric.editor.rowSelected': 'Row {index} of {total} selected',
|
|
779
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been} other {{count} rows have been}} inserted',
|
|
780
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been} other {{count} rows have been}} removed',
|
|
781
|
+
'fabric.editor.saveButton': 'Save',
|
|
782
|
+
'fabric.editor.searchResults': '{itemsLength, plural, one {# search result} other {# search results}} available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.',
|
|
783
|
+
'fabric.editor.selectColumnResize': 'Select column resize',
|
|
784
|
+
'fabric.editor.selectLanguage': 'Select language',
|
|
785
|
+
'fabric.editor.selectTableColumn': 'Select table column',
|
|
786
|
+
'fabric.editor.selectTableRow': 'Select table row',
|
|
787
|
+
'fabric.editor.selectionExtensionDropdownButtonLabel': 'Select app',
|
|
788
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': 'More options',
|
|
789
|
+
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
790
|
+
'fabric.editor.shortEmptyNodePlaceholderText': '/ to insert',
|
|
791
|
+
'fabric.editor.shortcut': 'Text shortcut',
|
|
792
|
+
'fabric.editor.single': 'Single column layout',
|
|
793
|
+
'fabric.editor.singleColumns': '1 Column layout',
|
|
794
|
+
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
795
|
+
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
796
|
+
'fabric.editor.sortColumnDecreasing': 'Sort decreasing',
|
|
797
|
+
'fabric.editor.sortColumnIncreasing': 'Sort increasing',
|
|
798
|
+
'fabric.editor.splitCell': 'Split cell',
|
|
799
|
+
'fabric.editor.status': 'Status',
|
|
800
|
+
'fabric.editor.status.description': 'Add a custom status label',
|
|
801
|
+
'fabric.editor.statusEditorLabel': 'Status editor',
|
|
802
|
+
'fabric.editor.statusPickerOpenedAlert': 'Status editor popup opened, press Tab to access popup',
|
|
803
|
+
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
804
|
+
'fabric.editor.story': 'Story',
|
|
805
|
+
'fabric.editor.strike': 'Strikethrough',
|
|
806
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
807
|
+
'fabric.editor.subscript': 'Subscript',
|
|
808
|
+
'fabric.editor.subscript.off.superscript.on': 'Subscript Off, Superscript On',
|
|
809
|
+
'fabric.editor.success': 'Success',
|
|
810
|
+
'fabric.editor.successPanel': 'Success panel',
|
|
811
|
+
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
|
812
|
+
'fabric.editor.superscript': 'Superscript',
|
|
813
|
+
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
814
|
+
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
815
|
+
'fabric.editor.table': 'Table',
|
|
816
|
+
'fabric.editor.table.description': 'Insert a table',
|
|
817
|
+
'fabric.editor.tableAlignmentOptions': 'Alignment options',
|
|
818
|
+
'fabric.editor.tableFullWidthLabel': 'Full-width',
|
|
819
|
+
'fabric.editor.tableHeader.sorting.asc': 'Ascending sort applied',
|
|
820
|
+
'fabric.editor.tableHeader.sorting.default': 'Sort the column',
|
|
821
|
+
'fabric.editor.tableHeader.sorting.desc': 'Descending sort applied',
|
|
822
|
+
'fabric.editor.tableHeader.sorting.invalid': "You can't sort a table with merged cells",
|
|
823
|
+
'fabric.editor.tableHeader.sorting.no': 'No sort applied to the column',
|
|
824
|
+
'fabric.editor.tableOptions': 'Table options',
|
|
825
|
+
'fabric.editor.tableResizeDecreaseScreenReaderInformation': 'Table width decreased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
826
|
+
'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
827
|
+
'fabric.editor.tableScrollRegion': 'Table scroll region',
|
|
828
|
+
'fabric.editor.tableSelector': 'Table size',
|
|
829
|
+
'fabric.editor.tableSelector.description': 'Add a table using popup to select a custom size',
|
|
830
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
|
|
831
|
+
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
832
|
+
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
833
|
+
'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
|
|
834
|
+
'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
|
|
835
|
+
'fabric.editor.tables.columnWidth': '{width, plural, one {Column width was changed to {width} pixel} other {Column width was changed to {width} pixels}}',
|
|
836
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
837
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
838
|
+
'fabric.editor.tables.otherResize': '{direction, select, left {Switched to the left column resize} right {Switched to the right column resize} other {}}',
|
|
839
|
+
'fabric.editor.tables.resizeStop': 'Stopped resize',
|
|
840
|
+
'fabric.editor.tables.resizeTable': 'Resize table',
|
|
841
|
+
'fabric.editor.tables.startedColumnResize': 'Started column resize',
|
|
842
|
+
'fabric.editor.task': 'Task',
|
|
843
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Mark task as completed',
|
|
844
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Mark task as not completed',
|
|
845
|
+
'fabric.editor.taskList': 'Task list',
|
|
846
|
+
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
847
|
+
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
848
|
+
'fabric.editor.textColor': '{selectedColorName} Text color',
|
|
849
|
+
'fabric.editor.textColorHighlightTooltip': 'Text and Highlight color',
|
|
850
|
+
'fabric.editor.textColorTooltip': 'Text color',
|
|
851
|
+
'fabric.editor.textFormat': 'Format text',
|
|
852
|
+
'fabric.editor.textFormatting': 'Text formatting',
|
|
853
|
+
'fabric.editor.textStyles': '{blockTypeName} Text styles',
|
|
854
|
+
'fabric.editor.textStylesTooltip': 'Text styles',
|
|
855
|
+
'fabric.editor.threeColumns': '3 Column layout',
|
|
856
|
+
'fabric.editor.threeColumnsWithLeftSidebars': 'Three columns with left sidebar layout',
|
|
857
|
+
'fabric.editor.threeColumnsWithRightSidebars': 'Three columns with right sidebar layout',
|
|
858
|
+
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars layout',
|
|
859
|
+
'fabric.editor.time.ago': 'ago',
|
|
860
|
+
'fabric.editor.time.updated': 'Updated',
|
|
861
|
+
'fabric.editor.time.viewed': 'Viewed',
|
|
862
|
+
'fabric.editor.toolbarAppears': 'Toolbar appears',
|
|
863
|
+
'fabric.editor.toolbarLabel': 'Editor',
|
|
864
|
+
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
865
|
+
'fabric.editor.toolbarPositionFixedAtTop': 'Fixed at top',
|
|
866
|
+
'fabric.editor.toolbarPositionInline': 'In-line with text',
|
|
867
|
+
'fabric.editor.toolbarPositionPinedAtTop': 'Unpin the toolbar',
|
|
868
|
+
'fabric.editor.toolbarPositionUnpined': 'Pin the toolbar at the top',
|
|
869
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': 'Pin toolbar to top',
|
|
870
|
+
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
871
|
+
'fabric.editor.tooltip.bulletList': 'a list',
|
|
872
|
+
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
873
|
+
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
874
|
+
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
875
|
+
'fabric.editor.tooltip.taskList': 'an action item',
|
|
876
|
+
'fabric.editor.turnInto': 'Turn into',
|
|
877
|
+
'fabric.editor.twoColumns': '2 Column layout',
|
|
878
|
+
'fabric.editor.typeAhead.popupLabel': 'Typeahead results',
|
|
879
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
880
|
+
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Search',
|
|
881
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
882
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'No results available. Try again.',
|
|
883
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Something went wrong',
|
|
884
|
+
'fabric.editor.typeahead.emojiInputLabel': 'Begin typing to search or filter emoji options',
|
|
885
|
+
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Text Shortcut {shortcut}',
|
|
886
|
+
'fabric.editor.typeahead.emojiPopupLabel': 'Emoji shortcuts',
|
|
887
|
+
'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
|
|
888
|
+
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
889
|
+
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
890
|
+
'fabric.editor.unableToLoadContent': "We couldn't load this content",
|
|
891
|
+
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
892
|
+
'fabric.editor.underline': 'Underline',
|
|
893
|
+
'fabric.editor.undo': 'Undo',
|
|
894
|
+
'fabric.editor.unknown.label': 'Unknown',
|
|
895
|
+
'fabric.editor.unlink': 'Unlink',
|
|
896
|
+
'fabric.editor.unorderedList': 'Bullet list',
|
|
897
|
+
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
898
|
+
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
899
|
+
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
900
|
+
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
901
|
+
'fabric.editor.upDown': 'On the use of up and down arrow keys into the following input field, the date will update below',
|
|
902
|
+
'fabric.editor.url': 'Display URL',
|
|
903
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
904
|
+
'fabric.editor.urlTitle': 'URL',
|
|
905
|
+
'fabric.editor.useMarkdown': 'Use Markdown',
|
|
906
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
|
|
907
|
+
'fabric.editor.viewCommentOnMedia': 'View comments',
|
|
908
|
+
'fabric.editor.viewMore': 'View more',
|
|
909
|
+
'fabric.editor.viewMoreAriaLabel': 'View all elements',
|
|
910
|
+
'fabric.editor.visit': 'Open link in a new window',
|
|
911
|
+
'fabric.editor.warning': 'Warning',
|
|
912
|
+
'fabric.editor.warningPanel': 'Warning panel',
|
|
913
|
+
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
914
|
+
'fabric.editor.wrapLeft': 'Wrap left',
|
|
915
|
+
'fabric.editor.wrapRight': 'Wrap right',
|
|
916
|
+
'fabric.emoji.label': 'Emoji',
|
|
917
|
+
'fabric.theme.blue': 'Blue',
|
|
918
|
+
'fabric.theme.bold-blue': 'Bold blue',
|
|
919
|
+
'fabric.theme.bold-gray': 'Bold gray',
|
|
920
|
+
'fabric.theme.bold-green': 'Bold green',
|
|
921
|
+
'fabric.theme.bold-magenta': 'Bold magenta',
|
|
922
|
+
'fabric.theme.bold-orange': 'Bold orange',
|
|
923
|
+
'fabric.theme.bold-purple': 'Bold purple',
|
|
924
|
+
'fabric.theme.bold-red': 'Bold red',
|
|
925
|
+
'fabric.theme.bold-teal': 'Bold teal',
|
|
926
|
+
'fabric.theme.bold-yellow': 'Bold yellow',
|
|
927
|
+
'fabric.theme.bolder-blue': 'Bolder blue',
|
|
928
|
+
'fabric.theme.bolder-gray': 'Bolder gray',
|
|
929
|
+
'fabric.theme.bolder-green': 'Bolder green',
|
|
930
|
+
'fabric.theme.bolder-magenta': 'Bolder magenta',
|
|
931
|
+
'fabric.theme.bolder-orange': 'Bolder orange',
|
|
932
|
+
'fabric.theme.bolder-purple': 'Bolder purple',
|
|
933
|
+
'fabric.theme.bolder-red': 'Bolder red',
|
|
934
|
+
'fabric.theme.bolder-teal': 'Bolder teal',
|
|
935
|
+
'fabric.theme.bolder-yellow': 'Bolder yellow',
|
|
936
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
937
|
+
'fabric.theme.dark-gray': 'Dark gray',
|
|
938
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
939
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
940
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
941
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
942
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
943
|
+
'fabric.theme.default': 'Default',
|
|
944
|
+
'fabric.theme.gray': 'Gray',
|
|
945
|
+
'fabric.theme.green': 'Green',
|
|
946
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
947
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
948
|
+
'fabric.theme.light-green': 'Light green',
|
|
949
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
950
|
+
'fabric.theme.light-red': 'Light red',
|
|
951
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
952
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
953
|
+
'fabric.theme.lime': 'Lime',
|
|
954
|
+
'fabric.theme.magenta': 'Magenta',
|
|
955
|
+
'fabric.theme.no-color': 'No highlight',
|
|
956
|
+
'fabric.theme.orange': 'Orange',
|
|
957
|
+
'fabric.theme.purple': 'Purple',
|
|
958
|
+
'fabric.theme.red': 'Red',
|
|
959
|
+
'fabric.theme.subtle-blue': 'Subtle blue',
|
|
960
|
+
'fabric.theme.subtle-gray': 'Subtle gray',
|
|
961
|
+
'fabric.theme.subtle-green': 'Subtle green',
|
|
962
|
+
'fabric.theme.subtle-magenta': 'Subtle magenta',
|
|
963
|
+
'fabric.theme.subtle-orange': 'Subtle orange',
|
|
964
|
+
'fabric.theme.subtle-purple': 'Subtle purple',
|
|
965
|
+
'fabric.theme.subtle-red': 'Subtle red',
|
|
966
|
+
'fabric.theme.subtle-teal': 'Subtle teal',
|
|
967
|
+
'fabric.theme.subtle-yellow': 'Subtle yellow',
|
|
968
|
+
'fabric.theme.teal': 'Teal',
|
|
969
|
+
'fabric.theme.white': 'White',
|
|
970
|
+
'fabric.theme.yellow': 'Yellow',
|
|
971
|
+
'fabrid.editor.rowNumbers': 'Row numbers',
|
|
972
|
+
'rovo.agents.dropdown.title': 'Agents',
|
|
973
|
+
'rovo.agents.dropdown.viewAgents.label': 'View all agents',
|
|
974
|
+
};
|