mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 04:12:23 +02:00
* feat: implement reference versioning functionality across various components and plugins Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com> * fix: simplify provider function calls and label retrieval in MentionPopup component Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com> * refactor: improve readability of version selection and reference handling in MentionVersionPopup and reference.ts Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com> * feat: add CardReferenceObjectProvider and integrate into card model and resources Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com> --------- Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
94 lines
3.0 KiB
JSON
94 lines
3.0 KiB
JSON
{
|
|
"string": {
|
|
"TableOfContents": "Table of contents",
|
|
"Suggested": "SUGGESTED",
|
|
"NoItems": "No items",
|
|
"EditorPlaceholder": "Start typing...",
|
|
"Edit": "Edit",
|
|
"Bold": "Bold",
|
|
"Italic": "Italic",
|
|
"Strikethrough": "Strikethrough",
|
|
"Link": "Link",
|
|
"Save": "Save",
|
|
"OrderedList": "Ordered list",
|
|
"BulletedList": "Bulleted list",
|
|
"Blockquote": "Blockquote",
|
|
"Code": "Code",
|
|
"CodeBlock": "Code block",
|
|
"Note": "Note",
|
|
"ConfigureNote": "Configure note",
|
|
"Set": "Set",
|
|
"Update": "Update",
|
|
"Remove": "Remove",
|
|
"NotePlaceholder": "Add a note...",
|
|
"SampleText": "Sample text",
|
|
"Send": "Send",
|
|
"Attach": "Attach",
|
|
"TextStyle": "Text style",
|
|
"Emoji": "Emoji",
|
|
"GIF": "GIF",
|
|
"Mention": "Mention",
|
|
"Underlined": "Underlined",
|
|
"Highlight": "Highlight",
|
|
"Subscript": "Subscript",
|
|
"Superscript": "Superscript",
|
|
"Mathematics": "Mathematics",
|
|
"MathematicsBlock": "Mathematics block",
|
|
"AlignCenter": "Align center",
|
|
"AlignLeft": "Align left",
|
|
"AlignRight": "Align right",
|
|
"Download": "Download",
|
|
"ViewImage": "View image",
|
|
"ViewOriginal": "View original",
|
|
"MoreActions": "More actions",
|
|
"FullDescription": "Full description",
|
|
"NoFullDescription": "There are no detailed description",
|
|
"EnableDiffMode": "Diff mode",
|
|
"AddColumnBefore": "Add before",
|
|
"AddColumnAfter": "Add after",
|
|
"DeleteColumn": "Delete",
|
|
"AddRowBefore": "Add before",
|
|
"AddRowAfter": "Add after",
|
|
"DeleteRow": "Delete",
|
|
"DeleteTable": "Delete",
|
|
"MergeCells": "Merge cells",
|
|
"SplitCells": "Split cells",
|
|
"Duplicate": "Duplicate",
|
|
"CategoryRow": "Rows",
|
|
"CategoryColumn": "Columns",
|
|
"CategoryCell": "Cells",
|
|
"Table": "Table",
|
|
"InsertTable": "Insert table",
|
|
"TableOptions": "Customize table",
|
|
"SelectTable": "Select table",
|
|
"Width": "Width",
|
|
"Height": "Height",
|
|
"Unset": "Unset",
|
|
"Image": "Image",
|
|
"SeparatorLine": "Separator line",
|
|
"TodoList": "Action items",
|
|
"TodoItem": "Action item list",
|
|
"DrawingBoard": "Drawing board",
|
|
"MermaidDiargram": "Diagram",
|
|
"Comment": "Comment",
|
|
"AddComment": "Add a comment",
|
|
"AddCommentPlaceholder": "Add a comment...",
|
|
"SetCellHighlightColor": "Set cell color",
|
|
"SetTextColor": "Set text color",
|
|
"RefreshTable": "Refresh Table",
|
|
"ShowDiff": "Show Diff",
|
|
"SeeOriginalData": "See Original Data",
|
|
"CategoryVersioning": "Versioning",
|
|
"TableDiffLabel": "Table Changes",
|
|
"TableRefreshConfirmationLabel": "Confirm Table Refresh",
|
|
|
|
"ConvertToLinkPreview": "Show as a link",
|
|
"ConvertToEmbedPreview": "Show as a content preview",
|
|
"UnableToLoadEmbeddedContent": "Link preview couldn't be loaded due to permission settings or unsupported content",
|
|
"CannotConnectToCollaborationService": "Cannot connect to collaboration service",
|
|
"SourceURL": "Source URL",
|
|
"SelectedDocuments": "Selected documents ({count, plural, =1 {1 item} other {# items}})",
|
|
"LatestVersion": "Latest"
|
|
}
|
|
}
|