df_site 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- df_site/__init__.py +1 -0
- df_site/__main__.py +37 -0
- df_site/admin.py +130 -0
- df_site/apps.py +57 -0
- df_site/components/__init__.py +1 -0
- df_site/components/base.py +82 -0
- df_site/components/detail.py +191 -0
- df_site/components/list.py +446 -0
- df_site/components/list_filters.py +74 -0
- df_site/components/registry.py +55 -0
- df_site/constants.py +71 -0
- df_site/context_processors.py +61 -0
- df_site/defaults.py +319 -0
- df_site/dynamic_settings.py +37 -0
- df_site/form_fields.py +138 -0
- df_site/management/__init__.py +1 -0
- df_site/management/commands/__init__.py +1 -0
- df_site/management/commands/add_image.py +104 -0
- df_site/management/commands/generate_favicon.py +47 -0
- df_site/middleware.py +20 -0
- df_site/migrations/0001_initial.py +220 -0
- df_site/migrations/0002_alter_alertribbon_message_alter_alertribbon_summary.py +23 -0
- df_site/migrations/__init__.py +0 -0
- df_site/model_fields.py +35 -0
- df_site/models.py +130 -0
- df_site/postman/__init__.py +1 -0
- df_site/postman/forms.py +38 -0
- df_site/postman/urls.py +75 -0
- df_site/postman/views.py +65 -0
- df_site/static/css/app.css +0 -0
- df_site/static/css/base.css +22208 -0
- df_site/static/css/ckeditor5.css +422 -0
- df_site/static/favicon/android-chrome-192x192.png +0 -0
- df_site/static/favicon/android-chrome-512x512.png +0 -0
- df_site/static/favicon/apple-touch-icon.png +0 -0
- df_site/static/favicon/favicon-16x16.png +0 -0
- df_site/static/favicon/favicon-32x32.png +0 -0
- df_site/static/favicon/favicon.ico +0 -0
- df_site/static/favicon/mstile-150x150.png +0 -0
- df_site/static/favicon/safari-pinned-tab.svg +46 -0
- df_site/static/images/accessibility.svg +1 -0
- df_site/static/images/align-bottom.svg +1 -0
- df_site/static/images/align-center.svg +1 -0
- df_site/static/images/align-justify.svg +1 -0
- df_site/static/images/align-left.svg +1 -0
- df_site/static/images/align-middle.svg +1 -0
- df_site/static/images/align-right.svg +1 -0
- df_site/static/images/align-top.svg +1 -0
- df_site/static/images/bold.svg +1 -0
- df_site/static/images/browse-files.svg +1 -0
- df_site/static/images/bulletedlist.svg +1 -0
- df_site/static/images/cancel.svg +1 -0
- df_site/static/images/caption.svg +1 -0
- df_site/static/images/check.svg +1 -0
- df_site/static/images/code.svg +1 -0
- df_site/static/images/codeblock.svg +1 -0
- df_site/static/images/cog.svg +1 -0
- df_site/static/images/color-palette.svg +1 -0
- df_site/static/images/color-tile-check.svg +1 -0
- df_site/static/images/drag-handle.svg +1 -0
- df_site/static/images/drag-indicator.svg +1 -0
- df_site/static/images/dropdown-arrow.svg +1 -0
- df_site/static/images/eraser.svg +1 -0
- df_site/static/images/file-arrow-up-solid.svg +1 -0
- df_site/static/images/find-replace.svg +1 -0
- df_site/static/images/font-background.svg +1 -0
- df_site/static/images/font-color.svg +1 -0
- df_site/static/images/font-family.svg +1 -0
- df_site/static/images/font-size.svg +1 -0
- df_site/static/images/heading1.svg +1 -0
- df_site/static/images/heading2.svg +1 -0
- df_site/static/images/heading3.svg +1 -0
- df_site/static/images/heading4.svg +1 -0
- df_site/static/images/heading5.svg +1 -0
- df_site/static/images/heading6.svg +1 -0
- df_site/static/images/history.svg +1 -0
- df_site/static/images/horizontalline.svg +1 -0
- df_site/static/images/html.svg +1 -0
- df_site/static/images/image-asset-manager.svg +1 -0
- df_site/static/images/image-upload.svg +1 -0
- df_site/static/images/image-url.svg +1 -0
- df_site/static/images/image.svg +1 -0
- df_site/static/images/importexport.svg +1 -0
- df_site/static/images/indent.svg +1 -0
- df_site/static/images/italic.svg +1 -0
- df_site/static/images/link.svg +1 -0
- df_site/static/images/liststylecircle.svg +1 -0
- df_site/static/images/liststyledecimal.svg +1 -0
- df_site/static/images/liststyledecimalleadingzero.svg +1 -0
- df_site/static/images/liststyledisc.svg +1 -0
- df_site/static/images/liststylelowerlatin.svg +1 -0
- df_site/static/images/liststylelowerroman.svg +1 -0
- df_site/static/images/liststylesquare.svg +1 -0
- df_site/static/images/liststyleupperlatin.svg +1 -0
- df_site/static/images/liststyleupperroman.svg +1 -0
- df_site/static/images/loupe.svg +1 -0
- df_site/static/images/low-vision.svg +1 -0
- df_site/static/images/marker.svg +1 -0
- df_site/static/images/media-placeholder.svg +1 -0
- df_site/static/images/media.svg +1 -0
- df_site/static/images/next-arrow.svg +1 -0
- df_site/static/images/numberedlist.svg +1 -0
- df_site/static/images/object-center.svg +1 -0
- df_site/static/images/object-full-width.svg +1 -0
- df_site/static/images/object-inline-left.svg +1 -0
- df_site/static/images/object-inline-right.svg +1 -0
- df_site/static/images/object-inline.svg +1 -0
- df_site/static/images/object-left.svg +1 -0
- df_site/static/images/object-right.svg +1 -0
- df_site/static/images/object-size-custom.svg +1 -0
- df_site/static/images/object-size-full.svg +1 -0
- df_site/static/images/object-size-large.svg +1 -0
- df_site/static/images/object-size-medium.svg +1 -0
- df_site/static/images/object-size-small.svg +1 -0
- df_site/static/images/outdent.svg +1 -0
- df_site/static/images/paragraph.svg +1 -0
- df_site/static/images/pen.svg +1 -0
- df_site/static/images/pencil.svg +1 -0
- df_site/static/images/pilcrow.svg +1 -0
- df_site/static/images/plus.svg +1 -0
- df_site/static/images/previous-arrow.svg +1 -0
- df_site/static/images/project-logo.svg +1 -0
- df_site/static/images/quote.svg +1 -0
- df_site/static/images/redo.svg +1 -0
- df_site/static/images/remove-format.svg +1 -0
- df_site/static/images/return-arrow.svg +1 -0
- df_site/static/images/select-all.svg +1 -0
- df_site/static/images/show-blocks.svg +1 -0
- df_site/static/images/source-editing.svg +1 -0
- df_site/static/images/specialcharacters.svg +1 -0
- df_site/static/images/strikethrough.svg +1 -0
- df_site/static/images/subscript.svg +1 -0
- df_site/static/images/superscript.svg +1 -0
- df_site/static/images/table-cell-properties.svg +1 -0
- df_site/static/images/table-column.svg +1 -0
- df_site/static/images/table-merge-cell.svg +1 -0
- df_site/static/images/table-properties.svg +1 -0
- df_site/static/images/table-row.svg +1 -0
- df_site/static/images/table.svg +1 -0
- df_site/static/images/text-alternative.svg +1 -0
- df_site/static/images/text.svg +1 -0
- df_site/static/images/three-vertical-dots.svg +1 -0
- df_site/static/images/todolist.svg +1 -0
- df_site/static/images/underline.svg +1 -0
- df_site/static/images/undo.svg +1 -0
- df_site/static/images/unlink.svg +1 -0
- df_site/static/js/app.js +98 -0
- df_site/static/js/app.js.map +1 -0
- df_site/static/js/base.js +161181 -0
- df_site/static/js/base.js.map +1 -0
- df_site/static/translations/af.js +1 -0
- df_site/static/translations/ar.js +1 -0
- df_site/static/translations/ast.js +1 -0
- df_site/static/translations/az.js +1 -0
- df_site/static/translations/bg.js +1 -0
- df_site/static/translations/bn.js +1 -0
- df_site/static/translations/bs.js +1 -0
- df_site/static/translations/ca.js +1 -0
- df_site/static/translations/cs.js +1 -0
- df_site/static/translations/da.js +1 -0
- df_site/static/translations/de-ch.js +1 -0
- df_site/static/translations/de.js +1 -0
- df_site/static/translations/el.js +1 -0
- df_site/static/translations/en-au.js +1 -0
- df_site/static/translations/en-gb.js +1 -0
- df_site/static/translations/en.js +1 -0
- df_site/static/translations/eo.js +1 -0
- df_site/static/translations/es-co.js +1 -0
- df_site/static/translations/es.js +1 -0
- df_site/static/translations/et.js +1 -0
- df_site/static/translations/eu.js +1 -0
- df_site/static/translations/fa.js +1 -0
- df_site/static/translations/fi.js +1 -0
- df_site/static/translations/gl.js +1 -0
- df_site/static/translations/gu.js +1 -0
- df_site/static/translations/he.js +1 -0
- df_site/static/translations/hi.js +1 -0
- df_site/static/translations/hr.js +1 -0
- df_site/static/translations/hu.js +1 -0
- df_site/static/translations/hy.js +1 -0
- df_site/static/translations/id.js +1 -0
- df_site/static/translations/it.js +1 -0
- df_site/static/translations/ja.js +1 -0
- df_site/static/translations/jv.js +1 -0
- df_site/static/translations/kk.js +1 -0
- df_site/static/translations/km.js +1 -0
- df_site/static/translations/kn.js +1 -0
- df_site/static/translations/ko.js +1 -0
- df_site/static/translations/ku.js +1 -0
- df_site/static/translations/lt.js +1 -0
- df_site/static/translations/lv.js +1 -0
- df_site/static/translations/ms.js +1 -0
- df_site/static/translations/nb.js +1 -0
- df_site/static/translations/ne.js +1 -0
- df_site/static/translations/nl.js +1 -0
- df_site/static/translations/no.js +1 -0
- df_site/static/translations/oc.js +1 -0
- df_site/static/translations/pl.js +1 -0
- df_site/static/translations/pt-br.js +1 -0
- df_site/static/translations/pt.js +1 -0
- df_site/static/translations/ro.js +1 -0
- df_site/static/translations/ru.js +1 -0
- df_site/static/translations/si.js +1 -0
- df_site/static/translations/sk.js +1 -0
- df_site/static/translations/sl.js +1 -0
- df_site/static/translations/sq.js +1 -0
- df_site/static/translations/sr-latn.js +1 -0
- df_site/static/translations/sr.js +1 -0
- df_site/static/translations/sv.js +1 -0
- df_site/static/translations/th.js +1 -0
- df_site/static/translations/ti.js +1 -0
- df_site/static/translations/tk.js +1 -0
- df_site/static/translations/tr.js +1 -0
- df_site/static/translations/tt.js +1 -0
- df_site/static/translations/ug.js +1 -0
- df_site/static/translations/uk.js +1 -0
- df_site/static/translations/ur.js +1 -0
- df_site/static/translations/uz.js +1 -0
- df_site/static/translations/vi.js +1 -0
- df_site/static/translations/zh-cn.js +1 -0
- df_site/static/translations/zh.js +1 -0
- df_site/static/webfonts/fa-brands-400.ttf +0 -0
- df_site/static/webfonts/fa-brands-400.woff2 +0 -0
- df_site/static/webfonts/fa-regular-400.ttf +0 -0
- df_site/static/webfonts/fa-regular-400.woff2 +0 -0
- df_site/static/webfonts/fa-solid-900.ttf +0 -0
- df_site/static/webfonts/fa-solid-900.woff2 +0 -0
- df_site/static/webfonts/fa-v4compatibility.ttf +0 -0
- df_site/static/webfonts/fa-v4compatibility.woff2 +0 -0
- df_site/templates/account/email.html +78 -0
- df_site/templates/account/password_change.html +28 -0
- df_site/templates/account/snippets/warn_no_email.html +6 -0
- df_site/templates/allauth/elements/alert.html +6 -0
- df_site/templates/allauth/elements/badge.html +4 -0
- df_site/templates/allauth/elements/button.html +14 -0
- df_site/templates/allauth/elements/button_group.html +5 -0
- df_site/templates/allauth/elements/field.html +72 -0
- df_site/templates/allauth/elements/fields.html +3 -0
- df_site/templates/allauth/elements/form.html +10 -0
- df_site/templates/allauth/elements/h1.html +1 -0
- df_site/templates/allauth/elements/h2.html +1 -0
- df_site/templates/allauth/elements/img.html +4 -0
- df_site/templates/allauth/elements/p.html +1 -0
- df_site/templates/allauth/elements/panel.html +14 -0
- df_site/templates/allauth/elements/provider.html +6 -0
- df_site/templates/allauth/elements/provider_list.html +5 -0
- df_site/templates/allauth/elements/table.html +5 -0
- df_site/templates/allauth/layouts/base.html +14 -0
- df_site/templates/allauth/layouts/entrance.html +20 -0
- df_site/templates/allauth/layouts/manage.html +1 -0
- df_site/templates/cookie_consent/_cookie_group.html +64 -0
- df_site/templates/cookie_consent/cookiegroup_list.html +23 -0
- df_site/templates/df_components/base.html +0 -0
- df_site/templates/df_components/detail.html +12 -0
- df_site/templates/df_components/detail_fieldset.html +46 -0
- df_site/templates/df_components/list.html +42 -0
- df_site/templates/df_components/list_filter.html +13 -0
- df_site/templates/df_components/list_filters.html +36 -0
- df_site/templates/df_components/list_hierarchy.html +25 -0
- df_site/templates/df_components/list_pagination.html +39 -0
- df_site/templates/df_components/list_search_form.html +38 -0
- df_site/templates/df_components/list_table.html +35 -0
- df_site/templates/df_site/app.html +1 -0
- df_site/templates/df_site/base.html +221 -0
- df_site/templates/df_site/detail.html +8 -0
- df_site/templates/df_site/humans.txt +11 -0
- df_site/templates/df_site/manage_base.html +51 -0
- df_site/templates/df_site/popup_app.html +1 -0
- df_site/templates/df_site/popup_base.html +29 -0
- df_site/templates/df_site/security.txt +5 -0
- df_site/templates/django_bootstrap5/breadcrumb.html +17 -0
- df_site/templates/django_bootstrap5/pagination.html +40 -0
- df_site/templates/django_ckeditor_5/widget.html +13 -0
- df_site/templates/favicon/browserconfig.xml +9 -0
- df_site/templates/mfa/index.html +115 -0
- df_site/templates/mfa/recovery_codes/index.html +33 -0
- df_site/templates/mfa/webauthn/authenticator_list.html +74 -0
- df_site/templates/pipeline/css.html +1 -0
- df_site/templates/pipeline/js.html +1 -0
- df_site/templates/postman/archives.html +8 -0
- df_site/templates/postman/base.html +20 -0
- df_site/templates/postman/base_folder.html +71 -0
- df_site/templates/postman/base_write.html +26 -0
- df_site/templates/postman/inbox.html +7 -0
- df_site/templates/postman/inc_subject_ex.html +21 -0
- df_site/templates/postman/trash.html +12 -0
- df_site/templates/postman/view.html +64 -0
- df_site/templates/users/settings.html +26 -0
- df_site/templates/usersessions/usersession_list.html +70 -0
- df_site/templatetags/__init__.py +1 -0
- df_site/templatetags/df_site.py +241 -0
- df_site/templatetags/images.py +515 -0
- df_site/templatetags/pipeline_sri.py +97 -0
- df_site/testing/__init__.py +1 -0
- df_site/testing/multiple_views.py +369 -0
- df_site/testing/requests.py +299 -0
- df_site/urls.py +41 -0
- df_site/user_settings.py +69 -0
- df_site/users/__init__.py +1 -0
- df_site/users/forms.py +35 -0
- df_site/users/notifications.py +14 -0
- df_site/users/urls.py +17 -0
- df_site/users/views.py +75 -0
- df_site/views.py +122 -0
- df_site-0.1.0.dist-info/LICENSE +519 -0
- df_site-0.1.0.dist-info/METADATA +217 -0
- df_site-0.1.0.dist-info/RECORD +309 -0
- df_site-0.1.0.dist-info/WHEEL +4 -0
- df_site-0.1.0.dist-info/entry_points.txt +3 -0
@@ -0,0 +1 @@
|
|
1
|
+
(function(d){ const l = d['zh-cn'] = d['zh-cn'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"(may require <kbd>Fn</kbd>)":"(可能需要用到 <kbd>Fn</kbd>键)","%0 of %1":"第 %0 步,共 %1 步",Accept:"接受",Accessibility:"可访问性","Accessibility help":"无障碍辅助功能帮助","Advanced options":"高级选项","Align cell text to the bottom":"使单元格文本对齐到底部","Align cell text to the center":"使单元格文本水平居中","Align cell text to the left":"使单元格文本左对齐","Align cell text to the middle":"使单元格文本垂直居中","Align cell text to the right":"使单元格文本右对齐","Align cell text to the top":"使单元格文本对齐到顶部","Align center":"居中对齐","Align left":"左对齐","Align right":"右对齐","Align table to the left":"使表格左对齐","Align table to the right":"使表格右对齐",Alignment:"对齐",All:"全部","Almost equal to":"约等于",Angle:"角","Approximately equal to":"近似等于",Aquamarine:"海蓝色",Arrows:"箭头","Asterisk operator":"星号运算符","Austral sign":"澳大利亚货币符号","back with leftwards arrow above":"带有back标识的向左箭头",Background:"背景","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"您可以在下方找到可在编辑器中使用的键盘快捷键列表。",Big:"大","Bitcoin sign":"比特币符号",Black:"黑色","Block quote":"块引用","Block styles":"块级样式",Blue:"蓝色","Blue marker":"蓝色标记",Bold:"加粗","Bold text":"加粗字体",Border:"边框","Break text":"文字断行","Bulleted List":"项目符号列表","Bulleted list styles toolbar":"项目符号列表样式工具条",Cancel:"取消","Cannot upload file:":"无法上传的文件:","Caption for image: %0":"图片说明:%0","Caption for the image":"图片说明:","Cedi sign":"塞地符号","Cell properties":"单元格属性","Cent sign":"分币符号","Center table":"表格居中","Centered image":"图片居中","Change image text alternative":"更改图片替换文本","Character categories":"字符类别","Characters: %0":"字符数:%0","Choose heading":"标题类型",Circle:"空心圆点",Clear:"清除","Click to edit block":"单击以编辑块",Close:"关闭","Close contextual balloons, dropdowns, and dialogs":"关闭上下文气泡框、下拉菜单和对话框",Code:"代码","Code block":"代码块","Colon sign":"科朗符号",Color:"颜色","Color picker":"颜色选择器",Column:"列","Contains as member":"包含","Content editing keystrokes":"内容编辑按键","Copy selected content":"复制选定的内容","Copyright sign":"版权符号","Create link":"创建链接","Cruzeiro sign":"克鲁塞罗符号",Currency:"货币","Currency sign":"货币符号",Custom:"自定义","Custom image size":"自定义图片大小",Dashed:"虚线",Decimal:"阿拉伯数字","Decimal with leading zero":"前导零阿拉伯数字","Decrease indent":"减少缩进","Decrease list item indent":"减少列表项的缩进",Default:"默认","Degree sign":"度数符号","Delete column":"删除本列","Delete row":"删除本行","Dim grey":"暗灰色",Dimensions:"尺寸",Disc:"实心圆点","Division sign":"除号","Document colors":"文档中的颜色","Dollar sign":"美元符号","Dong sign":"越南盾符号",Dotted:"点状虚线",Double:"双线","Double dagger":"双剑号","Double exclamation mark":"双叹号","Double low-9 quotation mark":"低位后双引号","Double question mark":"双问号",Downloadable:"可下载","downwards arrow to bar":"头部带杠的向下箭头","downwards dashed arrow":"向下虚线箭头","downwards double arrow":"向下双箭头","downwards simple arrow":"向下简单箭头","Drachma sign":"德拉克马符号","Drag to move":"拖拽以移动","Dropdown toolbar":"下拉工具栏","Edit block":"编辑框","Edit link":"修改链接","Edit source":"编辑源代码","Editor block content toolbar":"编辑器块内容工具栏","Editor contextual toolbar":"编辑器上下文工具栏","Editor dialog":"编辑器对话框","Editor editing area: %0":"编辑器编辑区域:%0","Editor menu bar":"编辑器菜单栏","Editor toolbar":"编辑器工具栏","Element of":"属于","Em dash":"长破折号","Empty set":"空集","Empty snippet content":"空片段内容","En dash":"短破折号","end with leftwards arrow above":"带有end标识的向左箭头","Enter image caption":"输入图片标题","Enter table caption":"输入表标题","Entering %0 code snippet":"正在输入 %0 代码片段","Entering a to-do list":"正在输入待办事项清单","Entering code snippet":"正在输入代码片段","Error during image upload":"图片上传时出错","Euro sign":"欧元符号","Euro-currency sign":"欧元货币符号","Exclamation question mark":"感叹疑问号","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"执行当前聚焦的按钮。执行与编辑器内容交互的按钮将焦点返回到内容。",Find:"查找","Find and replace":"查找和替换","Find in text…":"查找的文本","Find in the document":"在文档中查找","Font Background Color":"字体背景色","Font Color":"字体颜色","Font Family":"字体","Font Size":"字体大小","For all":"对于全部","Fraction slash":"分数斜线","French franc sign":"法国法郎符号","From computer":"从电脑","Full size image":"全尺寸图片","German penny sign":"德国便士符号","Greater-than or equal to":"大于等于","Greater-than sign":"大于号",Green:"绿色","Green marker":"绿色标记","Green pen":"绿色笔",Grey:"灰色",Groove:"凹槽边框","Guarani sign":"瓜拉尼货币符号","Header column":"标题列","Header row":"标题行",Heading:"标题","Heading 1":"标题 1","Heading 2":"标题 2","Heading 3":"标题 3","Heading 4":"标题 4","Heading 5":"标题 5","Heading 6":"标题 6",Height:"高度","Help Contents. To close this dialog press ESC.":"帮助内容。要关闭此对话框,请按 ESC 键。",HEX:"十六进制",Highlight:"高亮","Horizontal ellipsis":"省略号","Horizontal line":"水平线","Horizontal text alignment toolbar":"水平文本对齐工具栏","Hryvnia sign":"戈里夫纳符号","HTML object":"HTML对象","HTML snippet":"HTML 代码片段",Huge:"极大","Identical to":"恒等于",Image:"图像","Image from computer":"从计算机中选择图片","Image resize list":"图片大小列表","Image toolbar":"图片工具栏","Image upload complete":"图片上传完成","Image via URL":"来自 URL 的图像","image widget":"图片组件","In line":"行内","Increase indent":"增加缩进","Increase list item indent":"增加列表项的缩进","Indian rupee sign":"印度卢比符号",Infinity:"无穷大","Insert a hard break (a new paragraph)":"插入硬换行(新段落)","Insert a new paragraph directly after a widget":"直接在小组件之后插入新段落","Insert a new paragraph directly before a widget":"直接在小组件之前插入新段落","Insert a new table row (when in the last cell of a table)":"插入新的表格行(当位于表格的最后一个单元格时)","Insert a soft break (a <code><br></code> element)":"插入软换行(一个<code><br></code> 元素)","Insert code block":"插入代码块","Insert column left":"左侧插入列","Insert column right":"右侧插入列","Insert HTML":"插入 HTML","Insert image":"插入图像","Insert image via URL":"通过URL地址插入图片","Insert media":"插入媒体","Insert paragraph after block":"在后面插入段落","Insert paragraph before block":"在前面插入段落","Insert row above":"在上面插入一行","Insert row below":"在下面插入一行","Insert table":"插入表格","Insert via URL":"通过 URL 插入",Inset:"凹边框",Integral:"积分",Intersection:"交集","Invalid start index value.":"无效的起始索引值。","Inverted exclamation mark":"反感叹号","Inverted question mark":"反问号",Italic:"倾斜","Italic text":"斜体文本",Justify:"两端对齐","Justify cell text":"对齐单元格文本","Keystrokes that can be used in a list":"可在列表中使用的按键","Keystrokes that can be used in a table cell":"可在表格单元格中使用的按键","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"当小组件被选中时(例如:图片、表格等)可以使用的按键","Kip sign":" 基普符号",Latin:"拉丁文","Latin capital letter a with breve":"带短音符的大写拉丁字母a","Latin capital letter a with macron":"带长音符的大写拉丁字母a","Latin capital letter a with ogonek":"带反尾形符的大写拉丁字母a","Latin capital letter c with acute":"带锐音符的大写拉丁字母c","Latin capital letter c with caron":"带抑扬符的大写拉丁字母c","Latin capital letter c with circumflex":"带扬抑符的大写拉丁字母c","Latin capital letter c with dot above":"带上点的大写拉丁字母c","Latin capital letter d with caron":"带抑扬符的大写拉丁字母d","Latin capital letter d with stroke":"带删节线的大写拉丁字母d","Latin capital letter e with breve":"带短音符的大写拉丁字母e","Latin capital letter e with caron":"带抑扬符的大写拉丁字母e","Latin capital letter e with dot above":"带上点的大写拉丁字母e","Latin capital letter e with macron":"带长音符的大写拉丁字母e","Latin capital letter e with ogonek":"带反尾形符的大写拉丁字母e","Latin capital letter eng":"大写拉丁字母eng","Latin capital letter g with breve":"带短音符的大写拉丁字母g","Latin capital letter g with cedilla":"带软音符的大写拉丁字母g","Latin capital letter g with circumflex":"带扬抑符的大写拉丁字母g","Latin capital letter g with dot above":"带上点的大写拉丁字母g","Latin capital letter h with circumflex":"带扬抑符的大写拉丁字母h","Latin capital letter h with stroke":"带删节线的大写拉丁字母h","Latin capital letter i with breve":"带短音符的大写拉丁字母i","Latin capital letter i with dot above":"带上点的大写拉丁字母i","Latin capital letter i with macron":"带长音符的大写拉丁字母i","Latin capital letter i with ogonek":"带反尾形符的大写拉丁字母i","Latin capital letter i with tilde":"带腭化符的大写拉丁字母i","Latin capital letter j with circumflex":"带扬抑符的大写拉丁字母j","Latin capital letter k with cedilla":"带软音符的大写拉丁字母k","Latin capital letter l with acute":"带锐音符的大写拉丁字母l","Latin capital letter l with caron":"带抑扬符的大写拉丁字母l","Latin capital letter l with cedilla":"带软音符的大写拉丁字母l","Latin capital letter l with middle dot":"带中点的大写拉丁字母l","Latin capital letter l with stroke":"带删节线的大写拉丁字母l","Latin capital letter n with acute":"带锐音符的大写拉丁字母n","Latin capital letter n with caron":"带抑扬符的大写拉丁字母n","Latin capital letter n with cedilla":"带软音符的大写拉丁字母n","Latin capital letter o with breve":"带短音符的大写拉丁字母o","Latin capital letter o with double acute":"带双锐音符的大写拉丁字母o","Latin capital letter o with macron":"带长音符的大写拉丁字母o","Latin capital letter r with acute":"带锐音符的大写拉丁字母r","Latin capital letter r with caron":"带抑扬符的大写拉丁字母r","Latin capital letter r with cedilla":"带软音符的大写拉丁字母r","Latin capital letter s with acute":"带锐音符的大写拉丁字母s","Latin capital letter s with caron":"带抑扬符的大写拉丁字母s","Latin capital letter s with cedilla":"带软音符的大写拉丁字母s","Latin capital letter s with circumflex":"带扬抑符的大写拉丁字母s","Latin capital letter t with caron":"带抑扬符的大写拉丁字母t","Latin capital letter t with cedilla":"带软音符的大写拉丁字母t","Latin capital letter t with stroke":"带删节线的大写拉丁字母t","Latin capital letter u with breve":"带短音符的大写拉丁字母u","Latin capital letter u with double acute":"带双锐音符的大写拉丁字母u","Latin capital letter u with macron":"带长音符的大写拉丁字母u","Latin capital letter u with ogonek":"带反尾形符的大写拉丁字母u","Latin capital letter u with ring above":"带上圆圈的大写拉丁字母u","Latin capital letter u with tilde":"带腭化符的大写拉丁字母u","Latin capital letter w with circumflex":"带扬抑符的大写拉丁字母w","Latin capital letter y with circumflex":"带扬抑符的大写拉丁字母y","Latin capital letter y with diaeresis":"带分音符的大写拉丁字母y","Latin capital letter z with acute":"带锐音符的大写拉丁字母z","Latin capital letter z with caron":"带抑扬符的大写拉丁字母z","Latin capital letter z with dot above":"带上点的大写拉丁字母z","Latin capital ligature ij":"大写拉丁连字符ij","Latin capital ligature oe":"大写拉丁连字符oe","Latin small letter a with breve":"带短音符的小写拉丁字母a","Latin small letter a with macron":"带长音符的小写拉丁字母a","Latin small letter a with ogonek":"带反尾形符的小写拉丁字母a","Latin small letter c with acute":"带锐音符的小写拉丁字母c","Latin small letter c with caron":"带抑扬符的小写拉丁字母c","Latin small letter c with circumflex":"带扬抑符的小写拉丁字母c","Latin small letter c with dot above":"带上点的小写拉丁字母c","Latin small letter d with caron":"带抑扬符的小写拉丁字母d","Latin small letter d with stroke":"带删节线的小写拉丁字母d","Latin small letter dotless i":"没有点的小写拉丁字母i","Latin small letter e with breve":"带短音符的小写拉丁字母e","Latin small letter e with caron":"带抑扬符的小写拉丁字母e","Latin small letter e with dot above":"带上点的小写拉丁字母e","Latin small letter e with macron":"带长音符的小写拉丁字母e","Latin small letter e with ogonek":"带反尾形符的小写拉丁字母e","Latin small letter eng":"小写拉丁字母eng","Latin small letter f with hook":"带钩的拉丁文小写字母 F","Latin small letter g with breve":"带短音符的小写拉丁字母g","Latin small letter g with cedilla":"带软音符的小写拉丁字母g","Latin small letter g with circumflex":"带扬抑符的小写拉丁字母g","Latin small letter g with dot above":"带上点的小写拉丁字母g","Latin small letter h with circumflex":"带扬抑符的小写拉丁字母h","Latin small letter h with stroke":"带删节线的小写拉丁字母h","Latin small letter i with breve":"带短音符的小写拉丁字母i","Latin small letter i with macron":"带长音符的小写拉丁字母i","Latin small letter i with ogonek":"带反尾形符的小写拉丁字母i","Latin small letter i with tilde":"带腭化符的小写拉丁字母i","Latin small letter j with circumflex":"带扬抑符的小写拉丁字母j","Latin small letter k with cedilla":"带软音符的小写拉丁字母k","Latin small letter kra":"小写拉丁字母kra","Latin small letter l with acute":"带锐音符的小写拉丁字母l","Latin small letter l with caron":"带抑扬符的小写拉丁字母l","Latin small letter l with cedilla":"带软音符的小写拉丁字母l","Latin small letter l with middle dot":"带中点的小写拉丁字母l","Latin small letter l with stroke":"带删节线的小写拉丁字母l","Latin small letter long s":"小写拉丁字母长s","Latin small letter n preceded by apostrophe":"冠以撇号的小写拉丁字母n","Latin small letter n with acute":"带锐音符的小写拉丁字母n","Latin small letter n with caron":"带抑扬符的小写拉丁字母n","Latin small letter n with cedilla":"带软音符的小写拉丁字母n","Latin small letter o with breve":"带短音符的小写拉丁字母o","Latin small letter o with double acute":"带双锐音符的小写拉丁字母o","Latin small letter o with macron":"带长音符的小写拉丁字母o","Latin small letter r with acute":"带锐音符的小写拉丁字母r","Latin small letter r with caron":"带抑扬符的小写拉丁字母r","Latin small letter r with cedilla":"带软音符的小写拉丁字母r","Latin small letter s with acute":"带锐音符的小写拉丁字母s","Latin small letter s with caron":"带抑扬符的小写拉丁字母s","Latin small letter s with cedilla":"带软音符的小写拉丁字母s","Latin small letter s with circumflex":"带扬抑符的小写拉丁字母s","Latin small letter t with caron":"带抑扬符的小写拉丁字母t","Latin small letter t with cedilla":"带软音符的小写拉丁字母t","Latin small letter t with stroke":"带删节线的小写拉丁字母t","Latin small letter u with breve":"带短音符的小写拉丁字母u","Latin small letter u with double acute":"带双锐音符的小写拉丁字母u","Latin small letter u with macron":"带长音符的小写拉丁字母u","Latin small letter u with ogonek":"带反尾形符的小写拉丁字母u","Latin small letter u with ring above":"带上圆圈的小写拉丁字母u","Latin small letter u with tilde":"带腭化符的小写拉丁字母u","Latin small letter w with circumflex":"带扬抑符的小写拉丁字母w","Latin small letter y with circumflex":"带扬抑符的小写拉丁字母y","Latin small letter z with acute":"带锐音符的小写拉丁字母z","Latin small letter z with caron":"带抑扬符的小写拉丁字母z","Latin small letter z with dot above":"带上点的小写拉丁字母z","Latin small ligature ij":"小写拉丁连字符ij","Latin small ligature oe":"小写拉丁连字符oe","Leaving %0 code snippet":"正在退出 %0 代码片段","Leaving a to-do list":"正在退出待办事项清单","Leaving code snippet":"正在退出代码片段","Left aligned image":"图片左侧对齐","Left double quotation mark":"左双引号","Left single quotation mark":"左单引号","Left-pointing double angle quotation mark":"双左尖括号","leftwards arrow to bar":"头部带杠的向左箭头","leftwards dashed arrow":"向左虚线箭头","leftwards double arrow":"向左双箭头","leftwards simple arrow":"向左简单箭头","Less-than or equal to":"小于等于","Less-than sign":"小于号","Light blue":"浅蓝色","Light green":"浅绿色","Light grey":"浅灰色",Link:"超链接","Link image":"链接图片","Link URL":"链接网址","Link URL must not be empty.":"链接 URL 不能为空。","Lira sign":"里拉符号","List properties":"列表属性","Livre tournois sign":"里弗尔符号","Logical and":"逻辑与","Logical or":"逻辑或","Lower-latin":"小写拉丁字母","Lower–roman":"小写罗马数字",Macron:"长音符号","Manat sign":"马纳特符号","Match case":"区分大小写",Mathematical:"数学",Media:"媒体","Media URL":"媒体URL","media widget":"媒体小部件",MENU_BAR_MENU_EDIT:"编辑",MENU_BAR_MENU_FILE:"文件",MENU_BAR_MENU_FONT:"字体",MENU_BAR_MENU_FORMAT:"格式",MENU_BAR_MENU_HELP:"帮助",MENU_BAR_MENU_INSERT:"插入",MENU_BAR_MENU_TEXT:"文本",MENU_BAR_MENU_TOOLS:"工具",MENU_BAR_MENU_VIEW:"查看","Merge cell down":"向下合并单元格","Merge cell left":"向左合并单元格","Merge cell right":"向右合并单元格","Merge cell up":"向上合并单元格","Merge cells":"合并单元格","Mill sign":"密尔符号","Minus sign":"负号","Move focus between form fields (inputs, buttons, etc.)":"在表单字段(输入、按钮等)之间移动焦点","Move focus from an editable area back to the parent widget":"将焦点从可编辑区域移回父窗口小组件","Move focus in and out of an active dialog window":"将焦点移入或移出活跃的对话框窗口","Move focus to the menu bar, navigate between menu bars":"将焦点移到菜单栏,在菜单栏之间导航","Move focus to the toolbar, navigate between toolbars":"将焦点移至工具栏,在工具栏之间导览","Move out of a link":"移出链接","Move out of an inline code style":"摆脱内联代码风格","Move the caret to allow typing directly after a widget":"移动插入符,以允许在小组件之后直接输入文字","Move the caret to allow typing directly before a widget":"移动插入符,以允许在小组件之前直接输入文字","Move the selection to the next cell":"将所选内容移动到下一个单元格","Move the selection to the previous cell":"将所选内容移至上一个单元格","Multiple styles":"多样式","Multiplication sign":"称号","N-ary product":"N 元乘积","N-ary summation":"N 元求和",Nabla:"劈形算符","Naira sign":"奈拉符号","Navigate through the table":"在表格中进行导览","Navigate through the toolbar or menu bar":"通过工具栏或菜单栏进行导航","New sheqel sign":"新谢克尔符号",Next:"下一步","Next result":"下一个匹配项","No preview available":"预览不可用","No results found":"未找到结果","No searchable items":"没有可搜索的项目",None:"无","Nordic mark sign":"北欧马克征符号","Not an element of":"不属于","Not equal to":"不等于","Not sign":"非","Numbered List":"项目编号列表","Numbered list styles toolbar":"项目编号列表样式工具条","on with exclamation mark with left right arrow above":"带有NO!标识的左右双向箭头","Open in a new tab":"在新标签页中打开","Open link in new tab":"在新标签页中打开链接","Open media in new tab":"在新标签页打开媒体","Open the accessibility help dialog":"打开“无障碍辅助功能帮助”对话框",Orange:"橙色",Original:"原始大小",Outset:"凸边框",Overline:"上划线",Padding:"内边距",Paragraph:"段落","Paragraph sign":"段落符号","Partial differential":"偏微分","Paste content":"粘贴内容","Paste content as plain text":"将内容粘贴为纯文本","Paste raw HTML here...":"在这里粘贴 HTML 源代码","Paste the media URL in the input.":"在输入中粘贴媒体URL","Per mille sign":"千分号","Per ten thousand sign":"万分号","Peseta sign":"比塞塔符号","Peso sign":"比索符号","Pink marker":"粉色标记","Plain text":"纯文本","Please enter a valid color (e.g. \"ff0000\").":"请输入有效的颜色(例如“ff0000”)。","Plus-minus sign":"正负号","Pound sign":"英镑符号","Press %0 for help.":"按 %0 获取帮助。","Press Enter to type after or press Shift + Enter to type before the widget":"按下“Enter”键,在小组件后输入;按下“Shift+Enter”键,在小组件前输入",Previous:"上一步","Previous result":"上一个匹配项","Proportional to":"比例",Purple:"紫色","Question exclamation mark":"疑问感叹号",Red:"红色","Red pen":"红色笔",Redo:"重做","Registered sign":"注册商标","Remove color":"移除颜色","Remove Format":"移除格式","Remove highlight":"清除高亮",Replace:"替换","Replace all":"全部替换","Replace from computer":"从电脑替换","Replace image":"替换图片","Replace image from computer":"从电脑替换图片","Replace with…":"替换的文本","Resize image":"调整图像大小","Resize image (in %0)":"调整图片大小(单位为 %0)","Resize image to %0":"调整图像大小为%0","Resize image to the original size":"调整图像大小为原始大小","Restore default":"恢复默认","Reversed order":"顺序反转","Reversed paragraph sign":"反向段落符号","Revert autoformatting action":"恢复自动格式化操作","Rich Text Editor":"富文本编辑器",Ridge:"垄状边框","Right aligned image":"图片右侧对齐","Right double quotation mark":"右双引号","Right single quotation mark":"右单引号","Right-pointing double angle quotation mark":"双右尖括号","rightwards arrow to bar":"头部带杠的向右箭头","rightwards dashed arrow":"向右虚线箭头","rightwards double arrow":"向右双箭头","rightwards simple arrow":"向右简单箭头",Row:"行","Ruble sign":"俄罗斯卢布","Rupee sign":"卢比符号",Save:"保存","Save changes":"保存更改","Section sign":"节标记","Select all":"全选","Select column":"选择列","Select row":"选择行","Show blocks":"显示区块","Show more items":"显示更多","Show source":"显示源代码","Side image":"图片侧边显示","Single left-pointing angle quotation mark":"单左尖括号","Single low-9 quotation mark":"低位后单引号","Single right-pointing angle quotation mark":"单右尖括号",Small:"小",Solid:"实线","soon with rightwards arrow above":"带有soon标识的向右箭头",Source:"源代码","Special characters":"特殊字符","Spesmilo sign":"斯佩斯米洛符号","Split cell horizontally":"横向拆分单元格","Split cell vertically":"纵向拆分单元格",Square:"实心方块","Square root":"平方根","Start at":"起始编号","Start index must be greater than 0.":"起始编号必须大于0。",Strikethrough:"删除线","Strikethrough text":"给文本添加删除线",Style:"样式",Styles:"样式",Subscript:"下标",Superscript:"上标",Table:"表格","Table alignment toolbar":"表格对齐工具栏","Table cell text alignment":"表格单元格中的文本水平对齐","Table properties":"表格属性","Table toolbar":"表格工具栏","Tenge sign":"坚戈符号",Text:"文本","Text alignment":"对齐","Text alignment toolbar":"对齐工具栏","Text alternative":"替换文本","Text highlight toolbar":"文本高亮工具栏","Text styles":"文本样式","Text to find must not be empty.":"查找的文本不可为空","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"颜色无效。尝试使用\"#FF0000\"、\"rgb(255,0,0)\"或者\"red\"。","The URL must not be empty.":"URL不可以为空。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"无效值。尝试使用“10px”、“2ex”或者只写“2”。","The value must not be empty.":"该值不能为空。","The value should be a plain number.":"该值应当为纯数字。","There exists":"存在","These keyboard shortcuts allow for quick access to content editing features.":"这些键盘快捷键允许快速访问内容编辑功能。","This link has no URL":"此链接没有设置网址","This media URL is not supported.":"不支持此媒体URL。","Tilde operator":"波浪线运算符",Tiny:"极小","Tip: Find some text first in order to replace it.":"提示:先查找文本再替换","Tip: Paste the URL into the content to embed faster.":"提示:将URL粘贴到内容中可更快地嵌入","To-do List":"待办列表","Toggle caption off":"关闭表标题","Toggle caption on":"打开表标题","Toggle the circle list style":"切换空心原点列表样式","Toggle the decimal list style":"切换阿拉伯数字列表样式","Toggle the decimal with leading zero list style":"切换前导零阿拉伯数字列表样式","Toggle the disc list style":"切换实心原点列表样式","Toggle the lower–latin list style":"切换小写拉丁字母列表样式","Toggle the lower–roman list style":"切换小写罗马数字列表样式","Toggle the square list style":"切换实心方块列表样式","Toggle the upper–latin list style":"切换大写拉丁字母列表样式","Toggle the upper–roman list style":"切换大写罗马数字列表样式","top with upwards arrow above":"带有top标识的向上箭头","Trade mark sign":"商标符号","Tugrik sign":"图格里克符号","Turkish lira sign":"土耳其里拉符号",Turquoise:"青色","Two dot leader":"二点前导符",Underline:"下划线","Underline text":"给文本添加下划线",Undo:"撤销",Union:"并集",Unlink:"取消超链接","up down arrow with base":"处于基线的上下箭头","Update image URL":"更新图片URL地址","Upload failed":"上传失败","Upload from computer":"从电脑上传","Upload image from computer":"从电脑上传图片","Upload in progress":"正在上传","Uploading image":"正在上传图片","Upper-latin":"大写拉丁字母","Upper-roman":"大写罗马数字","upwards arrow to bar":"头部带杠的向上箭头","upwards dashed arrow":"向上虚线箭头","upwards double arrow":"向上双箭头","upwards simple arrow":"向上简单箭头","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"使用以下按键可以在 CKEditor 5 用户界面中进行更有效地导览。","User interface and content navigation keystrokes":"用户界面和内容导航按键","Vertical text alignment toolbar":"垂直文本对齐工具栏","Via URL":"通过 URL","Vulgar fraction one half":"普通分数二分之一","Vulgar fraction one quarter":"普通分数四分之一","Vulgar fraction three quarters":"普通分数四分之三",White:"白色","Whole words only":"单词","Widget toolbar":"小部件工具栏",Width:"宽度","Won sign":"韩元符号","Words: %0":"单词数:%0","Wrap text":"文字环绕",Yellow:"黄色","Yellow marker":"黄色标记","Yen sign":"日元符号"} );l.getPluralForm=function(n){return 0;;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
@@ -0,0 +1 @@
|
|
1
|
+
(function(d){ const l = d['zh'] = d['zh'] || {}; l.dictionary=Object.assign( l.dictionary||{}, {"(may require <kbd>Fn</kbd>)":"(可能需要 <kbd>Fn</kbd>)","%0 of %1":"%0/%1",Accept:"接受",Accessibility:"協助工具","Accessibility help":"無障礙協助","Advanced options":"進階選項","Align cell text to the bottom":"向下對齊","Align cell text to the center":"置中對齊","Align cell text to the left":"靠左對齊","Align cell text to the middle":"置中對齊","Align cell text to the right":"靠右對齊","Align cell text to the top":"向上對齊","Align center":"置中對齊","Align left":"靠左對齊","Align right":"靠右對齊","Align table to the left":"靠左對齊","Align table to the right":"靠右對齊",Alignment:"對齊",All:"所有","Almost equal to":"幾乎等於",Angle:"角度","Approximately equal to":"約等於",Aquamarine:"淺綠色",Arrows:"箭頭","Asterisk operator":"星號運算子","Austral sign":"奧斯特拉爾符號","back with leftwards arrow above":"Back 上方有向左箭號",Background:"背景顏色","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"下方是可在編輯器中使用的鍵盤快捷鍵列表。",Big:"大","Bitcoin sign":"比特幣符號",Black:"黑色","Block quote":"段落引用","Block styles":"區塊樣式",Blue:"藍色","Blue marker":"藍色標記",Bold:"粗體","Bold text":"粗體文字",Border:"邊框","Break text":"上及下","Bulleted List":"符號清單","Bulleted list styles toolbar":"無序清單工具列",Cancel:"取消","Cannot upload file:":"無法上傳檔案:","Caption for image: %0":"影像標題:%0","Caption for the image":"影像的標題","Cedi sign":"塞地符號","Cell properties":"儲存格屬性","Cent sign":"美分符號","Center table":"置中對齊","Centered image":"置中圖片","Change image text alternative":"修改圖片的替代文字","Character categories":"字元類別","Characters: %0":"字元數: %0","Choose heading":"選取標題",Circle:"空心圓點",Clear:"清除","Click to edit block":"點擊來編輯區塊",Close:"關閉","Close contextual balloons, dropdowns, and dialogs":"關閉選單提示、下拉式選單和對話框",Code:"代碼","Code block":"程式碼區塊","Colon sign":"冒號",Color:"文字顏色","Color picker":"顏色選擇",Column:"欄","Contains as member":"包含","Content editing keystrokes":"內容編輯按鍵","Copy selected content":"複製所選內容","Copyright sign":"版權符號","Create link":"建立連結","Cruzeiro sign":"克魯薩多符號",Currency:"貨幣","Currency sign":"貨幣符號",Custom:"自訂","Custom image size":"自訂圖片大小",Dashed:"虛線",Decimal:"數字","Decimal with leading zero":"0開頭的數字","Decrease indent":"減少縮排","Decrease list item indent":"減少列表項目縮排",Default:"預設","Degree sign":"度符號","Delete column":"刪除欄","Delete row":"刪除列","Dim grey":"淡灰色",Dimensions:"尺寸",Disc:"實心圓點","Division sign":"除號","Document colors":"文件顏色","Dollar sign":"貨幣符號","Dong sign":"盾符號",Dotted:"點線",Double:"雙線","Double dagger":"雙劍註釋符號","Double exclamation mark":"雙驚嘆號","Double low-9 quotation mark":"雙下 9 形引號","Double question mark":"雙問號",Downloadable:"可下載","downwards arrow to bar":"向下停止箭頭","downwards dashed arrow":"向下虛線箭頭","downwards double arrow":"向下雙箭頭","downwards simple arrow":"向下簡單箭號","Drachma sign":"得拉克馬符號","Drag to move":"拖曳來移動","Dropdown toolbar":"下拉選單","Edit block":"編輯區塊","Edit link":"編輯連結","Edit source":"編輯HTML","Editor block content toolbar":"編輯器區塊內容工具列","Editor contextual toolbar":"編輯器關聯式工具列","Editor dialog":"編輯工具對話框","Editor editing area: %0":"編輯器編輯區:%0","Editor menu bar":"編輯器選單列","Editor toolbar":"編輯器工具","Element of":"屬於","Em dash":"長破折號","Empty set":"空集合","Empty snippet content":"HTML標籤中無內容","En dash":"短破折號","end with leftwards arrow above":"End 上方有向左箭號","Enter image caption":"輸入圖片說明","Enter table caption":"輸入表標題","Entering %0 code snippet":"進入 %0 程式碼片段","Entering a to-do list":"進入待辦事項清單","Entering code snippet":"進入程式碼片段","Error during image upload":"圖片上傳期間發生錯誤","Euro sign":"歐元符號","Euro-currency sign":"歐元貨幣符號","Exclamation question mark":"驚嘆疑問號","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"執行目前所聚焦的按鈕。執行與編輯器內容互動的按鈕後,系統會將焦點移回內容。",Find:"尋找","Find and replace":"尋找和取代","Find in text…":"在文本中尋找","Find in the document":"在文件中尋找","Font Background Color":"前景顏色","Font Color":"字體顏色","Font Family":"字型","Font Size":"字體大小","For all":"對於所有","Fraction slash":"分數斜線","French franc sign":"法國法郎符號","From computer":"從電腦","Full size image":"完整尺寸圖片","German penny sign":"德國便士符號","Greater-than or equal to":"大於或等於","Greater-than sign":"大於符號",Green:"綠色","Green marker":"綠色標記","Green pen":"綠色筆",Grey:"灰色",Groove:"內凹線","Guarani sign":"瓜拉尼符號","Header column":"標題欄","Header row":"標題列",Heading:"標題","Heading 1":"標題 1","Heading 2":"標題 2","Heading 3":"標題 3","Heading 4":"標題 4","Heading 5":"標題 5","Heading 6":"標題 6",Height:"高度","Help Contents. To close this dialog press ESC.":"協助內容。想關閉此對話框,請按 ESC 鍵。",HEX:"十六進位",Highlight:"高亮","Horizontal ellipsis":"水平省略符號","Horizontal line":"水平線","Horizontal text alignment toolbar":"水平對齊","Hryvnia sign":"赫伐尼亞符號","HTML object":"HTML 物件","HTML snippet":"HTML標籤",Huge:"特大","Identical to":"恆等於",Image:"圖片","Image from computer":"來自電腦的圖片","Image resize list":"圖片縮放清單","Image toolbar":"圖片工具","Image upload complete":"圖片上傳完成","Image via URL":"透過網址插入圖片","image widget":"圖片小工具","In line":"行中","Increase indent":"增加縮排","Increase list item indent":"增加列表項目縮排","Indian rupee sign":"印度盧比符號",Infinity:"無限","Insert a hard break (a new paragraph)":"插入強制斷行(新段落)","Insert a new paragraph directly after a widget":"在小工具後直接插入新段落","Insert a new paragraph directly before a widget":"在小工具前直接插入新段落","Insert a new table row (when in the last cell of a table)":"插入新的表格橫排(當位於表格的最後一個單元格時)","Insert a soft break (a <code><br></code> element)":"插入非強制斷行(<code><br></code> 元件)","Insert code block":"插入程式碼區塊","Insert column left":"插入左方欄","Insert column right":"插入右方欄","Insert HTML":"輸入HTML","Insert image":"插入圖片","Insert image via URL":"使用連結插入圖片","Insert media":"插入影音","Insert paragraph after block":"在這個區塊後面插入一個段落","Insert paragraph before block":"在這個區塊前面插入一個段落","Insert row above":"插入上方列","Insert row below":"插入下方列","Insert table":"插入表格","Insert via URL":"透過網址插入",Inset:"內邊線",Integral:"積分",Intersection:"交集","Invalid start index value.":"無效的起始索引值。","Inverted exclamation mark":"倒驚嘆號","Inverted question mark":"倒問號",Italic:"斜體","Italic text":"斜體文字",Justify:"左右對齊","Justify cell text":"分散對齊","Keystrokes that can be used in a list":"可在列表中使用的按鍵","Keystrokes that can be used in a table cell":"可在表格單元格中使用的按鍵","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"小工具選取時可使用的按鍵(例如:圖片、表格等)","Kip sign":"基普符號",Latin:"拉丁字母","Latin capital letter a with breve":"拉丁大寫字母 A 帶短音符號","Latin capital letter a with macron":"拉丁大寫字母 A 帶長音符號","Latin capital letter a with ogonek":"拉丁大寫字母 A 帶 Ogonek","Latin capital letter c with acute":"拉丁大寫字母 C 帶尖音符號","Latin capital letter c with caron":"拉丁大寫字母 C 帶上勾符號","Latin capital letter c with circumflex":"拉丁大寫字母 C 帶抑揚符號","Latin capital letter c with dot above":"上有一點的拉丁大寫字母 C","Latin capital letter d with caron":"拉丁大寫字母 D 帶上勾符號","Latin capital letter d with stroke":"拉丁大寫字母 D 帶粗線符號","Latin capital letter e with breve":"拉丁大寫字母 E 帶短音符號","Latin capital letter e with caron":"拉丁大寫字母 E 帶上勾符號","Latin capital letter e with dot above":"上有一點的拉丁大寫字母 E","Latin capital letter e with macron":"拉丁大寫字母 E 帶長音符號","Latin capital letter e with ogonek":"拉丁大寫字母 E 帶 Ogonek","Latin capital letter eng":"拉丁大寫字母 Eng","Latin capital letter g with breve":"拉丁大寫字母 G 帶短音符號","Latin capital letter g with cedilla":"拉丁大寫字母 G 帶下尾符號","Latin capital letter g with circumflex":"拉丁大寫字母 G 帶抑揚符號","Latin capital letter g with dot above":"上有一點的拉丁大寫字母 G","Latin capital letter h with circumflex":"拉丁大寫字母 H 帶抑揚符號","Latin capital letter h with stroke":"拉丁大寫字母 H 帶粗線符號","Latin capital letter i with breve":"拉丁大寫字母 I 帶短音符號","Latin capital letter i with dot above":"上有一點的拉丁大寫字母 I","Latin capital letter i with macron":"拉丁大寫字母 I 帶長音符號","Latin capital letter i with ogonek":"拉丁大寫字母 I 帶 Ogonek","Latin capital letter i with tilde":"拉丁大寫字母 I 帶波狀符號","Latin capital letter j with circumflex":"拉丁大寫字母 J 帶抑揚符號","Latin capital letter k with cedilla":"拉丁大寫字母 K 帶下尾符號","Latin capital letter l with acute":"拉丁大寫字母 L 帶尖音符號","Latin capital letter l with caron":"拉丁大寫字母 L 帶上勾符號","Latin capital letter l with cedilla":"拉丁大寫字母 L 帶下尾符號","Latin capital letter l with middle dot":"中間一點的拉丁大寫字母 L","Latin capital letter l with stroke":"拉丁大寫字母 L 帶粗線符號","Latin capital letter n with acute":"拉丁大寫字母 N 帶尖音符號","Latin capital letter n with caron":"拉丁大寫字母 N 帶上勾符號","Latin capital letter n with cedilla":"拉丁大寫字母 N 帶下尾符號","Latin capital letter o with breve":"拉丁大寫字母 O 帶短音符號","Latin capital letter o with double acute":"拉丁大寫字母 O 帶雙尖音符號","Latin capital letter o with macron":"拉丁大寫字母 O 帶長音符號","Latin capital letter r with acute":"拉丁大寫字母 R 帶尖音符號","Latin capital letter r with caron":"拉丁大寫字母 R 帶上勾符號","Latin capital letter r with cedilla":"拉丁大寫字母 R 帶下尾符號","Latin capital letter s with acute":"拉丁大寫字母 S 帶尖音符號","Latin capital letter s with caron":"拉丁大寫字母 S 帶上勾符號","Latin capital letter s with cedilla":"拉丁大寫字母 S 帶下尾符號","Latin capital letter s with circumflex":"拉丁大寫字母 S 帶抑揚符號","Latin capital letter t with caron":"拉丁大寫字母 T 帶上勾符號","Latin capital letter t with cedilla":"拉丁大寫字母 T 帶下尾符號","Latin capital letter t with stroke":"拉丁大寫字母 T 帶粗線符號","Latin capital letter u with breve":"拉丁大寫字母 U 帶短音符號","Latin capital letter u with double acute":"拉丁大寫字母 U 帶雙尖音符號","Latin capital letter u with macron":"拉丁大寫字母 U 帶長音符號","Latin capital letter u with ogonek":"拉丁大寫字母 U 帶 Ogonek","Latin capital letter u with ring above":"拉丁大寫字母 U 帶上圓圈","Latin capital letter u with tilde":"拉丁大寫字母 U 帶波狀符號","Latin capital letter w with circumflex":"拉丁大寫字母 W 帶抑揚符號","Latin capital letter y with circumflex":"拉丁大寫字母 Y 帶抑揚符號","Latin capital letter y with diaeresis":"拉丁大寫字母 Y 帶分音符號","Latin capital letter z with acute":"拉丁大寫字母 Z 帶尖音符號","Latin capital letter z with caron":"拉丁大寫字母 Z 帶上勾符號","Latin capital letter z with dot above":"上有一點的拉丁大寫字母 Z","Latin capital ligature ij":"拉丁大寫連字 IJ","Latin capital ligature oe":"拉丁大寫連字 OE","Latin small letter a with breve":"拉丁小寫字母 a 帶短音符號","Latin small letter a with macron":"拉丁小寫字母 a 帶長音符號","Latin small letter a with ogonek":"拉丁小寫字母 a 帶 Ogonek","Latin small letter c with acute":"拉丁小寫字母 c 帶尖音符號","Latin small letter c with caron":"拉丁小寫字母 c 帶上勾符號","Latin small letter c with circumflex":"拉丁小寫字母 c 帶抑揚符號","Latin small letter c with dot above":"上有一點的拉丁小寫字母 c","Latin small letter d with caron":"拉丁小寫字母 d 帶上勾符號","Latin small letter d with stroke":"拉丁小寫字母 d 帶粗線符號","Latin small letter dotless i":"拉丁小寫字母無點 I","Latin small letter e with breve":"拉丁小寫字母 e 帶短音符號","Latin small letter e with caron":"拉丁小寫字母 e 帶上勾符號","Latin small letter e with dot above":"上有一點的拉丁小寫字母 e","Latin small letter e with macron":"拉丁小寫字母 e 帶長音符號","Latin small letter e with ogonek":"拉丁小寫字母 e 帶 Ogonek","Latin small letter eng":"拉丁小寫字母 Eng","Latin small letter f with hook":"帶鉤的拉丁小寫字母 f","Latin small letter g with breve":"拉丁小寫字母 g 帶短音符號","Latin small letter g with cedilla":"拉丁小寫字母 g 帶下尾符號","Latin small letter g with circumflex":"拉丁小寫字母 g 帶抑揚符號","Latin small letter g with dot above":"上有一點的拉丁小寫字母 g","Latin small letter h with circumflex":"拉丁小寫字母 h 帶抑揚符號","Latin small letter h with stroke":"拉丁小寫字母 h 帶粗線符號","Latin small letter i with breve":"拉丁小寫字母 i 帶短音符號","Latin small letter i with macron":"拉丁小寫字母 i 帶長音符號","Latin small letter i with ogonek":"拉丁小寫字母 i 帶 Ogonek","Latin small letter i with tilde":"拉丁小寫字母 i 帶波狀符號","Latin small letter j with circumflex":"拉丁小寫字母 j 帶抑揚符號","Latin small letter k with cedilla":"拉丁小寫字母 k 帶下尾符號","Latin small letter kra":"拉丁小寫字母 kra","Latin small letter l with acute":"拉丁小寫字母 l 帶尖音符號","Latin small letter l with caron":"拉丁小寫字母 l 帶上勾符號","Latin small letter l with cedilla":"拉丁小寫字母 l 帶下尾符號","Latin small letter l with middle dot":"中間一點的拉丁小寫字母 l","Latin small letter l with stroke":"拉丁小寫字母 l 帶粗線符號","Latin small letter long s":"拉丁小寫字母長 s","Latin small letter n preceded by apostrophe":"前有撇號的拉丁小寫字母 n","Latin small letter n with acute":"拉丁小寫字母 n 帶尖音符號","Latin small letter n with caron":"拉丁小寫字母 n 帶上勾符號","Latin small letter n with cedilla":"拉丁小寫字母 n 帶下尾符號","Latin small letter o with breve":"拉丁小寫字母 o 帶短音符號","Latin small letter o with double acute":"拉丁小寫字母 o 帶雙尖音符號","Latin small letter o with macron":"拉丁小寫字母 o 帶長音符號","Latin small letter r with acute":"拉丁小寫字母 r 帶尖音符號","Latin small letter r with caron":"拉丁小寫字母 r 帶上勾符號","Latin small letter r with cedilla":"拉丁小寫字母 r 帶下尾符號","Latin small letter s with acute":"拉丁小寫字母 s 帶尖音符號","Latin small letter s with caron":"拉丁小寫字母 s 帶上勾符號","Latin small letter s with cedilla":"拉丁小寫字母 s 帶下尾符號","Latin small letter s with circumflex":"拉丁小寫字母 s 帶抑揚符號","Latin small letter t with caron":"拉丁小寫字母 t 帶上勾符號","Latin small letter t with cedilla":"拉丁小寫字母 t 帶下尾符號","Latin small letter t with stroke":"拉丁小寫字母 t 帶粗線符號","Latin small letter u with breve":"拉丁小寫字母 u 帶短音符號","Latin small letter u with double acute":"拉丁小寫字母 u 帶雙尖音符號","Latin small letter u with macron":"拉丁小寫字母 u 帶長音符號","Latin small letter u with ogonek":"拉丁小寫字母 u 帶 Ogonek","Latin small letter u with ring above":"拉丁小寫字母 u 帶上圓圈","Latin small letter u with tilde":"拉丁小寫字母 u 帶波狀符號","Latin small letter w with circumflex":"拉丁小寫字母 w 帶抑揚符號","Latin small letter y with circumflex":"拉丁小寫字母 y 帶抑揚符號","Latin small letter z with acute":"拉丁小寫字母 z 帶尖音符號","Latin small letter z with caron":"拉丁小寫字母 z 帶上勾符號","Latin small letter z with dot above":"上有一點的拉丁小寫字母 z","Latin small ligature ij":"拉丁小寫連字 ij","Latin small ligature oe":"拉丁小寫連字 oe","Leaving %0 code snippet":"離開 %0 程式碼片段","Leaving a to-do list":"離開待辦事項清單","Leaving code snippet":"離開程式碼片段","Left aligned image":"向左對齊圖片","Left double quotation mark":"左雙引號","Left single quotation mark":"左單引號","Left-pointing double angle quotation mark":"左尖雙角括號","leftwards arrow to bar":"向左停止箭頭","leftwards dashed arrow":"向左虛線箭頭","leftwards double arrow":"向左雙箭頭","leftwards simple arrow":"向左簡單箭號","Less-than or equal to":"小於或等於","Less-than sign":"小於符號","Light blue":"亮藍色","Light green":"亮綠色","Light grey":"亮灰色",Link:"連結","Link image":"圖片連結","Link URL":"連結˙ URL","Link URL must not be empty.":"連結 URL 不得為空白。","Lira sign":"里拉符號","List properties":"清單屬性","Livre tournois sign":"里弗爾法鎊符號","Logical and":"邏輯 And","Logical or":"邏輯 Or","Lower-latin":"小寫拉丁字母","Lower–roman":"小寫羅馬數字",Macron:"長音符號","Manat sign":"馬納特符號","Match case":"大小寫需相符",Mathematical:"數學",Media:"媒體","Media URL":"影音網址","media widget":"影音小工具",MENU_BAR_MENU_EDIT:"編輯",MENU_BAR_MENU_FILE:"檔案",MENU_BAR_MENU_FONT:"字型",MENU_BAR_MENU_FORMAT:"格式",MENU_BAR_MENU_HELP:"說明",MENU_BAR_MENU_INSERT:"插入",MENU_BAR_MENU_TEXT:"文字",MENU_BAR_MENU_TOOLS:"工具",MENU_BAR_MENU_VIEW:"檢視","Merge cell down":"合併下方儲存格","Merge cell left":"合併左方儲存格","Merge cell right":"合併右方儲存格","Merge cell up":"合併上方儲存格","Merge cells":"合併儲存格","Mill sign":"密爾符號","Minus sign":"減號","Move focus between form fields (inputs, buttons, etc.)":"在表單欄位(輸入、按鈕等)之間移動焦點","Move focus from an editable area back to the parent widget":"將焦點從可編輯區域移回上層小工具","Move focus in and out of an active dialog window":"將焦點移入或移出啟用中的對話視窗","Move focus to the menu bar, navigate between menu bars":"將焦點移至選單列,瀏覽不同的選單列","Move focus to the toolbar, navigate between toolbars":"將焦點移動至工具列,在工具列間移動","Move out of a link":"移出連結","Move out of an inline code style":"移出行內程式碼樣式","Move the caret to allow typing directly after a widget":"移動插入符號,以便在小工具後直接輸入","Move the caret to allow typing directly before a widget":"移動插入符號,以便在小工具前直接輸入","Move the selection to the next cell":"將選取範圍移動到下一個單元格","Move the selection to the previous cell":"將選取範圍移動到上一個單元格","Multiple styles":"多重樣式","Multiplication sign":"乘號","N-ary product":"N 元乘積","N-ary summation":"N 元總合",Nabla:"倒三角算子","Naira sign":"奈及利亞奈拉符號","Navigate through the table":"在表格中移動","Navigate through the toolbar or menu bar":"瀏覽工具列或選單列","New sheqel sign":"新謝克爾符號",Next:"下一","Next result":"後一個結果","No preview available":"無法顯示預覽","No results found":"找不到結果","No searchable items":"沒有可搜尋的項目",None:"無","Nordic mark sign":"日耳曼馬克符號","Not an element of":"不屬於","Not equal to":"不等於","Not sign":"Not 符號","Numbered List":"有序清單","Numbered list styles toolbar":"有序清單工具列","on with exclamation mark with left right arrow above":"帶驚嘆號的 On 上方有左右雙向箭號","Open in a new tab":"在新視窗開啟","Open link in new tab":"在新視窗開啟連結","Open media in new tab":"在新分頁打開媒體","Open the accessibility help dialog":"開啟無障礙協助對話框",Orange:"橘色",Original:"原始圖片",Outset:"外框線",Overline:"頂線",Padding:"儲存格留白",Paragraph:"段落","Paragraph sign":"段落符號","Partial differential":"偏微分","Paste content":"貼上內容","Paste content as plain text":"將內容貼上為純文字","Paste raw HTML here...":"在此貼上純HTML","Paste the media URL in the input.":"在輸入框貼上影音網址。","Per mille sign":"千分號","Per ten thousand sign":"萬分號","Peseta sign":"比塞塔符號","Peso sign":"披索符號","Pink marker":"粉色標記","Plain text":"純文字","Please enter a valid color (e.g. \"ff0000\").":"請輸入有效的顏色(例如「ff0000」)。","Plus-minus sign":"加減符號","Pound sign":"英鎊符號","Press %0 for help.":"按下 %0 來取得協助。","Press Enter to type after or press Shift + Enter to type before the widget":"按下 Enter 在小工具後輸入,或按下 Shift + Enter 在小工具前輸入",Previous:"上一","Previous result":"前一個結果","Proportional to":"正比於",Purple:"紫色","Question exclamation mark":"疑問驚嘆號",Red:"紅色","Red pen":"紅色筆",Redo:"重做","Registered sign":"註冊商標符號","Remove color":"移除顏色","Remove Format":"移除格式","Remove highlight":"清除高亮",Replace:"取代","Replace all":"全部取代","Replace from computer":"從電腦替換","Replace image":"替換圖片","Replace image from computer":"從電腦替換圖片","Replace with…":"以…替代","Resize image":"縮放圖片","Resize image (in %0)":"調整圖片大小(單位為 %0)","Resize image to %0":"縮放圖片到 %0","Resize image to the original size":"縮放圖片到原始尺寸","Restore default":"重設至預設值","Reversed order":"反轉順序","Reversed paragraph sign":"反段落符號","Revert autoformatting action":"復原自動格式化操作","Rich Text Editor":"富文本編輯器",Ridge:"凸起線","Right aligned image":"向右對齊圖片","Right double quotation mark":"右雙引號","Right single quotation mark":"右單引號","Right-pointing double angle quotation mark":"右尖雙角括號","rightwards arrow to bar":"向右停止箭頭","rightwards dashed arrow":"向右虛線箭頭","rightwards double arrow":"向右雙箭頭","rightwards simple arrow":"向右簡單箭號",Row:"列","Ruble sign":"盧布符號","Rupee sign":"印度盧比符號",Save:"儲存","Save changes":"儲存變更","Section sign":"章節符號","Select all":"選取全部","Select column":"選擇欄","Select row":"選擇列","Show blocks":"顯示區塊","Show more items":"顯示更多","Show source":"顯示來源","Side image":"側邊圖片","Single left-pointing angle quotation mark":"單左尖角括號","Single low-9 quotation mark":"單下 9 形引號","Single right-pointing angle quotation mark":"單右尖角括號",Small:"小",Solid:"實線","soon with rightwards arrow above":"Soon 上方有向右箭號",Source:"原始碼","Special characters":"特殊字元","Spesmilo sign":"Spesmilo 貨幣符號","Split cell horizontally":"水平分割儲存格","Split cell vertically":"垂直分割儲存格",Square:"方形","Square root":"平方根","Start at":"起始於","Start index must be greater than 0.":"起始索引須大於 0。",Strikethrough:"刪除線","Strikethrough text":"刪除線文字",Style:"樣式",Styles:"樣式",Subscript:"下標",Superscript:"上標",Table:"表格","Table alignment toolbar":"表格對齊","Table cell text alignment":"儲存格文字對齊","Table properties":"表格屬性","Table toolbar":"表格工具","Tenge sign":"勘察加幣符號",Text:"文字","Text alignment":"文字對齊","Text alignment toolbar":"文字對齊","Text alternative":"替代文字","Text highlight toolbar":"高亮","Text styles":"文字樣式","Text to find must not be empty.":"不能查找空字串","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"顏色代碼錯誤。試試看 \"#FF0000\" 或 \"rgb(255, 0, 0)\" 或 \"red\"。","The URL must not be empty.":"網址不能空白。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"尺寸代碼錯誤。試試看 \"10px\" 或 \"2em\" 或簡單寫 \"2\"。","The value must not be empty.":"數值不得為空白。","The value should be a plain number.":"數值應為純數字。","There exists":"存在","These keyboard shortcuts allow for quick access to content editing features.":"運用這些鍵盤快捷鍵可快速使用內容編輯功能。","This link has no URL":"此連結沒有URL","This media URL is not supported.":"不支援此影音網址。","Tilde operator":"波狀符號運算子",Tiny:"特小","Tip: Find some text first in order to replace it.":"提示:先查找字串再取代","Tip: Paste the URL into the content to embed faster.":"提示:在內容貼上網址更快崁入。","To-do List":"代辦清單","Toggle caption off":"關閉表標題","Toggle caption on":"開啟表標題","Toggle the circle list style":"切換為空心圓點標示","Toggle the decimal list style":"切換為數字標示","Toggle the decimal with leading zero list style":"切換為0開頭的數字標示","Toggle the disc list style":"切換為實心圓點標示","Toggle the lower–latin list style":"切換為小寫拉丁文字標示","Toggle the lower–roman list style":"切換為小寫羅馬數字標示","Toggle the square list style":"切換為方形標示","Toggle the upper–latin list style":"切換為大寫拉丁文字標示","Toggle the upper–roman list style":"切換為大寫羅馬數字標示","top with upwards arrow above":"Top 上方有向上箭號","Trade mark sign":"商標符號","Tugrik sign":"圖格里克符號","Turkish lira sign":"土耳其里拉符號",Turquoise:"藍綠色","Two dot leader":"兩點前置字元",Underline:"底線","Underline text":"底線文字",Undo:"取消",Union:"聯集",Unlink:"移除連結","up down arrow with base":"有底線的上下箭號","Update image URL":"更新圖片連結","Upload failed":"上傳失敗","Upload from computer":"從電腦上傳","Upload image from computer":"從電腦上傳圖片","Upload in progress":"正在上傳","Uploading image":"正在上傳圖片","Upper-latin":"大寫拉丁字母","Upper-roman":"大寫羅馬數字","upwards arrow to bar":"向上停止箭頭","upwards dashed arrow":"向上虛線箭頭","upwards double arrow":"向上雙箭頭","upwards simple arrow":"向上簡單箭號","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"使用以下按鍵可更有效率地在 CKEditor 5 使用者介面中移動。","User interface and content navigation keystrokes":"使用者介面和內容瀏覽按鍵","Vertical text alignment toolbar":"垂直對齊","Via URL":"透過網址","Vulgar fraction one half":"普通分數二分之一","Vulgar fraction one quarter":"普通分數四分之一","Vulgar fraction three quarters":"普通分數四分之三",White:"白色","Whole words only":"僅全字拼寫","Widget toolbar":"小工具",Width:"寬度","Won sign":"圜符號","Words: %0":"字數: %0","Wrap text":"文繞圖",Yellow:"黃色","Yellow marker":"黃色標記","Yen sign":"日圓符號"} );l.getPluralForm=function(n){return 0;;};})(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,78 @@
|
|
1
|
+
{% extends "account/base_manage_email.html" %}
|
2
|
+
{% load allauth i18n %}
|
3
|
+
{% block head_title %}
|
4
|
+
{% trans "Email Addresses" %}
|
5
|
+
{% endblock head_title %}
|
6
|
+
{% block content %}
|
7
|
+
{% element h1 %}
|
8
|
+
{% trans "Email Addresses" %}
|
9
|
+
{% endelement %}
|
10
|
+
{% if emailaddresses %}
|
11
|
+
{% element p %}
|
12
|
+
{% trans 'The following email addresses are associated with your account:' %}
|
13
|
+
{% endelement %}
|
14
|
+
{% url 'account_email' as email_url %}
|
15
|
+
{% element form form=form action=email_url method="post" tags="email,list" %}
|
16
|
+
{% slot body %}
|
17
|
+
{% csrf_token %}
|
18
|
+
{% for radio in emailaddress_radios %}
|
19
|
+
{% with emailaddress=radio.emailaddress %}
|
20
|
+
{% element field type="radio" checked=radio.checked name="email" value=emailaddress.email id=radio.id %}
|
21
|
+
{% slot label %}
|
22
|
+
{{ emailaddress.email }}
|
23
|
+
{% if emailaddress.verified %}
|
24
|
+
{% element badge tags="success,email,verified" %}
|
25
|
+
{% translate "Verified" %}
|
26
|
+
{% endelement %}
|
27
|
+
{% else %}
|
28
|
+
{% element badge tags="warning,email,unverified" %}
|
29
|
+
{% translate "Unverified" %}
|
30
|
+
{% endelement %}
|
31
|
+
{% endif %}
|
32
|
+
{% if emailaddress.primary %}
|
33
|
+
{% element badge tags="email,primary" %}
|
34
|
+
{% translate "Primary" %}
|
35
|
+
{% endelement %}
|
36
|
+
{% endif %}
|
37
|
+
{% endslot %}
|
38
|
+
{% endelement %}
|
39
|
+
{% endwith %}
|
40
|
+
{% endfor %}
|
41
|
+
{% endslot %}
|
42
|
+
{% slot actions %}
|
43
|
+
{% trans 'Do you really want to remove the selected email address?' as remove_title %}
|
44
|
+
{{ remove_title|json_script:"allauth-email-remove-title" }}
|
45
|
+
|
46
|
+
{% element button type="submit" name="action_primary" %}
|
47
|
+
{% trans 'Make Primary' %}
|
48
|
+
{% endelement %}
|
49
|
+
{% element button tags="secondary" type="submit" name="action_send" %}
|
50
|
+
{% trans 'Re-send Verification' %}
|
51
|
+
{% endelement %}
|
52
|
+
{% element button tags="danger,delete" type="submit" name="action_remove" %}
|
53
|
+
{% trans 'Remove' %}
|
54
|
+
{% endelement %}
|
55
|
+
{% endslot %}
|
56
|
+
{% endelement %}
|
57
|
+
{% else %}
|
58
|
+
{% include "account/snippets/warn_no_email.html" %}
|
59
|
+
{% endif %}
|
60
|
+
{% if can_add_email %}
|
61
|
+
{% element h2 %}
|
62
|
+
{% trans "Add Email Address" %}
|
63
|
+
{% endelement %}
|
64
|
+
{% url 'account_email' as action_url %}
|
65
|
+
{% element form form=form method="post" action=action_url tags="email,add" %}
|
66
|
+
{% slot body %}
|
67
|
+
{% csrf_token %}
|
68
|
+
{% element fields form=form %}
|
69
|
+
{% endelement %}
|
70
|
+
{% endslot %}
|
71
|
+
{% slot actions %}
|
72
|
+
{% element button name="action_add" type="submit" %}
|
73
|
+
{% trans "Add Email" %}
|
74
|
+
{% endelement %}
|
75
|
+
{% endslot %}
|
76
|
+
{% endelement %}
|
77
|
+
{% endif %}
|
78
|
+
{% endblock content %}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{% extends "account/base_manage_password.html" %}
|
2
|
+
{% load allauth i18n %}
|
3
|
+
{% block head_title %}
|
4
|
+
{% trans "Change Password" %}
|
5
|
+
{% endblock head_title %}
|
6
|
+
{% block content %}
|
7
|
+
{% element h1 %}
|
8
|
+
{% trans "Change Password" %}
|
9
|
+
{% endelement %}
|
10
|
+
{% url 'account_change_password' as action_url %}
|
11
|
+
{% element form form=form method="post" action=action_url %}
|
12
|
+
{% slot body %}
|
13
|
+
{% csrf_token %}
|
14
|
+
{{ redirect_field }}
|
15
|
+
{% element fields form=form %}
|
16
|
+
{% endelement %}
|
17
|
+
{% endslot %}
|
18
|
+
{% slot actions %}
|
19
|
+
{% element button type="submit" %}
|
20
|
+
{% trans "Change Password" %}
|
21
|
+
{% endelement %}
|
22
|
+
{% url 'account_reset_password' as forgot_url %}
|
23
|
+
{% element button href=forgot_url tags="danger,reset" %}
|
24
|
+
{% trans "Forgot Password?" %}
|
25
|
+
{% endelement %}
|
26
|
+
{% endslot %}
|
27
|
+
{% endelement %}
|
28
|
+
{% endblock content %}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
{% load i18n allauth %}
|
2
|
+
{% element alert %}
|
3
|
+
{% slot message %}
|
4
|
+
<strong>{% trans 'Warning:' %}</strong> {% trans "You currently do not have any email address set up. You should really add an email address so you can receive notifications, reset your password, etc." %}
|
5
|
+
{% endslot %}
|
6
|
+
{% endelement %}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
{% load allauth df_site %}
|
2
|
+
<span class="badge {% if "danger" in attrs.tags %}text-bg-danger{% elif "warning" in attrs.tags %}text-bg-warning{% elif "success" in attrs.tags %}text-bg-success{% elif "secondary" in attrs.tags %}text-bg-secondary{% else %}text-bg-primary{% endif %}">
|
3
|
+
{% if "danger" in attrs.tags %}{% fa6_icon 'exclamation-triangle' %}{% elif "warning" in attrs.tags %}{% fa6_icon 'exclamation-triangle' %}{% elif "success" in attrs.tags %}{% fa6_icon 'check' %}{% endif %}
|
4
|
+
{% slot %} {% endslot %}</span>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
{% load allauth %}
|
2
|
+
{% comment %} djlint:off {% endcomment %}
|
3
|
+
<{% if attrs.href %}a href="{{ attrs.href }}"{% else %}button{% endif %}
|
4
|
+
{% if attrs.form %}form="{{ attrs.form }}"{% endif %}
|
5
|
+
{% if attrs.id %}id="{{ attrs.id }}"{% endif %}
|
6
|
+
{% if attrs.name %}name="{{ attrs.name }}"{% endif %}
|
7
|
+
{% if attrs.value %}value="{{ attrs.value }}"{% endif %}
|
8
|
+
{% if attrs.type %}type="{{ attrs.type }}"{% endif %}
|
9
|
+
{% if attrs.title %}type="{{ attrs.title }}"{% endif %}
|
10
|
+
class="btn btn-sm {% if "danger" in attrs.tags %}btn-danger{% elif "secondary" in attrs.tags %}btn-secondary{% else %}btn-primary{% endif %}"
|
11
|
+
>
|
12
|
+
{% slot %}
|
13
|
+
{% endslot %}
|
14
|
+
</{% if attrs.href %}a{% else %}button{% endif %}>
|
@@ -0,0 +1,72 @@
|
|
1
|
+
{% load allauth %}
|
2
|
+
{{ attrs.errors }}
|
3
|
+
{% if attrs.type == "textarea" %}
|
4
|
+
<p class="px-3">
|
5
|
+
<label for="{{ attrs.id }}">
|
6
|
+
{% slot label %}
|
7
|
+
{% endslot %}
|
8
|
+
</label>
|
9
|
+
<textarea class="form-control va-5{% if attrs.monospace %} font-monospace{% endif %}"
|
10
|
+
{% if attrs.required %}required{% endif %}
|
11
|
+
{% if attrs.rows %}rows="{{ attrs.rows }}"{% endif %}
|
12
|
+
{% if attrs.disabled %}disabled{% endif %}
|
13
|
+
{% if attrs.readonly %}readonly{% endif %}
|
14
|
+
{% if attrs.name %}name="{{ attrs.name }}"{% endif %}
|
15
|
+
{% if attrs.id %}id="{{ attrs.id }}"{% endif %}
|
16
|
+
{% if attrs.placeholder %}placeholder="{{ attrs.placeholder }}"{% endif %}>{% slot value %}{% endslot %}</textarea>
|
17
|
+
{% if slots.help_text %}
|
18
|
+
<span>
|
19
|
+
{% slot help_text %}
|
20
|
+
{% endslot %}
|
21
|
+
</span>
|
22
|
+
{% endif %}
|
23
|
+
</p>
|
24
|
+
{% elif attrs.type == "radio" %}
|
25
|
+
<p class="form-check">
|
26
|
+
<input class="form-check-input"
|
27
|
+
{% if attrs.required %}required{% endif %}
|
28
|
+
{% if attrs.disabled %}disabled{% endif %}
|
29
|
+
{% if attrs.readonly %}readonly{% endif %}
|
30
|
+
{% if attrs.checked %}checked{% endif %}
|
31
|
+
{% if attrs.name %}name="{{ attrs.name }}"{% endif %}
|
32
|
+
{% if attrs.id %}id="{{ attrs.id }}"{% endif %}
|
33
|
+
{% if attrs.placeholder %}placeholder="{{ attrs.placeholder }}"{% endif %}
|
34
|
+
{% if attrs.autocomplete %}autocomplete="{{ attrs.autocomplete }}"{% endif %}
|
35
|
+
value="{{ attrs.value|default_if_none:'' }}"
|
36
|
+
type="{{ attrs.type }}">
|
37
|
+
<label class="form-check-label" for="{{ attrs.id }}">
|
38
|
+
{% slot label %}
|
39
|
+
{% endslot %}
|
40
|
+
</label>
|
41
|
+
{% if slots.help_text %}
|
42
|
+
<span>
|
43
|
+
{% slot help_text %}
|
44
|
+
{% endslot %}
|
45
|
+
</span>
|
46
|
+
{% endif %}
|
47
|
+
</p>
|
48
|
+
{% else %}
|
49
|
+
<p class="{% if attrs.readonly or attrs.disabled%}{% else %}form-floating{% endif %}">
|
50
|
+
<label for="{{ attrs.id }}" class="form-label">
|
51
|
+
{% slot label %}
|
52
|
+
{% endslot %}
|
53
|
+
</label>
|
54
|
+
<input class="form-control"
|
55
|
+
{% if attrs.required %}required{% endif %}
|
56
|
+
{% if attrs.disabled %}disabled{% endif %}
|
57
|
+
{% if attrs.readonly %}readonly{% endif %}
|
58
|
+
{% if attrs.checked %}checked{% endif %}
|
59
|
+
{% if attrs.name %}name="{{ attrs.name }}"{% endif %}
|
60
|
+
{% if attrs.id %}id="{{ attrs.id }}"{% endif %}
|
61
|
+
{% if attrs.placeholder %}placeholder="{{ attrs.placeholder }}"{% endif %}
|
62
|
+
{% if attrs.autocomplete %}autocomplete="{{ attrs.autocomplete }}"{% endif %}
|
63
|
+
value="{{ attrs.value|default_if_none:'' }}"
|
64
|
+
type="{{ attrs.type }}">
|
65
|
+
{% if slots.help_text %}
|
66
|
+
<span>
|
67
|
+
{% slot help_text %}
|
68
|
+
{% endslot %}
|
69
|
+
</span>
|
70
|
+
{% endif %}
|
71
|
+
</p>
|
72
|
+
{% endif %}
|
@@ -0,0 +1 @@
|
|
1
|
+
{% comment %} djlint:off {% endcomment %}{% load allauth %}<h1 class="card-header text-center">{% slot default %}{% endslot %}</h1>
|
@@ -0,0 +1 @@
|
|
1
|
+
{% comment %} djlint:off {% endcomment %}{% load allauth %}<h2 class="card-header text-center border-top">{% slot default %}{% endslot %}</h2>
|
@@ -0,0 +1 @@
|
|
1
|
+
{% comment %} djlint:off {% endcomment %}{% load allauth %}<p class="px-3 py-2">{% slot default %}{% endslot %}</p>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
{% load allauth %}
|
2
|
+
<section>
|
3
|
+
<h2 class="card-header text-center border-top mt-3">
|
4
|
+
{% slot title %}
|
5
|
+
{% endslot %}
|
6
|
+
</h2>
|
7
|
+
{% slot body %}
|
8
|
+
{% endslot %}
|
9
|
+
{% if slots.actions %}
|
10
|
+
<div class="p-3 btn-group">
|
11
|
+
{% for action in slots.actions %} {{ action }} {% endfor %}
|
12
|
+
</div>
|
13
|
+
{% endif %}
|
14
|
+
</section>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
{% extends "df_site/app.html" %}
|
2
|
+
{% block body_banner %}
|
3
|
+
{% endblock body_banner %}
|
4
|
+
|
5
|
+
{% block body_content %}
|
6
|
+
<div class="row pt-5 ">
|
7
|
+
<div class="col-md-6 offset-md-3 card p-0">
|
8
|
+
{% block content %}
|
9
|
+
{% endblock content %}
|
10
|
+
</div>
|
11
|
+
{% block extra_body %}
|
12
|
+
{% endblock extra_body %}
|
13
|
+
</div>
|
14
|
+
{% endblock body_content %}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
{% extends "df_site/app.html" %}
|
2
|
+
{% load df_site %}
|
3
|
+
{% block body_banner %}
|
4
|
+
{% endblock body_banner %}
|
5
|
+
|
6
|
+
{% block navbar %}
|
7
|
+
{% endblock %}
|
8
|
+
{% block body_classes %}bg-body-secondary{% endblock %}
|
9
|
+
|
10
|
+
{% block body_content %}
|
11
|
+
<div class="row pt-5 ">
|
12
|
+
<div class="col-md-6 offset-md-3 card p-0">
|
13
|
+
<a class="text-center border-bottom" href="{% url 'index' %}">{% fa6_icon 'home' %}</a>
|
14
|
+
{% block content %}
|
15
|
+
{% endblock content %}
|
16
|
+
</div>
|
17
|
+
{% block extra_body %}
|
18
|
+
{% endblock extra_body %}
|
19
|
+
</div>
|
20
|
+
{% endblock body_content %}
|
@@ -0,0 +1 @@
|
|
1
|
+
{% extends "df_site/manage_base.html" %}
|
@@ -0,0 +1,64 @@
|
|
1
|
+
{% load i18n %}
|
2
|
+
{% load cookie_consent_tags %}
|
3
|
+
|
4
|
+
|
5
|
+
<div class="cookie-group">
|
6
|
+
<div class="cookie-group-title">
|
7
|
+
<h3>{{ cookie_group.name }}</h3>
|
8
|
+
|
9
|
+
{% if not cookie_group.is_required %}
|
10
|
+
<div class="cookie-group-form">
|
11
|
+
{% with accepted=request|cookie_group_accepted:cookie_group.varname %}
|
12
|
+
{% with declined=request|cookie_group_declined:cookie_group.varname %}
|
13
|
+
|
14
|
+
{% if not accepted %}
|
15
|
+
<form class="cookie-consent-accept formrm "
|
16
|
+
action="{% url "cookie_consent_accept" cookie_group.varname %}"
|
17
|
+
method="POST">
|
18
|
+
{% csrf_token %}
|
19
|
+
{% if declined %}
|
20
|
+
<span
|
21
|
+
class="btn btn-outline-danger btn-sm cookie-consent-declined disabled">{% trans "Declined" %}</span>
|
22
|
+
{% endif %}
|
23
|
+
<input type="submit" class="btn btn-success btn-sm" value="{% trans "Accept" %}">
|
24
|
+
</form>
|
25
|
+
{% endif %}
|
26
|
+
{% if not declined %}
|
27
|
+
<form class="cookie-consent-decline"
|
28
|
+
action="{% url "cookie_consent_decline" cookie_group.varname %}" method="POST">
|
29
|
+
{% csrf_token %}
|
30
|
+
{% if accepted %}
|
31
|
+
<span
|
32
|
+
class="btn btn-outline-success btn-sm cookie-consent-accepted disabled">{% trans "Accepted" %}</span>
|
33
|
+
{% endif %}
|
34
|
+
<input type="submit" class="btn btn-danger btn-sm" value="{% trans "Decline" %}">
|
35
|
+
</form>
|
36
|
+
{% endif %}
|
37
|
+
{% endwith %}
|
38
|
+
{% endwith %}
|
39
|
+
</div>
|
40
|
+
{% endif %}
|
41
|
+
|
42
|
+
</div>
|
43
|
+
|
44
|
+
<p>
|
45
|
+
{{ cookie_group.description }}
|
46
|
+
</p>
|
47
|
+
<table class="table table-striped table-hover">
|
48
|
+
{% for cookie in cookie_group.cookie_set.all %}
|
49
|
+
<tr>
|
50
|
+
<th>
|
51
|
+
<code>{{ cookie.name }}</code>
|
52
|
+
{% if cookie.domain %}
|
53
|
+
({{ cookie.domain }})
|
54
|
+
{% endif %}
|
55
|
+
</th>
|
56
|
+
<td>
|
57
|
+
{% if cookie.description %}
|
58
|
+
{{ cookie.description }}
|
59
|
+
{% endif %}
|
60
|
+
</td>
|
61
|
+
</tr>
|
62
|
+
{% endfor %}
|
63
|
+
</table>
|
64
|
+
</div>
|