UNPKG

@ckeditor/ckeditor5-ui

Version:

The UI framework and standard UI library of CKEditor 5.

12 lines (10 loc) 2.34 kB
/** * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ ( e => { const { [ 'zh' ]: { dictionary, getPluralForm } } = {"zh":{"dictionary":{"Rich Text Editor":"富文本編輯器","Edit block":"編輯區塊","Click to edit block":"點擊來編輯區塊","Drag to move":"拖曳來移動","Next":"下一","Previous":"上一","Editor toolbar":"編輯器工具","Dropdown toolbar":"下拉選單","Dropdown menu":"下拉式選單","Black":"黑色","Dim grey":"淡灰色","Grey":"灰色","Light grey":"亮灰色","White":"白色","Red":"紅色","Orange":"橘色","Yellow":"黃色","Light green":"亮綠色","Green":"綠色","Aquamarine":"淺綠色","Turquoise":"藍綠色","Light blue":"亮藍色","Blue":"藍色","Purple":"紫色","Editor block content toolbar":"編輯器區塊內容工具列","Editor contextual toolbar":"編輯器關聯式工具列","HEX":"十六進位","No results found":"找不到結果","No searchable items":"沒有可搜尋的項目","Editor dialog":"編輯工具對話框","Close":"關閉","Help Contents. To close this dialog press ESC.":"協助內容。想關閉此對話框,請按 ESC 鍵。","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"下方是可在編輯器中使用的鍵盤快捷鍵列表。","(may require <kbd>Fn</kbd>)":"(可能需要 <kbd>Fn</kbd>)","Accessibility":"協助工具","Accessibility help":"無障礙協助","Press %0 for help.":"按下 %0 來取得協助。","Move focus in and out of an active dialog window":"將焦點移入或移出啟用中的對話視窗","MENU_BAR_MENU_FILE":"檔案","MENU_BAR_MENU_EDIT":"編輯","MENU_BAR_MENU_VIEW":"檢視","MENU_BAR_MENU_INSERT":"插入","MENU_BAR_MENU_FORMAT":"格式","MENU_BAR_MENU_TOOLS":"工具","MENU_BAR_MENU_HELP":"說明","MENU_BAR_MENU_TEXT":"文字","MENU_BAR_MENU_FONT":"字型","Editor menu bar":"編輯器選單列","Please enter a valid color (e.g. \"ff0000\").":"請輸入有效的顏色(例如「ff0000」)。"},getPluralForm(n){return 0;}}}; e[ 'zh' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'zh' ].dictionary = Object.assign( e[ 'zh' ].dictionary, dictionary ); e[ 'zh' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );