123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- export default {
- messages: {
- 'ui': {
- 'blockTunes': {
- 'toggler': {
- 'Click to tune': '打开调节器',
- 'or drag to move': '或拖拽移动'
- }
- },
- 'inlineToolbar': {
- 'converter': {
- 'Convert to': '转换为'
- }
- },
- 'toolbar': {
- 'toolbox': {
- 'Add': '添加'
- }
- },
- 'popover': {
- 'Filter': '过滤',
- 'Nothing found': '无匹配'
- }
- },
- blockTunes: {
- spoiler: {
- 'Hide content': '隐藏内容'
- },
- 'delete': {
- 'Delete': '删除模块',
- 'Click to delete': '点击删除'
- },
- 'moveUp': {
- 'Move up': '上移'
- },
- 'moveDown': {
- 'Move down': '下移'
- },
- 'indentTune': {
- 'Add Border': '添加边框'
- }
- },
- toolNames: {
- 'Text': '段落',
- 'Heading': '标题',
- 'Title': '标题',
- 'List': '列表',
- 'Warning': '提示',
- 'Checklist': '可选列表',
- 'Quote': '引用',
- 'Code': '代码',
- 'Delimiter': '分隔符',
- 'Raw HTML': 'HTML代码',
- 'Table': '表格',
- 'Link': '链接',
- 'Marker': '标记',
- 'Bold': '加粗',
- 'Italic': '斜体',
- 'Alert': '警示',
- 'InlineCode': '内连代码',
- 'ImageTool': '图片',
- 'AudioPlayer': '音频',
- 'VideoPlayer': '视频'
- },
- tools: {
- image: {
- 'Stretch Image': '拉升图片',
- 'Add Background': '添加背景',
- 'Add Border': '添加边框',
- 'Reselection Image': '重选图片'
- }
- }
- }
- }
|