-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:meedan/check-web into refactoring/…
…CV2-6006-add-graph-ql-fragments-for-media-origin-media-origin-banner-and-parent-components
- Loading branch information
Showing
13 changed files
with
323 additions
and
215 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
localization/react-intl/src/app/components/bot/MatchingSettings.json
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[ | ||
{ | ||
"id": "matchingSettings.lowRange", | ||
"description": "Label for low end of similarity threshold", | ||
"defaultMessage": "Lenient" | ||
}, | ||
{ | ||
"id": "matchingSettings.highRange", | ||
"description": "Label for the high end of the similarity threshold", | ||
"defaultMessage": "Strict" | ||
}, | ||
{ | ||
"id": "matchingSettings.maxWordsHelpMessage", | ||
"description": "Message for additional context for the use of the maximum word value", | ||
"defaultMessage": "Maximum number of words to perform a keyword search instead of a similarity search." | ||
}, | ||
{ | ||
"id": "matchingSettings.maxWordsLabel", | ||
"description": "Label for maximum matching words input", | ||
"defaultMessage": "Maximum words" | ||
}, | ||
{ | ||
"id": "matchingSettings.similarityThresholdLabel", | ||
"description": "Label for the search threshold slider", | ||
"defaultMessage": "Search Threshold" | ||
}, | ||
{ | ||
"id": "matchingSettings.similarityThresholdValueLabel", | ||
"description": "Label for value on slider.", | ||
"defaultMessage": "Search Threshold: {val}" | ||
}, | ||
{ | ||
"id": "matchingSettings.similarityThresholdHelpMessage", | ||
"description": "Additional context for the use of the value for the search threshold slider", | ||
"defaultMessage": "When searching for articles to return based on a user message, how strict should the bot be when comparing text." | ||
} | ||
] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.