@remirror/messages
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -1,3 +0,3 @@ | ||
import type * as _ from '@lingui/core'; | ||
export declare const LABEL: _.MessageDescriptor; | ||
export declare const DESCRIPTION: _.MessageDescriptor; | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; |
@@ -1,3 +0,3 @@ | ||
import type * as _ from '@lingui/core'; | ||
export declare const LABEL: _.MessageDescriptor; | ||
export declare const DESCRIPTION: _.MessageDescriptor; | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; | ||
export declare const DESCRIPTION: MessageDescriptor; |
@@ -1,2 +0,2 @@ | ||
import type * as _ from '@lingui/core'; | ||
export declare const LABEL: _.MessageDescriptor; | ||
import type { MessageDescriptor } from '@lingui/core'; | ||
export declare const LABEL: MessageDescriptor; |
@@ -5,4 +5,4 @@ const COPY_LABEL = | ||
id: 'extension.command.copy.label', | ||
comment: 'Label for copy command.', | ||
message: 'Copy' | ||
message: 'Copy', | ||
comment: 'Label for copy command.' | ||
}; | ||
@@ -13,4 +13,4 @@ const COPY_DESCRIPTION = | ||
id: 'extension.command.copy.description', | ||
comment: 'Description for copy command.', | ||
message: 'Copy the selected text' | ||
message: 'Copy the selected text', | ||
comment: 'Description for copy command.' | ||
}; | ||
@@ -21,4 +21,4 @@ const CUT_LABEL = | ||
id: 'extension.command.cut.label', | ||
comment: 'Label for cut command.', | ||
message: 'Cut' | ||
message: 'Cut', | ||
comment: 'Label for cut command.' | ||
}; | ||
@@ -29,4 +29,4 @@ const CUT_DESCRIPTION = | ||
id: 'extension.command.cut.description', | ||
comment: 'Description for cut command.', | ||
message: 'Cut the selected text' | ||
message: 'Cut the selected text', | ||
comment: 'Description for cut command.' | ||
}; | ||
@@ -37,4 +37,4 @@ const PASTE_LABEL = | ||
id: 'extension.command.paste.label', | ||
comment: 'Label for paste command.', | ||
message: 'Paste' | ||
message: 'Paste', | ||
comment: 'Label for paste command.' | ||
}; | ||
@@ -45,4 +45,4 @@ const PASTE_DESCRIPTION = | ||
id: 'extension.command.paste.description', | ||
comment: 'Description for paste command.', | ||
message: 'Paste content into the editor' | ||
message: 'Paste content into the editor', | ||
comment: 'Description for paste command.' | ||
}; | ||
@@ -53,4 +53,4 @@ const SELECT_ALL_LABEL = | ||
id: 'extension.command.select-all.label', | ||
comment: 'Label for select all command.', | ||
message: 'Select all' | ||
message: 'Select all', | ||
comment: 'Label for select all command.' | ||
}; | ||
@@ -61,4 +61,4 @@ const SELECT_ALL_DESCRIPTION = | ||
id: 'extension.command.select-all.description', | ||
comment: 'Description for select all command.', | ||
message: 'Select all content within the editor' | ||
message: 'Select all content within the editor', | ||
comment: 'Description for select all command.' | ||
}; | ||
@@ -68,10 +68,10 @@ | ||
__proto__: null, | ||
COPY_DESCRIPTION: COPY_DESCRIPTION, | ||
COPY_LABEL: COPY_LABEL, | ||
COPY_DESCRIPTION: COPY_DESCRIPTION, | ||
CUT_DESCRIPTION: CUT_DESCRIPTION, | ||
CUT_LABEL: CUT_LABEL, | ||
CUT_DESCRIPTION: CUT_DESCRIPTION, | ||
PASTE_DESCRIPTION: PASTE_DESCRIPTION, | ||
PASTE_LABEL: PASTE_LABEL, | ||
PASTE_DESCRIPTION: PASTE_DESCRIPTION, | ||
SELECT_ALL_LABEL: SELECT_ALL_LABEL, | ||
SELECT_ALL_DESCRIPTION: SELECT_ALL_DESCRIPTION | ||
SELECT_ALL_DESCRIPTION: SELECT_ALL_DESCRIPTION, | ||
SELECT_ALL_LABEL: SELECT_ALL_LABEL | ||
}); | ||
@@ -83,4 +83,4 @@ | ||
id: 'keyboard.shortcut.escape', | ||
comment: 'Label for escape key in shortcuts.', | ||
message: 'Enter' | ||
message: 'Enter', | ||
comment: 'Label for escape key in shortcuts.' | ||
}; | ||
@@ -91,4 +91,4 @@ const COMMAND_KEY = | ||
id: 'keyboard.shortcut.command', | ||
comment: 'Label for command key in shortcuts.', | ||
message: 'Command' | ||
message: 'Command', | ||
comment: 'Label for command key in shortcuts.' | ||
}; | ||
@@ -99,4 +99,4 @@ const CONTROL_KEY = | ||
id: 'keyboard.shortcut.control', | ||
comment: 'Label for control key in shortcuts.', | ||
message: 'Control' | ||
message: 'Control', | ||
comment: 'Label for control key in shortcuts.' | ||
}; | ||
@@ -107,4 +107,4 @@ const ENTER_KEY = | ||
id: 'keyboard.shortcut.enter', | ||
comment: 'Label for enter key in shortcuts.', | ||
message: 'Enter' | ||
message: 'Enter', | ||
comment: 'Label for enter key in shortcuts.' | ||
}; | ||
@@ -115,4 +115,4 @@ const SHIFT_KEY = | ||
id: 'keyboard.shortcut.shift', | ||
comment: 'Label for shift key in shortcuts.', | ||
message: 'Shift' | ||
message: 'Shift', | ||
comment: 'Label for shift key in shortcuts.' | ||
}; | ||
@@ -123,4 +123,4 @@ const ALT_KEY = | ||
id: 'keyboard.shortcut.alt', | ||
comment: 'Label for alt key in shortcuts.', | ||
message: 'Alt' | ||
message: 'Alt', | ||
comment: 'Label for alt key in shortcuts.' | ||
}; | ||
@@ -131,4 +131,4 @@ const CAPS_LOCK_KEY = | ||
id: 'keyboard.shortcut.capsLock', | ||
comment: 'Label for caps lock key in shortcuts.', | ||
message: 'Caps Lock' | ||
message: 'Caps Lock', | ||
comment: 'Label for caps lock key in shortcuts.' | ||
}; | ||
@@ -139,4 +139,4 @@ const BACKSPACE_KEY = | ||
id: 'keyboard.shortcut.backspace', | ||
comment: 'Label for backspace key in shortcuts.', | ||
message: 'Backspace' | ||
message: 'Backspace', | ||
comment: 'Label for backspace key in shortcuts.' | ||
}; | ||
@@ -147,4 +147,4 @@ const TAB_KEY = | ||
id: 'keyboard.shortcut.tab', | ||
comment: 'Label for tab key in shortcuts.', | ||
message: 'Tab' | ||
message: 'Tab', | ||
comment: 'Label for tab key in shortcuts.' | ||
}; | ||
@@ -155,4 +155,4 @@ const SPACE_KEY = | ||
id: 'keyboard.shortcut.space', | ||
comment: 'Label for space key in shortcuts.', | ||
message: 'Space' | ||
message: 'Space', | ||
comment: 'Label for space key in shortcuts.' | ||
}; | ||
@@ -163,4 +163,4 @@ const DELETE_KEY = | ||
id: 'keyboard.shortcut.delete', | ||
comment: 'Label for delete key in shortcuts.', | ||
message: 'Delete' | ||
message: 'Delete', | ||
comment: 'Label for delete key in shortcuts.' | ||
}; | ||
@@ -171,4 +171,4 @@ const PAGE_UP_KEY = | ||
id: 'keyboard.shortcut.pageUp', | ||
comment: 'Label for page up key in shortcuts.', | ||
message: 'Page Up' | ||
message: 'Page Up', | ||
comment: 'Label for page up key in shortcuts.' | ||
}; | ||
@@ -179,4 +179,4 @@ const PAGE_DOWN_KEY = | ||
id: 'keyboard.shortcut.pageDown', | ||
comment: 'Label for page down key in shortcuts.', | ||
message: 'Page Down' | ||
message: 'Page Down', | ||
comment: 'Label for page down key in shortcuts.' | ||
}; | ||
@@ -187,4 +187,4 @@ const HOME_KEY = | ||
id: 'keyboard.shortcut.home', | ||
comment: 'Label for home key in shortcuts.', | ||
message: 'Home' | ||
message: 'Home', | ||
comment: 'Label for home key in shortcuts.' | ||
}; | ||
@@ -195,4 +195,4 @@ const END_KEY = | ||
id: 'keyboard.shortcut.end', | ||
comment: 'Label for end key in shortcuts.', | ||
message: 'End' | ||
message: 'End', | ||
comment: 'Label for end key in shortcuts.' | ||
}; | ||
@@ -203,4 +203,4 @@ const ARROW_LEFT_KEY = | ||
id: 'keyboard.shortcut.arrowLeft', | ||
comment: 'Label for arrow left key in shortcuts.', | ||
message: 'Arrow Left' | ||
message: 'Arrow Left', | ||
comment: 'Label for arrow left key in shortcuts.' | ||
}; | ||
@@ -211,4 +211,4 @@ const ARROW_RIGHT_KEY = | ||
id: 'keyboard.shortcut.arrowRight', | ||
comment: 'Label for arrow right key in shortcuts.', | ||
message: 'Arrow Right' | ||
message: 'Arrow Right', | ||
comment: 'Label for arrow right key in shortcuts.' | ||
}; | ||
@@ -219,4 +219,4 @@ const ARROW_UP_KEY = | ||
id: 'keyboard.shortcut.arrowUp', | ||
comment: 'Label for arrow up key in shortcuts.', | ||
message: 'Arrow Up' | ||
message: 'Arrow Up', | ||
comment: 'Label for arrow up key in shortcuts.' | ||
}; | ||
@@ -227,4 +227,4 @@ const ARROW_DOWN_KEY = | ||
id: 'keyboard.shortcut.arrowDown', | ||
comment: 'Label for arrowDown key in shortcuts.', | ||
message: 'Arrow Down' | ||
message: 'Arrow Down', | ||
comment: 'Label for arrowDown key in shortcuts.' | ||
}; | ||
@@ -234,21 +234,21 @@ | ||
__proto__: null, | ||
ESCAPE_KEY: ESCAPE_KEY, | ||
ALT_KEY: ALT_KEY, | ||
ARROW_DOWN_KEY: ARROW_DOWN_KEY, | ||
ARROW_LEFT_KEY: ARROW_LEFT_KEY, | ||
ARROW_RIGHT_KEY: ARROW_RIGHT_KEY, | ||
ARROW_UP_KEY: ARROW_UP_KEY, | ||
BACKSPACE_KEY: BACKSPACE_KEY, | ||
CAPS_LOCK_KEY: CAPS_LOCK_KEY, | ||
COMMAND_KEY: COMMAND_KEY, | ||
CONTROL_KEY: CONTROL_KEY, | ||
DELETE_KEY: DELETE_KEY, | ||
END_KEY: END_KEY, | ||
ENTER_KEY: ENTER_KEY, | ||
ESCAPE_KEY: ESCAPE_KEY, | ||
HOME_KEY: HOME_KEY, | ||
PAGE_DOWN_KEY: PAGE_DOWN_KEY, | ||
PAGE_UP_KEY: PAGE_UP_KEY, | ||
SHIFT_KEY: SHIFT_KEY, | ||
ALT_KEY: ALT_KEY, | ||
CAPS_LOCK_KEY: CAPS_LOCK_KEY, | ||
BACKSPACE_KEY: BACKSPACE_KEY, | ||
TAB_KEY: TAB_KEY, | ||
SPACE_KEY: SPACE_KEY, | ||
DELETE_KEY: DELETE_KEY, | ||
PAGE_UP_KEY: PAGE_UP_KEY, | ||
PAGE_DOWN_KEY: PAGE_DOWN_KEY, | ||
HOME_KEY: HOME_KEY, | ||
END_KEY: END_KEY, | ||
ARROW_LEFT_KEY: ARROW_LEFT_KEY, | ||
ARROW_RIGHT_KEY: ARROW_RIGHT_KEY, | ||
ARROW_UP_KEY: ARROW_UP_KEY, | ||
ARROW_DOWN_KEY: ARROW_DOWN_KEY | ||
TAB_KEY: TAB_KEY | ||
}); | ||
@@ -260,4 +260,4 @@ | ||
id: 'extension.command.add-annotation.label', | ||
comment: 'Label for adding an annotation.', | ||
message: 'Add annotation' | ||
message: 'Add annotation', | ||
comment: 'Label for adding an annotation.' | ||
}; | ||
@@ -268,4 +268,4 @@ const UPDATE_ANNOTATION = | ||
id: 'extension.command.update-annotation.label', | ||
comment: 'Label for updating an annotation.', | ||
message: 'Update annotation' | ||
message: 'Update annotation', | ||
comment: 'Label for updating an annotation.' | ||
}; | ||
@@ -276,4 +276,4 @@ const REMOVE_ANNOTATION = | ||
id: 'extension.command.remove-annotation.label', | ||
comment: 'Label for removing an annotation.', | ||
message: 'Remove annotation' | ||
message: 'Remove annotation', | ||
comment: 'Label for removing an annotation.' | ||
}; | ||
@@ -284,4 +284,4 @@ | ||
ADD_ANNOTATION: ADD_ANNOTATION, | ||
UPDATE_ANNOTATION: UPDATE_ANNOTATION, | ||
REMOVE_ANNOTATION: REMOVE_ANNOTATION | ||
REMOVE_ANNOTATION: REMOVE_ANNOTATION, | ||
UPDATE_ANNOTATION: UPDATE_ANNOTATION | ||
}); | ||
@@ -293,4 +293,4 @@ | ||
id: 'extension.command.set-text-direction.label', | ||
comment: 'Label for setting the text direction.', | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}}" | ||
message: "{dir, select, ltr {Left-To-Right}\nrtl {Right-To-Left}\nother {Reset Direction}}", | ||
comment: 'Label for setting the text direction.' | ||
}; | ||
@@ -301,4 +301,4 @@ const DESCRIPTION$c = | ||
id: 'extension.command.set-text-direction.description', | ||
comment: 'Description for setting the text direction.', | ||
message: "{dir, select, ltr {Set the text direction from left to right}\nrtl {Set the text direction from right to left}\nother {Reset text direction}}" | ||
message: "{dir, select, ltr {Set the text direction from left to right}\nrtl {Set the text direction from right to left}\nother {Reset text direction}}", | ||
comment: 'Description for setting the text direction.' | ||
}; | ||
@@ -308,4 +308,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$f, | ||
DESCRIPTION: DESCRIPTION$c | ||
DESCRIPTION: DESCRIPTION$c, | ||
LABEL: LABEL$f | ||
}); | ||
@@ -317,4 +317,4 @@ | ||
id: 'extension.command.toggle-blockquote.label', | ||
comment: 'Label for blockquote formatting command.', | ||
message: 'Blockquote' | ||
message: 'Blockquote', | ||
comment: 'Label for blockquote formatting command.' | ||
}; | ||
@@ -325,4 +325,4 @@ const DESCRIPTION$b = | ||
id: 'extension.command.toggle-blockquote.description', | ||
comment: 'Description for blockquote formatting command.', | ||
message: 'Add blockquote formatting to the selected text' | ||
message: 'Add blockquote formatting to the selected text', | ||
comment: 'Description for blockquote formatting command.' | ||
}; | ||
@@ -332,4 +332,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$e, | ||
DESCRIPTION: DESCRIPTION$b | ||
DESCRIPTION: DESCRIPTION$b, | ||
LABEL: LABEL$e | ||
}); | ||
@@ -341,4 +341,4 @@ | ||
id: 'extension.command.toggle-bold.label', | ||
comment: 'Label for bold formatting command.', | ||
message: 'Bold' | ||
message: 'Bold', | ||
comment: 'Label for bold formatting command.' | ||
}; | ||
@@ -349,4 +349,4 @@ const DESCRIPTION$a = | ||
id: 'extension.command.toggle-bold.description', | ||
comment: 'Description for bold formatting command.', | ||
message: 'Add bold formatting to the selected text' | ||
message: 'Add bold formatting to the selected text', | ||
comment: 'Description for bold formatting command.' | ||
}; | ||
@@ -356,4 +356,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$d, | ||
DESCRIPTION: DESCRIPTION$a | ||
DESCRIPTION: DESCRIPTION$a, | ||
LABEL: LABEL$d | ||
}); | ||
@@ -365,4 +365,4 @@ | ||
id: 'extension.command.toggle-callout.label', | ||
comment: 'Label for callout command with support for callout types.', | ||
message: "{type, select, info {Information Callout}\nwarning {Warning Callout}\nerror {Error Callout}\nsuccess {Success Callout}\nother {Callout}}" | ||
message: "{type, select, info {Information Callout}\nwarning {Warning Callout}\nerror {Error Callout}\nsuccess {Success Callout}\nother {Callout}}", | ||
comment: 'Label for callout command with support for callout types.' | ||
}; | ||
@@ -373,4 +373,4 @@ const DESCRIPTION$9 = | ||
id: 'extension.command.toggle-callout.description', | ||
comment: 'Description of the callout command with support for callout types.', | ||
message: "{type, select, info {Create an information callout block}\nwarning {Create a warning callout block}\nerror {Create an error callout block}\nsuccess {Create a success callout block}\nother {Create a callout block}}" | ||
message: "{type, select, info {Create an information callout block}\nwarning {Create a warning callout block}\nerror {Create an error callout block}\nsuccess {Create a success callout block}\nother {Create a callout block}}", | ||
comment: 'Description of the callout command with support for callout types.' | ||
}; | ||
@@ -380,4 +380,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$c, | ||
DESCRIPTION: DESCRIPTION$9 | ||
DESCRIPTION: DESCRIPTION$9, | ||
LABEL: LABEL$c | ||
}); | ||
@@ -389,4 +389,4 @@ | ||
id: 'extension.command.toggle-code-block.label', | ||
comment: 'Label for the code block command.', | ||
message: 'Codeblock' | ||
message: 'Codeblock', | ||
comment: 'Label for the code block command.' | ||
}; | ||
@@ -397,4 +397,4 @@ const DESCRIPTION$8 = | ||
id: 'extension.command.toggle-code-block.description', | ||
comment: 'Description for the code block command.', | ||
message: 'Add a code block' | ||
message: 'Add a code block', | ||
comment: 'Description for the code block command.' | ||
}; | ||
@@ -404,4 +404,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$b, | ||
DESCRIPTION: DESCRIPTION$8 | ||
DESCRIPTION: DESCRIPTION$8, | ||
LABEL: LABEL$b | ||
}); | ||
@@ -413,4 +413,4 @@ | ||
id: 'extension.command.toggle-code.label', | ||
comment: 'Label for the inline code formatting.', | ||
message: 'Code' | ||
message: 'Code', | ||
comment: 'Label for the inline code formatting.' | ||
}; | ||
@@ -421,4 +421,4 @@ const DESCRIPTION$7 = | ||
id: 'extension.command.toggle-code.description', | ||
comment: 'Description for the inline code formatting command.', | ||
message: 'Add inline code formatting to the selected text' | ||
message: 'Add inline code formatting to the selected text', | ||
comment: 'Description for the inline code formatting command.' | ||
}; | ||
@@ -428,4 +428,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$a, | ||
DESCRIPTION: DESCRIPTION$7 | ||
DESCRIPTION: DESCRIPTION$7, | ||
LABEL: LABEL$a | ||
}); | ||
@@ -437,4 +437,4 @@ | ||
id: 'extension.command.toggle-columns.label', | ||
comment: 'Label for columns command with support for number of columns counts.', | ||
message: "{count, select, 2 {Two Column Block}\n3 {Three Column Block}\n4 {Four Column Block}\nother {Multi Column Block}}" | ||
message: "{count, select, 2 {Two Column Block}\n3 {Three Column Block}\n4 {Four Column Block}\nother {Multi Column Block}}", | ||
comment: 'Label for columns command with support for number of columns counts.' | ||
}; | ||
@@ -445,4 +445,4 @@ const DESCRIPTION$6 = | ||
id: 'extension.command.toggle-columns.description', | ||
comment: 'Description of the columns command with support for number of columns counts.', | ||
message: "{count, select, 2 {Split the block into two columns}\n3 {Split the current block into three columns}\n4 {Split the current block into four columns}\nother {Split the current block into multiple columns}}" | ||
message: "{count, select, 2 {Split the block into two columns}\n3 {Split the current block into three columns}\n4 {Split the current block into four columns}\nother {Split the current block into multiple columns}}", | ||
comment: 'Description of the columns command with support for number of columns counts.' | ||
}; | ||
@@ -452,4 +452,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$9, | ||
DESCRIPTION: DESCRIPTION$6 | ||
DESCRIPTION: DESCRIPTION$6, | ||
LABEL: LABEL$9 | ||
}); | ||
@@ -461,4 +461,4 @@ | ||
id: 'extension.command.insert-emoji.label', | ||
comment: 'Label for inserting an emoji.', | ||
message: 'Insert Emoji' | ||
message: 'Insert Emoji', | ||
comment: 'Label for inserting an emoji.' | ||
}; | ||
@@ -475,4 +475,4 @@ | ||
id: 'extension.command.set-font-size.label', | ||
comment: 'Label for adding a font size.', | ||
message: 'Font size' | ||
message: 'Font size', | ||
comment: 'Label for adding a font size.' | ||
}; | ||
@@ -483,4 +483,4 @@ const SET_DESCRIPTION = | ||
id: 'extension.command.set-font-size.description', | ||
comment: 'Description for adding a font size.', | ||
message: 'Set the font size for the selected text.' | ||
message: 'Set the font size for the selected text.', | ||
comment: 'Description for adding a font size.' | ||
}; | ||
@@ -491,4 +491,4 @@ const INCREASE_LABEL = | ||
id: 'extension.command.increase-font-size.label', | ||
comment: 'Label for increasing the font size.', | ||
message: 'Increase' | ||
message: 'Increase', | ||
comment: 'Label for increasing the font size.' | ||
}; | ||
@@ -499,4 +499,4 @@ const INCREASE_DESCRIPTION = | ||
id: 'extension.command.increase-font-size.description', | ||
comment: 'Description for increasing the font size.', | ||
message: 'Increase the font size' | ||
message: 'Increase the font size', | ||
comment: 'Description for increasing the font size.' | ||
}; | ||
@@ -507,4 +507,4 @@ const DECREASE_LABEL = | ||
id: 'extension.command.decrease-font-size.label', | ||
comment: 'Label for decreasing the font size.', | ||
message: 'Decrease' | ||
message: 'Decrease', | ||
comment: 'Label for decreasing the font size.' | ||
}; | ||
@@ -515,4 +515,4 @@ const DECREASE_DESCRIPTION = | ||
id: 'extension.command.decrease-font-size.description', | ||
comment: 'Description for decreasing the font size.', | ||
message: 'Decrease the font size.' | ||
message: 'Decrease the font size.', | ||
comment: 'Description for decreasing the font size.' | ||
}; | ||
@@ -522,8 +522,8 @@ | ||
__proto__: null, | ||
SET_LABEL: SET_LABEL$1, | ||
DECREASE_DESCRIPTION: DECREASE_DESCRIPTION, | ||
DECREASE_LABEL: DECREASE_LABEL, | ||
INCREASE_DESCRIPTION: INCREASE_DESCRIPTION, | ||
INCREASE_LABEL: INCREASE_LABEL, | ||
SET_DESCRIPTION: SET_DESCRIPTION, | ||
INCREASE_LABEL: INCREASE_LABEL, | ||
INCREASE_DESCRIPTION: INCREASE_DESCRIPTION, | ||
DECREASE_LABEL: DECREASE_LABEL, | ||
DECREASE_DESCRIPTION: DECREASE_DESCRIPTION | ||
SET_LABEL: SET_LABEL$1 | ||
}); | ||
@@ -535,4 +535,4 @@ | ||
id: 'extension.command.toggle-heading.label', | ||
comment: 'Label for heading command with support for levels.', | ||
message: "{level, select, 1 {Heading 1}\n2 {Heading 2}\n3 {Heading 3}\n4 {Heading 4}\n5 {Heading 5}\n6 {Heading 6}\nother {Heading}}" | ||
message: "{level, select, 1 {Heading 1}\n2 {Heading 2}\n3 {Heading 3}\n4 {Heading 4}\n5 {Heading 5}\n6 {Heading 6}\nother {Heading}}", | ||
comment: 'Label for heading command with support for levels.' | ||
}; | ||
@@ -549,4 +549,4 @@ | ||
id: 'extension.command.undo.label', | ||
comment: 'Label for undo.', | ||
message: 'Undo' | ||
message: 'Undo', | ||
comment: 'Label for undo.' | ||
}; | ||
@@ -557,4 +557,4 @@ const UNDO_DESCRIPTION = | ||
id: 'extension.command.undo.description', | ||
comment: 'Description for undo.', | ||
message: 'Undo the most recent action' | ||
message: 'Undo the most recent action', | ||
comment: 'Description for undo.' | ||
}; | ||
@@ -565,4 +565,4 @@ const REDO_LABEL = | ||
id: 'extension.command.redo.label', | ||
comment: 'Label for redo.', | ||
message: 'Redo' | ||
message: 'Redo', | ||
comment: 'Label for redo.' | ||
}; | ||
@@ -573,4 +573,4 @@ const REDO_DESCRIPTION = | ||
id: 'extension.command.redo.description', | ||
comment: 'Description for redo.', | ||
message: 'Redo the most recent action' | ||
message: 'Redo the most recent action', | ||
comment: 'Description for redo.' | ||
}; | ||
@@ -580,6 +580,6 @@ | ||
__proto__: null, | ||
UNDO_LABEL: UNDO_LABEL, | ||
REDO_DESCRIPTION: REDO_DESCRIPTION, | ||
REDO_LABEL: REDO_LABEL, | ||
UNDO_DESCRIPTION: UNDO_DESCRIPTION, | ||
REDO_LABEL: REDO_LABEL, | ||
REDO_DESCRIPTION: REDO_DESCRIPTION | ||
UNDO_LABEL: UNDO_LABEL | ||
}); | ||
@@ -591,4 +591,4 @@ | ||
id: 'extension.command.insert-horizontal-rule.label', | ||
comment: 'Label for inserting a horizontal rule (divider) command.', | ||
message: 'Divider' | ||
message: 'Divider', | ||
comment: 'Label for inserting a horizontal rule (divider) command.' | ||
}; | ||
@@ -599,4 +599,4 @@ const DESCRIPTION$5 = | ||
id: 'extension.command.insert-horizontal-rule.description', | ||
comment: 'Description for inserting a horizontal rule (divider) command.', | ||
message: 'Separate content with a diving horizontal line' | ||
message: 'Separate content with a diving horizontal line', | ||
comment: 'Description for inserting a horizontal rule (divider) command.' | ||
}; | ||
@@ -606,4 +606,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$7, | ||
DESCRIPTION: DESCRIPTION$5 | ||
DESCRIPTION: DESCRIPTION$5, | ||
LABEL: LABEL$7 | ||
}); | ||
@@ -615,4 +615,4 @@ | ||
id: 'extension.command.toggle-italic.label', | ||
comment: 'Label for italic formatting command.', | ||
message: 'Italic' | ||
message: 'Italic', | ||
comment: 'Label for italic formatting command.' | ||
}; | ||
@@ -623,4 +623,4 @@ const DESCRIPTION$4 = | ||
id: 'extension.command.toggle-italic.description', | ||
comment: 'Description for italic formatting command.', | ||
message: 'Italicize the selected text' | ||
message: 'Italicize the selected text', | ||
comment: 'Description for italic formatting command.' | ||
}; | ||
@@ -630,4 +630,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$6, | ||
DESCRIPTION: DESCRIPTION$4 | ||
DESCRIPTION: DESCRIPTION$4, | ||
LABEL: LABEL$6 | ||
}); | ||
@@ -639,4 +639,4 @@ | ||
id: 'extension.command.toggle-ordered-list.label', | ||
comment: 'Label for inserting an ordered list into the editor.', | ||
message: 'Ordered list' | ||
message: 'Ordered list', | ||
comment: 'Label for inserting an ordered list into the editor.' | ||
}; | ||
@@ -647,4 +647,4 @@ const BULLET_LIST_LABEL = | ||
id: 'extension.command.toggle-bullet-list.description', | ||
comment: 'Description for inserting a bullet list into the editor.', | ||
message: 'Bulleted list' | ||
message: 'Bulleted list', | ||
comment: 'Description for inserting a bullet list into the editor.' | ||
}; | ||
@@ -655,4 +655,4 @@ const TASK_LIST_LABEL = | ||
id: 'extension.command.toggle-task-list.description', | ||
comment: 'Description for inserting a task list into the editor.', | ||
message: 'Tasked list' | ||
message: 'Tasked list', | ||
comment: 'Description for inserting a task list into the editor.' | ||
}; | ||
@@ -662,4 +662,4 @@ | ||
__proto__: null, | ||
BULLET_LIST_LABEL: BULLET_LIST_LABEL, | ||
ORDERED_LIST_LABEL: ORDERED_LIST_LABEL, | ||
BULLET_LIST_LABEL: BULLET_LIST_LABEL, | ||
TASK_LIST_LABEL: TASK_LIST_LABEL | ||
@@ -672,4 +672,4 @@ }); | ||
id: 'extension.command.increase-indent.label', | ||
comment: 'Label for increasing the indentation level.', | ||
message: 'Increase indentation' | ||
message: 'Increase indentation', | ||
comment: 'Label for increasing the indentation level.' | ||
}; | ||
@@ -680,4 +680,4 @@ const DECREASE_INDENT_LABEL = | ||
id: 'extension.command.decrease-indent.label', | ||
comment: 'Label for decreasing the indentation level of the current node block.', | ||
message: 'Decrease indentation' | ||
message: 'Decrease indentation', | ||
comment: 'Label for decreasing the indentation level of the current node block.' | ||
}; | ||
@@ -688,4 +688,4 @@ const CENTER_ALIGN_LABEL = | ||
id: 'extension.command.center-align.label', | ||
comment: 'Center align the text in the current node.', | ||
message: 'Center align' | ||
message: 'Center align', | ||
comment: 'Center align the text in the current node.' | ||
}; | ||
@@ -696,4 +696,4 @@ const JUSTIFY_ALIGN_LABEL = | ||
id: 'extension.command.justify-align.label', | ||
comment: 'Justify the alignment of the selected nodes.', | ||
message: 'Justify' | ||
message: 'Justify', | ||
comment: 'Justify the alignment of the selected nodes.' | ||
}; | ||
@@ -704,4 +704,4 @@ const RIGHT_ALIGN_LABEL = | ||
id: 'extension.command.right-align.label', | ||
comment: 'Right align the selected nodes.', | ||
message: 'Right align' | ||
message: 'Right align', | ||
comment: 'Right align the selected nodes.' | ||
}; | ||
@@ -712,4 +712,4 @@ const LEFT_ALIGN_LABEL = | ||
id: 'extension.command.left-align.label', | ||
comment: 'Left align the selected nodes.', | ||
message: 'Left align' | ||
message: 'Left align', | ||
comment: 'Left align the selected nodes.' | ||
}; | ||
@@ -719,8 +719,8 @@ | ||
__proto__: null, | ||
CENTER_ALIGN_LABEL: CENTER_ALIGN_LABEL, | ||
DECREASE_INDENT_LABEL: DECREASE_INDENT_LABEL, | ||
INCREASE_INDENT_LABEL: INCREASE_INDENT_LABEL, | ||
DECREASE_INDENT_LABEL: DECREASE_INDENT_LABEL, | ||
CENTER_ALIGN_LABEL: CENTER_ALIGN_LABEL, | ||
JUSTIFY_ALIGN_LABEL: JUSTIFY_ALIGN_LABEL, | ||
RIGHT_ALIGN_LABEL: RIGHT_ALIGN_LABEL, | ||
LEFT_ALIGN_LABEL: LEFT_ALIGN_LABEL | ||
LEFT_ALIGN_LABEL: LEFT_ALIGN_LABEL, | ||
RIGHT_ALIGN_LABEL: RIGHT_ALIGN_LABEL | ||
}); | ||
@@ -732,4 +732,4 @@ | ||
id: 'extension.command.insert-paragraph.label', | ||
comment: 'Label for inserting a paragraph.', | ||
message: 'Insert Paragraph' | ||
message: 'Insert Paragraph', | ||
comment: 'Label for inserting a paragraph.' | ||
}; | ||
@@ -740,4 +740,4 @@ const INSERT_DESCRIPTION = | ||
id: 'extension.command.insert-paragraph.description', | ||
comment: 'Description for inserting a paragraph.', | ||
message: 'Insert a new paragraph' | ||
message: 'Insert a new paragraph', | ||
comment: 'Description for inserting a paragraph.' | ||
}; | ||
@@ -748,4 +748,4 @@ const CONVERT_LABEL = | ||
id: 'extension.command.convert-paragraph.label', | ||
comment: 'Label for converting the current node into a paragraph.', | ||
message: 'Convert Paragraph' | ||
message: 'Convert Paragraph', | ||
comment: 'Label for converting the current node into a paragraph.' | ||
}; | ||
@@ -756,4 +756,4 @@ const CONVERT_DESCRIPTION = | ||
id: 'extension.command.convert-paragraph.description', | ||
comment: 'Description for converting a paragraph.', | ||
message: 'Convert current block into a paragraph block.' | ||
message: 'Convert current block into a paragraph block.', | ||
comment: 'Description for converting a paragraph.' | ||
}; | ||
@@ -763,6 +763,6 @@ | ||
__proto__: null, | ||
INSERT_LABEL: INSERT_LABEL, | ||
CONVERT_DESCRIPTION: CONVERT_DESCRIPTION, | ||
CONVERT_LABEL: CONVERT_LABEL, | ||
INSERT_DESCRIPTION: INSERT_DESCRIPTION, | ||
CONVERT_LABEL: CONVERT_LABEL, | ||
CONVERT_DESCRIPTION: CONVERT_DESCRIPTION | ||
INSERT_LABEL: INSERT_LABEL | ||
}); | ||
@@ -774,4 +774,4 @@ | ||
id: 'extension.command.toggle-strike.label', | ||
comment: 'Label for strike formatting command.', | ||
message: 'Strikethrough' | ||
message: 'Strikethrough', | ||
comment: 'Label for strike formatting command.' | ||
}; | ||
@@ -782,4 +782,4 @@ const DESCRIPTION$3 = | ||
id: 'extension.command.toggle-strike.description', | ||
comment: 'Description for strike formatting command.', | ||
message: 'Strikethrough the selected text' | ||
message: 'Strikethrough the selected text', | ||
comment: 'Description for strike formatting command.' | ||
}; | ||
@@ -789,4 +789,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$5, | ||
DESCRIPTION: DESCRIPTION$3 | ||
DESCRIPTION: DESCRIPTION$3, | ||
LABEL: LABEL$5 | ||
}); | ||
@@ -798,4 +798,4 @@ | ||
id: 'extension.command.toggle-subscript.label', | ||
comment: 'Label for toggling a subscript.', | ||
message: 'Subscript' | ||
message: 'Subscript', | ||
comment: 'Label for toggling a subscript.' | ||
}; | ||
@@ -812,4 +812,4 @@ | ||
id: 'extension.command.toggle-superscript.label', | ||
comment: 'Label for toggling a superscript.', | ||
message: 'Superscript' | ||
message: 'Superscript', | ||
comment: 'Label for toggling a superscript.' | ||
}; | ||
@@ -826,4 +826,4 @@ | ||
id: 'extension.command.create-table.label', | ||
comment: 'Label for creating a table', | ||
message: 'Create table' | ||
message: 'Create table', | ||
comment: 'Label for creating a table' | ||
}; | ||
@@ -834,4 +834,4 @@ const CREATE_COMMAND_DESCRIPTION = | ||
id: 'extension.command.create-table.description', | ||
comment: 'Description for creating a table', | ||
message: 'Create a table with set number of rows and columns.' | ||
message: 'Create a table with set number of rows and columns.', | ||
comment: 'Description for creating a table' | ||
}; | ||
@@ -846,4 +846,4 @@ | ||
id: 'extension.table.column_count', | ||
comment: 'The number of columns', | ||
message: '{count, plural, one {# column} other {# columns}}' | ||
message: '{count, plural, one {# column} other {# columns}}', | ||
comment: 'The number of columns' | ||
}; | ||
@@ -858,4 +858,4 @@ | ||
id: 'extension.table.row_count', | ||
comment: 'The number of rows', | ||
message: '{count, plural, one {# row} other {# rows}}' | ||
message: '{count, plural, one {# row} other {# rows}}', | ||
comment: 'The number of rows' | ||
}; | ||
@@ -865,5 +865,5 @@ | ||
__proto__: null, | ||
COLUMN_COUNT: COLUMN_COUNT, | ||
CREATE_COMMAND_DESCRIPTION: CREATE_COMMAND_DESCRIPTION, | ||
CREATE_COMMAND_LABEL: CREATE_COMMAND_LABEL, | ||
CREATE_COMMAND_DESCRIPTION: CREATE_COMMAND_DESCRIPTION, | ||
COLUMN_COUNT: COLUMN_COUNT, | ||
ROW_COUNT: ROW_COUNT | ||
@@ -876,4 +876,4 @@ }); | ||
id: 'extension.command.toggle-upper-case.label', | ||
comment: 'Label for toggling between upper and lower case.', | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmallCaps {Small caps}\nother {Text case}}" | ||
message: "{case, select, upper {Uppercase}\nlower {Lowercase}\ncapitalize {Sentence case}\nsmallCaps {Small caps}\nother {Text case}}", | ||
comment: 'Label for toggling between upper and lower case.' | ||
}; | ||
@@ -884,4 +884,4 @@ const SET_LABEL = | ||
id: 'extension.command.set-casing.label', | ||
comment: 'Label for setting the case.', | ||
message: 'Set text case' | ||
message: 'Set text case', | ||
comment: 'Label for setting the case.' | ||
}; | ||
@@ -891,4 +891,4 @@ | ||
__proto__: null, | ||
TOGGLE_LABEL: TOGGLE_LABEL, | ||
SET_LABEL: SET_LABEL | ||
SET_LABEL: SET_LABEL, | ||
TOGGLE_LABEL: TOGGLE_LABEL | ||
}); | ||
@@ -900,4 +900,4 @@ | ||
id: 'extension.command.set-text-color.label', | ||
comment: 'Label for color formatting command.', | ||
message: 'Text color' | ||
message: 'Text color', | ||
comment: 'Label for color formatting command.' | ||
}; | ||
@@ -908,4 +908,4 @@ const SET_COLOR_DESCRIPTION = | ||
id: 'extension.command.set-text-color.description', | ||
comment: 'Description for color formatting command.', | ||
message: 'Set the text color for the selected text.' | ||
message: 'Set the text color for the selected text.', | ||
comment: 'Description for color formatting command.' | ||
}; | ||
@@ -916,4 +916,4 @@ const TRANSPARENT = | ||
id: 'ui.text-color.transparent', | ||
comment: 'Transparent color label.', | ||
message: 'Transparent' | ||
message: 'Transparent', | ||
comment: 'Transparent color label.' | ||
}; | ||
@@ -924,4 +924,4 @@ const WHITE = | ||
id: 'ui.text-color.white', | ||
comment: 'White color.', | ||
message: 'White' | ||
message: 'White', | ||
comment: 'White color.' | ||
}; | ||
@@ -932,4 +932,4 @@ const BLACK = | ||
id: 'ui.text-color.black', | ||
comment: 'Black color.', | ||
message: 'Black' | ||
message: 'Black', | ||
comment: 'Black color.' | ||
}; | ||
@@ -940,4 +940,4 @@ const GRAY = | ||
id: 'ui.text-color.gray', | ||
comment: 'Gray color.', | ||
message: "Gray" | ||
message: "Gray", | ||
comment: 'Gray color.' | ||
}; | ||
@@ -948,4 +948,4 @@ const GRAY_HUE = | ||
id: 'ui.text-color.gray.hue', | ||
comment: 'Gray color hues.', | ||
message: "Gray {hue}" | ||
message: "Gray {hue}", | ||
comment: 'Gray color hues.' | ||
}; | ||
@@ -956,4 +956,4 @@ const RED = | ||
id: 'ui.text-color.red', | ||
comment: 'Red color.', | ||
message: "Red" | ||
message: "Red", | ||
comment: 'Red color.' | ||
}; | ||
@@ -964,4 +964,4 @@ const RED_HUE = | ||
id: 'ui.text-color.red.hue', | ||
comment: 'Red color hues.', | ||
message: "Red {hue}" | ||
message: "Red {hue}", | ||
comment: 'Red color hues.' | ||
}; | ||
@@ -972,4 +972,4 @@ const PINK = | ||
id: 'ui.text-color.pink', | ||
comment: 'Pink color.', | ||
message: "Pink" | ||
message: "Pink", | ||
comment: 'Pink color.' | ||
}; | ||
@@ -980,4 +980,4 @@ const PINK_HUE = | ||
id: 'ui.text-color.pink.hue', | ||
comment: 'Pink color hues.', | ||
message: "Pink {hue}" | ||
message: "Pink {hue}", | ||
comment: 'Pink color hues.' | ||
}; | ||
@@ -988,4 +988,4 @@ const GRAPE = | ||
id: 'ui.text-color.grape', | ||
comment: 'Grape color.', | ||
message: "Grape" | ||
message: "Grape", | ||
comment: 'Grape color.' | ||
}; | ||
@@ -996,4 +996,4 @@ const GRAPE_HUE = | ||
id: 'ui.text-color.grape.hue', | ||
comment: 'Grape color hues.', | ||
message: "Grape {hue}" | ||
message: "Grape {hue}", | ||
comment: 'Grape color hues.' | ||
}; | ||
@@ -1004,4 +1004,4 @@ const VIOLET = | ||
id: 'ui.text-color.violet', | ||
comment: 'Violet color.', | ||
message: "Violet" | ||
message: "Violet", | ||
comment: 'Violet color.' | ||
}; | ||
@@ -1012,4 +1012,4 @@ const VIOLET_HUE = | ||
id: 'ui.text-color.violet.hue', | ||
comment: 'Violet color hues.', | ||
message: "Violet {hue}" | ||
message: "Violet {hue}", | ||
comment: 'Violet color hues.' | ||
}; | ||
@@ -1020,4 +1020,4 @@ const INDIGO = | ||
id: 'ui.text-color.indigo', | ||
comment: 'Indigo color.', | ||
message: "Indigo" | ||
message: "Indigo", | ||
comment: 'Indigo color.' | ||
}; | ||
@@ -1028,4 +1028,4 @@ const INDIGO_HUE = | ||
id: 'ui.text-color.indigo.hue', | ||
comment: 'Indigo color hues.', | ||
message: "Indigo {hue}" | ||
message: "Indigo {hue}", | ||
comment: 'Indigo color hues.' | ||
}; | ||
@@ -1036,4 +1036,4 @@ const BLUE = | ||
id: 'ui.text-color.blue', | ||
comment: 'Blue color.', | ||
message: "Blue" | ||
message: "Blue", | ||
comment: 'Blue color.' | ||
}; | ||
@@ -1044,4 +1044,4 @@ const BLUE_HUE = | ||
id: 'ui.text-color.blue.hue', | ||
comment: 'Blue color hues.', | ||
message: "Blue {hue}" | ||
message: "Blue {hue}", | ||
comment: 'Blue color hues.' | ||
}; | ||
@@ -1052,4 +1052,4 @@ const CYAN = | ||
id: 'ui.text-color.cyan', | ||
comment: 'Cyan color.', | ||
message: "Cyan" | ||
message: "Cyan", | ||
comment: 'Cyan color.' | ||
}; | ||
@@ -1060,4 +1060,4 @@ const CYAN_HUE = | ||
id: 'ui.text-color.cyan.hue', | ||
comment: 'Cyan color hues.', | ||
message: "Cyan {hue}" | ||
message: "Cyan {hue}", | ||
comment: 'Cyan color hues.' | ||
}; | ||
@@ -1068,4 +1068,4 @@ const TEAL = | ||
id: 'ui.text-color.teal', | ||
comment: 'Teal color.', | ||
message: "Teal" | ||
message: "Teal", | ||
comment: 'Teal color.' | ||
}; | ||
@@ -1076,4 +1076,4 @@ const TEAL_HUE = | ||
id: 'ui.text-color.teal.hue', | ||
comment: 'Teal color hues.', | ||
message: "Teal {hue}" | ||
message: "Teal {hue}", | ||
comment: 'Teal color hues.' | ||
}; | ||
@@ -1084,4 +1084,4 @@ const GREEN = | ||
id: 'ui.text-color.green', | ||
comment: 'Green color.', | ||
message: "Green" | ||
message: "Green", | ||
comment: 'Green color.' | ||
}; | ||
@@ -1092,4 +1092,4 @@ const GREEN_HUE = | ||
id: 'ui.text-color.green.hue', | ||
comment: 'Green color hues.', | ||
message: "Green {hue}" | ||
message: "Green {hue}", | ||
comment: 'Green color hues.' | ||
}; | ||
@@ -1100,4 +1100,4 @@ const LIME = | ||
id: 'ui.text-color.lime', | ||
comment: 'Lime color.', | ||
message: "Lime" | ||
message: "Lime", | ||
comment: 'Lime color.' | ||
}; | ||
@@ -1108,4 +1108,4 @@ const LIME_HUE = | ||
id: 'ui.text-color.lime.hue', | ||
comment: 'Lime color hues.', | ||
message: "Lime {hue}" | ||
message: "Lime {hue}", | ||
comment: 'Lime color hues.' | ||
}; | ||
@@ -1116,4 +1116,4 @@ const YELLOW = | ||
id: 'ui.text-color.yellow', | ||
comment: 'Yellow color.', | ||
message: "Yellow" | ||
message: "Yellow", | ||
comment: 'Yellow color.' | ||
}; | ||
@@ -1124,4 +1124,4 @@ const YELLOW_HUE = | ||
id: 'ui.text-color.yellow.hue', | ||
comment: 'Yellow color hues.', | ||
message: "Yellow {hue}" | ||
message: "Yellow {hue}", | ||
comment: 'Yellow color hues.' | ||
}; | ||
@@ -1132,4 +1132,4 @@ const ORANGE = | ||
id: 'ui.text-color.orange', | ||
comment: 'Orange color.', | ||
message: "Orange" | ||
message: "Orange", | ||
comment: 'Orange color.' | ||
}; | ||
@@ -1140,4 +1140,4 @@ const ORANGE_HUE = | ||
id: 'ui.text-color.orange.hue', | ||
comment: 'Orange color hues.', | ||
message: "Orange {hue}" | ||
message: "Orange {hue}", | ||
comment: 'Orange color hues.' | ||
}; | ||
@@ -1147,19 +1147,3 @@ | ||
__proto__: null, | ||
SET_COLOR_LABEL: SET_COLOR_LABEL, | ||
SET_COLOR_DESCRIPTION: SET_COLOR_DESCRIPTION, | ||
TRANSPARENT: TRANSPARENT, | ||
WHITE: WHITE, | ||
BLACK: BLACK, | ||
GRAY: GRAY, | ||
GRAY_HUE: GRAY_HUE, | ||
RED: RED, | ||
RED_HUE: RED_HUE, | ||
PINK: PINK, | ||
PINK_HUE: PINK_HUE, | ||
GRAPE: GRAPE, | ||
GRAPE_HUE: GRAPE_HUE, | ||
VIOLET: VIOLET, | ||
VIOLET_HUE: VIOLET_HUE, | ||
INDIGO: INDIGO, | ||
INDIGO_HUE: INDIGO_HUE, | ||
BLUE: BLUE, | ||
@@ -1169,12 +1153,28 @@ BLUE_HUE: BLUE_HUE, | ||
CYAN_HUE: CYAN_HUE, | ||
TEAL: TEAL, | ||
TEAL_HUE: TEAL_HUE, | ||
GRAPE: GRAPE, | ||
GRAPE_HUE: GRAPE_HUE, | ||
GRAY: GRAY, | ||
GRAY_HUE: GRAY_HUE, | ||
GREEN: GREEN, | ||
GREEN_HUE: GREEN_HUE, | ||
INDIGO: INDIGO, | ||
INDIGO_HUE: INDIGO_HUE, | ||
LIME: LIME, | ||
LIME_HUE: LIME_HUE, | ||
ORANGE: ORANGE, | ||
ORANGE_HUE: ORANGE_HUE, | ||
PINK: PINK, | ||
PINK_HUE: PINK_HUE, | ||
RED: RED, | ||
RED_HUE: RED_HUE, | ||
SET_COLOR_DESCRIPTION: SET_COLOR_DESCRIPTION, | ||
SET_COLOR_LABEL: SET_COLOR_LABEL, | ||
TEAL: TEAL, | ||
TEAL_HUE: TEAL_HUE, | ||
TRANSPARENT: TRANSPARENT, | ||
VIOLET: VIOLET, | ||
VIOLET_HUE: VIOLET_HUE, | ||
WHITE: WHITE, | ||
YELLOW: YELLOW, | ||
YELLOW_HUE: YELLOW_HUE, | ||
ORANGE: ORANGE, | ||
ORANGE_HUE: ORANGE_HUE | ||
YELLOW_HUE: YELLOW_HUE | ||
}); | ||
@@ -1186,4 +1186,4 @@ | ||
id: 'extension.command.set-text-highlight.label', | ||
comment: 'Label for adding a text highlight.', | ||
message: 'Text highlight' | ||
message: 'Text highlight', | ||
comment: 'Label for adding a text highlight.' | ||
}; | ||
@@ -1194,4 +1194,4 @@ const DESCRIPTION$2 = | ||
id: 'extension.command.set-text-highlight.description', | ||
comment: 'Description for adding a text highlight.', | ||
message: 'Set the text highlight color for the selected text.' | ||
message: 'Set the text highlight color for the selected text.', | ||
comment: 'Description for adding a text highlight.' | ||
}; | ||
@@ -1201,4 +1201,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$2, | ||
DESCRIPTION: DESCRIPTION$2 | ||
DESCRIPTION: DESCRIPTION$2, | ||
LABEL: LABEL$2 | ||
}); | ||
@@ -1210,4 +1210,4 @@ | ||
id: 'extension.command.toggle-underline.label', | ||
comment: 'Label for underline formatting command.', | ||
message: 'Underline' | ||
message: 'Underline', | ||
comment: 'Label for underline formatting command.' | ||
}; | ||
@@ -1218,4 +1218,4 @@ const DESCRIPTION$1 = | ||
id: 'extension.command.toggle-underline.description', | ||
comment: 'Description for underline formatting command.', | ||
message: 'Underline the selected text' | ||
message: 'Underline the selected text', | ||
comment: 'Description for underline formatting command.' | ||
}; | ||
@@ -1225,4 +1225,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL$1, | ||
DESCRIPTION: DESCRIPTION$1 | ||
DESCRIPTION: DESCRIPTION$1, | ||
LABEL: LABEL$1 | ||
}); | ||
@@ -1234,4 +1234,4 @@ | ||
id: 'extension.command.toggle-whitespace.label', | ||
comment: 'Label for displaying whitespace characters.', | ||
message: 'Toggle Whitespace' | ||
message: 'Toggle Whitespace', | ||
comment: 'Label for displaying whitespace characters.' | ||
}; | ||
@@ -1242,4 +1242,4 @@ const DESCRIPTION = | ||
id: 'extension.command.toggle-whitespace.description', | ||
comment: 'Description for displaying whitespace characters.', | ||
message: 'Show hidden whitespace characters in your editor.' | ||
message: 'Show hidden whitespace characters in your editor.', | ||
comment: 'Description for displaying whitespace characters.' | ||
}; | ||
@@ -1249,4 +1249,4 @@ | ||
__proto__: null, | ||
LABEL: LABEL, | ||
DESCRIPTION: DESCRIPTION | ||
DESCRIPTION: DESCRIPTION, | ||
LABEL: LABEL | ||
}); | ||
@@ -1258,4 +1258,4 @@ | ||
id: 'react-components.mention-atom-component.zero-items', | ||
comment: 'Shown when no popup items are available', | ||
message: 'No items available' | ||
message: 'No items available', | ||
comment: 'Shown when no popup items are available' | ||
}; | ||
@@ -1262,0 +1262,0 @@ |
{ | ||
"name": "@remirror/messages", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Internalization strings which are used throughout the remirror core codebase.", | ||
@@ -36,11 +36,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/runtime": "^7.21.0", | ||
"@lingui/core": "^3.17.2", | ||
"@remirror/core-helpers": "^2.0.2" | ||
"@babel/runtime": "^7.22.3", | ||
"@lingui/core": "^4.2.0", | ||
"@remirror/core-helpers": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.21.0", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@babel/cli": "^7.21.5", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"babel-plugin-macros": "^3.1.0", | ||
"rollup": "^2.79.1" | ||
"rollup": "^3.23.0" | ||
}, | ||
@@ -47,0 +47,0 @@ "@remirror": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
116398
3436
+ Added@lingui/core@4.14.1(transitive)
+ Added@lingui/message-utils@4.14.1(transitive)
+ Addedjs-sha256@0.10.1(transitive)
+ Addedunraw@3.0.0(transitive)
- Removed@lingui/core@3.17.2(transitive)
- Removedmake-plural@6.2.2(transitive)
Updated@babel/runtime@^7.22.3
Updated@lingui/core@^4.2.0