comparison src/languages/tw.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['tw'] = {
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 })();