Add JS files
This commit is contained in:
74
include/jQuery/ckeditor/plugins/table/lang/zh.js
Executable file
74
include/jQuery/ckeditor/plugins/table/lang/zh.js
Executable file
@@ -0,0 +1,74 @@
|
||||
/*
|
||||
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'table', 'zh', {
|
||||
border: '框線大小',
|
||||
caption: '標題',
|
||||
cell: {
|
||||
menu: '儲存格',
|
||||
insertBefore: '前方插入儲存格',
|
||||
insertAfter: '後方插入儲存格',
|
||||
deleteCell: '刪除儲存格',
|
||||
merge: '合併儲存格',
|
||||
mergeRight: '向右合併',
|
||||
mergeDown: '向下合併',
|
||||
splitHorizontal: '水平分割儲存格',
|
||||
splitVertical: '垂直分割儲存格',
|
||||
title: '儲存格屬性',
|
||||
cellType: '儲存格類型',
|
||||
rowSpan: 'Rows Span', // MISSING
|
||||
colSpan: 'Columns Span', // MISSING
|
||||
wordWrap: '自動斷行',
|
||||
hAlign: '水平對齊',
|
||||
vAlign: '垂直對齊',
|
||||
alignBaseline: '基準線',
|
||||
bgColor: '背景顏色',
|
||||
borderColor: '框線顏色',
|
||||
data: '資料',
|
||||
header: 'Header', // MISSING
|
||||
yes: '是',
|
||||
no: '否',
|
||||
invalidWidth: '儲存格寬度必須為數字。',
|
||||
invalidHeight: '儲存格高度必須為數字。',
|
||||
invalidRowSpan: 'Rows span must be a whole number.', // MISSING
|
||||
invalidColSpan: 'Columns span must be a whole number.', // MISSING
|
||||
chooseColor: '選擇'
|
||||
},
|
||||
cellPad: 'Cell padding', // MISSING
|
||||
cellSpace: 'Cell spacing', // MISSING
|
||||
column: {
|
||||
menu: '行',
|
||||
insertBefore: 'Insert Column Before', // MISSING
|
||||
insertAfter: 'Insert Column After', // MISSING
|
||||
deleteColumn: 'Delete Columns' // MISSING
|
||||
},
|
||||
columns: '行',
|
||||
deleteTable: 'Delete Table', // MISSING
|
||||
headers: 'Headers', // MISSING
|
||||
headersBoth: 'Both', // MISSING
|
||||
headersColumn: 'First column', // MISSING
|
||||
headersNone: '無',
|
||||
headersRow: 'First Row', // MISSING
|
||||
invalidBorder: '框線大小必須是整數。',
|
||||
invalidCellPadding: 'Cell padding must be a positive number.', // MISSING
|
||||
invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING
|
||||
invalidCols: '行數須為大於 0 的正整數。',
|
||||
invalidHeight: '表格高度必須為數字。',
|
||||
invalidRows: 'Number of rows must be a number greater than 0.', // MISSING
|
||||
invalidWidth: '表格寬度必須為數字。',
|
||||
menu: '表格屬性',
|
||||
row: {
|
||||
menu: '列',
|
||||
insertBefore: 'Insert Row Before', // MISSING
|
||||
insertAfter: 'Insert Row After', // MISSING
|
||||
deleteRow: 'Delete Rows' // MISSING
|
||||
},
|
||||
rows: '列',
|
||||
summary: 'Summary', // MISSING
|
||||
title: '表格屬性',
|
||||
toolbar: '表格',
|
||||
widthPc: '百分比',
|
||||
widthPx: '像素',
|
||||
widthUnit: '寬度單位'
|
||||
} );
|
||||
Reference in New Issue
Block a user