Files
2d26c74874 feat(text-editor): add highlight, subscript, superscript and mathematics toolbar actions (#10627)
* feat(text-editor): add highlight action

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* feat(text-editor): add subscript and superscript actions

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* feat(text-editor): add mathematics inline and block actions

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add mathematics and katex dependencies

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): fix eslint strict-boolean-expressions in mathematics extension

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): change max-width of toolbar to display all icons correctly

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add subscript and superscript as direct dependencies

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add missing locale keys for new text editor actions [temp, AI-generated]

Adds placeholder translations (English fallback) for Highlight, Subscript,  Superscript, Mathematics, and MathematicsBlock to all non-English locale files. Translations are not reviewed and should be replaced by a native speaker.

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): fix subscript/superscript serialization and extension placement

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

---------

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>
Co-authored-by: ComputerCrack <github.compacter838@simplelogin.com>
2026-03-19 09:51:24 +07:00

82 lines
2.6 KiB
JSON

{
"string": {
"TableOfContents": "目录",
"Suggested": "推荐",
"NoItems": "没有记录",
"EditorPlaceholder": "开始输入...",
"Edit": "编辑",
"Bold": "加粗",
"Italic": "斜体",
"Strikethrough": "删除线",
"Link": "链接",
"Save": "保存",
"OrderedList": "有序列表",
"BulletedList": "无序列表",
"Blockquote": "引用",
"Code": "代码",
"CodeBlock": "代码块",
"Note": "注释",
"ConfigureNote": "配置注释",
"Set": "设置",
"Update": "更新",
"Remove": "删除",
"NotePlaceholder": "添加注释...",
"SampleText": "示例文本",
"Send": "发送",
"Attach": "附件",
"TextStyle": "文本样式",
"Emoji": "表情",
"GIF": "GIF",
"Mention": "提及",
"Underlined": "下划线",
"AlignCenter": "居中对齐",
"AlignLeft": "左对齐",
"AlignRight": "右对齐",
"Download": "下载",
"ViewImage": "查看图片",
"ViewOriginal": "查看原图",
"MoreActions": "更多操作",
"FullDescription": "完整描述",
"NoFullDescription": "没有详细描述",
"EnableDiffMode": "差异模式",
"AddColumnBefore": "在前面添加",
"AddColumnAfter": "在后面添加",
"DeleteColumn": "删除",
"AddRowBefore": "在前面添加",
"AddRowAfter": "在后面添加",
"DeleteRow": "删除",
"DeleteTable": "删除",
"Duplicate": "重复",
"CategoryRow": "行",
"CategoryColumn": "列",
"Table": "表格",
"InsertTable": "插入表格",
"TableOptions": "自定义表格",
"Width": "宽度",
"Height": "高度",
"Unset": "未设置",
"Image": "图片",
"SeparatorLine": "分隔线",
"TodoItem": "待办事项",
"TodoList": "待办事项列表",
"DrawingBoard": "画板",
"RefreshTable": "刷新表格",
"ShowDiff": "显示差异",
"SeeOriginalData": "查看原始数据",
"CategoryVersioning": "版本控制",
"TableDiffLabel": "表格变更",
"TableRefreshConfirmationLabel": "确认表格刷新",
"ConvertToLinkPreview": "显示为链接",
"ConvertToEmbedPreview": "显示为内容预览",
"UnableToLoadEmbeddedContent": "由于权限设置或不支持的内容,无法加载链接预览",
"CannotConnectToCollaborationService": "无法连接到协作者",
"SourceURL": "源URL",
"SelectedDocuments": "选定的文档 ({count, plural, =1 {1 项} other {# 项}})",
"Highlight": "Highlight",
"Subscript": "Subscript",
"Superscript": "Superscript",
"Mathematics": "Mathematics",
"MathematicsBlock": "Mathematics block"
}
}