Files
openide/plugins/jsonpath/resources/messages/JsonPathBundle.properties
Yuriy Artamonov 4dac328bf4 [i18n] IJPL-158521 Fix more ellipsis problems in plugins
GitOrigin-RevId: 981393c6f975e303847ca598b650fec8fe65d9bf
2024-07-30 16:35:51 +00:00

57 lines
2.7 KiB
INI

settings.display.name.jsonpath=JSONPath
jsonpath.color.page.keyword=Keyword
jsonpath.color.page.identifier=Identifier
jsonpath.color.page.string=String
jsonpath.color.page.number=Number
jsonpath.color.page.boolean=Boolean
jsonpath.color.page.function=Function call
jsonpath.color.page.context=Context variable
jsonpath.color.page.brackets=Braces and Operators//Brackets
jsonpath.color.page.braces=Braces and Operators//Braces
jsonpath.color.page.colon=Braces and Operators//Colon
jsonpath.color.page.comma=Braces and Operators//Comma
jsonpath.color.page.dot=Braces and Operators//Dot
jsonpath.color.page.operation.sign=Braces and Operators//Operation sign
jsonpath.color.page.parentheses=Braces and Operators//Parentheses
jsonpath.completion.key=key
jsonpath.evaluate.no.result=Evaluate expression to see result
jsonpath.toolwindow.evaluate.stripe=Evaluate JSONPath
jsonpath.toolwindow.evaluate.on.snippet=Snippet
jsonpath.toolwindow.evaluate.on.snippet.n=Snippet ({0})
jsonpath.toolwindow.evaluate.on.file=File {0}
jsonpath.evaluate.intention=Evaluate JSONPath Expression
jsonpath.evaluate.export.result=Export Result of JSONPath Evaluate
jsonpath.evaluate.progress.export.result=Exporting JSONPath Evaluate Result
jsonpath.evaluate.add.tab.text=New Tab
jsonpath.evaluate.input=JSON input:
jsonpath.evaluate.result=Result:
jsonpath.evaluate.options=Options
jsonpath.evaluate.output.option=Output:
jsonpath.evaluate.output.values=Matching Values
jsonpath.evaluate.output.paths=Path Expressions
jsonpath.evaluate.suppress.exceptions=Suppress Exceptions During Evaluate
jsonpath.evaluate.return.list=Always Return Result List
jsonpath.evaluate.nullize.missing.leaf=Return Null for Missing Leaf
jsonpath.evaluate.require.all.properties=Require All Properties
jsonpath.evaluate.file.not.found=Input file not found
inspection.jsonpath.unknown.function=Unknown JSONPath function
inspection.jsonpath.unknown.operator=Unknown JSONPath operator
inspection.jsonpath.unknown.key=Unknown property key used for JSONPath evaluate expression
inspection.message.jsonpath.unknown.function.name=Unknown function name ''{0}''
inspection.message.jsonpath.unknown.operator.name=Unknown operator ''{0}''
inspection.message.jsonpath.unknown.key=Property key ''{0}'' is not defined in the source JSON document
inspection.message.jsonpath.unsupported.jayway.function=Function {0} is not supported in Jayway JSONPath implementation
inspection.message.jsonpath.unsupported.jayway.operator=Operator {0} is not supported in Jayway JSONPath implementation
action.JsonPathEvaluateAction.text=Evaluate JSONPath Expression\u2026
action.JsonPathExportEvaluateResultAction.text=Export Result
filetype.jsonpath.description=JSONPath
jsonpath.inspection.group=JSONPath