@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": "Dapatkan akses kepada editor HTML yang menarik"
|
|
22
|
-
},
|
|
23
|
-
"accessibility_checker_b3af1f6c": {
|
|
24
|
-
"message": "Penyemak Kebolehcapaian"
|
|
25
|
-
},
|
|
26
|
-
"action_to_take_b626a99a": {
|
|
27
|
-
"message": "Tindakan untuk dilakukan:"
|
|
28
|
-
},
|
|
29
|
-
"add_8523c19b": {
|
|
30
|
-
"message": "Tambah"
|
|
31
|
-
},
|
|
32
|
-
"add_a_caption_2a915239": {
|
|
33
|
-
"message": "Tambah kapsyen"
|
|
34
|
-
},
|
|
35
|
-
"add_alt_text_for_the_image_48cd88aa": {
|
|
36
|
-
"message": "Tambah teks alt untuk imej"
|
|
37
|
-
},
|
|
38
|
-
"add_another_f4e50d57": {
|
|
39
|
-
"message": "Tambah yang lain"
|
|
40
|
-
},
|
|
41
|
-
"add_cc_subtitles_55f0394e": {
|
|
42
|
-
"message": "Tambah CC/Sari Kata"
|
|
43
|
-
},
|
|
44
|
-
"add_image_60b2de07": {
|
|
45
|
-
"message": "Tambah Imej"
|
|
46
|
-
},
|
|
47
|
-
"add_one_9e34a6f8": {
|
|
48
|
-
"message": "Tambah satu!"
|
|
49
|
-
},
|
|
50
|
-
"additional_considerations_f3801683": {
|
|
51
|
-
"message": "Pertimbangan tambahan"
|
|
52
|
-
},
|
|
53
|
-
"adjacent_links_with_the_same_url_should_be_a_singl_7a1f7f6c": {
|
|
54
|
-
"message": "Pautan berhampiran dengan URL yang sama sepatutnya dijadikan pautan tunggal."
|
|
55
|
-
},
|
|
56
|
-
"aleph_f4ffd155": {
|
|
57
|
-
"message": "Aleph"
|
|
58
|
-
},
|
|
59
|
-
"align_11050992": {
|
|
60
|
-
"message": "Jajarkan"
|
|
61
|
-
},
|
|
62
|
-
"alignment_and_lists_5cebcb69": {
|
|
63
|
-
"message": "Penjajaran dan Senarai"
|
|
64
|
-
},
|
|
65
|
-
"all_4321c3a1": {
|
|
66
|
-
"message": "Semua"
|
|
67
|
-
},
|
|
68
|
-
"all_apps_a50dea49": {
|
|
69
|
-
"message": "Semua Apl"
|
|
70
|
-
},
|
|
71
|
-
"alpha_15d59033": {
|
|
72
|
-
"message": "Alfa"
|
|
73
|
-
},
|
|
74
|
-
"alphabetical_55b5b4e0": {
|
|
75
|
-
"message": "Mengikut abjad"
|
|
76
|
-
},
|
|
77
|
-
"alt_attribute_text_should_not_contain_more_than_12_e21d4040": {
|
|
78
|
-
"message": "Teks atribut alt tidak boleh mengandungi lebih daripada 120 aksara."
|
|
79
|
-
},
|
|
80
|
-
"alt_text_611fb322": {
|
|
81
|
-
"message": "Teks Alt"
|
|
82
|
-
},
|
|
83
|
-
"amalg_coproduct_c589fb12": {
|
|
84
|
-
"message": "Amalg (Produk Bersama)"
|
|
85
|
-
},
|
|
86
|
-
"an_error_occured_reading_the_file_ff48558b": {
|
|
87
|
-
"message": "Ralat berlaku semasa membaca fail"
|
|
88
|
-
},
|
|
89
|
-
"an_error_occurred_making_a_network_request_d1bda348": {
|
|
90
|
-
"message": "Ralat berlaku semasa membuat permintaan rangkaian"
|
|
91
|
-
},
|
|
92
|
-
"an_error_occurred_uploading_your_media_71f1444d": {
|
|
93
|
-
"message": "Ralat berlaku semasa memuat naik media anda."
|
|
94
|
-
},
|
|
95
|
-
"and_7fcc2911": {
|
|
96
|
-
"message": "Dan"
|
|
97
|
-
},
|
|
98
|
-
"angle_c5b4ec50": {
|
|
99
|
-
"message": "Sudut"
|
|
100
|
-
},
|
|
101
|
-
"announcement_fb4cb645": {
|
|
102
|
-
"message": "Pengumuman"
|
|
103
|
-
},
|
|
104
|
-
"announcement_list_da155734": {
|
|
105
|
-
"message": "Senarai Pengumuman"
|
|
106
|
-
},
|
|
107
|
-
"announcements_a4b8ed4a": {
|
|
108
|
-
"message": "Pengumuman"
|
|
109
|
-
},
|
|
110
|
-
"apply_781a2546": {
|
|
111
|
-
"message": "Gunakan"
|
|
112
|
-
},
|
|
113
|
-
"apply_changes_to_all_instances_of_this_icon_maker__2642f466": {
|
|
114
|
-
"message": "Gunakan perubahan pada semua tika Ikon Pembuat Ikon ini dalam Kursus"
|
|
115
|
-
},
|
|
116
|
-
"approaches_the_limit_893aeec9": {
|
|
117
|
-
"message": "Hampir Mencapai Had"
|
|
118
|
-
},
|
|
119
|
-
"approximately_e7965800": {
|
|
120
|
-
"message": "Anggaran"
|
|
121
|
-
},
|
|
122
|
-
"apps_54d24a47": {
|
|
123
|
-
"message": "Aplikasi"
|
|
124
|
-
},
|
|
125
|
-
"are_you_sure_you_want_to_cancel_changes_you_made_m_c5210496": {
|
|
126
|
-
"message": "Adakah anda pasti anda ingin membatalkan? Perubahan yang anda lakukan mungkin belum disimpan."
|
|
127
|
-
},
|
|
128
|
-
"arrows_464a3e54": {
|
|
129
|
-
"message": "Anak panah"
|
|
130
|
-
},
|
|
131
|
-
"art_icon_8e1daad": {
|
|
132
|
-
"message": "Ikon Seni"
|
|
133
|
-
},
|
|
134
|
-
"aspect_ratio_will_be_preserved_cb5fdfb8": {
|
|
135
|
-
"message": "Nisbah aspek akan dikekalkan"
|
|
136
|
-
},
|
|
137
|
-
"assignment_976578a8": {
|
|
138
|
-
"message": "Tugasan"
|
|
139
|
-
},
|
|
140
|
-
"assignments_1e02582c": {
|
|
141
|
-
"message": "Tugasan"
|
|
142
|
-
},
|
|
143
|
-
"asterisk_82255584": {
|
|
144
|
-
"message": "Simbol berbentuk bintang"
|
|
145
|
-
},
|
|
146
|
-
"attributes_963ba262": {
|
|
147
|
-
"message": "Atribut"
|
|
148
|
-
},
|
|
149
|
-
"audio_and_video_recording_not_supported_please_use_5ce3f0d7": {
|
|
150
|
-
"message": "Rakaman audio dan video tidak disokong; sila gunakan pelayar lain."
|
|
151
|
-
},
|
|
152
|
-
"audio_options_feb58e2c": {
|
|
153
|
-
"message": "Pilihan Audio"
|
|
154
|
-
},
|
|
155
|
-
"audio_options_tray_33a90711": {
|
|
156
|
-
"message": "Dulang Pilihan Audio"
|
|
157
|
-
},
|
|
158
|
-
"audio_player_for_title_20cc70d": {
|
|
159
|
-
"message": "Pemain audio untuk { title }"
|
|
160
|
-
},
|
|
161
|
-
"auto_saved_content_exists_would_you_like_to_load_t_fee528f2": {
|
|
162
|
-
"message": "Kandungan yang disimpan secara automatik wujud. Adakah anda ingin memuat naik kandungan yang disimpan secara automatik sebagai ganti?"
|
|
163
|
-
},
|
|
164
|
-
"available_folders_694d0436": {
|
|
165
|
-
"message": "Folder tersedia"
|
|
166
|
-
},
|
|
167
|
-
"backslash_b2d5442d": {
|
|
168
|
-
"message": "Garis miring balik"
|
|
169
|
-
},
|
|
170
|
-
"bar_ec63ed6": {
|
|
171
|
-
"message": "Bar"
|
|
172
|
-
},
|
|
173
|
-
"basic_554cdc0a": {
|
|
174
|
-
"message": "Asas"
|
|
175
|
-
},
|
|
176
|
-
"because_501841b": {
|
|
177
|
-
"message": "Sebab"
|
|
178
|
-
},
|
|
179
|
-
"below_81d4dceb": {
|
|
180
|
-
"message": "Di bawah"
|
|
181
|
-
},
|
|
182
|
-
"beta_cb5f307e": {
|
|
183
|
-
"message": "Beta"
|
|
184
|
-
},
|
|
185
|
-
"big_circle_16b2e604": {
|
|
186
|
-
"message": "Bulatan Besar"
|
|
187
|
-
},
|
|
188
|
-
"binomial_coefficient_ea5b9bb7": {
|
|
189
|
-
"message": "Pekali Binomial"
|
|
190
|
-
},
|
|
191
|
-
"black_4cb01371": {
|
|
192
|
-
"message": "Hitam"
|
|
193
|
-
},
|
|
194
|
-
"blue_daf8fea9": {
|
|
195
|
-
"message": "Biru"
|
|
196
|
-
},
|
|
197
|
-
"bottom_15a2a9be": {
|
|
198
|
-
"message": "Bawah"
|
|
199
|
-
},
|
|
200
|
-
"bottom_third_5f5fec1d": {
|
|
201
|
-
"message": "Bawah Ketiga"
|
|
202
|
-
},
|
|
203
|
-
"bowtie_5f9629e4": {
|
|
204
|
-
"message": "Tali leher kupu-kupu"
|
|
205
|
-
},
|
|
206
|
-
"brick_f2656265": {
|
|
207
|
-
"message": "Batu bata"
|
|
208
|
-
},
|
|
209
|
-
"c_2001_acme_inc_283f7f80": {
|
|
210
|
-
"message": "(c) 2001 Acme Inc."
|
|
211
|
-
},
|
|
212
|
-
"cancel_caeb1e68": {
|
|
213
|
-
"message": "Batal"
|
|
214
|
-
},
|
|
215
|
-
"cap_product_3a5265a6": {
|
|
216
|
-
"message": "Hadkan Produk"
|
|
217
|
-
},
|
|
218
|
-
"center_align_e68d9997": {
|
|
219
|
-
"message": "Jajar ke Tengah"
|
|
220
|
-
},
|
|
221
|
-
"centered_dot_64d5e378": {
|
|
222
|
-
"message": "Titik di Tengah"
|
|
223
|
-
},
|
|
224
|
-
"centered_horizontal_dots_451c5815": {
|
|
225
|
-
"message": "Titik Mendatar di Tengah"
|
|
226
|
-
},
|
|
227
|
-
"change_alt_text_92654906": {
|
|
228
|
-
"message": "Ubah teks alt"
|
|
229
|
-
},
|
|
230
|
-
"change_heading_tag_to_paragraph_a61e3113": {
|
|
231
|
-
"message": "Ubah tag pengepala kepada perenggan"
|
|
232
|
-
},
|
|
233
|
-
"change_only_this_heading_s_level_903cc956": {
|
|
234
|
-
"message": "Ubah tahap pengepala ini sahaja"
|
|
235
|
-
},
|
|
236
|
-
"change_text_color_1aecb912": {
|
|
237
|
-
"message": "Ubah warna teks"
|
|
238
|
-
},
|
|
239
|
-
"changes_you_made_may_not_be_saved_4e8db973": {
|
|
240
|
-
"message": "Perubahan yang anda lakukan mungkin belum disimpan."
|
|
241
|
-
},
|
|
242
|
-
"characters_9d897d1c": {
|
|
243
|
-
"message": "Aksara"
|
|
244
|
-
},
|
|
245
|
-
"characters_no_spaces_485e5367": {
|
|
246
|
-
"message": "Aksara (tiada jarak)"
|
|
247
|
-
},
|
|
248
|
-
"check_accessibility_3c78211c": {
|
|
249
|
-
"message": "Semak Kebolehcapaian"
|
|
250
|
-
},
|
|
251
|
-
"checking_for_accessibility_issues_fac18c6d": {
|
|
252
|
-
"message": "Menyemak isu kebolehcapaian"
|
|
253
|
-
},
|
|
254
|
-
"chi_54a32644": {
|
|
255
|
-
"message": "Chi"
|
|
256
|
-
},
|
|
257
|
-
"choose_caption_file_9c45bc4e": {
|
|
258
|
-
"message": "Pilih fail kapsyen "
|
|
259
|
-
},
|
|
260
|
-
"choose_usage_rights_33683854": {
|
|
261
|
-
"message": "Pilih hak penggunaan..."
|
|
262
|
-
},
|
|
263
|
-
"circle_484abe63": {
|
|
264
|
-
"message": "Bulatan"
|
|
265
|
-
},
|
|
266
|
-
"circle_unordered_list_9e3a0763": {
|
|
267
|
-
"message": "Bulatan senarai tidak tersusun"
|
|
268
|
-
},
|
|
269
|
-
"clear_2084585f": {
|
|
270
|
-
"message": "Kosongkan"
|
|
271
|
-
},
|
|
272
|
-
"clear_image_3213fe62": {
|
|
273
|
-
"message": "Kosongkan imej"
|
|
274
|
-
},
|
|
275
|
-
"clear_selected_file_82388e50": {
|
|
276
|
-
"message": "Kosongkan fail yang dipilih"
|
|
277
|
-
},
|
|
278
|
-
"clear_selected_file_filename_2fe8a58e": {
|
|
279
|
-
"message": "Kosongkan fail yang dipilih: { filename }"
|
|
280
|
-
},
|
|
281
|
-
"click_or_shift_click_for_the_html_editor_25d70bb4": {
|
|
282
|
-
"message": "Klik atau Shift+klik untuk mendapatkan editor html."
|
|
283
|
-
},
|
|
284
|
-
"click_to_embed_imagename_c41ea8df": {
|
|
285
|
-
"message": "Klik untuk membenam { imageName }"
|
|
286
|
-
},
|
|
287
|
-
"click_to_hide_preview_3c707763": {
|
|
288
|
-
"message": "Klik untuk menyembunyikan pratonton"
|
|
289
|
-
},
|
|
290
|
-
"click_to_insert_a_link_into_the_editor_c19613aa": {
|
|
291
|
-
"message": "Klik untuk memasukkan pautan ke dalam editor."
|
|
292
|
-
},
|
|
293
|
-
"click_to_show_preview_faa27051": {
|
|
294
|
-
"message": "Klik untuk menunjukkan pratonton"
|
|
295
|
-
},
|
|
296
|
-
"close_a_menu_or_dialog_also_returns_you_to_the_edi_739079e6": {
|
|
297
|
-
"message": "Tutup menu atau dialog. Juga mengembalikan anda ke kawasan editor"
|
|
298
|
-
},
|
|
299
|
-
"close_accessibility_checker_29d1c51e": {
|
|
300
|
-
"message": "Tutup Penyemak Kebolehcapaian"
|
|
301
|
-
},
|
|
302
|
-
"close_d634289d": {
|
|
303
|
-
"message": "Tutup"
|
|
304
|
-
},
|
|
305
|
-
"closed_caption_file_must_be_less_than_maxkb_kb_5880f752": {
|
|
306
|
-
"message": "Fail kapsyen tertutup mestilah kurang daripada { maxKb } kb"
|
|
307
|
-
},
|
|
308
|
-
"closed_captions_subtitles_e6aaa016": {
|
|
309
|
-
"message": "Kapsyen/Sari Kata Tertutup"
|
|
310
|
-
},
|
|
311
|
-
"clubs_suit_c1ffedff": {
|
|
312
|
-
"message": "Kelab (Sut)"
|
|
313
|
-
},
|
|
314
|
-
"collaborations_5c56c15f": {
|
|
315
|
-
"message": "Kolaborasi"
|
|
316
|
-
},
|
|
317
|
-
"collapse_to_hide_types_1ab46d2e": {
|
|
318
|
-
"message": "Kuncupkan untuk menyembunyikan { types }"
|
|
319
|
-
},
|
|
320
|
-
"color_picker_6b359edf": {
|
|
321
|
-
"message": "Pemilih Warna"
|
|
322
|
-
},
|
|
323
|
-
"color_picker_colorname_selected_ad4cf400": {
|
|
324
|
-
"message": "Pemilih Warna ({ colorName } dipilih)"
|
|
325
|
-
},
|
|
326
|
-
"column_e1ae5c64": {
|
|
327
|
-
"message": "Lajur"
|
|
328
|
-
},
|
|
329
|
-
"column_group_1c062368": {
|
|
330
|
-
"message": "Kumpulan lajur"
|
|
331
|
-
},
|
|
332
|
-
"complex_numbers_a543d004": {
|
|
333
|
-
"message": "Nombor Kompleks"
|
|
334
|
-
},
|
|
335
|
-
"computer_1d7dfa6f": {
|
|
336
|
-
"message": "Komputer"
|
|
337
|
-
},
|
|
338
|
-
"congruent_5a244acd": {
|
|
339
|
-
"message": "Kongruen"
|
|
340
|
-
},
|
|
341
|
-
"contains_311f37b7": {
|
|
342
|
-
"message": "Mengandungi"
|
|
343
|
-
},
|
|
344
|
-
"content_1440204b": {
|
|
345
|
-
"message": "Kandungan"
|
|
346
|
-
},
|
|
347
|
-
"content_is_still_being_uploaded_if_you_continue_it_8f06d0cb": {
|
|
348
|
-
"message": "Kandungan masih lagi sedang dimuat naik, sekiranya anda meneruskan kandungan tidak akan terbenam dengan betul."
|
|
349
|
-
},
|
|
350
|
-
"content_subtype_5ce35e88": {
|
|
351
|
-
"message": "Sub-jenis Kandungan"
|
|
352
|
-
},
|
|
353
|
-
"content_type_2cf90d95": {
|
|
354
|
-
"message": "Jenis Kandungan"
|
|
355
|
-
},
|
|
356
|
-
"coproduct_e7838082": {
|
|
357
|
-
"message": "Produk Bersama"
|
|
358
|
-
},
|
|
359
|
-
"copyright_holder_66ee111": {
|
|
360
|
-
"message": "Pemegang Hak Cipta:"
|
|
361
|
-
},
|
|
362
|
-
"could_not_insert_content_itemtype_items_are_not_cu_638dfecd": {
|
|
363
|
-
"message": "Tidak dapat menyisipkan kandungan: \"{ itemType }\" item tidak disokong dalam Canvas buat masa ini."
|
|
364
|
-
},
|
|
365
|
-
"count_40eced3b": {
|
|
366
|
-
"message": "Kira"
|
|
367
|
-
},
|
|
368
|
-
"count_plural_0_0_words_one_1_word_other_words_acf32eca": {
|
|
369
|
-
"message": "{ count, plural,\n =0 {0 perkataan}\n one {1 perkataan}\n other {# perkataan}\n}"
|
|
370
|
-
},
|
|
371
|
-
"count_plural_one_item_loaded_other_items_loaded_857023b7": {
|
|
372
|
-
"message": "{ count, plural,\n one {# item dimuat naik}\n other {# item dimuat naik}\n}"
|
|
373
|
-
},
|
|
374
|
-
"course_documents_104d76e0": {
|
|
375
|
-
"message": "Dokumen Kursus"
|
|
376
|
-
},
|
|
377
|
-
"course_files_62deb8f8": {
|
|
378
|
-
"message": "Fail Kursus"
|
|
379
|
-
},
|
|
380
|
-
"course_files_a31f97fc": {
|
|
381
|
-
"message": "Fail kursus"
|
|
382
|
-
},
|
|
383
|
-
"course_images_f8511d04": {
|
|
384
|
-
"message": "Imej Kursus"
|
|
385
|
-
},
|
|
386
|
-
"course_link_b369426": {
|
|
387
|
-
"message": "Pautan Kursus"
|
|
388
|
-
},
|
|
389
|
-
"course_links_b56959b9": {
|
|
390
|
-
"message": "Pautan Kursus"
|
|
391
|
-
},
|
|
392
|
-
"course_media_ec759ad": {
|
|
393
|
-
"message": "Media Kursus"
|
|
394
|
-
},
|
|
395
|
-
"course_navigation_dd035109": {
|
|
396
|
-
"message": "Navigasi Kursus"
|
|
397
|
-
},
|
|
398
|
-
"create_icon_110d6463": {
|
|
399
|
-
"message": "Cipta Ikon"
|
|
400
|
-
},
|
|
401
|
-
"create_icon_maker_icon_c716bffe": {
|
|
402
|
-
"message": "Cipta Ikon Pembuat Ikon"
|
|
403
|
-
},
|
|
404
|
-
"creative_commons_license_725584ae": {
|
|
405
|
-
"message": "Lesen Creative Commons:"
|
|
406
|
-
},
|
|
407
|
-
"crop_image_41bf940c": {
|
|
408
|
-
"message": "Pangkas imej"
|
|
409
|
-
},
|
|
410
|
-
"crop_image_807ebb08": {
|
|
411
|
-
"message": "Pangkas Imej"
|
|
412
|
-
},
|
|
413
|
-
"cup_product_14174434": {
|
|
414
|
-
"message": "Produk Cawan"
|
|
415
|
-
},
|
|
416
|
-
"current_image_f16c249c": {
|
|
417
|
-
"message": "Imej Semasa"
|
|
418
|
-
},
|
|
419
|
-
"current_link_945a47ee": {
|
|
420
|
-
"message": "Pautan Semasa"
|
|
421
|
-
},
|
|
422
|
-
"current_volume_level_c55ab825": {
|
|
423
|
-
"message": "Tahap Volum Semasa"
|
|
424
|
-
},
|
|
425
|
-
"custom_6979cd81": {
|
|
426
|
-
"message": "Tersuai"
|
|
427
|
-
},
|
|
428
|
-
"custom_width_and_height_pixels_946eea7c": {
|
|
429
|
-
"message": "Sesuaikan lebar dan tinggi (Piksel)"
|
|
430
|
-
},
|
|
431
|
-
"cyan_c1d5f68a": {
|
|
432
|
-
"message": "Sian"
|
|
433
|
-
},
|
|
434
|
-
"dagger_57e0f4e5": {
|
|
435
|
-
"message": "Pisau Belati"
|
|
436
|
-
},
|
|
437
|
-
"date_added_ed5ad465": {
|
|
438
|
-
"message": "Tarikh Ditambah"
|
|
439
|
-
},
|
|
440
|
-
"decorative_icon_9a7f3fc3": {
|
|
441
|
-
"message": "Ikon Hiasan"
|
|
442
|
-
},
|
|
443
|
-
"decorative_image_fde98579": {
|
|
444
|
-
"message": "Imej hiasan"
|
|
445
|
-
},
|
|
446
|
-
"decorative_type_upper_f2c95e3": {
|
|
447
|
-
"message": "{ TYPE_UPPER } Hiasan"
|
|
448
|
-
},
|
|
449
|
-
"decrease_indent_d9cf469d": {
|
|
450
|
-
"message": "Kurangkan Engsot"
|
|
451
|
-
},
|
|
452
|
-
"deep_purple_bb3e2907": {
|
|
453
|
-
"message": "Ungu Gelap"
|
|
454
|
-
},
|
|
455
|
-
"default_bulleted_unordered_list_47079da8": {
|
|
456
|
-
"message": "Senarai tidak tersusun berbulet lalai"
|
|
457
|
-
},
|
|
458
|
-
"default_numerical_ordered_list_48dd3548": {
|
|
459
|
-
"message": "Senarai tersusun berbulet lalai"
|
|
460
|
-
},
|
|
461
|
-
"definite_integral_fe7ffed1": {
|
|
462
|
-
"message": "Kamiran Tentu"
|
|
463
|
-
},
|
|
464
|
-
"degree_symbol_4a823d5f": {
|
|
465
|
-
"message": "Simbol Darjah"
|
|
466
|
-
},
|
|
467
|
-
"delimiters_4db4840d": {
|
|
468
|
-
"message": "Pembatas"
|
|
469
|
-
},
|
|
470
|
-
"delta_53765780": {
|
|
471
|
-
"message": "Delta"
|
|
472
|
-
},
|
|
473
|
-
"describe_the_icon_f6a18823": {
|
|
474
|
-
"message": "(Keterangan ikon)"
|
|
475
|
-
},
|
|
476
|
-
"describe_the_type_ff448da5": {
|
|
477
|
-
"message": "(Terangkan { TYPE })"
|
|
478
|
-
},
|
|
479
|
-
"describe_the_video_2fe8f46a": {
|
|
480
|
-
"message": "(Keterangan video)"
|
|
481
|
-
},
|
|
482
|
-
"description_436c48d7": {
|
|
483
|
-
"message": "Penerangan"
|
|
484
|
-
},
|
|
485
|
-
"details_98a31b68": {
|
|
486
|
-
"message": "Butiran"
|
|
487
|
-
},
|
|
488
|
-
"diagonal_dots_7d71b57e": {
|
|
489
|
-
"message": "Titik Pepenjuru"
|
|
490
|
-
},
|
|
491
|
-
"diamond_b8dfe7ae": {
|
|
492
|
-
"message": "Berlian"
|
|
493
|
-
},
|
|
494
|
-
"diamonds_suit_526abaaf": {
|
|
495
|
-
"message": "Berlian (Sut)"
|
|
496
|
-
},
|
|
497
|
-
"digamma_258ade94": {
|
|
498
|
-
"message": "Digamma"
|
|
499
|
-
},
|
|
500
|
-
"dimension_type_f5fa9170": {
|
|
501
|
-
"message": "Jenis Dimensi"
|
|
502
|
-
},
|
|
503
|
-
"dimensions_45ddb7b7": {
|
|
504
|
-
"message": "Dimensi"
|
|
505
|
-
},
|
|
506
|
-
"directionality_26ae9e08": {
|
|
507
|
-
"message": "Kearahan"
|
|
508
|
-
},
|
|
509
|
-
"directly_edit_latex_b7e9235b": {
|
|
510
|
-
"message": "Edit LaTeX secara terus"
|
|
511
|
-
},
|
|
512
|
-
"disable_preview_222bdf72": {
|
|
513
|
-
"message": "Nyahdayakan Pratonton"
|
|
514
|
-
},
|
|
515
|
-
"discussion_6719c51d": {
|
|
516
|
-
"message": "Perbincangan"
|
|
517
|
-
},
|
|
518
|
-
"discussions_a5f96392": {
|
|
519
|
-
"message": "Perbincangan"
|
|
520
|
-
},
|
|
521
|
-
"discussions_index_6c36ced": {
|
|
522
|
-
"message": "Indeks Perbincangan"
|
|
523
|
-
},
|
|
524
|
-
"disjoint_union_e74351a8": {
|
|
525
|
-
"message": "Buka Cantuman Penyambung"
|
|
526
|
-
},
|
|
527
|
-
"display_options_315aba85": {
|
|
528
|
-
"message": "Paparkan Pilihan"
|
|
529
|
-
},
|
|
530
|
-
"display_text_link_opens_in_a_new_tab_75e9afc9": {
|
|
531
|
-
"message": "Paparkan Pautan Teks (Dibuka dalam tab baharu)"
|
|
532
|
-
},
|
|
533
|
-
"division_sign_72190870": {
|
|
534
|
-
"message": "Papan Tanda Bahagian"
|
|
535
|
-
},
|
|
536
|
-
"document_678cd7bf": {
|
|
537
|
-
"message": "Dokumen"
|
|
538
|
-
},
|
|
539
|
-
"documents_81393201": {
|
|
540
|
-
"message": "Dokumen"
|
|
541
|
-
},
|
|
542
|
-
"done_54e3d4b6": {
|
|
543
|
-
"message": "Siap"
|
|
544
|
-
},
|
|
545
|
-
"double_dagger_faf78681": {
|
|
546
|
-
"message": "Simbol Anotasi"
|
|
547
|
-
},
|
|
548
|
-
"down_5831a426": {
|
|
549
|
-
"message": "Bawah"
|
|
550
|
-
},
|
|
551
|
-
"down_and_left_diagonal_arrow_40ef602c": {
|
|
552
|
-
"message": "Panah Barat Daya"
|
|
553
|
-
},
|
|
554
|
-
"down_and_right_diagonal_arrow_6ea0f460": {
|
|
555
|
-
"message": "Panah Tenggara"
|
|
556
|
-
},
|
|
557
|
-
"download_filename_2baae924": {
|
|
558
|
-
"message": "Muat turun { filename }"
|
|
559
|
-
},
|
|
560
|
-
"downward_arrow_cca52012": {
|
|
561
|
-
"message": "Panah Tegak Bawah"
|
|
562
|
-
},
|
|
563
|
-
"downward_pointing_triangle_2a12a601": {
|
|
564
|
-
"message": "Segi Tiga Tunjuk Bawah"
|
|
565
|
-
},
|
|
566
|
-
"drag_a_file_here_1bf656d5": {
|
|
567
|
-
"message": "Seret fail di sini"
|
|
568
|
-
},
|
|
569
|
-
"drag_and_drop_or_click_to_browse_your_computer_60772d6d": {
|
|
570
|
-
"message": "Seret dan lepas, atau klik untuk melayari komputer anda"
|
|
571
|
-
},
|
|
572
|
-
"drag_handle_use_up_and_down_arrows_to_resize_e29eae5c": {
|
|
573
|
-
"message": "Seret kendali. Gunakan anak panah ke atas dan ke bawah untuk menukar saiz."
|
|
574
|
-
},
|
|
575
|
-
"due_multiple_dates_cc0ee3f5": {
|
|
576
|
-
"message": "Cukup tempoh: Berbilang Tarikh"
|
|
577
|
-
},
|
|
578
|
-
"due_when_7eed10c6": {
|
|
579
|
-
"message": "Cukup tempoh: { when }"
|
|
580
|
-
},
|
|
581
|
-
"edit_alt_text_for_this_icon_instance_9c6fc5fd": {
|
|
582
|
-
"message": "Edit teks alt untuk tika ikon ini"
|
|
583
|
-
},
|
|
584
|
-
"edit_c5fbea07": {
|
|
585
|
-
"message": "Edit"
|
|
586
|
-
},
|
|
587
|
-
"edit_course_link_5a5c3c59": {
|
|
588
|
-
"message": "Edit Pautan Kursus"
|
|
589
|
-
},
|
|
590
|
-
"edit_equation_f5279959": {
|
|
591
|
-
"message": "Edit Persamaan"
|
|
592
|
-
},
|
|
593
|
-
"edit_existing_icon_maker_icon_5d0ebb3f": {
|
|
594
|
-
"message": "Edit Ikon Pembuat Ikon Sedia Ada"
|
|
595
|
-
},
|
|
596
|
-
"edit_icon_2c6b0e91": {
|
|
597
|
-
"message": "Edit Ikon"
|
|
598
|
-
},
|
|
599
|
-
"edit_link_7f53bebb": {
|
|
600
|
-
"message": "Edit Pautan"
|
|
601
|
-
},
|
|
602
|
-
"editor_statusbar_26ac81fc": {
|
|
603
|
-
"message": "Bar Status Editor"
|
|
604
|
-
},
|
|
605
|
-
"element_starting_with_start_91bf4c3b": {
|
|
606
|
-
"message": "Elemen bermula dengan { start }"
|
|
607
|
-
},
|
|
608
|
-
"embed_828fac4a": {
|
|
609
|
-
"message": "Benamkan"
|
|
610
|
-
},
|
|
611
|
-
"embed_code_314f1bd5": {
|
|
612
|
-
"message": "Benamkan Kod"
|
|
613
|
-
},
|
|
614
|
-
"embed_content_from_external_tool_3397ad2d": {
|
|
615
|
-
"message": "Benamkan kandungan daripada Alat Luar"
|
|
616
|
-
},
|
|
617
|
-
"embed_image_1080badc": {
|
|
618
|
-
"message": "Imej Terbenam"
|
|
619
|
-
},
|
|
620
|
-
"embed_video_a97a64af": {
|
|
621
|
-
"message": "Video Terbenam"
|
|
622
|
-
},
|
|
623
|
-
"embedded_content_aaeb4d3d": {
|
|
624
|
-
"message": "kandungan terbenam"
|
|
625
|
-
},
|
|
626
|
-
"empty_set_91a92df4": {
|
|
627
|
-
"message": "Set Kosong"
|
|
628
|
-
},
|
|
629
|
-
"encircled_dot_8f5e51c": {
|
|
630
|
-
"message": "Dot Dilingkari Bulatan"
|
|
631
|
-
},
|
|
632
|
-
"encircled_minus_72745096": {
|
|
633
|
-
"message": "Simbol Tolak Dilingkari Bulatan"
|
|
634
|
-
},
|
|
635
|
-
"encircled_plus_36d8d104": {
|
|
636
|
-
"message": "Simbol Tambah Dilingkari Bulatan"
|
|
637
|
-
},
|
|
638
|
-
"encircled_times_5700096d": {
|
|
639
|
-
"message": "Masa Dilingkari Bulatan"
|
|
640
|
-
},
|
|
641
|
-
"engineering_icon_f8f3cf43": {
|
|
642
|
-
"message": "Ikon Kejuruteraan"
|
|
643
|
-
},
|
|
644
|
-
"english_icon_25bfe845": {
|
|
645
|
-
"message": "Ikon Bahasa Inggeris"
|
|
646
|
-
},
|
|
647
|
-
"enter_at_least_3_characters_to_search_4f037ee0": {
|
|
648
|
-
"message": "Masukkan sekurang-kurangnya 3 aksara untuk mencari"
|
|
649
|
-
},
|
|
650
|
-
"epsilon_54bb8afa": {
|
|
651
|
-
"message": "Epsilon"
|
|
652
|
-
},
|
|
653
|
-
"epsilon_variant_d31f1e77": {
|
|
654
|
-
"message": "Epsilon (Varian)"
|
|
655
|
-
},
|
|
656
|
-
"equals_sign_c51bdc58": {
|
|
657
|
-
"message": "Tanda Sama Dengan"
|
|
658
|
-
},
|
|
659
|
-
"equation_1c5ac93c": {
|
|
660
|
-
"message": "Persamaan"
|
|
661
|
-
},
|
|
662
|
-
"equation_editor_39fbc3f1": {
|
|
663
|
-
"message": "Editor Persamaan"
|
|
664
|
-
},
|
|
665
|
-
"equilibrium_6ff3040b": {
|
|
666
|
-
"message": "Keseimbangan"
|
|
667
|
-
},
|
|
668
|
-
"equivalence_class_7b0f11c0": {
|
|
669
|
-
"message": "Kelas Kesetaraan"
|
|
670
|
-
},
|
|
671
|
-
"equivalent_identity_654b3ce5": {
|
|
672
|
-
"message": "Kesetaraan (Identiti)"
|
|
673
|
-
},
|
|
674
|
-
"eta_b8828f99": {
|
|
675
|
-
"message": "Eta"
|
|
676
|
-
},
|
|
677
|
-
"exists_2e62bdaa": {
|
|
678
|
-
"message": "Wujud"
|
|
679
|
-
},
|
|
680
|
-
"exit_fullscreen_b7eb0aa4": {
|
|
681
|
-
"message": "Keluar dari Skrin Penuh"
|
|
682
|
-
},
|
|
683
|
-
"expand_preview_by_default_2abbf9f8": {
|
|
684
|
-
"message": "Kembangkan pratonton secara Lalai"
|
|
685
|
-
},
|
|
686
|
-
"expand_to_see_types_f5d29352": {
|
|
687
|
-
"message": "Kembangkan untuk melihat { types }"
|
|
688
|
-
},
|
|
689
|
-
"external_link_d3f9e62a": {
|
|
690
|
-
"message": "Pautan Luar"
|
|
691
|
-
},
|
|
692
|
-
"external_tool_frame_70b32473": {
|
|
693
|
-
"message": "Bingkai alat luar"
|
|
694
|
-
},
|
|
695
|
-
"external_tools_6e77821": {
|
|
696
|
-
"message": "Alat Luar"
|
|
697
|
-
},
|
|
698
|
-
"extra_large_b6cdf1ff": {
|
|
699
|
-
"message": "Amat Besar"
|
|
700
|
-
},
|
|
701
|
-
"extra_small_9ae33252": {
|
|
702
|
-
"message": "Amat Kecil"
|
|
703
|
-
},
|
|
704
|
-
"extracurricular_icon_67c8ca42": {
|
|
705
|
-
"message": "Ikon Kurikulum Tambahan"
|
|
706
|
-
},
|
|
707
|
-
"f_function_fe422d65": {
|
|
708
|
-
"message": "F (fungsi)"
|
|
709
|
-
},
|
|
710
|
-
"failed_getting_file_contents_e9ea19f4": {
|
|
711
|
-
"message": "Gagal mendapatkan kandungan fail"
|
|
712
|
-
},
|
|
713
|
-
"failed_to_retrieve_content_from_external_tool_5899c213": {
|
|
714
|
-
"message": "Gagal mengambil kandungan daripada alat luar"
|
|
715
|
-
},
|
|
716
|
-
"file_name_8fd421ff": {
|
|
717
|
-
"message": "Nama fail"
|
|
718
|
-
},
|
|
719
|
-
"file_storage_quota_exceeded_b7846cd1": {
|
|
720
|
-
"message": "Melebihi kuota storan fail"
|
|
721
|
-
},
|
|
722
|
-
"file_url_c12b64be": {
|
|
723
|
-
"message": "URL Fail"
|
|
724
|
-
},
|
|
725
|
-
"filename_file_icon_602eb5de": {
|
|
726
|
-
"message": "Ikon fail { filename }"
|
|
727
|
-
},
|
|
728
|
-
"filename_image_preview_6cef8f26": {
|
|
729
|
-
"message": "Pratonton imej { filename }"
|
|
730
|
-
},
|
|
731
|
-
"filename_text_preview_e41ca2d8": {
|
|
732
|
-
"message": "Pratonton teks { filename }"
|
|
733
|
-
},
|
|
734
|
-
"files_c300e900": {
|
|
735
|
-
"message": "Fail"
|
|
736
|
-
},
|
|
737
|
-
"files_index_af7c662b": {
|
|
738
|
-
"message": "Indeks Fail"
|
|
739
|
-
},
|
|
740
|
-
"finish_bc343002": {
|
|
741
|
-
"message": "Selesai"
|
|
742
|
-
},
|
|
743
|
-
"fix_heading_hierarchy_f60884c4": {
|
|
744
|
-
"message": "Pulihkan hierarki tajuk"
|
|
745
|
-
},
|
|
746
|
-
"flat_music_76d5a5c3": {
|
|
747
|
-
"message": "Flat (Muzik)"
|
|
748
|
-
},
|
|
749
|
-
"focus_element_options_toolbar_18d993e": {
|
|
750
|
-
"message": "Bar alat pilihan elemen fokus"
|
|
751
|
-
},
|
|
752
|
-
"folder_tree_fbab0726": {
|
|
753
|
-
"message": "Pepohon Folder"
|
|
754
|
-
},
|
|
755
|
-
"for_all_b919f972": {
|
|
756
|
-
"message": "Untuk Semua"
|
|
757
|
-
},
|
|
758
|
-
"format_4247a9c5": {
|
|
759
|
-
"message": "Format"
|
|
760
|
-
},
|
|
761
|
-
"format_as_a_list_142210c3": {
|
|
762
|
-
"message": "Format sebagai senarai"
|
|
763
|
-
},
|
|
764
|
-
"formatting_5b143aa8": {
|
|
765
|
-
"message": "Pemformatan"
|
|
766
|
-
},
|
|
767
|
-
"forward_slash_3f90f35e": {
|
|
768
|
-
"message": "Garis Miring"
|
|
769
|
-
},
|
|
770
|
-
"found_auto_saved_content_3f6e4ca5": {
|
|
771
|
-
"message": "Kandungan yang disimpan secara automatik ditemui"
|
|
772
|
-
},
|
|
773
|
-
"found_count_plural_0_results_one_result_other_resu_46aeaa01": {
|
|
774
|
-
"message": "{ count, plural,\n =0 {# hasil}\n one {# hasil}\n other {# hasil}\n} ditemui"
|
|
775
|
-
},
|
|
776
|
-
"fraction_41bac7af": {
|
|
777
|
-
"message": "Pecahan"
|
|
778
|
-
},
|
|
779
|
-
"fullscreen_873bf53f": {
|
|
780
|
-
"message": "Skrin penuh"
|
|
781
|
-
},
|
|
782
|
-
"gamma_1767928": {
|
|
783
|
-
"message": "Gama"
|
|
784
|
-
},
|
|
785
|
-
"generating_preview_45b53be0": {
|
|
786
|
-
"message": "Menjana pratonton..."
|
|
787
|
-
},
|
|
788
|
-
"gif_png_format_images_larger_than_size_kb_are_not__7af3bdbd": {
|
|
789
|
-
"message": "Imej format GIF/PNG lebih besar daripada { size } KB tidak disokong pada masa ini."
|
|
790
|
-
},
|
|
791
|
-
"go_to_the_editor_s_menubar_e6674c81": {
|
|
792
|
-
"message": "Terus ke bar menu editor"
|
|
793
|
-
},
|
|
794
|
-
"go_to_the_editor_s_toolbar_a5cb875f": {
|
|
795
|
-
"message": "Terus ke bar alat editor"
|
|
796
|
-
},
|
|
797
|
-
"grades_a61eba0a": {
|
|
798
|
-
"message": "Gred"
|
|
799
|
-
},
|
|
800
|
-
"greater_than_e98af662": {
|
|
801
|
-
"message": "Lebih Besar Daripada"
|
|
802
|
-
},
|
|
803
|
-
"greater_than_or_equal_b911949a": {
|
|
804
|
-
"message": "Lebih Besar Daripada atau Sama Dengan"
|
|
805
|
-
},
|
|
806
|
-
"greek_65c5b3f7": {
|
|
807
|
-
"message": "Bahasa Greek"
|
|
808
|
-
},
|
|
809
|
-
"green_15af4778": {
|
|
810
|
-
"message": "Hijau"
|
|
811
|
-
},
|
|
812
|
-
"grey_a55dceff": {
|
|
813
|
-
"message": "Kelabu"
|
|
814
|
-
},
|
|
815
|
-
"group_documents_8bfd6ae6": {
|
|
816
|
-
"message": "Dokumen Kumpulan"
|
|
817
|
-
},
|
|
818
|
-
"group_files_4324f3df": {
|
|
819
|
-
"message": "Fail Kumpulan"
|
|
820
|
-
},
|
|
821
|
-
"group_files_82e5dcdb": {
|
|
822
|
-
"message": "Fail Kumpulan"
|
|
823
|
-
},
|
|
824
|
-
"group_images_98e0ac17": {
|
|
825
|
-
"message": "Imej Kumpulan"
|
|
826
|
-
},
|
|
827
|
-
"group_isomorphism_45b1458c": {
|
|
828
|
-
"message": "Isomorfisme Kumpulan"
|
|
829
|
-
},
|
|
830
|
-
"group_link_63e626b3": {
|
|
831
|
-
"message": "Pautan Kumpulan"
|
|
832
|
-
},
|
|
833
|
-
"group_links_9493129e": {
|
|
834
|
-
"message": "Pautan Kumpulan"
|
|
835
|
-
},
|
|
836
|
-
"group_media_2f3d128a": {
|
|
837
|
-
"message": "Media Kumpulan"
|
|
838
|
-
},
|
|
839
|
-
"group_navigation_99f191a": {
|
|
840
|
-
"message": "Navigasi Kumpulan"
|
|
841
|
-
},
|
|
842
|
-
"h_bar_bb94deae": {
|
|
843
|
-
"message": "Bar H"
|
|
844
|
-
},
|
|
845
|
-
"hat_ea321e35": {
|
|
846
|
-
"message": "Topi"
|
|
847
|
-
},
|
|
848
|
-
"header_column_f27433cb": {
|
|
849
|
-
"message": "Lajur pengepala"
|
|
850
|
-
},
|
|
851
|
-
"header_row_and_column_ec5b9ec": {
|
|
852
|
-
"message": "Baris dan lajur pengepala"
|
|
853
|
-
},
|
|
854
|
-
"header_row_f33eb169": {
|
|
855
|
-
"message": "Baris pengepala"
|
|
856
|
-
},
|
|
857
|
-
"heading_2_5b84eed2": {
|
|
858
|
-
"message": "Pengepala 2"
|
|
859
|
-
},
|
|
860
|
-
"heading_3_2c83de44": {
|
|
861
|
-
"message": "Pengepala 3"
|
|
862
|
-
},
|
|
863
|
-
"heading_4_b2e74be7": {
|
|
864
|
-
"message": "Pengepala 4"
|
|
865
|
-
},
|
|
866
|
-
"heading_levels_should_not_be_skipped_3947c0e0": {
|
|
867
|
-
"message": "Tahap tajuk tidak boleh dilangkau."
|
|
868
|
-
},
|
|
869
|
-
"heading_starting_with_start_42a3e7f9": {
|
|
870
|
-
"message": "Tajuk bermula dengan { start }"
|
|
871
|
-
},
|
|
872
|
-
"headings_should_not_contain_more_than_120_characte_3c0e0cb3": {
|
|
873
|
-
"message": "Tajuk tidak boleh mengandungi lebih daripada 120 aksara."
|
|
874
|
-
},
|
|
875
|
-
"health_icon_8d292eb5": {
|
|
876
|
-
"message": "Ikon Kesihatan"
|
|
877
|
-
},
|
|
878
|
-
"hearts_suit_e50e04ca": {
|
|
879
|
-
"message": "Hati (Sut)"
|
|
880
|
-
},
|
|
881
|
-
"height_69b03e15": {
|
|
882
|
-
"message": "Ketinggian"
|
|
883
|
-
},
|
|
884
|
-
"hexagon_d8468e0d": {
|
|
885
|
-
"message": "Heksagon"
|
|
886
|
-
},
|
|
887
|
-
"hide_description_bfb5502e": {
|
|
888
|
-
"message": "Sembunyikan penerangan"
|
|
889
|
-
},
|
|
890
|
-
"hide_title_description_caf092ef": {
|
|
891
|
-
"message": "Sembunyikan penerangan { title }"
|
|
892
|
-
},
|
|
893
|
-
"highlight_an_element_to_activate_the_element_optio_60e1e56b": {
|
|
894
|
-
"message": "Serlahkan elemen untuk mengaktifkan bar alat pilihan elemen"
|
|
895
|
-
},
|
|
896
|
-
"home_351838cd": {
|
|
897
|
-
"message": "Laman Utama"
|
|
898
|
-
},
|
|
899
|
-
"html_code_editor_fd967a44": {
|
|
900
|
-
"message": "editor kod html"
|
|
901
|
-
},
|
|
902
|
-
"html_editor_fb2ab713": {
|
|
903
|
-
"message": "Editor HTML"
|
|
904
|
-
},
|
|
905
|
-
"i_have_obtained_permission_to_use_this_file_6386f087": {
|
|
906
|
-
"message": "Saya telah mendapatkan keizinan untuk menggunakan fail ini."
|
|
907
|
-
},
|
|
908
|
-
"i_hold_the_copyright_71ee91b1": {
|
|
909
|
-
"message": "Saya memegang hak cipta"
|
|
910
|
-
},
|
|
911
|
-
"icon_215a1dc6": {
|
|
912
|
-
"message": "Ikon"
|
|
913
|
-
},
|
|
914
|
-
"icon_8168b2f8": {
|
|
915
|
-
"message": "ikon"
|
|
916
|
-
},
|
|
917
|
-
"icon_color_b86dd6d6": {
|
|
918
|
-
"message": "Warna Ikon"
|
|
919
|
-
},
|
|
920
|
-
"icon_maker_icons_cc560f7e": {
|
|
921
|
-
"message": "Ikon Pembuat Ikon"
|
|
922
|
-
},
|
|
923
|
-
"icon_options_7e32746e": {
|
|
924
|
-
"message": "Pilihan Ikon"
|
|
925
|
-
},
|
|
926
|
-
"icon_options_tray_2b407977": {
|
|
927
|
-
"message": "Dulang Pilihan Ikon"
|
|
928
|
-
},
|
|
929
|
-
"icon_preview_1782a1d9": {
|
|
930
|
-
"message": "Pratonton Ikon"
|
|
931
|
-
},
|
|
932
|
-
"icon_shape_30b61e7": {
|
|
933
|
-
"message": "Bentuk Ikon"
|
|
934
|
-
},
|
|
935
|
-
"icon_size_9353edea": {
|
|
936
|
-
"message": "Saiz Ikon"
|
|
937
|
-
},
|
|
938
|
-
"if_left_empty_link_text_will_display_as_course_lin_2a34eedb": {
|
|
939
|
-
"message": "Jika ditinggalkan kosong, teks pautan akan dipaparkan sebagai nama pautan kursus"
|
|
940
|
-
},
|
|
941
|
-
"if_usage_rights_are_required_the_file_will_not_pub_841e276e": {
|
|
942
|
-
"message": "Jika Hak Penggunaan disyaratkan, fail ini tidak akan terbit sehingga didayakan dalam halaman Fail."
|
|
943
|
-
},
|
|
944
|
-
"if_you_do_not_select_usage_rights_now_this_file_wi_14e07ab5": {
|
|
945
|
-
"message": "Jika anda tidak memilih hak penggunaan sekarang, fail ini tidak akan diterbitkan selepas ia dimuat naik."
|
|
946
|
-
},
|
|
947
|
-
"image_8ad06": {
|
|
948
|
-
"message": "Imej"
|
|
949
|
-
},
|
|
950
|
-
"image_c1c98202": {
|
|
951
|
-
"message": "imej"
|
|
952
|
-
},
|
|
953
|
-
"image_filenames_should_not_be_used_as_the_alt_attr_bcfd7780": {
|
|
954
|
-
"message": "Nama fail imej tidak boleh digunakan sebagai atribut alt yang menerangkan kandungan imej."
|
|
955
|
-
},
|
|
956
|
-
"image_options_5412d02c": {
|
|
957
|
-
"message": "Pilihan Imej"
|
|
958
|
-
},
|
|
959
|
-
"image_options_tray_90a46006": {
|
|
960
|
-
"message": "Dulang Pilihan Imej"
|
|
961
|
-
},
|
|
962
|
-
"image_to_crop_3a34487d": {
|
|
963
|
-
"message": "Imej untuk dipangkas"
|
|
964
|
-
},
|
|
965
|
-
"image_with_filename_file_aacd7180": {
|
|
966
|
-
"message": "Imej dengan nama fail { file }"
|
|
967
|
-
},
|
|
968
|
-
"images_7ce26570": {
|
|
969
|
-
"message": "Imej"
|
|
970
|
-
},
|
|
971
|
-
"images_should_include_an_alt_attribute_describing__b86d6a86": {
|
|
972
|
-
"message": "Imej patut termasuk atribut alt yang menerangkan kandungan imej."
|
|
973
|
-
},
|
|
974
|
-
"imaginary_portion_of_complex_number_2c733ffa": {
|
|
975
|
-
"message": "Bahagian Khayalan (Nombor Kompleks)"
|
|
976
|
-
},
|
|
977
|
-
"in_element_of_19ca2f33": {
|
|
978
|
-
"message": "Dalam (Element untuk)"
|
|
979
|
-
},
|
|
980
|
-
"increase_indent_6af90f7c": {
|
|
981
|
-
"message": "Tambah Engsot"
|
|
982
|
-
},
|
|
983
|
-
"indefinite_integral_6623307e": {
|
|
984
|
-
"message": "Kamiran Tidak Tentu"
|
|
985
|
-
},
|
|
986
|
-
"indigo_2035fc55": {
|
|
987
|
-
"message": "Biru Nila"
|
|
988
|
-
},
|
|
989
|
-
"inference_fed5c960": {
|
|
990
|
-
"message": "Inferens"
|
|
991
|
-
},
|
|
992
|
-
"infinity_7a10f206": {
|
|
993
|
-
"message": "Infiniti"
|
|
994
|
-
},
|
|
995
|
-
"insert_593145ef": {
|
|
996
|
-
"message": "Sisipkan"
|
|
997
|
-
},
|
|
998
|
-
"insert_link_6dc23cae": {
|
|
999
|
-
"message": "Sisipkan Pautan"
|
|
1000
|
-
},
|
|
1001
|
-
"insert_math_equation_57c6e767": {
|
|
1002
|
-
"message": "Sisipkan Persamaan Matematik"
|
|
1003
|
-
},
|
|
1004
|
-
"integers_336344e1": {
|
|
1005
|
-
"message": "Integer"
|
|
1006
|
-
},
|
|
1007
|
-
"intersection_cd4590e4": {
|
|
1008
|
-
"message": "Persilangan"
|
|
1009
|
-
},
|
|
1010
|
-
"invalid_entry_f7d2a0f5": {
|
|
1011
|
-
"message": "Masukan tidak sah."
|
|
1012
|
-
},
|
|
1013
|
-
"invalid_file_c11ba11": {
|
|
1014
|
-
"message": "Fail Tidak Sah"
|
|
1015
|
-
},
|
|
1016
|
-
"invalid_file_type_881cc9b2": {
|
|
1017
|
-
"message": "Jenis fail tidak sah"
|
|
1018
|
-
},
|
|
1019
|
-
"invalid_url_cbde79f": {
|
|
1020
|
-
"message": "URL tidak sah"
|
|
1021
|
-
},
|
|
1022
|
-
"iota_11c932a9": {
|
|
1023
|
-
"message": "Iota"
|
|
1024
|
-
},
|
|
1025
|
-
"issue_num_total_f94536cf": {
|
|
1026
|
-
"message": "Isu { num }/{ total }"
|
|
1027
|
-
},
|
|
1028
|
-
"kappa_2f14c816": {
|
|
1029
|
-
"message": "Kappa"
|
|
1030
|
-
},
|
|
1031
|
-
"kappa_variant_eb64574b": {
|
|
1032
|
-
"message": "Kappa (Varian)"
|
|
1033
|
-
},
|
|
1034
|
-
"keyboard_shortcuts_ed1844bd": {
|
|
1035
|
-
"message": "Pintasan Papan Kekunci"
|
|
1036
|
-
},
|
|
1037
|
-
"keyboards_navigate_to_links_using_the_tab_key_two__5fab8c82": {
|
|
1038
|
-
"message": "Papan kekunci menavigasi ke pautan menggunakan kekunci Tab. Dua pautan berhampiran yang menghala ke destinasi yang sama boleh mengelirukan pengguna papan kekunci."
|
|
1039
|
-
},
|
|
1040
|
-
"lambda_4f602498": {
|
|
1041
|
-
"message": "Lambda"
|
|
1042
|
-
},
|
|
1043
|
-
"language_arts_icon_a798b0f8": {
|
|
1044
|
-
"message": "Ikon Seni Bahasa"
|
|
1045
|
-
},
|
|
1046
|
-
"languages_icon_9d20539": {
|
|
1047
|
-
"message": "Ikon Bahasa"
|
|
1048
|
-
},
|
|
1049
|
-
"large_9c5e80e7": {
|
|
1050
|
-
"message": "Besar"
|
|
1051
|
-
},
|
|
1052
|
-
"learn_more_about_adjacent_links_2cb9762c": {
|
|
1053
|
-
"message": "Ketahui lebih lanjut tentang pautan berhampiran"
|
|
1054
|
-
},
|
|
1055
|
-
"learn_more_about_color_contrast_c019dfb9": {
|
|
1056
|
-
"message": "Ketahui lebih lanjut tentang kontras warna"
|
|
1057
|
-
},
|
|
1058
|
-
"learn_more_about_organizing_page_headings_8a7caa2e": {
|
|
1059
|
-
"message": "Ketahui lebih lanjut tentang menyusun atur tajuk halaman"
|
|
1060
|
-
},
|
|
1061
|
-
"learn_more_about_proper_page_heading_structure_d2959f2d": {
|
|
1062
|
-
"message": "Ketahui lebih lanjut tentang struktur pengepala halaman yang betul"
|
|
1063
|
-
},
|
|
1064
|
-
"learn_more_about_table_headers_5f5ee13": {
|
|
1065
|
-
"message": "Ketahui lebih lanjut tentang pengepala jadual"
|
|
1066
|
-
},
|
|
1067
|
-
"learn_more_about_using_alt_text_for_images_5698df9a": {
|
|
1068
|
-
"message": "Ketahui lebih lanjut tentang menggunakan teks alt untuk imej"
|
|
1069
|
-
},
|
|
1070
|
-
"learn_more_about_using_captions_with_tables_36fe496f": {
|
|
1071
|
-
"message": "Ketahui lebih lanjut tentang menggunakan kapsyen dengan jadual"
|
|
1072
|
-
},
|
|
1073
|
-
"learn_more_about_using_filenames_as_alt_text_264286af": {
|
|
1074
|
-
"message": "Ketahui lebih lanjut tentang menggunakan nama fail sebagai teks alt"
|
|
1075
|
-
},
|
|
1076
|
-
"learn_more_about_using_lists_4e6eb860": {
|
|
1077
|
-
"message": "Ketahui lebih lanjut tentang menggunakan senarai"
|
|
1078
|
-
},
|
|
1079
|
-
"learn_more_about_using_scope_attributes_with_table_20df49aa": {
|
|
1080
|
-
"message": "Ketahui lebih lanjut tentang menggunakan atribut skop dengan jadual"
|
|
1081
|
-
},
|
|
1082
|
-
"leave_as_is_4facfe55": {
|
|
1083
|
-
"message": "Biarkan seperti adanya"
|
|
1084
|
-
},
|
|
1085
|
-
"left_3ea9d375": {
|
|
1086
|
-
"message": "Kiri"
|
|
1087
|
-
},
|
|
1088
|
-
"left_align_43d95491": {
|
|
1089
|
-
"message": "Jajar ke Kiri"
|
|
1090
|
-
},
|
|
1091
|
-
"left_angle_bracket_c87a6d07": {
|
|
1092
|
-
"message": "Tanda Kurung Sudut Kiri"
|
|
1093
|
-
},
|
|
1094
|
-
"left_arrow_4fde1a64": {
|
|
1095
|
-
"message": "Panah Kiri"
|
|
1096
|
-
},
|
|
1097
|
-
"left_arrow_with_hook_5bfcad93": {
|
|
1098
|
-
"message": "Panah Cangkuk Kiri"
|
|
1099
|
-
},
|
|
1100
|
-
"left_ceiling_ee9dd88a": {
|
|
1101
|
-
"message": "Siling Kiri"
|
|
1102
|
-
},
|
|
1103
|
-
"left_curly_brace_1726fb4": {
|
|
1104
|
-
"message": "Tanda Kurung Dakap Kiri"
|
|
1105
|
-
},
|
|
1106
|
-
"left_downard_harpoon_arrow_1d7b3d2e": {
|
|
1107
|
-
"message": "Panah Tempuling Tegak Bawah Kiri"
|
|
1108
|
-
},
|
|
1109
|
-
"left_floor_29ac2274": {
|
|
1110
|
-
"message": "Lantai Kiri"
|
|
1111
|
-
},
|
|
1112
|
-
"left_to_right_e9b4fd06": {
|
|
1113
|
-
"message": "Kiri ke Kanan"
|
|
1114
|
-
},
|
|
1115
|
-
"left_upward_harpoon_arrow_3a562a96": {
|
|
1116
|
-
"message": "Panah Tempuling Tegak Atas Kiri"
|
|
1117
|
-
},
|
|
1118
|
-
"leftward_arrow_1e4765de": {
|
|
1119
|
-
"message": "Panah Tunjuk Kiri"
|
|
1120
|
-
},
|
|
1121
|
-
"leftward_pointing_triangle_d14532ce": {
|
|
1122
|
-
"message": "Segi Tiga Tunjuk Kiri"
|
|
1123
|
-
},
|
|
1124
|
-
"less_than_a26c0641": {
|
|
1125
|
-
"message": "Kurang Daripada"
|
|
1126
|
-
},
|
|
1127
|
-
"less_than_or_equal_be5216cb": {
|
|
1128
|
-
"message": "Kurang Daripada atau Sama Dengan"
|
|
1129
|
-
},
|
|
1130
|
-
"library_icon_ae1e54cf": {
|
|
1131
|
-
"message": "Ikon Pustaka"
|
|
1132
|
-
},
|
|
1133
|
-
"light_blue_5374f600": {
|
|
1134
|
-
"message": "Biru Muda"
|
|
1135
|
-
},
|
|
1136
|
-
"link_7262adec": {
|
|
1137
|
-
"message": "Pautan"
|
|
1138
|
-
},
|
|
1139
|
-
"link_options_a16b758b": {
|
|
1140
|
-
"message": "Pilihan Pautan"
|
|
1141
|
-
},
|
|
1142
|
-
"link_type_linktypemessage_c6d26815": {
|
|
1143
|
-
"message": "jenis pautan: { linkTypeMessage }"
|
|
1144
|
-
},
|
|
1145
|
-
"link_with_text_starting_with_start_b3fcbe71": {
|
|
1146
|
-
"message": "Pautan dengan teks bermula dengan { start }"
|
|
1147
|
-
},
|
|
1148
|
-
"links_14b70841": {
|
|
1149
|
-
"message": "Pautan"
|
|
1150
|
-
},
|
|
1151
|
-
"links_to_an_external_site_de74145d": {
|
|
1152
|
-
"message": "Pautan ke laman luar."
|
|
1153
|
-
},
|
|
1154
|
-
"lists_should_be_formatted_as_lists_f862de8d": {
|
|
1155
|
-
"message": "Senarai sepatutnya diformatkan sebagai senarai."
|
|
1156
|
-
},
|
|
1157
|
-
"load_more_35d33c7": {
|
|
1158
|
-
"message": "Muatkan Lebih Banyak"
|
|
1159
|
-
},
|
|
1160
|
-
"loading_25990131": {
|
|
1161
|
-
"message": "Memuatkan..."
|
|
1162
|
-
},
|
|
1163
|
-
"loading_bde52856": {
|
|
1164
|
-
"message": "Memuatkan"
|
|
1165
|
-
},
|
|
1166
|
-
"loading_closed_captions_subtitles_failed_95ceef47": {
|
|
1167
|
-
"message": "memuatkan kapsyen/sari kata tertutup gagal."
|
|
1168
|
-
},
|
|
1169
|
-
"loading_external_tool_d839042c": {
|
|
1170
|
-
"message": "Memuatkan Alat Luar"
|
|
1171
|
-
},
|
|
1172
|
-
"loading_failed_b3524381": {
|
|
1173
|
-
"message": "Pemuatan gagal..."
|
|
1174
|
-
},
|
|
1175
|
-
"loading_failed_e6a9d8ef": {
|
|
1176
|
-
"message": "Pemuatan gagal."
|
|
1177
|
-
},
|
|
1178
|
-
"loading_folders_d8b5869e": {
|
|
1179
|
-
"message": "Memuatkan folder"
|
|
1180
|
-
},
|
|
1181
|
-
"loading_placeholder_for_filename_792ef5e8": {
|
|
1182
|
-
"message": "Memuatkan ruang letak untuk { fileName }"
|
|
1183
|
-
},
|
|
1184
|
-
"loading_please_wait_d276220a": {
|
|
1185
|
-
"message": "Sedang memuatkan, sila tunggu"
|
|
1186
|
-
},
|
|
1187
|
-
"loading_preview_9f077aa1": {
|
|
1188
|
-
"message": "Memuatkan pratonton"
|
|
1189
|
-
},
|
|
1190
|
-
"locked_762f138b": {
|
|
1191
|
-
"message": "Berkunci"
|
|
1192
|
-
},
|
|
1193
|
-
"logical_equivalence_76fca396": {
|
|
1194
|
-
"message": "Kesetaraan Logik"
|
|
1195
|
-
},
|
|
1196
|
-
"logical_equivalence_short_8efd7b4f": {
|
|
1197
|
-
"message": "Kesetaraan Logik (Pendek)"
|
|
1198
|
-
},
|
|
1199
|
-
"logical_equivalence_short_and_thick_1e1f654d": {
|
|
1200
|
-
"message": "Kesetaraan Logik (Pendek dan Tebal)"
|
|
1201
|
-
},
|
|
1202
|
-
"logical_equivalence_thick_662dd3f2": {
|
|
1203
|
-
"message": "Kesetaraan Logik (Tebal)"
|
|
1204
|
-
},
|
|
1205
|
-
"low_horizontal_dots_cc08498e": {
|
|
1206
|
-
"message": "Titik Melintang Rendah"
|
|
1207
|
-
},
|
|
1208
|
-
"magenta_4a65993c": {
|
|
1209
|
-
"message": "Magenta"
|
|
1210
|
-
},
|
|
1211
|
-
"maps_to_e5ef7382": {
|
|
1212
|
-
"message": "Peta Untuk"
|
|
1213
|
-
},
|
|
1214
|
-
"math_icon_ad4e9d03": {
|
|
1215
|
-
"message": "Ikon Matematik"
|
|
1216
|
-
},
|
|
1217
|
-
"media_af190855": {
|
|
1218
|
-
"message": "Media"
|
|
1219
|
-
},
|
|
1220
|
-
"media_file_is_processing_please_try_again_later_58a6d49": {
|
|
1221
|
-
"message": "Fail media sedang diproses. Sila cuba semula kemudian."
|
|
1222
|
-
},
|
|
1223
|
-
"media_title_2112243b": {
|
|
1224
|
-
"message": "Tajuk Media"
|
|
1225
|
-
},
|
|
1226
|
-
"medium_5a8e9ead": {
|
|
1227
|
-
"message": "Medium"
|
|
1228
|
-
},
|
|
1229
|
-
"merge_links_2478df96": {
|
|
1230
|
-
"message": "Gabung pautan"
|
|
1231
|
-
},
|
|
1232
|
-
"mic_a7f3d311": {
|
|
1233
|
-
"message": "Mikrofon"
|
|
1234
|
-
},
|
|
1235
|
-
"microphone_disabled_15c83130": {
|
|
1236
|
-
"message": "Mikrofon Dinyahdayakan"
|
|
1237
|
-
},
|
|
1238
|
-
"middle_27dc1d5": {
|
|
1239
|
-
"message": "Tengah"
|
|
1240
|
-
},
|
|
1241
|
-
"minimize_file_preview_da911944": {
|
|
1242
|
-
"message": "Kecilkan Pratonton Fail"
|
|
1243
|
-
},
|
|
1244
|
-
"minimize_video_20aa554b": {
|
|
1245
|
-
"message": "Kecilkan Video"
|
|
1246
|
-
},
|
|
1247
|
-
"minus_fd961e2e": {
|
|
1248
|
-
"message": "Tolak"
|
|
1249
|
-
},
|
|
1250
|
-
"minus_plus_3461f637": {
|
|
1251
|
-
"message": "Tolak/Tambah"
|
|
1252
|
-
},
|
|
1253
|
-
"misc_3b692ea7": {
|
|
1254
|
-
"message": "Lain-lain"
|
|
1255
|
-
},
|
|
1256
|
-
"miscellaneous_e9818229": {
|
|
1257
|
-
"message": "Lain-lain"
|
|
1258
|
-
},
|
|
1259
|
-
"module_90d9fd32": {
|
|
1260
|
-
"message": "Modul"
|
|
1261
|
-
},
|
|
1262
|
-
"modules_c4325335": {
|
|
1263
|
-
"message": "Modul"
|
|
1264
|
-
},
|
|
1265
|
-
"moving_image_to_crop_directionword_6f66cde2": {
|
|
1266
|
-
"message": "Mengalih imej untuk memangkas { directionWord }"
|
|
1267
|
-
},
|
|
1268
|
-
"mu_37223b8b": {
|
|
1269
|
-
"message": "Mu"
|
|
1270
|
-
},
|
|
1271
|
-
"multi_color_image_63d7372f": {
|
|
1272
|
-
"message": "Imej Pelbagai Warna"
|
|
1273
|
-
},
|
|
1274
|
-
"multiplication_sign_15f95c22": {
|
|
1275
|
-
"message": "Tanda Darab"
|
|
1276
|
-
},
|
|
1277
|
-
"music_icon_4db5c972": {
|
|
1278
|
-
"message": "Ikon Muzik"
|
|
1279
|
-
},
|
|
1280
|
-
"must_be_at_least_percentage_22e373b6": {
|
|
1281
|
-
"message": "Mesti sekurang-kurangnya { percentage }%"
|
|
1282
|
-
},
|
|
1283
|
-
"must_be_at_least_width_x_height_px_41dc825e": {
|
|
1284
|
-
"message": "Mesti sekurang-kurangnya { width } x { height } piksel."
|
|
1285
|
-
},
|
|
1286
|
-
"my_files_2f621040": {
|
|
1287
|
-
"message": "Fail saya"
|
|
1288
|
-
},
|
|
1289
|
-
"n_th_root_9991a6e4": {
|
|
1290
|
-
"message": "Akar ke-n"
|
|
1291
|
-
},
|
|
1292
|
-
"nabla_1e216d25": {
|
|
1293
|
-
"message": "Nabla"
|
|
1294
|
-
},
|
|
1295
|
-
"name_1aed4a1b": {
|
|
1296
|
-
"message": "Nama"
|
|
1297
|
-
},
|
|
1298
|
-
"name_color_ceec76ff": {
|
|
1299
|
-
"message": "{ name } ({ color })"
|
|
1300
|
-
},
|
|
1301
|
-
"natural_music_54a70258": {
|
|
1302
|
-
"message": "Semula Jadi (Muzik)"
|
|
1303
|
-
},
|
|
1304
|
-
"natural_numbers_3da07060": {
|
|
1305
|
-
"message": "Nombor Semula Jadi"
|
|
1306
|
-
},
|
|
1307
|
-
"navigate_through_the_menu_or_toolbar_415a4e50": {
|
|
1308
|
-
"message": "Navigasi melalui menu atau bar alat"
|
|
1309
|
-
},
|
|
1310
|
-
"navigation_ee9af92d": {
|
|
1311
|
-
"message": "Navigasi"
|
|
1312
|
-
},
|
|
1313
|
-
"nested_greater_than_d852e60d": {
|
|
1314
|
-
"message": "Lebih Daripada Tersarang"
|
|
1315
|
-
},
|
|
1316
|
-
"nested_less_than_27d17e58": {
|
|
1317
|
-
"message": "Kurang Daripada Tersarang"
|
|
1318
|
-
},
|
|
1319
|
-
"new_quiz_34aacba6": {
|
|
1320
|
-
"message": "Kuiz Baharu"
|
|
1321
|
-
},
|
|
1322
|
-
"next_40e12421": {
|
|
1323
|
-
"message": "Seterusnya"
|
|
1324
|
-
},
|
|
1325
|
-
"no_accessibility_issues_were_detected_f8d3c875": {
|
|
1326
|
-
"message": "Tiada isu kebolehcapaian dikesan."
|
|
1327
|
-
},
|
|
1328
|
-
"no_announcements_created_yet_c44a94f4": {
|
|
1329
|
-
"message": "Belum ada pengumuman dicipta."
|
|
1330
|
-
},
|
|
1331
|
-
"no_announcements_found_20185afc": {
|
|
1332
|
-
"message": "Tiada pengumuman ditemui."
|
|
1333
|
-
},
|
|
1334
|
-
"no_assignments_created_yet_1b236d87": {
|
|
1335
|
-
"message": "Belum ada tugasan dicipta."
|
|
1336
|
-
},
|
|
1337
|
-
"no_assignments_found_79e46d7f": {
|
|
1338
|
-
"message": "Tiada tugasan ditemui."
|
|
1339
|
-
},
|
|
1340
|
-
"no_changes_to_save_d29f6e91": {
|
|
1341
|
-
"message": "Tiada perubahan disimpan."
|
|
1342
|
-
},
|
|
1343
|
-
"no_discussions_created_yet_ff99abe3": {
|
|
1344
|
-
"message": "Belum ada perbincangan dicipta."
|
|
1345
|
-
},
|
|
1346
|
-
"no_discussions_found_9284063b": {
|
|
1347
|
-
"message": "Tiada perbincangan ditemui."
|
|
1348
|
-
},
|
|
1349
|
-
"no_e16d9132": {
|
|
1350
|
-
"message": "Tidak"
|
|
1351
|
-
},
|
|
1352
|
-
"no_file_chosen_9a880793": {
|
|
1353
|
-
"message": "Tiada fail dipilih"
|
|
1354
|
-
},
|
|
1355
|
-
"no_headers_9bc7dc7f": {
|
|
1356
|
-
"message": "Tiada pengepala"
|
|
1357
|
-
},
|
|
1358
|
-
"no_modules_created_yet_c71b6d4d": {
|
|
1359
|
-
"message": "Belum ada modul dicipta."
|
|
1360
|
-
},
|
|
1361
|
-
"no_modules_found_2df43a40": {
|
|
1362
|
-
"message": "Tiada modul ditemui."
|
|
1363
|
-
},
|
|
1364
|
-
"no_pages_created_yet_c379fa6e": {
|
|
1365
|
-
"message": "Belum ada halaman dicipta."
|
|
1366
|
-
},
|
|
1367
|
-
"no_pages_found_6799350": {
|
|
1368
|
-
"message": "Tiada halaman ditemui."
|
|
1369
|
-
},
|
|
1370
|
-
"no_preview_is_available_for_this_file_f940114a": {
|
|
1371
|
-
"message": "Tiada pratonton tersedia untuk fail ini."
|
|
1372
|
-
},
|
|
1373
|
-
"no_quizzes_created_yet_1a2370b9": {
|
|
1374
|
-
"message": "Belum ada kuiz dicipta."
|
|
1375
|
-
},
|
|
1376
|
-
"no_quizzes_found_c80c537a": {
|
|
1377
|
-
"message": "Tiada kuiz dicipta."
|
|
1378
|
-
},
|
|
1379
|
-
"no_results_940393cf": {
|
|
1380
|
-
"message": "Tiada hasil."
|
|
1381
|
-
},
|
|
1382
|
-
"no_results_found_for_filterterm_ad1b04c8": {
|
|
1383
|
-
"message": "Tiada hasil ditemui untuk { filterTerm }"
|
|
1384
|
-
},
|
|
1385
|
-
"no_video_1ed00b26": {
|
|
1386
|
-
"message": "Tiada Video"
|
|
1387
|
-
},
|
|
1388
|
-
"none_3b5e34d2": {
|
|
1389
|
-
"message": "Tiada"
|
|
1390
|
-
},
|
|
1391
|
-
"none_selected_b93d56d2": {
|
|
1392
|
-
"message": "Tiada Yang Dipilih"
|
|
1393
|
-
},
|
|
1394
|
-
"not_equal_6e2980e6": {
|
|
1395
|
-
"message": "Tidak Sama Dengan"
|
|
1396
|
-
},
|
|
1397
|
-
"not_in_not_an_element_of_fb1ffb54": {
|
|
1398
|
-
"message": "Bukan Dalam (Bukan Unsur Dalam)"
|
|
1399
|
-
},
|
|
1400
|
-
"not_negation_1418ebb8": {
|
|
1401
|
-
"message": "Bukan (Penafian)"
|
|
1402
|
-
},
|
|
1403
|
-
"not_subset_dc2b5e84": {
|
|
1404
|
-
"message": "Bukan Subset"
|
|
1405
|
-
},
|
|
1406
|
-
"not_subset_strict_23d282bf": {
|
|
1407
|
-
"message": "Bukan Subset (Wajar)"
|
|
1408
|
-
},
|
|
1409
|
-
"not_superset_5556b913": {
|
|
1410
|
-
"message": "Bukan Superset"
|
|
1411
|
-
},
|
|
1412
|
-
"not_superset_strict_24e06f36": {
|
|
1413
|
-
"message": "Bukan Superset (Wajar)"
|
|
1414
|
-
},
|
|
1415
|
-
"nu_1c0f6848": {
|
|
1416
|
-
"message": "Nu"
|
|
1417
|
-
},
|
|
1418
|
-
"octagon_e48be9f": {
|
|
1419
|
-
"message": "Oktagon"
|
|
1420
|
-
},
|
|
1421
|
-
"olive_6a3e4d6b": {
|
|
1422
|
-
"message": "Zaitun"
|
|
1423
|
-
},
|
|
1424
|
-
"omega_8f2c3463": {
|
|
1425
|
-
"message": "Omega"
|
|
1426
|
-
},
|
|
1427
|
-
"one_of_the_following_styles_must_be_added_to_save__1de769aa": {
|
|
1428
|
-
"message": "Salah satu daripada gaya berikut mesti ditambah untuk menyimpan ikon: Warna Ikon, Saiz Garis Luar, Teks Ikon atau Imej"
|
|
1429
|
-
},
|
|
1430
|
-
"one_or_more_files_failed_to_paste_please_try_uploa_7fa39dd3": {
|
|
1431
|
-
"message": "Satu atau lebih fail gagal ditampalkan. Sila cuba muat naik atau seret dan lepas fail."
|
|
1432
|
-
},
|
|
1433
|
-
"open_circle_e9bd069": {
|
|
1434
|
-
"message": "Bulatan Terbuka"
|
|
1435
|
-
},
|
|
1436
|
-
"open_this_keyboard_shortcuts_dialog_9658b83a": {
|
|
1437
|
-
"message": "Buka dialog pintasan papan kekunci ini"
|
|
1438
|
-
},
|
|
1439
|
-
"open_title_application_fd624fc5": {
|
|
1440
|
-
"message": "Buka aplikasi { title }"
|
|
1441
|
-
},
|
|
1442
|
-
"operators_a2ef9a93": {
|
|
1443
|
-
"message": "Operator"
|
|
1444
|
-
},
|
|
1445
|
-
"or_9b70ccaa": {
|
|
1446
|
-
"message": "Atau"
|
|
1447
|
-
},
|
|
1448
|
-
"orange_81386a62": {
|
|
1449
|
-
"message": "Oren"
|
|
1450
|
-
},
|
|
1451
|
-
"ordered_and_unordered_lists_cfadfc38": {
|
|
1452
|
-
"message": "Senarai Tersusun dan Tidak Tersusun"
|
|
1453
|
-
},
|
|
1454
|
-
"other_editor_shortcuts_may_be_found_at_404aba4a": {
|
|
1455
|
-
"message": "Pintasan editor lain boleh ditemui di"
|
|
1456
|
-
},
|
|
1457
|
-
"outline_color_3ef2cea7": {
|
|
1458
|
-
"message": "Warna Garis Luar"
|
|
1459
|
-
},
|
|
1460
|
-
"outline_size_a6059a21": {
|
|
1461
|
-
"message": "Saiz Garis Luar"
|
|
1462
|
-
},
|
|
1463
|
-
"p_is_not_a_valid_protocol_which_must_be_ftp_http_h_adf13fc2": {
|
|
1464
|
-
"message": "{ p } bukan protokol sah yang mesti terdiri daripada ftp, http, mailto, skype, tel atau boleh ditinggalkan."
|
|
1465
|
-
},
|
|
1466
|
-
"page_50c4823d": {
|
|
1467
|
-
"message": "Halaman"
|
|
1468
|
-
},
|
|
1469
|
-
"pages_e5414c2c": {
|
|
1470
|
-
"message": "Halaman"
|
|
1471
|
-
},
|
|
1472
|
-
"paragraph_5e5ad8eb": {
|
|
1473
|
-
"message": "Perenggan"
|
|
1474
|
-
},
|
|
1475
|
-
"paragraph_starting_with_start_a59923f8": {
|
|
1476
|
-
"message": "Perenggan bermula dengan { start }"
|
|
1477
|
-
},
|
|
1478
|
-
"parallel_d55d6e38": {
|
|
1479
|
-
"message": "Selari"
|
|
1480
|
-
},
|
|
1481
|
-
"partial_derivative_4a9159df": {
|
|
1482
|
-
"message": "Separa (Terbitan)"
|
|
1483
|
-
},
|
|
1484
|
-
"paste_5963d1c1": {
|
|
1485
|
-
"message": "Tampal"
|
|
1486
|
-
},
|
|
1487
|
-
"pause_12af3bb4": {
|
|
1488
|
-
"message": "Jedakan"
|
|
1489
|
-
},
|
|
1490
|
-
"pentagon_17d82ea3": {
|
|
1491
|
-
"message": "Pentagon"
|
|
1492
|
-
},
|
|
1493
|
-
"people_b4ebb13c": {
|
|
1494
|
-
"message": "Orang"
|
|
1495
|
-
},
|
|
1496
|
-
"percentage_34ab7c2c": {
|
|
1497
|
-
"message": "Peratusan"
|
|
1498
|
-
},
|
|
1499
|
-
"percentage_must_be_a_number_8033c341": {
|
|
1500
|
-
"message": "Peratusan mesti suatu nombor"
|
|
1501
|
-
},
|
|
1502
|
-
"performing_arts_icon_f3497486": {
|
|
1503
|
-
"message": "Ikon Seni Persembahan"
|
|
1504
|
-
},
|
|
1505
|
-
"perpendicular_7c48ede4": {
|
|
1506
|
-
"message": "Serenjang"
|
|
1507
|
-
},
|
|
1508
|
-
"phi_4ac33b6d": {
|
|
1509
|
-
"message": "Fi"
|
|
1510
|
-
},
|
|
1511
|
-
"phi_variant_c9bb3ac5": {
|
|
1512
|
-
"message": "Fi (Varian)"
|
|
1513
|
-
},
|
|
1514
|
-
"physical_education_icon_d7dffd3e": {
|
|
1515
|
-
"message": "Ikon Pendidikan Jasmani"
|
|
1516
|
-
},
|
|
1517
|
-
"pi_dc4f0bd8": {
|
|
1518
|
-
"message": "Pi"
|
|
1519
|
-
},
|
|
1520
|
-
"pi_variant_10f5f520": {
|
|
1521
|
-
"message": "Pi (Varian)"
|
|
1522
|
-
},
|
|
1523
|
-
"pink_68ad45cb": {
|
|
1524
|
-
"message": "Merah jambu"
|
|
1525
|
-
},
|
|
1526
|
-
"pixels_52ece7d1": {
|
|
1527
|
-
"message": "Piksel"
|
|
1528
|
-
},
|
|
1529
|
-
"play_1a47eaa7": {
|
|
1530
|
-
"message": "Mainkan"
|
|
1531
|
-
},
|
|
1532
|
-
"play_media_comment_35257210": {
|
|
1533
|
-
"message": "Mainkan komen main."
|
|
1534
|
-
},
|
|
1535
|
-
"play_media_comment_by_name_from_createdat_c230123d": {
|
|
1536
|
-
"message": "Mainkan komen media oleh { name } dari { createdAt }."
|
|
1537
|
-
},
|
|
1538
|
-
"please_allow_canvas_to_access_your_microphone_and__dc2c3079": {
|
|
1539
|
-
"message": "Sila benarkan Canvas mengakses mikrofon dan kamera web anda."
|
|
1540
|
-
},
|
|
1541
|
-
"plus_d43cd4ec": {
|
|
1542
|
-
"message": "Tambah"
|
|
1543
|
-
},
|
|
1544
|
-
"plus_minus_f8be2e83": {
|
|
1545
|
-
"message": "Tambah/Tolak"
|
|
1546
|
-
},
|
|
1547
|
-
"posted_when_a578f5ab": {
|
|
1548
|
-
"message": "Disiarkan: { when }"
|
|
1549
|
-
},
|
|
1550
|
-
"power_set_4f26f316": {
|
|
1551
|
-
"message": "Set Kuasa"
|
|
1552
|
-
},
|
|
1553
|
-
"precedes_196b9aef": {
|
|
1554
|
-
"message": "Mendahului"
|
|
1555
|
-
},
|
|
1556
|
-
"precedes_equal_20701e84": {
|
|
1557
|
-
"message": "Mendahului Sama Dengan"
|
|
1558
|
-
},
|
|
1559
|
-
"preformatted_d0670862": {
|
|
1560
|
-
"message": "Sedia Terformat"
|
|
1561
|
-
},
|
|
1562
|
-
"prev_f82cbc48": {
|
|
1563
|
-
"message": "Sebelumnya"
|
|
1564
|
-
},
|
|
1565
|
-
"preview_53003fd2": {
|
|
1566
|
-
"message": "Pratonton"
|
|
1567
|
-
},
|
|
1568
|
-
"preview_a3f8f854": {
|
|
1569
|
-
"message": "PRATONTON"
|
|
1570
|
-
},
|
|
1571
|
-
"preview_in_overlay_ed772c46": {
|
|
1572
|
-
"message": "Pratonton dalam tindihan"
|
|
1573
|
-
},
|
|
1574
|
-
"preview_inline_9787330": {
|
|
1575
|
-
"message": "Pratonton dalam sebaris"
|
|
1576
|
-
},
|
|
1577
|
-
"prime_917ea60e": {
|
|
1578
|
-
"message": "Perdana"
|
|
1579
|
-
},
|
|
1580
|
-
"prime_numbers_13464f61": {
|
|
1581
|
-
"message": "Nombor Perdana"
|
|
1582
|
-
},
|
|
1583
|
-
"product_39cf144f": {
|
|
1584
|
-
"message": "Produk"
|
|
1585
|
-
},
|
|
1586
|
-
"proportional_f02800cc": {
|
|
1587
|
-
"message": "Berkadaran"
|
|
1588
|
-
},
|
|
1589
|
-
"protocol_must_be_ftp_http_https_mailto_skype_tel_o_73beb4f8": {
|
|
1590
|
-
"message": "Protokol mestilah terdiri daripada ftp, http, mailto, skype, tel atau boleh ditinggalkan."
|
|
1591
|
-
},
|
|
1592
|
-
"psi_e3f5f0f7": {
|
|
1593
|
-
"message": "Psi"
|
|
1594
|
-
},
|
|
1595
|
-
"published_c944a23d": {
|
|
1596
|
-
"message": "telah diterbitkan"
|
|
1597
|
-
},
|
|
1598
|
-
"published_when_302d8e23": {
|
|
1599
|
-
"message": "Diterbitkan: { when }"
|
|
1600
|
-
},
|
|
1601
|
-
"pumpkin_904428d5": {
|
|
1602
|
-
"message": "Labu"
|
|
1603
|
-
},
|
|
1604
|
-
"purple_7678a9fc": {
|
|
1605
|
-
"message": "Ungu"
|
|
1606
|
-
},
|
|
1607
|
-
"quaternions_877024e0": {
|
|
1608
|
-
"message": "Kuarternion"
|
|
1609
|
-
},
|
|
1610
|
-
"quiz_e0dcce8f": {
|
|
1611
|
-
"message": "Kuiz"
|
|
1612
|
-
},
|
|
1613
|
-
"quizzes_7e598f57": {
|
|
1614
|
-
"message": "Kuiz"
|
|
1615
|
-
},
|
|
1616
|
-
"rational_numbers_80ddaa4a": {
|
|
1617
|
-
"message": "Nombor Rasional"
|
|
1618
|
-
},
|
|
1619
|
-
"real_numbers_7c99df94": {
|
|
1620
|
-
"message": "Nombor Sebenar"
|
|
1621
|
-
},
|
|
1622
|
-
"real_portion_of_complex_number_7dad33b5": {
|
|
1623
|
-
"message": "Bahagian Sebenar (Nombor Kompleks)"
|
|
1624
|
-
},
|
|
1625
|
-
"record_7c9448b": {
|
|
1626
|
-
"message": "Rakam"
|
|
1627
|
-
},
|
|
1628
|
-
"record_upload_media_5fdce166": {
|
|
1629
|
-
"message": "Rakam/Muat Naik Media"
|
|
1630
|
-
},
|
|
1631
|
-
"recording_98da6bda": {
|
|
1632
|
-
"message": "Merakam"
|
|
1633
|
-
},
|
|
1634
|
-
"red_8258edf3": {
|
|
1635
|
-
"message": "Merah"
|
|
1636
|
-
},
|
|
1637
|
-
"relationships_6602af70": {
|
|
1638
|
-
"message": "Hubungan"
|
|
1639
|
-
},
|
|
1640
|
-
"religion_icon_246e0be1": {
|
|
1641
|
-
"message": "Ikon Agama"
|
|
1642
|
-
},
|
|
1643
|
-
"remove_heading_style_5fdc8855": {
|
|
1644
|
-
"message": "Alih keluar gaya tajuk"
|
|
1645
|
-
},
|
|
1646
|
-
"remove_link_d1f2f4d0": {
|
|
1647
|
-
"message": "Alih Keluar Pautan"
|
|
1648
|
-
},
|
|
1649
|
-
"replace_e61834a7": {
|
|
1650
|
-
"message": "Gantikan"
|
|
1651
|
-
},
|
|
1652
|
-
"reset_95a81614": {
|
|
1653
|
-
"message": "Tetap Semula"
|
|
1654
|
-
},
|
|
1655
|
-
"resize_ec83d538": {
|
|
1656
|
-
"message": "Saiz Semula"
|
|
1657
|
-
},
|
|
1658
|
-
"restore_auto_save_deccd84b": {
|
|
1659
|
-
"message": "Pulihkan penyimpanan automatik?"
|
|
1660
|
-
},
|
|
1661
|
-
"reverse_turnstile_does_not_yield_7558be06": {
|
|
1662
|
-
"message": "Paku Kiri (Tiada Keluaran)"
|
|
1663
|
-
},
|
|
1664
|
-
"rho_a0244a36": {
|
|
1665
|
-
"message": "Rho"
|
|
1666
|
-
},
|
|
1667
|
-
"rho_variant_415245cd": {
|
|
1668
|
-
"message": "Rho (Varian)"
|
|
1669
|
-
},
|
|
1670
|
-
"rich_content_editor_2708ef21": {
|
|
1671
|
-
"message": "Editor Kandungan Beraneka"
|
|
1672
|
-
},
|
|
1673
|
-
"rich_text_area_press_oskey_f8_for_rich_content_edi_c2f651d": {
|
|
1674
|
-
"message": "Kawasan Teks Beraneka. Tekan { OSKey }+F8 untuk pintasan Editor Kandungan Beraneka"
|
|
1675
|
-
},
|
|
1676
|
-
"right_71ffdc4d": {
|
|
1677
|
-
"message": "Kanan"
|
|
1678
|
-
},
|
|
1679
|
-
"right_align_39e7a32a": {
|
|
1680
|
-
"message": "Jajar ke Kanan"
|
|
1681
|
-
},
|
|
1682
|
-
"right_angle_bracket_d704e2d6": {
|
|
1683
|
-
"message": "Tanda Kurung Sudut Kiri"
|
|
1684
|
-
},
|
|
1685
|
-
"right_arrow_35e0eddf": {
|
|
1686
|
-
"message": "Anak Panah ke Kanan"
|
|
1687
|
-
},
|
|
1688
|
-
"right_arrow_with_hook_29d92d31": {
|
|
1689
|
-
"message": "Panah Cangkuk Kanan"
|
|
1690
|
-
},
|
|
1691
|
-
"right_ceiling_839dc744": {
|
|
1692
|
-
"message": "Siling Kanan"
|
|
1693
|
-
},
|
|
1694
|
-
"right_curly_brace_5159d5cd": {
|
|
1695
|
-
"message": "Tanda Kurung Dakap Kanan"
|
|
1696
|
-
},
|
|
1697
|
-
"right_downward_harpoon_arrow_d71b114f": {
|
|
1698
|
-
"message": "Panah Tempuling Tegak Bawah Kanan"
|
|
1699
|
-
},
|
|
1700
|
-
"right_floor_5392d5cf": {
|
|
1701
|
-
"message": "Lantai Kanan"
|
|
1702
|
-
},
|
|
1703
|
-
"right_to_left_9cfb092a": {
|
|
1704
|
-
"message": "Kanan ke Kiri"
|
|
1705
|
-
},
|
|
1706
|
-
"right_upward_harpoon_arrow_f5a34c73": {
|
|
1707
|
-
"message": "Panah Tempuling Tegak Atas Kanan"
|
|
1708
|
-
},
|
|
1709
|
-
"rightward_arrow_32932107": {
|
|
1710
|
-
"message": "Panah Tunjuk Kanan"
|
|
1711
|
-
},
|
|
1712
|
-
"rightward_pointing_triangle_60330f5c": {
|
|
1713
|
-
"message": "Segi Tiga Tunjuk Kanan"
|
|
1714
|
-
},
|
|
1715
|
-
"rotate_image_90_degrees_2ab77c05": {
|
|
1716
|
-
"message": "Putar imej -90 darjah"
|
|
1717
|
-
},
|
|
1718
|
-
"rotate_image_90_degrees_6c92cd42": {
|
|
1719
|
-
"message": "Putar imej 90 darjah"
|
|
1720
|
-
},
|
|
1721
|
-
"rotation_9699c538": {
|
|
1722
|
-
"message": "Putaran"
|
|
1723
|
-
},
|
|
1724
|
-
"row_fc0944a7": {
|
|
1725
|
-
"message": "Baris"
|
|
1726
|
-
},
|
|
1727
|
-
"row_group_979f5528": {
|
|
1728
|
-
"message": "Kumpulan baris"
|
|
1729
|
-
},
|
|
1730
|
-
"sadly_the_pretty_html_editor_is_not_keyboard_acces_50da7665": {
|
|
1731
|
-
"message": "Sayangnya, editor HTML rapi tidak dapat diakses dengan papan kekunci. Dapatkan akses kepada editor HTML mentah di sini."
|
|
1732
|
-
},
|
|
1733
|
-
"save_11a80ec3": {
|
|
1734
|
-
"message": "Simpan"
|
|
1735
|
-
},
|
|
1736
|
-
"save_copy_ca63944e": {
|
|
1737
|
-
"message": "Simpan Salinan"
|
|
1738
|
-
},
|
|
1739
|
-
"save_media_cb9e786e": {
|
|
1740
|
-
"message": "Simpan Media"
|
|
1741
|
-
},
|
|
1742
|
-
"saved_icon_maker_icons_df86e2a1": {
|
|
1743
|
-
"message": "Ikon Pembuat Ikon Disimpan"
|
|
1744
|
-
},
|
|
1745
|
-
"screen_readers_cannot_determine_what_is_displayed__6a5842ab": {
|
|
1746
|
-
"message": "Pembaca skrin tidak boleh menentukan apa yang dipaparkan dalam imej tanpa teks alternatif dan nama fail selalunya merupakan rentetan nombor dan huruf tidak bermakna yang tidak menerangkan konteks atau makna."
|
|
1747
|
-
},
|
|
1748
|
-
"screen_readers_cannot_determine_what_is_displayed__6f1ea667": {
|
|
1749
|
-
"message": "Pembaca skrin tidak boleh menentukan apa yang dipaparkan dalam imej tanpa teks alternatif yang menerangkan kandungan dan makna imej. Teks alternatif sepatutnya mudah dan ringkas."
|
|
1750
|
-
},
|
|
1751
|
-
"screen_readers_cannot_determine_what_is_displayed__a57e6723": {
|
|
1752
|
-
"message": "Pembaca skrin tidak boleh menentukan apa yang dipaparkan dalam imej tanpa teks alternatif yang menerangkan kandungan dan makna imej."
|
|
1753
|
-
},
|
|
1754
|
-
"screen_readers_cannot_interpret_tables_without_the_bd861652": {
|
|
1755
|
-
"message": "Pembaca skrin tidak boleh menterjemahkan jadual tanpa struktur yang betul. Pengepala jadual memberikan arah tuju dan skop kandungan."
|
|
1756
|
-
},
|
|
1757
|
-
"screen_readers_cannot_interpret_tables_without_the_e62912d5": {
|
|
1758
|
-
"message": "Pembaca skrin tidak boleh menterjemahkan jadual tanpa struktur yang betul. Kapsyen jadual menerangkan konteks dan pemahaman umum tentang jadual."
|
|
1759
|
-
},
|
|
1760
|
-
"screen_readers_cannot_interpret_tables_without_the_f0bdec0f": {
|
|
1761
|
-
"message": "Pembaca skrin tidak boleh menterjemahkan jadual tanpa struktur yang betul. Pengepala jadual memberikan arah tuju dan gambaran keseluruhan kandungan."
|
|
1762
|
-
},
|
|
1763
|
-
"script_l_42a7b254": {
|
|
1764
|
-
"message": "Skrip L"
|
|
1765
|
-
},
|
|
1766
|
-
"search_280d00bd": {
|
|
1767
|
-
"message": "Cari"
|
|
1768
|
-
},
|
|
1769
|
-
"select_audio_source_21043cd5": {
|
|
1770
|
-
"message": "Pilih sumber audio"
|
|
1771
|
-
},
|
|
1772
|
-
"select_crop_shape_d441feeb": {
|
|
1773
|
-
"message": "Pilih bentuk pangkasan"
|
|
1774
|
-
},
|
|
1775
|
-
"select_language_7c93a900": {
|
|
1776
|
-
"message": "Pilih Bahasa"
|
|
1777
|
-
},
|
|
1778
|
-
"select_video_source_1b5c9dbe": {
|
|
1779
|
-
"message": "Pilih sumber video"
|
|
1780
|
-
},
|
|
1781
|
-
"selected_274ce24f": {
|
|
1782
|
-
"message": "Dipilih"
|
|
1783
|
-
},
|
|
1784
|
-
"selected_linkfilename_c093b1f2": {
|
|
1785
|
-
"message": "{ linkFileName } dipilih"
|
|
1786
|
-
},
|
|
1787
|
-
"selection_b52c4c5e": {
|
|
1788
|
-
"message": "Pilihan"
|
|
1789
|
-
},
|
|
1790
|
-
"set_header_scope_8c548f40": {
|
|
1791
|
-
"message": "Tetapkan skop pengepala"
|
|
1792
|
-
},
|
|
1793
|
-
"set_minus_b46e9b88": {
|
|
1794
|
-
"message": "Tetapkan Tolak"
|
|
1795
|
-
},
|
|
1796
|
-
"set_table_header_cfab13a0": {
|
|
1797
|
-
"message": "Tetapkan pengepala jadual"
|
|
1798
|
-
},
|
|
1799
|
-
"sharp_music_ab956814": {
|
|
1800
|
-
"message": "Tajam (Muzik)"
|
|
1801
|
-
},
|
|
1802
|
-
"shift_arrows_4d5785fe": {
|
|
1803
|
-
"message": "SHIFT+Anak Panah"
|
|
1804
|
-
},
|
|
1805
|
-
"shift_o_to_open_the_pretty_html_editor_55ff5a31": {
|
|
1806
|
-
"message": "Shift+O untuk membuka editor HTML rapi."
|
|
1807
|
-
},
|
|
1808
|
-
"shortcut_911d6255": {
|
|
1809
|
-
"message": "Pintasan"
|
|
1810
|
-
},
|
|
1811
|
-
"show_audio_options_b489926b": {
|
|
1812
|
-
"message": "Tunjuk pilihan audio"
|
|
1813
|
-
},
|
|
1814
|
-
"show_image_options_1e2ecc6b": {
|
|
1815
|
-
"message": "Tunjuk pilihan imej"
|
|
1816
|
-
},
|
|
1817
|
-
"show_link_options_545338fd": {
|
|
1818
|
-
"message": "Tunjuk pilihan pautan"
|
|
1819
|
-
},
|
|
1820
|
-
"show_studio_media_options_a0c748c6": {
|
|
1821
|
-
"message": "Tunjuk pilihan media Studio"
|
|
1822
|
-
},
|
|
1823
|
-
"show_video_options_6ed3721a": {
|
|
1824
|
-
"message": "Tunjuk pilihan video"
|
|
1825
|
-
},
|
|
1826
|
-
"sighted_users_browse_web_pages_quickly_looking_for_1d4db0c1": {
|
|
1827
|
-
"message": "Pengguna yang menggunakan penglihatan untuk memperoleh maklumat menyemak imbas halaman web dengan pantas untuk mencari tajuk yang besar dan tebal. Pengguna pembaca skrin bergantung pada pengepala untuk memperoleh pemahaman kontekstual. Pengepala sepatutnya menggunakan struktur yang betul."
|
|
1828
|
-
},
|
|
1829
|
-
"sighted_users_browse_web_pages_quickly_looking_for_ade806f5": {
|
|
1830
|
-
"message": "Pengguna yang menggunakan penglihatan untuk memperoleh maklumat menyemak imbas halaman web dengan pantas untuk mencari tajuk yang besar dan tebal. Pengguna pembaca skrin bergantung pada pengepala untuk memperoleh pemahaman kontekstual. Pengepala sepatutnya ringkas dan berada dalam struktur yang betul."
|
|
1831
|
-
},
|
|
1832
|
-
"sigma_5c35e553": {
|
|
1833
|
-
"message": "Sigma"
|
|
1834
|
-
},
|
|
1835
|
-
"sigma_variant_8155625": {
|
|
1836
|
-
"message": "Sigma (Varian)"
|
|
1837
|
-
},
|
|
1838
|
-
"single_color_image_4e5d4dbc": {
|
|
1839
|
-
"message": "Imej Warna Tunggal"
|
|
1840
|
-
},
|
|
1841
|
-
"single_color_image_color_95fa9a87": {
|
|
1842
|
-
"message": "Warna Imej Warna Tunggal"
|
|
1843
|
-
},
|
|
1844
|
-
"size_b30e1077": {
|
|
1845
|
-
"message": "Saiz"
|
|
1846
|
-
},
|
|
1847
|
-
"size_of_caption_file_is_greater_than_the_maximum_m_bff5f86e": {
|
|
1848
|
-
"message": "Saiz fail kapsyen lebih besar daripada saiz maksimum { max } kb yang dibenarkan."
|
|
1849
|
-
},
|
|
1850
|
-
"small_b070434a": {
|
|
1851
|
-
"message": "Kecil"
|
|
1852
|
-
},
|
|
1853
|
-
"solid_circle_9f061dfc": {
|
|
1854
|
-
"message": "Bulatan Satu Warna"
|
|
1855
|
-
},
|
|
1856
|
-
"something_went_wrong_89195131": {
|
|
1857
|
-
"message": "Sesuatu tidak kena."
|
|
1858
|
-
},
|
|
1859
|
-
"something_went_wrong_accessing_your_webcam_6643b87e": {
|
|
1860
|
-
"message": "Sesuatu tidak kena semasa mengakses kamera web anda."
|
|
1861
|
-
},
|
|
1862
|
-
"something_went_wrong_and_i_don_t_know_what_to_show_e0c54ec8": {
|
|
1863
|
-
"message": "Sesuatu tidak kena dan saya tidak pasti perkara yang patut ditunjukkan."
|
|
1864
|
-
},
|
|
1865
|
-
"something_went_wrong_check_your_connection_reload__c7868286": {
|
|
1866
|
-
"message": "Sesuatu tidak kena. Semak sambungan anda, muatkan semula halaman dan cuba semula."
|
|
1867
|
-
},
|
|
1868
|
-
"something_went_wrong_d238c551": {
|
|
1869
|
-
"message": "Sesuatu tidak kena"
|
|
1870
|
-
},
|
|
1871
|
-
"something_went_wrong_while_sharing_your_screen_8de579e5": {
|
|
1872
|
-
"message": "Sesuatu tidak kena semasa berkongsi skrin anda."
|
|
1873
|
-
},
|
|
1874
|
-
"sort_by_e75f9e3e": {
|
|
1875
|
-
"message": "Isih Mengikut"
|
|
1876
|
-
},
|
|
1877
|
-
"spades_suit_b37020c2": {
|
|
1878
|
-
"message": "Penyodok (Sut)"
|
|
1879
|
-
},
|
|
1880
|
-
"square_511eb3b3": {
|
|
1881
|
-
"message": "Segi empat"
|
|
1882
|
-
},
|
|
1883
|
-
"square_cap_9ec88646": {
|
|
1884
|
-
"message": "Topi Segi Empat"
|
|
1885
|
-
},
|
|
1886
|
-
"square_cup_b0665113": {
|
|
1887
|
-
"message": "Cawan Segi Empat"
|
|
1888
|
-
},
|
|
1889
|
-
"square_root_e8bcbc60": {
|
|
1890
|
-
"message": "Punca Kuasa Dua"
|
|
1891
|
-
},
|
|
1892
|
-
"square_root_symbol_d0898a53": {
|
|
1893
|
-
"message": "Simbol Punca Kuasa Dua"
|
|
1894
|
-
},
|
|
1895
|
-
"square_subset_17be67cb": {
|
|
1896
|
-
"message": "Subset Kuasa Dua"
|
|
1897
|
-
},
|
|
1898
|
-
"square_subset_strict_7044e84f": {
|
|
1899
|
-
"message": "Subset Kuasa Dua (Wajar)"
|
|
1900
|
-
},
|
|
1901
|
-
"square_superset_3be8dae1": {
|
|
1902
|
-
"message": "Superset Kuasa Dua"
|
|
1903
|
-
},
|
|
1904
|
-
"square_superset_strict_fa4262e4": {
|
|
1905
|
-
"message": "Subset Kuasa Dua (Wajar)"
|
|
1906
|
-
},
|
|
1907
|
-
"square_unordered_list_b15ce93b": {
|
|
1908
|
-
"message": "senarai tidak tersusun segi empat sama"
|
|
1909
|
-
},
|
|
1910
|
-
"star_8d156e09": {
|
|
1911
|
-
"message": "Bintangkan"
|
|
1912
|
-
},
|
|
1913
|
-
"start_over_f7552aa9": {
|
|
1914
|
-
"message": "Mulakan Semula"
|
|
1915
|
-
},
|
|
1916
|
-
"start_recording_9a65141a": {
|
|
1917
|
-
"message": "Mulakan Rakaman"
|
|
1918
|
-
},
|
|
1919
|
-
"steel_blue_14296f08": {
|
|
1920
|
-
"message": "Biru Keluli"
|
|
1921
|
-
},
|
|
1922
|
-
"studio_media_options_ee504361": {
|
|
1923
|
-
"message": "Pilihan Media Studio"
|
|
1924
|
-
},
|
|
1925
|
-
"studio_media_options_tray_cfb94654": {
|
|
1926
|
-
"message": "Dulang Pilihan Media Studio"
|
|
1927
|
-
},
|
|
1928
|
-
"styles_2aa721ef": {
|
|
1929
|
-
"message": "Gaya"
|
|
1930
|
-
},
|
|
1931
|
-
"submit_a3cc6859": {
|
|
1932
|
-
"message": "Serahkan"
|
|
1933
|
-
},
|
|
1934
|
-
"subscript_59744f96": {
|
|
1935
|
-
"message": "Subskrip"
|
|
1936
|
-
},
|
|
1937
|
-
"subset_19c1a92f": {
|
|
1938
|
-
"message": "Subset"
|
|
1939
|
-
},
|
|
1940
|
-
"subset_strict_8d8948d6": {
|
|
1941
|
-
"message": "Subset (Wajar)"
|
|
1942
|
-
},
|
|
1943
|
-
"succeeds_9cc31be9": {
|
|
1944
|
-
"message": "Berjaya"
|
|
1945
|
-
},
|
|
1946
|
-
"succeeds_equal_158e8c3a": {
|
|
1947
|
-
"message": "Berjaya Sama Dengan"
|
|
1948
|
-
},
|
|
1949
|
-
"sum_b0842d31": {
|
|
1950
|
-
"message": "Jumlah"
|
|
1951
|
-
},
|
|
1952
|
-
"superscript_8cb349a2": {
|
|
1953
|
-
"message": "Superskrip"
|
|
1954
|
-
},
|
|
1955
|
-
"superscript_and_subscript_37f94a50": {
|
|
1956
|
-
"message": "Superskrip dan Subskrip"
|
|
1957
|
-
},
|
|
1958
|
-
"superset_c4db8a7a": {
|
|
1959
|
-
"message": "Superset"
|
|
1960
|
-
},
|
|
1961
|
-
"superset_strict_c77dd6d2": {
|
|
1962
|
-
"message": "Superset (Wajar)"
|
|
1963
|
-
},
|
|
1964
|
-
"supported_file_types_srt_or_webvtt_7d827ed": {
|
|
1965
|
-
"message": "Jenis fail yang disokong: SRT atau WebVTT"
|
|
1966
|
-
},
|
|
1967
|
-
"switch_to_pretty_html_editor_a3cee15f": {
|
|
1968
|
-
"message": "Tukar kepada Editor HTML rapi"
|
|
1969
|
-
},
|
|
1970
|
-
"switch_to_raw_html_editor_f970ae1a": {
|
|
1971
|
-
"message": "Tukar kepada Editor HTML mentah"
|
|
1972
|
-
},
|
|
1973
|
-
"switch_to_the_html_editor_146dfffd": {
|
|
1974
|
-
"message": "Tukar kepada editor HTML"
|
|
1975
|
-
},
|
|
1976
|
-
"switch_to_the_rich_text_editor_63c1ecf6": {
|
|
1977
|
-
"message": "Tukar kepada editor teks beraneka"
|
|
1978
|
-
},
|
|
1979
|
-
"syllabus_f191f65b": {
|
|
1980
|
-
"message": "Silibus"
|
|
1981
|
-
},
|
|
1982
|
-
"system_audio_allowed_b2508f8c": {
|
|
1983
|
-
"message": "Audio Sistem Dibenarkan"
|
|
1984
|
-
},
|
|
1985
|
-
"system_audio_disabled_c177bd13": {
|
|
1986
|
-
"message": "Audio Sistem Dinyahdayakan"
|
|
1987
|
-
},
|
|
1988
|
-
"tab_arrows_4cf5abfc": {
|
|
1989
|
-
"message": "TAB/Panah"
|
|
1990
|
-
},
|
|
1991
|
-
"table_header_starting_with_start_ffcabba6": {
|
|
1992
|
-
"message": "Pengepala jadual bermula dengan { start }"
|
|
1993
|
-
},
|
|
1994
|
-
"table_starting_with_start_e7232848": {
|
|
1995
|
-
"message": "Jadual bermula dengan { start }"
|
|
1996
|
-
},
|
|
1997
|
-
"tables_headers_should_specify_scope_5abf3a8e": {
|
|
1998
|
-
"message": "Pengepala jadual sepatutnya menentukan skop."
|
|
1999
|
-
},
|
|
2000
|
-
"tables_should_include_a_caption_describing_the_con_e91e78fc": {
|
|
2001
|
-
"message": "Jadual sepatutnya termasuk kapsyen yang menerangkan kandungan jadual."
|
|
2002
|
-
},
|
|
2003
|
-
"tables_should_include_at_least_one_header_48779eac": {
|
|
2004
|
-
"message": "Jadual sepatutnya termasuk sekurang-kurangnya satu pengepala."
|
|
2005
|
-
},
|
|
2006
|
-
"tau_880974b7": {
|
|
2007
|
-
"message": "Tau"
|
|
2008
|
-
},
|
|
2009
|
-
"teal_f729a294": {
|
|
2010
|
-
"message": "Teal"
|
|
2011
|
-
},
|
|
2012
|
-
"text_7f4593da": {
|
|
2013
|
-
"message": "Teks"
|
|
2014
|
-
},
|
|
2015
|
-
"text_background_color_16e61c3f": {
|
|
2016
|
-
"message": "Warna Latar Belakang Teks"
|
|
2017
|
-
},
|
|
2018
|
-
"text_color_acf75eb6": {
|
|
2019
|
-
"message": "Warna Teks"
|
|
2020
|
-
},
|
|
2021
|
-
"text_is_difficult_to_read_without_sufficient_contr_69e62bd6": {
|
|
2022
|
-
"message": "Teks sukar untuk dibaca tanpa kontras yang mencukupi antara teks dan latar belakang, terutamanya untuk mereka yang mempunyai penglihatan rendah."
|
|
2023
|
-
},
|
|
2024
|
-
"text_larger_than_18pt_or_bold_14pt_should_display__5c364db6": {
|
|
2025
|
-
"message": "Teks yang lebih besar daripada 18pt (atau tebal 14pt) sepatutnya memaparkan nisbah kontras minimum 3:1."
|
|
2026
|
-
},
|
|
2027
|
-
"text_optional_384f94f7": {
|
|
2028
|
-
"message": "Teks (pilihan)"
|
|
2029
|
-
},
|
|
2030
|
-
"text_position_8df8c162": {
|
|
2031
|
-
"message": "Kedudukan Teks"
|
|
2032
|
-
},
|
|
2033
|
-
"text_size_887c2f6": {
|
|
2034
|
-
"message": "Saiz Teks"
|
|
2035
|
-
},
|
|
2036
|
-
"text_smaller_than_18pt_or_bold_14pt_should_display_aaffb22b": {
|
|
2037
|
-
"message": "Teks yang lebih kecil daripada 18pt (atau tebal 14pt) sepatutnya memaparkan nisbah kontras minimum 4.5:1."
|
|
2038
|
-
},
|
|
2039
|
-
"the_document_preview_is_currently_being_processed__7d9ea135": {
|
|
2040
|
-
"message": "Pratonton dokumen sedang diproses pada masa ini. Sila cuba semula kemudian."
|
|
2041
|
-
},
|
|
2042
|
-
"the_first_heading_on_a_page_should_be_an_h2_859089f2": {
|
|
2043
|
-
"message": "Pengepala pertama pada halaman sepatutnya bersaiz H2."
|
|
2044
|
-
},
|
|
2045
|
-
"the_following_content_is_partner_provided_ed1da756": {
|
|
2046
|
-
"message": "Kandungan berikut disediakan oleh rakan kongsi"
|
|
2047
|
-
},
|
|
2048
|
-
"the_material_is_in_the_public_domain_279c39a3": {
|
|
2049
|
-
"message": "Bahan berada dalam domain awam"
|
|
2050
|
-
},
|
|
2051
|
-
"the_material_is_licensed_under_creative_commons_3242cb5e": {
|
|
2052
|
-
"message": "Bahan dilesenkan di bawah Creative Commons"
|
|
2053
|
-
},
|
|
2054
|
-
"the_material_is_subject_to_an_exception_e_g_fair_u_a39c8ca2": {
|
|
2055
|
-
"message": "Bahan ini tertakluk pada pengecualian - cth. penggunaan adil, hak untuk kuota atau lain-lain hak bawah undang-undang hak cipta yang terpakai"
|
|
2056
|
-
},
|
|
2057
|
-
"the_preceding_content_is_partner_provided_d753928c": {
|
|
2058
|
-
"message": "Kandungan sebelumnya disediakan oleh rakan kongsi"
|
|
2059
|
-
},
|
|
2060
|
-
"the_pretty_html_editor_is_not_keyboard_accessible__d6d5d2b": {
|
|
2061
|
-
"message": "Editor HTML rapi tidak dapat diakses dengan papan kekunci. Tekan Shift+O untuk membuka editor HTML rapm"
|
|
2062
|
-
},
|
|
2063
|
-
"therefore_d860e024": {
|
|
2064
|
-
"message": "Oleh itu"
|
|
2065
|
-
},
|
|
2066
|
-
"theta_ce2d2350": {
|
|
2067
|
-
"message": "Teta"
|
|
2068
|
-
},
|
|
2069
|
-
"theta_variant_fff6da6f": {
|
|
2070
|
-
"message": "Teta (Varian)"
|
|
2071
|
-
},
|
|
2072
|
-
"thick_downward_arrow_b85add4c": {
|
|
2073
|
-
"message": "Panah Tegak Bawah Tebal"
|
|
2074
|
-
},
|
|
2075
|
-
"thick_left_arrow_d5f3e925": {
|
|
2076
|
-
"message": "Panah Kiri Tebal"
|
|
2077
|
-
},
|
|
2078
|
-
"thick_leftward_arrow_6ab89880": {
|
|
2079
|
-
"message": "Panah ke Kiri Tebal"
|
|
2080
|
-
},
|
|
2081
|
-
"thick_right_arrow_3ed5e8f7": {
|
|
2082
|
-
"message": "Panah Kanan Tebal"
|
|
2083
|
-
},
|
|
2084
|
-
"thick_rightward_arrow_a2e1839e": {
|
|
2085
|
-
"message": "Panah ke Kanan Tebal"
|
|
2086
|
-
},
|
|
2087
|
-
"thick_upward_arrow_acd20328": {
|
|
2088
|
-
"message": "Panah Tegak Atas Tebal"
|
|
2089
|
-
},
|
|
2090
|
-
"this_document_cannot_be_displayed_within_canvas_7aba77be": {
|
|
2091
|
-
"message": "Dokumen ini tidak boleh dipaparkan dalam Canvas."
|
|
2092
|
-
},
|
|
2093
|
-
"this_equation_cannot_be_rendered_in_basic_view_9b6c07ae": {
|
|
2094
|
-
"message": "Persamaan ini tidak boleh dipaparkan dalam Paparan Asas"
|
|
2095
|
-
},
|
|
2096
|
-
"this_image_is_currently_unavailable_25c68857": {
|
|
2097
|
-
"message": "Imej ini tidak tersedia pada masa ini."
|
|
2098
|
-
},
|
|
2099
|
-
"though_your_video_will_have_the_correct_title_in_t_90e427f3": {
|
|
2100
|
-
"message": "Walaupun video anda akan mempunyai tajuk yang betul dalam pelayar, kami gagal membuat kemas kini dalam pangkalan data."
|
|
2101
|
-
},
|
|
2102
|
-
"timebar_a4d18443": {
|
|
2103
|
-
"message": "Bar Masa"
|
|
2104
|
-
},
|
|
2105
|
-
"title_ee03d132": {
|
|
2106
|
-
"message": "Tajuk"
|
|
2107
|
-
},
|
|
2108
|
-
"to_be_posted_when_d24bf7dc": {
|
|
2109
|
-
"message": "Untuk Disiarkan: { when }"
|
|
2110
|
-
},
|
|
2111
|
-
"to_do_when_2783d78f": {
|
|
2112
|
-
"message": "Untuk Dilakukan: { when }"
|
|
2113
|
-
},
|
|
2114
|
-
"toggle_summary_group_413df9ac": {
|
|
2115
|
-
"message": "Togol { summary } kumpulan"
|
|
2116
|
-
},
|
|
2117
|
-
"toggle_tooltip_d3b7cb86": {
|
|
2118
|
-
"message": "Togol petua alat"
|
|
2119
|
-
},
|
|
2120
|
-
"tools_2fcf772e": {
|
|
2121
|
-
"message": "Alat"
|
|
2122
|
-
},
|
|
2123
|
-
"top_66e0adb6": {
|
|
2124
|
-
"message": "Atas"
|
|
2125
|
-
},
|
|
2126
|
-
"tray_839df38a": {
|
|
2127
|
-
"message": "Dulang "
|
|
2128
|
-
},
|
|
2129
|
-
"triangle_6072304e": {
|
|
2130
|
-
"message": "Segi Tiga"
|
|
2131
|
-
},
|
|
2132
|
-
"turnstile_yields_f9e76df1": {
|
|
2133
|
-
"message": "Paku (Keluaran)"
|
|
2134
|
-
},
|
|
2135
|
-
"type_control_f9_to_access_image_options_text_a47e319f": {
|
|
2136
|
-
"message": "taip Control 9 untuk mengakses pilihan imej. { text }"
|
|
2137
|
-
},
|
|
2138
|
-
"type_control_f9_to_access_link_options_text_4ead9682": {
|
|
2139
|
-
"message": "taip Control 9 untuk mengakses pilihan pautan. { text }"
|
|
2140
|
-
},
|
|
2141
|
-
"type_control_f9_to_access_table_options_text_92141329": {
|
|
2142
|
-
"message": "taip Control 9 untuk mengakses pilihan jadual. { text }"
|
|
2143
|
-
},
|
|
2144
|
-
"unable_to_determine_resource_selection_url_7867e060": {
|
|
2145
|
-
"message": "Tidak dapat menentukan url pilihan sumber"
|
|
2146
|
-
},
|
|
2147
|
-
"union_e6b57a53": {
|
|
2148
|
-
"message": "Kesatuan"
|
|
2149
|
-
},
|
|
2150
|
-
"unpublished_dfd8801": {
|
|
2151
|
-
"message": "dinyahterbitkan"
|
|
2152
|
-
},
|
|
2153
|
-
"untitled_16aa4f2b": {
|
|
2154
|
-
"message": "Tidak bertajuk"
|
|
2155
|
-
},
|
|
2156
|
-
"untitled_efdc2d7d": {
|
|
2157
|
-
"message": "tidak bertajuk"
|
|
2158
|
-
},
|
|
2159
|
-
"up_and_left_diagonal_arrow_e4a74a23": {
|
|
2160
|
-
"message": "Panah Barat Laut"
|
|
2161
|
-
},
|
|
2162
|
-
"up_and_right_diagonal_arrow_935b902e": {
|
|
2163
|
-
"message": "Panah Timur Laut"
|
|
2164
|
-
},
|
|
2165
|
-
"up_c553575d": {
|
|
2166
|
-
"message": "Ke atas"
|
|
2167
|
-
},
|
|
2168
|
-
"updated_link_a827e441": {
|
|
2169
|
-
"message": "Pautan dikemas kini"
|
|
2170
|
-
},
|
|
2171
|
-
"upload_document_253f0478": {
|
|
2172
|
-
"message": "Muat Naik Dokumen"
|
|
2173
|
-
},
|
|
2174
|
-
"upload_file_fd2361b8": {
|
|
2175
|
-
"message": "Muat Naik Fail"
|
|
2176
|
-
},
|
|
2177
|
-
"upload_image_6120b609": {
|
|
2178
|
-
"message": "Muat Naik Imej"
|
|
2179
|
-
},
|
|
2180
|
-
"upload_media_ce31135a": {
|
|
2181
|
-
"message": "Muat Naik Media"
|
|
2182
|
-
},
|
|
2183
|
-
"upload_record_media_e4207d72": {
|
|
2184
|
-
"message": "Muat Naik/Rakam Media"
|
|
2185
|
-
},
|
|
2186
|
-
"uploading_19e8a4e7": {
|
|
2187
|
-
"message": "Sedang memuat naik"
|
|
2188
|
-
},
|
|
2189
|
-
"uppercase_alphabetic_ordered_list_3f5aa6b2": {
|
|
2190
|
-
"message": "senarai tersusun mengikut abjad huruf besar"
|
|
2191
|
-
},
|
|
2192
|
-
"uppercase_delta_d4f4bc41": {
|
|
2193
|
-
"message": "Delta Huruf Besar"
|
|
2194
|
-
},
|
|
2195
|
-
"uppercase_gamma_86f492e9": {
|
|
2196
|
-
"message": "Gama Huruf Besar"
|
|
2197
|
-
},
|
|
2198
|
-
"uppercase_lambda_c78d8ed4": {
|
|
2199
|
-
"message": "Lambda Huruf Besar"
|
|
2200
|
-
},
|
|
2201
|
-
"uppercase_omega_8aedfa2": {
|
|
2202
|
-
"message": "Omega Huruf Besar"
|
|
2203
|
-
},
|
|
2204
|
-
"uppercase_phi_caa36724": {
|
|
2205
|
-
"message": "Fi Huruf Besar"
|
|
2206
|
-
},
|
|
2207
|
-
"uppercase_pi_fcc70f5e": {
|
|
2208
|
-
"message": "Pi Huruf Besar"
|
|
2209
|
-
},
|
|
2210
|
-
"uppercase_psi_6395acbe": {
|
|
2211
|
-
"message": "Psi Huruf Besar"
|
|
2212
|
-
},
|
|
2213
|
-
"uppercase_roman_numeral_ordered_list_853f292b": {
|
|
2214
|
-
"message": "senarai tersusun nombor Rumi huruf besar"
|
|
2215
|
-
},
|
|
2216
|
-
"uppercase_sigma_dbb70e92": {
|
|
2217
|
-
"message": "Sigma Huruf Besar"
|
|
2218
|
-
},
|
|
2219
|
-
"uppercase_theta_49afc891": {
|
|
2220
|
-
"message": "Teta Huruf Besar"
|
|
2221
|
-
},
|
|
2222
|
-
"uppercase_upsilon_8c1e623e": {
|
|
2223
|
-
"message": "Upsilon Huruf Besar"
|
|
2224
|
-
},
|
|
2225
|
-
"uppercase_xi_341e8556": {
|
|
2226
|
-
"message": "Xi Huruf Besar"
|
|
2227
|
-
},
|
|
2228
|
-
"upsilon_33651634": {
|
|
2229
|
-
"message": "Upsilon"
|
|
2230
|
-
},
|
|
2231
|
-
"upward_and_downward_pointing_arrow_fa90a918": {
|
|
2232
|
-
"message": "Panah Tunjuk Bawah dan Atas"
|
|
2233
|
-
},
|
|
2234
|
-
"upward_and_downward_pointing_arrow_thick_d420fdef": {
|
|
2235
|
-
"message": "Panah Tunjuk Bawah dan Atas (Tebal)"
|
|
2236
|
-
},
|
|
2237
|
-
"upward_arrow_9992cb2d": {
|
|
2238
|
-
"message": "Panah Tegak Atas"
|
|
2239
|
-
},
|
|
2240
|
-
"upward_pointing_triangle_d078d7cb": {
|
|
2241
|
-
"message": "Segi Tiga Tunjuk Atas"
|
|
2242
|
-
},
|
|
2243
|
-
"url_22a5f3b8": {
|
|
2244
|
-
"message": "URL"
|
|
2245
|
-
},
|
|
2246
|
-
"usage_right_ff96f3e2": {
|
|
2247
|
-
"message": "Hak Penggunaan:"
|
|
2248
|
-
},
|
|
2249
|
-
"usage_rights_required_5fe4dd68": {
|
|
2250
|
-
"message": "Hak Penggunaan (diperlukan)"
|
|
2251
|
-
},
|
|
2252
|
-
"use_arrow_keys_to_navigate_options_2021cc50": {
|
|
2253
|
-
"message": "Gunakan kekunci anak panah untuk menavigasi pilihan."
|
|
2254
|
-
},
|
|
2255
|
-
"use_arrow_keys_to_select_a_shape_c8eb57ed": {
|
|
2256
|
-
"message": "Gunakan kekunci anak panah untuk memilih bentuk."
|
|
2257
|
-
},
|
|
2258
|
-
"use_arrow_keys_to_select_a_size_699a19f4": {
|
|
2259
|
-
"message": "Gunakan kekunci anak panah untuk memilih saiz."
|
|
2260
|
-
},
|
|
2261
|
-
"use_arrow_keys_to_select_a_text_position_72f9137c": {
|
|
2262
|
-
"message": "Gunakan kekunci anak panah untuk memilih kedudukan teks."
|
|
2263
|
-
},
|
|
2264
|
-
"use_arrow_keys_to_select_a_text_size_65e89336": {
|
|
2265
|
-
"message": "Gunakan kekunci anak panah untuk memilih saiz teks."
|
|
2266
|
-
},
|
|
2267
|
-
"use_arrow_keys_to_select_an_outline_size_e009d6b0": {
|
|
2268
|
-
"message": "Gunakan kekunci anak panah untuk memilih saiz garis luar."
|
|
2269
|
-
},
|
|
2270
|
-
"used_by_screen_readers_to_describe_the_content_of__4f14b4e4": {
|
|
2271
|
-
"message": "Digunakan oleh pembaca skrin untuk menerangkan kandungan { TYPE }"
|
|
2272
|
-
},
|
|
2273
|
-
"used_by_screen_readers_to_describe_the_content_of__b1e76d9e": {
|
|
2274
|
-
"message": "Digunakan oleh pembaca skrin untuk menerangkan kandungan imej"
|
|
2275
|
-
},
|
|
2276
|
-
"used_by_screen_readers_to_describe_the_video_37ebad25": {
|
|
2277
|
-
"message": "Digunakan oleh pembaca skrin untuk menerangkan video"
|
|
2278
|
-
},
|
|
2279
|
-
"user_documents_c206e61f": {
|
|
2280
|
-
"message": "Dokumen Pengguna"
|
|
2281
|
-
},
|
|
2282
|
-
"user_files_78e21703": {
|
|
2283
|
-
"message": "Fail Pengguna"
|
|
2284
|
-
},
|
|
2285
|
-
"user_images_b6490852": {
|
|
2286
|
-
"message": "Imej Pengguna"
|
|
2287
|
-
},
|
|
2288
|
-
"user_media_14fbf656": {
|
|
2289
|
-
"message": "Media Pengguna"
|
|
2290
|
-
},
|
|
2291
|
-
"vector_notation_cf6086ab": {
|
|
2292
|
-
"message": "Vektor (Notasi)"
|
|
2293
|
-
},
|
|
2294
|
-
"vertical_bar_set_builder_notation_4300495f": {
|
|
2295
|
-
"message": "Bar Menegak (Notasi Set Pembina)"
|
|
2296
|
-
},
|
|
2297
|
-
"vertical_dots_bfb21f14": {
|
|
2298
|
-
"message": "Titik Menegak"
|
|
2299
|
-
},
|
|
2300
|
-
"video_options_24ef6e5d": {
|
|
2301
|
-
"message": "Pilihan Video"
|
|
2302
|
-
},
|
|
2303
|
-
"video_options_tray_3b9809a5": {
|
|
2304
|
-
"message": "Dulang Pilihan Video"
|
|
2305
|
-
},
|
|
2306
|
-
"video_player_b371005": {
|
|
2307
|
-
"message": "Pemain Video"
|
|
2308
|
-
},
|
|
2309
|
-
"video_player_for_9e7d373b": {
|
|
2310
|
-
"message": "Pemain video untuk "
|
|
2311
|
-
},
|
|
2312
|
-
"video_player_for_title_ffd9fbc4": {
|
|
2313
|
-
"message": "Pemain video untuk { title }"
|
|
2314
|
-
},
|
|
2315
|
-
"view_all_e13bf0a6": {
|
|
2316
|
-
"message": "Lihat Semua"
|
|
2317
|
-
},
|
|
2318
|
-
"view_ba339f93": {
|
|
2319
|
-
"message": "Lihat"
|
|
2320
|
-
},
|
|
2321
|
-
"view_description_30446afc": {
|
|
2322
|
-
"message": "Lihat penerangan"
|
|
2323
|
-
},
|
|
2324
|
-
"view_keyboard_shortcuts_34d1be0b": {
|
|
2325
|
-
"message": "Lihat pintasan papan kekunci"
|
|
2326
|
-
},
|
|
2327
|
-
"view_title_description_67940918": {
|
|
2328
|
-
"message": "Lihat penerangan { title }"
|
|
2329
|
-
},
|
|
2330
|
-
"view_word_and_character_counts_a743dd0c": {
|
|
2331
|
-
"message": "Lihat bilangan perkataan dan aksara"
|
|
2332
|
-
},
|
|
2333
|
-
"we_couldn_t_detect_a_working_microphone_connected__ceb71c40": {
|
|
2334
|
-
"message": "Kami tidak dapat mengesan mikrofon berfungsi yang disambungkan dengan peranti anda."
|
|
2335
|
-
},
|
|
2336
|
-
"we_couldn_t_detect_a_working_webcam_connected_to_y_6715cc4": {
|
|
2337
|
-
"message": "Kami tidak dapat mengesan kamera web berfungsi yang disambungkan dengan peranti anda."
|
|
2338
|
-
},
|
|
2339
|
-
"we_couldn_t_detect_a_working_webcam_or_microphone__263b6674": {
|
|
2340
|
-
"message": "Kami tidak dapat mengesan kamera web atau mikrofon berfungsi yang disambungkan dengan peranti anda."
|
|
2341
|
-
},
|
|
2342
|
-
"webcam_disabled_30c66986": {
|
|
2343
|
-
"message": "Kamera Web Dinyahdayakan"
|
|
2344
|
-
},
|
|
2345
|
-
"webcam_fe91b20f": {
|
|
2346
|
-
"message": "Kamera Web"
|
|
2347
|
-
},
|
|
2348
|
-
"webpages_should_only_have_a_single_h1_which_is_aut_dc99189e": {
|
|
2349
|
-
"message": "Halaman web sepatutnya hanya mempunyai satu H1 yang digunakan oleh Tajuk halaman secara automatik. Pengepala pertama dalam kandungan anda sepatutnya H2."
|
|
2350
|
-
},
|
|
2351
|
-
"when_markup_is_used_that_visually_formats_items_as_f941fc1b": {
|
|
2352
|
-
"message": "Apabila tanda digunakan untuk memformat item secara visual sebagai senarai tetapi petunjuk tidak diberikan tentang hubungan senarai, pengguna mungkin mengalami kesukaran dalam menavigasi maklumat."
|
|
2353
|
-
},
|
|
2354
|
-
"white_87fa64fd": {
|
|
2355
|
-
"message": "Putih"
|
|
2356
|
-
},
|
|
2357
|
-
"why_523b3d8c": {
|
|
2358
|
-
"message": "Kenapa"
|
|
2359
|
-
},
|
|
2360
|
-
"width_492fec76": {
|
|
2361
|
-
"message": "Lebar"
|
|
2362
|
-
},
|
|
2363
|
-
"width_and_height_must_be_numbers_110ab2e3": {
|
|
2364
|
-
"message": "Lebar dan tinggi mestilah dalam bentuk nombor"
|
|
2365
|
-
},
|
|
2366
|
-
"width_x_height_px_ff3ccb93": {
|
|
2367
|
-
"message": "{ width } x { height } piksel"
|
|
2368
|
-
},
|
|
2369
|
-
"wiki_home_9cd54d0": {
|
|
2370
|
-
"message": "Laman Utama Wiki"
|
|
2371
|
-
},
|
|
2372
|
-
"word_count_c77fe3a6": {
|
|
2373
|
-
"message": "Bilangan Perkataan"
|
|
2374
|
-
},
|
|
2375
|
-
"words_b448b7d5": {
|
|
2376
|
-
"message": "Perkataan"
|
|
2377
|
-
},
|
|
2378
|
-
"wreath_product_200b38ef": {
|
|
2379
|
-
"message": "Produk Lingkaran Bunga"
|
|
2380
|
-
},
|
|
2381
|
-
"xi_149681d0": {
|
|
2382
|
-
"message": "Xi"
|
|
2383
|
-
},
|
|
2384
|
-
"yes_dde87d5": {
|
|
2385
|
-
"message": "Ya"
|
|
2386
|
-
},
|
|
2387
|
-
"you_have_unsaved_changes_in_the_icon_maker_tray_do_e8cf5f1b": {
|
|
2388
|
-
"message": "Anda mempunyai perubahan tidak disimpan dalam dulang Pembuat Ikon. Adakah anda ingin menerukan tanpa menyimpan perubahan ini?"
|
|
2389
|
-
},
|
|
2390
|
-
"you_may_need_to_adjust_additional_headings_to_main_975f0eee": {
|
|
2391
|
-
"message": "Anda mungkin perlu melaraskan pengepala tambahan untuk mengekalkan hierarki halaman."
|
|
2392
|
-
},
|
|
2393
|
-
"you_may_not_upload_an_empty_file_11c31eb2": {
|
|
2394
|
-
"message": "Anda tidak boleh memuatkan fail kosong."
|
|
2395
|
-
},
|
|
2396
|
-
"your_image_has_been_compressed_for_icon_maker_imag_2e45cd91": {
|
|
2397
|
-
"message": "Imej anda telah dimampatkan untuk Pembuat Ikon. Imej yang kurang daripada { size } KB tidak akan dimampatkan."
|
|
2398
|
-
},
|
|
2399
|
-
"your_microphone_is_blocked_in_the_browser_settings_42af0ddc": {
|
|
2400
|
-
"message": "Mikrofon anda disekat dalam tetapan pelayar."
|
|
2401
|
-
},
|
|
2402
|
-
"your_webcam_and_microphone_are_blocked_in_the_brow_73357dc6": {
|
|
2403
|
-
"message": "Kamera web dan mikrofon anda disekat dalam tetapan pelayar."
|
|
2404
|
-
},
|
|
2405
|
-
"your_webcam_is_blocked_in_the_browser_settings_7f638128": {
|
|
2406
|
-
"message": "Kamera web anda disekat dalam tetapan pelayar."
|
|
2407
|
-
},
|
|
2408
|
-
"your_webcam_may_already_be_in_use_6cd64c25": {
|
|
2409
|
-
"message": "Kamera web anda mungkin sudah digunakan."
|
|
2410
|
-
},
|
|
2411
|
-
"zeta_5ef24f0e": {
|
|
2412
|
-
"message": "Zeta"
|
|
2413
|
-
},
|
|
2414
|
-
"zoom_f3e54d69": {
|
|
2415
|
-
"message": "Zum"
|
|
2416
|
-
},
|
|
2417
|
-
"zoom_in_image_bb97d4f": {
|
|
2418
|
-
"message": "Zum masuk imej"
|
|
2419
|
-
},
|
|
2420
|
-
"zoom_out_image_d0a0a2ec": {
|
|
2421
|
-
"message": "Zum keluar imej"
|
|
2422
|
-
}
|
|
2423
|
-
};
|
|
2424
|
-
formatMessage.addLocale({
|
|
2425
|
-
ms: locale
|
|
2426
|
-
});
|