platform/plugins/text-editor-assets/lang/zh.json
Chunosov 163c8ec373
Add drawing board to collaborative doc editor (#7243)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2024-12-02 10:35:07 +07:00

66 lines
1.8 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": "线",
"TodoList": "",
"DrawingBoard": ""
}
}