@instructure/canvas-rce 5.11.1 → 5.12.2
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.
- package/CHANGELOG.md +32 -0
- package/babel-register.js +0 -7
- package/babel.config.cjs.js +0 -7
- package/babel.config.js +0 -9
- package/es/canvasFileBrowser/FileBrowser.js +6 -1
- package/es/common/fileUrl.js +3 -4
- package/es/defaultTinymceConfig.js +1 -1
- package/{lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/Lti13ContentItemJson.js → es/elementDenylist.js} +2 -6
- package/es/enhance-user-content/doc_previews.js +4 -0
- package/es/enhance-user-content/enhance_user_content.js +4 -59
- package/es/enhance-user-content/external_links.js +75 -0
- package/es/enhance-user-content/mathml.js +9 -7
- package/es/getThemeVars.js +4 -3
- package/es/getTranslations.js +77 -1
- package/es/index.js +1 -1
- package/es/rce/RCEWrapper.js +5 -2328
- package/es/rce/StatusBar.js +8 -2
- package/es/rce/contentInsertion.js +5 -2
- package/es/rce/plugins/instructure_documents/components/DocumentsPanel.js +3 -9
- package/es/rce/plugins/instructure_equation/EquationEditorModal/index.js +1 -1
- package/es/rce/plugins/instructure_equation/EquationEditorModal/styles.js +3 -11
- package/es/rce/plugins/instructure_equation/mathlive/index.js +5 -13
- package/es/rce/plugins/instructure_html_view/plugin.js +2 -2
- package/es/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.js +3 -2
- package/es/rce/plugins/instructure_image/ImageList/Image.js +2 -2
- package/es/rce/plugins/instructure_image/Images/index.js +3 -10
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +3 -0
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.js +3 -1
- package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +26 -1
- package/es/rce/plugins/instructure_record/AudioOptionsTray/index.js +9 -3
- package/es/rce/plugins/instructure_record/MediaPanel/index.js +3 -9
- package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +27 -2
- package/es/rce/plugins/instructure_record/VideoOptionsTray/index.js +35 -6
- package/es/rce/plugins/shared/fileShape.js +81 -9
- package/es/rce/plugins/shared/fileTypeUtils.js +6 -0
- package/es/rce/tinymce.oxide.content.min.css.js +732 -0
- package/es/rce/tinymce.oxide.skin.min.css.js +7 -0
- package/es/rcs/api.js +6 -4
- package/es/sidebar/store/configureStore.js +2 -2
- package/{lib/translations/locales/tg.js → es/translations/locales/ab.js} +1 -1
- package/es/translations/locales/cs.js +27 -0
- package/es/translations/locales/cs_CZ.js +27 -0
- package/{lib/translations/locales/sv_SE.js → es/translations/locales/da_DK.js} +2 -2
- package/{lib/translations/locales/se.js → es/translations/locales/en_NZ.js} +2 -2
- package/es/translations/locales/en_SE.js +26 -0
- package/es/translations/locales/en_US.js +26 -0
- package/es/translations/locales/hu_HU.js +27 -0
- package/{lib/translations/locales/ms.js → es/translations/locales/id.js} +632 -632
- package/{lib/translations/locales/th.js → es/translations/locales/id_ID.js} +1 -2
- package/{lib/translations/locales/vi_VN.js → es/translations/locales/ko_KR.js} +2 -2
- package/es/translations/locales/lt.js +26 -0
- package/es/translations/locales/lt_LT.js +26 -0
- package/es/translations/locales/mn_MN.js +26 -0
- package/es/translations/locales/nl_NL.js +27 -0
- package/{lib/translations/locales/es_GT.js → es/translations/locales/ro.js} +3 -3
- package/es/translations/locales/ru.js +2375 -32
- package/es/translations/locales/sv.js +2379 -30
- package/es/translations/locales/th.js +2401 -1
- package/es/translations/locales/tl_PH.js +26 -0
- package/es/translations/locales/tr.js +3 -0
- package/es/translations/locales/vi.js +2396 -8
- package/es/translations/locales/zh_TW.Big5.js +27 -0
- package/{lib/translations/locales/th_TH.js → es/translations/locales/zh_TW.js} +2 -2
- package/jest.config.js +0 -7
- package/package.json +9 -11
- package/scripts/build.js +1 -7
- package/scripts/publish_to_npm.sh +26 -0
- package/canvas/README.md +0 -84
- package/canvas/locales/en.json +0 -934
- package/canvas/package.json +0 -189
- package/es/common/scroll.js +0 -45
- package/es/types/inst-ui.d.js +0 -18
- package/es/types/ts-migration.js +0 -1
- package/lib/bridge/Bridge.js +0 -287
- package/lib/bridge/index.js +0 -21
- package/lib/canvasFileBrowser/FileBrowser.js +0 -452
- package/lib/canvasFileBrowser/en-US.js +0 -234
- package/lib/common/FlashAlert.js +0 -263
- package/lib/common/browser.js +0 -40
- package/lib/common/components/FileTree/File.js +0 -64
- package/lib/common/components/FileTree/Folder.js +0 -110
- package/lib/common/components/FileTree/index.js +0 -84
- package/lib/common/components/FileTree/styles.js +0 -72
- package/lib/common/components/Loading.js +0 -83
- package/lib/common/fileUrl.js +0 -153
- package/lib/common/getCookie.js +0 -32
- package/lib/common/incremental-loading/LoadMoreButton.js +0 -40
- package/lib/common/incremental-loading/LoadingIndicator.js +0 -36
- package/lib/common/incremental-loading/LoadingStatus.js +0 -47
- package/lib/common/incremental-loading/index.js +0 -21
- package/lib/common/incremental-loading/useIncrementalLoading.js +0 -58
- package/lib/common/indicate.js +0 -75
- package/lib/common/mimeClass.js +0 -120
- package/lib/common/natcompare.js +0 -47
- package/lib/common/scroll.js +0 -45
- package/lib/defaultTinymceConfig.js +0 -160
- package/lib/enhance-user-content/doc_previews.js +0 -233
- package/lib/enhance-user-content/enhance_user_content.js +0 -396
- package/lib/enhance-user-content/index.js +0 -21
- package/lib/enhance-user-content/instructure_helper.js +0 -207
- package/lib/enhance-user-content/jqueryish_funcs.js +0 -88
- package/lib/enhance-user-content/mathml.js +0 -397
- package/lib/enhance-user-content/media_comment_thumbnail.js +0 -130
- package/lib/format-message.js +0 -30
- package/lib/getThemeVars.js +0 -45
- package/lib/getTranslations.js +0 -264
- package/lib/index.js +0 -51
- package/lib/rce/AlertMessageArea.js +0 -47
- package/lib/rce/DraggingBlocker.js +0 -43
- package/lib/rce/KeyboardShortcutModal.js +0 -88
- package/lib/rce/RCE.js +0 -150
- package/lib/rce/RCEGlobals.js +0 -62
- package/lib/rce/RCEWrapper.js +0 -4278
- package/lib/rce/RCEWrapperProps.js +0 -130
- package/lib/rce/RceHtmlEditor.js +0 -142
- package/lib/rce/ResizeHandle.js +0 -102
- package/lib/rce/RestoreAutoSaveModal.js +0 -82
- package/lib/rce/ShowOnFocusButton/index.js +0 -93
- package/lib/rce/StatusBar.js +0 -380
- package/lib/rce/__mocks__/_mockCryptoEs.js +0 -124
- package/lib/rce/__mocks__/styleMock.js +0 -18
- package/lib/rce/__mocks__/tinymceReact.js +0 -55
- package/lib/rce/alertHandler.js +0 -46
- package/lib/rce/contentInsertion.js +0 -322
- package/lib/rce/contentInsertionUtils.js +0 -85
- package/lib/rce/contentRendering.js +0 -145
- package/lib/rce/customEvents.js +0 -18
- package/lib/rce/editorLanguage.js +0 -101
- package/lib/rce/indicatorRegion.js +0 -49
- package/lib/rce/normalizeLocale.js +0 -50
- package/lib/rce/normalizeProps.js +0 -29
- package/lib/rce/plugins/instructure-ui-icons/plugin.js +0 -122
- package/lib/rce/plugins/instructure_condensed_buttons/core/ListUtils.js +0 -24
- package/lib/rce/plugins/instructure_condensed_buttons/plugin.js +0 -27
- package/lib/rce/plugins/instructure_condensed_buttons/ui/alignment-button.js +0 -63
- package/lib/rce/plugins/instructure_condensed_buttons/ui/directionality-button.js +0 -48
- package/lib/rce/plugins/instructure_condensed_buttons/ui/indent-outdent-button.js +0 -41
- package/lib/rce/plugins/instructure_condensed_buttons/ui/list-button.js +0 -145
- package/lib/rce/plugins/instructure_condensed_buttons/ui/subscript-superscript-button.js +0 -56
- package/lib/rce/plugins/instructure_documents/clickCallback.js +0 -23
- package/lib/rce/plugins/instructure_documents/components/DocumentsPanel.js +0 -126
- package/lib/rce/plugins/instructure_documents/components/Link.js +0 -219
- package/lib/rce/plugins/instructure_documents/plugin.js +0 -123
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/advancedOnlySyntax.js +0 -25
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/advancedPreference.js +0 -51
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/index.js +0 -321
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +0 -116
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/parseLatex.js +0 -91
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/styles.js +0 -46
- package/lib/rce/plugins/instructure_equation/EquationEditorToolbar/buttons.js +0 -728
- package/lib/rce/plugins/instructure_equation/EquationEditorToolbar/index.js +0 -84
- package/lib/rce/plugins/instructure_equation/MathIcon/index.js +0 -41
- package/lib/rce/plugins/instructure_equation/MathIcon/svgs.js +0 -236
- package/lib/rce/plugins/instructure_equation/clickCallback.js +0 -53
- package/lib/rce/plugins/instructure_equation/mathlive/index.js +0 -36
- package/lib/rce/plugins/instructure_equation/plugin.js +0 -69
- package/lib/rce/plugins/instructure_fullscreen/plugin.js +0 -50
- package/lib/rce/plugins/instructure_html_view/clickCallback.js +0 -21
- package/lib/rce/plugins/instructure_html_view/plugin.js +0 -37
- package/lib/rce/plugins/instructure_icon_maker/clickCallback.js +0 -57
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ColorSection.js +0 -82
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/CreateIconMakerForm.js +0 -56
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Footer.js +0 -78
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Group.js +0 -36
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +0 -110
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js +0 -169
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageOptions.js +0 -186
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageSection.js +0 -243
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ModeSelect.js +0 -64
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/index.js +0 -73
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/svg.js +0 -298
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGList.js +0 -86
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGThumbnail.js +0 -55
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/index.js +0 -70
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/svg.js +0 -317
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Upload.js +0 -149
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/index.js +0 -18
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/propTypes.js +0 -32
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/utils.js +0 -25
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Preview.js +0 -60
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ShapeSection.js +0 -87
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/TextSection.js +0 -139
- package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/index.js +0 -18
- package/lib/rce/plugins/instructure_icon_maker/components/IconMakerTray.js +0 -323
- package/lib/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.js +0 -90
- package/lib/rce/plugins/instructure_icon_maker/plugin.js +0 -110
- package/lib/rce/plugins/instructure_icon_maker/reducers/imageSection.js +0 -194
- package/lib/rce/plugins/instructure_icon_maker/reducers/svgSettings.js +0 -98
- package/lib/rce/plugins/instructure_icon_maker/registerEditToolbar.js +0 -56
- package/lib/rce/plugins/instructure_icon_maker/svg/clipPath.js +0 -25
- package/lib/rce/plugins/instructure_icon_maker/svg/constants.js +0 -100
- package/lib/rce/plugins/instructure_icon_maker/svg/font.js +0 -25
- package/lib/rce/plugins/instructure_icon_maker/svg/image.js +0 -354
- package/lib/rce/plugins/instructure_icon_maker/svg/index.js +0 -122
- package/lib/rce/plugins/instructure_icon_maker/svg/metadata.js +0 -48
- package/lib/rce/plugins/instructure_icon_maker/svg/settings.js +0 -179
- package/lib/rce/plugins/instructure_icon_maker/svg/shape.js +0 -316
- package/lib/rce/plugins/instructure_icon_maker/svg/text.js +0 -468
- package/lib/rce/plugins/instructure_icon_maker/svg/utils.js +0 -70
- package/lib/rce/plugins/instructure_icon_maker/utils/IconMakerClose.js +0 -45
- package/lib/rce/plugins/instructure_icon_maker/utils/IconMakerFormHasChanges.js +0 -83
- package/lib/rce/plugins/instructure_icon_maker/utils/addIconMakerAttributes.js +0 -28
- package/lib/rce/plugins/instructure_icon_maker/utils/iconValidation.js +0 -35
- package/lib/rce/plugins/instructure_icon_maker/utils/iconsLabels.js +0 -375
- package/lib/rce/plugins/instructure_icon_maker/utils/useDebouncedValue.js +0 -59
- package/lib/rce/plugins/instructure_image/ImageEmbedOptions.js +0 -202
- package/lib/rce/plugins/instructure_image/ImageList/Image.js +0 -106
- package/lib/rce/plugins/instructure_image/ImageList/index.js +0 -69
- package/lib/rce/plugins/instructure_image/ImageOptionsTray/TrayController.js +0 -166
- package/lib/rce/plugins/instructure_image/ImageOptionsTray/index.js +0 -246
- package/lib/rce/plugins/instructure_image/Images/index.js +0 -129
- package/lib/rce/plugins/instructure_image/clickCallback.js +0 -24
- package/lib/rce/plugins/instructure_image/plugin.js +0 -157
- package/lib/rce/plugins/instructure_links/clickCallback.js +0 -22
- package/lib/rce/plugins/instructure_links/components/AccordionSection.js +0 -60
- package/lib/rce/plugins/instructure_links/components/CollectionPanel.js +0 -84
- package/lib/rce/plugins/instructure_links/components/Link.js +0 -213
- package/lib/rce/plugins/instructure_links/components/LinkOptionsDialog/LinkOptionsDialogController.js +0 -127
- package/lib/rce/plugins/instructure_links/components/LinkOptionsDialog/index.js +0 -141
- package/lib/rce/plugins/instructure_links/components/LinkOptionsTray/LinkOptionsTrayController.js +0 -125
- package/lib/rce/plugins/instructure_links/components/LinkOptionsTray/index.js +0 -245
- package/lib/rce/plugins/instructure_links/components/LinkSet.js +0 -195
- package/lib/rce/plugins/instructure_links/components/LinksPanel.js +0 -100
- package/lib/rce/plugins/instructure_links/components/NavigationPanel.js +0 -141
- package/lib/rce/plugins/instructure_links/components/NoResults.js +0 -87
- package/lib/rce/plugins/instructure_links/components/propTypes.js +0 -41
- package/lib/rce/plugins/instructure_links/plugin.js +0 -294
- package/lib/rce/plugins/instructure_links/validateURL.js +0 -70
- package/lib/rce/plugins/instructure_media_embed/clickCallback.js +0 -48
- package/lib/rce/plugins/instructure_media_embed/components/Embed.js +0 -68
- package/lib/rce/plugins/instructure_media_embed/plugin.js +0 -36
- package/lib/rce/plugins/instructure_paste/pasteMenuCommand.js +0 -117
- package/lib/rce/plugins/instructure_paste/plugin.js +0 -174
- package/lib/rce/plugins/instructure_rce_external_tools/ExternalToolsEnv.js +0 -169
- package/lib/rce/plugins/instructure_rce_external_tools/RceToolWrapper.js +0 -225
- package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +0 -294
- package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.js +0 -46
- package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogTray.js +0 -79
- package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.js +0 -153
- package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionItem.js +0 -94
- package/lib/rce/plugins/instructure_rce_external_tools/components/util/ExpandoText.js +0 -90
- package/lib/rce/plugins/instructure_rce_external_tools/components/util/ToolLaunchIframe.js +0 -35
- package/lib/rce/plugins/instructure_rce_external_tools/dialog-helper.js +0 -29
- package/lib/rce/plugins/instructure_rce_external_tools/helpers/tags.js +0 -55
- package/lib/rce/plugins/instructure_rce_external_tools/jquery/jquery.dropdownList.js +0 -172
- package/lib/rce/plugins/instructure_rce_external_tools/lti11-content-items/RceLti11ContentItem.js +0 -203
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/RceLti13ContentItem.js +0 -111
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/BaseLinkContentItem.js +0 -79
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/HtmlFragmentContentItem.js +0 -47
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ImageContentItem.js +0 -57
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/LinkContentItem.js +0 -26
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.js +0 -45
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/processEditorContentItems.js +0 -67
- package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/rceLti13ContentItemFromJson.js +0 -48
- package/lib/rce/plugins/instructure_rce_external_tools/plugin.js +0 -112
- package/lib/rce/plugins/instructure_rce_external_tools/util/addParentFrameContextToUrl.js +0 -27
- package/lib/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +0 -127
- package/lib/rce/plugins/instructure_record/AudioOptionsTray/index.js +0 -148
- package/lib/rce/plugins/instructure_record/MediaPanel/index.js +0 -129
- package/lib/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +0 -215
- package/lib/rce/plugins/instructure_record/VideoOptionsTray/index.js +0 -321
- package/lib/rce/plugins/instructure_record/clickCallback.js +0 -105
- package/lib/rce/plugins/instructure_record/mediaTranslations.js +0 -94
- package/lib/rce/plugins/instructure_record/plugin.js +0 -173
- package/lib/rce/plugins/instructure_studio_media_options/plugin.js +0 -42
- package/lib/rce/plugins/instructure_wordcount/clickCallback.js +0 -49
- package/lib/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -88
- package/lib/rce/plugins/instructure_wordcount/plugin.js +0 -30
- package/lib/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
- package/lib/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
- package/lib/rce/plugins/shared/CanvasContentTray.js +0 -580
- package/lib/rce/plugins/shared/CheckerboardStyling.js +0 -25
- package/lib/rce/plugins/shared/ColorInput.js +0 -233
- package/lib/rce/plugins/shared/ConditionalTooltip.js +0 -32
- package/lib/rce/plugins/shared/ContentSelection.js +0 -269
- package/lib/rce/plugins/shared/DimensionUtils.js +0 -66
- package/lib/rce/plugins/shared/DimensionsInput/DimensionInput.js +0 -62
- package/lib/rce/plugins/shared/DimensionsInput/index.js +0 -161
- package/lib/rce/plugins/shared/DimensionsInput/useDimensionsState.js +0 -220
- package/lib/rce/plugins/shared/ErrorBoundary.js +0 -54
- package/lib/rce/plugins/shared/EventUtils.js +0 -39
- package/lib/rce/plugins/shared/Filter.js +0 -353
- package/lib/rce/plugins/shared/FixedContentTray.js +0 -115
- package/lib/rce/plugins/shared/ImageCropper/DirectionRegion.js +0 -67
- package/lib/rce/plugins/shared/ImageCropper/Modal.js +0 -153
- package/lib/rce/plugins/shared/ImageCropper/Preview.js +0 -148
- package/lib/rce/plugins/shared/ImageCropper/constants.js +0 -39
- package/lib/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.js +0 -83
- package/lib/rce/plugins/shared/ImageCropper/controls/ResetControls.js +0 -38
- package/lib/rce/plugins/shared/ImageCropper/controls/RotationControls.js +0 -89
- package/lib/rce/plugins/shared/ImageCropper/controls/ShapeControls.js +0 -82
- package/lib/rce/plugins/shared/ImageCropper/controls/ZoomControls.js +0 -111
- package/lib/rce/plugins/shared/ImageCropper/controls/index.js +0 -61
- package/lib/rce/plugins/shared/ImageCropper/controls/useDebouncedNumericValue.js +0 -94
- package/lib/rce/plugins/shared/ImageCropper/controls/utils.js +0 -41
- package/lib/rce/plugins/shared/ImageCropper/imageCropUtils.js +0 -149
- package/lib/rce/plugins/shared/ImageCropper/index.js +0 -18
- package/lib/rce/plugins/shared/ImageCropper/propTypes.js +0 -26
- package/lib/rce/plugins/shared/ImageCropper/reducers/imageCropper.js +0 -72
- package/lib/rce/plugins/shared/ImageCropper/shape.js +0 -27
- package/lib/rce/plugins/shared/ImageCropper/svg/index.js +0 -89
- package/lib/rce/plugins/shared/ImageCropper/svg/shape.js +0 -125
- package/lib/rce/plugins/shared/ImageCropper/svg/utils.js +0 -26
- package/lib/rce/plugins/shared/ImageCropper/useKeyMouseEvents.js +0 -233
- package/lib/rce/plugins/shared/ImageCropper/useMouseWheel.js +0 -66
- package/lib/rce/plugins/shared/ImageOptionsForm.js +0 -140
- package/lib/rce/plugins/shared/LinkDisplay.js +0 -96
- package/lib/rce/plugins/shared/PreviewIcon.js +0 -112
- package/lib/rce/plugins/shared/Previewable.js +0 -22
- package/lib/rce/plugins/shared/RceFileBrowser.js +0 -106
- package/lib/rce/plugins/shared/StoreContext.js +0 -57
- package/lib/rce/plugins/shared/StudioLtiSupportUtils.js +0 -71
- package/lib/rce/plugins/shared/UnknownFileTypePanel.js +0 -29
- package/lib/rce/plugins/shared/Upload/CategoryProcessor.js +0 -27
- package/lib/rce/plugins/shared/Upload/ComputerPanel.js +0 -334
- package/lib/rce/plugins/shared/Upload/SvgCategoryProcessor.js +0 -35
- package/lib/rce/plugins/shared/Upload/UploadFile.js +0 -171
- package/lib/rce/plugins/shared/Upload/UploadFileModal.js +0 -273
- package/lib/rce/plugins/shared/Upload/UrlPanel.js +0 -38
- package/lib/rce/plugins/shared/Upload/UsageRightsSelectBox.js +0 -172
- package/lib/rce/plugins/shared/Upload/doFileUpload.js +0 -77
- package/lib/rce/plugins/shared/__mocks__/screenfull.js +0 -24
- package/lib/rce/plugins/shared/buildDownloadUrl.js +0 -31
- package/lib/rce/plugins/shared/compressionUtils.js +0 -98
- package/lib/rce/plugins/shared/dateUtils.js +0 -28
- package/lib/rce/plugins/shared/fileShape.js +0 -57
- package/lib/rce/plugins/shared/fileTypeUtils.js +0 -133
- package/lib/rce/plugins/shared/fileUtils.js +0 -25
- package/lib/rce/plugins/shared/linkUtils.js +0 -89
- package/lib/rce/plugins/shared/round.js +0 -25
- package/lib/rce/plugins/shared/trayUtils.js +0 -34
- package/lib/rce/plugins/shared/useDataUrl.js +0 -76
- package/lib/rce/plugins/tinymce-a11y-checker/components/ColorField.js +0 -86
- package/lib/rce/plugins/tinymce-a11y-checker/components/checker.js +0 -558
- package/lib/rce/plugins/tinymce-a11y-checker/components/color-picker.js +0 -59
- package/lib/rce/plugins/tinymce-a11y-checker/components/placeholder-svg.js +0 -90
- package/lib/rce/plugins/tinymce-a11y-checker/components/pointer.js +0 -32
- package/lib/rce/plugins/tinymce-a11y-checker/node-checker.js +0 -54
- package/lib/rce/plugins/tinymce-a11y-checker/plugin.js +0 -90
- package/lib/rce/plugins/tinymce-a11y-checker/rules/__mocks__/index.js +0 -53
- package/lib/rce/plugins/tinymce-a11y-checker/rules/adjacent-links.js +0 -129
- package/lib/rce/plugins/tinymce-a11y-checker/rules/headings-sequence.js +0 -200
- package/lib/rce/plugins/tinymce-a11y-checker/rules/headings-start-at-h2.js +0 -67
- package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt-filename.js +0 -63
- package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt-length.js +0 -49
- package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt.js +0 -61
- package/lib/rce/plugins/tinymce-a11y-checker/rules/index.js +0 -31
- package/lib/rce/plugins/tinymce-a11y-checker/rules/large-text-contrast.js +0 -51
- package/lib/rce/plugins/tinymce-a11y-checker/rules/list-structure.js +0 -144
- package/lib/rce/plugins/tinymce-a11y-checker/rules/paragraphs-for-headings.js +0 -61
- package/lib/rce/plugins/tinymce-a11y-checker/rules/small-text-contrast.js +0 -75
- package/lib/rce/plugins/tinymce-a11y-checker/rules/table-caption.js +0 -54
- package/lib/rce/plugins/tinymce-a11y-checker/rules/table-header-scope.js +0 -52
- package/lib/rce/plugins/tinymce-a11y-checker/rules/table-header.js +0 -81
- package/lib/rce/plugins/tinymce-a11y-checker/utils/colors.js +0 -43
- package/lib/rce/plugins/tinymce-a11y-checker/utils/describe.js +0 -66
- package/lib/rce/plugins/tinymce-a11y-checker/utils/dom.js +0 -160
- package/lib/rce/plugins/tinymce-a11y-checker/utils/indicate.js +0 -83
- package/lib/rce/plugins/tinymce-a11y-checker/utils/rgb-hex.js +0 -57
- package/lib/rce/plugins/tinymce-a11y-checker/utils/strings.js +0 -40
- package/lib/rce/root.js +0 -58
- package/lib/rce/sanitizePlugins.js +0 -32
- package/lib/rce/style.js +0 -843
- package/lib/rce/tinyRCE.js +0 -66
- package/lib/rce/transformContent.js +0 -73
- package/lib/rce/userOS.js +0 -31
- package/lib/rce/wrapInitCb.js +0 -78
- package/lib/rcs/api.js +0 -670
- package/lib/rcs/buildError.js +0 -98
- package/lib/rcs/fake.js +0 -621
- package/lib/sidebar/actions/all_files.js +0 -29
- package/lib/sidebar/actions/data.js +0 -105
- package/lib/sidebar/actions/documents.js +0 -107
- package/lib/sidebar/actions/files.js +0 -167
- package/lib/sidebar/actions/filter.js +0 -63
- package/lib/sidebar/actions/flickr.js +0 -60
- package/lib/sidebar/actions/images.js +0 -153
- package/lib/sidebar/actions/links.js +0 -23
- package/lib/sidebar/actions/media.js +0 -142
- package/lib/sidebar/actions/session.js +0 -34
- package/lib/sidebar/actions/ui.js +0 -49
- package/lib/sidebar/actions/upload.js +0 -550
- package/lib/sidebar/containers/Sidebar.js +0 -67
- package/lib/sidebar/containers/sidebarHandlers.js +0 -73
- package/lib/sidebar/dragHtml.js +0 -49
- package/lib/sidebar/reducers/all_files.js +0 -35
- package/lib/sidebar/reducers/collection.js +0 -72
- package/lib/sidebar/reducers/collections.js +0 -52
- package/lib/sidebar/reducers/documents.js +0 -89
- package/lib/sidebar/reducers/files.js +0 -38
- package/lib/sidebar/reducers/filter.js +0 -61
- package/lib/sidebar/reducers/flickr.js +0 -51
- package/lib/sidebar/reducers/folder.js +0 -92
- package/lib/sidebar/reducers/folders.js +0 -39
- package/lib/sidebar/reducers/images.js +0 -115
- package/lib/sidebar/reducers/index.js +0 -57
- package/lib/sidebar/reducers/media.js +0 -84
- package/lib/sidebar/reducers/newPageLinkExpanded.js +0 -30
- package/lib/sidebar/reducers/noop.js +0 -21
- package/lib/sidebar/reducers/rootFolderId.js +0 -30
- package/lib/sidebar/reducers/session.js +0 -33
- package/lib/sidebar/reducers/ui.js +0 -87
- package/lib/sidebar/reducers/upload.js +0 -206
- package/lib/sidebar/store/configureStore.js +0 -26
- package/lib/sidebar/store/initialState.js +0 -173
- package/lib/translations/locales/ar.js +0 -2427
- package/lib/translations/locales/ca.js +0 -2427
- package/lib/translations/locales/cy.js +0 -2427
- package/lib/translations/locales/da-x-k12.js +0 -2427
- package/lib/translations/locales/da.js +0 -2427
- package/lib/translations/locales/de.js +0 -2427
- package/lib/translations/locales/el.js +0 -459
- package/lib/translations/locales/en-AU-x-unimelb.js +0 -2427
- package/lib/translations/locales/en-GB-x-ukhe.js +0 -2427
- package/lib/translations/locales/en.js +0 -2427
- package/lib/translations/locales/en_AU.js +0 -2427
- package/lib/translations/locales/en_CA.js +0 -2426
- package/lib/translations/locales/en_CY.js +0 -2426
- package/lib/translations/locales/en_GB.js +0 -2427
- package/lib/translations/locales/es.js +0 -2427
- package/lib/translations/locales/es_ES.js +0 -2427
- package/lib/translations/locales/fa_IR.js +0 -615
- package/lib/translations/locales/fi.js +0 -2427
- package/lib/translations/locales/fr.js +0 -2427
- package/lib/translations/locales/fr_CA.js +0 -2427
- package/lib/translations/locales/he.js +0 -486
- package/lib/translations/locales/ht.js +0 -2426
- package/lib/translations/locales/hu.js +0 -2007
- package/lib/translations/locales/hy.js +0 -444
- package/lib/translations/locales/is.js +0 -2426
- package/lib/translations/locales/it.js +0 -2427
- package/lib/translations/locales/ja.js +0 -2427
- package/lib/translations/locales/ko.js +0 -342
- package/lib/translations/locales/mi.js +0 -2426
- package/lib/translations/locales/nb-x-k12.js +0 -2427
- package/lib/translations/locales/nb.js +0 -2427
- package/lib/translations/locales/nl.js +0 -2427
- package/lib/translations/locales/nn.js +0 -2247
- package/lib/translations/locales/pl.js +0 -2427
- package/lib/translations/locales/pt.js +0 -2427
- package/lib/translations/locales/pt_BR.js +0 -2427
- package/lib/translations/locales/ru.js +0 -84
- package/lib/translations/locales/sl.js +0 -2427
- package/lib/translations/locales/sv-x-k12.js +0 -2427
- package/lib/translations/locales/sv.js +0 -78
- package/lib/translations/locales/tr.js +0 -684
- package/lib/translations/locales/uk_UA.js +0 -519
- package/lib/translations/locales/vi.js +0 -39
- package/lib/translations/locales/zh-Hans.js +0 -2427
- package/lib/translations/locales/zh-Hant.js +0 -2427
- package/lib/translations/locales/zh.js +0 -2427
- package/lib/translations/locales/zh_HK.js +0 -2427
- package/lib/translations/tinymce/ar_SA.js +0 -211
- package/lib/translations/tinymce/bg_BG.js +0 -419
- package/lib/translations/tinymce/ca.js +0 -419
- package/lib/translations/tinymce/cs.js +0 -419
- package/lib/translations/tinymce/cy.js +0 -418
- package/lib/translations/tinymce/da.js +0 -419
- package/lib/translations/tinymce/de.js +0 -419
- package/lib/translations/tinymce/el.js +0 -261
- package/lib/translations/tinymce/en_GB.js +0 -230
- package/lib/translations/tinymce/es.js +0 -419
- package/lib/translations/tinymce/fa_IR.js +0 -390
- package/lib/translations/tinymce/fi.js +0 -19
- package/lib/translations/tinymce/fr_FR.js +0 -419
- package/lib/translations/tinymce/he_IL.js +0 -420
- package/lib/translations/tinymce/hu_HU.js +0 -419
- package/lib/translations/tinymce/hy.js +0 -419
- package/lib/translations/tinymce/it.js +0 -419
- package/lib/translations/tinymce/ja.js +0 -419
- package/lib/translations/tinymce/ko_KR.js +0 -419
- package/lib/translations/tinymce/nb_NO.js +0 -419
- package/lib/translations/tinymce/nl.js +0 -419
- package/lib/translations/tinymce/pl.js +0 -419
- package/lib/translations/tinymce/pt_BR.js +0 -419
- package/lib/translations/tinymce/pt_PT.js +0 -419
- package/lib/translations/tinymce/ro.js +0 -418
- package/lib/translations/tinymce/ru.js +0 -436
- package/lib/translations/tinymce/ru_RU.js +0 -71
- package/lib/translations/tinymce/sl.js +0 -462
- package/lib/translations/tinymce/sr.js +0 -278
- package/lib/translations/tinymce/sv_SE.js +0 -419
- package/lib/translations/tinymce/th.js +0 -479
- package/lib/translations/tinymce/tr_TR.js +0 -389
- package/lib/translations/tinymce/uk_UA.js +0 -278
- package/lib/translations/tinymce/vi_VN.js +0 -277
- package/lib/translations/tinymce/zh_CN.js +0 -419
- package/lib/translations/tinymce/zh_TW.js +0 -419
- package/lib/types/inst-ui.d.js +0 -18
- package/lib/types/ts-migration.js +0 -1
- package/lib/util/DeepPartialNullable.js +0 -1
- package/lib/util/ExtractRequired.js +0 -1
- package/lib/util/TypedDict.js +0 -131
- package/lib/util/assertNever.js +0 -44
- package/lib/util/elem-util.js +0 -26
- package/lib/util/encrypted-storage.js +0 -84
- package/lib/util/file-url-util.js +0 -44
- package/lib/util/fullscreenHelpers.js +0 -27
- package/lib/util/instui-icon-helper.js +0 -31
- package/lib/util/loadingPlaceholder.js +0 -436
- package/lib/util/simpleCache.js +0 -41
- package/lib/util/string-util.js +0 -48
- package/lib/util/textarea-editing-util.js +0 -87
- package/lib/util/tinymce-plugin-util.js +0 -52
- package/lib/util/url-util.js +0 -138
|
@@ -1,2427 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (C) 2021 - present Instructure, Inc.
|
|
3
|
-
*
|
|
4
|
-
* This file is part of Canvas.
|
|
5
|
-
*
|
|
6
|
-
* Canvas is free software: you can redistribute it and/or modify it under
|
|
7
|
-
* the terms of the GNU Affero General Public License as published by the Free
|
|
8
|
-
* Software Foundation, version 3 of the License.
|
|
9
|
-
*
|
|
10
|
-
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
11
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
12
|
-
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
13
|
-
* details.
|
|
14
|
-
*
|
|
15
|
-
* You should have received a copy of the GNU Affero General Public License along
|
|
16
|
-
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
-
*/
|
|
18
|
-
import formatMessage from '../../format-message';
|
|
19
|
-
import '../tinymce/zh_CN';
|
|
20
|
-
const locale = {
|
|
21
|
-
"access_the_pretty_html_editor_37168efe": {
|
|
22
|
-
"message": "访问精美 HTML 编辑器"
|
|
23
|
-
},
|
|
24
|
-
"accessibility_checker_b3af1f6c": {
|
|
25
|
-
"message": "辅助功能检查器"
|
|
26
|
-
},
|
|
27
|
-
"action_to_take_b626a99a": {
|
|
28
|
-
"message": "要执行的操作:"
|
|
29
|
-
},
|
|
30
|
-
"add_8523c19b": {
|
|
31
|
-
"message": "添加"
|
|
32
|
-
},
|
|
33
|
-
"add_a_caption_2a915239": {
|
|
34
|
-
"message": "添加说明"
|
|
35
|
-
},
|
|
36
|
-
"add_alt_text_for_the_image_48cd88aa": {
|
|
37
|
-
"message": "为图像添加替换文本"
|
|
38
|
-
},
|
|
39
|
-
"add_another_f4e50d57": {
|
|
40
|
-
"message": "新增"
|
|
41
|
-
},
|
|
42
|
-
"add_cc_subtitles_55f0394e": {
|
|
43
|
-
"message": "添加抄送/副标题"
|
|
44
|
-
},
|
|
45
|
-
"add_image_60b2de07": {
|
|
46
|
-
"message": "添加图像"
|
|
47
|
-
},
|
|
48
|
-
"add_one_9e34a6f8": {
|
|
49
|
-
"message": "添加一个!"
|
|
50
|
-
},
|
|
51
|
-
"additional_considerations_f3801683": {
|
|
52
|
-
"message": "其他考虑事项"
|
|
53
|
-
},
|
|
54
|
-
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
55
|
-
"message": "具有相同 URL 的相邻链接应该为一个单链接。"
|
|
56
|
-
},
|
|
57
|
-
"aleph_f4ffd155": {
|
|
58
|
-
"message": "Aleph"
|
|
59
|
-
},
|
|
60
|
-
"align_11050992": {
|
|
61
|
-
"message": "协调"
|
|
62
|
-
},
|
|
63
|
-
"alignment_and_lists_5cebcb69": {
|
|
64
|
-
"message": "对齐和列表"
|
|
65
|
-
},
|
|
66
|
-
"all_4321c3a1": {
|
|
67
|
-
"message": "全部"
|
|
68
|
-
},
|
|
69
|
-
"all_apps_a50dea49": {
|
|
70
|
-
"message": "所有应用"
|
|
71
|
-
},
|
|
72
|
-
"alpha_15d59033": {
|
|
73
|
-
"message": "Alpha"
|
|
74
|
-
},
|
|
75
|
-
"alphabetical_55b5b4e0": {
|
|
76
|
-
"message": "按字母顺序"
|
|
77
|
-
},
|
|
78
|
-
"alt_attribute_text_should_not_contain_more_than_12_e21d4040": {
|
|
79
|
-
"message": "替换属性文本不得超过 120 个字符。"
|
|
80
|
-
},
|
|
81
|
-
"alt_text_611fb322": {
|
|
82
|
-
"message": "Alt 文本"
|
|
83
|
-
},
|
|
84
|
-
"amalg_coproduct_c589fb12": {
|
|
85
|
-
"message": "Amalg(余积)"
|
|
86
|
-
},
|
|
87
|
-
"an_error_occured_reading_the_file_ff48558b": {
|
|
88
|
-
"message": "读取文件时发生错误"
|
|
89
|
-
},
|
|
90
|
-
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
91
|
-
"message": "发出网络请求时出错"
|
|
92
|
-
},
|
|
93
|
-
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
94
|
-
"message": "上传媒体时出错。"
|
|
95
|
-
},
|
|
96
|
-
"and_7fcc2911": {
|
|
97
|
-
"message": "和"
|
|
98
|
-
},
|
|
99
|
-
"angle_c5b4ec50": {
|
|
100
|
-
"message": "角度"
|
|
101
|
-
},
|
|
102
|
-
"announcement_fb4cb645": {
|
|
103
|
-
"message": "公告"
|
|
104
|
-
},
|
|
105
|
-
"announcement_list_da155734": {
|
|
106
|
-
"message": "公告列表"
|
|
107
|
-
},
|
|
108
|
-
"announcements_a4b8ed4a": {
|
|
109
|
-
"message": "公告"
|
|
110
|
-
},
|
|
111
|
-
"apply_781a2546": {
|
|
112
|
-
"message": "申请"
|
|
113
|
-
},
|
|
114
|
-
"apply_changes_to_all_instances_of_this_icon_maker__2642f466": {
|
|
115
|
-
"message": "将更改应用于课程中的该图标编辑器图标的所有实例"
|
|
116
|
-
},
|
|
117
|
-
"approaches_the_limit_893aeec9": {
|
|
118
|
-
"message": "接近限值"
|
|
119
|
-
},
|
|
120
|
-
"approximately_e7965800": {
|
|
121
|
-
"message": "大约"
|
|
122
|
-
},
|
|
123
|
-
"apps_54d24a47": {
|
|
124
|
-
"message": "应用程序"
|
|
125
|
-
},
|
|
126
|
-
"are_you_sure_you_want_to_cancel_changes_you_made_m_c5210496": {
|
|
127
|
-
"message": "确定要取消吗?您做出的变更可能无法保存。"
|
|
128
|
-
},
|
|
129
|
-
"arrows_464a3e54": {
|
|
130
|
-
"message": "箭头"
|
|
131
|
-
},
|
|
132
|
-
"art_icon_8e1daad": {
|
|
133
|
-
"message": "艺术图标"
|
|
134
|
-
},
|
|
135
|
-
"aspect_ratio_will_be_preserved_cb5fdfb8": {
|
|
136
|
-
"message": "保留长宽比"
|
|
137
|
-
},
|
|
138
|
-
"assignment_976578a8": {
|
|
139
|
-
"message": "作业"
|
|
140
|
-
},
|
|
141
|
-
"assignments_1e02582c": {
|
|
142
|
-
"message": "作业"
|
|
143
|
-
},
|
|
144
|
-
"asterisk_82255584": {
|
|
145
|
-
"message": "星号"
|
|
146
|
-
},
|
|
147
|
-
"attributes_963ba262": {
|
|
148
|
-
"message": "属性"
|
|
149
|
-
},
|
|
150
|
-
"audio_and_video_recording_not_supported_please_use_5ce3f0d7": {
|
|
151
|
-
"message": "不支持音频和视频录制;请使用其他浏览器。"
|
|
152
|
-
},
|
|
153
|
-
"audio_options_feb58e2c": {
|
|
154
|
-
"message": "音频选项"
|
|
155
|
-
},
|
|
156
|
-
"audio_options_tray_33a90711": {
|
|
157
|
-
"message": "音频选项托盘"
|
|
158
|
-
},
|
|
159
|
-
"audio_player_for_title_20cc70d": {
|
|
160
|
-
"message": "{ title }的音频播放器"
|
|
161
|
-
},
|
|
162
|
-
"auto_saved_content_exists_would_you_like_to_load_t_fee528f2": {
|
|
163
|
-
"message": "存在自动保存的内容。是否要改为加载自动保存的内容?"
|
|
164
|
-
},
|
|
165
|
-
"available_folders_694d0436": {
|
|
166
|
-
"message": "可用文件夹"
|
|
167
|
-
},
|
|
168
|
-
"backslash_b2d5442d": {
|
|
169
|
-
"message": "反斜线"
|
|
170
|
-
},
|
|
171
|
-
"bar_ec63ed6": {
|
|
172
|
-
"message": "横线"
|
|
173
|
-
},
|
|
174
|
-
"basic_554cdc0a": {
|
|
175
|
-
"message": "基本"
|
|
176
|
-
},
|
|
177
|
-
"because_501841b": {
|
|
178
|
-
"message": "因为"
|
|
179
|
-
},
|
|
180
|
-
"below_81d4dceb": {
|
|
181
|
-
"message": "下方"
|
|
182
|
-
},
|
|
183
|
-
"beta_cb5f307e": {
|
|
184
|
-
"message": "Beta"
|
|
185
|
-
},
|
|
186
|
-
"big_circle_16b2e604": {
|
|
187
|
-
"message": "大圆圈"
|
|
188
|
-
},
|
|
189
|
-
"binomial_coefficient_ea5b9bb7": {
|
|
190
|
-
"message": "二项式系数"
|
|
191
|
-
},
|
|
192
|
-
"black_4cb01371": {
|
|
193
|
-
"message": "黑色"
|
|
194
|
-
},
|
|
195
|
-
"blue_daf8fea9": {
|
|
196
|
-
"message": "蓝色"
|
|
197
|
-
},
|
|
198
|
-
"bottom_15a2a9be": {
|
|
199
|
-
"message": "底部"
|
|
200
|
-
},
|
|
201
|
-
"bottom_third_5f5fec1d": {
|
|
202
|
-
"message": "倒数第三"
|
|
203
|
-
},
|
|
204
|
-
"bowtie_5f9629e4": {
|
|
205
|
-
"message": "领结"
|
|
206
|
-
},
|
|
207
|
-
"brick_f2656265": {
|
|
208
|
-
"message": "砖块"
|
|
209
|
-
},
|
|
210
|
-
"c_2001_acme_inc_283f7f80": {
|
|
211
|
-
"message": "(c) 2001 Acme Inc."
|
|
212
|
-
},
|
|
213
|
-
"cancel_caeb1e68": {
|
|
214
|
-
"message": "取消"
|
|
215
|
-
},
|
|
216
|
-
"cap_product_3a5265a6": {
|
|
217
|
-
"message": "卡积"
|
|
218
|
-
},
|
|
219
|
-
"center_align_e68d9997": {
|
|
220
|
-
"message": "居中对齐"
|
|
221
|
-
},
|
|
222
|
-
"centered_dot_64d5e378": {
|
|
223
|
-
"message": "居中点"
|
|
224
|
-
},
|
|
225
|
-
"centered_horizontal_dots_451c5815": {
|
|
226
|
-
"message": "居中横点"
|
|
227
|
-
},
|
|
228
|
-
"change_alt_text_92654906": {
|
|
229
|
-
"message": "更改替换文本"
|
|
230
|
-
},
|
|
231
|
-
"change_heading_tag_to_paragraph_a61e3113": {
|
|
232
|
-
"message": "更改段落的标题标签"
|
|
233
|
-
},
|
|
234
|
-
"change_only_this_heading_s_level_903cc956": {
|
|
235
|
-
"message": "仅更改此标题级别"
|
|
236
|
-
},
|
|
237
|
-
"change_text_color_1aecb912": {
|
|
238
|
-
"message": "更改文本颜色"
|
|
239
|
-
},
|
|
240
|
-
"changes_you_made_may_not_be_saved_4e8db973": {
|
|
241
|
-
"message": "您做出的变更可能无法保存。"
|
|
242
|
-
},
|
|
243
|
-
"characters_9d897d1c": {
|
|
244
|
-
"message": "字符"
|
|
245
|
-
},
|
|
246
|
-
"characters_no_spaces_485e5367": {
|
|
247
|
-
"message": "字符(无空格)"
|
|
248
|
-
},
|
|
249
|
-
"check_accessibility_3c78211c": {
|
|
250
|
-
"message": "检查辅助功能"
|
|
251
|
-
},
|
|
252
|
-
"checking_for_accessibility_issues_fac18c6d": {
|
|
253
|
-
"message": "正在检查辅助功能问题"
|
|
254
|
-
},
|
|
255
|
-
"chi_54a32644": {
|
|
256
|
-
"message": "Chi"
|
|
257
|
-
},
|
|
258
|
-
"choose_caption_file_9c45bc4e": {
|
|
259
|
-
"message": "选择标题文件"
|
|
260
|
-
},
|
|
261
|
-
"choose_usage_rights_33683854": {
|
|
262
|
-
"message": "选择使用权限..."
|
|
263
|
-
},
|
|
264
|
-
"circle_484abe63": {
|
|
265
|
-
"message": "圆圈"
|
|
266
|
-
},
|
|
267
|
-
"circle_unordered_list_9e3a0763": {
|
|
268
|
-
"message": "圆形无序列表"
|
|
269
|
-
},
|
|
270
|
-
"clear_2084585f": {
|
|
271
|
-
"message": "清除"
|
|
272
|
-
},
|
|
273
|
-
"clear_image_3213fe62": {
|
|
274
|
-
"message": "清除图片"
|
|
275
|
-
},
|
|
276
|
-
"clear_selected_file_82388e50": {
|
|
277
|
-
"message": "清除所选文件"
|
|
278
|
-
},
|
|
279
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
280
|
-
"message": "清除所选文件:{ filename }"
|
|
281
|
-
},
|
|
282
|
-
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
283
|
-
"message": "单击或按住 shift 并单击 html 编辑器。"
|
|
284
|
-
},
|
|
285
|
-
"click_to_embed_imagename_c41ea8df": {
|
|
286
|
-
"message": "单击以嵌入{ imageName }"
|
|
287
|
-
},
|
|
288
|
-
"click_to_hide_preview_3c707763": {
|
|
289
|
-
"message": "单击以隐藏预览"
|
|
290
|
-
},
|
|
291
|
-
"click_to_insert_a_link_into_the_editor_c19613aa": {
|
|
292
|
-
"message": "单击以插入指向编辑器的链接。"
|
|
293
|
-
},
|
|
294
|
-
"click_to_show_preview_faa27051": {
|
|
295
|
-
"message": "单击以显示预览"
|
|
296
|
-
},
|
|
297
|
-
"close_a_menu_or_dialog_also_returns_you_to_the_edi_739079e6": {
|
|
298
|
-
"message": "关闭菜单或对话框。并带您返回至编辑器区域"
|
|
299
|
-
},
|
|
300
|
-
"close_accessibility_checker_29d1c51e": {
|
|
301
|
-
"message": "关闭辅助功能检查器"
|
|
302
|
-
},
|
|
303
|
-
"close_d634289d": {
|
|
304
|
-
"message": "关闭"
|
|
305
|
-
},
|
|
306
|
-
"closed_caption_file_must_be_less_than_maxkb_kb_5880f752": {
|
|
307
|
-
"message": "关闭字幕的文件必须小于 { maxKb } kb"
|
|
308
|
-
},
|
|
309
|
-
"closed_captions_subtitles_e6aaa016": {
|
|
310
|
-
"message": "关闭了字幕/说明"
|
|
311
|
-
},
|
|
312
|
-
"clubs_suit_c1ffedff": {
|
|
313
|
-
"message": "梅花(花色)"
|
|
314
|
-
},
|
|
315
|
-
"collaborations_5c56c15f": {
|
|
316
|
-
"message": "协作"
|
|
317
|
-
},
|
|
318
|
-
"collapse_to_hide_types_1ab46d2e": {
|
|
319
|
-
"message": "折叠以隐藏 { types }"
|
|
320
|
-
},
|
|
321
|
-
"color_picker_6b359edf": {
|
|
322
|
-
"message": "颜色选取器"
|
|
323
|
-
},
|
|
324
|
-
"color_picker_colorname_selected_ad4cf400": {
|
|
325
|
-
"message": "颜色选取器(已选择 { colorName })"
|
|
326
|
-
},
|
|
327
|
-
"column_e1ae5c64": {
|
|
328
|
-
"message": "列"
|
|
329
|
-
},
|
|
330
|
-
"column_group_1c062368": {
|
|
331
|
-
"message": "列组"
|
|
332
|
-
},
|
|
333
|
-
"complex_numbers_a543d004": {
|
|
334
|
-
"message": "复数"
|
|
335
|
-
},
|
|
336
|
-
"computer_1d7dfa6f": {
|
|
337
|
-
"message": "计算机"
|
|
338
|
-
},
|
|
339
|
-
"congruent_5a244acd": {
|
|
340
|
-
"message": "全等"
|
|
341
|
-
},
|
|
342
|
-
"contains_311f37b7": {
|
|
343
|
-
"message": "包含"
|
|
344
|
-
},
|
|
345
|
-
"content_1440204b": {
|
|
346
|
-
"message": "内容"
|
|
347
|
-
},
|
|
348
|
-
"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb": {
|
|
349
|
-
"message": "内容仍在上传中,如果您继续,该内容将不会正确嵌入。"
|
|
350
|
-
},
|
|
351
|
-
"content_subtype_5ce35e88": {
|
|
352
|
-
"message": "内容子类型"
|
|
353
|
-
},
|
|
354
|
-
"content_type_2cf90d95": {
|
|
355
|
-
"message": "内容类型"
|
|
356
|
-
},
|
|
357
|
-
"coproduct_e7838082": {
|
|
358
|
-
"message": "余积"
|
|
359
|
-
},
|
|
360
|
-
"copyright_holder_66ee111": {
|
|
361
|
-
"message": "版权持有者:"
|
|
362
|
-
},
|
|
363
|
-
"could_not_insert_content_itemtype_items_are_not_cu_638dfecd": {
|
|
364
|
-
"message": "无法插入内容:Canvas 目前不支持“{ itemType }”项目。"
|
|
365
|
-
},
|
|
366
|
-
"count_40eced3b": {
|
|
367
|
-
"message": "计数"
|
|
368
|
-
},
|
|
369
|
-
"count_plural_0_0_words_one_1_word_other_words_acf32eca": {
|
|
370
|
-
"message": "{ count, plural,\n =0 {0 个字}\n one {1 个字}\n other {# 个字}\n}"
|
|
371
|
-
},
|
|
372
|
-
"count_plural_one_item_loaded_other_items_loaded_857023b7": {
|
|
373
|
-
"message": "{ count, plural,\n one {已上传 # 项}\n other {已上传 # 项}\n}"
|
|
374
|
-
},
|
|
375
|
-
"course_documents_104d76e0": {
|
|
376
|
-
"message": "课程文件"
|
|
377
|
-
},
|
|
378
|
-
"course_files_62deb8f8": {
|
|
379
|
-
"message": "课程文件"
|
|
380
|
-
},
|
|
381
|
-
"course_files_a31f97fc": {
|
|
382
|
-
"message": "课程文件"
|
|
383
|
-
},
|
|
384
|
-
"course_images_f8511d04": {
|
|
385
|
-
"message": "课程图像"
|
|
386
|
-
},
|
|
387
|
-
"course_link_b369426": {
|
|
388
|
-
"message": "课程链接"
|
|
389
|
-
},
|
|
390
|
-
"course_links_b56959b9": {
|
|
391
|
-
"message": "课程链接"
|
|
392
|
-
},
|
|
393
|
-
"course_media_ec759ad": {
|
|
394
|
-
"message": "课程媒体"
|
|
395
|
-
},
|
|
396
|
-
"course_navigation_dd035109": {
|
|
397
|
-
"message": "课程导航"
|
|
398
|
-
},
|
|
399
|
-
"create_icon_110d6463": {
|
|
400
|
-
"message": "创建图标"
|
|
401
|
-
},
|
|
402
|
-
"create_icon_maker_icon_c716bffe": {
|
|
403
|
-
"message": "创建图标编辑器图标"
|
|
404
|
-
},
|
|
405
|
-
"creative_commons_license_725584ae": {
|
|
406
|
-
"message": "Creative Commons 许可证:"
|
|
407
|
-
},
|
|
408
|
-
"crop_image_41bf940c": {
|
|
409
|
-
"message": "裁剪图片"
|
|
410
|
-
},
|
|
411
|
-
"crop_image_807ebb08": {
|
|
412
|
-
"message": "裁剪图像"
|
|
413
|
-
},
|
|
414
|
-
"cup_product_14174434": {
|
|
415
|
-
"message": "上积"
|
|
416
|
-
},
|
|
417
|
-
"current_image_f16c249c": {
|
|
418
|
-
"message": "当前图像"
|
|
419
|
-
},
|
|
420
|
-
"current_link_945a47ee": {
|
|
421
|
-
"message": "当前链接"
|
|
422
|
-
},
|
|
423
|
-
"current_volume_level_c55ab825": {
|
|
424
|
-
"message": "当前音量"
|
|
425
|
-
},
|
|
426
|
-
"custom_6979cd81": {
|
|
427
|
-
"message": "自定义"
|
|
428
|
-
},
|
|
429
|
-
"custom_width_and_height_pixels_946eea7c": {
|
|
430
|
-
"message": "自定义宽度和高度(像素)"
|
|
431
|
-
},
|
|
432
|
-
"cyan_c1d5f68a": {
|
|
433
|
-
"message": "青色"
|
|
434
|
-
},
|
|
435
|
-
"dagger_57e0f4e5": {
|
|
436
|
-
"message": "剑号"
|
|
437
|
-
},
|
|
438
|
-
"date_added_ed5ad465": {
|
|
439
|
-
"message": "按添加日期排序"
|
|
440
|
-
},
|
|
441
|
-
"decorative_icon_9a7f3fc3": {
|
|
442
|
-
"message": "装饰性图标"
|
|
443
|
-
},
|
|
444
|
-
"decorative_image_fde98579": {
|
|
445
|
-
"message": "装饰图片"
|
|
446
|
-
},
|
|
447
|
-
"decorative_type_upper_f2c95e3": {
|
|
448
|
-
"message": "装饰{ TYPE_UPPER }"
|
|
449
|
-
},
|
|
450
|
-
"decrease_indent_d9cf469d": {
|
|
451
|
-
"message": "减少缩进"
|
|
452
|
-
},
|
|
453
|
-
"deep_purple_bb3e2907": {
|
|
454
|
-
"message": "深紫色"
|
|
455
|
-
},
|
|
456
|
-
"default_bulleted_unordered_list_47079da8": {
|
|
457
|
-
"message": "默认项目符号无序列表"
|
|
458
|
-
},
|
|
459
|
-
"default_numerical_ordered_list_48dd3548": {
|
|
460
|
-
"message": "默认数字有序列表"
|
|
461
|
-
},
|
|
462
|
-
"definite_integral_fe7ffed1": {
|
|
463
|
-
"message": "定积分"
|
|
464
|
-
},
|
|
465
|
-
"degree_symbol_4a823d5f": {
|
|
466
|
-
"message": "度数符号"
|
|
467
|
-
},
|
|
468
|
-
"delimiters_4db4840d": {
|
|
469
|
-
"message": "分隔符"
|
|
470
|
-
},
|
|
471
|
-
"delta_53765780": {
|
|
472
|
-
"message": "Delta"
|
|
473
|
-
},
|
|
474
|
-
"describe_the_icon_f6a18823": {
|
|
475
|
-
"message": "(描述图标)"
|
|
476
|
-
},
|
|
477
|
-
"describe_the_type_ff448da5": {
|
|
478
|
-
"message": "(描述{ TYPE })"
|
|
479
|
-
},
|
|
480
|
-
"describe_the_video_2fe8f46a": {
|
|
481
|
-
"message": "(视频说明)"
|
|
482
|
-
},
|
|
483
|
-
"description_436c48d7": {
|
|
484
|
-
"message": "说明"
|
|
485
|
-
},
|
|
486
|
-
"details_98a31b68": {
|
|
487
|
-
"message": "详情"
|
|
488
|
-
},
|
|
489
|
-
"diagonal_dots_7d71b57e": {
|
|
490
|
-
"message": "斜点"
|
|
491
|
-
},
|
|
492
|
-
"diamond_b8dfe7ae": {
|
|
493
|
-
"message": "菱形"
|
|
494
|
-
},
|
|
495
|
-
"diamonds_suit_526abaaf": {
|
|
496
|
-
"message": "方块(花色)"
|
|
497
|
-
},
|
|
498
|
-
"digamma_258ade94": {
|
|
499
|
-
"message": "Digamma"
|
|
500
|
-
},
|
|
501
|
-
"dimension_type_f5fa9170": {
|
|
502
|
-
"message": "维度类型"
|
|
503
|
-
},
|
|
504
|
-
"dimensions_45ddb7b7": {
|
|
505
|
-
"message": "尺寸"
|
|
506
|
-
},
|
|
507
|
-
"directionality_26ae9e08": {
|
|
508
|
-
"message": "方向"
|
|
509
|
-
},
|
|
510
|
-
"directly_edit_latex_b7e9235b": {
|
|
511
|
-
"message": "直接编辑 LaTeX"
|
|
512
|
-
},
|
|
513
|
-
"disable_preview_222bdf72": {
|
|
514
|
-
"message": "禁用预览"
|
|
515
|
-
},
|
|
516
|
-
"discussion_6719c51d": {
|
|
517
|
-
"message": "讨论"
|
|
518
|
-
},
|
|
519
|
-
"discussions_a5f96392": {
|
|
520
|
-
"message": "讨论"
|
|
521
|
-
},
|
|
522
|
-
"discussions_index_6c36ced": {
|
|
523
|
-
"message": "讨论索引"
|
|
524
|
-
},
|
|
525
|
-
"disjoint_union_e74351a8": {
|
|
526
|
-
"message": "不交并"
|
|
527
|
-
},
|
|
528
|
-
"display_options_315aba85": {
|
|
529
|
-
"message": "显示选项"
|
|
530
|
-
},
|
|
531
|
-
"display_text_link_opens_in_a_new_tab_75e9afc9": {
|
|
532
|
-
"message": "显示文本链接(在新标签页中打开)"
|
|
533
|
-
},
|
|
534
|
-
"division_sign_72190870": {
|
|
535
|
-
"message": "除号"
|
|
536
|
-
},
|
|
537
|
-
"document_678cd7bf": {
|
|
538
|
-
"message": "文档"
|
|
539
|
-
},
|
|
540
|
-
"documents_81393201": {
|
|
541
|
-
"message": "文档"
|
|
542
|
-
},
|
|
543
|
-
"done_54e3d4b6": {
|
|
544
|
-
"message": "完成"
|
|
545
|
-
},
|
|
546
|
-
"double_dagger_faf78681": {
|
|
547
|
-
"message": "双剑号"
|
|
548
|
-
},
|
|
549
|
-
"down_5831a426": {
|
|
550
|
-
"message": "下"
|
|
551
|
-
},
|
|
552
|
-
"down_and_left_diagonal_arrow_40ef602c": {
|
|
553
|
-
"message": "左下斜箭头"
|
|
554
|
-
},
|
|
555
|
-
"down_and_right_diagonal_arrow_6ea0f460": {
|
|
556
|
-
"message": "右下斜箭头"
|
|
557
|
-
},
|
|
558
|
-
"download_filename_2baae924": {
|
|
559
|
-
"message": "下载 { filename }"
|
|
560
|
-
},
|
|
561
|
-
"downward_arrow_cca52012": {
|
|
562
|
-
"message": "向下箭头"
|
|
563
|
-
},
|
|
564
|
-
"downward_pointing_triangle_2a12a601": {
|
|
565
|
-
"message": "倒三角"
|
|
566
|
-
},
|
|
567
|
-
"drag_a_file_here_1bf656d5": {
|
|
568
|
-
"message": "把文件拖动到此处"
|
|
569
|
-
},
|
|
570
|
-
"drag_and_drop_or_click_to_browse_your_computer_60772d6d": {
|
|
571
|
-
"message": "拖放或点击以浏览计算机"
|
|
572
|
-
},
|
|
573
|
-
"drag_handle_use_up_and_down_arrows_to_resize_e29eae5c": {
|
|
574
|
-
"message": "拖动手柄。使用上下箭头调整大小"
|
|
575
|
-
},
|
|
576
|
-
"due_multiple_dates_cc0ee3f5": {
|
|
577
|
-
"message": "到期:多个日期"
|
|
578
|
-
},
|
|
579
|
-
"due_when_7eed10c6": {
|
|
580
|
-
"message": "到期:{ when }"
|
|
581
|
-
},
|
|
582
|
-
"edit_alt_text_for_this_icon_instance_9c6fc5fd": {
|
|
583
|
-
"message": "编辑此图标实例的替换文本"
|
|
584
|
-
},
|
|
585
|
-
"edit_c5fbea07": {
|
|
586
|
-
"message": "编辑"
|
|
587
|
-
},
|
|
588
|
-
"edit_course_link_5a5c3c59": {
|
|
589
|
-
"message": "编辑课程链接"
|
|
590
|
-
},
|
|
591
|
-
"edit_equation_f5279959": {
|
|
592
|
-
"message": "编辑等式"
|
|
593
|
-
},
|
|
594
|
-
"edit_existing_icon_maker_icon_5d0ebb3f": {
|
|
595
|
-
"message": "编辑现有图标制作者图标"
|
|
596
|
-
},
|
|
597
|
-
"edit_icon_2c6b0e91": {
|
|
598
|
-
"message": "编辑图标"
|
|
599
|
-
},
|
|
600
|
-
"edit_link_7f53bebb": {
|
|
601
|
-
"message": "编辑链接"
|
|
602
|
-
},
|
|
603
|
-
"editor_statusbar_26ac81fc": {
|
|
604
|
-
"message": "编辑器状态栏"
|
|
605
|
-
},
|
|
606
|
-
"element_starting_with_start_91bf4c3b": {
|
|
607
|
-
"message": "以{ start }开始的元素"
|
|
608
|
-
},
|
|
609
|
-
"embed_828fac4a": {
|
|
610
|
-
"message": "嵌入"
|
|
611
|
-
},
|
|
612
|
-
"embed_code_314f1bd5": {
|
|
613
|
-
"message": "嵌入代码"
|
|
614
|
-
},
|
|
615
|
-
"embed_content_from_external_tool_3397ad2d": {
|
|
616
|
-
"message": "从外部工具嵌入内容"
|
|
617
|
-
},
|
|
618
|
-
"embed_image_1080badc": {
|
|
619
|
-
"message": "嵌入图片"
|
|
620
|
-
},
|
|
621
|
-
"embed_video_a97a64af": {
|
|
622
|
-
"message": "嵌入视频"
|
|
623
|
-
},
|
|
624
|
-
"embedded_content_aaeb4d3d": {
|
|
625
|
-
"message": "嵌入内容"
|
|
626
|
-
},
|
|
627
|
-
"empty_set_91a92df4": {
|
|
628
|
-
"message": "空集"
|
|
629
|
-
},
|
|
630
|
-
"encircled_dot_8f5e51c": {
|
|
631
|
-
"message": "带圆圈点"
|
|
632
|
-
},
|
|
633
|
-
"encircled_minus_72745096": {
|
|
634
|
-
"message": "带圆圈负号"
|
|
635
|
-
},
|
|
636
|
-
"encircled_plus_36d8d104": {
|
|
637
|
-
"message": "带圆圈正号"
|
|
638
|
-
},
|
|
639
|
-
"encircled_times_5700096d": {
|
|
640
|
-
"message": "带圆圈次数"
|
|
641
|
-
},
|
|
642
|
-
"engineering_icon_f8f3cf43": {
|
|
643
|
-
"message": "工程设计图标"
|
|
644
|
-
},
|
|
645
|
-
"english_icon_25bfe845": {
|
|
646
|
-
"message": "英语图标"
|
|
647
|
-
},
|
|
648
|
-
"enter_at_least_3_characters_to_search_4f037ee0": {
|
|
649
|
-
"message": "输入至少 3 个字符以进行搜索"
|
|
650
|
-
},
|
|
651
|
-
"epsilon_54bb8afa": {
|
|
652
|
-
"message": "Epsilon"
|
|
653
|
-
},
|
|
654
|
-
"epsilon_variant_d31f1e77": {
|
|
655
|
-
"message": "Epsilon(变体)"
|
|
656
|
-
},
|
|
657
|
-
"equals_sign_c51bdc58": {
|
|
658
|
-
"message": "等号"
|
|
659
|
-
},
|
|
660
|
-
"equation_1c5ac93c": {
|
|
661
|
-
"message": "等式"
|
|
662
|
-
},
|
|
663
|
-
"equation_editor_39fbc3f1": {
|
|
664
|
-
"message": "方程式编辑器"
|
|
665
|
-
},
|
|
666
|
-
"equilibrium_6ff3040b": {
|
|
667
|
-
"message": "平衡点"
|
|
668
|
-
},
|
|
669
|
-
"equivalence_class_7b0f11c0": {
|
|
670
|
-
"message": "等价类"
|
|
671
|
-
},
|
|
672
|
-
"equivalent_identity_654b3ce5": {
|
|
673
|
-
"message": "等效标识"
|
|
674
|
-
},
|
|
675
|
-
"eta_b8828f99": {
|
|
676
|
-
"message": "Eta"
|
|
677
|
-
},
|
|
678
|
-
"exists_2e62bdaa": {
|
|
679
|
-
"message": "存在"
|
|
680
|
-
},
|
|
681
|
-
"exit_fullscreen_b7eb0aa4": {
|
|
682
|
-
"message": "退出全屏"
|
|
683
|
-
},
|
|
684
|
-
"expand_preview_by_default_2abbf9f8": {
|
|
685
|
-
"message": "默认展开预览"
|
|
686
|
-
},
|
|
687
|
-
"expand_to_see_types_f5d29352": {
|
|
688
|
-
"message": "展开以查看 { types }"
|
|
689
|
-
},
|
|
690
|
-
"external_link_d3f9e62a": {
|
|
691
|
-
"message": "外部链接"
|
|
692
|
-
},
|
|
693
|
-
"external_tool_frame_70b32473": {
|
|
694
|
-
"message": "外部工具框架"
|
|
695
|
-
},
|
|
696
|
-
"external_tools_6e77821": {
|
|
697
|
-
"message": "外部工具"
|
|
698
|
-
},
|
|
699
|
-
"extra_large_b6cdf1ff": {
|
|
700
|
-
"message": "超大"
|
|
701
|
-
},
|
|
702
|
-
"extra_small_9ae33252": {
|
|
703
|
-
"message": "特小"
|
|
704
|
-
},
|
|
705
|
-
"extracurricular_icon_67c8ca42": {
|
|
706
|
-
"message": "课外图标"
|
|
707
|
-
},
|
|
708
|
-
"f_function_fe422d65": {
|
|
709
|
-
"message": "F(函数)"
|
|
710
|
-
},
|
|
711
|
-
"failed_getting_file_contents_e9ea19f4": {
|
|
712
|
-
"message": "文件内容获取失败"
|
|
713
|
-
},
|
|
714
|
-
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
715
|
-
"message": "无法从外部工具检索内容"
|
|
716
|
-
},
|
|
717
|
-
"file_name_8fd421ff": {
|
|
718
|
-
"message": "文件名称"
|
|
719
|
-
},
|
|
720
|
-
"file_storage_quota_exceeded_b7846cd1": {
|
|
721
|
-
"message": "超出文件存储大小限制"
|
|
722
|
-
},
|
|
723
|
-
"file_url_c12b64be": {
|
|
724
|
-
"message": "文件URL"
|
|
725
|
-
},
|
|
726
|
-
"filename_file_icon_602eb5de": {
|
|
727
|
-
"message": "{ filename }文件图标"
|
|
728
|
-
},
|
|
729
|
-
"filename_image_preview_6cef8f26": {
|
|
730
|
-
"message": "{ filename }图像预览"
|
|
731
|
-
},
|
|
732
|
-
"filename_text_preview_e41ca2d8": {
|
|
733
|
-
"message": "{ filename }文本预览"
|
|
734
|
-
},
|
|
735
|
-
"files_c300e900": {
|
|
736
|
-
"message": "文件"
|
|
737
|
-
},
|
|
738
|
-
"files_index_af7c662b": {
|
|
739
|
-
"message": "文件索引"
|
|
740
|
-
},
|
|
741
|
-
"finish_bc343002": {
|
|
742
|
-
"message": "完成"
|
|
743
|
-
},
|
|
744
|
-
"fix_heading_hierarchy_f60884c4": {
|
|
745
|
-
"message": "置顶标题层次结构"
|
|
746
|
-
},
|
|
747
|
-
"flat_music_76d5a5c3": {
|
|
748
|
-
"message": "降调(音乐)"
|
|
749
|
-
},
|
|
750
|
-
"focus_element_options_toolbar_18d993e": {
|
|
751
|
-
"message": "焦点元素选项工具栏"
|
|
752
|
-
},
|
|
753
|
-
"folder_tree_fbab0726": {
|
|
754
|
-
"message": "文件夹树"
|
|
755
|
-
},
|
|
756
|
-
"for_all_b919f972": {
|
|
757
|
-
"message": "全部"
|
|
758
|
-
},
|
|
759
|
-
"format_4247a9c5": {
|
|
760
|
-
"message": "格式"
|
|
761
|
-
},
|
|
762
|
-
"format_as_a_list_142210c3": {
|
|
763
|
-
"message": "使用列表格式"
|
|
764
|
-
},
|
|
765
|
-
"formatting_5b143aa8": {
|
|
766
|
-
"message": "格式化"
|
|
767
|
-
},
|
|
768
|
-
"forward_slash_3f90f35e": {
|
|
769
|
-
"message": "斜杠"
|
|
770
|
-
},
|
|
771
|
-
"found_auto_saved_content_3f6e4ca5": {
|
|
772
|
-
"message": "找到自动保存的内容"
|
|
773
|
-
},
|
|
774
|
-
"found_count_plural_0_results_one_result_other_resu_46aeaa01": {
|
|
775
|
-
"message": "查找 { count, plural,\n =0 {# 结果}\n one {# 结果}\n other {# 结果}\n}"
|
|
776
|
-
},
|
|
777
|
-
"fraction_41bac7af": {
|
|
778
|
-
"message": "分数"
|
|
779
|
-
},
|
|
780
|
-
"fullscreen_873bf53f": {
|
|
781
|
-
"message": "全屏"
|
|
782
|
-
},
|
|
783
|
-
"gamma_1767928": {
|
|
784
|
-
"message": "Gamma"
|
|
785
|
-
},
|
|
786
|
-
"generating_preview_45b53be0": {
|
|
787
|
-
"message": "生成预览..."
|
|
788
|
-
},
|
|
789
|
-
"gif_png_format_images_larger_than_size_kb_are_not__7af3bdbd": {
|
|
790
|
-
"message": "当前不支持大于 { size } KB 的 GIF/PNG 格式图像。"
|
|
791
|
-
},
|
|
792
|
-
"go_to_the_editor_s_menubar_e6674c81": {
|
|
793
|
-
"message": "前往编辑器的菜单栏"
|
|
794
|
-
},
|
|
795
|
-
"go_to_the_editor_s_toolbar_a5cb875f": {
|
|
796
|
-
"message": "前往编辑器的工具栏"
|
|
797
|
-
},
|
|
798
|
-
"grades_a61eba0a": {
|
|
799
|
-
"message": "评分"
|
|
800
|
-
},
|
|
801
|
-
"greater_than_e98af662": {
|
|
802
|
-
"message": "大于"
|
|
803
|
-
},
|
|
804
|
-
"greater_than_or_equal_b911949a": {
|
|
805
|
-
"message": "大于等于"
|
|
806
|
-
},
|
|
807
|
-
"greek_65c5b3f7": {
|
|
808
|
-
"message": "希腊语"
|
|
809
|
-
},
|
|
810
|
-
"green_15af4778": {
|
|
811
|
-
"message": "绿色"
|
|
812
|
-
},
|
|
813
|
-
"grey_a55dceff": {
|
|
814
|
-
"message": "灰色"
|
|
815
|
-
},
|
|
816
|
-
"group_documents_8bfd6ae6": {
|
|
817
|
-
"message": "组文档"
|
|
818
|
-
},
|
|
819
|
-
"group_files_4324f3df": {
|
|
820
|
-
"message": "小组文件"
|
|
821
|
-
},
|
|
822
|
-
"group_files_82e5dcdb": {
|
|
823
|
-
"message": "组文件"
|
|
824
|
-
},
|
|
825
|
-
"group_images_98e0ac17": {
|
|
826
|
-
"message": "组图像"
|
|
827
|
-
},
|
|
828
|
-
"group_isomorphism_45b1458c": {
|
|
829
|
-
"message": "群同构"
|
|
830
|
-
},
|
|
831
|
-
"group_link_63e626b3": {
|
|
832
|
-
"message": "组链接"
|
|
833
|
-
},
|
|
834
|
-
"group_links_9493129e": {
|
|
835
|
-
"message": "小组链接"
|
|
836
|
-
},
|
|
837
|
-
"group_media_2f3d128a": {
|
|
838
|
-
"message": "组媒体"
|
|
839
|
-
},
|
|
840
|
-
"group_navigation_99f191a": {
|
|
841
|
-
"message": "小组导航"
|
|
842
|
-
},
|
|
843
|
-
"h_bar_bb94deae": {
|
|
844
|
-
"message": "H 斜杠"
|
|
845
|
-
},
|
|
846
|
-
"hat_ea321e35": {
|
|
847
|
-
"message": "帽"
|
|
848
|
-
},
|
|
849
|
-
"header_column_f27433cb": {
|
|
850
|
-
"message": "标题列"
|
|
851
|
-
},
|
|
852
|
-
"header_row_and_column_ec5b9ec": {
|
|
853
|
-
"message": "标题行和列"
|
|
854
|
-
},
|
|
855
|
-
"header_row_f33eb169": {
|
|
856
|
-
"message": "标题行"
|
|
857
|
-
},
|
|
858
|
-
"heading_2_5b84eed2": {
|
|
859
|
-
"message": "标题 2"
|
|
860
|
-
},
|
|
861
|
-
"heading_3_2c83de44": {
|
|
862
|
-
"message": "标题 3"
|
|
863
|
-
},
|
|
864
|
-
"heading_4_b2e74be7": {
|
|
865
|
-
"message": "标题 4"
|
|
866
|
-
},
|
|
867
|
-
"heading_levels_should_not_be_skipped_3947c0e0": {
|
|
868
|
-
"message": "不得跳过标题级别。"
|
|
869
|
-
},
|
|
870
|
-
"heading_starting_with_start_42a3e7f9": {
|
|
871
|
-
"message": "以{ start }开始的标题"
|
|
872
|
-
},
|
|
873
|
-
"headings_should_not_contain_more_than_120_characte_3c0e0cb3": {
|
|
874
|
-
"message": "标题不得超过 120 个字符。"
|
|
875
|
-
},
|
|
876
|
-
"health_icon_8d292eb5": {
|
|
877
|
-
"message": "健康图标"
|
|
878
|
-
},
|
|
879
|
-
"hearts_suit_e50e04ca": {
|
|
880
|
-
"message": "红桃(花色)"
|
|
881
|
-
},
|
|
882
|
-
"height_69b03e15": {
|
|
883
|
-
"message": "高度"
|
|
884
|
-
},
|
|
885
|
-
"hexagon_d8468e0d": {
|
|
886
|
-
"message": "六边形"
|
|
887
|
-
},
|
|
888
|
-
"hide_description_bfb5502e": {
|
|
889
|
-
"message": "隐藏说明"
|
|
890
|
-
},
|
|
891
|
-
"hide_title_description_caf092ef": {
|
|
892
|
-
"message": "隐藏{ title }说明"
|
|
893
|
-
},
|
|
894
|
-
"highlight_an_element_to_activate_the_element_optio_60e1e56b": {
|
|
895
|
-
"message": "高亮显示一个元素以激活元素选项工具栏"
|
|
896
|
-
},
|
|
897
|
-
"home_351838cd": {
|
|
898
|
-
"message": "首页"
|
|
899
|
-
},
|
|
900
|
-
"html_code_editor_fd967a44": {
|
|
901
|
-
"message": "HTML 代码编辑器"
|
|
902
|
-
},
|
|
903
|
-
"html_editor_fb2ab713": {
|
|
904
|
-
"message": "HTML 编辑器"
|
|
905
|
-
},
|
|
906
|
-
"i_have_obtained_permission_to_use_this_file_6386f087": {
|
|
907
|
-
"message": "我已获得使用此文件的权限。"
|
|
908
|
-
},
|
|
909
|
-
"i_hold_the_copyright_71ee91b1": {
|
|
910
|
-
"message": "我持有版权"
|
|
911
|
-
},
|
|
912
|
-
"icon_215a1dc6": {
|
|
913
|
-
"message": "图标"
|
|
914
|
-
},
|
|
915
|
-
"icon_8168b2f8": {
|
|
916
|
-
"message": "图标"
|
|
917
|
-
},
|
|
918
|
-
"icon_color_b86dd6d6": {
|
|
919
|
-
"message": "图标颜色"
|
|
920
|
-
},
|
|
921
|
-
"icon_maker_icons_cc560f7e": {
|
|
922
|
-
"message": "图标编辑器图标"
|
|
923
|
-
},
|
|
924
|
-
"icon_options_7e32746e": {
|
|
925
|
-
"message": "图标选项"
|
|
926
|
-
},
|
|
927
|
-
"icon_options_tray_2b407977": {
|
|
928
|
-
"message": "图标选项托盘"
|
|
929
|
-
},
|
|
930
|
-
"icon_preview_1782a1d9": {
|
|
931
|
-
"message": "图标预览"
|
|
932
|
-
},
|
|
933
|
-
"icon_shape_30b61e7": {
|
|
934
|
-
"message": "图标形状"
|
|
935
|
-
},
|
|
936
|
-
"icon_size_9353edea": {
|
|
937
|
-
"message": "图标大小"
|
|
938
|
-
},
|
|
939
|
-
"if_left_empty_link_text_will_display_as_course_lin_2a34eedb": {
|
|
940
|
-
"message": "如果不填,链接文本将显示为课程链接名称"
|
|
941
|
-
},
|
|
942
|
-
"if_usage_rights_are_required_the_file_will_not_pub_841e276e": {
|
|
943
|
-
"message": "如需使用权限,则在“文件”页面中启用文件之前,不会发布文件。"
|
|
944
|
-
},
|
|
945
|
-
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
|
|
946
|
-
"message": "如果您现在不选择使用权限,该文件在上传后不会被发布。"
|
|
947
|
-
},
|
|
948
|
-
"image_8ad06": {
|
|
949
|
-
"message": "图片"
|
|
950
|
-
},
|
|
951
|
-
"image_c1c98202": {
|
|
952
|
-
"message": "图像"
|
|
953
|
-
},
|
|
954
|
-
"image_filenames_should_not_be_used_as_the_alt_attr_bcfd7780": {
|
|
955
|
-
"message": "不得使用图像文件名作为描述图像内容的替换属性。"
|
|
956
|
-
},
|
|
957
|
-
"image_options_5412d02c": {
|
|
958
|
-
"message": "图像选项"
|
|
959
|
-
},
|
|
960
|
-
"image_options_tray_90a46006": {
|
|
961
|
-
"message": "图像选项托盘"
|
|
962
|
-
},
|
|
963
|
-
"image_to_crop_3a34487d": {
|
|
964
|
-
"message": "剪裁图像"
|
|
965
|
-
},
|
|
966
|
-
"image_with_filename_file_aacd7180": {
|
|
967
|
-
"message": "文件名为{ file }的图像"
|
|
968
|
-
},
|
|
969
|
-
"images_7ce26570": {
|
|
970
|
-
"message": "图像"
|
|
971
|
-
},
|
|
972
|
-
"images_should_include_an_alt_attribute_describing__b86d6a86": {
|
|
973
|
-
"message": "图像应包括一个描述图像内容的替换属性。"
|
|
974
|
-
},
|
|
975
|
-
"imaginary_portion_of_complex_number_2c733ffa": {
|
|
976
|
-
"message": "虚部(复数)"
|
|
977
|
-
},
|
|
978
|
-
"in_element_of_19ca2f33": {
|
|
979
|
-
"message": "包含(元素)"
|
|
980
|
-
},
|
|
981
|
-
"increase_indent_6af90f7c": {
|
|
982
|
-
"message": "增加缩进"
|
|
983
|
-
},
|
|
984
|
-
"indefinite_integral_6623307e": {
|
|
985
|
-
"message": "不定积分"
|
|
986
|
-
},
|
|
987
|
-
"indigo_2035fc55": {
|
|
988
|
-
"message": "靛蓝色"
|
|
989
|
-
},
|
|
990
|
-
"inference_fed5c960": {
|
|
991
|
-
"message": "推断"
|
|
992
|
-
},
|
|
993
|
-
"infinity_7a10f206": {
|
|
994
|
-
"message": "无穷"
|
|
995
|
-
},
|
|
996
|
-
"insert_593145ef": {
|
|
997
|
-
"message": "插入"
|
|
998
|
-
},
|
|
999
|
-
"insert_link_6dc23cae": {
|
|
1000
|
-
"message": "插入链接"
|
|
1001
|
-
},
|
|
1002
|
-
"insert_math_equation_57c6e767": {
|
|
1003
|
-
"message": "插入数学公式"
|
|
1004
|
-
},
|
|
1005
|
-
"integers_336344e1": {
|
|
1006
|
-
"message": "整数"
|
|
1007
|
-
},
|
|
1008
|
-
"intersection_cd4590e4": {
|
|
1009
|
-
"message": "相交"
|
|
1010
|
-
},
|
|
1011
|
-
"invalid_entry_f7d2a0f5": {
|
|
1012
|
-
"message": "无效的输入。"
|
|
1013
|
-
},
|
|
1014
|
-
"invalid_file_c11ba11": {
|
|
1015
|
-
"message": "无效的文件"
|
|
1016
|
-
},
|
|
1017
|
-
"invalid_file_type_881cc9b2": {
|
|
1018
|
-
"message": "无效的文件类型"
|
|
1019
|
-
},
|
|
1020
|
-
"invalid_url_cbde79f": {
|
|
1021
|
-
"message": "URL 无效"
|
|
1022
|
-
},
|
|
1023
|
-
"iota_11c932a9": {
|
|
1024
|
-
"message": "Iota"
|
|
1025
|
-
},
|
|
1026
|
-
"issue_num_total_f94536cf": {
|
|
1027
|
-
"message": "问题{ num }/{ total }"
|
|
1028
|
-
},
|
|
1029
|
-
"kappa_2f14c816": {
|
|
1030
|
-
"message": "Kappa"
|
|
1031
|
-
},
|
|
1032
|
-
"kappa_variant_eb64574b": {
|
|
1033
|
-
"message": "Kappa(变体)"
|
|
1034
|
-
},
|
|
1035
|
-
"keyboard_shortcuts_ed1844bd": {
|
|
1036
|
-
"message": "键盘捷径"
|
|
1037
|
-
},
|
|
1038
|
-
"keyboards_navigate_to_links_using_the_tab_key_two__5fab8c82": {
|
|
1039
|
-
"message": "键盘使用 Tab 键导航至链接。转至相同目的地的两个相邻链接可以对键盘用户造成混淆。"
|
|
1040
|
-
},
|
|
1041
|
-
"lambda_4f602498": {
|
|
1042
|
-
"message": "Lambda"
|
|
1043
|
-
},
|
|
1044
|
-
"language_arts_icon_a798b0f8": {
|
|
1045
|
-
"message": "语言艺术图标"
|
|
1046
|
-
},
|
|
1047
|
-
"languages_icon_9d20539": {
|
|
1048
|
-
"message": "语言图标"
|
|
1049
|
-
},
|
|
1050
|
-
"large_9c5e80e7": {
|
|
1051
|
-
"message": "大"
|
|
1052
|
-
},
|
|
1053
|
-
"learn_more_about_adjacent_links_2cb9762c": {
|
|
1054
|
-
"message": "详细了解相邻链接"
|
|
1055
|
-
},
|
|
1056
|
-
"learn_more_about_color_contrast_c019dfb9": {
|
|
1057
|
-
"message": "详细了解色彩对比度"
|
|
1058
|
-
},
|
|
1059
|
-
"learn_more_about_organizing_page_headings_8a7caa2e": {
|
|
1060
|
-
"message": "详细了解组织页面标题"
|
|
1061
|
-
},
|
|
1062
|
-
"learn_more_about_proper_page_heading_structure_d2959f2d": {
|
|
1063
|
-
"message": "详细了解适当的页面标题结构"
|
|
1064
|
-
},
|
|
1065
|
-
"learn_more_about_table_headers_5f5ee13": {
|
|
1066
|
-
"message": "详细了解表标题"
|
|
1067
|
-
},
|
|
1068
|
-
"learn_more_about_using_alt_text_for_images_5698df9a": {
|
|
1069
|
-
"message": "详细了解为使用图片替换文本"
|
|
1070
|
-
},
|
|
1071
|
-
"learn_more_about_using_captions_with_tables_36fe496f": {
|
|
1072
|
-
"message": "详细了解将标题与表格一起使用"
|
|
1073
|
-
},
|
|
1074
|
-
"learn_more_about_using_filenames_as_alt_text_264286af": {
|
|
1075
|
-
"message": "详细了解使用文件名作为替换文本"
|
|
1076
|
-
},
|
|
1077
|
-
"learn_more_about_using_lists_4e6eb860": {
|
|
1078
|
-
"message": "详细了解使用列表"
|
|
1079
|
-
},
|
|
1080
|
-
"learn_more_about_using_scope_attributes_with_table_20df49aa": {
|
|
1081
|
-
"message": "详细了解将范围属性与表格一起使用"
|
|
1082
|
-
},
|
|
1083
|
-
"leave_as_is_4facfe55": {
|
|
1084
|
-
"message": "保持原状"
|
|
1085
|
-
},
|
|
1086
|
-
"left_3ea9d375": {
|
|
1087
|
-
"message": "左侧"
|
|
1088
|
-
},
|
|
1089
|
-
"left_align_43d95491": {
|
|
1090
|
-
"message": "左对齐"
|
|
1091
|
-
},
|
|
1092
|
-
"left_angle_bracket_c87a6d07": {
|
|
1093
|
-
"message": "左角括弧"
|
|
1094
|
-
},
|
|
1095
|
-
"left_arrow_4fde1a64": {
|
|
1096
|
-
"message": "左箭头"
|
|
1097
|
-
},
|
|
1098
|
-
"left_arrow_with_hook_5bfcad93": {
|
|
1099
|
-
"message": "左转弯箭头"
|
|
1100
|
-
},
|
|
1101
|
-
"left_ceiling_ee9dd88a": {
|
|
1102
|
-
"message": "左向上取整符号"
|
|
1103
|
-
},
|
|
1104
|
-
"left_curly_brace_1726fb4": {
|
|
1105
|
-
"message": "左大括号"
|
|
1106
|
-
},
|
|
1107
|
-
"left_downard_harpoon_arrow_1d7b3d2e": {
|
|
1108
|
-
"message": "左下鱼叉箭头"
|
|
1109
|
-
},
|
|
1110
|
-
"left_floor_29ac2274": {
|
|
1111
|
-
"message": "左向下取整符号"
|
|
1112
|
-
},
|
|
1113
|
-
"left_to_right_e9b4fd06": {
|
|
1114
|
-
"message": "从左至右"
|
|
1115
|
-
},
|
|
1116
|
-
"left_upward_harpoon_arrow_3a562a96": {
|
|
1117
|
-
"message": "左上鱼叉箭头"
|
|
1118
|
-
},
|
|
1119
|
-
"leftward_arrow_1e4765de": {
|
|
1120
|
-
"message": "左箭头"
|
|
1121
|
-
},
|
|
1122
|
-
"leftward_pointing_triangle_d14532ce": {
|
|
1123
|
-
"message": "左指三角形"
|
|
1124
|
-
},
|
|
1125
|
-
"less_than_a26c0641": {
|
|
1126
|
-
"message": "小于"
|
|
1127
|
-
},
|
|
1128
|
-
"less_than_or_equal_be5216cb": {
|
|
1129
|
-
"message": "小于等于"
|
|
1130
|
-
},
|
|
1131
|
-
"library_icon_ae1e54cf": {
|
|
1132
|
-
"message": "图书馆图标"
|
|
1133
|
-
},
|
|
1134
|
-
"light_blue_5374f600": {
|
|
1135
|
-
"message": "浅蓝色"
|
|
1136
|
-
},
|
|
1137
|
-
"link_7262adec": {
|
|
1138
|
-
"message": "链接"
|
|
1139
|
-
},
|
|
1140
|
-
"link_options_a16b758b": {
|
|
1141
|
-
"message": "链接选项"
|
|
1142
|
-
},
|
|
1143
|
-
"link_type_linktypemessage_c6d26815": {
|
|
1144
|
-
"message": "链接类型:{ linkTypeMessage }"
|
|
1145
|
-
},
|
|
1146
|
-
"link_with_text_starting_with_start_b3fcbe71": {
|
|
1147
|
-
"message": "具有以{ start }开始的文本的链接"
|
|
1148
|
-
},
|
|
1149
|
-
"links_14b70841": {
|
|
1150
|
-
"message": "链接"
|
|
1151
|
-
},
|
|
1152
|
-
"links_to_an_external_site_de74145d": {
|
|
1153
|
-
"message": "链接到外部网站。"
|
|
1154
|
-
},
|
|
1155
|
-
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1156
|
-
"message": "列表应使用列表格式。"
|
|
1157
|
-
},
|
|
1158
|
-
"load_more_35d33c7": {
|
|
1159
|
-
"message": "加载更多"
|
|
1160
|
-
},
|
|
1161
|
-
"loading_25990131": {
|
|
1162
|
-
"message": "加载中……"
|
|
1163
|
-
},
|
|
1164
|
-
"loading_bde52856": {
|
|
1165
|
-
"message": "正在加载"
|
|
1166
|
-
},
|
|
1167
|
-
"loading_closed_captions_subtitles_failed_95ceef47": {
|
|
1168
|
-
"message": "加载关闭的字幕/副标题失败。"
|
|
1169
|
-
},
|
|
1170
|
-
"loading_external_tool_d839042c": {
|
|
1171
|
-
"message": "正在加载外部工具"
|
|
1172
|
-
},
|
|
1173
|
-
"loading_failed_b3524381": {
|
|
1174
|
-
"message": "加载失败……"
|
|
1175
|
-
},
|
|
1176
|
-
"loading_failed_e6a9d8ef": {
|
|
1177
|
-
"message": "加载失败。"
|
|
1178
|
-
},
|
|
1179
|
-
"loading_folders_d8b5869e": {
|
|
1180
|
-
"message": "正在加载文件夹"
|
|
1181
|
-
},
|
|
1182
|
-
"loading_placeholder_for_filename_792ef5e8": {
|
|
1183
|
-
"message": "正在加载{ fileName }的占位符"
|
|
1184
|
-
},
|
|
1185
|
-
"loading_please_wait_d276220a": {
|
|
1186
|
-
"message": "正在加载,请稍候"
|
|
1187
|
-
},
|
|
1188
|
-
"loading_preview_9f077aa1": {
|
|
1189
|
-
"message": "加载预览"
|
|
1190
|
-
},
|
|
1191
|
-
"locked_762f138b": {
|
|
1192
|
-
"message": "已锁定"
|
|
1193
|
-
},
|
|
1194
|
-
"logical_equivalence_76fca396": {
|
|
1195
|
-
"message": "逻辑等价"
|
|
1196
|
-
},
|
|
1197
|
-
"logical_equivalence_short_8efd7b4f": {
|
|
1198
|
-
"message": "逻辑等价(短)"
|
|
1199
|
-
},
|
|
1200
|
-
"logical_equivalence_short_and_thick_1e1f654d": {
|
|
1201
|
-
"message": "逻辑等价(短厚)"
|
|
1202
|
-
},
|
|
1203
|
-
"logical_equivalence_thick_662dd3f2": {
|
|
1204
|
-
"message": "逻辑等价(厚)"
|
|
1205
|
-
},
|
|
1206
|
-
"low_horizontal_dots_cc08498e": {
|
|
1207
|
-
"message": "下横点"
|
|
1208
|
-
},
|
|
1209
|
-
"magenta_4a65993c": {
|
|
1210
|
-
"message": "品红色"
|
|
1211
|
-
},
|
|
1212
|
-
"maps_to_e5ef7382": {
|
|
1213
|
-
"message": "映射到"
|
|
1214
|
-
},
|
|
1215
|
-
"math_icon_ad4e9d03": {
|
|
1216
|
-
"message": "数学图标"
|
|
1217
|
-
},
|
|
1218
|
-
"media_af190855": {
|
|
1219
|
-
"message": "媒体"
|
|
1220
|
-
},
|
|
1221
|
-
"media_file_is_processing_please_try_again_later_58a6d49": {
|
|
1222
|
-
"message": "媒体文件正在处理中。请稍后再试。"
|
|
1223
|
-
},
|
|
1224
|
-
"media_title_2112243b": {
|
|
1225
|
-
"message": "媒体标题"
|
|
1226
|
-
},
|
|
1227
|
-
"medium_5a8e9ead": {
|
|
1228
|
-
"message": "中等"
|
|
1229
|
-
},
|
|
1230
|
-
"merge_links_2478df96": {
|
|
1231
|
-
"message": "合并链接"
|
|
1232
|
-
},
|
|
1233
|
-
"mic_a7f3d311": {
|
|
1234
|
-
"message": "麦克风"
|
|
1235
|
-
},
|
|
1236
|
-
"microphone_disabled_15c83130": {
|
|
1237
|
-
"message": "麦克风已禁用"
|
|
1238
|
-
},
|
|
1239
|
-
"middle_27dc1d5": {
|
|
1240
|
-
"message": "中间"
|
|
1241
|
-
},
|
|
1242
|
-
"minimize_file_preview_da911944": {
|
|
1243
|
-
"message": "最小化文件预览"
|
|
1244
|
-
},
|
|
1245
|
-
"minimize_video_20aa554b": {
|
|
1246
|
-
"message": "最小化视频"
|
|
1247
|
-
},
|
|
1248
|
-
"minus_fd961e2e": {
|
|
1249
|
-
"message": "减号"
|
|
1250
|
-
},
|
|
1251
|
-
"minus_plus_3461f637": {
|
|
1252
|
-
"message": "减号/加号"
|
|
1253
|
-
},
|
|
1254
|
-
"misc_3b692ea7": {
|
|
1255
|
-
"message": "其他"
|
|
1256
|
-
},
|
|
1257
|
-
"miscellaneous_e9818229": {
|
|
1258
|
-
"message": "其他"
|
|
1259
|
-
},
|
|
1260
|
-
"module_90d9fd32": {
|
|
1261
|
-
"message": "单元"
|
|
1262
|
-
},
|
|
1263
|
-
"modules_c4325335": {
|
|
1264
|
-
"message": "单元"
|
|
1265
|
-
},
|
|
1266
|
-
"moving_image_to_crop_directionword_6f66cde2": {
|
|
1267
|
-
"message": "正在移动图片以剪裁 { directionWord }"
|
|
1268
|
-
},
|
|
1269
|
-
"mu_37223b8b": {
|
|
1270
|
-
"message": "Mu"
|
|
1271
|
-
},
|
|
1272
|
-
"multi_color_image_63d7372f": {
|
|
1273
|
-
"message": "彩色图像"
|
|
1274
|
-
},
|
|
1275
|
-
"multiplication_sign_15f95c22": {
|
|
1276
|
-
"message": "乘号"
|
|
1277
|
-
},
|
|
1278
|
-
"music_icon_4db5c972": {
|
|
1279
|
-
"message": "音乐图标"
|
|
1280
|
-
},
|
|
1281
|
-
"must_be_at_least_percentage_22e373b6": {
|
|
1282
|
-
"message": "必须至少达到 { percentage }%"
|
|
1283
|
-
},
|
|
1284
|
-
"must_be_at_least_width_x_height_px_41dc825e": {
|
|
1285
|
-
"message": "必须至少为 { width } x { height }px"
|
|
1286
|
-
},
|
|
1287
|
-
"my_files_2f621040": {
|
|
1288
|
-
"message": "我的文件"
|
|
1289
|
-
},
|
|
1290
|
-
"n_th_root_9991a6e4": {
|
|
1291
|
-
"message": "N 次方根"
|
|
1292
|
-
},
|
|
1293
|
-
"nabla_1e216d25": {
|
|
1294
|
-
"message": "微分算符"
|
|
1295
|
-
},
|
|
1296
|
-
"name_1aed4a1b": {
|
|
1297
|
-
"message": "名称"
|
|
1298
|
-
},
|
|
1299
|
-
"name_color_ceec76ff": {
|
|
1300
|
-
"message": "{ name } ({ color })"
|
|
1301
|
-
},
|
|
1302
|
-
"natural_music_54a70258": {
|
|
1303
|
-
"message": "还原记号(音乐)"
|
|
1304
|
-
},
|
|
1305
|
-
"natural_numbers_3da07060": {
|
|
1306
|
-
"message": "自然数"
|
|
1307
|
-
},
|
|
1308
|
-
"navigate_through_the_menu_or_toolbar_415a4e50": {
|
|
1309
|
-
"message": "导航菜单或工具栏"
|
|
1310
|
-
},
|
|
1311
|
-
"navigation_ee9af92d": {
|
|
1312
|
-
"message": "导航"
|
|
1313
|
-
},
|
|
1314
|
-
"nested_greater_than_d852e60d": {
|
|
1315
|
-
"message": "嵌套大于"
|
|
1316
|
-
},
|
|
1317
|
-
"nested_less_than_27d17e58": {
|
|
1318
|
-
"message": "嵌套小于"
|
|
1319
|
-
},
|
|
1320
|
-
"new_quiz_34aacba6": {
|
|
1321
|
-
"message": "新测验"
|
|
1322
|
-
},
|
|
1323
|
-
"next_40e12421": {
|
|
1324
|
-
"message": "下一步"
|
|
1325
|
-
},
|
|
1326
|
-
"no_accessibility_issues_were_detected_f8d3c875": {
|
|
1327
|
-
"message": "没有发现辅助功能问题。"
|
|
1328
|
-
},
|
|
1329
|
-
"no_announcements_created_yet_c44a94f4": {
|
|
1330
|
-
"message": "尚未创建公告。"
|
|
1331
|
-
},
|
|
1332
|
-
"no_announcements_found_20185afc": {
|
|
1333
|
-
"message": "未找到公告。"
|
|
1334
|
-
},
|
|
1335
|
-
"no_assignments_created_yet_1b236d87": {
|
|
1336
|
-
"message": "尚未创建作业。"
|
|
1337
|
-
},
|
|
1338
|
-
"no_assignments_found_79e46d7f": {
|
|
1339
|
-
"message": "未找到作业。"
|
|
1340
|
-
},
|
|
1341
|
-
"no_changes_to_save_d29f6e91": {
|
|
1342
|
-
"message": "没有更改要保存。"
|
|
1343
|
-
},
|
|
1344
|
-
"no_discussions_created_yet_ff99abe3": {
|
|
1345
|
-
"message": "尚未创建讨论。"
|
|
1346
|
-
},
|
|
1347
|
-
"no_discussions_found_9284063b": {
|
|
1348
|
-
"message": "未找到讨论。"
|
|
1349
|
-
},
|
|
1350
|
-
"no_e16d9132": {
|
|
1351
|
-
"message": "否"
|
|
1352
|
-
},
|
|
1353
|
-
"no_file_chosen_9a880793": {
|
|
1354
|
-
"message": "没有选择文件"
|
|
1355
|
-
},
|
|
1356
|
-
"no_headers_9bc7dc7f": {
|
|
1357
|
-
"message": "无标题"
|
|
1358
|
-
},
|
|
1359
|
-
"no_modules_created_yet_c71b6d4d": {
|
|
1360
|
-
"message": "尚未创建单元。"
|
|
1361
|
-
},
|
|
1362
|
-
"no_modules_found_2df43a40": {
|
|
1363
|
-
"message": "未找到单元。"
|
|
1364
|
-
},
|
|
1365
|
-
"no_pages_created_yet_c379fa6e": {
|
|
1366
|
-
"message": "尚未创建页面。"
|
|
1367
|
-
},
|
|
1368
|
-
"no_pages_found_6799350": {
|
|
1369
|
-
"message": "未找到页面。"
|
|
1370
|
-
},
|
|
1371
|
-
"no_preview_is_available_for_this_file_f940114a": {
|
|
1372
|
-
"message": "没有预览可用于此文件。"
|
|
1373
|
-
},
|
|
1374
|
-
"no_quizzes_created_yet_1a2370b9": {
|
|
1375
|
-
"message": "尚未创建测验。"
|
|
1376
|
-
},
|
|
1377
|
-
"no_quizzes_found_c80c537a": {
|
|
1378
|
-
"message": "未找到测验。"
|
|
1379
|
-
},
|
|
1380
|
-
"no_results_940393cf": {
|
|
1381
|
-
"message": "无结果。"
|
|
1382
|
-
},
|
|
1383
|
-
"no_results_found_for_filterterm_ad1b04c8": {
|
|
1384
|
-
"message": "未找到{ filterTerm }的结果"
|
|
1385
|
-
},
|
|
1386
|
-
"no_video_1ed00b26": {
|
|
1387
|
-
"message": "无视频"
|
|
1388
|
-
},
|
|
1389
|
-
"none_3b5e34d2": {
|
|
1390
|
-
"message": "无"
|
|
1391
|
-
},
|
|
1392
|
-
"none_selected_b93d56d2": {
|
|
1393
|
-
"message": "未选中任何项"
|
|
1394
|
-
},
|
|
1395
|
-
"not_equal_6e2980e6": {
|
|
1396
|
-
"message": "不相等"
|
|
1397
|
-
},
|
|
1398
|
-
"not_in_not_an_element_of_fb1ffb54": {
|
|
1399
|
-
"message": "不包含(不是元素)"
|
|
1400
|
-
},
|
|
1401
|
-
"not_negation_1418ebb8": {
|
|
1402
|
-
"message": "非(否定)"
|
|
1403
|
-
},
|
|
1404
|
-
"not_subset_dc2b5e84": {
|
|
1405
|
-
"message": "非子集"
|
|
1406
|
-
},
|
|
1407
|
-
"not_subset_strict_23d282bf": {
|
|
1408
|
-
"message": "非子集(严格)"
|
|
1409
|
-
},
|
|
1410
|
-
"not_superset_5556b913": {
|
|
1411
|
-
"message": "非超集"
|
|
1412
|
-
},
|
|
1413
|
-
"not_superset_strict_24e06f36": {
|
|
1414
|
-
"message": "非超集(严格)"
|
|
1415
|
-
},
|
|
1416
|
-
"nu_1c0f6848": {
|
|
1417
|
-
"message": "Nu"
|
|
1418
|
-
},
|
|
1419
|
-
"octagon_e48be9f": {
|
|
1420
|
-
"message": "八边形"
|
|
1421
|
-
},
|
|
1422
|
-
"olive_6a3e4d6b": {
|
|
1423
|
-
"message": "橄榄"
|
|
1424
|
-
},
|
|
1425
|
-
"omega_8f2c3463": {
|
|
1426
|
-
"message": "Omega"
|
|
1427
|
-
},
|
|
1428
|
-
"one_of_the_following_styles_must_be_added_to_save__1de769aa": {
|
|
1429
|
-
"message": "必须添加以下其中一个样式以保存图标:图标颜色、轮廓大小、图标文本或图像"
|
|
1430
|
-
},
|
|
1431
|
-
"one_or_more_files_failed_to_paste_please_try_uploa_7fa39dd3": {
|
|
1432
|
-
"message": "一个或多个文件未能粘贴。请尝试上传或拖放文件。"
|
|
1433
|
-
},
|
|
1434
|
-
"open_circle_e9bd069": {
|
|
1435
|
-
"message": "开圆"
|
|
1436
|
-
},
|
|
1437
|
-
"open_this_keyboard_shortcuts_dialog_9658b83a": {
|
|
1438
|
-
"message": "打开此键盘快捷方式对话框"
|
|
1439
|
-
},
|
|
1440
|
-
"open_title_application_fd624fc5": {
|
|
1441
|
-
"message": "打开{ title }应用程序"
|
|
1442
|
-
},
|
|
1443
|
-
"operators_a2ef9a93": {
|
|
1444
|
-
"message": "运算符"
|
|
1445
|
-
},
|
|
1446
|
-
"or_9b70ccaa": {
|
|
1447
|
-
"message": "或"
|
|
1448
|
-
},
|
|
1449
|
-
"orange_81386a62": {
|
|
1450
|
-
"message": "橙色"
|
|
1451
|
-
},
|
|
1452
|
-
"ordered_and_unordered_lists_cfadfc38": {
|
|
1453
|
-
"message": "有序列表和无序列表"
|
|
1454
|
-
},
|
|
1455
|
-
"other_editor_shortcuts_may_be_found_at_404aba4a": {
|
|
1456
|
-
"message": "其他编辑器快捷方式可见于"
|
|
1457
|
-
},
|
|
1458
|
-
"outline_color_3ef2cea7": {
|
|
1459
|
-
"message": "轮廓颜色"
|
|
1460
|
-
},
|
|
1461
|
-
"outline_size_a6059a21": {
|
|
1462
|
-
"message": "轮廓大小"
|
|
1463
|
-
},
|
|
1464
|
-
"p_is_not_a_valid_protocol_which_must_be_ftp_http_h_adf13fc2": {
|
|
1465
|
-
"message": "{ p } 不是有效的协议,必须是 ftp、http、https、mailto、skype、tel 或可以忽略"
|
|
1466
|
-
},
|
|
1467
|
-
"page_50c4823d": {
|
|
1468
|
-
"message": "页面"
|
|
1469
|
-
},
|
|
1470
|
-
"pages_e5414c2c": {
|
|
1471
|
-
"message": "页面"
|
|
1472
|
-
},
|
|
1473
|
-
"paragraph_5e5ad8eb": {
|
|
1474
|
-
"message": "段落"
|
|
1475
|
-
},
|
|
1476
|
-
"paragraph_starting_with_start_a59923f8": {
|
|
1477
|
-
"message": "以{ start }开始的段落"
|
|
1478
|
-
},
|
|
1479
|
-
"parallel_d55d6e38": {
|
|
1480
|
-
"message": "平行"
|
|
1481
|
-
},
|
|
1482
|
-
"partial_derivative_4a9159df": {
|
|
1483
|
-
"message": "偏(导数)"
|
|
1484
|
-
},
|
|
1485
|
-
"paste_5963d1c1": {
|
|
1486
|
-
"message": "粘贴"
|
|
1487
|
-
},
|
|
1488
|
-
"pause_12af3bb4": {
|
|
1489
|
-
"message": "暂停"
|
|
1490
|
-
},
|
|
1491
|
-
"pentagon_17d82ea3": {
|
|
1492
|
-
"message": "五角形"
|
|
1493
|
-
},
|
|
1494
|
-
"people_b4ebb13c": {
|
|
1495
|
-
"message": "人员"
|
|
1496
|
-
},
|
|
1497
|
-
"percentage_34ab7c2c": {
|
|
1498
|
-
"message": "百分数"
|
|
1499
|
-
},
|
|
1500
|
-
"percentage_must_be_a_number_8033c341": {
|
|
1501
|
-
"message": "百分比必须是数字"
|
|
1502
|
-
},
|
|
1503
|
-
"performing_arts_icon_f3497486": {
|
|
1504
|
-
"message": "表演艺术图标"
|
|
1505
|
-
},
|
|
1506
|
-
"perpendicular_7c48ede4": {
|
|
1507
|
-
"message": "正交"
|
|
1508
|
-
},
|
|
1509
|
-
"phi_4ac33b6d": {
|
|
1510
|
-
"message": "Phi"
|
|
1511
|
-
},
|
|
1512
|
-
"phi_variant_c9bb3ac5": {
|
|
1513
|
-
"message": "Phi(变体)"
|
|
1514
|
-
},
|
|
1515
|
-
"physical_education_icon_d7dffd3e": {
|
|
1516
|
-
"message": "体育图标"
|
|
1517
|
-
},
|
|
1518
|
-
"pi_dc4f0bd8": {
|
|
1519
|
-
"message": "Pi"
|
|
1520
|
-
},
|
|
1521
|
-
"pi_variant_10f5f520": {
|
|
1522
|
-
"message": "Pi(变体)"
|
|
1523
|
-
},
|
|
1524
|
-
"pink_68ad45cb": {
|
|
1525
|
-
"message": "粉红色"
|
|
1526
|
-
},
|
|
1527
|
-
"pixels_52ece7d1": {
|
|
1528
|
-
"message": "像素"
|
|
1529
|
-
},
|
|
1530
|
-
"play_1a47eaa7": {
|
|
1531
|
-
"message": "播放"
|
|
1532
|
-
},
|
|
1533
|
-
"play_media_comment_35257210": {
|
|
1534
|
-
"message": "播放媒体评论。"
|
|
1535
|
-
},
|
|
1536
|
-
"play_media_comment_by_name_from_createdat_c230123d": {
|
|
1537
|
-
"message": "播放{ name }的来自{ createdAt }的媒体评论。"
|
|
1538
|
-
},
|
|
1539
|
-
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1540
|
-
"message": "请允许 Canvas 访问您的麦克风和网络摄像头。"
|
|
1541
|
-
},
|
|
1542
|
-
"plus_d43cd4ec": {
|
|
1543
|
-
"message": "加号"
|
|
1544
|
-
},
|
|
1545
|
-
"plus_minus_f8be2e83": {
|
|
1546
|
-
"message": "加号/减号"
|
|
1547
|
-
},
|
|
1548
|
-
"posted_when_a578f5ab": {
|
|
1549
|
-
"message": "发布日期:{ when }"
|
|
1550
|
-
},
|
|
1551
|
-
"power_set_4f26f316": {
|
|
1552
|
-
"message": "幂集"
|
|
1553
|
-
},
|
|
1554
|
-
"precedes_196b9aef": {
|
|
1555
|
-
"message": "先于"
|
|
1556
|
-
},
|
|
1557
|
-
"precedes_equal_20701e84": {
|
|
1558
|
-
"message": "先于等于"
|
|
1559
|
-
},
|
|
1560
|
-
"preformatted_d0670862": {
|
|
1561
|
-
"message": "预定义格式"
|
|
1562
|
-
},
|
|
1563
|
-
"prev_f82cbc48": {
|
|
1564
|
-
"message": "上一个"
|
|
1565
|
-
},
|
|
1566
|
-
"preview_53003fd2": {
|
|
1567
|
-
"message": "预览"
|
|
1568
|
-
},
|
|
1569
|
-
"preview_a3f8f854": {
|
|
1570
|
-
"message": "预览"
|
|
1571
|
-
},
|
|
1572
|
-
"preview_in_overlay_ed772c46": {
|
|
1573
|
-
"message": "在图层中预览"
|
|
1574
|
-
},
|
|
1575
|
-
"preview_inline_9787330": {
|
|
1576
|
-
"message": "嵌入式预览"
|
|
1577
|
-
},
|
|
1578
|
-
"prime_917ea60e": {
|
|
1579
|
-
"message": "质"
|
|
1580
|
-
},
|
|
1581
|
-
"prime_numbers_13464f61": {
|
|
1582
|
-
"message": "质数"
|
|
1583
|
-
},
|
|
1584
|
-
"product_39cf144f": {
|
|
1585
|
-
"message": "乘积"
|
|
1586
|
-
},
|
|
1587
|
-
"proportional_f02800cc": {
|
|
1588
|
-
"message": "比例项"
|
|
1589
|
-
},
|
|
1590
|
-
"protocol_must_be_ftp_http_https_mailto_skype_tel_o_73beb4f8": {
|
|
1591
|
-
"message": "协议必须是 ftp、http、https、mailto、skype、tel 或可以忽略"
|
|
1592
|
-
},
|
|
1593
|
-
"psi_e3f5f0f7": {
|
|
1594
|
-
"message": "Psi"
|
|
1595
|
-
},
|
|
1596
|
-
"published_c944a23d": {
|
|
1597
|
-
"message": "已发布"
|
|
1598
|
-
},
|
|
1599
|
-
"published_when_302d8e23": {
|
|
1600
|
-
"message": "已发布:{ when }"
|
|
1601
|
-
},
|
|
1602
|
-
"pumpkin_904428d5": {
|
|
1603
|
-
"message": "南瓜"
|
|
1604
|
-
},
|
|
1605
|
-
"purple_7678a9fc": {
|
|
1606
|
-
"message": "紫色"
|
|
1607
|
-
},
|
|
1608
|
-
"quaternions_877024e0": {
|
|
1609
|
-
"message": "四元数"
|
|
1610
|
-
},
|
|
1611
|
-
"quiz_e0dcce8f": {
|
|
1612
|
-
"message": "测验"
|
|
1613
|
-
},
|
|
1614
|
-
"quizzes_7e598f57": {
|
|
1615
|
-
"message": "测验"
|
|
1616
|
-
},
|
|
1617
|
-
"rational_numbers_80ddaa4a": {
|
|
1618
|
-
"message": "有理数"
|
|
1619
|
-
},
|
|
1620
|
-
"real_numbers_7c99df94": {
|
|
1621
|
-
"message": "实数"
|
|
1622
|
-
},
|
|
1623
|
-
"real_portion_of_complex_number_7dad33b5": {
|
|
1624
|
-
"message": "实部(复数)"
|
|
1625
|
-
},
|
|
1626
|
-
"record_7c9448b": {
|
|
1627
|
-
"message": "记录"
|
|
1628
|
-
},
|
|
1629
|
-
"record_upload_media_5fdce166": {
|
|
1630
|
-
"message": "记录/上传媒体"
|
|
1631
|
-
},
|
|
1632
|
-
"recording_98da6bda": {
|
|
1633
|
-
"message": "录制"
|
|
1634
|
-
},
|
|
1635
|
-
"red_8258edf3": {
|
|
1636
|
-
"message": "红色"
|
|
1637
|
-
},
|
|
1638
|
-
"relationships_6602af70": {
|
|
1639
|
-
"message": "关系"
|
|
1640
|
-
},
|
|
1641
|
-
"religion_icon_246e0be1": {
|
|
1642
|
-
"message": "宗教图标"
|
|
1643
|
-
},
|
|
1644
|
-
"remove_heading_style_5fdc8855": {
|
|
1645
|
-
"message": "删除标题样式"
|
|
1646
|
-
},
|
|
1647
|
-
"remove_link_d1f2f4d0": {
|
|
1648
|
-
"message": "删除链接"
|
|
1649
|
-
},
|
|
1650
|
-
"replace_e61834a7": {
|
|
1651
|
-
"message": "替换"
|
|
1652
|
-
},
|
|
1653
|
-
"reset_95a81614": {
|
|
1654
|
-
"message": "重置"
|
|
1655
|
-
},
|
|
1656
|
-
"resize_ec83d538": {
|
|
1657
|
-
"message": "调整大小"
|
|
1658
|
-
},
|
|
1659
|
-
"restore_auto_save_deccd84b": {
|
|
1660
|
-
"message": "是否恢复自动保存?"
|
|
1661
|
-
},
|
|
1662
|
-
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1663
|
-
"message": "反十字转门(不产生)"
|
|
1664
|
-
},
|
|
1665
|
-
"rho_a0244a36": {
|
|
1666
|
-
"message": "Rho"
|
|
1667
|
-
},
|
|
1668
|
-
"rho_variant_415245cd": {
|
|
1669
|
-
"message": "Rho(变体)"
|
|
1670
|
-
},
|
|
1671
|
-
"rich_content_editor_2708ef21": {
|
|
1672
|
-
"message": "富内容编辑器"
|
|
1673
|
-
},
|
|
1674
|
-
"rich_text_area_press_oskey_f8_for_rich_content_edi_c2f651d": {
|
|
1675
|
-
"message": "富文本区域。按{ OSKey }+F8设置富内容编辑器快捷方式。"
|
|
1676
|
-
},
|
|
1677
|
-
"right_71ffdc4d": {
|
|
1678
|
-
"message": "右侧"
|
|
1679
|
-
},
|
|
1680
|
-
"right_align_39e7a32a": {
|
|
1681
|
-
"message": "右对齐"
|
|
1682
|
-
},
|
|
1683
|
-
"right_angle_bracket_d704e2d6": {
|
|
1684
|
-
"message": "右角括弧"
|
|
1685
|
-
},
|
|
1686
|
-
"right_arrow_35e0eddf": {
|
|
1687
|
-
"message": "右箭头"
|
|
1688
|
-
},
|
|
1689
|
-
"right_arrow_with_hook_29d92d31": {
|
|
1690
|
-
"message": "右转弯箭头"
|
|
1691
|
-
},
|
|
1692
|
-
"right_ceiling_839dc744": {
|
|
1693
|
-
"message": "右向上取整符号"
|
|
1694
|
-
},
|
|
1695
|
-
"right_curly_brace_5159d5cd": {
|
|
1696
|
-
"message": "右大括号"
|
|
1697
|
-
},
|
|
1698
|
-
"right_downward_harpoon_arrow_d71b114f": {
|
|
1699
|
-
"message": "右下鱼叉箭头"
|
|
1700
|
-
},
|
|
1701
|
-
"right_floor_5392d5cf": {
|
|
1702
|
-
"message": "右向下取整符号"
|
|
1703
|
-
},
|
|
1704
|
-
"right_to_left_9cfb092a": {
|
|
1705
|
-
"message": "从右至左"
|
|
1706
|
-
},
|
|
1707
|
-
"right_upward_harpoon_arrow_f5a34c73": {
|
|
1708
|
-
"message": "右上鱼叉箭头"
|
|
1709
|
-
},
|
|
1710
|
-
"rightward_arrow_32932107": {
|
|
1711
|
-
"message": "右箭头"
|
|
1712
|
-
},
|
|
1713
|
-
"rightward_pointing_triangle_60330f5c": {
|
|
1714
|
-
"message": "右指三角形"
|
|
1715
|
-
},
|
|
1716
|
-
"rotate_image_90_degrees_2ab77c05": {
|
|
1717
|
-
"message": "-90 度旋转图像"
|
|
1718
|
-
},
|
|
1719
|
-
"rotate_image_90_degrees_6c92cd42": {
|
|
1720
|
-
"message": "90 度旋转图像"
|
|
1721
|
-
},
|
|
1722
|
-
"rotation_9699c538": {
|
|
1723
|
-
"message": "旋转"
|
|
1724
|
-
},
|
|
1725
|
-
"row_fc0944a7": {
|
|
1726
|
-
"message": "行"
|
|
1727
|
-
},
|
|
1728
|
-
"row_group_979f5528": {
|
|
1729
|
-
"message": "行组"
|
|
1730
|
-
},
|
|
1731
|
-
"sadly_the_pretty_html_editor_is_not_keyboard_acces_50da7665": {
|
|
1732
|
-
"message": "很抱歉,无法通过键盘访问精美 HTML 编辑器。在此处访问原始 HTML 编辑器"
|
|
1733
|
-
},
|
|
1734
|
-
"save_11a80ec3": {
|
|
1735
|
-
"message": "保存"
|
|
1736
|
-
},
|
|
1737
|
-
"save_copy_ca63944e": {
|
|
1738
|
-
"message": "保存副本"
|
|
1739
|
-
},
|
|
1740
|
-
"save_media_cb9e786e": {
|
|
1741
|
-
"message": "保存媒体"
|
|
1742
|
-
},
|
|
1743
|
-
"saved_icon_maker_icons_df86e2a1": {
|
|
1744
|
-
"message": "保存的图标编辑器图标"
|
|
1745
|
-
},
|
|
1746
|
-
"screen_readers_cannot_determine_what_is_displayed__6a5842ab": {
|
|
1747
|
-
"message": "如果没有替换文本,且文件名通常是不描述上下文或意义的无意义的数字和字母字符串,则屏幕读取器无法确定图像显示的内容。"
|
|
1748
|
-
},
|
|
1749
|
-
"screen_readers_cannot_determine_what_is_displayed__6f1ea667": {
|
|
1750
|
-
"message": "如果没有描述图像内容和意义的替换文本,则屏幕读取器无法确定图像显示的内容。替换文本应简单明了。"
|
|
1751
|
-
},
|
|
1752
|
-
"screen_readers_cannot_determine_what_is_displayed__a57e6723": {
|
|
1753
|
-
"message": "如果没有描述图像内容和意义的替换文本,则屏幕读取器无法确定图像显示的内容。"
|
|
1754
|
-
},
|
|
1755
|
-
"screen_readers_cannot_interpret_tables_without_the_bd861652": {
|
|
1756
|
-
"message": "屏幕读取器无法解读不具有正确结构的表格。表格标题提供说明和内容范围。"
|
|
1757
|
-
},
|
|
1758
|
-
"screen_readers_cannot_interpret_tables_without_the_e62912d5": {
|
|
1759
|
-
"message": "屏幕读取器无法解读不具有正确结构的表格。表格说明描述表格的上下文和对表格的一般理解。"
|
|
1760
|
-
},
|
|
1761
|
-
"screen_readers_cannot_interpret_tables_without_the_f0bdec0f": {
|
|
1762
|
-
"message": "屏幕读取器无法解读不具有正确结构的表格。表格标题提供说明和内容概述。"
|
|
1763
|
-
},
|
|
1764
|
-
"script_l_42a7b254": {
|
|
1765
|
-
"message": "花体 L"
|
|
1766
|
-
},
|
|
1767
|
-
"search_280d00bd": {
|
|
1768
|
-
"message": "搜索"
|
|
1769
|
-
},
|
|
1770
|
-
"select_audio_source_21043cd5": {
|
|
1771
|
-
"message": "选择音频来源"
|
|
1772
|
-
},
|
|
1773
|
-
"select_crop_shape_d441feeb": {
|
|
1774
|
-
"message": "选择裁剪形状"
|
|
1775
|
-
},
|
|
1776
|
-
"select_language_7c93a900": {
|
|
1777
|
-
"message": "选择语言"
|
|
1778
|
-
},
|
|
1779
|
-
"select_video_source_1b5c9dbe": {
|
|
1780
|
-
"message": "选择视频来源"
|
|
1781
|
-
},
|
|
1782
|
-
"selected_274ce24f": {
|
|
1783
|
-
"message": "选定的"
|
|
1784
|
-
},
|
|
1785
|
-
"selected_linkfilename_c093b1f2": {
|
|
1786
|
-
"message": "已选择 { linkFileName }"
|
|
1787
|
-
},
|
|
1788
|
-
"selection_b52c4c5e": {
|
|
1789
|
-
"message": "选择"
|
|
1790
|
-
},
|
|
1791
|
-
"set_header_scope_8c548f40": {
|
|
1792
|
-
"message": "设置标题范围"
|
|
1793
|
-
},
|
|
1794
|
-
"set_minus_b46e9b88": {
|
|
1795
|
-
"message": "设置负"
|
|
1796
|
-
},
|
|
1797
|
-
"set_table_header_cfab13a0": {
|
|
1798
|
-
"message": "设置表格标题"
|
|
1799
|
-
},
|
|
1800
|
-
"sharp_music_ab956814": {
|
|
1801
|
-
"message": "升调(音乐)"
|
|
1802
|
-
},
|
|
1803
|
-
"shift_arrows_4d5785fe": {
|
|
1804
|
-
"message": "SHIFT+箭头键"
|
|
1805
|
-
},
|
|
1806
|
-
"shift_o_to_open_the_pretty_html_editor_55ff5a31": {
|
|
1807
|
-
"message": "按 Shift-O 打开精美 HTML 编辑器。"
|
|
1808
|
-
},
|
|
1809
|
-
"shortcut_911d6255": {
|
|
1810
|
-
"message": "快捷方式"
|
|
1811
|
-
},
|
|
1812
|
-
"show_audio_options_b489926b": {
|
|
1813
|
-
"message": "显示音频选项"
|
|
1814
|
-
},
|
|
1815
|
-
"show_image_options_1e2ecc6b": {
|
|
1816
|
-
"message": "显示图像选项"
|
|
1817
|
-
},
|
|
1818
|
-
"show_link_options_545338fd": {
|
|
1819
|
-
"message": "显示链接选项"
|
|
1820
|
-
},
|
|
1821
|
-
"show_studio_media_options_a0c748c6": {
|
|
1822
|
-
"message": "显示 Studio 媒体选项"
|
|
1823
|
-
},
|
|
1824
|
-
"show_video_options_6ed3721a": {
|
|
1825
|
-
"message": "显示视频选项"
|
|
1826
|
-
},
|
|
1827
|
-
"sighted_users_browse_web_pages_quickly_looking_for_1d4db0c1": {
|
|
1828
|
-
"message": "视力好的用户快速浏览网页,查找大号字体或粗体标题。屏幕读取器用户依赖于标题了解上下文。标题应使用正确的结构。"
|
|
1829
|
-
},
|
|
1830
|
-
"sighted_users_browse_web_pages_quickly_looking_for_ade806f5": {
|
|
1831
|
-
"message": "视力好的用户快速浏览网页,查找大号字体或粗体标题。屏幕读取器用户依赖于标题了解上下文。标题应在正确的结构内保持简洁。"
|
|
1832
|
-
},
|
|
1833
|
-
"sigma_5c35e553": {
|
|
1834
|
-
"message": "Sigma"
|
|
1835
|
-
},
|
|
1836
|
-
"sigma_variant_8155625": {
|
|
1837
|
-
"message": "Sigma(变体)"
|
|
1838
|
-
},
|
|
1839
|
-
"single_color_image_4e5d4dbc": {
|
|
1840
|
-
"message": "单色图像"
|
|
1841
|
-
},
|
|
1842
|
-
"single_color_image_color_95fa9a87": {
|
|
1843
|
-
"message": "单色图像颜色"
|
|
1844
|
-
},
|
|
1845
|
-
"size_b30e1077": {
|
|
1846
|
-
"message": "大小"
|
|
1847
|
-
},
|
|
1848
|
-
"size_of_caption_file_is_greater_than_the_maximum_m_bff5f86e": {
|
|
1849
|
-
"message": "字幕文件的大小必须大于允许的文件大小最大值 { max } kb。"
|
|
1850
|
-
},
|
|
1851
|
-
"small_b070434a": {
|
|
1852
|
-
"message": "小"
|
|
1853
|
-
},
|
|
1854
|
-
"solid_circle_9f061dfc": {
|
|
1855
|
-
"message": "实心圆"
|
|
1856
|
-
},
|
|
1857
|
-
"something_went_wrong_89195131": {
|
|
1858
|
-
"message": "出了些问题。"
|
|
1859
|
-
},
|
|
1860
|
-
"something_went_wrong_accessing_your_webcam_6643b87e": {
|
|
1861
|
-
"message": "访问您的网络摄像头时出现问题。"
|
|
1862
|
-
},
|
|
1863
|
-
"something_went_wrong_and_i_don_t_know_what_to_show_e0c54ec8": {
|
|
1864
|
-
"message": "出错了,我不知道该给您看些什么。"
|
|
1865
|
-
},
|
|
1866
|
-
"something_went_wrong_check_your_connection_reload__c7868286": {
|
|
1867
|
-
"message": "出了些问题。检查您的网络连接,重新加载页面并重试。"
|
|
1868
|
-
},
|
|
1869
|
-
"something_went_wrong_d238c551": {
|
|
1870
|
-
"message": "出了些问题"
|
|
1871
|
-
},
|
|
1872
|
-
"something_went_wrong_while_sharing_your_screen_8de579e5": {
|
|
1873
|
-
"message": "共享屏幕时遇到问题。"
|
|
1874
|
-
},
|
|
1875
|
-
"sort_by_e75f9e3e": {
|
|
1876
|
-
"message": "排序"
|
|
1877
|
-
},
|
|
1878
|
-
"spades_suit_b37020c2": {
|
|
1879
|
-
"message": "黑桃(花色)"
|
|
1880
|
-
},
|
|
1881
|
-
"square_511eb3b3": {
|
|
1882
|
-
"message": "方形"
|
|
1883
|
-
},
|
|
1884
|
-
"square_cap_9ec88646": {
|
|
1885
|
-
"message": "方头"
|
|
1886
|
-
},
|
|
1887
|
-
"square_cup_b0665113": {
|
|
1888
|
-
"message": "方杯"
|
|
1889
|
-
},
|
|
1890
|
-
"square_root_e8bcbc60": {
|
|
1891
|
-
"message": "平方根"
|
|
1892
|
-
},
|
|
1893
|
-
"square_root_symbol_d0898a53": {
|
|
1894
|
-
"message": "平方根符号"
|
|
1895
|
-
},
|
|
1896
|
-
"square_subset_17be67cb": {
|
|
1897
|
-
"message": "平方子集"
|
|
1898
|
-
},
|
|
1899
|
-
"square_subset_strict_7044e84f": {
|
|
1900
|
-
"message": "平方子集(严格)"
|
|
1901
|
-
},
|
|
1902
|
-
"square_superset_3be8dae1": {
|
|
1903
|
-
"message": "平方超集"
|
|
1904
|
-
},
|
|
1905
|
-
"square_superset_strict_fa4262e4": {
|
|
1906
|
-
"message": "平方超集(严格)"
|
|
1907
|
-
},
|
|
1908
|
-
"square_unordered_list_b15ce93b": {
|
|
1909
|
-
"message": "方形无序列表"
|
|
1910
|
-
},
|
|
1911
|
-
"star_8d156e09": {
|
|
1912
|
-
"message": "星形标记"
|
|
1913
|
-
},
|
|
1914
|
-
"start_over_f7552aa9": {
|
|
1915
|
-
"message": "重新开始"
|
|
1916
|
-
},
|
|
1917
|
-
"start_recording_9a65141a": {
|
|
1918
|
-
"message": "开始录制"
|
|
1919
|
-
},
|
|
1920
|
-
"steel_blue_14296f08": {
|
|
1921
|
-
"message": "钢青色"
|
|
1922
|
-
},
|
|
1923
|
-
"studio_media_options_ee504361": {
|
|
1924
|
-
"message": "Studio 媒体选项"
|
|
1925
|
-
},
|
|
1926
|
-
"studio_media_options_tray_cfb94654": {
|
|
1927
|
-
"message": "Studio 媒体选项任务栏"
|
|
1928
|
-
},
|
|
1929
|
-
"styles_2aa721ef": {
|
|
1930
|
-
"message": "样式"
|
|
1931
|
-
},
|
|
1932
|
-
"submit_a3cc6859": {
|
|
1933
|
-
"message": "提交"
|
|
1934
|
-
},
|
|
1935
|
-
"subscript_59744f96": {
|
|
1936
|
-
"message": "下标"
|
|
1937
|
-
},
|
|
1938
|
-
"subset_19c1a92f": {
|
|
1939
|
-
"message": "子集"
|
|
1940
|
-
},
|
|
1941
|
-
"subset_strict_8d8948d6": {
|
|
1942
|
-
"message": "子集(严格)"
|
|
1943
|
-
},
|
|
1944
|
-
"succeeds_9cc31be9": {
|
|
1945
|
-
"message": "后于"
|
|
1946
|
-
},
|
|
1947
|
-
"succeeds_equal_158e8c3a": {
|
|
1948
|
-
"message": "后于等于"
|
|
1949
|
-
},
|
|
1950
|
-
"sum_b0842d31": {
|
|
1951
|
-
"message": "总和"
|
|
1952
|
-
},
|
|
1953
|
-
"superscript_8cb349a2": {
|
|
1954
|
-
"message": "上标"
|
|
1955
|
-
},
|
|
1956
|
-
"superscript_and_subscript_37f94a50": {
|
|
1957
|
-
"message": "上标和下标"
|
|
1958
|
-
},
|
|
1959
|
-
"superset_c4db8a7a": {
|
|
1960
|
-
"message": "超集"
|
|
1961
|
-
},
|
|
1962
|
-
"superset_strict_c77dd6d2": {
|
|
1963
|
-
"message": "超集(严格)"
|
|
1964
|
-
},
|
|
1965
|
-
"supported_file_types_srt_or_webvtt_7d827ed": {
|
|
1966
|
-
"message": "支持的文件类型:SRT或WebVTT"
|
|
1967
|
-
},
|
|
1968
|
-
"switch_to_pretty_html_editor_a3cee15f": {
|
|
1969
|
-
"message": "切换到优质 HTML 编辑器"
|
|
1970
|
-
},
|
|
1971
|
-
"switch_to_raw_html_editor_f970ae1a": {
|
|
1972
|
-
"message": "切换到原始 HTML 编辑器"
|
|
1973
|
-
},
|
|
1974
|
-
"switch_to_the_html_editor_146dfffd": {
|
|
1975
|
-
"message": "切换到 HTML 编辑器"
|
|
1976
|
-
},
|
|
1977
|
-
"switch_to_the_rich_text_editor_63c1ecf6": {
|
|
1978
|
-
"message": "切换到富文本编辑器"
|
|
1979
|
-
},
|
|
1980
|
-
"syllabus_f191f65b": {
|
|
1981
|
-
"message": "教学大纲"
|
|
1982
|
-
},
|
|
1983
|
-
"system_audio_allowed_b2508f8c": {
|
|
1984
|
-
"message": "系统音频已启用"
|
|
1985
|
-
},
|
|
1986
|
-
"system_audio_disabled_c177bd13": {
|
|
1987
|
-
"message": "系统音频已禁用"
|
|
1988
|
-
},
|
|
1989
|
-
"tab_arrows_4cf5abfc": {
|
|
1990
|
-
"message": "TAB/箭头"
|
|
1991
|
-
},
|
|
1992
|
-
"table_header_starting_with_start_ffcabba6": {
|
|
1993
|
-
"message": "以{ start }开始的表格标题"
|
|
1994
|
-
},
|
|
1995
|
-
"table_starting_with_start_e7232848": {
|
|
1996
|
-
"message": "以{ start }开始的表格"
|
|
1997
|
-
},
|
|
1998
|
-
"tables_headers_should_specify_scope_5abf3a8e": {
|
|
1999
|
-
"message": "表格标题应确定范围。"
|
|
2000
|
-
},
|
|
2001
|
-
"tables_should_include_a_caption_describing_the_con_e91e78fc": {
|
|
2002
|
-
"message": "表格应包括描述表格内容的说明。"
|
|
2003
|
-
},
|
|
2004
|
-
"tables_should_include_at_least_one_header_48779eac": {
|
|
2005
|
-
"message": "表格应包括至少一个标题。"
|
|
2006
|
-
},
|
|
2007
|
-
"tau_880974b7": {
|
|
2008
|
-
"message": "Tau"
|
|
2009
|
-
},
|
|
2010
|
-
"teal_f729a294": {
|
|
2011
|
-
"message": "青色"
|
|
2012
|
-
},
|
|
2013
|
-
"text_7f4593da": {
|
|
2014
|
-
"message": "文本"
|
|
2015
|
-
},
|
|
2016
|
-
"text_background_color_16e61c3f": {
|
|
2017
|
-
"message": "文字背景颜色"
|
|
2018
|
-
},
|
|
2019
|
-
"text_color_acf75eb6": {
|
|
2020
|
-
"message": "文本颜色"
|
|
2021
|
-
},
|
|
2022
|
-
"text_is_difficult_to_read_without_sufficient_contr_69e62bd6": {
|
|
2023
|
-
"message": "文字和背景之间的对比度不足,因此文字阅读困难,尤其是对于视力较弱的人员而言。"
|
|
2024
|
-
},
|
|
2025
|
-
"text_larger_than_18pt_or_bold_14pt_should_display__5c364db6": {
|
|
2026
|
-
"message": "文字大于 18 磅(或粗体 14 磅)时显示的对比度应至少为 3:1。"
|
|
2027
|
-
},
|
|
2028
|
-
"text_optional_384f94f7": {
|
|
2029
|
-
"message": "文本(可选)"
|
|
2030
|
-
},
|
|
2031
|
-
"text_position_8df8c162": {
|
|
2032
|
-
"message": "文字位置"
|
|
2033
|
-
},
|
|
2034
|
-
"text_size_887c2f6": {
|
|
2035
|
-
"message": "文字大小"
|
|
2036
|
-
},
|
|
2037
|
-
"text_smaller_than_18pt_or_bold_14pt_should_display_aaffb22b": {
|
|
2038
|
-
"message": "文字小于 18 磅(或粗体 14 磅)时显示的对比度应至少为 4.5:1。"
|
|
2039
|
-
},
|
|
2040
|
-
"the_document_preview_is_currently_being_processed__7d9ea135": {
|
|
2041
|
-
"message": "目前正在处理文档预览。请稍后再试。"
|
|
2042
|
-
},
|
|
2043
|
-
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2044
|
-
"message": "页面上的第一个标题应该是H2。"
|
|
2045
|
-
},
|
|
2046
|
-
"the_following_content_is_partner_provided_ed1da756": {
|
|
2047
|
-
"message": "以下内容由合作伙伴提供"
|
|
2048
|
-
},
|
|
2049
|
-
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2050
|
-
"message": "材料在公开域中"
|
|
2051
|
-
},
|
|
2052
|
-
"the_material_is_licensed_under_creative_commons_3242cb5e": {
|
|
2053
|
-
"message": "材料已根据 Creative Commons 许可"
|
|
2054
|
-
},
|
|
2055
|
-
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2056
|
-
"message": "材料有例外情况——例如,合理使用、引用权,或版权法规定的其他适用的情况"
|
|
2057
|
-
},
|
|
2058
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2059
|
-
"message": "以上内容由合作伙伴提供"
|
|
2060
|
-
},
|
|
2061
|
-
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2062
|
-
"message": "无法通过键盘访问精美 HTML 编辑器。按 Shift O 打开原始 HTML 编辑器。"
|
|
2063
|
-
},
|
|
2064
|
-
"therefore_d860e024": {
|
|
2065
|
-
"message": "因此"
|
|
2066
|
-
},
|
|
2067
|
-
"theta_ce2d2350": {
|
|
2068
|
-
"message": "Theta"
|
|
2069
|
-
},
|
|
2070
|
-
"theta_variant_fff6da6f": {
|
|
2071
|
-
"message": "Theta(变体)"
|
|
2072
|
-
},
|
|
2073
|
-
"thick_downward_arrow_b85add4c": {
|
|
2074
|
-
"message": "厚向下箭头"
|
|
2075
|
-
},
|
|
2076
|
-
"thick_left_arrow_d5f3e925": {
|
|
2077
|
-
"message": "厚左箭头"
|
|
2078
|
-
},
|
|
2079
|
-
"thick_leftward_arrow_6ab89880": {
|
|
2080
|
-
"message": "厚向左箭头"
|
|
2081
|
-
},
|
|
2082
|
-
"thick_right_arrow_3ed5e8f7": {
|
|
2083
|
-
"message": "厚右箭头"
|
|
2084
|
-
},
|
|
2085
|
-
"thick_rightward_arrow_a2e1839e": {
|
|
2086
|
-
"message": "厚向右箭头"
|
|
2087
|
-
},
|
|
2088
|
-
"thick_upward_arrow_acd20328": {
|
|
2089
|
-
"message": "厚向上箭头"
|
|
2090
|
-
},
|
|
2091
|
-
"this_document_cannot_be_displayed_within_canvas_7aba77be": {
|
|
2092
|
-
"message": "无法在 Canvas 中显示此文档。"
|
|
2093
|
-
},
|
|
2094
|
-
"this_equation_cannot_be_rendered_in_basic_view_9b6c07ae": {
|
|
2095
|
-
"message": "无法在基本视图中呈现此公式。"
|
|
2096
|
-
},
|
|
2097
|
-
"this_image_is_currently_unavailable_25c68857": {
|
|
2098
|
-
"message": "该图像目前不可用"
|
|
2099
|
-
},
|
|
2100
|
-
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2101
|
-
"message": "虽然您的视频在浏览器里会有正确标题,但我们无法在数据库里更新。"
|
|
2102
|
-
},
|
|
2103
|
-
"timebar_a4d18443": {
|
|
2104
|
-
"message": "进度条"
|
|
2105
|
-
},
|
|
2106
|
-
"title_ee03d132": {
|
|
2107
|
-
"message": "标题"
|
|
2108
|
-
},
|
|
2109
|
-
"to_be_posted_when_d24bf7dc": {
|
|
2110
|
-
"message": "待发布:{ when }"
|
|
2111
|
-
},
|
|
2112
|
-
"to_do_when_2783d78f": {
|
|
2113
|
-
"message": "待办事项:{ when }"
|
|
2114
|
-
},
|
|
2115
|
-
"toggle_summary_group_413df9ac": {
|
|
2116
|
-
"message": "切换{ summary }组"
|
|
2117
|
-
},
|
|
2118
|
-
"toggle_tooltip_d3b7cb86": {
|
|
2119
|
-
"message": "切换工具提示"
|
|
2120
|
-
},
|
|
2121
|
-
"tools_2fcf772e": {
|
|
2122
|
-
"message": "工具"
|
|
2123
|
-
},
|
|
2124
|
-
"top_66e0adb6": {
|
|
2125
|
-
"message": "顶部"
|
|
2126
|
-
},
|
|
2127
|
-
"tray_839df38a": {
|
|
2128
|
-
"message": "托盘"
|
|
2129
|
-
},
|
|
2130
|
-
"triangle_6072304e": {
|
|
2131
|
-
"message": "三角形"
|
|
2132
|
-
},
|
|
2133
|
-
"turnstile_yields_f9e76df1": {
|
|
2134
|
-
"message": "十字转门(产生)"
|
|
2135
|
-
},
|
|
2136
|
-
"type_control_f9_to_access_image_options_text_a47e319f": {
|
|
2137
|
-
"message": "键入 Control F9 以访问图像选项。{ text }"
|
|
2138
|
-
},
|
|
2139
|
-
"type_control_f9_to_access_link_options_text_4ead9682": {
|
|
2140
|
-
"message": "键入 Control F9 以访问链接选项。{ text }"
|
|
2141
|
-
},
|
|
2142
|
-
"type_control_f9_to_access_table_options_text_92141329": {
|
|
2143
|
-
"message": "键入 Control F9 以访问表格选项。{ text }"
|
|
2144
|
-
},
|
|
2145
|
-
"unable_to_determine_resource_selection_url_7867e060": {
|
|
2146
|
-
"message": "无法确定资源选择 url"
|
|
2147
|
-
},
|
|
2148
|
-
"union_e6b57a53": {
|
|
2149
|
-
"message": "并集"
|
|
2150
|
-
},
|
|
2151
|
-
"unpublished_dfd8801": {
|
|
2152
|
-
"message": "取消发布"
|
|
2153
|
-
},
|
|
2154
|
-
"untitled_16aa4f2b": {
|
|
2155
|
-
"message": "无标题"
|
|
2156
|
-
},
|
|
2157
|
-
"untitled_efdc2d7d": {
|
|
2158
|
-
"message": "无标题"
|
|
2159
|
-
},
|
|
2160
|
-
"up_and_left_diagonal_arrow_e4a74a23": {
|
|
2161
|
-
"message": "左上斜箭头"
|
|
2162
|
-
},
|
|
2163
|
-
"up_and_right_diagonal_arrow_935b902e": {
|
|
2164
|
-
"message": "右上斜箭头"
|
|
2165
|
-
},
|
|
2166
|
-
"up_c553575d": {
|
|
2167
|
-
"message": "上"
|
|
2168
|
-
},
|
|
2169
|
-
"updated_link_a827e441": {
|
|
2170
|
-
"message": "更新的链接"
|
|
2171
|
-
},
|
|
2172
|
-
"upload_document_253f0478": {
|
|
2173
|
-
"message": "上传文档"
|
|
2174
|
-
},
|
|
2175
|
-
"upload_file_fd2361b8": {
|
|
2176
|
-
"message": "上传文件"
|
|
2177
|
-
},
|
|
2178
|
-
"upload_image_6120b609": {
|
|
2179
|
-
"message": "上传图像"
|
|
2180
|
-
},
|
|
2181
|
-
"upload_media_ce31135a": {
|
|
2182
|
-
"message": "上传媒体"
|
|
2183
|
-
},
|
|
2184
|
-
"upload_record_media_e4207d72": {
|
|
2185
|
-
"message": "上传/录制媒体"
|
|
2186
|
-
},
|
|
2187
|
-
"uploading_19e8a4e7": {
|
|
2188
|
-
"message": "正在上传"
|
|
2189
|
-
},
|
|
2190
|
-
"uppercase_alphabetic_ordered_list_3f5aa6b2": {
|
|
2191
|
-
"message": "大写字母有序列表"
|
|
2192
|
-
},
|
|
2193
|
-
"uppercase_delta_d4f4bc41": {
|
|
2194
|
-
"message": "大写 Delta"
|
|
2195
|
-
},
|
|
2196
|
-
"uppercase_gamma_86f492e9": {
|
|
2197
|
-
"message": "大写 Gamma"
|
|
2198
|
-
},
|
|
2199
|
-
"uppercase_lambda_c78d8ed4": {
|
|
2200
|
-
"message": "大写 Lambda"
|
|
2201
|
-
},
|
|
2202
|
-
"uppercase_omega_8aedfa2": {
|
|
2203
|
-
"message": "大写 Omega"
|
|
2204
|
-
},
|
|
2205
|
-
"uppercase_phi_caa36724": {
|
|
2206
|
-
"message": "大写 Phi"
|
|
2207
|
-
},
|
|
2208
|
-
"uppercase_pi_fcc70f5e": {
|
|
2209
|
-
"message": "大写 Pi"
|
|
2210
|
-
},
|
|
2211
|
-
"uppercase_psi_6395acbe": {
|
|
2212
|
-
"message": "大写 Psi"
|
|
2213
|
-
},
|
|
2214
|
-
"uppercase_roman_numeral_ordered_list_853f292b": {
|
|
2215
|
-
"message": "大写罗马数字有序列表"
|
|
2216
|
-
},
|
|
2217
|
-
"uppercase_sigma_dbb70e92": {
|
|
2218
|
-
"message": "大写 Sigma"
|
|
2219
|
-
},
|
|
2220
|
-
"uppercase_theta_49afc891": {
|
|
2221
|
-
"message": "大写 Theta"
|
|
2222
|
-
},
|
|
2223
|
-
"uppercase_upsilon_8c1e623e": {
|
|
2224
|
-
"message": "大写 Upsilon"
|
|
2225
|
-
},
|
|
2226
|
-
"uppercase_xi_341e8556": {
|
|
2227
|
-
"message": "大写 Xi"
|
|
2228
|
-
},
|
|
2229
|
-
"upsilon_33651634": {
|
|
2230
|
-
"message": "Upsilon"
|
|
2231
|
-
},
|
|
2232
|
-
"upward_and_downward_pointing_arrow_fa90a918": {
|
|
2233
|
-
"message": "上指和下指箭头"
|
|
2234
|
-
},
|
|
2235
|
-
"upward_and_downward_pointing_arrow_thick_d420fdef": {
|
|
2236
|
-
"message": "上指和下指箭头(厚)"
|
|
2237
|
-
},
|
|
2238
|
-
"upward_arrow_9992cb2d": {
|
|
2239
|
-
"message": "向上箭头"
|
|
2240
|
-
},
|
|
2241
|
-
"upward_pointing_triangle_d078d7cb": {
|
|
2242
|
-
"message": "上指三角形"
|
|
2243
|
-
},
|
|
2244
|
-
"url_22a5f3b8": {
|
|
2245
|
-
"message": "URL"
|
|
2246
|
-
},
|
|
2247
|
-
"usage_right_ff96f3e2": {
|
|
2248
|
-
"message": "使用权限:"
|
|
2249
|
-
},
|
|
2250
|
-
"usage_rights_required_5fe4dd68": {
|
|
2251
|
-
"message": "使用权限(必填)"
|
|
2252
|
-
},
|
|
2253
|
-
"use_arrow_keys_to_navigate_options_2021cc50": {
|
|
2254
|
-
"message": "使用方向键来导航各选项。"
|
|
2255
|
-
},
|
|
2256
|
-
"use_arrow_keys_to_select_a_shape_c8eb57ed": {
|
|
2257
|
-
"message": "使用箭头键选择形状。"
|
|
2258
|
-
},
|
|
2259
|
-
"use_arrow_keys_to_select_a_size_699a19f4": {
|
|
2260
|
-
"message": "使用箭头键选择大小。"
|
|
2261
|
-
},
|
|
2262
|
-
"use_arrow_keys_to_select_a_text_position_72f9137c": {
|
|
2263
|
-
"message": "使用箭头键选择文字位置。"
|
|
2264
|
-
},
|
|
2265
|
-
"use_arrow_keys_to_select_a_text_size_65e89336": {
|
|
2266
|
-
"message": "使用箭头键选择文字大小。"
|
|
2267
|
-
},
|
|
2268
|
-
"use_arrow_keys_to_select_an_outline_size_e009d6b0": {
|
|
2269
|
-
"message": "使用箭头键选择轮廓大小。"
|
|
2270
|
-
},
|
|
2271
|
-
"used_by_screen_readers_to_describe_the_content_of__4f14b4e4": {
|
|
2272
|
-
"message": "屏幕朗读器用来描述{ TYPE }的内容"
|
|
2273
|
-
},
|
|
2274
|
-
"used_by_screen_readers_to_describe_the_content_of__b1e76d9e": {
|
|
2275
|
-
"message": "屏幕阅读器用它来描述图像内容"
|
|
2276
|
-
},
|
|
2277
|
-
"used_by_screen_readers_to_describe_the_video_37ebad25": {
|
|
2278
|
-
"message": "被屏幕阅读器用来描述视频"
|
|
2279
|
-
},
|
|
2280
|
-
"user_documents_c206e61f": {
|
|
2281
|
-
"message": "用户文档"
|
|
2282
|
-
},
|
|
2283
|
-
"user_files_78e21703": {
|
|
2284
|
-
"message": "用户文档"
|
|
2285
|
-
},
|
|
2286
|
-
"user_images_b6490852": {
|
|
2287
|
-
"message": "用户图像"
|
|
2288
|
-
},
|
|
2289
|
-
"user_media_14fbf656": {
|
|
2290
|
-
"message": "用户媒体"
|
|
2291
|
-
},
|
|
2292
|
-
"vector_notation_cf6086ab": {
|
|
2293
|
-
"message": "矢量(符号)"
|
|
2294
|
-
},
|
|
2295
|
-
"vertical_bar_set_builder_notation_4300495f": {
|
|
2296
|
-
"message": "竖线(集合生成器符号)"
|
|
2297
|
-
},
|
|
2298
|
-
"vertical_dots_bfb21f14": {
|
|
2299
|
-
"message": "竖点"
|
|
2300
|
-
},
|
|
2301
|
-
"video_options_24ef6e5d": {
|
|
2302
|
-
"message": "视频选项"
|
|
2303
|
-
},
|
|
2304
|
-
"video_options_tray_3b9809a5": {
|
|
2305
|
-
"message": "视频选项托盘"
|
|
2306
|
-
},
|
|
2307
|
-
"video_player_b371005": {
|
|
2308
|
-
"message": "视频播放器"
|
|
2309
|
-
},
|
|
2310
|
-
"video_player_for_9e7d373b": {
|
|
2311
|
-
"message": "的视频播放器 "
|
|
2312
|
-
},
|
|
2313
|
-
"video_player_for_title_ffd9fbc4": {
|
|
2314
|
-
"message": "{ title }的视频播放器"
|
|
2315
|
-
},
|
|
2316
|
-
"view_all_e13bf0a6": {
|
|
2317
|
-
"message": "查看全部"
|
|
2318
|
-
},
|
|
2319
|
-
"view_ba339f93": {
|
|
2320
|
-
"message": "查看"
|
|
2321
|
-
},
|
|
2322
|
-
"view_description_30446afc": {
|
|
2323
|
-
"message": "查看说明"
|
|
2324
|
-
},
|
|
2325
|
-
"view_keyboard_shortcuts_34d1be0b": {
|
|
2326
|
-
"message": "查看键盘快捷键"
|
|
2327
|
-
},
|
|
2328
|
-
"view_title_description_67940918": {
|
|
2329
|
-
"message": "查看{ title }说明"
|
|
2330
|
-
},
|
|
2331
|
-
"view_word_and_character_counts_a743dd0c": {
|
|
2332
|
-
"message": "查看字数和字符数"
|
|
2333
|
-
},
|
|
2334
|
-
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2335
|
-
"message": "我们未发现正常工作的麦克风连接到设备。"
|
|
2336
|
-
},
|
|
2337
|
-
"we_couldn_t_detect_a_working_webcam_connected_to_y_6715cc4": {
|
|
2338
|
-
"message": "我们未发现正常工作的网络摄像头连接到设备。"
|
|
2339
|
-
},
|
|
2340
|
-
"we_couldn_t_detect_a_working_webcam_or_microphone__263b6674": {
|
|
2341
|
-
"message": "我们未发现正常工作的网络摄像头或麦克风连接到设备。"
|
|
2342
|
-
},
|
|
2343
|
-
"webcam_disabled_30c66986": {
|
|
2344
|
-
"message": "网络摄像头已禁用"
|
|
2345
|
-
},
|
|
2346
|
-
"webcam_fe91b20f": {
|
|
2347
|
-
"message": "网络摄像头"
|
|
2348
|
-
},
|
|
2349
|
-
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2350
|
-
"message": "网页应仅具有一个H1,自动供页面标题使用。内容中的第一个标题应该是H2。"
|
|
2351
|
-
},
|
|
2352
|
-
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2353
|
-
"message": "如果对使用列表格式显示的项目使用标记,但不指示列表关系,用户可能在浏览信息时会遇到困难。"
|
|
2354
|
-
},
|
|
2355
|
-
"white_87fa64fd": {
|
|
2356
|
-
"message": "白色"
|
|
2357
|
-
},
|
|
2358
|
-
"why_523b3d8c": {
|
|
2359
|
-
"message": "原因"
|
|
2360
|
-
},
|
|
2361
|
-
"width_492fec76": {
|
|
2362
|
-
"message": "宽度"
|
|
2363
|
-
},
|
|
2364
|
-
"width_and_height_must_be_numbers_110ab2e3": {
|
|
2365
|
-
"message": "宽度和高度必须为数字"
|
|
2366
|
-
},
|
|
2367
|
-
"width_x_height_px_ff3ccb93": {
|
|
2368
|
-
"message": "{ width } x { height }px"
|
|
2369
|
-
},
|
|
2370
|
-
"wiki_home_9cd54d0": {
|
|
2371
|
-
"message": "维基主页"
|
|
2372
|
-
},
|
|
2373
|
-
"word_count_c77fe3a6": {
|
|
2374
|
-
"message": "字数统计"
|
|
2375
|
-
},
|
|
2376
|
-
"words_b448b7d5": {
|
|
2377
|
-
"message": "字"
|
|
2378
|
-
},
|
|
2379
|
-
"wreath_product_200b38ef": {
|
|
2380
|
-
"message": "圈积"
|
|
2381
|
-
},
|
|
2382
|
-
"xi_149681d0": {
|
|
2383
|
-
"message": "Xi"
|
|
2384
|
-
},
|
|
2385
|
-
"yes_dde87d5": {
|
|
2386
|
-
"message": "是"
|
|
2387
|
-
},
|
|
2388
|
-
"you_have_unsaved_changes_in_the_icon_maker_tray_do_e8cf5f1b": {
|
|
2389
|
-
"message": "“图标编辑器”托盘中有未保存的更改。是否要继续操作而不保存这些更改?"
|
|
2390
|
-
},
|
|
2391
|
-
"you_may_need_to_adjust_additional_headings_to_main_975f0eee": {
|
|
2392
|
-
"message": "您可能需要调整其他标题以保持页面层次结构。"
|
|
2393
|
-
},
|
|
2394
|
-
"you_may_not_upload_an_empty_file_11c31eb2": {
|
|
2395
|
-
"message": "无法上传空文件。"
|
|
2396
|
-
},
|
|
2397
|
-
"your_image_has_been_compressed_for_icon_maker_imag_2e45cd91": {
|
|
2398
|
-
"message": "您的图像已被压缩以用于 Icon Maker。小于 { size } KB 的图像将不会被压缩。"
|
|
2399
|
-
},
|
|
2400
|
-
"your_microphone_is_blocked_in_the_browser_settings_42af0ddc": {
|
|
2401
|
-
"message": "您的麦克风在浏览器设置中被拦截。"
|
|
2402
|
-
},
|
|
2403
|
-
"your_webcam_and_microphone_are_blocked_in_the_brow_73357dc6": {
|
|
2404
|
-
"message": "您的网络摄像头和麦克风在浏览器设置中被拦截。"
|
|
2405
|
-
},
|
|
2406
|
-
"your_webcam_is_blocked_in_the_browser_settings_7f638128": {
|
|
2407
|
-
"message": "您的网络摄像头在浏览器设置中被拦截。"
|
|
2408
|
-
},
|
|
2409
|
-
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2410
|
-
"message": "您的网络摄像头可能正在使用中。"
|
|
2411
|
-
},
|
|
2412
|
-
"zeta_5ef24f0e": {
|
|
2413
|
-
"message": "Zeta"
|
|
2414
|
-
},
|
|
2415
|
-
"zoom_f3e54d69": {
|
|
2416
|
-
"message": "缩放"
|
|
2417
|
-
},
|
|
2418
|
-
"zoom_in_image_bb97d4f": {
|
|
2419
|
-
"message": "放大图片"
|
|
2420
|
-
},
|
|
2421
|
-
"zoom_out_image_d0a0a2ec": {
|
|
2422
|
-
"message": "缩小图片"
|
|
2423
|
-
}
|
|
2424
|
-
};
|
|
2425
|
-
formatMessage.addLocale({
|
|
2426
|
-
'zh-Hans': locale
|
|
2427
|
-
});
|