zh-CN.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. export default {
  2. messages: {
  3. 'ui': {
  4. 'blockTunes': {
  5. 'toggler': {
  6. 'Click to tune': '打开调节器',
  7. 'or drag to move': '或拖拽移动'
  8. }
  9. },
  10. 'inlineToolbar': {
  11. 'converter': {
  12. 'Convert to': '转换为'
  13. }
  14. },
  15. 'toolbar': {
  16. 'toolbox': {
  17. 'Add': '添加'
  18. }
  19. },
  20. 'popover': {
  21. 'Filter': '过滤',
  22. 'Nothing found': '无匹配'
  23. }
  24. },
  25. blockTunes: {
  26. spoiler: {
  27. 'Hide content': '隐藏内容'
  28. },
  29. 'delete': {
  30. 'Delete': '删除模块',
  31. 'Click to delete': '点击删除'
  32. },
  33. 'moveUp': {
  34. 'Move up': '上移'
  35. },
  36. 'moveDown': {
  37. 'Move down': '下移'
  38. },
  39. 'indentTune': {
  40. 'Add Border': '添加边框'
  41. }
  42. },
  43. toolNames: {
  44. 'Text': '段落',
  45. 'Heading': '标题',
  46. 'Title': '标题',
  47. 'List': '列表',
  48. 'Warning': '提示',
  49. 'Checklist': '可选列表',
  50. 'Quote': '引用',
  51. 'Code': '代码',
  52. 'Delimiter': '分隔符',
  53. 'Raw HTML': 'HTML代码',
  54. 'Table': '表格',
  55. 'Link': '链接',
  56. 'Marker': '标记',
  57. 'Bold': '加粗',
  58. 'Italic': '斜体',
  59. 'Alert': '警示',
  60. 'InlineCode': '内连代码',
  61. 'ImageTool': '图片',
  62. 'AudioPlayer': '音频',
  63. 'VideoPlayer': '视频'
  64. },
  65. tools: {
  66. image: {
  67. 'Stretch Image': '拉升图片',
  68. 'Add Background': '添加背景',
  69. 'Add Border': '添加边框',
  70. 'Reselection Image': '重选图片'
  71. }
  72. }
  73. }
  74. }