@ckeditor/ckeditor5-track-changes 0.0.0-internal-20241017.0
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 +4 -0
- package/LICENSE.md +22 -0
- package/README.md +68 -0
- package/build/track-changes.js +5 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sq.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +31 -0
- package/dist/augmentation.d.ts +44 -0
- package/dist/commands/acceptsuggestioncommand.d.ts +28 -0
- package/dist/commands/discardsuggestioncommand.d.ts +28 -0
- package/dist/commands/executeonallsuggestionscommand.d.ts +28 -0
- package/dist/commands/executeonselectedsuggestionscommand.d.ts +28 -0
- package/dist/commands/trackchangescommand.d.ts +30 -0
- package/dist/index-content.css +4 -0
- package/dist/index-editor.css +4 -0
- package/dist/index.css +4 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +25 -0
- package/dist/integrations/aiassistant.d.ts +21 -0
- package/dist/integrations/alignment.d.ts +21 -0
- package/dist/integrations/basicstyles.d.ts +21 -0
- package/dist/integrations/blockquote.d.ts +21 -0
- package/dist/integrations/casechange.d.ts +21 -0
- package/dist/integrations/ckbox.d.ts +21 -0
- package/dist/integrations/codeblock.d.ts +21 -0
- package/dist/integrations/comments.d.ts +18 -0
- package/dist/integrations/deletecommand.d.ts +21 -0
- package/dist/integrations/entercommand.d.ts +20 -0
- package/dist/integrations/findandreplace.d.ts +25 -0
- package/dist/integrations/font.d.ts +21 -0
- package/dist/integrations/formatpainter.d.ts +21 -0
- package/dist/integrations/heading.d.ts +21 -0
- package/dist/integrations/highlight.d.ts +21 -0
- package/dist/integrations/horizontalline.d.ts +21 -0
- package/dist/integrations/htmlembed.d.ts +21 -0
- package/dist/integrations/image.d.ts +21 -0
- package/dist/integrations/imagereplace.d.ts +21 -0
- package/dist/integrations/imagestyle.d.ts +21 -0
- package/dist/integrations/importword.d.ts +22 -0
- package/dist/integrations/indent.d.ts +21 -0
- package/dist/integrations/inputcommand.d.ts +20 -0
- package/dist/integrations/legacylist.d.ts +21 -0
- package/dist/integrations/legacylistproperties.d.ts +33 -0
- package/dist/integrations/link.d.ts +21 -0
- package/dist/integrations/list.d.ts +21 -0
- package/dist/integrations/listproperties.d.ts +24 -0
- package/dist/integrations/mediaembed.d.ts +21 -0
- package/dist/integrations/mention.d.ts +21 -0
- package/dist/integrations/mergefields.d.ts +21 -0
- package/dist/integrations/multilevellist.d.ts +28 -0
- package/dist/integrations/pagebreak.d.ts +21 -0
- package/dist/integrations/paragraph.d.ts +21 -0
- package/dist/integrations/removeformat.d.ts +21 -0
- package/dist/integrations/restrictededitingmode.d.ts +21 -0
- package/dist/integrations/shiftentercommand.d.ts +20 -0
- package/dist/integrations/standardeditingmode.d.ts +21 -0
- package/dist/integrations/style.d.ts +21 -0
- package/dist/integrations/table.d.ts +46 -0
- package/dist/integrations/tablecaption.d.ts +26 -0
- package/dist/integrations/tableclipboard.d.ts +23 -0
- package/dist/integrations/tablecolumnresize.d.ts +30 -0
- package/dist/integrations/tableheadings.d.ts +26 -0
- package/dist/integrations/tablemergesplit.d.ts +26 -0
- package/dist/integrations/tableofcontents.d.ts +21 -0
- package/dist/integrations/tableproperties.d.ts +39 -0
- package/dist/integrations/template.d.ts +21 -0
- package/dist/integrations/title.d.ts +21 -0
- package/dist/integrations/undo.d.ts +21 -0
- package/dist/integrations/utils.d.ts +21 -0
- package/dist/suggestion.d.ts +295 -0
- package/dist/suggestiondescriptionfactory.d.ts +187 -0
- package/dist/trackchanges.d.ts +192 -0
- package/dist/trackchangesconfig.d.ts +89 -0
- package/dist/trackchangesdata.d.ts +53 -0
- package/dist/trackchangesediting.d.ts +557 -0
- package/dist/trackchangesui.d.ts +50 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/ar.umd.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/az.umd.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bg.umd.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/bn.umd.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/ca.umd.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/cs.umd.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/da.umd.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/de.umd.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/el.umd.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en-au.umd.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/en.umd.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/es.umd.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/et.umd.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fi.umd.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/fr.umd.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/gl.umd.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/he.umd.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hi.umd.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hr.umd.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/hu.umd.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/id.umd.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/it.umd.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ja.umd.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/ko.umd.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lt.umd.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/lv.umd.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/ms.umd.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/nl.umd.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/no.umd.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pl.umd.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt-br.umd.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/pt.umd.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ro.umd.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/ru.umd.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sk.umd.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sq.umd.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr-latn.umd.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sr.umd.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/sv.umd.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/th.umd.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tk.umd.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tr.umd.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/tt.umd.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/uk.umd.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/ur.umd.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/vi.umd.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh-cn.umd.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/translations/zh.umd.js +23 -0
- package/dist/ui/suggestioncontroller.d.ts +41 -0
- package/dist/ui/view/basesuggestionthreadview.d.ts +209 -0
- package/dist/ui/view/suggestionthreadview.d.ts +98 -0
- package/dist/ui/view/suggestionview.d.ts +194 -0
- package/dist/utils/common-translations.d.ts +13 -0
- package/dist/utils/utils.d.ts +41 -0
- package/lang/contexts.json +134 -0
- package/lang/translations/ar.po +672 -0
- package/lang/translations/az.po +588 -0
- package/lang/translations/bg.po +588 -0
- package/lang/translations/bn.po +614 -0
- package/lang/translations/ca.po +588 -0
- package/lang/translations/cs.po +630 -0
- package/lang/translations/da.po +588 -0
- package/lang/translations/de.po +588 -0
- package/lang/translations/el.po +588 -0
- package/lang/translations/en-au.po +588 -0
- package/lang/translations/en.po +588 -0
- package/lang/translations/es.po +609 -0
- package/lang/translations/et.po +588 -0
- package/lang/translations/fi.po +588 -0
- package/lang/translations/fr.po +609 -0
- package/lang/translations/gl.po +588 -0
- package/lang/translations/he.po +625 -0
- package/lang/translations/hi.po +588 -0
- package/lang/translations/hr.po +609 -0
- package/lang/translations/hu.po +588 -0
- package/lang/translations/id.po +567 -0
- package/lang/translations/it.po +609 -0
- package/lang/translations/ja.po +567 -0
- package/lang/translations/ko.po +567 -0
- package/lang/translations/lt.po +630 -0
- package/lang/translations/lv.po +609 -0
- package/lang/translations/ms.po +567 -0
- package/lang/translations/nl.po +588 -0
- package/lang/translations/no.po +588 -0
- package/lang/translations/pl.po +630 -0
- package/lang/translations/pt-br.po +609 -0
- package/lang/translations/pt.po +609 -0
- package/lang/translations/ro.po +609 -0
- package/lang/translations/ru.po +632 -0
- package/lang/translations/sk.po +630 -0
- package/lang/translations/sq.po +588 -0
- package/lang/translations/sr-latn.po +609 -0
- package/lang/translations/sr.po +609 -0
- package/lang/translations/sv.po +588 -0
- package/lang/translations/th.po +567 -0
- package/lang/translations/tk.po +588 -0
- package/lang/translations/tr.po +588 -0
- package/lang/translations/tt.po +567 -0
- package/lang/translations/uk.po +630 -0
- package/lang/translations/ur.po +588 -0
- package/lang/translations/vi.po +567 -0
- package/lang/translations/zh-cn.po +567 -0
- package/lang/translations/zh.po +567 -0
- package/package.json +57 -0
- package/src/augmentation.d.ts +40 -0
- package/src/augmentation.js +23 -0
- package/src/commands/acceptsuggestioncommand.d.ts +24 -0
- package/src/commands/acceptsuggestioncommand.js +23 -0
- package/src/commands/discardsuggestioncommand.d.ts +24 -0
- package/src/commands/discardsuggestioncommand.js +23 -0
- package/src/commands/executeonallsuggestionscommand.d.ts +24 -0
- package/src/commands/executeonallsuggestionscommand.js +23 -0
- package/src/commands/executeonselectedsuggestionscommand.d.ts +24 -0
- package/src/commands/executeonselectedsuggestionscommand.js +23 -0
- package/src/commands/trackchangescommand.d.ts +26 -0
- package/src/commands/trackchangescommand.js +23 -0
- package/src/index.d.ts +18 -0
- package/src/index.js +23 -0
- package/src/integrations/aiassistant.d.ts +17 -0
- package/src/integrations/aiassistant.js +23 -0
- package/src/integrations/alignment.d.ts +17 -0
- package/src/integrations/alignment.js +23 -0
- package/src/integrations/basicstyles.d.ts +17 -0
- package/src/integrations/basicstyles.js +23 -0
- package/src/integrations/blockquote.d.ts +17 -0
- package/src/integrations/blockquote.js +23 -0
- package/src/integrations/casechange.d.ts +17 -0
- package/src/integrations/casechange.js +23 -0
- package/src/integrations/ckbox.d.ts +17 -0
- package/src/integrations/ckbox.js +23 -0
- package/src/integrations/codeblock.d.ts +17 -0
- package/src/integrations/codeblock.js +23 -0
- package/src/integrations/comments.d.ts +14 -0
- package/src/integrations/comments.js +23 -0
- package/src/integrations/deletecommand.d.ts +17 -0
- package/src/integrations/deletecommand.js +23 -0
- package/src/integrations/entercommand.d.ts +16 -0
- package/src/integrations/entercommand.js +23 -0
- package/src/integrations/findandreplace.d.ts +21 -0
- package/src/integrations/findandreplace.js +23 -0
- package/src/integrations/font.d.ts +17 -0
- package/src/integrations/font.js +23 -0
- package/src/integrations/formatpainter.d.ts +17 -0
- package/src/integrations/formatpainter.js +23 -0
- package/src/integrations/heading.d.ts +17 -0
- package/src/integrations/heading.js +23 -0
- package/src/integrations/highlight.d.ts +17 -0
- package/src/integrations/highlight.js +23 -0
- package/src/integrations/horizontalline.d.ts +17 -0
- package/src/integrations/horizontalline.js +23 -0
- package/src/integrations/htmlembed.d.ts +17 -0
- package/src/integrations/htmlembed.js +23 -0
- package/src/integrations/image.d.ts +17 -0
- package/src/integrations/image.js +23 -0
- package/src/integrations/imagereplace.d.ts +17 -0
- package/src/integrations/imagereplace.js +23 -0
- package/src/integrations/imagestyle.d.ts +17 -0
- package/src/integrations/imagestyle.js +23 -0
- package/src/integrations/importword.d.ts +18 -0
- package/src/integrations/importword.js +23 -0
- package/src/integrations/indent.d.ts +17 -0
- package/src/integrations/indent.js +23 -0
- package/src/integrations/inputcommand.d.ts +16 -0
- package/src/integrations/inputcommand.js +23 -0
- package/src/integrations/legacylist.d.ts +17 -0
- package/src/integrations/legacylist.js +23 -0
- package/src/integrations/legacylistproperties.d.ts +29 -0
- package/src/integrations/legacylistproperties.js +23 -0
- package/src/integrations/link.d.ts +17 -0
- package/src/integrations/link.js +23 -0
- package/src/integrations/list.d.ts +17 -0
- package/src/integrations/list.js +23 -0
- package/src/integrations/listproperties.d.ts +20 -0
- package/src/integrations/listproperties.js +23 -0
- package/src/integrations/mediaembed.d.ts +17 -0
- package/src/integrations/mediaembed.js +23 -0
- package/src/integrations/mention.d.ts +17 -0
- package/src/integrations/mention.js +23 -0
- package/src/integrations/mergefields.d.ts +17 -0
- package/src/integrations/mergefields.js +23 -0
- package/src/integrations/multilevellist.d.ts +24 -0
- package/src/integrations/multilevellist.js +23 -0
- package/src/integrations/pagebreak.d.ts +17 -0
- package/src/integrations/pagebreak.js +23 -0
- package/src/integrations/paragraph.d.ts +17 -0
- package/src/integrations/paragraph.js +23 -0
- package/src/integrations/removeformat.d.ts +17 -0
- package/src/integrations/removeformat.js +23 -0
- package/src/integrations/restrictededitingmode.d.ts +17 -0
- package/src/integrations/restrictededitingmode.js +23 -0
- package/src/integrations/shiftentercommand.d.ts +16 -0
- package/src/integrations/shiftentercommand.js +23 -0
- package/src/integrations/standardeditingmode.d.ts +17 -0
- package/src/integrations/standardeditingmode.js +23 -0
- package/src/integrations/style.d.ts +17 -0
- package/src/integrations/style.js +23 -0
- package/src/integrations/table.d.ts +42 -0
- package/src/integrations/table.js +23 -0
- package/src/integrations/tablecaption.d.ts +22 -0
- package/src/integrations/tablecaption.js +23 -0
- package/src/integrations/tableclipboard.d.ts +19 -0
- package/src/integrations/tableclipboard.js +23 -0
- package/src/integrations/tablecolumnresize.d.ts +26 -0
- package/src/integrations/tablecolumnresize.js +23 -0
- package/src/integrations/tableheadings.d.ts +22 -0
- package/src/integrations/tableheadings.js +23 -0
- package/src/integrations/tablemergesplit.d.ts +22 -0
- package/src/integrations/tablemergesplit.js +23 -0
- package/src/integrations/tableofcontents.d.ts +17 -0
- package/src/integrations/tableofcontents.js +23 -0
- package/src/integrations/tableproperties.d.ts +35 -0
- package/src/integrations/tableproperties.js +23 -0
- package/src/integrations/template.d.ts +17 -0
- package/src/integrations/template.js +23 -0
- package/src/integrations/title.d.ts +17 -0
- package/src/integrations/title.js +23 -0
- package/src/integrations/undo.d.ts +17 -0
- package/src/integrations/undo.js +23 -0
- package/src/integrations/utils.d.ts +17 -0
- package/src/integrations/utils.js +23 -0
- package/src/suggestion.d.ts +291 -0
- package/src/suggestion.js +24 -0
- package/src/suggestiondescriptionfactory.d.ts +183 -0
- package/src/suggestiondescriptionfactory.js +23 -0
- package/src/trackchanges.d.ts +188 -0
- package/src/trackchanges.js +23 -0
- package/src/trackchangesconfig.d.ts +85 -0
- package/src/trackchangesconfig.js +23 -0
- package/src/trackchangesdata.d.ts +49 -0
- package/src/trackchangesdata.js +23 -0
- package/src/trackchangesediting.d.ts +553 -0
- package/src/trackchangesediting.js +23 -0
- package/src/trackchangesui.d.ts +46 -0
- package/src/trackchangesui.js +23 -0
- package/src/ui/suggestioncontroller.d.ts +37 -0
- package/src/ui/suggestioncontroller.js +24 -0
- package/src/ui/view/basesuggestionthreadview.d.ts +205 -0
- package/src/ui/view/basesuggestionthreadview.js +23 -0
- package/src/ui/view/suggestionthreadview.d.ts +94 -0
- package/src/ui/view/suggestionthreadview.js +23 -0
- package/src/ui/view/suggestionview.d.ts +190 -0
- package/src/ui/view/suggestionview.js +23 -0
- package/src/utils/common-translations.d.ts +9 -0
- package/src/utils/common-translations.js +23 -0
- package/src/utils/utils.d.ts +37 -0
- package/src/utils/utils.js +23 -0
- package/theme/icons/track-changes-accept.svg +11 -0
- package/theme/icons/track-changes-discard.svg +11 -0
- package/theme/icons/track-changes.svg +11 -0
|
@@ -0,0 +1,567 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
|
|
16
|
+
"Language: ms\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "A suggestion for changing an item to the provided one."
|
|
21
|
+
msgid "*Change to:* %0"
|
|
22
|
+
msgstr "*Ubah kepada:* %0"
|
|
23
|
+
|
|
24
|
+
msgctxt "A suggestion for changing a content of a widget."
|
|
25
|
+
msgid "*Change %0 content*"
|
|
26
|
+
msgstr "*Ubah %0 kandungan*"
|
|
27
|
+
|
|
28
|
+
msgctxt "A suggestion for checking a to-do list item."
|
|
29
|
+
msgid "*Check item*"
|
|
30
|
+
msgstr "*Semak item*"
|
|
31
|
+
|
|
32
|
+
msgctxt "A suggestion for setting inline formatting."
|
|
33
|
+
msgid "*Format:* %0"
|
|
34
|
+
msgstr "*Format:* %0"
|
|
35
|
+
|
|
36
|
+
msgctxt "A suggestion for indenting an item."
|
|
37
|
+
msgid "*Indent:* %0"
|
|
38
|
+
msgstr "*Inden:* %0"
|
|
39
|
+
|
|
40
|
+
msgctxt "A suggestion for inserting an item."
|
|
41
|
+
msgid "*Insert:* %0"
|
|
42
|
+
msgstr "*Masukkan:* %0"
|
|
43
|
+
|
|
44
|
+
msgctxt "A suggestion for changing table properties."
|
|
45
|
+
msgid "*Format:* change table properties"
|
|
46
|
+
msgstr "*Format:* ubah sifat-sifat jadual"
|
|
47
|
+
|
|
48
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
49
|
+
msgid "*Format:* change table cell properties"
|
|
50
|
+
msgstr "*Format:* ubah sifat-sifat sel jadual"
|
|
51
|
+
|
|
52
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
53
|
+
msgid "*Format:* insert into %0"
|
|
54
|
+
msgstr "*Format:* masukkan kedalam %0"
|
|
55
|
+
|
|
56
|
+
msgctxt "A suggestion for removing item from another item."
|
|
57
|
+
msgid "*Format:* remove from %0"
|
|
58
|
+
msgstr "*Format:* dibuang daripada %0"
|
|
59
|
+
|
|
60
|
+
msgctxt "A suggestion for replacing an image."
|
|
61
|
+
msgid "*Replace image URL*"
|
|
62
|
+
msgstr "*Ganti URL imej*"
|
|
63
|
+
|
|
64
|
+
msgctxt "A suggestion for resizing a table."
|
|
65
|
+
msgid "*Format:* resize table"
|
|
66
|
+
msgstr "*Format:* saizkan semula jadual"
|
|
67
|
+
|
|
68
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
69
|
+
msgid "*Format:* set order to reversed"
|
|
70
|
+
msgstr "*Format:* tetapkan susunan kepada terbalik"
|
|
71
|
+
|
|
72
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
73
|
+
msgid "*Format:* set order to regular"
|
|
74
|
+
msgstr "*Format:* tetapkan susunan kepada biasa"
|
|
75
|
+
|
|
76
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
77
|
+
msgid "*Format:* set start index to %0"
|
|
78
|
+
msgstr "*Format:* tetapkan indeks mula kepada %0"
|
|
79
|
+
|
|
80
|
+
msgctxt "A suggestion for merging cells."
|
|
81
|
+
msgid "*Merge cells*"
|
|
82
|
+
msgstr "*Cantum sel*"
|
|
83
|
+
|
|
84
|
+
msgctxt "A suggestion for merging items."
|
|
85
|
+
msgid "*Merge:* %0"
|
|
86
|
+
msgstr "*Cantum:* %0"
|
|
87
|
+
|
|
88
|
+
msgctxt "A suggestion for outdenting an item."
|
|
89
|
+
msgid "*Outdent:* %0"
|
|
90
|
+
msgstr "*Outden:* %0"
|
|
91
|
+
|
|
92
|
+
msgctxt "A suggestion for removing all formatting."
|
|
93
|
+
msgid "*Remove all formatting*"
|
|
94
|
+
msgstr "*Buang semua pemformatan*"
|
|
95
|
+
|
|
96
|
+
msgctxt "A suggestion for removing an inline format."
|
|
97
|
+
msgid "*Remove format:* %0"
|
|
98
|
+
msgstr "*Buang format:* %0"
|
|
99
|
+
|
|
100
|
+
msgctxt "A suggestion for removing the highlight."
|
|
101
|
+
msgid "*Remove highlight*"
|
|
102
|
+
msgstr "*Buang sorotan*"
|
|
103
|
+
|
|
104
|
+
msgctxt "A suggestion for removing image text alternative."
|
|
105
|
+
msgid "*Remove image text alternative*"
|
|
106
|
+
msgstr "*Buang alternatif teks imej*"
|
|
107
|
+
|
|
108
|
+
msgctxt "A suggestion for removing the link."
|
|
109
|
+
msgid "*Remove link*"
|
|
110
|
+
msgstr "*Buang pautan*"
|
|
111
|
+
|
|
112
|
+
msgctxt "A suggestion for removing an item."
|
|
113
|
+
msgid "*Remove:* %0"
|
|
114
|
+
msgstr "*Buang:* %0"
|
|
115
|
+
|
|
116
|
+
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
117
|
+
msgid "*Replace table cells*"
|
|
118
|
+
msgstr "*Ganti sel jadual*"
|
|
119
|
+
|
|
120
|
+
msgctxt "A suggestion for resetting the font background color."
|
|
121
|
+
msgid "*Reset font background color*"
|
|
122
|
+
msgstr "*Set semula warna latar belakang*"
|
|
123
|
+
|
|
124
|
+
msgctxt "A suggestion for resetting the font color."
|
|
125
|
+
msgid "*Reset font color*"
|
|
126
|
+
msgstr "*Set semula warna fon*"
|
|
127
|
+
|
|
128
|
+
msgctxt "A suggestion for resetting the font family."
|
|
129
|
+
msgid "*Reset font family*"
|
|
130
|
+
msgstr "*Set semula keluarga fon*"
|
|
131
|
+
|
|
132
|
+
msgctxt "A suggestion for resetting the font size."
|
|
133
|
+
msgid "*Reset font size*"
|
|
134
|
+
msgstr "*Set semula saiz fon*"
|
|
135
|
+
|
|
136
|
+
msgctxt "A suggestion for resetting image width."
|
|
137
|
+
msgid "*Reset image width*"
|
|
138
|
+
msgstr "*Set semula lebar imej*"
|
|
139
|
+
|
|
140
|
+
msgctxt "A suggestion for setting the font background color to %0."
|
|
141
|
+
msgid "*Set font background color:* %0"
|
|
142
|
+
msgstr "*Tetapkan warna latar belakang fon:* %0"
|
|
143
|
+
|
|
144
|
+
msgctxt "A suggestion for setting the font color to %0."
|
|
145
|
+
msgid "*Set font color:* %0"
|
|
146
|
+
msgstr "*Tetapkan warna fon:* %0"
|
|
147
|
+
|
|
148
|
+
msgctxt "A suggestion for setting the font family to %0."
|
|
149
|
+
msgid "*Set font family:* %0"
|
|
150
|
+
msgstr "*Tetapkan keluarga fon:* %0"
|
|
151
|
+
|
|
152
|
+
msgctxt "A suggestion for setting the font size to %0."
|
|
153
|
+
msgid "*Set font size:* %0"
|
|
154
|
+
msgstr "*Tetapkan saiz fon:* %0"
|
|
155
|
+
|
|
156
|
+
msgctxt "A suggestion for setting one or more formatting changes to %0"
|
|
157
|
+
msgid "*Set format:* %0"
|
|
158
|
+
msgstr "*Tetapkan format:* %0"
|
|
159
|
+
|
|
160
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
161
|
+
msgid "*Set format to:* %0"
|
|
162
|
+
msgstr "*Tetapkan format menjadi:* %0"
|
|
163
|
+
|
|
164
|
+
msgctxt "A suggestion for highlighting text."
|
|
165
|
+
msgid "*Set highlight:* %0"
|
|
166
|
+
msgstr "*Tetapkan sorotan:* %0"
|
|
167
|
+
|
|
168
|
+
msgctxt "A suggestion for setting image text alternative to %0."
|
|
169
|
+
msgid "*Set image text alternative:* %0"
|
|
170
|
+
msgstr "*Tetapkan alternatif teks imej:* %0"
|
|
171
|
+
|
|
172
|
+
msgctxt "A suggestion for setting the image width to %0."
|
|
173
|
+
msgid "*Set image width:* %0"
|
|
174
|
+
msgstr "*Tetapkan lebar imej:* %0"
|
|
175
|
+
|
|
176
|
+
msgctxt "A suggestion for setting the link URL."
|
|
177
|
+
msgid "*Set link:* %0"
|
|
178
|
+
msgstr "*Tetapkan pautan:* %0"
|
|
179
|
+
|
|
180
|
+
msgctxt "A suggestion for splitting cells horizontally."
|
|
181
|
+
msgid "*Split cell:* horizontally"
|
|
182
|
+
msgstr "*Leraikan sel:* secara melintang"
|
|
183
|
+
|
|
184
|
+
msgctxt "A suggestion for splitting cells vertically."
|
|
185
|
+
msgid "*Split cell:* vertically"
|
|
186
|
+
msgstr "*Leraikan sel:* secara menegak"
|
|
187
|
+
|
|
188
|
+
msgctxt "A suggestion for splitting the item."
|
|
189
|
+
msgid "*Split:* %0"
|
|
190
|
+
msgstr "*Leraikan:* %0"
|
|
191
|
+
|
|
192
|
+
msgctxt "A suggestion for unchecking a to-do list item."
|
|
193
|
+
msgid "*Uncheck item*"
|
|
194
|
+
msgstr "*Buang tanda item*"
|
|
195
|
+
|
|
196
|
+
msgctxt "The label for the button which accepts all selected suggestions."
|
|
197
|
+
msgid "Accept all selected suggestions"
|
|
198
|
+
msgstr "Terima semua cadangan yang dipilih"
|
|
199
|
+
|
|
200
|
+
msgctxt "The label for the button which accepts all suggestions."
|
|
201
|
+
msgid "Accept all suggestions"
|
|
202
|
+
msgstr "Terima semua cadangan"
|
|
203
|
+
|
|
204
|
+
msgctxt "The label for the accept suggestion button."
|
|
205
|
+
msgid "Accept suggestion"
|
|
206
|
+
msgstr "Terima cadangan"
|
|
207
|
+
|
|
208
|
+
msgctxt "The label for the button which discards all selected suggestions."
|
|
209
|
+
msgid "Discard all selected suggestions"
|
|
210
|
+
msgstr "Buang semua cadangan yang dipilih"
|
|
211
|
+
|
|
212
|
+
msgctxt "The label for the button which discards all suggestions."
|
|
213
|
+
msgid "Discard all suggestions"
|
|
214
|
+
msgstr "Buang semua cadangan"
|
|
215
|
+
|
|
216
|
+
msgctxt "The label for the discard suggestion button."
|
|
217
|
+
msgid "Discard suggestion"
|
|
218
|
+
msgstr "Buang cadangan"
|
|
219
|
+
|
|
220
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves an insertion suggestion."
|
|
221
|
+
msgid "LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"
|
|
222
|
+
msgstr "Meninggalkan cadangan pemasukan."
|
|
223
|
+
|
|
224
|
+
msgctxt "A message read out by assistive technologies the moment the user selection enters an insertion suggestion."
|
|
225
|
+
msgid "ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"
|
|
226
|
+
msgstr "Memasukkan cadangan penyisipan. Tekan %0 untuk pergi ke perbincangan."
|
|
227
|
+
|
|
228
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a deletion suggestion."
|
|
229
|
+
msgid "LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"
|
|
230
|
+
msgstr "Meninggalkan cadangan pemadaman."
|
|
231
|
+
|
|
232
|
+
msgctxt "A message read out by assistive technologies the moment the user selection enters a deletion suggestion."
|
|
233
|
+
msgid "ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"
|
|
234
|
+
msgstr "Memasukkan cadangan pemadaman. Tekan %0 untuk pergi ke perbincangan."
|
|
235
|
+
|
|
236
|
+
msgctxt "A message read out by assistive technologies the moment the user selection leaves a formatting suggestion."
|
|
237
|
+
msgid "LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"
|
|
238
|
+
msgstr "Meninggalkan cadangan format."
|
|
239
|
+
|
|
240
|
+
msgctxt "A message read out by assistive technologies the moment the user selection enters a formatting suggestion."
|
|
241
|
+
msgid "ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"
|
|
242
|
+
msgstr "Memasukkan cadangan pemformatan. Tekan %0 untuk pergi ke perbincangan."
|
|
243
|
+
|
|
244
|
+
msgctxt "A text label for assistive technologies describing the suggestion thread."
|
|
245
|
+
msgid "SUGGESTION_THREAD_ARIA_LABEL"
|
|
246
|
+
msgid_plural "Suggestion by %1. Created on %2. %0 replies. %3"
|
|
247
|
+
msgstr[0] "Cadangan oleh %1. Dicipta pada %2. %0 jawapan. %3"
|
|
248
|
+
|
|
249
|
+
msgctxt "A text label for assistive technologies providing additional information about navigation in the suggestion thread."
|
|
250
|
+
msgid "SUGGESTION_THREAD_DESCRIPTION"
|
|
251
|
+
msgstr "Tekan Enter untuk lebih banyak pilihan. Tekan Escape untuk keluar."
|
|
252
|
+
|
|
253
|
+
msgctxt "The block quote element name displayed in the suggestion."
|
|
254
|
+
msgid "ELEMENT_BLOCK_QUOTE"
|
|
255
|
+
msgstr "petikan blok"
|
|
256
|
+
|
|
257
|
+
msgctxt "The default styled list element name displayed in the suggestion."
|
|
258
|
+
msgid "ELEMENT_DEFAULT_LIST_DEFAULT"
|
|
259
|
+
msgstr "gaya senarai lalai"
|
|
260
|
+
|
|
261
|
+
msgctxt "The bulleted list element name displayed in the suggestion."
|
|
262
|
+
msgid "ELEMENT_BULLETED_LIST"
|
|
263
|
+
msgstr "senarai bulet"
|
|
264
|
+
|
|
265
|
+
msgctxt "The default styled bulleted list element name displayed in the suggestion."
|
|
266
|
+
msgid "ELEMENT_BULLETED_LIST_DEFAULT"
|
|
267
|
+
msgstr "senarai bulet (lalai)"
|
|
268
|
+
|
|
269
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
270
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
271
|
+
msgstr "senarai bulet (bulat)"
|
|
272
|
+
|
|
273
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
274
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
275
|
+
msgstr "senarai bulet (cakera)"
|
|
276
|
+
|
|
277
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
278
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
279
|
+
msgstr "senarai bulet (petak)"
|
|
280
|
+
|
|
281
|
+
msgctxt "The caption element name displayed in the suggestion."
|
|
282
|
+
msgid "ELEMENT_CAPTION"
|
|
283
|
+
msgstr "kapsyen"
|
|
284
|
+
|
|
285
|
+
msgctxt "The code block element name displayed in the suggestion."
|
|
286
|
+
msgid "ELEMENT_CODE_BLOCK"
|
|
287
|
+
msgid_plural "%0 code blocks"
|
|
288
|
+
msgstr[0] "blok kod"
|
|
289
|
+
|
|
290
|
+
msgctxt "The heading element name displayed in the suggestion."
|
|
291
|
+
msgid "ELEMENT_HEADING"
|
|
292
|
+
msgid_plural "%0 headings (level %1)"
|
|
293
|
+
msgstr[0] "pengepala (tahap %1)"
|
|
294
|
+
|
|
295
|
+
msgctxt "The heading element name displayed in the suggestion with a custom title."
|
|
296
|
+
msgid "ELEMENT_HEADING_CUSTOM"
|
|
297
|
+
msgid_plural "%0 headings (%1)"
|
|
298
|
+
msgstr[0] "pengepala (%1)"
|
|
299
|
+
|
|
300
|
+
msgctxt "The horizontal line element name displayed in the suggestion."
|
|
301
|
+
msgid "ELEMENT_HORIZONTAL_LINE"
|
|
302
|
+
msgid_plural "%0 horizontal lines"
|
|
303
|
+
msgstr[0] "baris melintang"
|
|
304
|
+
|
|
305
|
+
msgctxt "The HTML embed element name displayed in the suggestion."
|
|
306
|
+
msgid "ELEMENT_HTML_EMBED"
|
|
307
|
+
msgid_plural "%0 HTML embeds"
|
|
308
|
+
msgstr[0] "benam HTML"
|
|
309
|
+
|
|
310
|
+
msgctxt "The image element name displayed in the suggestion."
|
|
311
|
+
msgid "ELEMENT_IMAGE"
|
|
312
|
+
msgid_plural "%0 images"
|
|
313
|
+
msgstr[0] "imej"
|
|
314
|
+
|
|
315
|
+
msgctxt "The inline image element name displayed in the suggestion."
|
|
316
|
+
msgid "ELEMENT_INLINE_IMAGE"
|
|
317
|
+
msgid_plural "%0 images"
|
|
318
|
+
msgstr[0] "imej"
|
|
319
|
+
|
|
320
|
+
msgctxt "The line break element name displayed in the suggestion."
|
|
321
|
+
msgid "ELEMENT_LINE_BREAK"
|
|
322
|
+
msgid_plural "%0 line breaks"
|
|
323
|
+
msgstr[0] "pemisah baris"
|
|
324
|
+
|
|
325
|
+
msgctxt "The list item element name displayed in the suggestion."
|
|
326
|
+
msgid "ELEMENT_LIST_ITEM"
|
|
327
|
+
msgid_plural "%0 list items"
|
|
328
|
+
msgstr[0] "item senarai"
|
|
329
|
+
|
|
330
|
+
msgctxt "The media element name displayed in the suggestion."
|
|
331
|
+
msgid "ELEMENT_MEDIA"
|
|
332
|
+
msgid_plural "%0 media items"
|
|
333
|
+
msgstr[0] "item media"
|
|
334
|
+
|
|
335
|
+
msgctxt "The numbered list element name displayed in the suggestion."
|
|
336
|
+
msgid "ELEMENT_NUMBERED_LIST"
|
|
337
|
+
msgstr "senarai bernombor"
|
|
338
|
+
|
|
339
|
+
msgctxt "The default styled numbered list element name displayed in the suggestion."
|
|
340
|
+
msgid "ELEMENT_NUMBERED_LIST_DEFAULT"
|
|
341
|
+
msgstr "senarai bernombor (lalai)"
|
|
342
|
+
|
|
343
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
344
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
345
|
+
msgstr "senarai bernombor (perpuluhan)"
|
|
346
|
+
|
|
347
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
348
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
349
|
+
msgstr "senarai bernombor (perpuluhan bermula dengan kosong)"
|
|
350
|
+
|
|
351
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
352
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
353
|
+
msgstr "senarai bernombor (latin kecil)"
|
|
354
|
+
|
|
355
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
356
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
357
|
+
msgstr "senarai bernombor (roman kecil)"
|
|
358
|
+
|
|
359
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
360
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
361
|
+
msgstr "senarai bernombor (latin besar)"
|
|
362
|
+
|
|
363
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
364
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
365
|
+
msgstr "senarai bernombor (roman besar)"
|
|
366
|
+
|
|
367
|
+
msgctxt "The page break element name displayed in the suggestion."
|
|
368
|
+
msgid "ELEMENT_PAGE_BREAK"
|
|
369
|
+
msgid_plural "%0 page breaks"
|
|
370
|
+
msgstr[0] "pemisah helaian"
|
|
371
|
+
|
|
372
|
+
msgctxt "The paragraph element name displayed in the suggestion."
|
|
373
|
+
msgid "ELEMENT_PARAGRAPH"
|
|
374
|
+
msgid_plural "%0 paragraphs"
|
|
375
|
+
msgstr[0] "perenggan"
|
|
376
|
+
|
|
377
|
+
msgctxt "The space element name displayed in the suggestion."
|
|
378
|
+
msgid "ELEMENT_SPACE"
|
|
379
|
+
msgid_plural "%0 spaces"
|
|
380
|
+
msgstr[0] "ruang"
|
|
381
|
+
|
|
382
|
+
msgctxt "The table element name displayed in the suggestion."
|
|
383
|
+
msgid "ELEMENT_TABLE"
|
|
384
|
+
msgid_plural "%0 tables"
|
|
385
|
+
msgstr[0] "jadual"
|
|
386
|
+
|
|
387
|
+
msgctxt "The table column element name displayed in the suggestion."
|
|
388
|
+
msgid "ELEMENT_TABLE_COLUMN"
|
|
389
|
+
msgid_plural "%0 table columns"
|
|
390
|
+
msgstr[0] "kolum jadual"
|
|
391
|
+
|
|
392
|
+
msgctxt "The table column with text element name displayed in the suggestion."
|
|
393
|
+
msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
394
|
+
msgid_plural "%0 table columns *with text* %1"
|
|
395
|
+
msgstr[0] "kolum jadual *dengan teks* %1"
|
|
396
|
+
|
|
397
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
398
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
399
|
+
msgid_plural "%0 tables of contents"
|
|
400
|
+
msgstr[0] "isi kandungan"
|
|
401
|
+
|
|
402
|
+
msgctxt "The table row element name displayed in the suggestion."
|
|
403
|
+
msgid "ELEMENT_TABLE_ROW"
|
|
404
|
+
msgid_plural "%0 table rows"
|
|
405
|
+
msgstr[0] "baris jadual"
|
|
406
|
+
|
|
407
|
+
msgctxt "The table row with text element name displayed in the suggestion."
|
|
408
|
+
msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
|
|
409
|
+
msgid_plural "%0 table rows *with text* %1"
|
|
410
|
+
msgstr[0] "baris jadual *dengan teks %1"
|
|
411
|
+
|
|
412
|
+
msgctxt "The table with text element name displayed in the suggestion."
|
|
413
|
+
msgid "ELEMENT_TABLE_WITH_TEXT"
|
|
414
|
+
msgstr "jadual *dengan teks* %0"
|
|
415
|
+
|
|
416
|
+
msgctxt "The title element name displayed in the suggestion."
|
|
417
|
+
msgid "ELEMENT_TITLE"
|
|
418
|
+
msgstr "tajuk"
|
|
419
|
+
|
|
420
|
+
msgctxt "The to-do list element name displayed in the suggestion."
|
|
421
|
+
msgid "ELEMENT_TODO_LIST"
|
|
422
|
+
msgstr "senarai untuk dilakukan"
|
|
423
|
+
|
|
424
|
+
msgctxt "The multi-level list element name displayed in the suggestion."
|
|
425
|
+
msgid "ELEMENT_MULTI_LEVEL_LIST"
|
|
426
|
+
msgstr "senarai pelbagai peringkat"
|
|
427
|
+
|
|
428
|
+
msgctxt "The merge field element name displayed in the suggestion."
|
|
429
|
+
msgid "ELEMENT_MERGE_FIELD"
|
|
430
|
+
msgid_plural "%0 merge fields"
|
|
431
|
+
msgstr[0] "medan gabungan"
|
|
432
|
+
|
|
433
|
+
msgctxt "The alignment format name displayed in a format suggestion."
|
|
434
|
+
msgid "FORMAT_ALIGNMENT"
|
|
435
|
+
msgstr "penjajaran"
|
|
436
|
+
|
|
437
|
+
msgctxt "The align to center format name displayed in a format suggestion."
|
|
438
|
+
msgid "FORMAT_ALIGN_TO_CENTER"
|
|
439
|
+
msgstr "jajarkan ketengah"
|
|
440
|
+
|
|
441
|
+
msgctxt "The align to left format name displayed in a format suggestion."
|
|
442
|
+
msgid "FORMAT_ALIGN_TO_LEFT"
|
|
443
|
+
msgstr "jajarkan kekanan"
|
|
444
|
+
|
|
445
|
+
msgctxt "The align to right format name displayed in a format suggestion."
|
|
446
|
+
msgid "FORMAT_ALIGN_TO_RIGHT"
|
|
447
|
+
msgstr "jajarkan kekanan"
|
|
448
|
+
|
|
449
|
+
msgctxt "The bold format name displayed in a format suggestion."
|
|
450
|
+
msgid "FORMAT_BOLD"
|
|
451
|
+
msgstr "tebal"
|
|
452
|
+
|
|
453
|
+
msgctxt "The code format name displayed in a format suggestion."
|
|
454
|
+
msgid "FORMAT_CODE"
|
|
455
|
+
msgstr "kod"
|
|
456
|
+
|
|
457
|
+
msgctxt "The header column format name displayed in a format suggestion."
|
|
458
|
+
msgid "FORMAT_HEADER_COLUMN"
|
|
459
|
+
msgstr "kolum pengepala"
|
|
460
|
+
|
|
461
|
+
msgctxt "The header row format name displayed in a format suggestion."
|
|
462
|
+
msgid "FORMAT_HEADER_ROW"
|
|
463
|
+
msgstr "baris pengepala"
|
|
464
|
+
|
|
465
|
+
msgctxt "The highlight format name displayed in a format suggestion."
|
|
466
|
+
msgid "FORMAT_HIGHLIGHT"
|
|
467
|
+
msgstr "sorotan"
|
|
468
|
+
|
|
469
|
+
msgctxt "The italic format name displayed in a format suggestion."
|
|
470
|
+
msgid "FORMAT_ITALIC"
|
|
471
|
+
msgstr "italik"
|
|
472
|
+
|
|
473
|
+
msgctxt "The justify text format name displayed in a format suggestion."
|
|
474
|
+
msgid "FORMAT_JUSTIFY_TEXT"
|
|
475
|
+
msgstr "imbang"
|
|
476
|
+
|
|
477
|
+
msgctxt "The regular column format name displayed in a format suggestion."
|
|
478
|
+
msgid "FORMAT_REGULAR_COLUMN"
|
|
479
|
+
msgstr "kolum biasa"
|
|
480
|
+
|
|
481
|
+
msgctxt "The regular row format name displayed in a format suggestion."
|
|
482
|
+
msgid "FORMAT_REGULAR_ROW"
|
|
483
|
+
msgstr "baris biasa"
|
|
484
|
+
|
|
485
|
+
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
486
|
+
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
487
|
+
msgstr "*Dimatikan dalam mod suntingan terhad*"
|
|
488
|
+
|
|
489
|
+
msgctxt "The label for area enabled in restricted editing area in a format suggestion."
|
|
490
|
+
msgid "FORMAT_RESTRICTED_ENABLED"
|
|
491
|
+
msgstr "*Dibuka dalam mod suntingan terhad*"
|
|
492
|
+
|
|
493
|
+
msgctxt "The side image format name displayed in a format suggestion."
|
|
494
|
+
msgid "FORMAT_SIDE_IMAGE"
|
|
495
|
+
msgstr "imej sisi"
|
|
496
|
+
|
|
497
|
+
msgctxt "The strikethrough format name displayed in a format suggestion."
|
|
498
|
+
msgid "FORMAT_STRIKETHROUGH"
|
|
499
|
+
msgstr "garis lorek"
|
|
500
|
+
|
|
501
|
+
msgctxt "The subscript format name displayed in a format suggestion."
|
|
502
|
+
msgid "FORMAT_SUBSCRIPT"
|
|
503
|
+
msgstr "subskrip"
|
|
504
|
+
|
|
505
|
+
msgctxt "The superscript format name displayed in a format suggestion."
|
|
506
|
+
msgid "FORMAT_SUPERSCRIPT"
|
|
507
|
+
msgstr "superskrip"
|
|
508
|
+
|
|
509
|
+
msgctxt "The underline format name displayed in a format suggestion."
|
|
510
|
+
msgid "FORMAT_UNDERLINE"
|
|
511
|
+
msgstr "garis bawah"
|
|
512
|
+
|
|
513
|
+
msgctxt "The list or block indent format name displayed in a format suggestion."
|
|
514
|
+
msgid "FORMAT_INDENT"
|
|
515
|
+
msgstr "inden"
|
|
516
|
+
|
|
517
|
+
msgctxt "The list reversed format name displayed in a format suggestion."
|
|
518
|
+
msgid "FORMAT_LIST_REVERSED"
|
|
519
|
+
msgstr "senarai diterbalikkan"
|
|
520
|
+
|
|
521
|
+
msgctxt "The list start format name displayed in a format suggestion."
|
|
522
|
+
msgid "FORMAT_LIST_START"
|
|
523
|
+
msgstr "senarai bermula"
|
|
524
|
+
|
|
525
|
+
msgctxt "The font size format name displayed in a format suggestion."
|
|
526
|
+
msgid "FORMAT_FONT_SIZE"
|
|
527
|
+
msgstr "saiz fon"
|
|
528
|
+
|
|
529
|
+
msgctxt "The font family format name displayed in a format suggestion."
|
|
530
|
+
msgid "FORMAT_FONT_FAMILY"
|
|
531
|
+
msgstr "keluarga fon"
|
|
532
|
+
|
|
533
|
+
msgctxt "The font color format name displayed in a format suggestion."
|
|
534
|
+
msgid "FORMAT_FONT_COLOR"
|
|
535
|
+
msgstr "warna fon"
|
|
536
|
+
|
|
537
|
+
msgctxt "The font background color format name displayed in a format suggestion."
|
|
538
|
+
msgid "FORMAT_FONT_BACKGROUND"
|
|
539
|
+
msgstr "warna latar belakang fon"
|
|
540
|
+
|
|
541
|
+
msgctxt "The image size change format name displayed in a format suggestion."
|
|
542
|
+
msgid "FORMAT_IMAGE_SIZE"
|
|
543
|
+
msgstr "saiz imej"
|
|
544
|
+
|
|
545
|
+
msgctxt "The style format name displayed in a format suggestion."
|
|
546
|
+
msgid "FORMAT_STYLE"
|
|
547
|
+
msgstr "gaya"
|
|
548
|
+
|
|
549
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
550
|
+
msgid "PENDING_ACTION_SUGGESTION"
|
|
551
|
+
msgstr "Perubahan tidak disimpan dalam cadangan."
|
|
552
|
+
|
|
553
|
+
msgctxt "A suggestion for replacing one text with another."
|
|
554
|
+
msgid "REPLACE_TEXT"
|
|
555
|
+
msgstr "*Ganti:* %0 *dengan* %1"
|
|
556
|
+
|
|
557
|
+
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
558
|
+
msgid "Track changes"
|
|
559
|
+
msgstr "Jejak perubahan"
|
|
560
|
+
|
|
561
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
562
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
563
|
+
msgstr "Cadangan ini berasal daripada sumber luaran."
|
|
564
|
+
|
|
565
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
566
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
567
|
+
msgstr "Cadangan ini datang daripada fail Word yang diimport."
|