## Errors shown when invalid search input is encountered. ## Backticks change the text formatting, so please don't change the backticks. ## Text inside backticks should not be changed unless noted. ## It's ok to change quotes outside of backticks however, eg: ## "`{ $context }`" => 「`{ $context }`」 search-invalid-search = Invalid search: { $reason } search-misplaced-and = an `and` was found but it is not connecting two search terms. If you want to search for the word itself, wrap it in double quotes: `"and"`. search-misplaced-or = an `or` was found but it is not connecting two search terms. If you want to search for the word itself, wrap it in double quotes: `"or"`. # Here, the ellipsis "..." may be localised. search-empty-group = a group `(...)` was found, but there was nothing between the brackets to search for. If you want to search for literal brackets, wrap them in double quotes: `"( )"`. search-unopened-group = a closing bracket `)` was found, but there was no opening bracket `(` preceding it. If you want to search for a literal `)`, wrap it in double quotes or prepend a backslash: `")"` or `\)`. search-unclosed-group = an opening bracket `(` was found, but there was no closing bracket `)` following it. If you want to search for a literal `(`, wrap it in double quotes or prepend a backslash: `"("` or `\(` . search-empty-quote = a pair of double quotes `""` was found, but there was nothing between them to search for. If you want to search for literal double quotes, prepend backslashes: `\"\"`. search-unclosed-quote = an opening double quote `"` was found, but there was no second one to close it. If you want to search for a literal `"`, prepend a backslash: `\"`. search-missing-key = a colon `:` was found, but there was no keyword preceding it. If you want to search for a literal `:`, prepend a backslash: `\:`. search-unknown-escape = the escape sequence `{ $val }` is not defined. If you want to search for a literal backslash `\`, prepend another one: `\\`. search-invalid-argument = `{ $term }` was given an invalid argument '`{ $argument }`'. search-invalid-flag-2 = `flag:` must be followed by a valid flag number: `1` (red), `2` (orange), `3` (green), `4` (blue), `5` (pink), `6` (turquoise), `7` (purple) or `0` (no flag). search-invalid-prop-operator = `prop:{ $val }` must be followed by one of the following comparison operators: `=`, `!=`, `<`, `>`, `<=` or `>=`. search-invalid-other = please check for typing mistakes. ## eg. expected a number in "due>5x", but found "5x" search-invalid-number = expected a number in "`{ $context }`", but found "`{ $provided }`". search-invalid-whole-number = expected a whole number in "`{ $context }`", but found "`{ $provided }`". search-invalid-positive-whole-number = expected a positive whole number in "`{ $context }`", but found "`{ $provided }`". search-invalid-negative-whole-number = expected a whole number less than or equal to 0 in "`{ $context }`", but found "`{ $provided }`". search-invalid-answer-button = expected an answer button between 1-4 in "`{ $context }`", but found "`{ $provided }`". ## Column labels in browse screen search-note-modified = Note Modified search-card-modified = Card Modified ## # Tooltip for search lines outside browser search-view-in-browser = View in browser