lang.zh-CN.js 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. /*globals svgEditor */
  2. svgEditor.readLang({
  3. lang: "zh-CN",
  4. dir : "ltr",
  5. common: {
  6. "ok": "保存",
  7. "cancel": "取消",
  8. "key_backspace": "退格",
  9. "key_del": "删除",
  10. "key_down": "下",
  11. "key_up": "上",
  12. "more_opts": "更多选项",
  13. "url": "URL",
  14. "width": "宽度",
  15. "height": "高度"
  16. },
  17. misc: {
  18. "powered_by": "版权所有"
  19. },
  20. ui: {
  21. "toggle_stroke_tools": "显示/隐藏更式边线工具",
  22. "palette_info": "点击更改填充颜色,按住Shift键单击更改线条颜色",
  23. "zoom_level": "更改缩放级别",
  24. "panel_drag": "左右拖拽调整面板大小"
  25. },
  26. properties: {
  27. "id": "元素ID",
  28. "fill_color": "更改填充颜色",
  29. "stroke_color": "线条的颜色变化",
  30. "stroke_style": "更改线条样式",
  31. "stroke_width": "更改线条宽度",
  32. "pos_x": "更改X坐标",
  33. "pos_y": "更改Y坐标",
  34. "linecap_butt": "顶端样式: 齐平",
  35. "linecap_round": "顶端样式: 圆滑",
  36. "linecap_square": "顶端样式: 方块",
  37. "linejoin_bevel": "连接处: 削平",
  38. "linejoin_miter": "连接处: 直角",
  39. "linejoin_round": "连接处: 圆角",
  40. "angle": "更改旋转角度",
  41. "blur": "更改高斯模糊值",
  42. "opacity": "更改所选条目的不透明度",
  43. "circle_cx": "改变圆的中心X坐标",
  44. "circle_cy": "改变圆的中心Y坐标",
  45. "circle_r": "改变圆的半径",
  46. "ellipse_cx": "改变椭圆的中心X坐标",
  47. "ellipse_cy": "改变椭圆的中心Y坐标",
  48. "ellipse_rx": "改变椭圆的x半径",
  49. "ellipse_ry": "改变椭圆的y半径",
  50. "line_x1": "更改直线起点的x坐标",
  51. "line_x2": "更改直线终点的x坐标",
  52. "line_y1": "更改直线起点的y坐标",
  53. "line_y2": "更改直线终点的y坐标",
  54. "rect_height": "更改矩形的高度",
  55. "rect_width": "更改矩形的宽度",
  56. "corner_radius": "角半径:",
  57. "image_width": "更改图像的宽度",
  58. "image_height": "更改图像的高度",
  59. "image_url": "更改网址",
  60. "node_x": "更改节点的X坐标",
  61. "node_y": "更改节点的Y坐标",
  62. "seg_type": "修改线段类型",
  63. "straight_segments": "直线",
  64. "curve_segments": "曲线",
  65. "text_contents": "更改文本内容",
  66. "font_family": "更改字体样式",
  67. "font_size": "更改字体大小",
  68. "bold": "粗体",
  69. "italic": "斜体"
  70. },
  71. tools: {
  72. "main_menu": "主菜单",
  73. "bkgnd_color_opac": "更改背景颜色/不透明",
  74. "connector_no_arrow": "无箭头",
  75. "fitToContent": "适应内容",
  76. "fit_to_all": "适应于所有的内容",
  77. "fit_to_canvas": "适应画布",
  78. "fit_to_layer_content": "适应层内容",
  79. "fit_to_sel": "适应选中内容",
  80. "align_relative_to": "相对对齐 ...",
  81. "relativeTo": "相对于:",
  82. "page": "网页",
  83. "largest_object": "最大对象",
  84. "selected_objects": "选中的对象",
  85. "smallest_object": "最小的对象",
  86. "new_doc": "新文档",
  87. "open_doc": "打开文档",
  88. "export_img": "导出",
  89. "save_doc": "保存图像",
  90. "import_doc": "导入SVG",
  91. "align_to_page": "对齐元素到页面",
  92. "align_bottom": "底部对齐",
  93. "align_center": "居中对齐",
  94. "align_left": "左对齐",
  95. "align_middle": "水平居中对齐",
  96. "align_right": "右对齐",
  97. "align_top": "顶端对齐",
  98. "mode_select": "选择工具",
  99. "mode_fhpath": "铅笔工具",
  100. "mode_line": "线工具",
  101. "mode_connect": "连接两个对象",
  102. "mode_rect": "矩形",
  103. "mode_square": "正方形",
  104. "mode_fhrect": "自由矩形",
  105. "mode_ellipse": "椭圆",
  106. "mode_circle": "圆形",
  107. "mode_fhellipse": "自由椭圆",
  108. "mode_path": "路径",
  109. "mode_shapelib": "图形库",
  110. "mode_text": "文字工具",
  111. "mode_image": "图像工具",
  112. "mode_zoom": "缩放工具",
  113. "mode_eyedropper": "吸管",
  114. "no_embed": "注意: 根据SVG图像的存储位置,内嵌的位图可能无法显示!",
  115. "undo": "撤消",
  116. "redo": "重做",
  117. "tool_source": "编辑源",
  118. "wireframe_mode": "线条模式",
  119. "toggle_grid": "显示/隐藏 网格",
  120. "clone": "克隆元素",
  121. "del": "删除元素",
  122. "group_elements": "组合元素",
  123. "make_link": "创建超链接",
  124. "set_link_url": "设置链接URL (设置为空以删除)",
  125. "to_path": "转换为路径",
  126. "reorient_path": "调整路径",
  127. "ungroup": "取消组合元素",
  128. "docprops": "文档属性",
  129. "imagelib": "图像库",
  130. "move_bottom": "移至底部",
  131. "move_top": "移至顶部",
  132. "node_clone": "复制节点",
  133. "node_delete": "删除节点",
  134. "node_link": "连接控制点",
  135. "add_subpath": "添加子路径",
  136. "openclose_path": "打开/关闭 子路径",
  137. "source_save": "保存",
  138. "cut": "剪切",
  139. "copy": "复制",
  140. "paste": "粘贴",
  141. "paste_in_place": "粘贴到原位置",
  142. "delete": "删除",
  143. "group": "组合",
  144. "move_front": "移至顶部",
  145. "move_up": "向上移动",
  146. "move_down": "向下移动",
  147. "move_back": "移至底部"
  148. },
  149. layers: {
  150. "layer":"图层",
  151. "layers": "图层",
  152. "del": "删除图层",
  153. "move_down": "向下移动图层",
  154. "new": "新建图层",
  155. "rename": "重命名图层",
  156. "move_up": "向上移动图层",
  157. "dupe": "复制图层",
  158. "merge_down": "向下合并",
  159. "merge_all": "全部合并",
  160. "move_elems_to": "移动元素至:",
  161. "move_selected": "移动元素至另一个图层"
  162. },
  163. config: {
  164. "image_props": "图像属性",
  165. "doc_title": "标题",
  166. "doc_dims": "画布大小",
  167. "included_images": "包含图像",
  168. "image_opt_embed": "嵌入数据 (本地文件)",
  169. "image_opt_ref": "Use file reference",
  170. "editor_prefs": "编辑器首选项",
  171. "icon_size": "图标大小",
  172. "language": "语言",
  173. "background": "编辑器背景",
  174. "editor_img_url": "图像 URL",
  175. "editor_bg_note": "注意: 背景不会保存在图像中.",
  176. "icon_large": "大",
  177. "icon_medium": "中",
  178. "icon_small": "小",
  179. "icon_xlarge": "特大",
  180. "select_predefined": "选择预定义:",
  181. "units_and_rulers": "单位 & 标尺",
  182. "show_rulers": "显示标尺",
  183. "base_unit": "基本单位:",
  184. "grid": "网格",
  185. "snapping_onoff": "吸附开/关",
  186. "snapping_stepsize": "吸附步长:",
  187. "grid_color": "网格颜色"
  188. },
  189. shape_cats: {
  190. "basic": "常规",
  191. "object": "对象",
  192. "symbol": "符号",
  193. "arrow": "箭头",
  194. "flowchart": "流程图",
  195. "animal": "动物",
  196. "game": "纸牌 & 棋子",
  197. "dialog_balloon": "信息气球",
  198. "electronics": "电力元件",
  199. "math": "数学符号",
  200. "music": "音乐符号",
  201. "misc": "杂项",
  202. "raphael_1": "常用图标1",
  203. "raphael_2": "常用图标2"
  204. },
  205. imagelib: {
  206. "select_lib": "选择一个图像库",
  207. "show_list": "显示库列表",
  208. "import_single": "单个导入",
  209. "import_multi": "批量导入",
  210. "open": "打开一个新文档"
  211. },
  212. notification: {
  213. "invalidAttrValGiven":"无效的参数",
  214. "noContentToFitTo":"无可适应的内容",
  215. "dupeLayerName":"已存在同名的图层!",
  216. "enterUniqueLayerName":"请输入一个唯一的图层名称",
  217. "enterNewLayerName":"请输入新的图层名称",
  218. "layerHasThatName":"图层已经采用了该名称",
  219. "QmoveElemsToLayer":"您确定移动所选元素到图层'%s'吗?",
  220. "QwantToClear":"您希望清除当前绘制的所有图形吗?\n该操作将无法撤消!",
  221. "QwantToOpen":"您希望打开一个新文档吗?\n该操作将无法撤消!",
  222. "QerrorsRevertToSource":"SVG文件解析错误.\n是否还原到最初的SVG文件?",
  223. "QignoreSourceChanges":"忽略对SVG文件所作的更改么?",
  224. "featNotSupported":"不支持该功能",
  225. "enterNewImgURL":"请输入新图像的URLL",
  226. "defsFailOnSave": "注意: 由于您所使用的浏览器存在缺陷, 该图像无法正确显示 (不支持渐变或相关元素). 修复该缺陷后可正确显示.",
  227. "loadingImage":"正在加载图像, 请稍候...",
  228. "saveFromBrowser": "选择浏览器中的 \"另存为...\" 将该图像保存为 %s 文件.",
  229. "noteTheseIssues": "同时注意以下几点: ",
  230. "unsavedChanges": "存在未保存的修改.",
  231. "enterNewLinkURL": "输入新建链接的URL地址",
  232. "errorLoadingSVG": "错误: 无法加载SVG数据",
  233. "URLloadFail": "无法从URL中加载",
  234. "retrieving": "检索 \"%s\"..."
  235. },
  236. confirmSetStorage: {
  237. message: "By default and where supported, SVG-Edit can store your editor "+
  238. "preferences and SVG content locally on your machine so you do not "+
  239. "need to add these back each time you load SVG-Edit. If, for privacy "+
  240. "reasons, you do not wish to store this information on your machine, "+
  241. "you can change away from the default option below.",
  242. storagePrefsAndContent: "Store preferences and SVG content locally",
  243. storagePrefsOnly: "Only store preferences locally",
  244. storagePrefs: "Store preferences locally",
  245. storageNoPrefsOrContent: "Do not store my preferences or SVG content locally",
  246. storageNoPrefs: "Do not store my preferences locally",
  247. rememberLabel: "Remember this choice?",
  248. rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again."
  249. }
  250. });