Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update link to embedded languagetool server #604

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.nls.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@
"ltex.i18n.configuration.ltex.additionalRules.languageModel.markdownDescription": "Optionaler Pfad zu einem Verzeichnis mit Regeln eines Sprachmodells mit *n*-Gramm-Vorkommniszahlen. Setzen Sie diese Einstellung auf das Elternverzeichnis, das Verzeichnisse für Sprachen enthält (z. B. `en`).",
"ltex.i18n.configuration.ltex.additionalRules.neuralNetworkModel.markdownDescription": "Optionaler Pfad zu einem Verzeichnis mit Regeln eines Modells eines bereits trainierten neuronalen Netzwerks.",
"ltex.i18n.configuration.ltex.additionalRules.word2VecModel.markdownDescription": "Optionaler Pfad zu einem Verzeichnis mit Regeln eines word2vec-Sprachmodells.",
"ltex.i18n.configuration.ltex.languageToolHttpServerUri.markdownDescription": "Falls dies auf eine nicht-leere Zeichenfolge gesetzt ist, dann verwendet LTeX nicht die eingebaute Version von LanguageTool. Stattdessen verbindet sich LTeX zu einem externen [LanguageTool-HTTP-Server](http://wiki.languagetool.org/http-server). Setzen Sie diese Einstellung auf die Haupt-URI des Servers und hängen Sie kein `v2/check` oder Ähnliches an. [Weitere Informationen ...](https://valentjn.github.io/ltex/settings-de.html#ltexlanguagetoolhttpserveruri)",
"ltex.i18n.configuration.ltex.languageToolHttpServerUri.fullMarkdownDescription": "Falls dies auf eine nicht-leere Zeichenfolge gesetzt ist, dann verwendet LTeX nicht die eingebaute Version von LanguageTool. Stattdessen verbindet sich LTeX zu einem externen [LanguageTool-HTTP-Server](http://wiki.languagetool.org/http-server). Setzen Sie diese Einstellung auf die Haupt-URI des Servers und hängen Sie kein `v2/check` oder Ähnliches an.\n\nBeachten Sie, dass in diesem Modus die Einstellungen `ltex.additionalRules.languageModel`, `ltex.additionalRules.neuralNetworkModel` und `ltex.additionalRules.word2VecModel` ignoriert werden.",
"ltex.i18n.configuration.ltex.languageToolHttpServerUri.markdownDescription": "Falls dies auf eine nicht-leere Zeichenfolge gesetzt ist, dann verwendet LTeX nicht die eingebaute Version von LanguageTool. Stattdessen verbindet sich LTeX zu einem externen [LanguageTool-HTTP-Server](https://dev.languagetool.org/http-server). Setzen Sie diese Einstellung auf die Haupt-URI des Servers und hängen Sie kein `v2/check` oder Ähnliches an. [Weitere Informationen ...](https://valentjn.github.io/ltex/settings-de.html#ltexlanguagetoolhttpserveruri)",
"ltex.i18n.configuration.ltex.languageToolHttpServerUri.fullMarkdownDescription": "Falls dies auf eine nicht-leere Zeichenfolge gesetzt ist, dann verwendet LTeX nicht die eingebaute Version von LanguageTool. Stattdessen verbindet sich LTeX zu einem externen [LanguageTool-HTTP-Server](https://dev.languagetool.org/http-server). Setzen Sie diese Einstellung auf die Haupt-URI des Servers und hängen Sie kein `v2/check` oder Ähnliches an.\n\nBeachten Sie, dass in diesem Modus die Einstellungen `ltex.additionalRules.languageModel`, `ltex.additionalRules.neuralNetworkModel` und `ltex.additionalRules.word2VecModel` ignoriert werden.",
"ltex.i18n.configuration.ltex.languageToolOrg.username.markdownDescription": "Benutzername/E-Mail-Adresse, wie zum Login auf languagetool.org benutzt, für Zugriff auf die Premium-API. Nur relevant, falls `ltex.languageToolHttpServerUri` gesetzt ist.",
"ltex.i18n.configuration.ltex.languageToolOrg.username.fullMarkdownDescription": "Benutzername/E-Mail-Adresse, wie zum Login auf languagetool.org benutzt, für Zugriff auf die Premium-API. Nur relevant, falls `ltex.languageToolHttpServerUri` gesetzt ist.",
"ltex.i18n.configuration.ltex.languageToolOrg.apiKey.markdownDescription": "API-Schlüssel für Zugriff auf die Premium-API. Nur relevant, falls `ltex.languageToolHttpServerUri` gesetzt ist.",
Expand Down
4 changes: 2 additions & 2 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@
"ltex.i18n.configuration.ltex.additionalRules.languageModel.markdownDescription": "Optional path to a directory with rules of a language model with *n*-gram occurrence counts. Set this setting to the parent directory that contains subdirectories for languages (e.g., `en`).",
"ltex.i18n.configuration.ltex.additionalRules.neuralNetworkModel.markdownDescription": "Optional path to a directory with rules of a pretrained neural network model.",
"ltex.i18n.configuration.ltex.additionalRules.word2VecModel.markdownDescription": "Optional path to a directory with rules of a word2vec language model.",
"ltex.i18n.configuration.ltex.languageToolHttpServerUri.markdownDescription": "If set to a non-empty string, LTeX will not use the bundled, built-in version of LanguageTool. Instead, LTeX will connect to an external [LanguageTool HTTP server](http://wiki.languagetool.org/http-server). Set this setting to the root URI of the server, and do not append `v2/check` or similar. [More info...](https://valentjn.github.io/ltex/settings.html#ltexlanguagetoolhttpserveruri)",
"ltex.i18n.configuration.ltex.languageToolHttpServerUri.fullMarkdownDescription": "If set to a non-empty string, LTeX will not use the bundled, built-in version of LanguageTool. Instead, LTeX will connect to an external [LanguageTool HTTP server](http://wiki.languagetool.org/http-server). Set this setting to the root URI of the server, and do not append `v2/check` or similar.\n\nNote that in this mode, the settings `ltex.additionalRules.languageModel`, `ltex.additionalRules.neuralNetworkModel`, and `ltex.additionalRules.word2VecModel` will not take any effect.",
"ltex.i18n.configuration.ltex.languageToolHttpServerUri.markdownDescription": "If set to a non-empty string, LTeX will not use the bundled, built-in version of LanguageTool. Instead, LTeX will connect to an external [LanguageTool HTTP server](https://dev.languagetool.org/http-server). Set this setting to the root URI of the server, and do not append `v2/check` or similar. [More info...](https://valentjn.github.io/ltex/settings.html#ltexlanguagetoolhttpserveruri)",
"ltex.i18n.configuration.ltex.languageToolHttpServerUri.fullMarkdownDescription": "If set to a non-empty string, LTeX will not use the bundled, built-in version of LanguageTool. Instead, LTeX will connect to an external [LanguageTool HTTP server](https://dev.languagetool.org/http-server). Set this setting to the root URI of the server, and do not append `v2/check` or similar.\n\nNote that in this mode, the settings `ltex.additionalRules.languageModel`, `ltex.additionalRules.neuralNetworkModel`, and `ltex.additionalRules.word2VecModel` will not take any effect.",
"ltex.i18n.configuration.ltex.languageToolOrg.username.markdownDescription": "Username/email as used to log in at languagetool.org for Premium API access. Only relevant if `ltex.languageToolHttpServerUri` is set.",
"ltex.i18n.configuration.ltex.languageToolOrg.username.fullMarkdownDescription": "Username/email as used to log in at languagetool.org for Premium API access. Only relevant if `ltex.languageToolHttpServerUri` is set.",
"ltex.i18n.configuration.ltex.languageToolOrg.apiKey.markdownDescription": "API key for Premium API access. Only relevant if `ltex.languageToolHttpServerUri` is set.",
Expand Down