@instructure/canvas-rce 5.12.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 +8 -0
- package/babel-register.js +0 -7
- package/babel.config.cjs.js +0 -7
- package/babel.config.js +0 -9
- 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/index.js +1 -1
- package/es/rce/RCEWrapper.js +3 -2322
- 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/tinymce.oxide.content.min.css.js +732 -0
- package/es/rce/tinymce.oxide.skin.min.css.js +7 -0
- package/jest.config.js +0 -7
- package/package.json +1 -5
- package/scripts/build.js +1 -7
- package/lib/bridge/Bridge.js +0 -287
- package/lib/bridge/index.js +0 -21
- package/lib/canvasFileBrowser/FileBrowser.js +0 -457
- 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 -152
- 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/defaultTinymceConfig.js +0 -160
- package/lib/elementDenylist.js +0 -19
- 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 -46
- package/lib/getTranslations.js +0 -340
- 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 -4274
- 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 -386
- 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 -325
- 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 -120
- 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 -91
- 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 -122
- 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 -297
- 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/Lti13ContentItemJson.js +0 -23
- 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 -47
- 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 -152
- package/lib/rce/plugins/instructure_record/AudioOptionsTray/index.js +0 -154
- package/lib/rce/plugins/instructure_record/MediaPanel/index.js +0 -123
- package/lib/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +0 -240
- package/lib/rce/plugins/instructure_record/VideoOptionsTray/index.js +0 -350
- 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 -129
- package/lib/rce/plugins/shared/fileTypeUtils.js +0 -139
- 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 -672
- 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/ab.js +0 -26
- package/lib/translations/locales/ar.js +0 -2427
- package/lib/translations/locales/ca.js +0 -2427
- package/lib/translations/locales/cs.js +0 -27
- package/lib/translations/locales/cs_CZ.js +0 -27
- 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/da_DK.js +0 -27
- 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/en_NZ.js +0 -26
- package/lib/translations/locales/en_SE.js +0 -26
- package/lib/translations/locales/en_US.js +0 -26
- package/lib/translations/locales/es.js +0 -2427
- package/lib/translations/locales/es_ES.js +0 -2427
- package/lib/translations/locales/es_GT.js +0 -27
- 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/hu_HU.js +0 -27
- package/lib/translations/locales/hy.js +0 -444
- package/lib/translations/locales/id.js +0 -2426
- package/lib/translations/locales/id_ID.js +0 -26
- 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/ko_KR.js +0 -27
- package/lib/translations/locales/lt.js +0 -26
- package/lib/translations/locales/lt_LT.js +0 -26
- package/lib/translations/locales/mi.js +0 -2426
- package/lib/translations/locales/mn_MN.js +0 -26
- package/lib/translations/locales/ms.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/nl_NL.js +0 -27
- 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/ro.js +0 -27
- package/lib/translations/locales/ru.js +0 -2427
- package/lib/translations/locales/se.js +0 -26
- 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 -2427
- package/lib/translations/locales/sv_SE.js +0 -27
- package/lib/translations/locales/tg.js +0 -26
- package/lib/translations/locales/th.js +0 -2427
- package/lib/translations/locales/th_TH.js +0 -27
- package/lib/translations/locales/tl_PH.js +0 -26
- package/lib/translations/locales/tr.js +0 -687
- package/lib/translations/locales/uk_UA.js +0 -519
- package/lib/translations/locales/vi.js +0 -2427
- package/lib/translations/locales/vi_VN.js +0 -27
- 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/locales/zh_TW.Big5.js +0 -27
- package/lib/translations/locales/zh_TW.js +0 -27
- 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/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,2426 +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
|
-
const locale = {
|
|
20
|
-
"access_the_pretty_html_editor_37168efe": {
|
|
21
|
-
"message": "Gen aksè a bèl editè HTML la"
|
|
22
|
-
},
|
|
23
|
-
"accessibility_checker_b3af1f6c": {
|
|
24
|
-
"message": "Verifikatè Aksesibilite"
|
|
25
|
-
},
|
|
26
|
-
"action_to_take_b626a99a": {
|
|
27
|
-
"message": "Aksyon ki dwe fèt:"
|
|
28
|
-
},
|
|
29
|
-
"add_8523c19b": {
|
|
30
|
-
"message": "Ajoute"
|
|
31
|
-
},
|
|
32
|
-
"add_a_caption_2a915239": {
|
|
33
|
-
"message": "Ajoute yon soutit"
|
|
34
|
-
},
|
|
35
|
-
"add_alt_text_for_the_image_48cd88aa": {
|
|
36
|
-
"message": "Ajoute lòt tèks pou imaj la"
|
|
37
|
-
},
|
|
38
|
-
"add_another_f4e50d57": {
|
|
39
|
-
"message": "Ajoute yon lòt"
|
|
40
|
-
},
|
|
41
|
-
"add_cc_subtitles_55f0394e": {
|
|
42
|
-
"message": "Ajoute CC/Soutit"
|
|
43
|
-
},
|
|
44
|
-
"add_image_60b2de07": {
|
|
45
|
-
"message": "Ajoute Imaj"
|
|
46
|
-
},
|
|
47
|
-
"add_one_9e34a6f8": {
|
|
48
|
-
"message": "Ajoute yonn!"
|
|
49
|
-
},
|
|
50
|
-
"additional_considerations_f3801683": {
|
|
51
|
-
"message": "Lòt konsiderasyon"
|
|
52
|
-
},
|
|
53
|
-
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
54
|
-
"message": "Lyen Adjasan ak menm URL yo dwe yon lyen inik."
|
|
55
|
-
},
|
|
56
|
-
"aleph_f4ffd155": {
|
|
57
|
-
"message": "Aleph"
|
|
58
|
-
},
|
|
59
|
-
"align_11050992": {
|
|
60
|
-
"message": "Aliyen"
|
|
61
|
-
},
|
|
62
|
-
"alignment_and_lists_5cebcb69": {
|
|
63
|
-
"message": "Aliyman ak Lis"
|
|
64
|
-
},
|
|
65
|
-
"all_4321c3a1": {
|
|
66
|
-
"message": "Tout"
|
|
67
|
-
},
|
|
68
|
-
"all_apps_a50dea49": {
|
|
69
|
-
"message": "Tout App yo"
|
|
70
|
-
},
|
|
71
|
-
"alpha_15d59033": {
|
|
72
|
-
"message": "Αlpha"
|
|
73
|
-
},
|
|
74
|
-
"alphabetical_55b5b4e0": {
|
|
75
|
-
"message": "Alfabetik"
|
|
76
|
-
},
|
|
77
|
-
"alt_attribute_text_should_not_contain_more_than_12_e21d4040": {
|
|
78
|
-
"message": "Lòt atribi tèks yo pata dwe gen plis pase 120 karaktè."
|
|
79
|
-
},
|
|
80
|
-
"alt_text_611fb322": {
|
|
81
|
-
"message": "Tèks Altèn"
|
|
82
|
-
},
|
|
83
|
-
"amalg_coproduct_c589fb12": {
|
|
84
|
-
"message": "Amalg (Kopwodui)"
|
|
85
|
-
},
|
|
86
|
-
"an_error_occured_reading_the_file_ff48558b": {
|
|
87
|
-
"message": "Gen yon erè ki fèt pandan lekti fichye a"
|
|
88
|
-
},
|
|
89
|
-
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
90
|
-
"message": "Gen yon erè ki fèt pandan demann rezo a"
|
|
91
|
-
},
|
|
92
|
-
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
93
|
-
"message": "Gen yon erè ki pase pandan chajman medya ou a."
|
|
94
|
-
},
|
|
95
|
-
"and_7fcc2911": {
|
|
96
|
-
"message": "Ak"
|
|
97
|
-
},
|
|
98
|
-
"angle_c5b4ec50": {
|
|
99
|
-
"message": "Ang"
|
|
100
|
-
},
|
|
101
|
-
"announcement_fb4cb645": {
|
|
102
|
-
"message": "Anons"
|
|
103
|
-
},
|
|
104
|
-
"announcement_list_da155734": {
|
|
105
|
-
"message": "Lis Anons"
|
|
106
|
-
},
|
|
107
|
-
"announcements_a4b8ed4a": {
|
|
108
|
-
"message": "Anons"
|
|
109
|
-
},
|
|
110
|
-
"apply_781a2546": {
|
|
111
|
-
"message": "Aplike"
|
|
112
|
-
},
|
|
113
|
-
"apply_changes_to_all_instances_of_this_icon_maker__2642f466": {
|
|
114
|
-
"message": "Aplike tout chanjman Ikòn Kreyatè Ikòn sa a nan Kou a"
|
|
115
|
-
},
|
|
116
|
-
"approaches_the_limit_893aeec9": {
|
|
117
|
-
"message": "Apwoche Limit lan"
|
|
118
|
-
},
|
|
119
|
-
"approximately_e7965800": {
|
|
120
|
-
"message": "Apeprè"
|
|
121
|
-
},
|
|
122
|
-
"apps_54d24a47": {
|
|
123
|
-
"message": "Apps"
|
|
124
|
-
},
|
|
125
|
-
"are_you_sure_you_want_to_cancel_changes_you_made_m_c5210496": {
|
|
126
|
-
"message": "Ou kwè vrèman ou vle anile? Chanjman ou fè yo gendwa pa anrejistre."
|
|
127
|
-
},
|
|
128
|
-
"arrows_464a3e54": {
|
|
129
|
-
"message": "Flèch"
|
|
130
|
-
},
|
|
131
|
-
"art_icon_8e1daad": {
|
|
132
|
-
"message": "Ikòn la"
|
|
133
|
-
},
|
|
134
|
-
"aspect_ratio_will_be_preserved_cb5fdfb8": {
|
|
135
|
-
"message": "Fòma ap konsève"
|
|
136
|
-
},
|
|
137
|
-
"assignment_976578a8": {
|
|
138
|
-
"message": "Sesyon"
|
|
139
|
-
},
|
|
140
|
-
"assignments_1e02582c": {
|
|
141
|
-
"message": "Sesyon"
|
|
142
|
-
},
|
|
143
|
-
"asterisk_82255584": {
|
|
144
|
-
"message": "Asterisk"
|
|
145
|
-
},
|
|
146
|
-
"attributes_963ba262": {
|
|
147
|
-
"message": "Atribi"
|
|
148
|
-
},
|
|
149
|
-
"audio_and_video_recording_not_supported_please_use_5ce3f0d7": {
|
|
150
|
-
"message": "Anrejistreman odyo ak videyo a pa konpatib, tanpri, itilize lòt navigatè."
|
|
151
|
-
},
|
|
152
|
-
"audio_options_feb58e2c": {
|
|
153
|
-
"message": "Opsyon Odyo"
|
|
154
|
-
},
|
|
155
|
-
"audio_options_tray_33a90711": {
|
|
156
|
-
"message": "Plato Opsyon Odyo"
|
|
157
|
-
},
|
|
158
|
-
"audio_player_for_title_20cc70d": {
|
|
159
|
-
"message": "Lektè odyo pou { title }"
|
|
160
|
-
},
|
|
161
|
-
"auto_saved_content_exists_would_you_like_to_load_t_fee528f2": {
|
|
162
|
-
"message": "Anrejistreman otomatik kontni egziste. Èske w t ap pefere chaje kontni ki te anrejistre otomatikman yo pito?"
|
|
163
|
-
},
|
|
164
|
-
"available_folders_694d0436": {
|
|
165
|
-
"message": "Dosye disponib"
|
|
166
|
-
},
|
|
167
|
-
"backslash_b2d5442d": {
|
|
168
|
-
"message": "Backslash"
|
|
169
|
-
},
|
|
170
|
-
"bar_ec63ed6": {
|
|
171
|
-
"message": "Ba"
|
|
172
|
-
},
|
|
173
|
-
"basic_554cdc0a": {
|
|
174
|
-
"message": "Bazik"
|
|
175
|
-
},
|
|
176
|
-
"because_501841b": {
|
|
177
|
-
"message": "Paske"
|
|
178
|
-
},
|
|
179
|
-
"below_81d4dceb": {
|
|
180
|
-
"message": "Anba"
|
|
181
|
-
},
|
|
182
|
-
"beta_cb5f307e": {
|
|
183
|
-
"message": "Beta"
|
|
184
|
-
},
|
|
185
|
-
"big_circle_16b2e604": {
|
|
186
|
-
"message": "Gwo Sèk"
|
|
187
|
-
},
|
|
188
|
-
"binomial_coefficient_ea5b9bb7": {
|
|
189
|
-
"message": "Kowefisyan Binè"
|
|
190
|
-
},
|
|
191
|
-
"black_4cb01371": {
|
|
192
|
-
"message": "Nwa"
|
|
193
|
-
},
|
|
194
|
-
"blue_daf8fea9": {
|
|
195
|
-
"message": "Ble"
|
|
196
|
-
},
|
|
197
|
-
"bottom_15a2a9be": {
|
|
198
|
-
"message": "Anba"
|
|
199
|
-
},
|
|
200
|
-
"bottom_third_5f5fec1d": {
|
|
201
|
-
"message": "Tyè Enferyè"
|
|
202
|
-
},
|
|
203
|
-
"bowtie_5f9629e4": {
|
|
204
|
-
"message": "Bowtie"
|
|
205
|
-
},
|
|
206
|
-
"brick_f2656265": {
|
|
207
|
-
"message": "Brik"
|
|
208
|
-
},
|
|
209
|
-
"c_2001_acme_inc_283f7f80": {
|
|
210
|
-
"message": "(c) 2001 Acme Inc."
|
|
211
|
-
},
|
|
212
|
-
"cancel_caeb1e68": {
|
|
213
|
-
"message": "Anile"
|
|
214
|
-
},
|
|
215
|
-
"cap_product_3a5265a6": {
|
|
216
|
-
"message": "Kaskèt Pwodui"
|
|
217
|
-
},
|
|
218
|
-
"center_align_e68d9997": {
|
|
219
|
-
"message": "Aliyen nan Sant"
|
|
220
|
-
},
|
|
221
|
-
"centered_dot_64d5e378": {
|
|
222
|
-
"message": "Pwen Santre"
|
|
223
|
-
},
|
|
224
|
-
"centered_horizontal_dots_451c5815": {
|
|
225
|
-
"message": "Pwen Santre Orizontal"
|
|
226
|
-
},
|
|
227
|
-
"change_alt_text_92654906": {
|
|
228
|
-
"message": "Chanje tèks alt"
|
|
229
|
-
},
|
|
230
|
-
"change_heading_tag_to_paragraph_a61e3113": {
|
|
231
|
-
"message": "Chanje etikèt antèt la an paragraf"
|
|
232
|
-
},
|
|
233
|
-
"change_only_this_heading_s_level_903cc956": {
|
|
234
|
-
"message": "Chanje sèlman nivo antèt sa a"
|
|
235
|
-
},
|
|
236
|
-
"change_text_color_1aecb912": {
|
|
237
|
-
"message": "Chanje koulè tèks"
|
|
238
|
-
},
|
|
239
|
-
"changes_you_made_may_not_be_saved_4e8db973": {
|
|
240
|
-
"message": "Chanjman ou fè yo gendwa pa anrejistre."
|
|
241
|
-
},
|
|
242
|
-
"characters_9d897d1c": {
|
|
243
|
-
"message": "Karaktè"
|
|
244
|
-
},
|
|
245
|
-
"characters_no_spaces_485e5367": {
|
|
246
|
-
"message": "Karaktè (san espas)"
|
|
247
|
-
},
|
|
248
|
-
"check_accessibility_3c78211c": {
|
|
249
|
-
"message": "Verifye Aksesibilite"
|
|
250
|
-
},
|
|
251
|
-
"checking_for_accessibility_issues_fac18c6d": {
|
|
252
|
-
"message": "Pwoblèm verifikasyon Aksesibilite"
|
|
253
|
-
},
|
|
254
|
-
"chi_54a32644": {
|
|
255
|
-
"message": "Chi"
|
|
256
|
-
},
|
|
257
|
-
"choose_caption_file_9c45bc4e": {
|
|
258
|
-
"message": "Chwazi fichye soutit"
|
|
259
|
-
},
|
|
260
|
-
"choose_usage_rights_33683854": {
|
|
261
|
-
"message": "Itilizasyon dwa itilizasyon..."
|
|
262
|
-
},
|
|
263
|
-
"circle_484abe63": {
|
|
264
|
-
"message": "Sèk"
|
|
265
|
-
},
|
|
266
|
-
"circle_unordered_list_9e3a0763": {
|
|
267
|
-
"message": "Antoure lis ki pa òdone"
|
|
268
|
-
},
|
|
269
|
-
"clear_2084585f": {
|
|
270
|
-
"message": "Efase"
|
|
271
|
-
},
|
|
272
|
-
"clear_image_3213fe62": {
|
|
273
|
-
"message": "Imaj klè"
|
|
274
|
-
},
|
|
275
|
-
"clear_selected_file_82388e50": {
|
|
276
|
-
"message": "Efase fichye seleksyone"
|
|
277
|
-
},
|
|
278
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
279
|
-
"message": "Efase fichye seleksyone: { filename }"
|
|
280
|
-
},
|
|
281
|
-
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
282
|
-
"message": "Klike oswa klike epi peze touch majiskil la pou w ka gen aksè a editè html la."
|
|
283
|
-
},
|
|
284
|
-
"click_to_embed_imagename_c41ea8df": {
|
|
285
|
-
"message": "Klike pou entegre { imageName }"
|
|
286
|
-
},
|
|
287
|
-
"click_to_hide_preview_3c707763": {
|
|
288
|
-
"message": "Klike pou kache apèsi"
|
|
289
|
-
},
|
|
290
|
-
"click_to_insert_a_link_into_the_editor_c19613aa": {
|
|
291
|
-
"message": "Klike pou ensere yon lyen nan editè a"
|
|
292
|
-
},
|
|
293
|
-
"click_to_show_preview_faa27051": {
|
|
294
|
-
"message": "Klike pou afiche apèsi"
|
|
295
|
-
},
|
|
296
|
-
"close_a_menu_or_dialog_also_returns_you_to_the_edi_739079e6": {
|
|
297
|
-
"message": "Fèmen yon meni oswa yon dyalòg. L ap retounen w tou nan espas editè a"
|
|
298
|
-
},
|
|
299
|
-
"close_accessibility_checker_29d1c51e": {
|
|
300
|
-
"message": "Fèmen Verifikatè Aksesibilite"
|
|
301
|
-
},
|
|
302
|
-
"close_d634289d": {
|
|
303
|
-
"message": "Fèmen"
|
|
304
|
-
},
|
|
305
|
-
"closed_caption_file_must_be_less_than_maxkb_kb_5880f752": {
|
|
306
|
-
"message": "Fichye soutit la dwe mwens pase { maxKb } kb"
|
|
307
|
-
},
|
|
308
|
-
"closed_captions_subtitles_e6aaa016": {
|
|
309
|
-
"message": "CC/Soutit"
|
|
310
|
-
},
|
|
311
|
-
"clubs_suit_c1ffedff": {
|
|
312
|
-
"message": "Klèb (Konbinezon)"
|
|
313
|
-
},
|
|
314
|
-
"collaborations_5c56c15f": {
|
|
315
|
-
"message": "Kolaborasyon"
|
|
316
|
-
},
|
|
317
|
-
"collapse_to_hide_types_1ab46d2e": {
|
|
318
|
-
"message": "Fèmen pou kache { types }"
|
|
319
|
-
},
|
|
320
|
-
"color_picker_6b359edf": {
|
|
321
|
-
"message": "Seleksyonè Koulè"
|
|
322
|
-
},
|
|
323
|
-
"color_picker_colorname_selected_ad4cf400": {
|
|
324
|
-
"message": "Seleksyonè Koulè ({ colorName } seleksyone)"
|
|
325
|
-
},
|
|
326
|
-
"column_e1ae5c64": {
|
|
327
|
-
"message": "Kolonn"
|
|
328
|
-
},
|
|
329
|
-
"column_group_1c062368": {
|
|
330
|
-
"message": "Gwoup Kolonn"
|
|
331
|
-
},
|
|
332
|
-
"complex_numbers_a543d004": {
|
|
333
|
-
"message": "Nonm Konplèks"
|
|
334
|
-
},
|
|
335
|
-
"computer_1d7dfa6f": {
|
|
336
|
-
"message": "Òdinatè"
|
|
337
|
-
},
|
|
338
|
-
"congruent_5a244acd": {
|
|
339
|
-
"message": "Kongriyan"
|
|
340
|
-
},
|
|
341
|
-
"contains_311f37b7": {
|
|
342
|
-
"message": "Kontni"
|
|
343
|
-
},
|
|
344
|
-
"content_1440204b": {
|
|
345
|
-
"message": "Kontni"
|
|
346
|
-
},
|
|
347
|
-
"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb": {
|
|
348
|
-
"message": "Kontni an ap transfere toujou, si w kontinye li pa p entegre jan li ta dwe a."
|
|
349
|
-
},
|
|
350
|
-
"content_subtype_5ce35e88": {
|
|
351
|
-
"message": "Kontni Subtype"
|
|
352
|
-
},
|
|
353
|
-
"content_type_2cf90d95": {
|
|
354
|
-
"message": "Tip Kontni"
|
|
355
|
-
},
|
|
356
|
-
"coproduct_e7838082": {
|
|
357
|
-
"message": "Kopwodui"
|
|
358
|
-
},
|
|
359
|
-
"copyright_holder_66ee111": {
|
|
360
|
-
"message": "Titilè Dwa Otè:"
|
|
361
|
-
},
|
|
362
|
-
"could_not_insert_content_itemtype_items_are_not_cu_638dfecd": {
|
|
363
|
-
"message": "Paka ensere kontni: \"{ itemType }\" atik pa konpatib a Canvas pou kounye a."
|
|
364
|
-
},
|
|
365
|
-
"count_40eced3b": {
|
|
366
|
-
"message": "Konte"
|
|
367
|
-
},
|
|
368
|
-
"count_plural_0_0_words_one_1_word_other_words_acf32eca": {
|
|
369
|
-
"message": "{ count, plural,\n =0 {0 mo}\n one {1 mo}\n other {# mo}\n}"
|
|
370
|
-
},
|
|
371
|
-
"count_plural_one_item_loaded_other_items_loaded_857023b7": {
|
|
372
|
-
"message": "{ count, plural,\n one {# eleman transfere}\n other {# eleman transfere}\n}"
|
|
373
|
-
},
|
|
374
|
-
"course_documents_104d76e0": {
|
|
375
|
-
"message": "Dokiman Kou"
|
|
376
|
-
},
|
|
377
|
-
"course_files_62deb8f8": {
|
|
378
|
-
"message": "Fichye Kou"
|
|
379
|
-
},
|
|
380
|
-
"course_files_a31f97fc": {
|
|
381
|
-
"message": "Fichye kou"
|
|
382
|
-
},
|
|
383
|
-
"course_images_f8511d04": {
|
|
384
|
-
"message": "Imaj Kou"
|
|
385
|
-
},
|
|
386
|
-
"course_link_b369426": {
|
|
387
|
-
"message": "Lyen Kou"
|
|
388
|
-
},
|
|
389
|
-
"course_links_b56959b9": {
|
|
390
|
-
"message": "Lyen Kou"
|
|
391
|
-
},
|
|
392
|
-
"course_media_ec759ad": {
|
|
393
|
-
"message": "Medya Kou"
|
|
394
|
-
},
|
|
395
|
-
"course_navigation_dd035109": {
|
|
396
|
-
"message": "Navigasyon Kou"
|
|
397
|
-
},
|
|
398
|
-
"create_icon_110d6463": {
|
|
399
|
-
"message": "Kreye ikòn"
|
|
400
|
-
},
|
|
401
|
-
"create_icon_maker_icon_c716bffe": {
|
|
402
|
-
"message": "Kreye Ikòn Kreyatè Ikòn"
|
|
403
|
-
},
|
|
404
|
-
"creative_commons_license_725584ae": {
|
|
405
|
-
"message": "Lisans Creative Commons"
|
|
406
|
-
},
|
|
407
|
-
"crop_image_41bf940c": {
|
|
408
|
-
"message": "Koupe imaj"
|
|
409
|
-
},
|
|
410
|
-
"crop_image_807ebb08": {
|
|
411
|
-
"message": "Koupe Imaj"
|
|
412
|
-
},
|
|
413
|
-
"cup_product_14174434": {
|
|
414
|
-
"message": "Tèt Pwodui"
|
|
415
|
-
},
|
|
416
|
-
"current_image_f16c249c": {
|
|
417
|
-
"message": "Imaj Aktyèl"
|
|
418
|
-
},
|
|
419
|
-
"current_link_945a47ee": {
|
|
420
|
-
"message": "Lyen Aktyèl"
|
|
421
|
-
},
|
|
422
|
-
"current_volume_level_c55ab825": {
|
|
423
|
-
"message": "Nivo Volim Aktyèl"
|
|
424
|
-
},
|
|
425
|
-
"custom_6979cd81": {
|
|
426
|
-
"message": "Pèsonalize"
|
|
427
|
-
},
|
|
428
|
-
"custom_width_and_height_pixels_946eea7c": {
|
|
429
|
-
"message": "Lajè ak wotè pèsonalize (Piksèl)"
|
|
430
|
-
},
|
|
431
|
-
"cyan_c1d5f68a": {
|
|
432
|
-
"message": "Blesyèl"
|
|
433
|
-
},
|
|
434
|
-
"dagger_57e0f4e5": {
|
|
435
|
-
"message": "Ponya"
|
|
436
|
-
},
|
|
437
|
-
"date_added_ed5ad465": {
|
|
438
|
-
"message": "Dat Ajoute"
|
|
439
|
-
},
|
|
440
|
-
"decorative_icon_9a7f3fc3": {
|
|
441
|
-
"message": "Ikòn Dekoratif"
|
|
442
|
-
},
|
|
443
|
-
"decorative_image_fde98579": {
|
|
444
|
-
"message": "Imaj Dekoratif"
|
|
445
|
-
},
|
|
446
|
-
"decorative_type_upper_f2c95e3": {
|
|
447
|
-
"message": "Dekorasyon { TYPE_UPPER }"
|
|
448
|
-
},
|
|
449
|
-
"decrease_indent_d9cf469d": {
|
|
450
|
-
"message": "Diminye Endantasyon"
|
|
451
|
-
},
|
|
452
|
-
"deep_purple_bb3e2907": {
|
|
453
|
-
"message": "Mov Fonse"
|
|
454
|
-
},
|
|
455
|
-
"default_bulleted_unordered_list_47079da8": {
|
|
456
|
-
"message": "lis non òdone a pis pa defo"
|
|
457
|
-
},
|
|
458
|
-
"default_numerical_ordered_list_48dd3548": {
|
|
459
|
-
"message": "lis nimerik pa defo"
|
|
460
|
-
},
|
|
461
|
-
"definite_integral_fe7ffed1": {
|
|
462
|
-
"message": "Entegral Defini"
|
|
463
|
-
},
|
|
464
|
-
"degree_symbol_4a823d5f": {
|
|
465
|
-
"message": "Senbòl Degre"
|
|
466
|
-
},
|
|
467
|
-
"delimiters_4db4840d": {
|
|
468
|
-
"message": "Delimitè"
|
|
469
|
-
},
|
|
470
|
-
"delta_53765780": {
|
|
471
|
-
"message": "Delta"
|
|
472
|
-
},
|
|
473
|
-
"describe_the_icon_f6a18823": {
|
|
474
|
-
"message": "(Dekri Ikòn nan)"
|
|
475
|
-
},
|
|
476
|
-
"describe_the_type_ff448da5": {
|
|
477
|
-
"message": "(Dekri { TYPE })"
|
|
478
|
-
},
|
|
479
|
-
"describe_the_video_2fe8f46a": {
|
|
480
|
-
"message": "(Dekri videyo a)"
|
|
481
|
-
},
|
|
482
|
-
"description_436c48d7": {
|
|
483
|
-
"message": "Deskripsyon"
|
|
484
|
-
},
|
|
485
|
-
"details_98a31b68": {
|
|
486
|
-
"message": "Detay"
|
|
487
|
-
},
|
|
488
|
-
"diagonal_dots_7d71b57e": {
|
|
489
|
-
"message": "Pwen Dagonal"
|
|
490
|
-
},
|
|
491
|
-
"diamond_b8dfe7ae": {
|
|
492
|
-
"message": "Dyaman"
|
|
493
|
-
},
|
|
494
|
-
"diamonds_suit_526abaaf": {
|
|
495
|
-
"message": "Dyaman (Konbinezon)"
|
|
496
|
-
},
|
|
497
|
-
"digamma_258ade94": {
|
|
498
|
-
"message": "Digamma"
|
|
499
|
-
},
|
|
500
|
-
"dimension_type_f5fa9170": {
|
|
501
|
-
"message": "Tip Dimansyon"
|
|
502
|
-
},
|
|
503
|
-
"dimensions_45ddb7b7": {
|
|
504
|
-
"message": "Dimansyon"
|
|
505
|
-
},
|
|
506
|
-
"directionality_26ae9e08": {
|
|
507
|
-
"message": "Direksyonalite"
|
|
508
|
-
},
|
|
509
|
-
"directly_edit_latex_b7e9235b": {
|
|
510
|
-
"message": "Chanje LaTex Dirèkteman"
|
|
511
|
-
},
|
|
512
|
-
"disable_preview_222bdf72": {
|
|
513
|
-
"message": "Dezaktive Apèsi"
|
|
514
|
-
},
|
|
515
|
-
"discussion_6719c51d": {
|
|
516
|
-
"message": "Diskisyon"
|
|
517
|
-
},
|
|
518
|
-
"discussions_a5f96392": {
|
|
519
|
-
"message": "Diskisyon"
|
|
520
|
-
},
|
|
521
|
-
"discussions_index_6c36ced": {
|
|
522
|
-
"message": "Endis Diskisyon"
|
|
523
|
-
},
|
|
524
|
-
"disjoint_union_e74351a8": {
|
|
525
|
-
"message": "Inyon Disosye"
|
|
526
|
-
},
|
|
527
|
-
"display_options_315aba85": {
|
|
528
|
-
"message": "Opsyon Afichaj"
|
|
529
|
-
},
|
|
530
|
-
"display_text_link_opens_in_a_new_tab_75e9afc9": {
|
|
531
|
-
"message": "Lyen Afichaj Tèks (Ouvri nan yon nouvo onglè)"
|
|
532
|
-
},
|
|
533
|
-
"division_sign_72190870": {
|
|
534
|
-
"message": "Siy Divizyon"
|
|
535
|
-
},
|
|
536
|
-
"document_678cd7bf": {
|
|
537
|
-
"message": "Dokiman"
|
|
538
|
-
},
|
|
539
|
-
"documents_81393201": {
|
|
540
|
-
"message": "Dokiman"
|
|
541
|
-
},
|
|
542
|
-
"done_54e3d4b6": {
|
|
543
|
-
"message": "Fini"
|
|
544
|
-
},
|
|
545
|
-
"double_dagger_faf78681": {
|
|
546
|
-
"message": "Doub Ponya"
|
|
547
|
-
},
|
|
548
|
-
"down_5831a426": {
|
|
549
|
-
"message": "Anba"
|
|
550
|
-
},
|
|
551
|
-
"down_and_left_diagonal_arrow_40ef602c": {
|
|
552
|
-
"message": "Flèch Dyagonal Anba e Agoch"
|
|
553
|
-
},
|
|
554
|
-
"down_and_right_diagonal_arrow_6ea0f460": {
|
|
555
|
-
"message": "Flèch Dyagonal Anba e Adwat"
|
|
556
|
-
},
|
|
557
|
-
"download_filename_2baae924": {
|
|
558
|
-
"message": "Telechaje { filename }"
|
|
559
|
-
},
|
|
560
|
-
"downward_arrow_cca52012": {
|
|
561
|
-
"message": "Flèch Desann"
|
|
562
|
-
},
|
|
563
|
-
"downward_pointing_triangle_2a12a601": {
|
|
564
|
-
"message": "Triyabg ki Bay sou Anba"
|
|
565
|
-
},
|
|
566
|
-
"drag_a_file_here_1bf656d5": {
|
|
567
|
-
"message": "Deplase yon fichye la a"
|
|
568
|
-
},
|
|
569
|
-
"drag_and_drop_or_click_to_browse_your_computer_60772d6d": {
|
|
570
|
-
"message": "Deplase oswa klike pou ka navige sou òdinatè w la."
|
|
571
|
-
},
|
|
572
|
-
"drag_handle_use_up_and_down_arrows_to_resize_e29eae5c": {
|
|
573
|
-
"message": "Trennen. Itilize flèch anwo ak anba pou chanje dimansyon"
|
|
574
|
-
},
|
|
575
|
-
"due_multiple_dates_cc0ee3f5": {
|
|
576
|
-
"message": "Delè: Plizyè Dat"
|
|
577
|
-
},
|
|
578
|
-
"due_when_7eed10c6": {
|
|
579
|
-
"message": "Delè: { when }"
|
|
580
|
-
},
|
|
581
|
-
"edit_alt_text_for_this_icon_instance_9c6fc5fd": {
|
|
582
|
-
"message": "Modifye tèks alt la pou enstans ikpon s a"
|
|
583
|
-
},
|
|
584
|
-
"edit_c5fbea07": {
|
|
585
|
-
"message": "Modifye"
|
|
586
|
-
},
|
|
587
|
-
"edit_course_link_5a5c3c59": {
|
|
588
|
-
"message": "Modifye Lyen Kou"
|
|
589
|
-
},
|
|
590
|
-
"edit_equation_f5279959": {
|
|
591
|
-
"message": "Modifye Ekwasyon"
|
|
592
|
-
},
|
|
593
|
-
"edit_existing_icon_maker_icon_5d0ebb3f": {
|
|
594
|
-
"message": "Modifye Ikòn Kreyatè Ikòn ki Egziste"
|
|
595
|
-
},
|
|
596
|
-
"edit_icon_2c6b0e91": {
|
|
597
|
-
"message": "Chanje Ikòn"
|
|
598
|
-
},
|
|
599
|
-
"edit_link_7f53bebb": {
|
|
600
|
-
"message": "Chanje Lyen"
|
|
601
|
-
},
|
|
602
|
-
"editor_statusbar_26ac81fc": {
|
|
603
|
-
"message": "Editè Ba Estati"
|
|
604
|
-
},
|
|
605
|
-
"element_starting_with_start_91bf4c3b": {
|
|
606
|
-
"message": "Eleman kòmanse a { start }"
|
|
607
|
-
},
|
|
608
|
-
"embed_828fac4a": {
|
|
609
|
-
"message": "Entegre"
|
|
610
|
-
},
|
|
611
|
-
"embed_code_314f1bd5": {
|
|
612
|
-
"message": "Kòd Entegre"
|
|
613
|
-
},
|
|
614
|
-
"embed_content_from_external_tool_3397ad2d": {
|
|
615
|
-
"message": "Kontni Entegre Zouti Ekstèn"
|
|
616
|
-
},
|
|
617
|
-
"embed_image_1080badc": {
|
|
618
|
-
"message": "Entegre Imaj"
|
|
619
|
-
},
|
|
620
|
-
"embed_video_a97a64af": {
|
|
621
|
-
"message": "Entegre Videyo a"
|
|
622
|
-
},
|
|
623
|
-
"embedded_content_aaeb4d3d": {
|
|
624
|
-
"message": "Entegre kontni"
|
|
625
|
-
},
|
|
626
|
-
"empty_set_91a92df4": {
|
|
627
|
-
"message": "Ansanm Vid"
|
|
628
|
-
},
|
|
629
|
-
"encircled_dot_8f5e51c": {
|
|
630
|
-
"message": "pwen Ansèkle"
|
|
631
|
-
},
|
|
632
|
-
"encircled_minus_72745096": {
|
|
633
|
-
"message": "Siy Mwen Ansèkle"
|
|
634
|
-
},
|
|
635
|
-
"encircled_plus_36d8d104": {
|
|
636
|
-
"message": "Siy Plis Ansèkle"
|
|
637
|
-
},
|
|
638
|
-
"encircled_times_5700096d": {
|
|
639
|
-
"message": "Siy Miltiplikasyon Ansèkle"
|
|
640
|
-
},
|
|
641
|
-
"engineering_icon_f8f3cf43": {
|
|
642
|
-
"message": "Ikòn Jeni"
|
|
643
|
-
},
|
|
644
|
-
"english_icon_25bfe845": {
|
|
645
|
-
"message": "Ikòn Anglè"
|
|
646
|
-
},
|
|
647
|
-
"enter_at_least_3_characters_to_search_4f037ee0": {
|
|
648
|
-
"message": "Antre omwen 3 karaktè pou ka chèche"
|
|
649
|
-
},
|
|
650
|
-
"epsilon_54bb8afa": {
|
|
651
|
-
"message": "Epsilon"
|
|
652
|
-
},
|
|
653
|
-
"epsilon_variant_d31f1e77": {
|
|
654
|
-
"message": "Epsilon (Varyan)"
|
|
655
|
-
},
|
|
656
|
-
"equals_sign_c51bdc58": {
|
|
657
|
-
"message": "Siy Egal"
|
|
658
|
-
},
|
|
659
|
-
"equation_1c5ac93c": {
|
|
660
|
-
"message": "Ekwasyon"
|
|
661
|
-
},
|
|
662
|
-
"equation_editor_39fbc3f1": {
|
|
663
|
-
"message": "Editè Ekwasyon"
|
|
664
|
-
},
|
|
665
|
-
"equilibrium_6ff3040b": {
|
|
666
|
-
"message": "Ekilib"
|
|
667
|
-
},
|
|
668
|
-
"equivalence_class_7b0f11c0": {
|
|
669
|
-
"message": "Klas Ekivalans"
|
|
670
|
-
},
|
|
671
|
-
"equivalent_identity_654b3ce5": {
|
|
672
|
-
"message": "Ekivalan (Idantite)"
|
|
673
|
-
},
|
|
674
|
-
"eta_b8828f99": {
|
|
675
|
-
"message": "Eta"
|
|
676
|
-
},
|
|
677
|
-
"exists_2e62bdaa": {
|
|
678
|
-
"message": "Egziste"
|
|
679
|
-
},
|
|
680
|
-
"exit_fullscreen_b7eb0aa4": {
|
|
681
|
-
"message": "Soti nan Plen Ekran"
|
|
682
|
-
},
|
|
683
|
-
"expand_preview_by_default_2abbf9f8": {
|
|
684
|
-
"message": "Elaji apèsi pa Defo"
|
|
685
|
-
},
|
|
686
|
-
"expand_to_see_types_f5d29352": {
|
|
687
|
-
"message": "Elaji pou w wè { types }"
|
|
688
|
-
},
|
|
689
|
-
"external_link_d3f9e62a": {
|
|
690
|
-
"message": "Lyen Ekstèn"
|
|
691
|
-
},
|
|
692
|
-
"external_tool_frame_70b32473": {
|
|
693
|
-
"message": "Kad zouti ekstèn"
|
|
694
|
-
},
|
|
695
|
-
"external_tools_6e77821": {
|
|
696
|
-
"message": "Zouti Ekstèn"
|
|
697
|
-
},
|
|
698
|
-
"extra_large_b6cdf1ff": {
|
|
699
|
-
"message": "Ekxtra Laj"
|
|
700
|
-
},
|
|
701
|
-
"extra_small_9ae33252": {
|
|
702
|
-
"message": "Piti Anpil"
|
|
703
|
-
},
|
|
704
|
-
"extracurricular_icon_67c8ca42": {
|
|
705
|
-
"message": "Ikòn Paraskolè"
|
|
706
|
-
},
|
|
707
|
-
"f_function_fe422d65": {
|
|
708
|
-
"message": "F (fonksyon)"
|
|
709
|
-
},
|
|
710
|
-
"failed_getting_file_contents_e9ea19f4": {
|
|
711
|
-
"message": "Echèk rekiperasyon kontni fichye yo"
|
|
712
|
-
},
|
|
713
|
-
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
714
|
-
"message": "Echwe pou rekipere kontni nan zouti ekstèn nan"
|
|
715
|
-
},
|
|
716
|
-
"file_name_8fd421ff": {
|
|
717
|
-
"message": "Non fichye"
|
|
718
|
-
},
|
|
719
|
-
"file_storage_quota_exceeded_b7846cd1": {
|
|
720
|
-
"message": "Quota estokaj fichye a depase"
|
|
721
|
-
},
|
|
722
|
-
"file_url_c12b64be": {
|
|
723
|
-
"message": "URL Fichye"
|
|
724
|
-
},
|
|
725
|
-
"filename_file_icon_602eb5de": {
|
|
726
|
-
"message": "{ filename } ikòn fichye"
|
|
727
|
-
},
|
|
728
|
-
"filename_image_preview_6cef8f26": {
|
|
729
|
-
"message": "{ filename } apèsi imaj"
|
|
730
|
-
},
|
|
731
|
-
"filename_text_preview_e41ca2d8": {
|
|
732
|
-
"message": "{ filename } apèsi tèks"
|
|
733
|
-
},
|
|
734
|
-
"files_c300e900": {
|
|
735
|
-
"message": "Fichye"
|
|
736
|
-
},
|
|
737
|
-
"files_index_af7c662b": {
|
|
738
|
-
"message": "Endis Fichye"
|
|
739
|
-
},
|
|
740
|
-
"finish_bc343002": {
|
|
741
|
-
"message": "Fini"
|
|
742
|
-
},
|
|
743
|
-
"fix_heading_hierarchy_f60884c4": {
|
|
744
|
-
"message": "Fikse yerachi antèt"
|
|
745
|
-
},
|
|
746
|
-
"flat_music_76d5a5c3": {
|
|
747
|
-
"message": "Plat (Mizik)"
|
|
748
|
-
},
|
|
749
|
-
"focus_element_options_toolbar_18d993e": {
|
|
750
|
-
"message": "Ba zouti opsyon eleman fokalizasyon"
|
|
751
|
-
},
|
|
752
|
-
"folder_tree_fbab0726": {
|
|
753
|
-
"message": "Yerachi Dosye"
|
|
754
|
-
},
|
|
755
|
-
"for_all_b919f972": {
|
|
756
|
-
"message": "Pou Tout"
|
|
757
|
-
},
|
|
758
|
-
"format_4247a9c5": {
|
|
759
|
-
"message": "Fòma"
|
|
760
|
-
},
|
|
761
|
-
"format_as_a_list_142210c3": {
|
|
762
|
-
"message": "Fòmate tankou lis"
|
|
763
|
-
},
|
|
764
|
-
"formatting_5b143aa8": {
|
|
765
|
-
"message": "Fòmataj"
|
|
766
|
-
},
|
|
767
|
-
"forward_slash_3f90f35e": {
|
|
768
|
-
"message": "Slash anvan"
|
|
769
|
-
},
|
|
770
|
-
"found_auto_saved_content_3f6e4ca5": {
|
|
771
|
-
"message": "Jwenn kontni ki anrejistre otimatikman yo"
|
|
772
|
-
},
|
|
773
|
-
"found_count_plural_0_results_one_result_other_resu_46aeaa01": {
|
|
774
|
-
"message": "Jwenn { count, plural,\n =0 {# rezilta}\n one {# rezilta}\n other {# rezilta}\n}"
|
|
775
|
-
},
|
|
776
|
-
"fraction_41bac7af": {
|
|
777
|
-
"message": "Fraksyon"
|
|
778
|
-
},
|
|
779
|
-
"fullscreen_873bf53f": {
|
|
780
|
-
"message": "Plen Ekran"
|
|
781
|
-
},
|
|
782
|
-
"gamma_1767928": {
|
|
783
|
-
"message": "Gamma"
|
|
784
|
-
},
|
|
785
|
-
"generating_preview_45b53be0": {
|
|
786
|
-
"message": "Jenerasyon apèsi..."
|
|
787
|
-
},
|
|
788
|
-
"gif_png_format_images_larger_than_size_kb_are_not__7af3bdbd": {
|
|
789
|
-
"message": "Imaj nan fòma GIF/PNG ki depase { size } KB yo pa konpatib pou kounye a."
|
|
790
|
-
},
|
|
791
|
-
"go_to_the_editor_s_menubar_e6674c81": {
|
|
792
|
-
"message": "Ale sou ba meni editè a"
|
|
793
|
-
},
|
|
794
|
-
"go_to_the_editor_s_toolbar_a5cb875f": {
|
|
795
|
-
"message": "Ale sou ba zouti editè a"
|
|
796
|
-
},
|
|
797
|
-
"grades_a61eba0a": {
|
|
798
|
-
"message": "Nòt"
|
|
799
|
-
},
|
|
800
|
-
"greater_than_e98af662": {
|
|
801
|
-
"message": "Siperyè A"
|
|
802
|
-
},
|
|
803
|
-
"greater_than_or_equal_b911949a": {
|
|
804
|
-
"message": "Siperyè ou Egal A"
|
|
805
|
-
},
|
|
806
|
-
"greek_65c5b3f7": {
|
|
807
|
-
"message": "Grèk"
|
|
808
|
-
},
|
|
809
|
-
"green_15af4778": {
|
|
810
|
-
"message": "Vèt"
|
|
811
|
-
},
|
|
812
|
-
"grey_a55dceff": {
|
|
813
|
-
"message": "Gri"
|
|
814
|
-
},
|
|
815
|
-
"group_documents_8bfd6ae6": {
|
|
816
|
-
"message": "Gwoupe Dokiman"
|
|
817
|
-
},
|
|
818
|
-
"group_files_4324f3df": {
|
|
819
|
-
"message": "Gwoup Fichye"
|
|
820
|
-
},
|
|
821
|
-
"group_files_82e5dcdb": {
|
|
822
|
-
"message": "Gwoup fichye"
|
|
823
|
-
},
|
|
824
|
-
"group_images_98e0ac17": {
|
|
825
|
-
"message": "Gwoupe Imaj"
|
|
826
|
-
},
|
|
827
|
-
"group_isomorphism_45b1458c": {
|
|
828
|
-
"message": "Gwoup Izomòfis"
|
|
829
|
-
},
|
|
830
|
-
"group_link_63e626b3": {
|
|
831
|
-
"message": "Lyen Gwoup"
|
|
832
|
-
},
|
|
833
|
-
"group_links_9493129e": {
|
|
834
|
-
"message": "Lyen Gwoup"
|
|
835
|
-
},
|
|
836
|
-
"group_media_2f3d128a": {
|
|
837
|
-
"message": "Gwoupe Medya"
|
|
838
|
-
},
|
|
839
|
-
"group_navigation_99f191a": {
|
|
840
|
-
"message": "Navigasyon Gwoup"
|
|
841
|
-
},
|
|
842
|
-
"h_bar_bb94deae": {
|
|
843
|
-
"message": "Ba H"
|
|
844
|
-
},
|
|
845
|
-
"hat_ea321e35": {
|
|
846
|
-
"message": "Chapo"
|
|
847
|
-
},
|
|
848
|
-
"header_column_f27433cb": {
|
|
849
|
-
"message": "Kolonn antèt"
|
|
850
|
-
},
|
|
851
|
-
"header_row_and_column_ec5b9ec": {
|
|
852
|
-
"message": "Ranje ak kolonn antèt"
|
|
853
|
-
},
|
|
854
|
-
"header_row_f33eb169": {
|
|
855
|
-
"message": "Ranje antèt"
|
|
856
|
-
},
|
|
857
|
-
"heading_2_5b84eed2": {
|
|
858
|
-
"message": "Antèt 2"
|
|
859
|
-
},
|
|
860
|
-
"heading_3_2c83de44": {
|
|
861
|
-
"message": "Antèt 3"
|
|
862
|
-
},
|
|
863
|
-
"heading_4_b2e74be7": {
|
|
864
|
-
"message": "Antèt 4"
|
|
865
|
-
},
|
|
866
|
-
"heading_levels_should_not_be_skipped_3947c0e0": {
|
|
867
|
-
"message": "Nivo antèt la pata dwe sote."
|
|
868
|
-
},
|
|
869
|
-
"heading_starting_with_start_42a3e7f9": {
|
|
870
|
-
"message": "Antèt kòmanse pa { start }"
|
|
871
|
-
},
|
|
872
|
-
"headings_should_not_contain_more_than_120_characte_3c0e0cb3": {
|
|
873
|
-
"message": "Antèt yo Atribi tèks alt pata dwe genyen plis pase 120 karaktè."
|
|
874
|
-
},
|
|
875
|
-
"health_icon_8d292eb5": {
|
|
876
|
-
"message": "Ikòn Sante"
|
|
877
|
-
},
|
|
878
|
-
"hearts_suit_e50e04ca": {
|
|
879
|
-
"message": "Kè (Konbinezon)"
|
|
880
|
-
},
|
|
881
|
-
"height_69b03e15": {
|
|
882
|
-
"message": "Wotè"
|
|
883
|
-
},
|
|
884
|
-
"hexagon_d8468e0d": {
|
|
885
|
-
"message": "Egzagòn"
|
|
886
|
-
},
|
|
887
|
-
"hide_description_bfb5502e": {
|
|
888
|
-
"message": "Kache deskripsyon"
|
|
889
|
-
},
|
|
890
|
-
"hide_title_description_caf092ef": {
|
|
891
|
-
"message": "Kache { title } deskripsyon"
|
|
892
|
-
},
|
|
893
|
-
"highlight_an_element_to_activate_the_element_optio_60e1e56b": {
|
|
894
|
-
"message": "Mete yon eleman an valè pou ka aktive ba zouti opsyon eleman yo"
|
|
895
|
-
},
|
|
896
|
-
"home_351838cd": {
|
|
897
|
-
"message": "Akèy"
|
|
898
|
-
},
|
|
899
|
-
"html_code_editor_fd967a44": {
|
|
900
|
-
"message": "editè kòd html"
|
|
901
|
-
},
|
|
902
|
-
"html_editor_fb2ab713": {
|
|
903
|
-
"message": "Editè HTML"
|
|
904
|
-
},
|
|
905
|
-
"i_have_obtained_permission_to_use_this_file_6386f087": {
|
|
906
|
-
"message": "Mwen gen otorizasyon pou itilize fichye sa a."
|
|
907
|
-
},
|
|
908
|
-
"i_hold_the_copyright_71ee91b1": {
|
|
909
|
-
"message": "Mwen gen dwa dotè a"
|
|
910
|
-
},
|
|
911
|
-
"icon_215a1dc6": {
|
|
912
|
-
"message": "Ikòn"
|
|
913
|
-
},
|
|
914
|
-
"icon_8168b2f8": {
|
|
915
|
-
"message": "ikòn"
|
|
916
|
-
},
|
|
917
|
-
"icon_color_b86dd6d6": {
|
|
918
|
-
"message": "Ikòn Koulè"
|
|
919
|
-
},
|
|
920
|
-
"icon_maker_icons_cc560f7e": {
|
|
921
|
-
"message": "Ikòn Kreyatè Ikòn"
|
|
922
|
-
},
|
|
923
|
-
"icon_options_7e32746e": {
|
|
924
|
-
"message": "Opsyon Ikòn"
|
|
925
|
-
},
|
|
926
|
-
"icon_options_tray_2b407977": {
|
|
927
|
-
"message": "Plato Opsyon Ikòn"
|
|
928
|
-
},
|
|
929
|
-
"icon_preview_1782a1d9": {
|
|
930
|
-
"message": "Apèsi ikòn"
|
|
931
|
-
},
|
|
932
|
-
"icon_shape_30b61e7": {
|
|
933
|
-
"message": "Fòm Ikòn"
|
|
934
|
-
},
|
|
935
|
-
"icon_size_9353edea": {
|
|
936
|
-
"message": "Gwosè Ikòn"
|
|
937
|
-
},
|
|
938
|
-
"if_left_empty_link_text_will_display_as_course_lin_2a34eedb": {
|
|
939
|
-
"message": "Si yo kite l vid, tèks lyen an ap afiche tankou non lyen kou a"
|
|
940
|
-
},
|
|
941
|
-
"if_usage_rights_are_required_the_file_will_not_pub_841e276e": {
|
|
942
|
-
"message": "Si yo egzije Dwa itilizasyon, fichye a pa p pibliye tout tan li pa aktive sou paj Fichye yo."
|
|
943
|
-
},
|
|
944
|
-
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
|
|
945
|
-
"message": "Si w pa chwazi dwa itilizasyon yo kounye a, fichye sa a pa p pibliye aprè w fin transfere li."
|
|
946
|
-
},
|
|
947
|
-
"image_8ad06": {
|
|
948
|
-
"message": "Imaj"
|
|
949
|
-
},
|
|
950
|
-
"image_c1c98202": {
|
|
951
|
-
"message": "imaj"
|
|
952
|
-
},
|
|
953
|
-
"image_filenames_should_not_be_used_as_the_alt_attr_bcfd7780": {
|
|
954
|
-
"message": "Non fichye imaj yo pata dwe itilize kòm atribi alt ki dekri kontni imaj la."
|
|
955
|
-
},
|
|
956
|
-
"image_options_5412d02c": {
|
|
957
|
-
"message": "Opsyon Imaj"
|
|
958
|
-
},
|
|
959
|
-
"image_options_tray_90a46006": {
|
|
960
|
-
"message": "Plato Opsyon Imaj"
|
|
961
|
-
},
|
|
962
|
-
"image_to_crop_3a34487d": {
|
|
963
|
-
"message": "Imaj pou koupe"
|
|
964
|
-
},
|
|
965
|
-
"image_with_filename_file_aacd7180": {
|
|
966
|
-
"message": "Imaj ak non fichye { file }"
|
|
967
|
-
},
|
|
968
|
-
"images_7ce26570": {
|
|
969
|
-
"message": "Imaj"
|
|
970
|
-
},
|
|
971
|
-
"images_should_include_an_alt_attribute_describing__b86d6a86": {
|
|
972
|
-
"message": "Imaj yo dwe gen yon atribi alt ki dekri kontni imaj la."
|
|
973
|
-
},
|
|
974
|
-
"imaginary_portion_of_complex_number_2c733ffa": {
|
|
975
|
-
"message": "Pòsyon Imajinè (Nonm Konplèks)"
|
|
976
|
-
},
|
|
977
|
-
"in_element_of_19ca2f33": {
|
|
978
|
-
"message": "Nan (Eleman de)"
|
|
979
|
-
},
|
|
980
|
-
"increase_indent_6af90f7c": {
|
|
981
|
-
"message": "Ogmante Endantasyon"
|
|
982
|
-
},
|
|
983
|
-
"indefinite_integral_6623307e": {
|
|
984
|
-
"message": "Entegral Endefini"
|
|
985
|
-
},
|
|
986
|
-
"indigo_2035fc55": {
|
|
987
|
-
"message": "Indigo"
|
|
988
|
-
},
|
|
989
|
-
"inference_fed5c960": {
|
|
990
|
-
"message": "Enferans"
|
|
991
|
-
},
|
|
992
|
-
"infinity_7a10f206": {
|
|
993
|
-
"message": "Enfinite"
|
|
994
|
-
},
|
|
995
|
-
"insert_593145ef": {
|
|
996
|
-
"message": "Ensere"
|
|
997
|
-
},
|
|
998
|
-
"insert_link_6dc23cae": {
|
|
999
|
-
"message": "Ensere Lyen"
|
|
1000
|
-
},
|
|
1001
|
-
"insert_math_equation_57c6e767": {
|
|
1002
|
-
"message": "Ensere Ekwasyon Matematik"
|
|
1003
|
-
},
|
|
1004
|
-
"integers_336344e1": {
|
|
1005
|
-
"message": "Antye"
|
|
1006
|
-
},
|
|
1007
|
-
"intersection_cd4590e4": {
|
|
1008
|
-
"message": "Entèseksyon"
|
|
1009
|
-
},
|
|
1010
|
-
"invalid_entry_f7d2a0f5": {
|
|
1011
|
-
"message": "Antre Envalid."
|
|
1012
|
-
},
|
|
1013
|
-
"invalid_file_c11ba11": {
|
|
1014
|
-
"message": "Fichye Envalid"
|
|
1015
|
-
},
|
|
1016
|
-
"invalid_file_type_881cc9b2": {
|
|
1017
|
-
"message": "Tip fichye envalid"
|
|
1018
|
-
},
|
|
1019
|
-
"invalid_url_cbde79f": {
|
|
1020
|
-
"message": "URL envalid"
|
|
1021
|
-
},
|
|
1022
|
-
"iota_11c932a9": {
|
|
1023
|
-
"message": "Iota"
|
|
1024
|
-
},
|
|
1025
|
-
"issue_num_total_f94536cf": {
|
|
1026
|
-
"message": "Pwoblèm { num }/{ total }"
|
|
1027
|
-
},
|
|
1028
|
-
"kappa_2f14c816": {
|
|
1029
|
-
"message": "Kappa"
|
|
1030
|
-
},
|
|
1031
|
-
"kappa_variant_eb64574b": {
|
|
1032
|
-
"message": "Kappa (Varyan)"
|
|
1033
|
-
},
|
|
1034
|
-
"keyboard_shortcuts_ed1844bd": {
|
|
1035
|
-
"message": "Rakousi Klavye"
|
|
1036
|
-
},
|
|
1037
|
-
"keyboards_navigate_to_links_using_the_tab_key_two__5fab8c82": {
|
|
1038
|
-
"message": "Klavye navige nan lyen yo ak touch Tab la. De lyen adjasan ki dirije nan menm destinasyon an ka pèmèt moun k ap itilize klavye yo twompe yo."
|
|
1039
|
-
},
|
|
1040
|
-
"lambda_4f602498": {
|
|
1041
|
-
"message": "Lambda"
|
|
1042
|
-
},
|
|
1043
|
-
"language_arts_icon_a798b0f8": {
|
|
1044
|
-
"message": "Ikòn Langaj Da"
|
|
1045
|
-
},
|
|
1046
|
-
"languages_icon_9d20539": {
|
|
1047
|
-
"message": "Ikòn Langaj"
|
|
1048
|
-
},
|
|
1049
|
-
"large_9c5e80e7": {
|
|
1050
|
-
"message": "Laj"
|
|
1051
|
-
},
|
|
1052
|
-
"learn_more_about_adjacent_links_2cb9762c": {
|
|
1053
|
-
"message": "Aprann plis sou lyen adjasan yo"
|
|
1054
|
-
},
|
|
1055
|
-
"learn_more_about_color_contrast_c019dfb9": {
|
|
1056
|
-
"message": "Aprann plis sou kontras koulè yo"
|
|
1057
|
-
},
|
|
1058
|
-
"learn_more_about_organizing_page_headings_8a7caa2e": {
|
|
1059
|
-
"message": "Aprann plis sou òganizasyon antèt paj"
|
|
1060
|
-
},
|
|
1061
|
-
"learn_more_about_proper_page_heading_structure_d2959f2d": {
|
|
1062
|
-
"message": "Aprann plis sou estrikti antèt paj yo"
|
|
1063
|
-
},
|
|
1064
|
-
"learn_more_about_table_headers_5f5ee13": {
|
|
1065
|
-
"message": "Aprann plis sou antèt tablo yo"
|
|
1066
|
-
},
|
|
1067
|
-
"learn_more_about_using_alt_text_for_images_5698df9a": {
|
|
1068
|
-
"message": "Aprann plis sou tèks alt pou imaj yo"
|
|
1069
|
-
},
|
|
1070
|
-
"learn_more_about_using_captions_with_tables_36fe496f": {
|
|
1071
|
-
"message": "Aprann plis sou itilizasyon lejand nan tablo yo"
|
|
1072
|
-
},
|
|
1073
|
-
"learn_more_about_using_filenames_as_alt_text_264286af": {
|
|
1074
|
-
"message": "Aprann plis sou itilizasyon non fichye yo tankou tèks alt"
|
|
1075
|
-
},
|
|
1076
|
-
"learn_more_about_using_lists_4e6eb860": {
|
|
1077
|
-
"message": "Aprann plis sou itilizasyon lis yo"
|
|
1078
|
-
},
|
|
1079
|
-
"learn_more_about_using_scope_attributes_with_table_20df49aa": {
|
|
1080
|
-
"message": "Aprann plis sou itilizasyon atribi pòte yo ak tablo yo"
|
|
1081
|
-
},
|
|
1082
|
-
"leave_as_is_4facfe55": {
|
|
1083
|
-
"message": "Kite tankou"
|
|
1084
|
-
},
|
|
1085
|
-
"left_3ea9d375": {
|
|
1086
|
-
"message": "Goch"
|
|
1087
|
-
},
|
|
1088
|
-
"left_align_43d95491": {
|
|
1089
|
-
"message": "Aliyen Agoch"
|
|
1090
|
-
},
|
|
1091
|
-
"left_angle_bracket_c87a6d07": {
|
|
1092
|
-
"message": "Sipò Ang Goch"
|
|
1093
|
-
},
|
|
1094
|
-
"left_arrow_4fde1a64": {
|
|
1095
|
-
"message": "Flèch Agoch"
|
|
1096
|
-
},
|
|
1097
|
-
"left_arrow_with_hook_5bfcad93": {
|
|
1098
|
-
"message": "Flèch Agoch avèk Kwochè"
|
|
1099
|
-
},
|
|
1100
|
-
"left_ceiling_ee9dd88a": {
|
|
1101
|
-
"message": "Plafon Goch"
|
|
1102
|
-
},
|
|
1103
|
-
"left_curly_brace_1726fb4": {
|
|
1104
|
-
"message": "Akolad Agoch"
|
|
1105
|
-
},
|
|
1106
|
-
"left_downard_harpoon_arrow_1d7b3d2e": {
|
|
1107
|
-
"message": "Flèch yon Bò Desann Agoch"
|
|
1108
|
-
},
|
|
1109
|
-
"left_floor_29ac2274": {
|
|
1110
|
-
"message": "Etaj Agoch"
|
|
1111
|
-
},
|
|
1112
|
-
"left_to_right_e9b4fd06": {
|
|
1113
|
-
"message": "De Goch a Dwat"
|
|
1114
|
-
},
|
|
1115
|
-
"left_upward_harpoon_arrow_3a562a96": {
|
|
1116
|
-
"message": "Flèch yon Bò Monte Agoch"
|
|
1117
|
-
},
|
|
1118
|
-
"leftward_arrow_1e4765de": {
|
|
1119
|
-
"message": "Flèch Agoch"
|
|
1120
|
-
},
|
|
1121
|
-
"leftward_pointing_triangle_d14532ce": {
|
|
1122
|
-
"message": "Triyabg ki Bay Adwat"
|
|
1123
|
-
},
|
|
1124
|
-
"less_than_a26c0641": {
|
|
1125
|
-
"message": "Enferyè A"
|
|
1126
|
-
},
|
|
1127
|
-
"less_than_or_equal_be5216cb": {
|
|
1128
|
-
"message": "Enferyè ou Egal A"
|
|
1129
|
-
},
|
|
1130
|
-
"library_icon_ae1e54cf": {
|
|
1131
|
-
"message": "Ikòn Bibliyotèk"
|
|
1132
|
-
},
|
|
1133
|
-
"light_blue_5374f600": {
|
|
1134
|
-
"message": "Limyè Ble"
|
|
1135
|
-
},
|
|
1136
|
-
"link_7262adec": {
|
|
1137
|
-
"message": "Lyen"
|
|
1138
|
-
},
|
|
1139
|
-
"link_options_a16b758b": {
|
|
1140
|
-
"message": "Opsyon Lyen"
|
|
1141
|
-
},
|
|
1142
|
-
"link_type_linktypemessage_c6d26815": {
|
|
1143
|
-
"message": "tip lyen: { linkTypeMessage }"
|
|
1144
|
-
},
|
|
1145
|
-
"link_with_text_starting_with_start_b3fcbe71": {
|
|
1146
|
-
"message": "Lyen ak tèks ki kòmanse pa { start }"
|
|
1147
|
-
},
|
|
1148
|
-
"links_14b70841": {
|
|
1149
|
-
"message": "Lyen"
|
|
1150
|
-
},
|
|
1151
|
-
"links_to_an_external_site_de74145d": {
|
|
1152
|
-
"message": "Lyen pou ale sou sit ekstèn."
|
|
1153
|
-
},
|
|
1154
|
-
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1155
|
-
"message": "Lis yo dwe fòmate tankou lis."
|
|
1156
|
-
},
|
|
1157
|
-
"load_more_35d33c7": {
|
|
1158
|
-
"message": "Chaje Plis"
|
|
1159
|
-
},
|
|
1160
|
-
"loading_25990131": {
|
|
1161
|
-
"message": "Chajman..."
|
|
1162
|
-
},
|
|
1163
|
-
"loading_bde52856": {
|
|
1164
|
-
"message": "Chajman"
|
|
1165
|
-
},
|
|
1166
|
-
"loading_closed_captions_subtitles_failed_95ceef47": {
|
|
1167
|
-
"message": "chajman soutit lan echwe"
|
|
1168
|
-
},
|
|
1169
|
-
"loading_external_tool_d839042c": {
|
|
1170
|
-
"message": "Chajman Zouti Ekstèn"
|
|
1171
|
-
},
|
|
1172
|
-
"loading_failed_b3524381": {
|
|
1173
|
-
"message": "Chajman echwe..."
|
|
1174
|
-
},
|
|
1175
|
-
"loading_failed_e6a9d8ef": {
|
|
1176
|
-
"message": "Chajman echwe."
|
|
1177
|
-
},
|
|
1178
|
-
"loading_folders_d8b5869e": {
|
|
1179
|
-
"message": "Chajman dosye"
|
|
1180
|
-
},
|
|
1181
|
-
"loading_placeholder_for_filename_792ef5e8": {
|
|
1182
|
-
"message": "Chajman espas rezève pou { fileName }"
|
|
1183
|
-
},
|
|
1184
|
-
"loading_please_wait_d276220a": {
|
|
1185
|
-
"message": "Chajman, tanpri tann"
|
|
1186
|
-
},
|
|
1187
|
-
"loading_preview_9f077aa1": {
|
|
1188
|
-
"message": "Chajman apèsi"
|
|
1189
|
-
},
|
|
1190
|
-
"locked_762f138b": {
|
|
1191
|
-
"message": "Bloke"
|
|
1192
|
-
},
|
|
1193
|
-
"logical_equivalence_76fca396": {
|
|
1194
|
-
"message": "Ekivalans Lojik"
|
|
1195
|
-
},
|
|
1196
|
-
"logical_equivalence_short_8efd7b4f": {
|
|
1197
|
-
"message": "Ekivalans Lojik (Kout)"
|
|
1198
|
-
},
|
|
1199
|
-
"logical_equivalence_short_and_thick_1e1f654d": {
|
|
1200
|
-
"message": "Ekivalans Lojik (Kout e Gwo)"
|
|
1201
|
-
},
|
|
1202
|
-
"logical_equivalence_thick_662dd3f2": {
|
|
1203
|
-
"message": "Ekivalans Lojik (Gwo"
|
|
1204
|
-
},
|
|
1205
|
-
"low_horizontal_dots_cc08498e": {
|
|
1206
|
-
"message": "Pwen Orizontal Ba"
|
|
1207
|
-
},
|
|
1208
|
-
"magenta_4a65993c": {
|
|
1209
|
-
"message": "Magenta"
|
|
1210
|
-
},
|
|
1211
|
-
"maps_to_e5ef7382": {
|
|
1212
|
-
"message": "Kat Pou"
|
|
1213
|
-
},
|
|
1214
|
-
"math_icon_ad4e9d03": {
|
|
1215
|
-
"message": "Ikòn Matematik"
|
|
1216
|
-
},
|
|
1217
|
-
"media_af190855": {
|
|
1218
|
-
"message": "Medya"
|
|
1219
|
-
},
|
|
1220
|
-
"media_file_is_processing_please_try_again_later_58a6d49": {
|
|
1221
|
-
"message": "Fichye miltimedya an tretman. Tanpri eseye ankò."
|
|
1222
|
-
},
|
|
1223
|
-
"media_title_2112243b": {
|
|
1224
|
-
"message": "Tit Medya"
|
|
1225
|
-
},
|
|
1226
|
-
"medium_5a8e9ead": {
|
|
1227
|
-
"message": "Mwayen"
|
|
1228
|
-
},
|
|
1229
|
-
"merge_links_2478df96": {
|
|
1230
|
-
"message": "Fizyone lyen"
|
|
1231
|
-
},
|
|
1232
|
-
"mic_a7f3d311": {
|
|
1233
|
-
"message": "Mikwo"
|
|
1234
|
-
},
|
|
1235
|
-
"microphone_disabled_15c83130": {
|
|
1236
|
-
"message": "Mikwo Dezaktive"
|
|
1237
|
-
},
|
|
1238
|
-
"middle_27dc1d5": {
|
|
1239
|
-
"message": "Mitan"
|
|
1240
|
-
},
|
|
1241
|
-
"minimize_file_preview_da911944": {
|
|
1242
|
-
"message": "Minimize Apèsi Fichye"
|
|
1243
|
-
},
|
|
1244
|
-
"minimize_video_20aa554b": {
|
|
1245
|
-
"message": "Miminize Videyo"
|
|
1246
|
-
},
|
|
1247
|
-
"minus_fd961e2e": {
|
|
1248
|
-
"message": "Mwens"
|
|
1249
|
-
},
|
|
1250
|
-
"minus_plus_3461f637": {
|
|
1251
|
-
"message": "Mwens/Plis"
|
|
1252
|
-
},
|
|
1253
|
-
"misc_3b692ea7": {
|
|
1254
|
-
"message": "Divès"
|
|
1255
|
-
},
|
|
1256
|
-
"miscellaneous_e9818229": {
|
|
1257
|
-
"message": "Divès"
|
|
1258
|
-
},
|
|
1259
|
-
"module_90d9fd32": {
|
|
1260
|
-
"message": "Modil"
|
|
1261
|
-
},
|
|
1262
|
-
"modules_c4325335": {
|
|
1263
|
-
"message": "Modil"
|
|
1264
|
-
},
|
|
1265
|
-
"moving_image_to_crop_directionword_6f66cde2": {
|
|
1266
|
-
"message": "Deplase imaj pou koupe { directionWord }"
|
|
1267
|
-
},
|
|
1268
|
-
"mu_37223b8b": {
|
|
1269
|
-
"message": "Mu"
|
|
1270
|
-
},
|
|
1271
|
-
"multi_color_image_63d7372f": {
|
|
1272
|
-
"message": "Imaj Miltikolò"
|
|
1273
|
-
},
|
|
1274
|
-
"multiplication_sign_15f95c22": {
|
|
1275
|
-
"message": "Siy Miltiplikasyon"
|
|
1276
|
-
},
|
|
1277
|
-
"music_icon_4db5c972": {
|
|
1278
|
-
"message": "Ikòn Mizik"
|
|
1279
|
-
},
|
|
1280
|
-
"must_be_at_least_percentage_22e373b6": {
|
|
1281
|
-
"message": "Dwe omwen { percentage }%"
|
|
1282
|
-
},
|
|
1283
|
-
"must_be_at_least_width_x_height_px_41dc825e": {
|
|
1284
|
-
"message": "Dwe omwen { width } x { height }px"
|
|
1285
|
-
},
|
|
1286
|
-
"my_files_2f621040": {
|
|
1287
|
-
"message": "Fichye Mwen"
|
|
1288
|
-
},
|
|
1289
|
-
"n_th_root_9991a6e4": {
|
|
1290
|
-
"message": "Enyèm Rasin"
|
|
1291
|
-
},
|
|
1292
|
-
"nabla_1e216d25": {
|
|
1293
|
-
"message": "Nabla"
|
|
1294
|
-
},
|
|
1295
|
-
"name_1aed4a1b": {
|
|
1296
|
-
"message": "Non"
|
|
1297
|
-
},
|
|
1298
|
-
"name_color_ceec76ff": {
|
|
1299
|
-
"message": "{ name } ({ color })"
|
|
1300
|
-
},
|
|
1301
|
-
"natural_music_54a70258": {
|
|
1302
|
-
"message": "Natirèl (Mizik)"
|
|
1303
|
-
},
|
|
1304
|
-
"natural_numbers_3da07060": {
|
|
1305
|
-
"message": "Nonm Natirèl"
|
|
1306
|
-
},
|
|
1307
|
-
"navigate_through_the_menu_or_toolbar_415a4e50": {
|
|
1308
|
-
"message": "Navige atravè meni oswa ba zouti a"
|
|
1309
|
-
},
|
|
1310
|
-
"navigation_ee9af92d": {
|
|
1311
|
-
"message": "Navigasyon"
|
|
1312
|
-
},
|
|
1313
|
-
"nested_greater_than_d852e60d": {
|
|
1314
|
-
"message": "Siperyè Enbrike"
|
|
1315
|
-
},
|
|
1316
|
-
"nested_less_than_27d17e58": {
|
|
1317
|
-
"message": "Enferyè Enbrike"
|
|
1318
|
-
},
|
|
1319
|
-
"new_quiz_34aacba6": {
|
|
1320
|
-
"message": "Nouvo Quiz"
|
|
1321
|
-
},
|
|
1322
|
-
"next_40e12421": {
|
|
1323
|
-
"message": "Pwochen"
|
|
1324
|
-
},
|
|
1325
|
-
"no_accessibility_issues_were_detected_f8d3c875": {
|
|
1326
|
-
"message": "Nou pa t detekte okenn pwoblèm aksesibilite."
|
|
1327
|
-
},
|
|
1328
|
-
"no_announcements_created_yet_c44a94f4": {
|
|
1329
|
-
"message": "Poko gen anons ki kreye."
|
|
1330
|
-
},
|
|
1331
|
-
"no_announcements_found_20185afc": {
|
|
1332
|
-
"message": "Yo pa jwenn anons."
|
|
1333
|
-
},
|
|
1334
|
-
"no_assignments_created_yet_1b236d87": {
|
|
1335
|
-
"message": "Poko gen sesyon ki kreye."
|
|
1336
|
-
},
|
|
1337
|
-
"no_assignments_found_79e46d7f": {
|
|
1338
|
-
"message": "Yo pa jwenn sesyon."
|
|
1339
|
-
},
|
|
1340
|
-
"no_changes_to_save_d29f6e91": {
|
|
1341
|
-
"message": "Pa gen chanjman pou sovgade."
|
|
1342
|
-
},
|
|
1343
|
-
"no_discussions_created_yet_ff99abe3": {
|
|
1344
|
-
"message": "Poko gen diskisyon ki kreye."
|
|
1345
|
-
},
|
|
1346
|
-
"no_discussions_found_9284063b": {
|
|
1347
|
-
"message": "Yo pa jwenn diskisyon."
|
|
1348
|
-
},
|
|
1349
|
-
"no_e16d9132": {
|
|
1350
|
-
"message": "Non"
|
|
1351
|
-
},
|
|
1352
|
-
"no_file_chosen_9a880793": {
|
|
1353
|
-
"message": "Pa gen fichye chwazi"
|
|
1354
|
-
},
|
|
1355
|
-
"no_headers_9bc7dc7f": {
|
|
1356
|
-
"message": "Okenn antèt"
|
|
1357
|
-
},
|
|
1358
|
-
"no_modules_created_yet_c71b6d4d": {
|
|
1359
|
-
"message": "Poko gen modil ki kreye."
|
|
1360
|
-
},
|
|
1361
|
-
"no_modules_found_2df43a40": {
|
|
1362
|
-
"message": "Yo pa jwenn modil."
|
|
1363
|
-
},
|
|
1364
|
-
"no_pages_created_yet_c379fa6e": {
|
|
1365
|
-
"message": "Poko gen paj ki kreye."
|
|
1366
|
-
},
|
|
1367
|
-
"no_pages_found_6799350": {
|
|
1368
|
-
"message": "Yo pa jwenn paj."
|
|
1369
|
-
},
|
|
1370
|
-
"no_preview_is_available_for_this_file_f940114a": {
|
|
1371
|
-
"message": "Pa gen apèsi disponib pou fichye sa a."
|
|
1372
|
-
},
|
|
1373
|
-
"no_quizzes_created_yet_1a2370b9": {
|
|
1374
|
-
"message": "Poko gen quiz ki kreye."
|
|
1375
|
-
},
|
|
1376
|
-
"no_quizzes_found_c80c537a": {
|
|
1377
|
-
"message": "Yo pa jwenn quiz."
|
|
1378
|
-
},
|
|
1379
|
-
"no_results_940393cf": {
|
|
1380
|
-
"message": "Okenn rezilta."
|
|
1381
|
-
},
|
|
1382
|
-
"no_results_found_for_filterterm_ad1b04c8": {
|
|
1383
|
-
"message": "Nou pa jwenn rezilta pou { filterTerm }"
|
|
1384
|
-
},
|
|
1385
|
-
"no_video_1ed00b26": {
|
|
1386
|
-
"message": "Pa gen Videyo"
|
|
1387
|
-
},
|
|
1388
|
-
"none_3b5e34d2": {
|
|
1389
|
-
"message": "Okenn"
|
|
1390
|
-
},
|
|
1391
|
-
"none_selected_b93d56d2": {
|
|
1392
|
-
"message": "Anyen Seleksyone"
|
|
1393
|
-
},
|
|
1394
|
-
"not_equal_6e2980e6": {
|
|
1395
|
-
"message": "Pa Egal"
|
|
1396
|
-
},
|
|
1397
|
-
"not_in_not_an_element_of_fb1ffb54": {
|
|
1398
|
-
"message": "Pa Nan (Pa Yon Eleman De)"
|
|
1399
|
-
},
|
|
1400
|
-
"not_negation_1418ebb8": {
|
|
1401
|
-
"message": "Pa (Negasyon)"
|
|
1402
|
-
},
|
|
1403
|
-
"not_subset_dc2b5e84": {
|
|
1404
|
-
"message": "Pa gen Sou Ansanm"
|
|
1405
|
-
},
|
|
1406
|
-
"not_subset_strict_23d282bf": {
|
|
1407
|
-
"message": "Pa gen Sou Ansanm (Estrik)"
|
|
1408
|
-
},
|
|
1409
|
-
"not_superset_5556b913": {
|
|
1410
|
-
"message": "Pa gen Superset"
|
|
1411
|
-
},
|
|
1412
|
-
"not_superset_strict_24e06f36": {
|
|
1413
|
-
"message": "Pa gen Superset (Estrik)"
|
|
1414
|
-
},
|
|
1415
|
-
"nu_1c0f6848": {
|
|
1416
|
-
"message": "Nu"
|
|
1417
|
-
},
|
|
1418
|
-
"octagon_e48be9f": {
|
|
1419
|
-
"message": "Oktagòn"
|
|
1420
|
-
},
|
|
1421
|
-
"olive_6a3e4d6b": {
|
|
1422
|
-
"message": "Oliv"
|
|
1423
|
-
},
|
|
1424
|
-
"omega_8f2c3463": {
|
|
1425
|
-
"message": "Omega"
|
|
1426
|
-
},
|
|
1427
|
-
"one_of_the_following_styles_must_be_added_to_save__1de769aa": {
|
|
1428
|
-
"message": "Yonn nan stil annapre yo dwe ajoute pou anrejistre yon ikòn: Koulè Ikòn nan, Gwosè Kontou li, Tèks Ikòn nan oswa Imaj"
|
|
1429
|
-
},
|
|
1430
|
-
"one_or_more_files_failed_to_paste_please_try_uploa_7fa39dd3": {
|
|
1431
|
-
"message": "Gen yonn oswa plizyè fichye ki paka kole. Tanpri eseye monte fichye yo oswa rale yo lage yo."
|
|
1432
|
-
},
|
|
1433
|
-
"open_circle_e9bd069": {
|
|
1434
|
-
"message": "Sèk Ouvè"
|
|
1435
|
-
},
|
|
1436
|
-
"open_this_keyboard_shortcuts_dialog_9658b83a": {
|
|
1437
|
-
"message": "Ouvri dyalòg rakousi klavye sa a"
|
|
1438
|
-
},
|
|
1439
|
-
"open_title_application_fd624fc5": {
|
|
1440
|
-
"message": "Ouvri { title } aplikasyon"
|
|
1441
|
-
},
|
|
1442
|
-
"operators_a2ef9a93": {
|
|
1443
|
-
"message": "Operatè"
|
|
1444
|
-
},
|
|
1445
|
-
"or_9b70ccaa": {
|
|
1446
|
-
"message": "Oswa"
|
|
1447
|
-
},
|
|
1448
|
-
"orange_81386a62": {
|
|
1449
|
-
"message": "Zoranj"
|
|
1450
|
-
},
|
|
1451
|
-
"ordered_and_unordered_lists_cfadfc38": {
|
|
1452
|
-
"message": "Lis Òdone e non Òdone"
|
|
1453
|
-
},
|
|
1454
|
-
"other_editor_shortcuts_may_be_found_at_404aba4a": {
|
|
1455
|
-
"message": "Ou ka jwenn lòt rakousi editè nan"
|
|
1456
|
-
},
|
|
1457
|
-
"outline_color_3ef2cea7": {
|
|
1458
|
-
"message": "Koulè Kontou"
|
|
1459
|
-
},
|
|
1460
|
-
"outline_size_a6059a21": {
|
|
1461
|
-
"message": "Gwosè Kontou"
|
|
1462
|
-
},
|
|
1463
|
-
"p_is_not_a_valid_protocol_which_must_be_ftp_http_h_adf13fc2": {
|
|
1464
|
-
"message": "{ p } pa yon pwotokòl valid ki ta dwe ftp, http, https, mailto, skype, tel oswa sote li"
|
|
1465
|
-
},
|
|
1466
|
-
"page_50c4823d": {
|
|
1467
|
-
"message": "Paj"
|
|
1468
|
-
},
|
|
1469
|
-
"pages_e5414c2c": {
|
|
1470
|
-
"message": "Paj"
|
|
1471
|
-
},
|
|
1472
|
-
"paragraph_5e5ad8eb": {
|
|
1473
|
-
"message": "Paragraf"
|
|
1474
|
-
},
|
|
1475
|
-
"paragraph_starting_with_start_a59923f8": {
|
|
1476
|
-
"message": "Paragraf kòmanse ak { start }"
|
|
1477
|
-
},
|
|
1478
|
-
"parallel_d55d6e38": {
|
|
1479
|
-
"message": "Paralèl"
|
|
1480
|
-
},
|
|
1481
|
-
"partial_derivative_4a9159df": {
|
|
1482
|
-
"message": "Pasyèl (Derive)"
|
|
1483
|
-
},
|
|
1484
|
-
"paste_5963d1c1": {
|
|
1485
|
-
"message": "Kole"
|
|
1486
|
-
},
|
|
1487
|
-
"pause_12af3bb4": {
|
|
1488
|
-
"message": "Poz"
|
|
1489
|
-
},
|
|
1490
|
-
"pentagon_17d82ea3": {
|
|
1491
|
-
"message": "Pentagòn"
|
|
1492
|
-
},
|
|
1493
|
-
"people_b4ebb13c": {
|
|
1494
|
-
"message": "Moun"
|
|
1495
|
-
},
|
|
1496
|
-
"percentage_34ab7c2c": {
|
|
1497
|
-
"message": "Pousantaj"
|
|
1498
|
-
},
|
|
1499
|
-
"percentage_must_be_a_number_8033c341": {
|
|
1500
|
-
"message": "Pousantaj la dwe se yon chif"
|
|
1501
|
-
},
|
|
1502
|
-
"performing_arts_icon_f3497486": {
|
|
1503
|
-
"message": "Ikòn Pèfòmans Da"
|
|
1504
|
-
},
|
|
1505
|
-
"perpendicular_7c48ede4": {
|
|
1506
|
-
"message": "Pèpandikilè"
|
|
1507
|
-
},
|
|
1508
|
-
"phi_4ac33b6d": {
|
|
1509
|
-
"message": "Phi"
|
|
1510
|
-
},
|
|
1511
|
-
"phi_variant_c9bb3ac5": {
|
|
1512
|
-
"message": "Phi (Varyan)"
|
|
1513
|
-
},
|
|
1514
|
-
"physical_education_icon_d7dffd3e": {
|
|
1515
|
-
"message": "Ikòn Edikasyon Fizik"
|
|
1516
|
-
},
|
|
1517
|
-
"pi_dc4f0bd8": {
|
|
1518
|
-
"message": "Pi"
|
|
1519
|
-
},
|
|
1520
|
-
"pi_variant_10f5f520": {
|
|
1521
|
-
"message": "Pi (Varyan)"
|
|
1522
|
-
},
|
|
1523
|
-
"pink_68ad45cb": {
|
|
1524
|
-
"message": "Woz"
|
|
1525
|
-
},
|
|
1526
|
-
"pixels_52ece7d1": {
|
|
1527
|
-
"message": "Piksèl"
|
|
1528
|
-
},
|
|
1529
|
-
"play_1a47eaa7": {
|
|
1530
|
-
"message": "Jwe"
|
|
1531
|
-
},
|
|
1532
|
-
"play_media_comment_35257210": {
|
|
1533
|
-
"message": "Jwe kòmantè medya."
|
|
1534
|
-
},
|
|
1535
|
-
"play_media_comment_by_name_from_createdat_c230123d": {
|
|
1536
|
-
"message": "Jwe kòmantè medya pa { name } de { createdAt }."
|
|
1537
|
-
},
|
|
1538
|
-
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1539
|
-
"message": "Tanpri pèmèt Canvas gen aksè a mikwofòn e kamera ou a."
|
|
1540
|
-
},
|
|
1541
|
-
"plus_d43cd4ec": {
|
|
1542
|
-
"message": "Plis"
|
|
1543
|
-
},
|
|
1544
|
-
"plus_minus_f8be2e83": {
|
|
1545
|
-
"message": "Plis/Mwens"
|
|
1546
|
-
},
|
|
1547
|
-
"posted_when_a578f5ab": {
|
|
1548
|
-
"message": "Poste: { when }"
|
|
1549
|
-
},
|
|
1550
|
-
"power_set_4f26f316": {
|
|
1551
|
-
"message": "Ansanm Puisans"
|
|
1552
|
-
},
|
|
1553
|
-
"precedes_196b9aef": {
|
|
1554
|
-
"message": "Presedan"
|
|
1555
|
-
},
|
|
1556
|
-
"precedes_equal_20701e84": {
|
|
1557
|
-
"message": "Presedan Egalite"
|
|
1558
|
-
},
|
|
1559
|
-
"preformatted_d0670862": {
|
|
1560
|
-
"message": "Prefòmate"
|
|
1561
|
-
},
|
|
1562
|
-
"prev_f82cbc48": {
|
|
1563
|
-
"message": "Anvan"
|
|
1564
|
-
},
|
|
1565
|
-
"preview_53003fd2": {
|
|
1566
|
-
"message": "Apèsi"
|
|
1567
|
-
},
|
|
1568
|
-
"preview_a3f8f854": {
|
|
1569
|
-
"message": "APÈSI"
|
|
1570
|
-
},
|
|
1571
|
-
"preview_in_overlay_ed772c46": {
|
|
1572
|
-
"message": "Apèsi an sipèpozisyon"
|
|
1573
|
-
},
|
|
1574
|
-
"preview_inline_9787330": {
|
|
1575
|
-
"message": "Apèsi an liy"
|
|
1576
|
-
},
|
|
1577
|
-
"prime_917ea60e": {
|
|
1578
|
-
"message": "Premye"
|
|
1579
|
-
},
|
|
1580
|
-
"prime_numbers_13464f61": {
|
|
1581
|
-
"message": "Nonm Premye"
|
|
1582
|
-
},
|
|
1583
|
-
"product_39cf144f": {
|
|
1584
|
-
"message": "Pwodwi"
|
|
1585
|
-
},
|
|
1586
|
-
"proportional_f02800cc": {
|
|
1587
|
-
"message": "Pwopòsyonèl"
|
|
1588
|
-
},
|
|
1589
|
-
"protocol_must_be_ftp_http_https_mailto_skype_tel_o_73beb4f8": {
|
|
1590
|
-
"message": "Pwotokòl la dwe ftp, http, https, mailto, skype, tel oswa sote li"
|
|
1591
|
-
},
|
|
1592
|
-
"psi_e3f5f0f7": {
|
|
1593
|
-
"message": "Psi"
|
|
1594
|
-
},
|
|
1595
|
-
"published_c944a23d": {
|
|
1596
|
-
"message": "pibliye"
|
|
1597
|
-
},
|
|
1598
|
-
"published_when_302d8e23": {
|
|
1599
|
-
"message": "pibliye: { when }"
|
|
1600
|
-
},
|
|
1601
|
-
"pumpkin_904428d5": {
|
|
1602
|
-
"message": "Pumpkin"
|
|
1603
|
-
},
|
|
1604
|
-
"purple_7678a9fc": {
|
|
1605
|
-
"message": "Mov"
|
|
1606
|
-
},
|
|
1607
|
-
"quaternions_877024e0": {
|
|
1608
|
-
"message": "Kwatènè"
|
|
1609
|
-
},
|
|
1610
|
-
"quiz_e0dcce8f": {
|
|
1611
|
-
"message": "Quiz"
|
|
1612
|
-
},
|
|
1613
|
-
"quizzes_7e598f57": {
|
|
1614
|
-
"message": "Quiz"
|
|
1615
|
-
},
|
|
1616
|
-
"rational_numbers_80ddaa4a": {
|
|
1617
|
-
"message": "Nonm Rasyonèl"
|
|
1618
|
-
},
|
|
1619
|
-
"real_numbers_7c99df94": {
|
|
1620
|
-
"message": "Nonm Reyèl"
|
|
1621
|
-
},
|
|
1622
|
-
"real_portion_of_complex_number_7dad33b5": {
|
|
1623
|
-
"message": "Pòsyon Reyèl (yon Nonm Konplèks)"
|
|
1624
|
-
},
|
|
1625
|
-
"record_7c9448b": {
|
|
1626
|
-
"message": "Anrejistre"
|
|
1627
|
-
},
|
|
1628
|
-
"record_upload_media_5fdce166": {
|
|
1629
|
-
"message": "Anrejistre/Chaje Medya"
|
|
1630
|
-
},
|
|
1631
|
-
"recording_98da6bda": {
|
|
1632
|
-
"message": "Anrejistreman"
|
|
1633
|
-
},
|
|
1634
|
-
"red_8258edf3": {
|
|
1635
|
-
"message": "Wouj"
|
|
1636
|
-
},
|
|
1637
|
-
"relationships_6602af70": {
|
|
1638
|
-
"message": "Relasyon"
|
|
1639
|
-
},
|
|
1640
|
-
"religion_icon_246e0be1": {
|
|
1641
|
-
"message": "Ikòn Relijyon"
|
|
1642
|
-
},
|
|
1643
|
-
"remove_heading_style_5fdc8855": {
|
|
1644
|
-
"message": "Elimine stil antèt"
|
|
1645
|
-
},
|
|
1646
|
-
"remove_link_d1f2f4d0": {
|
|
1647
|
-
"message": "Elimine Lyen"
|
|
1648
|
-
},
|
|
1649
|
-
"replace_e61834a7": {
|
|
1650
|
-
"message": "Ranplase"
|
|
1651
|
-
},
|
|
1652
|
-
"reset_95a81614": {
|
|
1653
|
-
"message": "Reinisyalize"
|
|
1654
|
-
},
|
|
1655
|
-
"resize_ec83d538": {
|
|
1656
|
-
"message": "Redimansyone"
|
|
1657
|
-
},
|
|
1658
|
-
"restore_auto_save_deccd84b": {
|
|
1659
|
-
"message": "Restore anrejistreman otomatik?"
|
|
1660
|
-
},
|
|
1661
|
-
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1662
|
-
"message": "Tounikè Envèse (pa sede)"
|
|
1663
|
-
},
|
|
1664
|
-
"rho_a0244a36": {
|
|
1665
|
-
"message": "Rho"
|
|
1666
|
-
},
|
|
1667
|
-
"rho_variant_415245cd": {
|
|
1668
|
-
"message": "Rho (Varyan)"
|
|
1669
|
-
},
|
|
1670
|
-
"rich_content_editor_2708ef21": {
|
|
1671
|
-
"message": "Editè Kontni Rich"
|
|
1672
|
-
},
|
|
1673
|
-
"rich_text_area_press_oskey_f8_for_rich_content_edi_c2f651d": {
|
|
1674
|
-
"message": "Zòn Teks Rich Peze { OSKey }+F8 pou rakousi Editè Kontni Rich."
|
|
1675
|
-
},
|
|
1676
|
-
"right_71ffdc4d": {
|
|
1677
|
-
"message": "Dwat"
|
|
1678
|
-
},
|
|
1679
|
-
"right_align_39e7a32a": {
|
|
1680
|
-
"message": "Aliyen Adwat"
|
|
1681
|
-
},
|
|
1682
|
-
"right_angle_bracket_d704e2d6": {
|
|
1683
|
-
"message": "Sipò Ang Dwat"
|
|
1684
|
-
},
|
|
1685
|
-
"right_arrow_35e0eddf": {
|
|
1686
|
-
"message": "Flèch Adwat"
|
|
1687
|
-
},
|
|
1688
|
-
"right_arrow_with_hook_29d92d31": {
|
|
1689
|
-
"message": "Flèch Adwat avèk Kwochè"
|
|
1690
|
-
},
|
|
1691
|
-
"right_ceiling_839dc744": {
|
|
1692
|
-
"message": "Plafon Dwat"
|
|
1693
|
-
},
|
|
1694
|
-
"right_curly_brace_5159d5cd": {
|
|
1695
|
-
"message": "Akolad Agoch"
|
|
1696
|
-
},
|
|
1697
|
-
"right_downward_harpoon_arrow_d71b114f": {
|
|
1698
|
-
"message": "Flèch yon Bò Desann Adwat"
|
|
1699
|
-
},
|
|
1700
|
-
"right_floor_5392d5cf": {
|
|
1701
|
-
"message": "Etaj Adwat"
|
|
1702
|
-
},
|
|
1703
|
-
"right_to_left_9cfb092a": {
|
|
1704
|
-
"message": "De Dwat a Goch"
|
|
1705
|
-
},
|
|
1706
|
-
"right_upward_harpoon_arrow_f5a34c73": {
|
|
1707
|
-
"message": "Flèch yon Bò Monte Adwat"
|
|
1708
|
-
},
|
|
1709
|
-
"rightward_arrow_32932107": {
|
|
1710
|
-
"message": "Flèch Adwat"
|
|
1711
|
-
},
|
|
1712
|
-
"rightward_pointing_triangle_60330f5c": {
|
|
1713
|
-
"message": "Triyang ki Bay Adwat"
|
|
1714
|
-
},
|
|
1715
|
-
"rotate_image_90_degrees_2ab77c05": {
|
|
1716
|
-
"message": "Pivote Imaj de -90 degre"
|
|
1717
|
-
},
|
|
1718
|
-
"rotate_image_90_degrees_6c92cd42": {
|
|
1719
|
-
"message": "Pivote Imaj de 90 degre"
|
|
1720
|
-
},
|
|
1721
|
-
"rotation_9699c538": {
|
|
1722
|
-
"message": "Wotasyon"
|
|
1723
|
-
},
|
|
1724
|
-
"row_fc0944a7": {
|
|
1725
|
-
"message": "Ranje"
|
|
1726
|
-
},
|
|
1727
|
-
"row_group_979f5528": {
|
|
1728
|
-
"message": "Gwoup ranje"
|
|
1729
|
-
},
|
|
1730
|
-
"sadly_the_pretty_html_editor_is_not_keyboard_acces_50da7665": {
|
|
1731
|
-
"message": "Malerezman, bèl editè HTML la pa aksesib sou klavye. Gen aksè a bèl editè HTML la la a."
|
|
1732
|
-
},
|
|
1733
|
-
"save_11a80ec3": {
|
|
1734
|
-
"message": "Anrejistre"
|
|
1735
|
-
},
|
|
1736
|
-
"save_copy_ca63944e": {
|
|
1737
|
-
"message": "Sovgade Kopi"
|
|
1738
|
-
},
|
|
1739
|
-
"save_media_cb9e786e": {
|
|
1740
|
-
"message": "Anrejistre Medya"
|
|
1741
|
-
},
|
|
1742
|
-
"saved_icon_maker_icons_df86e2a1": {
|
|
1743
|
-
"message": "Sovgade Ikòn Kreyatè Ikòn"
|
|
1744
|
-
},
|
|
1745
|
-
"screen_readers_cannot_determine_what_is_displayed__6a5842ab": {
|
|
1746
|
-
"message": "Lektè ekran yo paka wè kisa ki afiche nan yon imaj san tèks altènatif, epi non fichye yo souvan se yon anchenman chif ak lèt ki pa dekri kontèks oswa sans."
|
|
1747
|
-
},
|
|
1748
|
-
"screen_readers_cannot_determine_what_is_displayed__6f1ea667": {
|
|
1749
|
-
"message": "Lektè ekran yo paka wè kisa ki afiche nan yon imaj san tèks altènatif, ki dekri kontni ak siyifikasyon imaj la. Tèks altènatif ta dwe senp e klè."
|
|
1750
|
-
},
|
|
1751
|
-
"screen_readers_cannot_determine_what_is_displayed__a57e6723": {
|
|
1752
|
-
"message": "Lektè ekran yo paka wè kisa ki afiche nan yon imaj san tèks altènatif, ki dekri kontni ak siyifikasyon imaj la."
|
|
1753
|
-
},
|
|
1754
|
-
"screen_readers_cannot_interpret_tables_without_the_bd861652": {
|
|
1755
|
-
"message": "Lektè ekran yo paka entèrete tablo san estrikti ki apwopriye. Antèt tablo yo bay enstriksyon ak kapasite kontni an."
|
|
1756
|
-
},
|
|
1757
|
-
"screen_readers_cannot_interpret_tables_without_the_e62912d5": {
|
|
1758
|
-
"message": "Lektè ekran yo paka entèrete tablo san estrikti ki apwopriye. Lejand tablo yo dekri kontèks ak konpreyansyon jeneral tablo a."
|
|
1759
|
-
},
|
|
1760
|
-
"screen_readers_cannot_interpret_tables_without_the_f0bdec0f": {
|
|
1761
|
-
"message": "Lektè ekran yo paka entèrete tablo san estrikti ki apwopriye. Antèt tablo yo bay enstriksyon ak rezime kontni an."
|
|
1762
|
-
},
|
|
1763
|
-
"script_l_42a7b254": {
|
|
1764
|
-
"message": "Script L"
|
|
1765
|
-
},
|
|
1766
|
-
"search_280d00bd": {
|
|
1767
|
-
"message": "Chèche"
|
|
1768
|
-
},
|
|
1769
|
-
"select_audio_source_21043cd5": {
|
|
1770
|
-
"message": "Seleksyone sous odyo"
|
|
1771
|
-
},
|
|
1772
|
-
"select_crop_shape_d441feeb": {
|
|
1773
|
-
"message": "Seleksyone koupe fòm"
|
|
1774
|
-
},
|
|
1775
|
-
"select_language_7c93a900": {
|
|
1776
|
-
"message": "Seleksyone Lang"
|
|
1777
|
-
},
|
|
1778
|
-
"select_video_source_1b5c9dbe": {
|
|
1779
|
-
"message": "Seleksyone sous videyo"
|
|
1780
|
-
},
|
|
1781
|
-
"selected_274ce24f": {
|
|
1782
|
-
"message": "Seleksyone"
|
|
1783
|
-
},
|
|
1784
|
-
"selected_linkfilename_c093b1f2": {
|
|
1785
|
-
"message": "Seleksyone { linkFileName }"
|
|
1786
|
-
},
|
|
1787
|
-
"selection_b52c4c5e": {
|
|
1788
|
-
"message": "Seleksyon"
|
|
1789
|
-
},
|
|
1790
|
-
"set_header_scope_8c548f40": {
|
|
1791
|
-
"message": "Defini kapasite antèt"
|
|
1792
|
-
},
|
|
1793
|
-
"set_minus_b46e9b88": {
|
|
1794
|
-
"message": "Ansanm Mwens"
|
|
1795
|
-
},
|
|
1796
|
-
"set_table_header_cfab13a0": {
|
|
1797
|
-
"message": "Defini antèt tablo"
|
|
1798
|
-
},
|
|
1799
|
-
"sharp_music_ab956814": {
|
|
1800
|
-
"message": "Pweti (Mizik)"
|
|
1801
|
-
},
|
|
1802
|
-
"shift_arrows_4d5785fe": {
|
|
1803
|
-
"message": "SHIFT+Flèch"
|
|
1804
|
-
},
|
|
1805
|
-
"shift_o_to_open_the_pretty_html_editor_55ff5a31": {
|
|
1806
|
-
"message": "Shift-O pou ka ouvri bèl editè html la."
|
|
1807
|
-
},
|
|
1808
|
-
"shortcut_911d6255": {
|
|
1809
|
-
"message": "Rakousi"
|
|
1810
|
-
},
|
|
1811
|
-
"show_audio_options_b489926b": {
|
|
1812
|
-
"message": "Afiche opsyon odyo"
|
|
1813
|
-
},
|
|
1814
|
-
"show_image_options_1e2ecc6b": {
|
|
1815
|
-
"message": "Afiche opsyon imaj"
|
|
1816
|
-
},
|
|
1817
|
-
"show_link_options_545338fd": {
|
|
1818
|
-
"message": "Afiche opsyon lyen"
|
|
1819
|
-
},
|
|
1820
|
-
"show_studio_media_options_a0c748c6": {
|
|
1821
|
-
"message": "Afiche opsyon estidyo medya a"
|
|
1822
|
-
},
|
|
1823
|
-
"show_video_options_6ed3721a": {
|
|
1824
|
-
"message": "Afiche opsyon videyo"
|
|
1825
|
-
},
|
|
1826
|
-
"sighted_users_browse_web_pages_quickly_looking_for_1d4db0c1": {
|
|
1827
|
-
"message": "Itilizatè prevwayan yo navige sou paj wèb yo byen vit, pou yo ka chèche antèt ki gwo oswa an gra. Itilizatè lektè ekran yo konte sou antèt yo pou konpreyansyon kontekstyèl. Antèt yo dwe itilize estrikti ki apwopriye."
|
|
1828
|
-
},
|
|
1829
|
-
"sighted_users_browse_web_pages_quickly_looking_for_ade806f5": {
|
|
1830
|
-
"message": "Itilizatè prevwayan yo navige sou paj wèb yo byen vit, pou yo ka chèche antèt ki gwo oswa an gra. Itilizatè lektè ekran yo konte sou antèt yo pou konpreyansyon kontekstyèl. Antèt yo dwe klè nan estrikti ki apwopriye."
|
|
1831
|
-
},
|
|
1832
|
-
"sigma_5c35e553": {
|
|
1833
|
-
"message": "Sigma"
|
|
1834
|
-
},
|
|
1835
|
-
"sigma_variant_8155625": {
|
|
1836
|
-
"message": "Sigma (Varyan)"
|
|
1837
|
-
},
|
|
1838
|
-
"single_color_image_4e5d4dbc": {
|
|
1839
|
-
"message": "Imaj Yon sèl Koulè"
|
|
1840
|
-
},
|
|
1841
|
-
"single_color_image_color_95fa9a87": {
|
|
1842
|
-
"message": "Koulè Inik Imaj la"
|
|
1843
|
-
},
|
|
1844
|
-
"size_b30e1077": {
|
|
1845
|
-
"message": "Dimansyon"
|
|
1846
|
-
},
|
|
1847
|
-
"size_of_caption_file_is_greater_than_the_maximum_m_bff5f86e": {
|
|
1848
|
-
"message": "Fichye soutit la depase kantite maksimòm { max } kb yo otorize a."
|
|
1849
|
-
},
|
|
1850
|
-
"small_b070434a": {
|
|
1851
|
-
"message": "Piti"
|
|
1852
|
-
},
|
|
1853
|
-
"solid_circle_9f061dfc": {
|
|
1854
|
-
"message": "Sèk Solid"
|
|
1855
|
-
},
|
|
1856
|
-
"something_went_wrong_89195131": {
|
|
1857
|
-
"message": "Gen yon bagay ki mal fèt."
|
|
1858
|
-
},
|
|
1859
|
-
"something_went_wrong_accessing_your_webcam_6643b87e": {
|
|
1860
|
-
"message": "Gen yon pwoblèm ki pase lè l ap chache aksede ak webcam ou an."
|
|
1861
|
-
},
|
|
1862
|
-
"something_went_wrong_and_i_don_t_know_what_to_show_e0c54ec8": {
|
|
1863
|
-
"message": "Gen yon bagay ki pase mal ni mwen pa konnen kisa pou m montre w."
|
|
1864
|
-
},
|
|
1865
|
-
"something_went_wrong_check_your_connection_reload__c7868286": {
|
|
1866
|
-
"message": "Gen yon bagay ki mal fèt. Verifye koneksyon ou, relanse paj la epi eseye ankò."
|
|
1867
|
-
},
|
|
1868
|
-
"something_went_wrong_d238c551": {
|
|
1869
|
-
"message": "Gen yon bagay ki pase mal"
|
|
1870
|
-
},
|
|
1871
|
-
"something_went_wrong_while_sharing_your_screen_8de579e5": {
|
|
1872
|
-
"message": "Gen yon bagay ki pase mal pandan n ap pataje ekran w lan."
|
|
1873
|
-
},
|
|
1874
|
-
"sort_by_e75f9e3e": {
|
|
1875
|
-
"message": "Triye Pa"
|
|
1876
|
-
},
|
|
1877
|
-
"spades_suit_b37020c2": {
|
|
1878
|
-
"message": "Pik (Konbinezon)"
|
|
1879
|
-
},
|
|
1880
|
-
"square_511eb3b3": {
|
|
1881
|
-
"message": "Kare"
|
|
1882
|
-
},
|
|
1883
|
-
"square_cap_9ec88646": {
|
|
1884
|
-
"message": "Bouchon Kare"
|
|
1885
|
-
},
|
|
1886
|
-
"square_cup_b0665113": {
|
|
1887
|
-
"message": "Tas Kare"
|
|
1888
|
-
},
|
|
1889
|
-
"square_root_e8bcbc60": {
|
|
1890
|
-
"message": "Rasin Kare"
|
|
1891
|
-
},
|
|
1892
|
-
"square_root_symbol_d0898a53": {
|
|
1893
|
-
"message": "Senbòl Rasin Kare"
|
|
1894
|
-
},
|
|
1895
|
-
"square_subset_17be67cb": {
|
|
1896
|
-
"message": "Sou Ansanm Kare"
|
|
1897
|
-
},
|
|
1898
|
-
"square_subset_strict_7044e84f": {
|
|
1899
|
-
"message": "Sou Ansanm Kare (Estrik)"
|
|
1900
|
-
},
|
|
1901
|
-
"square_superset_3be8dae1": {
|
|
1902
|
-
"message": "Superset Kare"
|
|
1903
|
-
},
|
|
1904
|
-
"square_superset_strict_fa4262e4": {
|
|
1905
|
-
"message": "Superset Kare (Estrik)"
|
|
1906
|
-
},
|
|
1907
|
-
"square_unordered_list_b15ce93b": {
|
|
1908
|
-
"message": "lis kare non òdone"
|
|
1909
|
-
},
|
|
1910
|
-
"star_8d156e09": {
|
|
1911
|
-
"message": "Etwal"
|
|
1912
|
-
},
|
|
1913
|
-
"start_over_f7552aa9": {
|
|
1914
|
-
"message": "Rekòmanse"
|
|
1915
|
-
},
|
|
1916
|
-
"start_recording_9a65141a": {
|
|
1917
|
-
"message": "Kòmanse Anrejistre"
|
|
1918
|
-
},
|
|
1919
|
-
"steel_blue_14296f08": {
|
|
1920
|
-
"message": "Ble Gri"
|
|
1921
|
-
},
|
|
1922
|
-
"studio_media_options_ee504361": {
|
|
1923
|
-
"message": "Opsyon Estidyo Medya a"
|
|
1924
|
-
},
|
|
1925
|
-
"studio_media_options_tray_cfb94654": {
|
|
1926
|
-
"message": "Opsyon Plato Medya Studio"
|
|
1927
|
-
},
|
|
1928
|
-
"styles_2aa721ef": {
|
|
1929
|
-
"message": "Stil"
|
|
1930
|
-
},
|
|
1931
|
-
"submit_a3cc6859": {
|
|
1932
|
-
"message": "Soumèt"
|
|
1933
|
-
},
|
|
1934
|
-
"subscript_59744f96": {
|
|
1935
|
-
"message": "Endis"
|
|
1936
|
-
},
|
|
1937
|
-
"subset_19c1a92f": {
|
|
1938
|
-
"message": "Sou Ansanm"
|
|
1939
|
-
},
|
|
1940
|
-
"subset_strict_8d8948d6": {
|
|
1941
|
-
"message": "Sou ansanm (Estrik)"
|
|
1942
|
-
},
|
|
1943
|
-
"succeeds_9cc31be9": {
|
|
1944
|
-
"message": "Siksè"
|
|
1945
|
-
},
|
|
1946
|
-
"succeeds_equal_158e8c3a": {
|
|
1947
|
-
"message": "Siksè Egal"
|
|
1948
|
-
},
|
|
1949
|
-
"sum_b0842d31": {
|
|
1950
|
-
"message": "Sòm"
|
|
1951
|
-
},
|
|
1952
|
-
"superscript_8cb349a2": {
|
|
1953
|
-
"message": "An Ekspozan"
|
|
1954
|
-
},
|
|
1955
|
-
"superscript_and_subscript_37f94a50": {
|
|
1956
|
-
"message": "Superscript ak Subscript"
|
|
1957
|
-
},
|
|
1958
|
-
"superset_c4db8a7a": {
|
|
1959
|
-
"message": "Superset"
|
|
1960
|
-
},
|
|
1961
|
-
"superset_strict_c77dd6d2": {
|
|
1962
|
-
"message": "Superset (Estrik)"
|
|
1963
|
-
},
|
|
1964
|
-
"supported_file_types_srt_or_webvtt_7d827ed": {
|
|
1965
|
-
"message": "Tip fichye ki aksepte: SRT oswa WebVTT"
|
|
1966
|
-
},
|
|
1967
|
-
"switch_to_pretty_html_editor_a3cee15f": {
|
|
1968
|
-
"message": "Pase a yon bèl editè HTML"
|
|
1969
|
-
},
|
|
1970
|
-
"switch_to_raw_html_editor_f970ae1a": {
|
|
1971
|
-
"message": "Pase a yon editè HTML brit"
|
|
1972
|
-
},
|
|
1973
|
-
"switch_to_the_html_editor_146dfffd": {
|
|
1974
|
-
"message": "Chanje a editè html la"
|
|
1975
|
-
},
|
|
1976
|
-
"switch_to_the_rich_text_editor_63c1ecf6": {
|
|
1977
|
-
"message": "Chanje a editè tèks anrichi a"
|
|
1978
|
-
},
|
|
1979
|
-
"syllabus_f191f65b": {
|
|
1980
|
-
"message": "Pwogram"
|
|
1981
|
-
},
|
|
1982
|
-
"system_audio_allowed_b2508f8c": {
|
|
1983
|
-
"message": "Sistèm Odyo Otorize"
|
|
1984
|
-
},
|
|
1985
|
-
"system_audio_disabled_c177bd13": {
|
|
1986
|
-
"message": "Sistèm Odyo Dezaktive"
|
|
1987
|
-
},
|
|
1988
|
-
"tab_arrows_4cf5abfc": {
|
|
1989
|
-
"message": "TAB/Flèch"
|
|
1990
|
-
},
|
|
1991
|
-
"table_header_starting_with_start_ffcabba6": {
|
|
1992
|
-
"message": "Antèt tablo kòmanse a { start }"
|
|
1993
|
-
},
|
|
1994
|
-
"table_starting_with_start_e7232848": {
|
|
1995
|
-
"message": "Tablo kòmanse a { start }"
|
|
1996
|
-
},
|
|
1997
|
-
"tables_headers_should_specify_scope_5abf3a8e": {
|
|
1998
|
-
"message": "Antèt tablo yo dwe presize kapasite."
|
|
1999
|
-
},
|
|
2000
|
-
"tables_should_include_a_caption_describing_the_con_e91e78fc": {
|
|
2001
|
-
"message": "Tablo yo dwe gen lejand ki dekri kontni tablo a."
|
|
2002
|
-
},
|
|
2003
|
-
"tables_should_include_at_least_one_header_48779eac": {
|
|
2004
|
-
"message": "Tablo yo dwe gen omwen yon antèt."
|
|
2005
|
-
},
|
|
2006
|
-
"tau_880974b7": {
|
|
2007
|
-
"message": "Tau"
|
|
2008
|
-
},
|
|
2009
|
-
"teal_f729a294": {
|
|
2010
|
-
"message": "Ble vèt"
|
|
2011
|
-
},
|
|
2012
|
-
"text_7f4593da": {
|
|
2013
|
-
"message": "Tèks"
|
|
2014
|
-
},
|
|
2015
|
-
"text_background_color_16e61c3f": {
|
|
2016
|
-
"message": "Koulè Fon Tèks"
|
|
2017
|
-
},
|
|
2018
|
-
"text_color_acf75eb6": {
|
|
2019
|
-
"message": "Koulè Tèks"
|
|
2020
|
-
},
|
|
2021
|
-
"text_is_difficult_to_read_without_sufficient_contr_69e62bd6": {
|
|
2022
|
-
"message": "Li difisil pou li tèks la si pa gen ase kontras ant tèks la ak fon an, espesyalman pou moun ki pa wè byen yo."
|
|
2023
|
-
},
|
|
2024
|
-
"text_larger_than_18pt_or_bold_14pt_should_display__5c364db6": {
|
|
2025
|
-
"message": "Tèks ki pi gwo ke 18pt (oswa an gra 14pt) ta dwe afiche yon to kontras de 3:1."
|
|
2026
|
-
},
|
|
2027
|
-
"text_optional_384f94f7": {
|
|
2028
|
-
"message": "Tèks (opsyonèl)"
|
|
2029
|
-
},
|
|
2030
|
-
"text_position_8df8c162": {
|
|
2031
|
-
"message": "Pozisyon Tèks"
|
|
2032
|
-
},
|
|
2033
|
-
"text_size_887c2f6": {
|
|
2034
|
-
"message": "Gwosè Tèks"
|
|
2035
|
-
},
|
|
2036
|
-
"text_smaller_than_18pt_or_bold_14pt_should_display_aaffb22b": {
|
|
2037
|
-
"message": "Tèks ki pi piti ke 18pt (oswa an gra 14pt) ta dwe afiche yon to kontras de 4.5:1."
|
|
2038
|
-
},
|
|
2039
|
-
"the_document_preview_is_currently_being_processed__7d9ea135": {
|
|
2040
|
-
"message": "Afichaj dokiman an pwosesis pou kounye a. Tanpri eseye ankò."
|
|
2041
|
-
},
|
|
2042
|
-
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2043
|
-
"message": "Premye antèt nan yon paj ta dwe yon H2."
|
|
2044
|
-
},
|
|
2045
|
-
"the_following_content_is_partner_provided_ed1da756": {
|
|
2046
|
-
"message": "Kontni annapre a se yon asosye ki bay li"
|
|
2047
|
-
},
|
|
2048
|
-
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2049
|
-
"message": "Materyèl la nan domèn piblik la"
|
|
2050
|
-
},
|
|
2051
|
-
"the_material_is_licensed_under_creative_commons_3242cb5e": {
|
|
2052
|
-
"message": "Materyèl la distribye sou lisans Creative Commons"
|
|
2053
|
-
},
|
|
2054
|
-
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2055
|
-
"message": "Materyèl la fè objè de yon ekseksyon - pa egzanp itilizasyon ekitab, dwa pou site oswa lòt dwa daprè lwa sou dwa dotè ki aplikab yo."
|
|
2056
|
-
},
|
|
2057
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2058
|
-
"message": "Kontni anvan an se yon asosye ki bay li"
|
|
2059
|
-
},
|
|
2060
|
-
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2061
|
-
"message": "Bèl editè html la pa aksesib sou klavye. Peze Shift-O pou ka ouvri editè html la an mòd brit l."
|
|
2062
|
-
},
|
|
2063
|
-
"therefore_d860e024": {
|
|
2064
|
-
"message": "Kidonk"
|
|
2065
|
-
},
|
|
2066
|
-
"theta_ce2d2350": {
|
|
2067
|
-
"message": "Tèta"
|
|
2068
|
-
},
|
|
2069
|
-
"theta_variant_fff6da6f": {
|
|
2070
|
-
"message": "Tèta (Varyan)"
|
|
2071
|
-
},
|
|
2072
|
-
"thick_downward_arrow_b85add4c": {
|
|
2073
|
-
"message": "Flèch Epè Desann"
|
|
2074
|
-
},
|
|
2075
|
-
"thick_left_arrow_d5f3e925": {
|
|
2076
|
-
"message": "Flèch Epè Agoch"
|
|
2077
|
-
},
|
|
2078
|
-
"thick_leftward_arrow_6ab89880": {
|
|
2079
|
-
"message": "Flèch Epè Agoch"
|
|
2080
|
-
},
|
|
2081
|
-
"thick_right_arrow_3ed5e8f7": {
|
|
2082
|
-
"message": "Flèch Epè Adwat"
|
|
2083
|
-
},
|
|
2084
|
-
"thick_rightward_arrow_a2e1839e": {
|
|
2085
|
-
"message": "Flèch Epè Adwat"
|
|
2086
|
-
},
|
|
2087
|
-
"thick_upward_arrow_acd20328": {
|
|
2088
|
-
"message": "Flèch Epè Anwo"
|
|
2089
|
-
},
|
|
2090
|
-
"this_document_cannot_be_displayed_within_canvas_7aba77be": {
|
|
2091
|
-
"message": "Dokiman sa a pa kapab afiche nan Canvas."
|
|
2092
|
-
},
|
|
2093
|
-
"this_equation_cannot_be_rendered_in_basic_view_9b6c07ae": {
|
|
2094
|
-
"message": "Ekwasyon sa a paka rann nan Afichaj Bazik la."
|
|
2095
|
-
},
|
|
2096
|
-
"this_image_is_currently_unavailable_25c68857": {
|
|
2097
|
-
"message": "Imaj sa a pa disponib pou kounye a"
|
|
2098
|
-
},
|
|
2099
|
-
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2100
|
-
"message": "Menm si videyo ou a gen yon bèl tit nan navigatè a, nou pa rive kapab aktyalize li nan baz de done a."
|
|
2101
|
-
},
|
|
2102
|
-
"timebar_a4d18443": {
|
|
2103
|
-
"message": "Ba a lè"
|
|
2104
|
-
},
|
|
2105
|
-
"title_ee03d132": {
|
|
2106
|
-
"message": "Tit"
|
|
2107
|
-
},
|
|
2108
|
-
"to_be_posted_when_d24bf7dc": {
|
|
2109
|
-
"message": "Pou Poste: { when }"
|
|
2110
|
-
},
|
|
2111
|
-
"to_do_when_2783d78f": {
|
|
2112
|
-
"message": "Tach: { when }"
|
|
2113
|
-
},
|
|
2114
|
-
"toggle_summary_group_413df9ac": {
|
|
2115
|
-
"message": "Chanje { summary } gwoup"
|
|
2116
|
-
},
|
|
2117
|
-
"toggle_tooltip_d3b7cb86": {
|
|
2118
|
-
"message": "Deplase ti boul enffòmasyon an"
|
|
2119
|
-
},
|
|
2120
|
-
"tools_2fcf772e": {
|
|
2121
|
-
"message": "Zouti"
|
|
2122
|
-
},
|
|
2123
|
-
"top_66e0adb6": {
|
|
2124
|
-
"message": "Anlè"
|
|
2125
|
-
},
|
|
2126
|
-
"tray_839df38a": {
|
|
2127
|
-
"message": "Plato"
|
|
2128
|
-
},
|
|
2129
|
-
"triangle_6072304e": {
|
|
2130
|
-
"message": "Triyang"
|
|
2131
|
-
},
|
|
2132
|
-
"turnstile_yields_f9e76df1": {
|
|
2133
|
-
"message": "Tounikè (Rannman)"
|
|
2134
|
-
},
|
|
2135
|
-
"type_control_f9_to_access_image_options_text_a47e319f": {
|
|
2136
|
-
"message": "tape Control F9 pouw gen aksè a opsyon imaj yo. { text }"
|
|
2137
|
-
},
|
|
2138
|
-
"type_control_f9_to_access_link_options_text_4ead9682": {
|
|
2139
|
-
"message": "tape Control F9 pouw gen aksè a opsyon lyen yo. { text }"
|
|
2140
|
-
},
|
|
2141
|
-
"type_control_f9_to_access_table_options_text_92141329": {
|
|
2142
|
-
"message": "tape Control F9 pouw gen aksè a opsyon tablo yo. { text }"
|
|
2143
|
-
},
|
|
2144
|
-
"unable_to_determine_resource_selection_url_7867e060": {
|
|
2145
|
-
"message": "Paka detèmine url seleksyon resous"
|
|
2146
|
-
},
|
|
2147
|
-
"union_e6b57a53": {
|
|
2148
|
-
"message": "Inyon"
|
|
2149
|
-
},
|
|
2150
|
-
"unpublished_dfd8801": {
|
|
2151
|
-
"message": "pa pibliye"
|
|
2152
|
-
},
|
|
2153
|
-
"untitled_16aa4f2b": {
|
|
2154
|
-
"message": "San tit"
|
|
2155
|
-
},
|
|
2156
|
-
"untitled_efdc2d7d": {
|
|
2157
|
-
"message": "san tit"
|
|
2158
|
-
},
|
|
2159
|
-
"up_and_left_diagonal_arrow_e4a74a23": {
|
|
2160
|
-
"message": "Flèch Dyagonal Anwo e Agoch"
|
|
2161
|
-
},
|
|
2162
|
-
"up_and_right_diagonal_arrow_935b902e": {
|
|
2163
|
-
"message": "Flèch Dyagonal Anwo e Adwat"
|
|
2164
|
-
},
|
|
2165
|
-
"up_c553575d": {
|
|
2166
|
-
"message": "Anwo"
|
|
2167
|
-
},
|
|
2168
|
-
"updated_link_a827e441": {
|
|
2169
|
-
"message": "Lyen aktyalize"
|
|
2170
|
-
},
|
|
2171
|
-
"upload_document_253f0478": {
|
|
2172
|
-
"message": "Chaje Dokiman"
|
|
2173
|
-
},
|
|
2174
|
-
"upload_file_fd2361b8": {
|
|
2175
|
-
"message": "Transfere Fichye"
|
|
2176
|
-
},
|
|
2177
|
-
"upload_image_6120b609": {
|
|
2178
|
-
"message": "Transfere Imaj"
|
|
2179
|
-
},
|
|
2180
|
-
"upload_media_ce31135a": {
|
|
2181
|
-
"message": "Transfè Medya"
|
|
2182
|
-
},
|
|
2183
|
-
"upload_record_media_e4207d72": {
|
|
2184
|
-
"message": "Transfè/Anrejistre Medya"
|
|
2185
|
-
},
|
|
2186
|
-
"uploading_19e8a4e7": {
|
|
2187
|
-
"message": "Chajman"
|
|
2188
|
-
},
|
|
2189
|
-
"uppercase_alphabetic_ordered_list_3f5aa6b2": {
|
|
2190
|
-
"message": "lis alfabetik an majiskil"
|
|
2191
|
-
},
|
|
2192
|
-
"uppercase_delta_d4f4bc41": {
|
|
2193
|
-
"message": "Delta an Majiskil"
|
|
2194
|
-
},
|
|
2195
|
-
"uppercase_gamma_86f492e9": {
|
|
2196
|
-
"message": "Gamma an Majiskil"
|
|
2197
|
-
},
|
|
2198
|
-
"uppercase_lambda_c78d8ed4": {
|
|
2199
|
-
"message": "Lambda an Majiskil"
|
|
2200
|
-
},
|
|
2201
|
-
"uppercase_omega_8aedfa2": {
|
|
2202
|
-
"message": "Omega an Majiskil"
|
|
2203
|
-
},
|
|
2204
|
-
"uppercase_phi_caa36724": {
|
|
2205
|
-
"message": "Phi an Majiskil"
|
|
2206
|
-
},
|
|
2207
|
-
"uppercase_pi_fcc70f5e": {
|
|
2208
|
-
"message": "Pi an Majiskil"
|
|
2209
|
-
},
|
|
2210
|
-
"uppercase_psi_6395acbe": {
|
|
2211
|
-
"message": "Psi an Majiskil"
|
|
2212
|
-
},
|
|
2213
|
-
"uppercase_roman_numeral_ordered_list_853f292b": {
|
|
2214
|
-
"message": "lis òdone chif Women an majiskil"
|
|
2215
|
-
},
|
|
2216
|
-
"uppercase_sigma_dbb70e92": {
|
|
2217
|
-
"message": "Sigma an Majiskil"
|
|
2218
|
-
},
|
|
2219
|
-
"uppercase_theta_49afc891": {
|
|
2220
|
-
"message": "Tèta an Majiskil"
|
|
2221
|
-
},
|
|
2222
|
-
"uppercase_upsilon_8c1e623e": {
|
|
2223
|
-
"message": "Epsilon an Majiskil"
|
|
2224
|
-
},
|
|
2225
|
-
"uppercase_xi_341e8556": {
|
|
2226
|
-
"message": "Xi an Majiskil"
|
|
2227
|
-
},
|
|
2228
|
-
"upsilon_33651634": {
|
|
2229
|
-
"message": "Epsilon"
|
|
2230
|
-
},
|
|
2231
|
-
"upward_and_downward_pointing_arrow_fa90a918": {
|
|
2232
|
-
"message": "Flèch ki bay sou Anwo e Anba"
|
|
2233
|
-
},
|
|
2234
|
-
"upward_and_downward_pointing_arrow_thick_d420fdef": {
|
|
2235
|
-
"message": "Flèch ki bay sou Anwo e Anba (Epè)"
|
|
2236
|
-
},
|
|
2237
|
-
"upward_arrow_9992cb2d": {
|
|
2238
|
-
"message": "Flèch Anwo"
|
|
2239
|
-
},
|
|
2240
|
-
"upward_pointing_triangle_d078d7cb": {
|
|
2241
|
-
"message": "Triyang ki Bay sou Anwo"
|
|
2242
|
-
},
|
|
2243
|
-
"url_22a5f3b8": {
|
|
2244
|
-
"message": "URL"
|
|
2245
|
-
},
|
|
2246
|
-
"usage_right_ff96f3e2": {
|
|
2247
|
-
"message": "Dwa Itilizasyon:"
|
|
2248
|
-
},
|
|
2249
|
-
"usage_rights_required_5fe4dd68": {
|
|
2250
|
-
"message": "Dwa Itilizasyon (obligatwa)"
|
|
2251
|
-
},
|
|
2252
|
-
"use_arrow_keys_to_navigate_options_2021cc50": {
|
|
2253
|
-
"message": "Itilize tout fllèch yo pou ka navige nan opsyon yo."
|
|
2254
|
-
},
|
|
2255
|
-
"use_arrow_keys_to_select_a_shape_c8eb57ed": {
|
|
2256
|
-
"message": "Itilize touch flèch yo pou seleksyone yon fòm."
|
|
2257
|
-
},
|
|
2258
|
-
"use_arrow_keys_to_select_a_size_699a19f4": {
|
|
2259
|
-
"message": "Itilize touch flèch yo pou seleksyone yon dimansyon."
|
|
2260
|
-
},
|
|
2261
|
-
"use_arrow_keys_to_select_a_text_position_72f9137c": {
|
|
2262
|
-
"message": "Itilize tout flèch yo pou ka seleksyone yon pozisyon tèks."
|
|
2263
|
-
},
|
|
2264
|
-
"use_arrow_keys_to_select_a_text_size_65e89336": {
|
|
2265
|
-
"message": "Itilize tout flèch yo pou ka seleksyone yon dimansyon tèks"
|
|
2266
|
-
},
|
|
2267
|
-
"use_arrow_keys_to_select_an_outline_size_e009d6b0": {
|
|
2268
|
-
"message": "Itilize touch flèch yo pou seleksyone dimansyon kontou."
|
|
2269
|
-
},
|
|
2270
|
-
"used_by_screen_readers_to_describe_the_content_of__4f14b4e4": {
|
|
2271
|
-
"message": "Itilize lektè ekran sa yo pou dekri kontni yon { TYPE }"
|
|
2272
|
-
},
|
|
2273
|
-
"used_by_screen_readers_to_describe_the_content_of__b1e76d9e": {
|
|
2274
|
-
"message": "Itilize pa lektè ekran yo pou dekri kontni yon imaj"
|
|
2275
|
-
},
|
|
2276
|
-
"used_by_screen_readers_to_describe_the_video_37ebad25": {
|
|
2277
|
-
"message": "Itilize pa lektè ekran pou dekri videyo a"
|
|
2278
|
-
},
|
|
2279
|
-
"user_documents_c206e61f": {
|
|
2280
|
-
"message": "Dokiman Itilizatè"
|
|
2281
|
-
},
|
|
2282
|
-
"user_files_78e21703": {
|
|
2283
|
-
"message": "Fichye Itilizatè"
|
|
2284
|
-
},
|
|
2285
|
-
"user_images_b6490852": {
|
|
2286
|
-
"message": "Imaj Itilizatè"
|
|
2287
|
-
},
|
|
2288
|
-
"user_media_14fbf656": {
|
|
2289
|
-
"message": "Medya Itilizatè"
|
|
2290
|
-
},
|
|
2291
|
-
"vector_notation_cf6086ab": {
|
|
2292
|
-
"message": "Vektè (Notasyon)"
|
|
2293
|
-
},
|
|
2294
|
-
"vertical_bar_set_builder_notation_4300495f": {
|
|
2295
|
-
"message": "Ba Vètikal (Notasyon Konstriktè Ansanm)"
|
|
2296
|
-
},
|
|
2297
|
-
"vertical_dots_bfb21f14": {
|
|
2298
|
-
"message": "Pwen Vètikal"
|
|
2299
|
-
},
|
|
2300
|
-
"video_options_24ef6e5d": {
|
|
2301
|
-
"message": "Opsyon Videyo"
|
|
2302
|
-
},
|
|
2303
|
-
"video_options_tray_3b9809a5": {
|
|
2304
|
-
"message": "Plato Opsyon Videyo"
|
|
2305
|
-
},
|
|
2306
|
-
"video_player_b371005": {
|
|
2307
|
-
"message": "Lektè Videyo"
|
|
2308
|
-
},
|
|
2309
|
-
"video_player_for_9e7d373b": {
|
|
2310
|
-
"message": "Lektè videyo pou "
|
|
2311
|
-
},
|
|
2312
|
-
"video_player_for_title_ffd9fbc4": {
|
|
2313
|
-
"message": "Lektè videyo pou { title }"
|
|
2314
|
-
},
|
|
2315
|
-
"view_all_e13bf0a6": {
|
|
2316
|
-
"message": "Afiche Tout"
|
|
2317
|
-
},
|
|
2318
|
-
"view_ba339f93": {
|
|
2319
|
-
"message": "Afiche"
|
|
2320
|
-
},
|
|
2321
|
-
"view_description_30446afc": {
|
|
2322
|
-
"message": "Afiche deskripsyon"
|
|
2323
|
-
},
|
|
2324
|
-
"view_keyboard_shortcuts_34d1be0b": {
|
|
2325
|
-
"message": "Afiche rakousi klavye"
|
|
2326
|
-
},
|
|
2327
|
-
"view_title_description_67940918": {
|
|
2328
|
-
"message": "Afiche { title } deskripsyon"
|
|
2329
|
-
},
|
|
2330
|
-
"view_word_and_character_counts_a743dd0c": {
|
|
2331
|
-
"message": "Afiche kantite mo ak karaktè"
|
|
2332
|
-
},
|
|
2333
|
-
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2334
|
-
"message": "Nou pa detekte yon mikwo ki an fonksyon sou aparèy ou a."
|
|
2335
|
-
},
|
|
2336
|
-
"we_couldn_t_detect_a_working_webcam_connected_to_y_6715cc4": {
|
|
2337
|
-
"message": "Nou pa detekte yon kamera ki an fonksyon sou aparèy ou a."
|
|
2338
|
-
},
|
|
2339
|
-
"we_couldn_t_detect_a_working_webcam_or_microphone__263b6674": {
|
|
2340
|
-
"message": "Nou pa detekte yon mikwo oswa kamera ki an fonksyon sou aparèy ou a."
|
|
2341
|
-
},
|
|
2342
|
-
"webcam_disabled_30c66986": {
|
|
2343
|
-
"message": "Kamera Dezaktive"
|
|
2344
|
-
},
|
|
2345
|
-
"webcam_fe91b20f": {
|
|
2346
|
-
"message": "Webcam"
|
|
2347
|
-
},
|
|
2348
|
-
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2349
|
-
"message": "Paj wèb yo dwe gen yon sèl H1 Tit paj la ap itilize otomatikman. Premye antèt nan kontni w lan ta dwe yon H2."
|
|
2350
|
-
},
|
|
2351
|
-
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2352
|
-
"message": "Lè yo itilize balizaj pou yo ka fòmate eleman yo vizyèlman tankou lis men ki pa di relasyon lis la, itilizatè yo ka rankontre difikilte pou navige nan enfómasyon yo."
|
|
2353
|
-
},
|
|
2354
|
-
"white_87fa64fd": {
|
|
2355
|
-
"message": "Blan"
|
|
2356
|
-
},
|
|
2357
|
-
"why_523b3d8c": {
|
|
2358
|
-
"message": "Poukisa"
|
|
2359
|
-
},
|
|
2360
|
-
"width_492fec76": {
|
|
2361
|
-
"message": "Lajè"
|
|
2362
|
-
},
|
|
2363
|
-
"width_and_height_must_be_numbers_110ab2e3": {
|
|
2364
|
-
"message": "Lajè a wotè a dwe se chif"
|
|
2365
|
-
},
|
|
2366
|
-
"width_x_height_px_ff3ccb93": {
|
|
2367
|
-
"message": "{ width } x { height }px"
|
|
2368
|
-
},
|
|
2369
|
-
"wiki_home_9cd54d0": {
|
|
2370
|
-
"message": "Akèy Wiki"
|
|
2371
|
-
},
|
|
2372
|
-
"word_count_c77fe3a6": {
|
|
2373
|
-
"message": "Kantite Mo"
|
|
2374
|
-
},
|
|
2375
|
-
"words_b448b7d5": {
|
|
2376
|
-
"message": "Mo"
|
|
2377
|
-
},
|
|
2378
|
-
"wreath_product_200b38ef": {
|
|
2379
|
-
"message": "Pwodui Kouwòn"
|
|
2380
|
-
},
|
|
2381
|
-
"xi_149681d0": {
|
|
2382
|
-
"message": "Xi"
|
|
2383
|
-
},
|
|
2384
|
-
"yes_dde87d5": {
|
|
2385
|
-
"message": "Wi"
|
|
2386
|
-
},
|
|
2387
|
-
"you_have_unsaved_changes_in_the_icon_maker_tray_do_e8cf5f1b": {
|
|
2388
|
-
"message": "Ou gen chanjman ki pa anrejistre nan plato Kreyatè Ikòn nan. Êske w vle kontinye san w pa sovgade chanjman sa yo?"
|
|
2389
|
-
},
|
|
2390
|
-
"you_may_need_to_adjust_additional_headings_to_main_975f0eee": {
|
|
2391
|
-
"message": "Ou ka bezwen ajiste lòt antèt pou w ka menti yerachi paj la."
|
|
2392
|
-
},
|
|
2393
|
-
"you_may_not_upload_an_empty_file_11c31eb2": {
|
|
2394
|
-
"message": "Ou pa dwe soumèt yon fichye vid."
|
|
2395
|
-
},
|
|
2396
|
-
"your_image_has_been_compressed_for_icon_maker_imag_2e45cd91": {
|
|
2397
|
-
"message": "Imaj ou a konprese pou Icon Maker a. Imaj ki enferyè a { size } KB yo pa p konprese."
|
|
2398
|
-
},
|
|
2399
|
-
"your_microphone_is_blocked_in_the_browser_settings_42af0ddc": {
|
|
2400
|
-
"message": "Mikwo w la bloke nan paramèt navigatè a."
|
|
2401
|
-
},
|
|
2402
|
-
"your_webcam_and_microphone_are_blocked_in_the_brow_73357dc6": {
|
|
2403
|
-
"message": "Mikwo w la ak tout kamera w la bloke nan paramèt navigatè a."
|
|
2404
|
-
},
|
|
2405
|
-
"your_webcam_is_blocked_in_the_browser_settings_7f638128": {
|
|
2406
|
-
"message": "Kamera w la bloke nan paramèt navigatè a."
|
|
2407
|
-
},
|
|
2408
|
-
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2409
|
-
"message": "Webcam ou an gendwa ap itilize deja."
|
|
2410
|
-
},
|
|
2411
|
-
"zeta_5ef24f0e": {
|
|
2412
|
-
"message": "Zeta"
|
|
2413
|
-
},
|
|
2414
|
-
"zoom_f3e54d69": {
|
|
2415
|
-
"message": "Zoom"
|
|
2416
|
-
},
|
|
2417
|
-
"zoom_in_image_bb97d4f": {
|
|
2418
|
-
"message": "Ikòn Rale Imaj"
|
|
2419
|
-
},
|
|
2420
|
-
"zoom_out_image_d0a0a2ec": {
|
|
2421
|
-
"message": "Ikòn Puse Imaj"
|
|
2422
|
-
}
|
|
2423
|
-
};
|
|
2424
|
-
formatMessage.addLocale({
|
|
2425
|
-
ht: locale
|
|
2426
|
-
});
|