comparison src/languages/cn.js @ 0:4c4fc447baea

start with sceditor-3.1.1
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 15:21:29 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c4fc447baea
1 /**
2 * @author <Your Name> <Your e-mail/Website if you would like>
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php)
4 */
5 (function () {
6 'use strict';
7
8 sceditor.locale['cn'] = {
9 'Bold': '粗体',
10 'Italic': '斜体',
11 'Underline': '下划线',
12 'Strikethrough': '删除线',
13 'Subscript': '下标',
14 'Superscript': '上标',
15 'Align left': '靠左对齐',
16 'Center': '置中',
17 'Align right': '靠右对齐',
18 'Justify': '两端对齐',
19 'Font Name': '字体',
20 'Font Size': '字号',
21 'Font Color': '字色',
22 'Remove Formatting': '格式清除',
23 'Cut': '剪切',
24 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': '您的浏览器不支持剪切命令,请使用快捷键 Ctrl/Cmd-X',
25 'Copy': '拷贝',
26 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': '您的浏览器不支持拷贝命令,请使用快捷键 Ctrl/Cmd-C',
27 'Paste': '粘贴',
28 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': '您的浏览器不支持粘贴命令,请使用快捷键 Ctrl/Cmd-V',
29 'Paste your text inside the following box:': '请在下面贴入您的文本',
30 'Paste Text': '粘贴纯文本',
31 'Bullet list': '符号列表',
32 'Numbered list': '编号列表',
33 'Undo': '恢复',
34 'Redo': '撤消',
35 'Rows:': '行数',
36 'Cols:': '列数',
37 'Insert a table': '插入表格',
38 'Insert a horizontal rule': '插入分隔符',
39 'Code': '代码',
40 'Width (optional):': '宽度(选填)',
41 'Height (optional):': '高度(选填)',
42 'Insert an image': '插入图片',
43 'E-mail:': 'Email地址',
44 'Insert an email': '插入Email地址',
45 'URL:': '网址',
46 'Insert a link': '插入链接',
47 'Unlink': '取消链接',
48 'More': '更多',
49 'Insert an emoticon': '插入表情符号',
50 'Video URL:': '视频地址',
51 'Insert': '插入',
52 'Insert a YouTube video': '插入YouTube视频',
53 'Insert current date': '插入当前日期',
54 'Insert current time': '插入当前时间',
55 'Print': '打印',
56 'View source': '查看代码',
57 'Description (optional):': '描述(选填)',
58 'Enter the image URL:': '输入图片地址',
59 'Enter the e-mail address:': '输入email地址',
60 'Enter the displayed text:': '输入显示文字',
61 'Enter URL:': '输入网址',
62 'Enter the YouTube video URL or ID:': '输入YouTube地址或编号',
63 'Insert a Quote': '插入引用',
64 'Invalid YouTube video': '无效的YouTube视频',
65
66 dateFormat: 'year-month-day'
67 };
68 })();