{
"settings":{
"info": {
"title": "Information",
"description": "The default grammar checking server is provided for free by the developer, MassiveBox. It does not save, sell or share the content of your text.
Running a LanguageTool server is resource intensive, so if you find this plugin useful, please consider donating to help me keep it alive!"
},
"server": {
"title": "LanguageTool server",
"description": "The URL of the LanguageTool server, with the trailing slash. Some suggestions:\n
https://lt.massive.box/
https://languagetool.org/api/
https://api.languagetoolplus.com/
http://localhost:8081/
en-US,de-DE
or en-GB,de-DE
"
},
"enabledByDefault": {
"title": "Enable grammar checking by default",
"description": "If turned on, grammar checking is enabled for all documents, and must be manually disabled for each document where it's not needed.hello,SiYuan
en,it
"
}
},
"errors": {
"builtInEnabled": "The built-in spell checker is enabled, and may conflict with the SySpell Plugin and cause confusion. Disable it in Settings > Editor.",
"cantRenderLabel": "Can't provide grammar suggestions for this block",
"cantRender": "This block contains elements, such as images or tables, that don't work well with the SySpell system.",
"waitingForSuggestions": "Grammar suggestions for this block aren't ready yet, please close the menu and open it again after a few seconds.",
"correctionNotEnabled": "The correction has been copied to your clipboard. Suggestions can be auto-applied when selected. Visit the plugin's settings to enable.",
"checkServer": "Failed to contact grammar checking server, make sure it's correctly set or enable Offline Mode in the plugin settings.",
"notImplementedNotebookSettings": "Notebook-wide grammar checking settings aren't implemented yet, they will be added in a future version. Thanks for your patience!",
"hunspellLoadError": "Failed loading offline spell checker: "
},
"docMenu": {
"documentStatus": "Document status",
"language": "Language",
"status": "Status",
"enabled": "Enabled",
"disabled": "Disabled",
"toggleSpellCheck": "Toggle grammar checking",
"setDocumentLanguage": "Set document language",
"autodetectLanguage": "Autodetect [block by block]"
},
"textMenu": {
"addToDictionary": "Add to dictionary",
"addedToDictionary": "Added to dictionary: "
}
}