├── wscbundle ├── css │ ├── logo.png │ ├── banner.png │ ├── close.png │ ├── webspellchecker-logo-small.png │ └── wsc.css ├── themes │ ├── images │ │ ├── sprite.png │ │ ├── spinner.gif │ │ ├── spinner-gray.gif │ │ ├── webspellchecker-logo.png │ │ └── webspellchecker-logo-small.png │ ├── fonts │ │ ├── icomoon │ │ │ ├── wscicomoon.eot │ │ │ ├── wscicomoon.ttf │ │ │ └── wscicomoon.woff │ │ ├── opensans_bold │ │ │ ├── OpenSans-Bold-webfont.eot │ │ │ ├── OpenSans-Bold-webfont.ttf │ │ │ └── OpenSans-Bold-webfont.woff │ │ ├── opensans_light │ │ │ ├── OpenSans-Light-webfont.eot │ │ │ ├── OpenSans-Light-webfont.ttf │ │ │ └── OpenSans-Light-webfont.woff │ │ ├── opensans_italic │ │ │ ├── OpenSans-Italic-webfont.eot │ │ │ ├── OpenSans-Italic-webfont.ttf │ │ │ └── OpenSans-Italic-webfont.woff │ │ ├── opensans_regular │ │ │ ├── OpenSans-Regular-webfont.eot │ │ │ ├── OpenSans-Regular-webfont.ttf │ │ │ └── OpenSans-Regular-webfont.woff │ │ └── opensans_semibold │ │ │ ├── OpenSans-Semibold-webfont.eot │ │ │ ├── OpenSans-Semibold-webfont.ttf │ │ │ └── OpenSans-Semibold-webfont.woff │ ├── icomoon │ │ ├── fonts │ │ │ ├── wscicomoon.eot │ │ │ ├── wscicomoon.ttf │ │ │ └── wscicomoon.woff │ │ ├── Read Me.txt │ │ └── demo-files │ │ │ └── demo.js │ ├── flags │ │ ├── de.svg │ │ ├── nl.svg │ │ ├── pl.svg │ │ ├── am.svg │ │ ├── cz.svg │ │ ├── lu.svg │ │ ├── dk.svg │ │ ├── gb-sct.svg │ │ ├── se.svg │ │ ├── fi.svg │ │ ├── id.svg │ │ ├── lv.svg │ │ ├── ua.svg │ │ ├── at.svg │ │ ├── es-ca.svg │ │ ├── hu.svg │ │ ├── co.svg │ │ ├── bg.svg │ │ ├── cr.svg │ │ ├── fr.svg │ │ ├── ie.svg │ │ ├── it.svg │ │ ├── ro.svg │ │ ├── ch.svg │ │ ├── no.svg │ │ ├── ee.svg │ │ ├── mk.svg │ │ ├── lt.svg │ │ ├── az.svg │ │ ├── jp.svg │ │ ├── vn.svg │ │ ├── gb.svg │ │ ├── cd.svg │ │ ├── is.svg │ │ ├── tr.svg │ │ ├── cl.svg │ │ ├── pr.svg │ │ ├── ca.svg │ │ ├── pa.svg │ │ ├── pk.svg │ │ ├── cn.svg │ │ ├── rw.svg │ │ ├── il.svg │ │ ├── za.svg │ │ ├── gr.svg │ │ ├── hn.svg │ │ ├── sk.svg │ │ ├── in.svg │ │ ├── np.svg │ │ ├── et.svg │ │ ├── ba.svg │ │ ├── mn.svg │ │ ├── ve.svg │ │ ├── my.svg │ │ ├── au.svg │ │ ├── ph.svg │ │ ├── ge.svg │ │ ├── ke.svg │ │ ├── uz.svg │ │ ├── ha.svg │ │ ├── kr.svg │ │ ├── uy.svg │ │ ├── tj.svg │ │ ├── si.svg │ │ ├── pg.svg │ │ ├── ru.svg │ │ ├── al.svg │ │ ├── nz.svg │ │ ├── kg.svg │ │ ├── er.svg │ │ ├── ar.svg │ │ ├── us.svg │ │ ├── auto-big.svg │ │ ├── auto.svg │ │ ├── by.svg │ │ └── br.svg │ ├── icons │ │ ├── tick.svg │ │ ├── badge.svg │ │ ├── menu--active.svg │ │ ├── checkmark.svg │ │ ├── arrow.svg │ │ ├── chevron.svg │ │ ├── more.svg │ │ ├── close.svg │ │ ├── message--confirm.svg │ │ ├── chevron--active.svg │ │ ├── message.svg │ │ ├── message--success.svg │ │ ├── undo.svg │ │ ├── menu.svg │ │ ├── arrowLess.svg │ │ ├── arrowMore.svg │ │ ├── report.svg │ │ ├── toggle.svg │ │ ├── proofreadDialog.svg │ │ ├── message--error.svg │ │ ├── dictionaries.svg │ │ ├── openDialog.svg │ │ ├── edit.svg │ │ ├── exclamatory.svg │ │ ├── maximizeRestore.svg │ │ ├── maximizeRestore--active.svg │ │ ├── toggle-context.svg │ │ ├── copy.svg │ │ ├── description.svg │ │ ├── disableRule.svg │ │ ├── addWord.svg │ │ ├── selectedText.svg │ │ ├── trash.svg │ │ ├── remove.svg │ │ ├── ignoreAll.svg │ │ ├── about.svg │ │ ├── assistantDialog.svg │ │ ├── ignore.svg │ │ ├── disconnect.svg │ │ ├── languages.svg │ │ ├── right.svg │ │ ├── section-toggle--active.svg │ │ ├── edit_30px.svg │ │ ├── section-toggle.svg │ │ ├── suggestion.svg │ │ ├── settings.svg │ │ └── options.svg │ └── svg │ │ ├── spinner.svg │ │ ├── spinner-gray.svg │ │ ├── progressbar.svg │ │ └── ai-writing-assistant.svg ├── web.config ├── branding_links.json └── local │ ├── zh-cn │ └── local.js │ ├── ko │ └── local.js │ ├── ja │ └── local.js │ ├── he │ └── local.js │ └── ar │ └── local.js └── LICENSE.md /wscbundle/css/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/css/logo.png -------------------------------------------------------------------------------- /wscbundle/css/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/css/banner.png -------------------------------------------------------------------------------- /wscbundle/css/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/css/close.png -------------------------------------------------------------------------------- /wscbundle/themes/images/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/images/sprite.png -------------------------------------------------------------------------------- /wscbundle/themes/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/images/spinner.gif -------------------------------------------------------------------------------- /wscbundle/themes/images/spinner-gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/images/spinner-gray.gif -------------------------------------------------------------------------------- /wscbundle/css/webspellchecker-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/css/webspellchecker-logo-small.png -------------------------------------------------------------------------------- /wscbundle/themes/fonts/icomoon/wscicomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/icomoon/wscicomoon.eot -------------------------------------------------------------------------------- /wscbundle/themes/fonts/icomoon/wscicomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/icomoon/wscicomoon.ttf -------------------------------------------------------------------------------- /wscbundle/themes/fonts/icomoon/wscicomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/icomoon/wscicomoon.woff -------------------------------------------------------------------------------- /wscbundle/themes/icomoon/fonts/wscicomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/icomoon/fonts/wscicomoon.eot -------------------------------------------------------------------------------- /wscbundle/themes/icomoon/fonts/wscicomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/icomoon/fonts/wscicomoon.ttf -------------------------------------------------------------------------------- /wscbundle/themes/icomoon/fonts/wscicomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/icomoon/fonts/wscicomoon.woff -------------------------------------------------------------------------------- /wscbundle/themes/images/webspellchecker-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/images/webspellchecker-logo.png -------------------------------------------------------------------------------- /wscbundle/themes/images/webspellchecker-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/images/webspellchecker-logo-small.png -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_bold/OpenSans-Bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_bold/OpenSans-Bold-webfont.eot -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_bold/OpenSans-Bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_bold/OpenSans-Bold-webfont.ttf -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_bold/OpenSans-Bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_bold/OpenSans-Bold-webfont.woff -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_light/OpenSans-Light-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_light/OpenSans-Light-webfont.eot -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_light/OpenSans-Light-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_light/OpenSans-Light-webfont.ttf -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_italic/OpenSans-Italic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_italic/OpenSans-Italic-webfont.eot -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_italic/OpenSans-Italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_italic/OpenSans-Italic-webfont.ttf -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_italic/OpenSans-Italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_italic/OpenSans-Italic-webfont.woff -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_light/OpenSans-Light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_light/OpenSans-Light-webfont.woff -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_regular/OpenSans-Regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_regular/OpenSans-Regular-webfont.eot -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_regular/OpenSans-Regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_regular/OpenSans-Regular-webfont.ttf -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_regular/OpenSans-Regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_regular/OpenSans-Regular-webfont.woff -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_semibold/OpenSans-Semibold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_semibold/OpenSans-Semibold-webfont.eot -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_semibold/OpenSans-Semibold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_semibold/OpenSans-Semibold-webfont.ttf -------------------------------------------------------------------------------- /wscbundle/themes/fonts/opensans_semibold/OpenSans-Semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WebSpellChecker/wproofreader/HEAD/wscbundle/themes/fonts/opensans_semibold/OpenSans-Semibold-webfont.woff -------------------------------------------------------------------------------- /wscbundle/themes/flags/de.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/nl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/pl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/am.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/cz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/lu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/dk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/gb-sct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/se.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/fi.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/id.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/lv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ua.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/at.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/es-ca.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/hu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/co.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/bg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/cr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/fr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/it.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/no.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/tick.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | tick 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/badge.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | badge 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/mk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/menu--active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | menu--active 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/checkmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | checkmark 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/lt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/arrow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | arrow 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/az.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/chevron.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | sug-arrow-dwn 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/jp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/more.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | more-option 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | close 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/vn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/message--confirm.svg: -------------------------------------------------------------------------------- 1 | message--confirm -------------------------------------------------------------------------------- /wscbundle/themes/flags/gb.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/chevron--active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | sug-arrow-up 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/cd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /wscbundle/themes/svg/spinner.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /wscbundle/themes/svg/spinner-gray.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/is.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/tr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/message.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | message 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/svg/progressbar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 11 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/message--success.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | message--success 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/cl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/undo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | undo 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/menu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | menu 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/arrowLess.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/arrowMore.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/report.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | report 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/pr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ca.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/pa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/toggle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | toggle 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/proofreadDialog.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | proofreadDialog 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/message--error.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | message--error 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/pk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/dictionaries.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | dictionaries 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/icomoon/Read Me.txt: -------------------------------------------------------------------------------- 1 | Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. 2 | 3 | To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs/#local-fonts 4 | 5 | You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. 6 | 7 | You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. 8 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/cn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/rw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/openDialog.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | openDialog 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/edit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | edit 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/exclamatory.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/maximizeRestore.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | maximizeRestore 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | **WProofreader** is a commercial product developed and owned by WebSpellChecker LLC. 2 | 3 | Copyright (c) 2021, WebSpellChecker LLC. All rights reserved. 4 | 5 | In order to use WProofreader you have to purchase one of the following licenses according to your needs. You can find more about that on our website on the [pricing plan page](https://webspellchecker.com/pricing/). 6 | 7 | Terms of Service 8 | ------------ 9 | 10 | If you are choosing WProofreader Cloud, please see the complete [Terms of Service](https://webspellchecker.com/terms-of-service/) for the Cloud services. 11 | 12 | 13 | Software License Agreement 14 | ------------ 15 | 16 | If you are looking for a self-hosted license of WProofreader Server, please check here the complete [terms](https://webspellchecker.com/legal/software-license-agreement/) and conditions for downloading, installing and using the Server version of the WebSpellChecker software. 17 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/il.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/maximizeRestore--active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | maximizeRestore--active 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/web.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/toggle-context.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | toggle-context 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/branding_links.json: -------------------------------------------------------------------------------- 1 | { 2 | "BRANDING_BASE_SUPPORT_URL": "https://webspellchecker.com/contact-us/", 3 | "BRANDING_SUPPORT_MAIL": "support@webspellchecker.net", 4 | "BRANDING_MIGRATION_MANUAL_URL": "https://docs.webspellchecker.net/display/WebSpellCheckerServer53x/Migrating+from+WebSpellChecker+Cloud+to+Server+Application", 5 | "BRANDING_USER_DICT_MANUAL_URL": "https://docs.webspellchecker.net/display/WebSpellCheckerServer53x/Configuring+Server+User+Dictionary", 6 | "BRANDING_CUSTOM_DICT_MANUAL_URL": "https://docs.webspellchecker.net/display/WebSpellCheckerServer53x/Configuring+Server+Custom+Dictionary", 7 | "BRANDING_MORE_LANG_URL": "https://webspellchecker.com/additional-dictionaries/", 8 | "BRANDING_EC_USER_MANUAL": "https://webspellchecker.com/app/user-manual/scayt_for_editable_controls_user_manual.pdf", 9 | "BRANDING_CK_USER_MANUAL": "https://webspellchecker.com/app/user-manual/scayt_plugin_for_ckeditor4_user_manual.pdf" 10 | } 11 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/za.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/copy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | copy 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/description.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | description 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/gr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /wscbundle/themes/icomoon/demo-files/demo.js: -------------------------------------------------------------------------------- 1 | if (!('boxShadow' in document.body.style)) { 2 | document.body.setAttribute('class', 'noBoxShadow'); 3 | } 4 | 5 | document.body.addEventListener("click", function(e) { 6 | var target = e.target; 7 | if (target.tagName === "INPUT" && 8 | target.getAttribute('class').indexOf('liga') === -1) { 9 | target.select(); 10 | } 11 | }); 12 | 13 | (function() { 14 | var fontSize = document.getElementById('fontSize'), 15 | testDrive = document.getElementById('testDrive'), 16 | testText = document.getElementById('testText'); 17 | function updateTest() { 18 | testDrive.innerHTML = testText.value || String.fromCharCode(160); 19 | if (window.icomoonLiga) { 20 | window.icomoonLiga(testDrive); 21 | } 22 | } 23 | function updateSize() { 24 | testDrive.style.fontSize = fontSize.value + 'px'; 25 | } 26 | fontSize.addEventListener('change', updateSize, false); 27 | testText.addEventListener('input', updateTest, false); 28 | testText.addEventListener('change', updateTest, false); 29 | updateSize(); 30 | }()); 31 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/hn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/sk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/in.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/disableRule.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | disableRule 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/addWord.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | addWord 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/np.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/et.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ba.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/mn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ve.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/my.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/selectedText.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | selectedText 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/trash.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | trash 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/remove.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | remove 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/ignoreAll.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | ignoreAll 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/au.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ph.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ge.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ke.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/uz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/about.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | about 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/assistantDialog.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ha.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/ignore.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | ignore 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/disconnect.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | disconnect 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/kr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/uy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/tj.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/si.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/pg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /wscbundle/themes/svg/ai-writing-assistant.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/languages.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | languages 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ru.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/section-toggle--active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/edit_30px.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/al.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/nz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/section-toggle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/suggestion.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/kg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/er.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/settings.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | settings 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/icons/options.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | options 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/ar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/us.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/auto-big.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 38 | 39 | 40 | 44 | 45 | 46 | 50 | 51 | 52 | 54 | 55 | 56 | 59 | 60 | 61 | 64 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /wscbundle/themes/flags/auto.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /wscbundle/css/wsc.css: -------------------------------------------------------------------------------- 1 | .scayt-misspell-word,.spelling-problem,.wsc-spelling-problem{float:none!important;background-color:transparent;margin:0!important;padding:0!important;display:inline;color:inherit!important;font-size:inherit!important;line-height:inherit!important;border-bottom:2px solid rgba(234,28,35,.65)!important;box-sizing:border-box!important;min-width:unset!important;min-height:unset!important}.scayt-misspell-word.wsc-ignored-problem,.spelling-problem.wsc-ignored-problem,.wsc-spelling-problem.wsc-ignored-problem{border-bottom:2px solid transparent!important}.spelling-problem .spelling-problem,.wsc-spelling-problem .wsc-spelling-problem{background-image:none}.spelling-problem.wsc-problem-text--active,.wsc-spelling-problem.wsc-problem-text--active,.wsc-spelling-problem.wsc-problem-text__dialog--active{background-color:rgba(234,28,35,.15)}.grammar-problem .spelling-problem.wsc-problem-text--active,.wsc-grammar-problem .wsc-spelling-problem.wsc-problem-text--active{background-color:rgba(234,28,35,.15)!important}.gramm-problem,.grammar-problem,.wsc-grammar-problem{float:none!important;margin:0!important;padding:0!important;display:inline;color:inherit!important;font-size:inherit!important;line-height:inherit!important;border-bottom:2px solid rgba(0,98,231,.65)!important;box-sizing:border-box!important;min-width:unset!important;min-height:unset!important}.gramm-problem.wsc-style-suggestion,.grammar-problem.wsc-style-suggestion,.wsc-grammar-problem.wsc-style-suggestion{border-bottom:2px solid rgba(241,145,0,.65)!important}.gramm-problem.wsc-ignored-problem,.grammar-problem.wsc-ignored-problem,.wsc-grammar-problem.wsc-ignored-problem,.wsc-grammar-problem.wsc-style-suggestion.wsc-ignored-problem{border-bottom:2px solid transparent!important}.grammar-problem .grammar-problem,.wsc-grammar-problem .wsc-grammar-problem{background-image:none}.scayt-misspell-word .gramm-problem,.spelling-problem .grammar-problem,.wsc-spelling-problem .wsc-grammar-problem{border-bottom-color:transparent!important}.grammar-problem.wsc-problem-text--active,.wsc-grammar-problem.wsc-problem-text--active,.wsc-grammar-problem.wsc-problem-text__dialog--active{background-color:rgba(0,98,231,.15)}.grammar-problem.wsc-style-suggestion.wsc-problem-text--active,.wsc-grammar-problem.wsc-style-suggestion.wsc-problem-text--active,.wsc-grammar-problem.wsc-style-suggestion.wsc-problem-text__dialog--active{background-color:rgba(241,145,0,.15)}.grammar-problem.wsc-problem-text--active .spelling-problem,.wsc-grammar-problem.wsc-problem-text--active .wsc-spelling-problem{background:none!important}.spelling-problem .grammar-problem.wsc-problem-text--active,.wsc-spelling-problem .wsc-grammar-problem.wsc-problem-text--active{background-color:rgba(234,28,35,.15)!important;border-bottom:2px solid rgba(234,28,35,.65)}.wsc-autocorrect{float:none!important;background-color:transparent;margin:0!important;padding:0!important;display:inline;color:inherit!important;font-size:inherit!important;line-height:inherit!important;border-bottom:2px dotted rgba(114,114,114,.65)!important;box-sizing:border-box!important;min-width:unset!important;min-height:unset!important}.wsc-autocorrect.wsc-problem-text--active{background-color:rgba(114,114,114,.15)}.wsc-autocomplete{position:absolute!important;left:0!important;pointer-events:none!important;white-space:pre-wrap!important;-moz-user-select:none!important;-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important;color:#999!important;text-align:start!important}.wsc-autocomplete .wsc-autocomplete-indent{display:inline-block!important}.wsc-autocomplete .wsc-autocomplete-text{position:static!important;line-height:normal!important;vertical-align:top!important}.wsc-assistant-selection{position:absolute!important;pointer-events:none!important;background-color:rgba(0,116,255,.15)!important;-moz-user-select:none!important;-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gramm-problem *,.grammar-problem *,.wsc-grammar-problem *{display:inline}.wrapper_scayt,.wrapper_wsc{word-wrap:break-word;white-space:-moz-pre-wrap;white-space:pre-wrap}.wsc-iframe-quirks .spelling-problem,.wsc-iframe-quirks .grammar-problem,.wsc-iframe-quirks .wsc-spelling-problem,.wsc-iframe-quirks .wsc-grammar-problem{display:inline-block}.wsc-contenteditable-mirror .wsc-spelling-problem{z-index:2}.wsc-contenteditable-mirror .wsc-grammar-problem{z-index:1}.wsc-googledocs-mirror .wsc-grammar-problem,.wsc-googledocs-mirror .wsc-spelling-problem{border-bottom:0!important}.wsc-googledocs-mirror .wsc-grammar-problem:after,.wsc-googledocs-mirror .wsc-spelling-problem:after{content:'';position:absolute;height:2px;width:100%;bottom:-1px}.wsc-googledocs-mirror.wsc-chrome .wsc-grammar-problem:after,.wsc-googledocs-mirror.wsc-chrome .wsc-spelling-problem:after{bottom:-2px}.wsc-googledocs-mirror .wsc-spelling-problem:after{background-color:rgba(234,28,35,.65)!important}.wsc-googledocs-mirror .wsc-grammar-problem:after{background-color:rgba(0,98,231,.65)!important}.wsc-googledocs-mirror .wsc-grammar-problem.wsc-style-suggestion:after{background-color:rgba(241,145,0,.65)!important} -------------------------------------------------------------------------------- /wscbundle/local/zh-cn/local.js: -------------------------------------------------------------------------------- 1 | /** 2 | * scayt v3.35.5990 3 | * Copyright (c) 2000-2025 WebSpellChecker LLC All rights reserved. 4 | */ 5 | 6 | /*! 7 | * jQuip JavaScript Library v0.0.3 8 | * https://github.com/mythz/jquip 9 | * 10 | * Copyright, Demis Bellot 11 | * Licensed under the MIT license. 12 | * http://www.opensource.org/licenses/mit-license.php 13 | * 14 | */ 15 | 16 | /*! 17 | * Rangy, a cross-browser JavaScript range and selection library 18 | * http://code.google.com/p/rangy/ 19 | * 20 | * Copyright 2012, Tim Down 21 | * Licensed under the MIT license. 22 | * Version: 1.3alpha.681 23 | * Build date: 20 July 2012 24 | */ 25 | 26 | /*! @license 27 | * JS Signals 28 | * Released under the MIT license 29 | * Author: Miller Medeiros 30 | * Version: 0.8.1 - Build: 266 (2012/07/31 03:33 PM) 31 | */ 32 | 33 | /*! 34 | * flag-icon-css 35 | * https://github.com/lipis/flag-icon-css 36 | * 37 | * Copyright 2013 Panayiotis Lipiridis 38 | * Licensed under the MIT license. 39 | */ 40 | !function(a,b){a&&(a.prototype.Localization.lang[b]={btn_add:"添加",btn_addWord:"添加单词",btn_deleteWord:"删除单词",btn_createDic:"创建",btn_deleteDic:"删除",btn_renameDic:"重命名",btn_connectDic:"连接",btn_disconnectDic:"断开连接",btn_cancel:"取消",btn_disable:"禁用",btn_enable:"启用",btn_ignore:"忽略一次",btn_ignoreAll:"全部忽略",btn_disableRule:"规则禁用",btn_moreSuggestions:"更多选项",btn_noSuggestions:"无建议",btn_suggestionDescription:"建议说明",btn_options:"忽略选项",btn_dictionaries:"词典",btn_settings:"设置",btn_copy:"复制",btn_close:"关闭",btn_goToDic:"前往词典",btn_showMore:"更多选项",btn_showLess:"隐藏选项",btn_proofreadDialog:"在对话框中校对",btn_prevProblem:"上一个建议",btn_nextProblem:"下一个建议",btn_assistantDialog:"人工智能写作助手",btn_replace:"替换",btn_retry:"重试",btn_report:"报告错误",btn_more:"显示更多",btn_less:"显示更少",btn_suggestionType:"类型",placeholder_fieldNameDic:"输入词典名称",placeholder_fieldAddWord:"输入新单词",label_ignoreAllCapsWords:"忽略全部大写单词",label_ignoreDomainNames:"忽略域名",label_ignoreWordsWithMixedCases:"忽略大小写混合的单词",label_ignoreWordsWithNumbers:"忽略包含数字的单词",label_autocorrect:"自动更正拼写",label_autocomplete:"自动完成建议",label_spellingSuggestions:"拼写",label_grammarSuggestions:"语法",label_styleGuideSuggestions:"样式指南",label_styleSuggestions:"语体",about:"关于",version:"版本: ",tab_dictionaries:"词典",tab_languages:"语言",tab_general:"通用",tab_options:"忽略选项",text_title:"文本检查器",text_productActions:"操作",text_correctionBox:"提示弹出窗口",text_copyrights:"",text_dictionaryWords:"词典中的单词",text_problemsCount:"建议",text_nothingToCheck:"无需检查",text_noProblems:"很棒!继续下一步。",text_replaceWith:"将 %s1 替换为 %s2",text_disabled:"文本检查器已禁用",text_prompts:"写作提示",text_promptsLeft:"今日剩余写作提示",text_inProgress:"正在处理中",text_noPromptsLeft:"您已达到每日提示次数上限。请稍后再试。",text_longText:"文本长度超过%s个字符。无法启用人工智能写作助手。请重试。",text_shortText:"文本长度不足以启用人工智能写作助手。需至少%s个字符。请重试。",text_unsupportedAssistantLanguage:"人工智能写作助手不支持默认选择的语言。",text_assistantIsNotEnabled:"当前设置中未启用 AI 写作助手。请联系支持人员寻求帮助。",text_context:"原始文本",text_disclaimer:"AI writing assistant can make mistakes.",message_success_createDic:"已创建词典 '%s'。",message_error_createDic:"无法创建词典 '%s'。已存在。",message_success_removeDic:"已删除词典 '%s'。",message_error_removeDic:"删除字典 '%s' 失败。未找到。",message_success_restoreDic:"已连接词典 '%s'。",message_error_restoreDic:"连接字典 '%s' 失败。未找到。",message_success_disconnectDic:"已断开词典 '%s' 的连接。",message_error_disconnectDic:"断开字典 '%s' 连接失败。未找到。",message_success_renameDic:"已重命名词典 '%s'。",message_error_renameDic:"重命名字典 '%s' 失败。未找到。",message_success_deleteWordDic:"已删除单词 '%s'。",message_error_deleteWordDic:"删除单词 '%s' 失败。未找到。",message_success_addWordDic:"已添加单词 '%s'。",message_error_addWordDic:"无法添加单词 '%s'。",message_error_wordAlreadyAddedDic:"无法添加单词 '%s'。已存在。",message_error_wordWithBannedSymbolsDic:"添加单词 '%s' 失败。请使用字母和数字。不允许使用特殊字符。",message_error_nameWithBannedSymbolsDic:"无法创建词典 '%s'。请使用拉丁字母和数字。不允许使用特殊字符或空格。",message_success_copy:"已复制。",message_error_copy:"复制操作只能在您的浏览器中使用键盘快捷键执行。请使用Ctrl/Cmd + C。",message_error_assist:"出现错误。请稍后重试。",message_success_replace:"已替换",btn_langs:"语言",btn_dictionaryPreferences:"词典偏好设置",btn_userManual:"查看用户手册以获取更多信息",label_fieldNameDic:"词典名称",message_info_emptyDic:"词典名称不能为空。",text_descriptionDicForFree:"在产品的免费版本中,添加到个人词典的所有单词都存储在浏览器的本地存储中。为了保存个人词典并从不同的浏览器或设备访问它,词典应该存储在WebSpellChecker服务器上。此选项仅在完整版中可用。",text_descriptionDicForPaid:"了解如何使用词典",oldck_btn_about:"关于 SCAYT",oldck_btn_toggle:"激活 SCAYT",oldck_btn_langs:"语言",oldck_btn_options:"选项",oldck_btn_dictionaries:"词典",oldck_btn_userManual:"查看用户手册以获取更多信息",oldck_tab_dictionaries:"词典",oldck_tab_languages:"语言",oldck_tab_options:"选项",oldck_tab_about:"关于",oldck_text_title:"SCAYT",oldck_text_descriptionDicForFree:"在 SCAYT 产品的免费版中,添加到个人字典的所有单词都存储在浏览器的本地存储中。若要保存个人字典并从不同的浏览器或设备访问它,字典应存储在 WebSpellChecker 服务器上。此选项仅在完整版中可用。",oldck_text_descriptionDicForPaid:"了解有关如何使用词典的更多信息",oldck_message_success_wordAlreadyAddedDic:"无法添加单词 '%s'。已存在。",btn_about:"关于 WProofreader",btn_restoreDic:"恢复",btn_toggle:"激活",btn_undo:"撤销",btn_redo:"重做",btn_cut:"剪切",btn_paste:"粘贴",btn_help:"帮助",btn_info:"信息",btn_apply:"应用",btn_back:"返回",btn_edit:"编辑",btn_moreLanguages:"了解如何添加更多语言",btn_learnDictionary:"了解如何使用词典",btn_showSection:"显示部分",btn_hideSection:"隐藏部分",btn_finishChecking:"完成检查",btn_maximize:"最大化",btn_restore:"还原",btn_leave:"是,退出",btn_stay:"否,留下",message_info_opera:"Opera 不支持",message_info_cut:"剪切操作仅可在您的浏览器中使用键盘快捷键执行。请使用 Ctrl/Cmd + X。",message_info_copy:"复制操作仅可在您的浏览器中使用键盘快捷键执行。请使用 Ctrl/Cmd + C。",message_info_paste:'使用键盘 (Ctrl/Cmd+V) 在此处插入文本,然后单击"粘贴"。',about_throw_copy:"",text_descriptionDic:"如果没有词典,添加的单词将仅保存在浏览器中。",text_spellingSectionHeader:"拼写建议",text_grammarSectionHeader:"语法建议",text_suggestionsContainer:"建议容器",text_problem:"建议",text_changeTo:"更改为",message_confirm_closeWithoutSave:'您确定要退出吗?未单击"完成检查"前退出将丢失所有更改。'})}(window.WEBSPELLCHECKER.CORE,"zh-cn"); -------------------------------------------------------------------------------- /wscbundle/themes/flags/by.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /wscbundle/local/ko/local.js: -------------------------------------------------------------------------------- 1 | /** 2 | * scayt v3.35.5990 3 | * Copyright (c) 2000-2025 WebSpellChecker LLC All rights reserved. 4 | */ 5 | 6 | /*! 7 | * jQuip JavaScript Library v0.0.3 8 | * https://github.com/mythz/jquip 9 | * 10 | * Copyright, Demis Bellot 11 | * Licensed under the MIT license. 12 | * http://www.opensource.org/licenses/mit-license.php 13 | * 14 | */ 15 | 16 | /*! 17 | * Rangy, a cross-browser JavaScript range and selection library 18 | * http://code.google.com/p/rangy/ 19 | * 20 | * Copyright 2012, Tim Down 21 | * Licensed under the MIT license. 22 | * Version: 1.3alpha.681 23 | * Build date: 20 July 2012 24 | */ 25 | 26 | /*! @license 27 | * JS Signals 28 | * Released under the MIT license 29 | * Author: Miller Medeiros 30 | * Version: 0.8.1 - Build: 266 (2012/07/31 03:33 PM) 31 | */ 32 | 33 | /*! 34 | * flag-icon-css 35 | * https://github.com/lipis/flag-icon-css 36 | * 37 | * Copyright 2013 Panayiotis Lipiridis 38 | * Licensed under the MIT license. 39 | */ 40 | !function(a,b){a&&(a.prototype.Localization.lang[b]={btn_add:"추가",btn_addWord:"단어 추가",btn_deleteWord:"단어 삭제",btn_createDic:"생성",btn_deleteDic:"삭제",btn_renameDic:"이름 변경",btn_connectDic:"연결",btn_disconnectDic:"연결 해제",btn_cancel:"취소",btn_disable:"비활성화",btn_enable:"활성화",btn_ignore:"한 번 무시",btn_ignoreAll:"모두 무시",btn_disableRule:"규칙 비활성화",btn_moreSuggestions:"더 많은 제안",btn_noSuggestions:"제안 없음",btn_suggestionDescription:"제안 설명",btn_options:"무시 옵션",btn_dictionaries:"사전",btn_settings:"설정",btn_copy:"복사",btn_close:"닫기",btn_goToDic:"사전으로 이동",btn_showMore:"더 많은 옵션",btn_showLess:"옵션 숨기기",btn_proofreadDialog:"대화상자에서 교정",btn_prevProblem:"이전 제안",btn_nextProblem:"다음 제안",btn_assistantDialog:"AI 작문 보조",btn_replace:"바꾸기",btn_retry:"다시 시도",btn_report:"잘못된 보고",btn_more:"더 보기",btn_less:"간략히 보기",btn_suggestionType:"유형",placeholder_fieldNameDic:"사전 이름 입력",placeholder_fieldAddWord:"새 단어 입력",label_ignoreAllCapsWords:"모두 대문자인 단어 무시",label_ignoreDomainNames:"도메인 이름 무시",label_ignoreWordsWithMixedCases:"대소문자 혼용 단어 무시",label_ignoreWordsWithNumbers:"숫자가 포함된 단어 무시",label_autocorrect:"자동으로 맞춤법 수정",label_autocomplete:"자동 완성 제안",label_spellingSuggestions:"철자",label_grammarSuggestions:"문법",label_styleGuideSuggestions:"스타일 가이드",label_styleSuggestions:"스타일",about:"정보",version:"버전: ",tab_dictionaries:"사전",tab_languages:"언어",tab_general:"일반",tab_options:"무시 옵션",text_title:"텍스트 검사기",text_productActions:"작업",text_correctionBox:"제안 팝업",text_copyrights:"",text_dictionaryWords:"사전 단어",text_problemsCount:"제안",text_nothingToCheck:"검사할 내용 없음.",text_noProblems:"잘했어요! 시작할 준비가 되었습니다.",text_replaceWith:"%s1 을(를) %s2 (으)로 바꾸기",text_disabled:"텍스트 검사기 비활성화됨",text_prompts:"프롬프트",text_promptsLeft:"남은 일일 프롬프트",text_inProgress:"진행 중",text_noPromptsLeft:"프롬프트 일일 한도에 도달했습니다. 나중에 다시 시도하세요.",text_longText:"텍스트 길이가 %s 자를 초과합니다. AI 작문 보조를 켤 수 없습니다. 다시 시도하세요.",text_shortText:"AI 작문 보조를 켜기에는 텍스트 길이가 부족합니다. 최소 %s 자가 필요합니다. 다시 시도하세요.",text_unsupportedAssistantLanguage:"기본으로 선택된 언어는 AI 작문 보조에서 지원되지 않습니다.",text_assistantIsNotEnabled:"현재 설정에서 AI 작성 지원이 활성화되지 않았습니다. 도움이 필요하면 지원팀에 문의하세요.",text_context:"원본 텍스트",text_disclaimer:"AI writing assistant can make mistakes.",message_success_createDic:"사전 '%s' 생성됨.",message_error_createDic:"사전 '%s' 생성 실패. 이미 존재합니다.",message_success_removeDic:"사전 '%s' 삭제됨.",message_error_removeDic:"사전 '%s' 삭제 실패. 찾을 수 없습니다.",message_success_restoreDic:"사전 '%s' 연결됨.",message_error_restoreDic:"사전 '%s' 연결 실패. 찾을 수 없습니다.",message_success_disconnectDic:"사전 '%s' 연결 해제됨.",message_error_disconnectDic:"사전 '%s' 연결 해제 실패. 찾을 수 없습니다.",message_success_renameDic:"사전 '%s' 이름이 변경됨.",message_error_renameDic:"사전 '%s' 이름 변경 실패. 찾을 수 없습니다.",message_success_deleteWordDic:"단어 '%s' 삭제됨.",message_error_deleteWordDic:"단어 '%s' 삭제 실패. 찾을 수 없습니다.",message_success_addWordDic:"단어 '%s' 추가됨.",message_error_addWordDic:"단어 '%s' 추가 실패.",message_error_wordAlreadyAddedDic:"단어 '%s' 추가 실패. 이미 존재합니다.",message_error_wordWithBannedSymbolsDic:"단어 '%s' 추가 실패. 문자와 숫자를 사용하세요. 특수 문자는 허용되지 않습니다.",message_error_nameWithBannedSymbolsDic:"사전 '%s' 생성 실패. 라틴 문자와 숫자를 사용하세요. 특수 문자나 공백은 허용되지 않습니다.",message_success_copy:"복사되었습니다.",message_error_copy:"복사 작업은 키보드 단축키를 사용해야만 브라우저에서 사용할 수 있습니다. Ctrl/Cmd + C를 사용하세요.",message_error_assist:"문제가 발생했습니다. 나중에 다시 시도하세요.",message_success_replace:"교체됨",btn_langs:"언어",btn_dictionaryPreferences:"사전 기본 설정",btn_userManual:"자세한 정보는 사용자 매뉴얼을 확인하세요",label_fieldNameDic:"사전 이름",message_info_emptyDic:"사전 이름은 비워둘 수 없습니다.",text_descriptionDicForFree:"제품의 무료 버전에서는 개인 사전에 추가된 모든 단어가 브라우저의 로컬 저장소에 저장됩니다. 개인 사전을 저장하고 다양한 브라우저나 기기에서 접근하려면 WebSpellChecker 서버에 사전을 저장해야 합니다. 이 옵션은 전체 버전에서만 사용 가능합니다.",text_descriptionDicForPaid:"사전 사용 방법에 대해 자세히 알아보기",oldck_btn_about:"SCAYT 정보",oldck_btn_toggle:"SCAYT 활성화",oldck_btn_langs:"언어",oldck_btn_options:"옵션",oldck_btn_dictionaries:"사전",oldck_btn_userManual:"자세한 정보는 사용자 매뉴얼을 확인하세요",oldck_tab_dictionaries:"사전",oldck_tab_languages:"언어",oldck_tab_options:"옵션",oldck_tab_about:"정보",oldck_text_title:"SCAYT",oldck_text_descriptionDicForFree:"SCAYT 제품의 무료 버전에서는 개인 사전에 추가된 모든 단어가 브라우저의 로컬 저장소에 저장됩니다. 개인 사전을 저장하고 다양한 브라우저나 기기에서 접근하려면 WebSpellChecker 서버에 사전을 저장해야 합니다. 이 옵션은 전체 버전에서만 사용 가능합니다.",oldck_text_descriptionDicForPaid:"사전 사용 방법에 대해 자세히 알아보기",oldck_message_success_wordAlreadyAddedDic:"단어 '%s' 추가 실패. 이미 존재합니다.",btn_about:"WProofreader 정보",btn_restoreDic:"복원",btn_toggle:"활성화",btn_undo:"실행 취소",btn_redo:"다시 실행",btn_cut:"잘라내기",btn_paste:"붙여넣기",btn_help:"도움말",btn_info:"정보",btn_apply:"적용",btn_back:"뒤로",btn_edit:"편집",btn_moreLanguages:"더 많은 언어 추가 방법 알아보기",btn_learnDictionary:"사전 사용 방법 알아보기",btn_showSection:"섹션 표시",btn_hideSection:"섹션 숨기기",btn_finishChecking:"검사 완료",btn_maximize:"최대화",btn_restore:"복원",btn_leave:"예, 종료",btn_stay:"아니오, 머물기",message_info_opera:"Opera에서 지원되지 않음",message_info_cut:"잘라내기 작업은 브라우저에서 키보드 단축키를 사용해야만 사용할 수 있습니다. Ctrl/Cmd + X 사용",message_info_copy:"복사 작업은 브라우저에서 키보드 단축키를 사용해야만 사용할 수 있습니다. Ctrl/Cmd + C 사용",message_info_paste:"키보드(Ctrl/Cmd+V)를 사용하여 여기에 텍스트를 삽입하고 붙여넣기를 클릭하세요.",about_throw_copy:"",text_descriptionDic:"사전이 없으면 추가된 단어는 브라우저에만 저장됩니다.",text_spellingSectionHeader:"맞춤법 제안",text_grammarSectionHeader:"문법 제안",text_suggestionsContainer:"제안 컨테이너",text_problem:"제안",text_changeTo:"다음으로 변경",message_confirm_closeWithoutSave:"종료하시겠습니까? 검사 완료를 클릭하지 않으면 모든 변경 사항이 손실됩니다."})}(window.WEBSPELLCHECKER.CORE,"ko"); -------------------------------------------------------------------------------- /wscbundle/local/ja/local.js: -------------------------------------------------------------------------------- 1 | /** 2 | * scayt v3.35.5990 3 | * Copyright (c) 2000-2025 WebSpellChecker LLC All rights reserved. 4 | */ 5 | 6 | /*! 7 | * jQuip JavaScript Library v0.0.3 8 | * https://github.com/mythz/jquip 9 | * 10 | * Copyright, Demis Bellot 11 | * Licensed under the MIT license. 12 | * http://www.opensource.org/licenses/mit-license.php 13 | * 14 | */ 15 | 16 | /*! 17 | * Rangy, a cross-browser JavaScript range and selection library 18 | * http://code.google.com/p/rangy/ 19 | * 20 | * Copyright 2012, Tim Down 21 | * Licensed under the MIT license. 22 | * Version: 1.3alpha.681 23 | * Build date: 20 July 2012 24 | */ 25 | 26 | /*! @license 27 | * JS Signals 28 | * Released under the MIT license 29 | * Author: Miller Medeiros 30 | * Version: 0.8.1 - Build: 266 (2012/07/31 03:33 PM) 31 | */ 32 | 33 | /*! 34 | * flag-icon-css 35 | * https://github.com/lipis/flag-icon-css 36 | * 37 | * Copyright 2013 Panayiotis Lipiridis 38 | * Licensed under the MIT license. 39 | */ 40 | !function(a,b){a&&(a.prototype.Localization.lang[b]={btn_add:"追加",btn_addWord:"単語を追加",btn_deleteWord:"単語を削除",btn_createDic:"作成",btn_deleteDic:"削除",btn_renameDic:"名前を変更",btn_connectDic:"接続",btn_disconnectDic:"切断",btn_cancel:"キャンセル",btn_disable:"無効にする",btn_enable:"有効にする",btn_ignore:"一度無視",btn_ignoreAll:"すべて無視",btn_disableRule:"ルールを無効にする",btn_moreSuggestions:"その他の提案",btn_noSuggestions:"提案なし",btn_suggestionDescription:"提案の説明",btn_options:"オプションを無視",btn_dictionaries:"辞書",btn_settings:"設定",btn_copy:"コピー",btn_close:"閉じる",btn_goToDic:"辞書に移動",btn_showMore:"その他のオプション",btn_showLess:"オプションを非表示",btn_proofreadDialog:"ダイアログで校正",btn_prevProblem:"前の提案",btn_nextProblem:"次の提案",btn_assistantDialog:"AI文章作成アシスタント",btn_replace:"置き換える",btn_retry:"再試行",btn_report:"誤りを報告",btn_more:"さらに表示",btn_less:"表示を減らす",btn_suggestionType:"種類",placeholder_fieldNameDic:"辞書名を入力",placeholder_fieldAddWord:"新しい単語を入力",label_ignoreAllCapsWords:"すべて大文字の単語を無視",label_ignoreDomainNames:"ドメイン名を無視",label_ignoreWordsWithMixedCases:"大文字と小文字が混在する単語を無視",label_ignoreWordsWithNumbers:"数字を含む単語を無視",label_autocorrect:"自動的にスペルを修正",label_autocomplete:"自動補完の提案",label_spellingSuggestions:"スペリング",label_grammarSuggestions:"文法",label_styleGuideSuggestions:"スタイルガイド",label_styleSuggestions:"スタイル",about:"バージョン情報",version:"バージョン: ",tab_dictionaries:"辞書",tab_languages:"言語",tab_general:"全般",tab_options:"オプションを無視",text_title:"テキストチェッカー",text_productActions:"アクション",text_correctionBox:"提案のポップアップ",text_copyrights:"",text_dictionaryWords:"辞書の単語",text_problemsCount:"提案",text_nothingToCheck:"チェックするものがありません。",text_noProblems:"よくできました!準備完了です。",text_replaceWith:"%s1 を %s2 に置換",text_disabled:"テキストチェッカー無効",text_prompts:"プロンプト",text_promptsLeft:"残りの今日のプロンプト数",text_inProgress:"処理中",text_noPromptsLeft:"今日のプロンプト制限数に達しました。後ほどお試しください。",text_longText:"テキストの長さが%s文字を超えています。AI文章作成アシスタントを起動できません。再試行してください。",text_shortText:"AI文章作成アシスタントを起動するには、テキスト長が不十分です。最低%s文字必要です。再試行してください。",text_unsupportedAssistantLanguage:"デフォルトで選択された言語は、AI文章作成アシスタントではサポートされていません。",text_assistantIsNotEnabled:"AI文章作成アシスタントが現在の設定で有効になっていません。サポートにお問い合わせください。",text_context:"元のテキスト",text_disclaimer:"AI文章作成アシスタントは間違えることがあります。",message_success_createDic:"辞書 '%s' が作成されました。",message_error_createDic:"辞書 '%s' の作成に失敗しました。既に存在します。",message_success_removeDic:"辞書 '%s' が削除されました。",message_error_removeDic:"辞書 '%s'の削除に失敗しました。見つかりません。",message_success_restoreDic:"辞書 '%s' が接続されました。",message_error_restoreDic:"辞書 '%s'への接続に失敗しました。見つかりません。",message_success_disconnectDic:"辞書 '%s' が切断されました。",message_error_disconnectDic:"辞書 '%s'の接続解除に失敗しました。見つかりません。",message_success_renameDic:"辞書 '%s' の名前が変更されました。",message_error_renameDic:"辞書 '%s'の名前変更に失敗しました。見つかりません。",message_success_deleteWordDic:"単語 '%s' が削除されました。",message_error_deleteWordDic:"単語 '%s'の削除に失敗しました。見つかりません。",message_success_addWordDic:"単語 '%s' が追加されました。",message_error_addWordDic:"単語 '%s' の追加に失敗しました。",message_error_wordAlreadyAddedDic:"単語 '%s' の追加に失敗しました。既に存在します。",message_error_wordWithBannedSymbolsDic:"単語 '%s' の追加に失敗しました。文字と数字を使用してください。特殊文字は使用できません。",message_error_nameWithBannedSymbolsDic:"辞書 '%s' の作成に失敗しました。ラテン文字と数字を使用してください。特殊文字やスペースは使用できません。",message_success_copy:"コピーされました。",message_error_copy:"コピー操作は、キーボードショートカットからのみ利用できます。Ctrl/Cmd + C を使用してください。",message_error_assist:"問題が発生しました。後ほどもう一度お試しください。",message_success_replace:"置換済み",btn_langs:"言語",btn_dictionaryPreferences:"辞書の設定",btn_userManual:"詳細についてはユーザーマニュアルをご確認ください",label_fieldNameDic:"辞書名",message_info_emptyDic:"辞書名を空にすることはできません。",text_descriptionDicForFree:"製品の無料版では、個人辞書に追加されたすべての単語がブラウザのローカルストレージに保存されます。個人辞書を保存し、様々なブラウザやデバイスからアクセスするには、WebSpellCheckerサーバーに辞書を保存する必要があります。このオプションはフルバージョンでのみ利用可能です。",text_descriptionDicForPaid:"辞書の操作方法の詳細",oldck_btn_about:"SCAYT について",oldck_btn_toggle:"SCAYTを有効にする",oldck_btn_langs:"言語",oldck_btn_options:"オプション",oldck_btn_dictionaries:"辞書",oldck_btn_userManual:"詳細についてはユーザーマニュアルをご確認ください",oldck_tab_dictionaries:"辞書",oldck_tab_languages:"言語",oldck_tab_options:"オプション",oldck_tab_about:"バージョン情報",oldck_text_title:"SCAYT",oldck_text_descriptionDicForFree:"SCAYT製品の無料版では、個人辞書に追加されたすべての単語がブラウザのローカルストレージに保存されます。個人辞書を保存し、様々なブラウザやデバイスからアクセスするには、WebSpellCheckerサーバーに辞書を保存する必要があります。このオプションはフルバージョンでのみ利用可能です。",oldck_text_descriptionDicForPaid:"辞書の操作方法の詳細",oldck_message_success_wordAlreadyAddedDic:"単語 '%s' の追加に失敗しました。既に存在します。",btn_about:"WProofreader について",btn_restoreDic:"復元",btn_toggle:"有効にする",btn_undo:"元に戻す",btn_redo:"やり直し",btn_cut:"切り取り",btn_paste:"貼り付け",btn_help:"ヘルプ",btn_info:"情報",btn_apply:"適用",btn_back:"戻る",btn_edit:"編集",btn_moreLanguages:"言語を追加する方法の詳細",btn_learnDictionary:"辞書の操作方法の詳細",btn_showSection:"セクションを表示",btn_hideSection:"セクションを非表示",btn_finishChecking:"チェックを終了",btn_maximize:"最大化",btn_restore:"復元",btn_leave:"はい、終了します",btn_stay:"いいえ、続行します",message_info_opera:"Opera ではサポートされていません",message_info_cut:"切り取りアクションは、ブラウザでキーボードショートカットを使用する場合にのみ利用可能です。Ctrl/Cmd + X を使用してください",message_info_copy:"コピーアクションは、ブラウザでキーボードショートカットを使用する場合にのみ利用可能です。Ctrl/Cmd + C を使用してください",message_info_paste:"キーボード(Ctrl/Cmd+V)を使用してここにテキストを挿入し、貼り付けをクリックしてください。",about_throw_copy:"",text_descriptionDic:"辞書なしで追加された単語は、ブラウザにのみ保存されます。",text_spellingSectionHeader:"スペルの提案",text_grammarSectionHeader:"文法の提案",text_suggestionsContainer:"提案コンテナ",text_problem:"提案",text_changeTo:"変更先",message_confirm_closeWithoutSave:"終了してもよろしいですか?チェックを終了をクリックしないと、すべての変更が失われます。"})}(window.WEBSPELLCHECKER.CORE,"ja"); -------------------------------------------------------------------------------- /wscbundle/local/he/local.js: -------------------------------------------------------------------------------- 1 | /** 2 | * scayt v3.35.5990 3 | * Copyright (c) 2000-2025 WebSpellChecker LLC All rights reserved. 4 | */ 5 | 6 | /*! 7 | * jQuip JavaScript Library v0.0.3 8 | * https://github.com/mythz/jquip 9 | * 10 | * Copyright, Demis Bellot 11 | * Licensed under the MIT license. 12 | * http://www.opensource.org/licenses/mit-license.php 13 | * 14 | */ 15 | 16 | /*! 17 | * Rangy, a cross-browser JavaScript range and selection library 18 | * http://code.google.com/p/rangy/ 19 | * 20 | * Copyright 2012, Tim Down 21 | * Licensed under the MIT license. 22 | * Version: 1.3alpha.681 23 | * Build date: 20 July 2012 24 | */ 25 | 26 | /*! @license 27 | * JS Signals 28 | * Released under the MIT license 29 | * Author: Miller Medeiros 30 | * Version: 0.8.1 - Build: 266 (2012/07/31 03:33 PM) 31 | */ 32 | 33 | /*! 34 | * flag-icon-css 35 | * https://github.com/lipis/flag-icon-css 36 | * 37 | * Copyright 2013 Panayiotis Lipiridis 38 | * Licensed under the MIT license. 39 | */ 40 | !function(a,b){a&&(a.prototype.Localization.lang[b]={btn_add:"הוסף",btn_addWord:"הוסף מילה",btn_deleteWord:"מחק מילה",btn_createDic:"צור",btn_deleteDic:"מחק",btn_renameDic:"שנה שם",btn_connectDic:"התחבר",btn_disconnectDic:"התנתק",btn_cancel:"בטל",btn_disable:"השבת",btn_enable:"הפעל",btn_ignore:"התעלם פעם אחת",btn_ignoreAll:"התעלם מהכל",btn_disableRule:"השבת כלל",btn_moreSuggestions:"הצעות נוספות",btn_noSuggestions:"אין הצעות",btn_suggestionDescription:"תיאור ההצעה",btn_options:"התעלם מאפשרויות",btn_dictionaries:"מילון",btn_settings:"הגדרות",btn_copy:"העתק",btn_close:"סגור",btn_goToDic:"עבור למילון",btn_showMore:"אפשרויות נוספות",btn_showLess:"הסתר אפשרויות",btn_proofreadDialog:"בדוק איות בדו-שיח",btn_prevProblem:"ההצעה הקודמת",btn_nextProblem:"ההצעה הבאה",btn_assistantDialog:"עוזר כתיבה עם בינה מלאכותית",btn_replace:"החלף",btn_retry:"נסה שנית",btn_report:"דווח על שגיאה",btn_more:"הצג עוד",btn_less:"הצג פחות",btn_suggestionType:"סוג",placeholder_fieldNameDic:"הזן שם מילון",placeholder_fieldAddWord:"הזן מילה חדשה",label_ignoreAllCapsWords:"התעלם ממילים באותיות גדולות בלבד",label_ignoreDomainNames:"התעלם משמות מתחם",label_ignoreWordsWithMixedCases:"התעלם ממילים בעלות אותיות גדולות וקטנות",label_ignoreWordsWithNumbers:"התעלם ממילים המכילות מספרים",label_autocorrect:"תקן איות אוטומטית",label_autocomplete:"הצעות השלמה אוטומטית",label_spellingSuggestions:"איות",label_grammarSuggestions:"דקדוק",label_styleGuideSuggestions:"מדריך סגנון",label_styleSuggestions:"סגנון",about:"אודות",version:"גרסה: ",tab_dictionaries:"מילון",tab_languages:"שפה",tab_general:"כללי",tab_options:"התעלם מאפשרויות",text_title:"בודק טקסט",text_productActions:"פעולות",text_correctionBox:"חלון קופץ עם הצעות",text_copyrights:"",text_dictionaryWords:"מילים במילון",text_problemsCount:"הצעות",text_nothingToCheck:"אין מה לבדוק.",text_noProblems:"כל הכבוד! הכל מוכן.",text_replaceWith:"החלף את %s1 ב- %s2",text_disabled:"בודק הטקסט מושבת",text_prompts:"טקסטי התחלה",text_promptsLeft:"טקסטי התחלה יומיים שנותרו",text_inProgress:"בתהליך",text_noPromptsLeft:"הגעת למגבלת טקסטי ההתחלה היומית. נסה שוב מאוחר יותר.",text_longText:"אורך הטקסט עולה על %s תווים. לא ניתן להפעיל את עוזר הכתיבה עם בינה מלאכותית. נסה שנית.",text_shortText:"אורך הטקסט אינו מספיק להפעלת עוזר הכתיבה עם בינה מלאכותית. נדרשים %s תווים לפחות. נסה שנית.",text_unsupportedAssistantLanguage:"השפה שנבחרה כברירת מחדל אינה נתמכת על ידי עוזר הכתיבה עם בינה מלאכותית.",text_assistantIsNotEnabled:"עוזר הכתיבה של AI אינו מופעל בהגדרות הנוכחיות. אנא פנה לתמיכה לעזרה.",text_context:"טקסט מקורי",text_disclaimer:"AI writing assistant can make mistakes.",message_success_createDic:"המילון '%s' נוצר.",message_error_createDic:"יצירת המילון '%s' נכשלה. כבר קיים.",message_success_removeDic:"המילון '%s' נמחק.",message_error_removeDic:"נכשל במחיקת המילון '%s'. לא נמצא.",message_success_restoreDic:"המילון '%s' מחובר.",message_error_restoreDic:"נכשל בחיבור למילון '%s'. לא נמצא.",message_success_disconnectDic:"המילון '%s' מנותק.",message_error_disconnectDic:"נכשל בניתוק המילון '%s'. לא נמצא.",message_success_renameDic:"שם המילון '%s' השתנה.",message_error_renameDic:"נכשל בשינוי שם המילון '%s'. לא נמצא.",message_success_deleteWordDic:"המילה '%s' נמחקה.",message_error_deleteWordDic:"נכשל במחיקת המילה '%s'. לא נמצאה.",message_success_addWordDic:"המילה '%s' נוספה.",message_error_addWordDic:"הוספת המילה '%s' נכשלה.",message_error_wordAlreadyAddedDic:"הוספת המילה '%s' נכשלה. כבר קיים.",message_error_wordWithBannedSymbolsDic:"נכשל בהוספת המילה '%s'. השתמש באותיות וספרות. תווים מיוחדים אינם מורשים.",message_error_nameWithBannedSymbolsDic:"יצירת המילון '%s' נכשלה. השתמש באותיות לטיניות וספרות. לא ניתן להשתמש בתווים מיוחדים או רווחים.",message_success_copy:"הועתק.",message_error_copy:"פעולת ההעתקה זמינה בדפדפן שלך רק באמצעות קיצור דרך מקלדת. השתמש ב-Ctrl/Cmd + C.",message_error_assist:"משהו השתבש. נסה שוב מאוחר יותר.",message_success_replace:"הוחלף.",btn_langs:"שפה",btn_dictionaryPreferences:"העדפות מילון",btn_userManual:"בדוק במדריך למשתמש למידע נוסף",label_fieldNameDic:"שם המילון",message_info_emptyDic:"שם המילון לא יכול להיות ריק.",text_descriptionDicForFree:"בגרסה החינמית של המוצר, כל המילים שנוספות למילון האישי מאוחסנות באחסון המקומי של הדפדפן. כדי לשמור מילון אישי ולגשת אליו ממספר דפדפנים או מכשירים שונים, יש לאחסן את המילון בשרת WebSpellChecker. אפשרות זו זמינה רק בגרסה המלאה.",text_descriptionDicForPaid:"למד עוד כיצד לעבוד עם המילון",oldck_btn_about:"אודות SCAYT",oldck_btn_toggle:"הפעל SCAYT",oldck_btn_langs:"שפות",oldck_btn_options:"אפשרויות",oldck_btn_dictionaries:"מילונים",oldck_btn_userManual:"בדוק במדריך למשתמש למידע נוסף",oldck_tab_dictionaries:"מילונים",oldck_tab_languages:"שפות",oldck_tab_options:"אפשרויות",oldck_tab_about:"אודות",oldck_text_title:"SCAYT",oldck_text_descriptionDicForFree:"בגרסה החינמית של מוצר SCAYT, כל המילים שנוספות למילון אישי נשמרות באחסון המקומי של הדפדפן. כדי לשמור מילון אישי ולגשת אליו ממספר דפדפנים או מכשירים, יש לאחסן את המילון בשרת WebSpellChecker. אפשרות זו זמינה רק בגרסה המלאה.",oldck_text_descriptionDicForPaid:"למד עוד כיצד לעבוד עם המילון",oldck_message_success_wordAlreadyAddedDic:"הוספת המילה '%s' נכשלה. כבר קיים.",btn_about:"אודות WProofreader",btn_restoreDic:"שחזר",btn_toggle:"הפעל",btn_undo:"בטל",btn_redo:"בצע שוב",btn_cut:"גזור",btn_paste:"הדבק",btn_help:"עזרה",btn_info:"מידע",btn_apply:"החל",btn_back:"חזור",btn_edit:"ערוך",btn_moreLanguages:"למד עוד כיצד להוסיף שפות נוספות",btn_learnDictionary:"למד עוד כיצד לעבוד עם המילון",btn_showSection:"הצג מקטע",btn_hideSection:"הסתר מקטע",btn_finishChecking:"סיים בדיקה",btn_maximize:"הגדל",btn_restore:"שחזר",btn_leave:"כן צא",btn_stay:"לא הישאר",message_info_opera:"לא נתמך על ידי Opera",message_info_cut:"פעולת הגזירה זמינה רק בדפדפן שלך באמצעות קיצור מקשים. השתמש ב- Ctrl/Cmd + X",message_info_copy:"פעולת ההעתקה זמינה רק בדפדפן שלך באמצעות קיצור מקשים. השתמש ב- Ctrl/Cmd + C",message_info_paste:"הזן את הטקסט שלך כאן באמצעות המקלדת (Ctrl/Cmd+V) ולחץ על הדבק.",about_throw_copy:"",text_descriptionDic:"ללא מילון, מילים שנוספו יישמרו בדפדפן בלבד.",text_spellingSectionHeader:"הצעות איות",text_grammarSectionHeader:"הצעות דקדוק",text_suggestionsContainer:"מכולת הצעות",text_problem:"הצעה",text_changeTo:"שנה ל-",message_confirm_closeWithoutSave:"האם אתה בטוח שברצונך לצאת? כל השינויים יאבדו ללא לחיצה על סיים בדיקה."})}(window.WEBSPELLCHECKER.CORE,"he"); -------------------------------------------------------------------------------- /wscbundle/themes/flags/br.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /wscbundle/local/ar/local.js: -------------------------------------------------------------------------------- 1 | /** 2 | * scayt v3.35.5990 3 | * Copyright (c) 2000-2025 WebSpellChecker LLC All rights reserved. 4 | */ 5 | 6 | /*! 7 | * jQuip JavaScript Library v0.0.3 8 | * https://github.com/mythz/jquip 9 | * 10 | * Copyright, Demis Bellot 11 | * Licensed under the MIT license. 12 | * http://www.opensource.org/licenses/mit-license.php 13 | * 14 | */ 15 | 16 | /*! 17 | * Rangy, a cross-browser JavaScript range and selection library 18 | * http://code.google.com/p/rangy/ 19 | * 20 | * Copyright 2012, Tim Down 21 | * Licensed under the MIT license. 22 | * Version: 1.3alpha.681 23 | * Build date: 20 July 2012 24 | */ 25 | 26 | /*! @license 27 | * JS Signals 28 | * Released under the MIT license 29 | * Author: Miller Medeiros 30 | * Version: 0.8.1 - Build: 266 (2012/07/31 03:33 PM) 31 | */ 32 | 33 | /*! 34 | * flag-icon-css 35 | * https://github.com/lipis/flag-icon-css 36 | * 37 | * Copyright 2013 Panayiotis Lipiridis 38 | * Licensed under the MIT license. 39 | */ 40 | !function(a,b){a&&(a.prototype.Localization.lang[b]={btn_add:"إضافة",btn_addWord:"إضافة كلمة",btn_deleteWord:"حذف كلمة",btn_createDic:"إنشاء",btn_deleteDic:"حذف",btn_renameDic:"إعادة تسمية",btn_connectDic:"اتصال",btn_disconnectDic:"قطع الاتصال",btn_cancel:"إلغاء",btn_disable:"تعطيل",btn_enable:"تمكين",btn_ignore:"تجاهل مرة واحدة",btn_ignoreAll:"تجاهل الكل",btn_disableRule:"تعطيل القاعدة",btn_moreSuggestions:"اقتراحات إضافية",btn_noSuggestions:"لا توجد اقتراحات",btn_suggestionDescription:"وصف الاقتراح",btn_options:"تجاهل الخيارات",btn_dictionaries:"قاموس",btn_settings:"الإعدادات",btn_copy:"نسخ",btn_close:"إغلاق",btn_goToDic:"الذهاب إلى القاموس",btn_showMore:"خيارات إضافية",btn_showLess:"إخفاء الخيارات",btn_proofreadDialog:"تدقيق في مربع الحوار",btn_prevProblem:"الاقتراح السابق",btn_nextProblem:"الاقتراح التالي",btn_assistantDialog:"مساعد الكتابة بالذكاء الاصطناعي",btn_replace:"استبدال",btn_retry:"إعادة المحاولة",btn_report:"الإبلاغ عن خطأ",btn_more:"أظهر المزيد",btn_less:"أظهر أقل",btn_suggestionType:"نوع",placeholder_fieldNameDic:"أدخل اسم القاموس",placeholder_fieldAddWord:"أدخل كلمة جديدة",label_ignoreAllCapsWords:"تجاهل الكلمات المكتوبة بأحرف كبيرة",label_ignoreDomainNames:"تجاهل أسماء النطاقات",label_ignoreWordsWithMixedCases:"تجاهل الكلمات ذات الأحرف المختلطة",label_ignoreWordsWithNumbers:"تجاهل الكلمات التي تحتوي على أرقام",label_autocorrect:"تصحيح الأخطاء الإملائية تلقائيًا",label_autocomplete:"اقتراحات الإكمال التلقائي",label_spellingSuggestions:"الإملاء",label_grammarSuggestions:"القواعد",label_styleGuideSuggestions:"دليل الأسلوب",label_styleSuggestions:"أسلوب",about:"حول",version:"الإصدار: ",tab_dictionaries:"قاموس",tab_languages:"اللغة",tab_general:"عام",tab_options:"تجاهل الخيارات",text_title:"مدقق النص",text_productActions:"الإجراءات",text_correctionBox:"نافذة منبثقة للاقتراحات",text_copyrights:"",text_dictionaryWords:"كلمات القاموس",text_problemsCount:"اقتراحات",text_nothingToCheck:"لا يوجد شيء للتحقق منه.",text_noProblems:"أحسنت! جاهز للانطلاق.",text_replaceWith:"استبدال %s1 بـ %s2",text_disabled:"مدقق النص معطل",text_prompts:"المطالبات",text_promptsLeft:"المطالبات اليومية المتبقية",text_inProgress:"قيد التقدم",text_noPromptsLeft:"لقد وصلت إلى الحد اليومي للمطالبات. يرجى المحاولة مرة أخرى لاحقًا.",text_longText:"يتجاوز طول النص %s حرفًا. لا يمكن تشغيل مساعد الكتابة بالذكاء الاصطناعي. أعد المحاولة.",text_shortText:"طول النص غير كافٍ لتشغيل مساعد الكتابة بالذكاء الاصطناعي. الحد الأدنى %s حرفًا مطلوب. أعد المحاولة.",text_unsupportedAssistantLanguage:"اللغة المحددة افتراضيًا غير مدعومة من قبل مساعد الكتابة بالذكاء الاصطناعي.",text_assistantIsNotEnabled:"مساعد الكتابة بالذكاء الاصطناعي غير مفعّل في الإعداد الحالي. يرجى الاتصال بالدعم للمساعدة.",text_context:"النص الأصلي",text_disclaimer:"AI writing assistant can make mistakes.",message_success_createDic:"تم إنشاء القاموس '%s'.",message_error_createDic:"فشل إنشاء القاموس '%s'. يوجد بالفعل.",message_success_removeDic:"تم حذف القاموس '%s'.",message_error_removeDic:"فشل حذف القاموس '%s'. لم يتم العثور عليه.",message_success_restoreDic:"تم توصيل القاموس '%s'.",message_error_restoreDic:"فشل الاتصال بالقاموس '%s'. لم يتم العثور عليه.",message_success_disconnectDic:"تم قطع اتصال القاموس '%s'.",message_error_disconnectDic:"فشل قطع الاتصال بالقاموس '%s'. لم يتم العثور عليه.",message_success_renameDic:"تمت إعادة تسمية القاموس '%s'.",message_error_renameDic:"فشل إعادة تسمية القاموس '%s'. لم يتم العثور عليه.",message_success_deleteWordDic:"تم حذف الكلمة '%s'.",message_error_deleteWordDic:"فشل حذف الكلمة '%s'. لم يتم العثور عليها.",message_success_addWordDic:"تمت إضافة الكلمة '%s'.",message_error_addWordDic:"فشلت إضافة الكلمة '%s'.",message_error_wordAlreadyAddedDic:"فشلت إضافة الكلمة '%s'. موجودة بالفعل.",message_error_wordWithBannedSymbolsDic:"فشل إضافة الكلمة '%s'. استخدم الحروف والأرقام فقط. لا يُسمح بالرموز الخاصة.",message_error_nameWithBannedSymbolsDic:"فشل إنشاء القاموس '%s'. استخدم الأحرف اللاتينية والأرقام. غير مسموح باستخدام أحرف خاصة أو مسافات.",message_success_copy:"تم النسخ.",message_error_copy:"إجراء النسخ متاح فقط في متصفحك باستخدام اختصار لوحة المفاتيح. استخدم Ctrl/Cmd + C.",message_error_assist:"حدث خطأ ما. حاول مرة أخرى لاحقًا.",message_success_replace:"تم الاستبدال.",btn_langs:"اللغة",btn_dictionaryPreferences:"تفضيلات القاموس",btn_userManual:"راجع دليل المستخدم لمزيد من المعلومات",label_fieldNameDic:"اسم القاموس",message_info_emptyDic:"يجب ألا يكون اسم القاموس فارغًا.",text_descriptionDicForFree:"في الإصدار المجاني من المنتج، يتم تخزين جميع الكلمات المضافة إلى القاموس الشخصي في التخزين المحلي للمتصفح. لحفظ القاموس الشخصي والوصول إليه من متصفحات أو أجهزة مختلفة، يجب تخزين القاموس على خادم WebSpellChecker. هذا الخيار متاح فقط في الإصدار الكامل.",text_descriptionDicForPaid:"تعرف على المزيد حول كيفية العمل مع القاموس",oldck_btn_about:"حول SCAYT",oldck_btn_toggle:"تفعيل SCAYT",oldck_btn_langs:"اللغات",oldck_btn_options:"الخيارات",oldck_btn_dictionaries:"القواميس",oldck_btn_userManual:"راجع دليل المستخدم لمزيد من المعلومات",oldck_tab_dictionaries:"القواميس",oldck_tab_languages:"اللغات",oldck_tab_options:"الخيارات",oldck_tab_about:"حول",oldck_text_title:"SCAYT",oldck_text_descriptionDicForFree:"في النسخة المجانية من منتج SCAYT، يتم تخزين جميع الكلمات المضافة إلى القاموس الشخصي في التخزين المحلي للمتصفح. لحفظ القاموس الشخصي والوصول إليه من متصفحات أو أجهزة مختلفة، يجب تخزين القاموس على خوادم WebSpellChecker. هذا الخيار متاح فقط في النسخة الكاملة.",oldck_text_descriptionDicForPaid:"تعرف على المزيد حول كيفية العمل مع القاموس",oldck_message_success_wordAlreadyAddedDic:"فشلت إضافة الكلمة '%s'. موجودة بالفعل.",btn_about:"حول WProofreader",btn_restoreDic:"استعادة",btn_toggle:"تفعيل",btn_undo:"تراجع",btn_redo:"إعادة",btn_cut:"قص",btn_paste:"لصق",btn_help:"مساعدة",btn_info:"معلومات",btn_apply:"تطبيق",btn_back:"رجوع",btn_edit:"تحرير",btn_moreLanguages:"تعرف على المزيد حول كيفية إضافة المزيد من اللغات",btn_learnDictionary:"تعرف على المزيد حول كيفية العمل مع القاموس",btn_showSection:"إظهار القسم",btn_hideSection:"إخفاء القسم",btn_finishChecking:"إنهاء التحقق",btn_maximize:"تكبير",btn_restore:"استعادة",btn_leave:"نعم، الخروج",btn_stay:"لا، البقاء",message_info_opera:"غير مدعوم بواسطة أوبرا",message_info_cut:"إجراء القص متاح فقط في متصفحك باستخدام اختصار لوحة المفاتيح. استخدم Ctrl/Cmd + X",message_info_copy:"إجراء النسخ متاح فقط في متصفحك باستخدام اختصار لوحة المفاتيح. استخدم Ctrl/Cmd + C",message_info_paste:"أدخل نصك هنا باستخدام لوحة المفاتيح (Ctrl/Cmd+V) وانقر على لصق.",about_throw_copy:"",text_descriptionDic:"بدون قاموس، سيتم حفظ الكلمات المضافة في المتصفح فقط.",text_spellingSectionHeader:"اقتراحات الإملاء",text_grammarSectionHeader:"اقتراحات النحو",text_suggestionsContainer:"حاوية الاقتراحات",text_problem:"اقتراح",text_changeTo:"تغيير إلى",message_confirm_closeWithoutSave:"هل أنت متأكد أنك تريد الخروج؟ ستفقد جميع التغييرات بدون النقر على إنهاء التحقق."})}(window.WEBSPELLCHECKER.CORE,"ar"); --------------------------------------------------------------------------------