zh_cn.js
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:3k
源码类别:

OA系统

开发平台:

Java

  1. // Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
  2. // visit our homepage at: http://www.cube316.net/tinymce/ for more information.
  3. tinyMCE.addToLang('',{
  4. theme_style_select : '-- 格式 --',
  5. theme_code_desc : '编辑HTML源代码',
  6. theme_code_title : 'HTML源代码编辑器',
  7. theme_code_wordwrap : '自动换行',
  8. theme_sub_desc : '下标',
  9. theme_sup_desc : '上标',
  10. theme_hr_desc : '插入水平线',
  11. theme_removeformat_desc : '移除格式',
  12. theme_custom1_desc : '这里填写用户自定义描述',
  13. insert_image_border : '边框',
  14. insert_image_dimensions : '维数',
  15. insert_image_vspace : '垂直间距',
  16. insert_image_hspace : '水平间距',
  17. insert_image_align : '对齐方式',
  18. insert_image_align_default : '-- 默认 --',
  19. insert_image_align_baseline : '基线',
  20. insert_image_align_top : '顶端',
  21. insert_image_align_middle : '居中',
  22. insert_image_align_bottom : '底部',
  23. insert_image_align_texttop : '文字上方',
  24. insert_image_align_absmiddle : '绝对居中',
  25. insert_image_align_absbottom : '绝对底部',
  26. insert_image_align_left : '左对齐',
  27. insert_image_align_right : '右对齐',
  28. theme_font_size : '-- 字号 --',
  29. theme_fontdefault : '-- 字体 --',
  30. theme_block : '-- 格式 --',
  31. theme_paragraph : '段落',
  32. theme_div : '层',
  33. theme_address : '地址',
  34. theme_pre : '预格式化',
  35. theme_h1 : '标题 1',
  36. theme_h2 : '标题 2',
  37. theme_h3 : '标题 3',
  38. theme_h4 : '标题 4',
  39. theme_h5 : '标题 5',
  40. theme_h6 : '标题 6',
  41. theme_blockquote : '引用',
  42. theme_code : '代码',
  43. theme_samp : '示例代码',
  44. theme_dt : '条件',
  45. theme_dd : '注释',
  46. theme_colorpicker_title : '选择颜色',
  47. theme_colorpicker_apply : '应用',
  48. theme_forecolor_desc : '选择文字颜色',
  49. theme_backcolor_desc : '选择背景颜色',
  50. theme_charmap_title : '选择特殊符号',
  51. theme_charmap_desc : '插入特殊符号',
  52. theme_visualaid_desc : '开关不可见元素',
  53. insert_anchor_title : '插入/编辑 锚点',
  54. insert_anchor_name : '锚点名称',
  55. theme_anchor_desc : '插入/编辑 锚点',
  56. theme_insert_link_titlefield : '标题',
  57. theme_clipboard_msg : '剪切/复制/粘贴功能在 Mozilla 和 Firefox 浏览器中不支持。n您希望获得更多的信息吗?',
  58. theme_path : '路径',
  59. cut_desc : '剪切',
  60. copy_desc : '复制',
  61. paste_desc : '粘贴',
  62. link_list : '链接列表',
  63. image_list : '图像列表',
  64. browse : '浏览',
  65. image_props_desc : '图像属性',
  66. newdocument_desc : '新建文档',
  67. class_name : '类',
  68. newdocument : '您确认要清除所有内容吗?',
  69. about_title : '关于 TinyMCE',
  70. about : '关于',
  71. license : '授权书',
  72. plugins : '所有插件',
  73. plugin : '插件',
  74. author : '作者',
  75. version : '版本',
  76. loaded_plugins : '读取插件',
  77. help : '帮助',
  78. not_set : '-- 空设定 --',
  79. close : '关闭',
  80. toolbar_focus : '跳到工具按钮 - Alt+Q, 跳到编辑器 - Alt-Z, 跳到元素路径 - Alt-X',
  81. invalid_data : '警告:您输入了错误的颜色值,将转换为红色!',
  82. more_colors : '更多颜色...',
  83. color_picker_tab : '调色板',
  84. color_picker : '调色板',
  85. web_colors_tab : '安全色',
  86. web_colors : '网页安全色',
  87. named_colors_tab : '命名色',
  88. named_colors : '已命名的颜色',
  89. color : '颜色:',
  90. color_name : '名称:'
  91. });