graphdb-workbench-tests 2.1.0-RC3 → 2.1.0-RC4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fixtures/locale-en.json
CHANGED
|
@@ -537,8 +537,8 @@
|
|
|
537
537
|
"menu.sparql.label": "SPARQL",
|
|
538
538
|
"menu.monitor.label": "Monitor",
|
|
539
539
|
"menu.queries.and.updates.label": "Queries and Updates",
|
|
540
|
-
"menu.enableFtsIndex.label": "Enable full-text search",
|
|
541
|
-
"menu.ftsIndexes.label": "
|
|
540
|
+
"menu.enableFtsIndex.label": "Enable full-text search (FTS) index",
|
|
541
|
+
"menu.ftsIndexes.label": "FTS indexes to build (comma delimited)",
|
|
542
542
|
"menu.ftsStringLiteralsIndex.label": "FTS index for xsd:string literals",
|
|
543
543
|
"menu.ftsIrisIndex.label": "FTS index for full-text indexing of IRIs",
|
|
544
544
|
"menu.ftsDefaultAnalyzer.label": "Analyzer for the default index",
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
"repoTooltips.throwQueryEvaluationExceptionOnTimeout": "Repository throws QueryEvaluationException when the duration of a query execution exceeds the timeout parameter.",
|
|
969
969
|
"repoTooltips.queryLimitResults": "Sets the maximum number of results returned from a query after which the evaluation of a query will be terminated; values less than or equal to zero mean no limit.",
|
|
970
970
|
"repoTooltips.nonInterpretablePredicates": "Semicolon-delimited list of predicates (full URIs) that GraphDB will not try to process with the registered GraphDB plugins.",
|
|
971
|
-
"repoTooltips.enableFtsIndex": "Enable full-text search.",
|
|
971
|
+
"repoTooltips.enableFtsIndex": "Enable full-text search (FTS) index.",
|
|
972
972
|
"repoTooltips.ftsIndexes": "Comma delimited list of languages that should have specific index with appropriate analyzer for full-text search. Possible values are: default, iri, ar, bg, bn, br, ca, ja, ko, zh, ku, cz, da, de, el, en, es, et, eu, fa, fi, fr, ga, gl, hi, hu, hy, id, it, lt, lv, ne, nl, no, pt, ro, ru, sr, sv, ta, te, th, tr",
|
|
973
973
|
"repoTooltips.ftsStringLiteralsIndex": "The index in which the string literals (xsd:string) are indexed. Possible values are: none, default or 2 letter language code",
|
|
974
974
|
"repoTooltips.ftsIrisIndex": "The index in which the IRIs are indexed for full-text search. Possible values are: none, default or 2 letter language code",
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
"value": "32"
|
|
78
78
|
},
|
|
79
79
|
"enableFtsIndex": {
|
|
80
|
-
"label": "Enable full-text search",
|
|
80
|
+
"label": "Enable full-text search (FTS) index",
|
|
81
81
|
"name": "enableFtsIndex",
|
|
82
82
|
"value": "true"
|
|
83
83
|
},
|
|
84
84
|
"ftsIndexes": {
|
|
85
|
-
"label": "
|
|
85
|
+
"label": "FTS indexes to build (comma delimited)",
|
|
86
86
|
"name": "ftsIndexes",
|
|
87
87
|
"value": "default, iri"
|
|
88
88
|
},
|