-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable fixing multiple diagnostics at once
- Loading branch information
Showing
3 changed files
with
157 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
addAllUnknownWordsInSelectionToDictionary = Alle unbekannten W\u00f6rter in Auswahl zum W\u00f6rterbuch hinzuf\u00fcgen | ||
addWordToDictionary = '{0}' zum W\u00f6rterbuch hinzuf\u00fcgen | ||
disableAllRulesWithMatchesInSelection = Alle Regeln mit Treffer in Auswahl deaktivieren | ||
disableRule = Regel deaktivieren | ||
ignoreAllRulesInTheSelectedSentences = Alle Regeln in den ausgew\u00e4hlten S\u00e4tzen ignorieren | ||
ignoreRuleInThisSentence = Regel in diesem Satz ignorieren | ||
useWord = '{0}' verwenden | ||
useWordAllSelectedMatches = '{0}' verwenden (alle ausgew\u00e4hlten Treffer) |