Files
huly-platform/plugins/text-editor-assets/lang/zh.json
T
Artyom SavchenkoandGitHub 1d450682b1 Display documents table source (#10433)
* Display documents table source

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Clean up

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Fix warning

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Fix review comments

Signed-off-by: Artem Savchenko <armisav@gmail.com>

---------

Signed-off-by: Artem Savchenko <armisav@gmail.com>
2026-01-23 11:20:06 +07:00

79 lines
2.4 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 {# 项}})"
}
}