]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/lang/zh.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / lang / zh.js
1 /**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Chinese Traditional language.
9 */
10
11 /**#@+
12 @type String
13 @example
14 */
15
16 /**
17 * Contains the dictionary of language entries.
18 * @namespace
19 */
20 CKEDITOR.lang[ 'zh' ] = {
21 // ARIA description.
22 editor: 'RTF 編輯器',
23 editorPanel: 'RTF 編輯器面板',
24
25 // Common messages and labels.
26 common: {
27 // Screenreader titles. Please note that screenreaders are not always capable
28 // of reading non-English words. So be careful while translating it.
29 editorHelp: '按下 ALT 0 取得說明。',
30
31 browseServer: '瀏覽伺服器',
32 url: 'URL',
33 protocol: '通訊協定',
34 upload: '上傳',
35 uploadSubmit: '傳送至伺服器',
36 image: '圖像',
37 flash: 'Flash',
38 form: '表格',
39 checkbox: '核取方塊',
40 radio: '選項按鈕',
41 textField: '文字欄位',
42 textarea: '文字區域',
43 hiddenField: '隱藏欄位',
44 button: '按鈕',
45 select: '選取欄位',
46 imageButton: '影像按鈕',
47 notSet: '<未設定>',
48 id: 'ID',
49 name: '名稱',
50 langDir: '語言方向',
51 langDirLtr: '由左至右 (LTR)',
52 langDirRtl: '由右至左 (RTL)',
53 langCode: '語言代碼',
54 longDescr: '完整描述 URL',
55 cssClass: '樣式表類別',
56 advisoryTitle: '標題',
57 cssStyle: '樣式',
58 ok: '確定',
59 cancel: '取消',
60 close: '關閉',
61 preview: '預覽',
62 resize: '調整大小',
63 generalTab: '一般',
64 advancedTab: '進階',
65 validateNumberFailed: '此值不是數值。',
66 confirmNewPage: '現存的修改尚未儲存,要開新檔案?',
67 confirmCancel: '部份選項尚未儲存,要關閉對話框?',
68 options: '選項',
69 target: '目標',
70 targetNew: '開新視窗 (_blank)',
71 targetTop: '最上層視窗 (_top)',
72 targetSelf: '相同視窗 (_self)',
73 targetParent: '父視窗 (_parent)',
74 langDirLTR: '由左至右 (LTR)',
75 langDirRTL: '由右至左 (RTL)',
76 styles: '樣式',
77 cssClasses: '樣式表類別',
78 width: '寬度',
79 height: '高度',
80 align: '對齊方式',
81 alignLeft: '靠左對齊',
82 alignRight: '靠右對齊',
83 alignCenter: '置中對齊',
84 alignJustify: '左右對齊',
85 alignTop: '頂端',
86 alignMiddle: '中間對齊',
87 alignBottom: '底端',
88 alignNone: '無',
89 invalidValue : '無效值。',
90 invalidHeight: '高度必須為數字。',
91 invalidWidth: '寬度必須為數字。',
92 invalidCssLength: '「%1」的值應為正數,並可包含有效的 CSS 單位 (px, %, in, cm, mm, em, ex, pt, 或 pc)。',
93 invalidHtmlLength: '「%1」的值應為正數,並可包含有效的 HTML 單位 (px 或 %)。',
94 invalidInlineStyle: '行內樣式的值應包含一個以上的變數值組,其格式如「名稱:值」,並以分號區隔之。',
95 cssLengthTooltip: '請輸入數值,單位是像素或有效的 CSS 單位 (px, %, in, cm, mm, em, ex, pt, 或 pc)。',
96
97 // Put the voice-only part of the label in the span.
98 unavailable: '%1<span class="cke_accessibility">,無法使用</span>'
99 }
100 };