@gooddata/sdk-ui-semantic-search 11.15.0-alpha.9 → 11.15.0
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/esm/localization/bundles/en-US.localization-bundle.d.ts +68 -17
- package/esm/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/en-US.localization-bundle.js +68 -17
- package/esm/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/package.json +16 -19
- package/esm/localization/bundles/de-DE.json +0 -19
- package/esm/localization/bundles/en-AU.json +0 -19
- package/esm/localization/bundles/en-GB.json +0 -19
- package/esm/localization/bundles/en-US.json +0 -70
- package/esm/localization/bundles/es-419.json +0 -19
- package/esm/localization/bundles/es-ES.json +0 -19
- package/esm/localization/bundles/fi-FI.json +0 -19
- package/esm/localization/bundles/fr-CA.json +0 -19
- package/esm/localization/bundles/fr-FR.json +0 -19
- package/esm/localization/bundles/it-IT.json +0 -19
- package/esm/localization/bundles/ja-JP.json +0 -19
- package/esm/localization/bundles/ko-KR.json +0 -19
- package/esm/localization/bundles/nl-NL.json +0 -19
- package/esm/localization/bundles/pl-PL.json +0 -19
- package/esm/localization/bundles/pt-BR.json +0 -19
- package/esm/localization/bundles/pt-PT.json +0 -19
- package/esm/localization/bundles/ru-RU.json +0 -19
- package/esm/localization/bundles/sl-SI.json +0 -19
- package/esm/localization/bundles/tr-TR.json +0 -19
- package/esm/localization/bundles/zh-HK.json +0 -19
- package/esm/localization/bundles/zh-Hans.json +0 -19
- package/esm/localization/bundles/zh-Hant.json +0 -19
|
@@ -1,20 +1,71 @@
|
|
|
1
1
|
export declare const en_US: {
|
|
2
|
-
"semantic-search.error.title":
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
"semantic-search.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"semantic-search.
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"semantic-search.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
2
|
+
"semantic-search.error.title": {
|
|
3
|
+
text: string;
|
|
4
|
+
crowdinContext: string;
|
|
5
|
+
};
|
|
6
|
+
"semantic-search.error.text": {
|
|
7
|
+
text: string;
|
|
8
|
+
crowdinContext: string;
|
|
9
|
+
};
|
|
10
|
+
"semantic-search.no-results": {
|
|
11
|
+
text: string;
|
|
12
|
+
crowdinContext: string;
|
|
13
|
+
};
|
|
14
|
+
"semantic-search.results.count": {
|
|
15
|
+
text: string;
|
|
16
|
+
crowdinContext: string;
|
|
17
|
+
};
|
|
18
|
+
"semantic-search.label": {
|
|
19
|
+
text: string;
|
|
20
|
+
crowdinContext: string;
|
|
21
|
+
};
|
|
22
|
+
"semantic-search.placeholder": {
|
|
23
|
+
text: string;
|
|
24
|
+
crowdinContext: string;
|
|
25
|
+
};
|
|
26
|
+
"semantic-search.id": {
|
|
27
|
+
text: string;
|
|
28
|
+
crowdinContext: string;
|
|
29
|
+
};
|
|
30
|
+
"semantic-search.tags": {
|
|
31
|
+
text: string;
|
|
32
|
+
crowdinContext: string;
|
|
33
|
+
};
|
|
34
|
+
"semantic-search.match": {
|
|
35
|
+
text: string;
|
|
36
|
+
crowdinContext: string;
|
|
37
|
+
};
|
|
38
|
+
"semantic-search.previous-search": {
|
|
39
|
+
text: string;
|
|
40
|
+
crowdinContext: string;
|
|
41
|
+
};
|
|
42
|
+
"semantic-search.tree": {
|
|
43
|
+
text: string;
|
|
44
|
+
crowdinContext: string;
|
|
45
|
+
};
|
|
46
|
+
"semantic-search.tree.history": {
|
|
47
|
+
text: string;
|
|
48
|
+
crowdinContext: string;
|
|
49
|
+
};
|
|
50
|
+
"semantic-search.edit": {
|
|
51
|
+
text: string;
|
|
52
|
+
crowdinContext: string;
|
|
53
|
+
};
|
|
54
|
+
"semantic-search.date.at": {
|
|
55
|
+
text: string;
|
|
56
|
+
crowdinContext: string;
|
|
57
|
+
};
|
|
58
|
+
"semantic-search.ask.ai.assistant": {
|
|
59
|
+
text: string;
|
|
60
|
+
crowdinContext: string;
|
|
61
|
+
};
|
|
62
|
+
"gs.date.today": {
|
|
63
|
+
text: string;
|
|
64
|
+
crowdinContext: string;
|
|
65
|
+
};
|
|
66
|
+
"gs.date.yesterday": {
|
|
67
|
+
text: string;
|
|
68
|
+
crowdinContext: string;
|
|
69
|
+
};
|
|
19
70
|
};
|
|
20
71
|
//# sourceMappingURL=en-US.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqEjB,CAAC"}
|
|
@@ -1,22 +1,73 @@
|
|
|
1
1
|
// (C) 2021-2024 GoodData Corporation
|
|
2
2
|
// DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
|
|
3
3
|
export const en_US = {
|
|
4
|
-
"semantic-search.error.title":
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"semantic-search.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"semantic-search.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"semantic-search.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"
|
|
4
|
+
"semantic-search.error.title": {
|
|
5
|
+
"text": "Our search service is temporarily down.",
|
|
6
|
+
"crowdinContext": "Title for the error message shown when semantic search failed."
|
|
7
|
+
},
|
|
8
|
+
"semantic-search.error.text": {
|
|
9
|
+
"text": "We are working to resolve the issue.",
|
|
10
|
+
"crowdinContext": "Body for the error message shown when semantic search failed."
|
|
11
|
+
},
|
|
12
|
+
"semantic-search.no-results": {
|
|
13
|
+
"text": "No results found for “{query}”.",
|
|
14
|
+
"crowdinContext": "Message shown when semantic search returns no results. The {query} placeholder shows the search term entered by the user."
|
|
15
|
+
},
|
|
16
|
+
"semantic-search.results.count": {
|
|
17
|
+
"text": "{count, plural, one {# result} other {# results}}",
|
|
18
|
+
"crowdinContext": "Information about number of search results."
|
|
19
|
+
},
|
|
20
|
+
"semantic-search.label": {
|
|
21
|
+
"text": "Search dashboards or visualization",
|
|
22
|
+
"crowdinContext": "Label for the input box that is used in semantic search."
|
|
23
|
+
},
|
|
24
|
+
"semantic-search.placeholder": {
|
|
25
|
+
"text": "Search dashboards or visualization…",
|
|
26
|
+
"crowdinContext": "Placeholder in the input box that is used in semantic search."
|
|
27
|
+
},
|
|
28
|
+
"semantic-search.id": {
|
|
29
|
+
"text": "ID",
|
|
30
|
+
"crowdinContext": "Label of column that contains ID of the search results object."
|
|
31
|
+
},
|
|
32
|
+
"semantic-search.tags": {
|
|
33
|
+
"text": "Tags",
|
|
34
|
+
"crowdinContext": "Label of column that contains tags of the search results object."
|
|
35
|
+
},
|
|
36
|
+
"semantic-search.match": {
|
|
37
|
+
"text": "{score}% match",
|
|
38
|
+
"crowdinContext": "Label showing match percentage in search results. The {score} placeholder displays the relevance score as a number."
|
|
39
|
+
},
|
|
40
|
+
"semantic-search.previous-search": {
|
|
41
|
+
"text": "Previous search: {query}",
|
|
42
|
+
"crowdinContext": "ARIA label for the search history item."
|
|
43
|
+
},
|
|
44
|
+
"semantic-search.tree": {
|
|
45
|
+
"text": "Semantic search tree",
|
|
46
|
+
"crowdinContext": "ARIA label for the semantic search results tree view component."
|
|
47
|
+
},
|
|
48
|
+
"semantic-search.tree.history": {
|
|
49
|
+
"text": "Semantic search tree history",
|
|
50
|
+
"crowdinContext": "ARIA label for the semantic search history tree view component."
|
|
51
|
+
},
|
|
52
|
+
"semantic-search.edit": {
|
|
53
|
+
"text": "Edit",
|
|
54
|
+
"crowdinContext": "Label for the edit action in semantic search results tree view."
|
|
55
|
+
},
|
|
56
|
+
"semantic-search.date.at": {
|
|
57
|
+
"text": "at",
|
|
58
|
+
"crowdinContext": "Label for the date range filter identifying hour. Example: Today at 4:30."
|
|
59
|
+
},
|
|
60
|
+
"semantic-search.ask.ai.assistant": {
|
|
61
|
+
"text": "Ask AI Assistant",
|
|
62
|
+
"crowdinContext": "Button label for the ask ai assistant feature. This button is on search results list on bottom of drop down."
|
|
63
|
+
},
|
|
64
|
+
"gs.date.today": {
|
|
65
|
+
"text": "Today",
|
|
66
|
+
"crowdinContext": "Label for the current day in date filters and selectors."
|
|
67
|
+
},
|
|
68
|
+
"gs.date.yesterday": {
|
|
69
|
+
"text": "Yesterday",
|
|
70
|
+
"crowdinContext": "Label for the day before today in date filters and selectors."
|
|
71
|
+
}
|
|
21
72
|
};
|
|
22
73
|
//# sourceMappingURL=en-US.localization-bundle.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.localization-bundle.js","sourceRoot":"","sources":["../../../src/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,6DAA6D;AAC7D,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB,6BAA6B,EAAE,yCAAyC;
|
|
1
|
+
{"version":3,"file":"en-US.localization-bundle.js","sourceRoot":"","sources":["../../../src/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,6DAA6D;AAC7D,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB,6BAA6B,EAAE;QAC3B,MAAM,EAAE,yCAAyC;QACjD,gBAAgB,EAAE,gEAAgE;KACrF;IACD,4BAA4B,EAAE;QAC1B,MAAM,EAAE,sCAAsC;QAC9C,gBAAgB,EAAE,+DAA+D;KACpF;IACD,4BAA4B,EAAE;QAC1B,MAAM,EAAE,iCAAiC;QACzC,gBAAgB,EAAE,2HAA2H;KAChJ;IACD,+BAA+B,EAAE;QAC7B,MAAM,EAAE,mDAAmD;QAC3D,gBAAgB,EAAE,6CAA6C;KAClE;IACD,uBAAuB,EAAE;QACrB,MAAM,EAAE,oCAAoC;QAC5C,gBAAgB,EAAE,0DAA0D;KAC/E;IACD,6BAA6B,EAAE;QAC3B,MAAM,EAAE,qCAAqC;QAC7C,gBAAgB,EAAE,+DAA+D;KACpF;IACD,oBAAoB,EAAE;QAClB,MAAM,EAAE,IAAI;QACZ,gBAAgB,EAAE,gEAAgE;KACrF;IACD,sBAAsB,EAAE;QACpB,MAAM,EAAE,MAAM;QACd,gBAAgB,EAAE,kEAAkE;KACvF;IACD,uBAAuB,EAAE;QACrB,MAAM,EAAE,gBAAgB;QACxB,gBAAgB,EAAE,qHAAqH;KAC1I;IACD,iCAAiC,EAAE;QAC/B,MAAM,EAAE,0BAA0B;QAClC,gBAAgB,EAAE,yCAAyC;KAC9D;IACD,sBAAsB,EAAE;QACpB,MAAM,EAAE,sBAAsB;QAC9B,gBAAgB,EAAE,iEAAiE;KACtF;IACD,8BAA8B,EAAE;QAC5B,MAAM,EAAE,8BAA8B;QACtC,gBAAgB,EAAE,iEAAiE;KACtF;IACD,sBAAsB,EAAE;QACpB,MAAM,EAAE,MAAM;QACd,gBAAgB,EAAE,iEAAiE;KACtF;IACD,yBAAyB,EAAE;QACvB,MAAM,EAAE,IAAI;QACZ,gBAAgB,EAAE,2EAA2E;KAChG;IACD,kCAAkC,EAAE;QAChC,MAAM,EAAE,kBAAkB;QAC1B,gBAAgB,EAAE,8GAA8G;KACnI;IACD,eAAe,EAAE;QACb,MAAM,EAAE,OAAO;QACf,gBAAgB,EAAE,0DAA0D;KAC/E;IACD,mBAAmB,EAAE;QACjB,MAAM,EAAE,WAAW;QACnB,gBAAgB,EAAE,+DAA+D;KACpF;CACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-semantic-search",
|
|
3
|
-
"version": "11.15.0
|
|
3
|
+
"version": "11.15.0",
|
|
4
4
|
"description": "GoodData SDK TypeScript & React skeleton",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,20 +30,17 @@
|
|
|
30
30
|
"esm/**/*.svg",
|
|
31
31
|
"styles"
|
|
32
32
|
],
|
|
33
|
-
"config": {
|
|
34
|
-
"eslint": "-c .eslintrc.cjs --ext ts,tsx src/"
|
|
35
|
-
},
|
|
36
33
|
"dependencies": {
|
|
37
34
|
"classnames": "^2.3.1",
|
|
38
35
|
"lodash-es": "^4.17.21",
|
|
39
36
|
"react-intl": "7.1.11",
|
|
40
37
|
"tslib": "2.8.1",
|
|
41
|
-
"@gooddata/sdk-backend-spi": "11.15.0
|
|
42
|
-
"@gooddata/sdk-ui": "11.15.0
|
|
43
|
-
"@gooddata/sdk-
|
|
44
|
-
"@gooddata/sdk-ui-theme-provider": "11.15.0
|
|
45
|
-
"@gooddata/
|
|
46
|
-
"@gooddata/
|
|
38
|
+
"@gooddata/sdk-backend-spi": "11.15.0",
|
|
39
|
+
"@gooddata/sdk-ui": "11.15.0",
|
|
40
|
+
"@gooddata/sdk-model": "11.15.0",
|
|
41
|
+
"@gooddata/sdk-ui-theme-provider": "11.15.0",
|
|
42
|
+
"@gooddata/sdk-ui-kit": "11.15.0",
|
|
43
|
+
"@gooddata/util": "11.15.0"
|
|
47
44
|
},
|
|
48
45
|
"devDependencies": {
|
|
49
46
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -80,12 +77,12 @@
|
|
|
80
77
|
"stylelint": "^13.8.0",
|
|
81
78
|
"stylelint-checkstyle-formatter": "^0.1.2",
|
|
82
79
|
"stylelint-config-prettier": "^9.0.5",
|
|
83
|
-
"typescript": "5.
|
|
80
|
+
"typescript": "5.9.3",
|
|
84
81
|
"vitest": "3.2.4",
|
|
85
82
|
"vitest-dom": "0.1.1",
|
|
86
|
-
"@gooddata/i18n-toolkit": "11.15.0
|
|
87
|
-
"@gooddata/
|
|
88
|
-
"@gooddata/
|
|
83
|
+
"@gooddata/i18n-toolkit": "11.15.0",
|
|
84
|
+
"@gooddata/eslint-config": "11.15.0",
|
|
85
|
+
"@gooddata/sdk-backend-mockingbird": "11.15.0"
|
|
89
86
|
},
|
|
90
87
|
"peerDependencies": {
|
|
91
88
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -102,11 +99,11 @@
|
|
|
102
99
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
|
103
100
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
104
101
|
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
105
|
-
"eslint": "eslint
|
|
106
|
-
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml
|
|
107
|
-
"eslint-fix": "eslint -c .eslintrc.cjs
|
|
108
|
-
"prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{
|
|
109
|
-
"prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{
|
|
102
|
+
"eslint": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
103
|
+
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
104
|
+
"eslint-fix": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore . --fix",
|
|
105
|
+
"prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
|
|
106
|
+
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,stories,styles,__mocks__}/**/*.{json,scss,md,yaml,html}'",
|
|
110
107
|
"scss": "sass --load-path=node_modules styles/scss:styles/css",
|
|
111
108
|
"stylelint": "stylelint '**/*.scss'",
|
|
112
109
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Unser Suchdienst ist vorübergehend nicht verfügbar.",
|
|
3
|
-
"semantic-search.error.text": "Wir arbeiten daran, das Problem zu lösen.",
|
|
4
|
-
"semantic-search.no-results": "Keine Ergebnisse für „{query}“ gefunden.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# Ergebnis} other {# Ergebnisse}}",
|
|
6
|
-
"semantic-search.label": "Dashboards oder Visualisierung durchsuchen",
|
|
7
|
-
"semantic-search.placeholder": "Dashboards oder Visualisierung durchsuchen…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Tags",
|
|
10
|
-
"semantic-search.match": "{score}% Übereinstimmung",
|
|
11
|
-
"semantic-search.previous-search": "Vorherige Suche: {query}",
|
|
12
|
-
"semantic-search.tree": "Semantischer Suchbaum",
|
|
13
|
-
"semantic-search.tree.history": "Verlauf des semantischen Suchbaums",
|
|
14
|
-
"semantic-search.edit": "Bearbeiten",
|
|
15
|
-
"semantic-search.date.at": "um",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Fragen Sie den AI-Assistenten",
|
|
17
|
-
"gs.date.today": "Heute",
|
|
18
|
-
"gs.date.yesterday": "Gestern"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Our search service is temporarily down.",
|
|
3
|
-
"semantic-search.error.text": "We are working to resolve the issue.",
|
|
4
|
-
"semantic-search.no-results": "No results found for \"{query}\".",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# result} other {# results}}",
|
|
6
|
-
"semantic-search.label": "Search dashboards or visualisation",
|
|
7
|
-
"semantic-search.placeholder": "Search dashboards or visualisation…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Tags",
|
|
10
|
-
"semantic-search.match": "{score}% match",
|
|
11
|
-
"semantic-search.previous-search": "Previous search: {query}",
|
|
12
|
-
"semantic-search.tree": "Semantic search hierarchy",
|
|
13
|
-
"semantic-search.tree.history": "Semantic search tree history",
|
|
14
|
-
"semantic-search.edit": "Edit",
|
|
15
|
-
"semantic-search.date.at": "at",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Ask AI Assistant",
|
|
17
|
-
"gs.date.today": "Today",
|
|
18
|
-
"gs.date.yesterday": "Yesterday"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Our search service is temporarily unavailable.",
|
|
3
|
-
"semantic-search.error.text": "We are working to resolve the issue.",
|
|
4
|
-
"semantic-search.no-results": "No results found for “{query}”.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# result} other {# results}}",
|
|
6
|
-
"semantic-search.label": "Search dashboards or visualisation",
|
|
7
|
-
"semantic-search.placeholder": "Search dashboards or visualisation…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Tags",
|
|
10
|
-
"semantic-search.match": "{score}% match",
|
|
11
|
-
"semantic-search.previous-search": "Previous search: {query}",
|
|
12
|
-
"semantic-search.tree": "Semantic search tree",
|
|
13
|
-
"semantic-search.tree.history": "Semantic search tree history",
|
|
14
|
-
"semantic-search.edit": "Edit",
|
|
15
|
-
"semantic-search.date.at": "at",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Consult AI Assistant",
|
|
17
|
-
"gs.date.today": "Today",
|
|
18
|
-
"gs.date.yesterday": "Yesterday"
|
|
19
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": {
|
|
3
|
-
"value": "Our search service is temporarily down.",
|
|
4
|
-
"comment": "Title for the error message shown when semantic search failed."
|
|
5
|
-
},
|
|
6
|
-
"semantic-search.error.text": {
|
|
7
|
-
"value": "We are working to resolve the issue.",
|
|
8
|
-
"comment": "Body for the error message shown when semantic search failed."
|
|
9
|
-
},
|
|
10
|
-
"semantic-search.no-results": {
|
|
11
|
-
"value": "No results found for “{query}”.",
|
|
12
|
-
"comment": "Message shown when semantic search returns no results. The {query} placeholder shows the search term entered by the user."
|
|
13
|
-
},
|
|
14
|
-
"semantic-search.results.count": {
|
|
15
|
-
"value": "{count, plural, one {# result} other {# results}}",
|
|
16
|
-
"comment": "Information about number of search results."
|
|
17
|
-
},
|
|
18
|
-
"semantic-search.label": {
|
|
19
|
-
"value": "Search dashboards or visualization",
|
|
20
|
-
"comment": "Label for the input box that is used in semantic search."
|
|
21
|
-
},
|
|
22
|
-
"semantic-search.placeholder": {
|
|
23
|
-
"value": "Search dashboards or visualization…",
|
|
24
|
-
"comment": "Placeholder in the input box that is used in semantic search."
|
|
25
|
-
},
|
|
26
|
-
"semantic-search.id": {
|
|
27
|
-
"value": "ID",
|
|
28
|
-
"comment": "Label of column that contains ID of the search results object."
|
|
29
|
-
},
|
|
30
|
-
"semantic-search.tags": {
|
|
31
|
-
"value": "Tags",
|
|
32
|
-
"comment": "Label of column that contains tags of the search results object."
|
|
33
|
-
},
|
|
34
|
-
"semantic-search.match": {
|
|
35
|
-
"value": "{score}% match",
|
|
36
|
-
"comment": "Label showing match percentage in search results. The {score} placeholder displays the relevance score as a number."
|
|
37
|
-
},
|
|
38
|
-
"semantic-search.previous-search": {
|
|
39
|
-
"value": "Previous search: {query}",
|
|
40
|
-
"comment": "ARIA label for the search history item."
|
|
41
|
-
},
|
|
42
|
-
"semantic-search.tree": {
|
|
43
|
-
"value": "Semantic search tree",
|
|
44
|
-
"comment": "ARIA label for the semantic search results tree view component."
|
|
45
|
-
},
|
|
46
|
-
"semantic-search.tree.history": {
|
|
47
|
-
"value": "Semantic search tree history",
|
|
48
|
-
"comment": "ARIA label for the semantic search history tree view component."
|
|
49
|
-
},
|
|
50
|
-
"semantic-search.edit": {
|
|
51
|
-
"value": "Edit",
|
|
52
|
-
"comment": "Label for the edit action in semantic search results tree view."
|
|
53
|
-
},
|
|
54
|
-
"semantic-search.date.at": {
|
|
55
|
-
"value": "at",
|
|
56
|
-
"comment": "Label for the date range filter identifying hour. Example: Today at 4:30."
|
|
57
|
-
},
|
|
58
|
-
"semantic-search.ask.ai.assistant": {
|
|
59
|
-
"value": "Ask AI Assistant",
|
|
60
|
-
"comment": "Button label for the ask ai assistant feature. This button is on search results list on bottom of drop down."
|
|
61
|
-
},
|
|
62
|
-
"gs.date.today": {
|
|
63
|
-
"value": "Today",
|
|
64
|
-
"comment": "Label for the current day in date filters and selectors."
|
|
65
|
-
},
|
|
66
|
-
"gs.date.yesterday": {
|
|
67
|
-
"value": "Yesterday",
|
|
68
|
-
"comment": "Label for the day before today in date filters and selectors."
|
|
69
|
-
}
|
|
70
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Nuestro servicio de búsqueda está temporalmente fuera de servicio.",
|
|
3
|
-
"semantic-search.error.text": "Estamos trabajando para resolver el problema.",
|
|
4
|
-
"semantic-search.no-results": "No se han encontrado resultados para “{query}”.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# resultado} other {# resultados}}",
|
|
6
|
-
"semantic-search.label": "Búsqueda en paneles de control o visualización",
|
|
7
|
-
"semantic-search.placeholder": "Búsqueda en paneles o visualización…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Etiquetas",
|
|
10
|
-
"semantic-search.match": "{score}% coincidencia",
|
|
11
|
-
"semantic-search.previous-search": "Búsqueda anterior: {query}",
|
|
12
|
-
"semantic-search.tree": "Árbol de búsqueda semántica",
|
|
13
|
-
"semantic-search.tree.history": "Historial del árbol de búsqueda semántica",
|
|
14
|
-
"semantic-search.edit": "Editar",
|
|
15
|
-
"semantic-search.date.at": "en",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Pregúntale a AI Assistant",
|
|
17
|
-
"gs.date.today": "Hoy",
|
|
18
|
-
"gs.date.yesterday": "Ayer"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Nuestro servicio de búsqueda está temporalmente fuera de servicio.",
|
|
3
|
-
"semantic-search.error.text": "Estamos trabajando para resolver el problema.",
|
|
4
|
-
"semantic-search.no-results": "No se han encontrado resultados para ”{query}”.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# resultado} other {# resultados}}",
|
|
6
|
-
"semantic-search.label": "Búsqueda en panel de control o visualización",
|
|
7
|
-
"semantic-search.placeholder": "Búsqueda en cuadros de mando o visualización…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Etiquetas",
|
|
10
|
-
"semantic-search.match": "{score}% coincidencia",
|
|
11
|
-
"semantic-search.previous-search": "Búsqueda{query} anterior: ",
|
|
12
|
-
"semantic-search.tree": "Árbol de búsqueda semántica",
|
|
13
|
-
"semantic-search.tree.history": "Historial del árbol de búsqueda semántica",
|
|
14
|
-
"semantic-search.edit": "Editar",
|
|
15
|
-
"semantic-search.date.at": "en",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Pregúntale a AI Assistant",
|
|
17
|
-
"gs.date.today": "Hoy",
|
|
18
|
-
"gs.date.yesterday": "Ayer"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Hakupalvelumme on tilapäisesti pois käytöstä.",
|
|
3
|
-
"semantic-search.error.text": "Pyrimme ratkaisemaan ongelman.",
|
|
4
|
-
"semantic-search.no-results": "Tuloksia ei löytynyt haulle “{query}“.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# result} other {# tulosta}}",
|
|
6
|
-
"semantic-search.label": "Hae ohjauspaneeleista tai visualisoinnista",
|
|
7
|
-
"semantic-search.placeholder": "Hae koontinäytöistä tai visualisoinnista…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Tagit",
|
|
10
|
-
"semantic-search.match": "{score}% täsmää",
|
|
11
|
-
"semantic-search.previous-search": "Edellinen haku: {query}",
|
|
12
|
-
"semantic-search.tree": "Semanttinen hakupuu",
|
|
13
|
-
"semantic-search.tree.history": "Semanttisen hakupuun historia",
|
|
14
|
-
"semantic-search.edit": "Muokkaa",
|
|
15
|
-
"semantic-search.date.at": "-",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Kysy tekoälyavustajalta",
|
|
17
|
-
"gs.date.today": "Tänään",
|
|
18
|
-
"gs.date.yesterday": "Eilen"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Notre service de recherche est temporairement hors service.",
|
|
3
|
-
"semantic-search.error.text": "Nous travaillons à résoudre le problème.",
|
|
4
|
-
"semantic-search.no-results": "Aucun résultat trouvé pour ”{query}”.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# result} other {# results}}",
|
|
6
|
-
"semantic-search.label": "Rechercher des tableaux de bord ou des visualisations",
|
|
7
|
-
"semantic-search.placeholder": "Rechercher des tableaux de bord ou de visualisation…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Balises",
|
|
10
|
-
"semantic-search.match": "{score}% de correspondance",
|
|
11
|
-
"semantic-search.previous-search": "Recherche précédente : {query}",
|
|
12
|
-
"semantic-search.tree": "Arbre de recherche sémantique",
|
|
13
|
-
"semantic-search.tree.history": "Historique de l'arbre de recherche sémantique",
|
|
14
|
-
"semantic-search.edit": "Modifier",
|
|
15
|
-
"semantic-search.date.at": "à",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Demander à l'assistant AI",
|
|
17
|
-
"gs.date.today": "Aujourd’hui",
|
|
18
|
-
"gs.date.yesterday": "Hier"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Notre service de recherche est temporairement indisponible.",
|
|
3
|
-
"semantic-search.error.text": "Nous nous efforçons de résoudre ce problème.",
|
|
4
|
-
"semantic-search.no-results": "Aucun résultat trouvé pour « {query} ».",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# résultat} other {# résultats}}",
|
|
6
|
-
"semantic-search.label": "Rechercher des tableaux de bord ou des visualisations",
|
|
7
|
-
"semantic-search.placeholder": "Rechercher des tableaux de bord ou des visualisations…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Balises",
|
|
10
|
-
"semantic-search.match": "Correspondance de {score}%",
|
|
11
|
-
"semantic-search.previous-search": "Recherche précédente : {query}",
|
|
12
|
-
"semantic-search.tree": "Arbre de recherche sémantique",
|
|
13
|
-
"semantic-search.tree.history": "Historique de l’arbre de recherche sémantique",
|
|
14
|
-
"semantic-search.edit": "Modifier",
|
|
15
|
-
"semantic-search.date.at": "à",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Demander à l’assistant IA",
|
|
17
|
-
"gs.date.today": "Aujourd’hui",
|
|
18
|
-
"gs.date.yesterday": "Hier"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Il nostro servizio di ricerca è temporaneamente inattivo.",
|
|
3
|
-
"semantic-search.error.text": "Stiamo lavorando per risolvere il problema.",
|
|
4
|
-
"semantic-search.no-results": "Nessun risultato trovato per ”{query}”.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# risultato} other {# risultati}}",
|
|
6
|
-
"semantic-search.label": "Ricerca di cruscotti o visualizzazioni",
|
|
7
|
-
"semantic-search.placeholder": "Ricerca di cruscotti o visualizzazioni…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Tag",
|
|
10
|
-
"semantic-search.match": "{score}% di corrispondenza",
|
|
11
|
-
"semantic-search.previous-search": "Ricerca{query} precedente: ",
|
|
12
|
-
"semantic-search.tree": "Albero di ricerca semantico",
|
|
13
|
-
"semantic-search.tree.history": "Storia dell'albero di ricerca semantico",
|
|
14
|
-
"semantic-search.edit": "Modifica",
|
|
15
|
-
"semantic-search.date.at": "alle",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Chiedi all'assistente AI",
|
|
17
|
-
"gs.date.today": "Oggi",
|
|
18
|
-
"gs.date.yesterday": "Ieri"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "検索サービスが一時的に停止しています。",
|
|
3
|
-
"semantic-search.error.text": "私たちはこの問題の解決に取り組んでいます。",
|
|
4
|
-
"semantic-search.no-results": "「{query}」の結果は見つかりませんでした。",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# 結果} other {# 結果}}",
|
|
6
|
-
"semantic-search.label": "ダッシュボードまたはビジュアライゼーションを検索",
|
|
7
|
-
"semantic-search.placeholder": "ダッシュボードまたはビジュアライゼーションを検索…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "タグ",
|
|
10
|
-
"semantic-search.match": "{score}%マッチ",
|
|
11
|
-
"semantic-search.previous-search": "前の検索{query}",
|
|
12
|
-
"semantic-search.tree": "意味検索ツリー",
|
|
13
|
-
"semantic-search.tree.history": "意味検索ツリーの履歴",
|
|
14
|
-
"semantic-search.edit": "編集",
|
|
15
|
-
"semantic-search.date.at": "の時刻",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "AIアシスタントに聞く",
|
|
17
|
-
"gs.date.today": "今日",
|
|
18
|
-
"gs.date.yesterday": "昨日"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "저희 검색 서비스가 일시적으로 중단되었습니다.",
|
|
3
|
-
"semantic-search.error.text": "문제를 해결하기 위해 노력하고 있습니다.",
|
|
4
|
-
"semantic-search.no-results": "“{query}”에 대한 결과가 없습니다.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# 결과} other {# 결과}}",
|
|
6
|
-
"semantic-search.label": "대시보드 또는 시각화 검색",
|
|
7
|
-
"semantic-search.placeholder": "대시보드 또는 시각화 검색…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "태그",
|
|
10
|
-
"semantic-search.match": "{score}% 일치",
|
|
11
|
-
"semantic-search.previous-search": "이전 검색: {query}",
|
|
12
|
-
"semantic-search.tree": "시맨틱 검색 트리",
|
|
13
|
-
"semantic-search.tree.history": "시맨틱 검색 트리 기록",
|
|
14
|
-
"semantic-search.edit": "편집",
|
|
15
|
-
"semantic-search.date.at": "(시각/장소)",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "AI 어시스턴트에게 문의하기",
|
|
17
|
-
"gs.date.today": "오늘",
|
|
18
|
-
"gs.date.yesterday": "어제"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Onze zoekdienst werkt tijdelijk niet.",
|
|
3
|
-
"semantic-search.error.text": "We werken eraan om het probleem op te lossen.",
|
|
4
|
-
"semantic-search.no-results": "Geen resultaten gevonden voor ”{query}”.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# resultaat} other {# resultaten}}",
|
|
6
|
-
"semantic-search.label": "Zoek dashboards of visualisatie",
|
|
7
|
-
"semantic-search.placeholder": "Zoek dashboards of visualisaties…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Tags",
|
|
10
|
-
"semantic-search.match": "{score}% overeenkomst",
|
|
11
|
-
"semantic-search.previous-search": "Vorige zoekopdracht: {query}",
|
|
12
|
-
"semantic-search.tree": "Semantische zoekboom",
|
|
13
|
-
"semantic-search.tree.history": "Geschiedenis van semantische zoekboom",
|
|
14
|
-
"semantic-search.edit": "Bewerken",
|
|
15
|
-
"semantic-search.date.at": "bij",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Vraag het aan de AI-assistent",
|
|
17
|
-
"gs.date.today": "Vandaag",
|
|
18
|
-
"gs.date.yesterday": "Gisteren"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Nasza usługa wyszukiwania jest tymczasowo niedostępna.",
|
|
3
|
-
"semantic-search.error.text": "Pracujemy nad rozwiązaniem problemu.",
|
|
4
|
-
"semantic-search.no-results": "Nie znaleziono wyników dla “{query}”.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# wynik} other {# wyniki}}",
|
|
6
|
-
"semantic-search.label": "Wyszukaj pulpity nawigacyjne lub wizualizacje",
|
|
7
|
-
"semantic-search.placeholder": "Wyszukaj pulpity nawigacyjne lub wizualizacje…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Tagi",
|
|
10
|
-
"semantic-search.match": "{score}% zgodności",
|
|
11
|
-
"semantic-search.previous-search": "Poprzednie wyszukiwanie: {query}",
|
|
12
|
-
"semantic-search.tree": "Drzewo wyszukiwania semantycznego",
|
|
13
|
-
"semantic-search.tree.history": "Historia drzewa wyszukiwania semantycznego",
|
|
14
|
-
"semantic-search.edit": "Edytuj",
|
|
15
|
-
"semantic-search.date.at": "w",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Zapytaj Asystenta AI",
|
|
17
|
-
"gs.date.today": "Dzisiaj",
|
|
18
|
-
"gs.date.yesterday": "Wczoraj"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Nosso serviço de pesquisa está temporariamente fora do ar.",
|
|
3
|
-
"semantic-search.error.text": "Estamos trabalhando para resolver o problema.",
|
|
4
|
-
"semantic-search.no-results": "Nenhum resultado encontrado para ”{query}”.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# resultado} other {# resultados}}",
|
|
6
|
-
"semantic-search.label": "Pesquisar painéis ou visualização",
|
|
7
|
-
"semantic-search.placeholder": "Pesquisar painéis ou visualizações…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Tags",
|
|
10
|
-
"semantic-search.match": "{score}% de correspondência",
|
|
11
|
-
"semantic-search.previous-search": "Pesquisa anterior: {query}",
|
|
12
|
-
"semantic-search.tree": "Árvore de pesquisa semântica",
|
|
13
|
-
"semantic-search.tree.history": "Histórico da árvore de pesquisa semântica",
|
|
14
|
-
"semantic-search.edit": "Editar",
|
|
15
|
-
"semantic-search.date.at": "em",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Pergunte ao AI Assistant",
|
|
17
|
-
"gs.date.today": "Hoje",
|
|
18
|
-
"gs.date.yesterday": "Ontem"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "O nosso serviço de pesquisa está temporariamente indisponível.",
|
|
3
|
-
"semantic-search.error.text": "Estamos a trabalhar para resolver o problema.",
|
|
4
|
-
"semantic-search.no-results": "Não foram encontrados resultados para ”{query}”.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# resultado} other {# resultados}}",
|
|
6
|
-
"semantic-search.label": "Pesquisar painéis de controlo ou de visualização",
|
|
7
|
-
"semantic-search.placeholder": "Pesquisar painéis de controlo ou de visualização…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Tags",
|
|
10
|
-
"semantic-search.match": "{score}% de correspondência",
|
|
11
|
-
"semantic-search.previous-search": "Pesquisa anterior: {query}",
|
|
12
|
-
"semantic-search.tree": "Árvore de pesquisa semântica",
|
|
13
|
-
"semantic-search.tree.history": "Histórico da árvore de pesquisa semântica",
|
|
14
|
-
"semantic-search.edit": "Editar",
|
|
15
|
-
"semantic-search.date.at": "em",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Pergunte ao AI Assistant",
|
|
17
|
-
"gs.date.today": "Hoje",
|
|
18
|
-
"gs.date.yesterday": "Ontem"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Наш сервис поиска временно недоступен.",
|
|
3
|
-
"semantic-search.error.text": "Мы работаем над устранением проблемы.",
|
|
4
|
-
"semantic-search.no-results": "По запросу «{query}» ничего не найдено.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# результат} other {# результатов}}",
|
|
6
|
-
"semantic-search.label": "Искать дашборды или визуализации",
|
|
7
|
-
"semantic-search.placeholder": "Искать дашборды или визуализации…",
|
|
8
|
-
"semantic-search.id": "ИД",
|
|
9
|
-
"semantic-search.tags": "Теги",
|
|
10
|
-
"semantic-search.match": "Соответствие: {score}%",
|
|
11
|
-
"semantic-search.previous-search": "Предыдущий поиск: {query}",
|
|
12
|
-
"semantic-search.tree": "Семантическое дерево поиска",
|
|
13
|
-
"semantic-search.tree.history": "История семантического дерева поиска",
|
|
14
|
-
"semantic-search.edit": "Изменить",
|
|
15
|
-
"semantic-search.date.at": "в",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Спросить AI Ассистента",
|
|
17
|
-
"gs.date.today": "Сегодня",
|
|
18
|
-
"gs.date.yesterday": "Вчера"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Naša storitev iskanja je začasno nedosegljiva.",
|
|
3
|
-
"semantic-search.error.text": "Trudimo se odpraviti težavo.",
|
|
4
|
-
"semantic-search.no-results": "Rezultati za “{query}” niso bili najdeni.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# rezultat} two {# rezultata} few {# rezultati} other {# rezultatov}}",
|
|
6
|
-
"semantic-search.label": "Išči nadzorne plošče ali vizualizacije",
|
|
7
|
-
"semantic-search.placeholder": "Išči nadzorne plošče ali vizualizacije…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "Oznake",
|
|
10
|
-
"semantic-search.match": "{score}% ujemanje",
|
|
11
|
-
"semantic-search.previous-search": "Prejšnje iskanje: {query}",
|
|
12
|
-
"semantic-search.tree": "Drevo semantičnega iskanja",
|
|
13
|
-
"semantic-search.tree.history": "Zgodovina semantičnega iskalnega drevesa",
|
|
14
|
-
"semantic-search.edit": "Uredi",
|
|
15
|
-
"semantic-search.date.at": "ob",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "Vprašaj AI asistenta",
|
|
17
|
-
"gs.date.today": "Danes",
|
|
18
|
-
"gs.date.yesterday": "Včeraj"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "Arama hizmetimiz geçici olarak devre dışı.",
|
|
3
|
-
"semantic-search.error.text": "Sorunu çözmek için çalışıyoruz.",
|
|
4
|
-
"semantic-search.no-results": "“{query}” için sonuç bulunamadı.",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# sonuç} other {# sonuçlar}}",
|
|
6
|
-
"semantic-search.label": "Panoları veya görselleştirmeyi ara",
|
|
7
|
-
"semantic-search.placeholder": "Pano veya görselleştirme ara…",
|
|
8
|
-
"semantic-search.id": "Kimlik",
|
|
9
|
-
"semantic-search.tags": "Etiketler",
|
|
10
|
-
"semantic-search.match": "{score}% eşleşme",
|
|
11
|
-
"semantic-search.previous-search": "Önceki arama: {query}",
|
|
12
|
-
"semantic-search.tree": "Anlamsal arama ağacı",
|
|
13
|
-
"semantic-search.tree.history": "Anlamsal arama ağacı geçmişi",
|
|
14
|
-
"semantic-search.edit": "Düzenle",
|
|
15
|
-
"semantic-search.date.at": "saat",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "AI Asistanına Sor",
|
|
17
|
-
"gs.date.today": "Bugün",
|
|
18
|
-
"gs.date.yesterday": "Dün"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "我哋嘅搜索服務暫時關閉。",
|
|
3
|
-
"semantic-search.error.text": "我哋正在努力解決此問題。",
|
|
4
|
-
"semantic-search.no-results": "未搵到與“{query}”相關嘅結果。",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {#結果} other {#結果}}",
|
|
6
|
-
"semantic-search.label": "搜索儀錶板或可視化",
|
|
7
|
-
"semantic-search.placeholder": "搜索儀錶板或可視化…",
|
|
8
|
-
"semantic-search.id": "識別碼",
|
|
9
|
-
"semantic-search.tags": "標籤",
|
|
10
|
-
"semantic-search.match": "{score}% 匹配",
|
|
11
|
-
"semantic-search.previous-search": "上一篇搜索: {query}",
|
|
12
|
-
"semantic-search.tree": "語義搜索樹",
|
|
13
|
-
"semantic-search.tree.history": "語義搜索樹歷史記錄",
|
|
14
|
-
"semantic-search.edit": "編輯",
|
|
15
|
-
"semantic-search.date.at": "在",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "詢問AI Assistant",
|
|
17
|
-
"gs.date.today": "今日",
|
|
18
|
-
"gs.date.yesterday": "昨日"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "我们的搜索服务暂时中断。",
|
|
3
|
-
"semantic-search.error.text": "我们正在努力解决该问题。",
|
|
4
|
-
"semantic-search.no-results": "没有找到“的结果{query}”。",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# 结果} other {# 结果}}",
|
|
6
|
-
"semantic-search.label": "搜索仪表板或可视化",
|
|
7
|
-
"semantic-search.placeholder": "搜索仪表板或可视化…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "标签",
|
|
10
|
-
"semantic-search.match": "{score}% 匹配",
|
|
11
|
-
"semantic-search.previous-search": "上一次搜索: {query}",
|
|
12
|
-
"semantic-search.tree": "语义搜索树",
|
|
13
|
-
"semantic-search.tree.history": "语义搜索树历史",
|
|
14
|
-
"semantic-search.edit": "编辑",
|
|
15
|
-
"semantic-search.date.at": "在",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "询问AI助手",
|
|
17
|
-
"gs.date.today": "今天",
|
|
18
|
-
"gs.date.yesterday": "昨天"
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semantic-search.error.title": "我們的搜尋服務暫時關閉。",
|
|
3
|
-
"semantic-search.error.text": "我們正在努力解決這個問題。",
|
|
4
|
-
"semantic-search.no-results": "沒有找到「的結果{query}」。",
|
|
5
|
-
"semantic-search.results.count": "{count, plural, one {# 結果} other {# 結果}}",
|
|
6
|
-
"semantic-search.label": "搜尋儀表板或視覺化",
|
|
7
|
-
"semantic-search.placeholder": "搜尋儀表板或視覺化…",
|
|
8
|
-
"semantic-search.id": "ID",
|
|
9
|
-
"semantic-search.tags": "標籤",
|
|
10
|
-
"semantic-search.match": "{score}% 匹配",
|
|
11
|
-
"semantic-search.previous-search": "上一次搜尋: {query}",
|
|
12
|
-
"semantic-search.tree": "語意搜尋樹",
|
|
13
|
-
"semantic-search.tree.history": "語意搜尋樹歷史",
|
|
14
|
-
"semantic-search.edit": "編輯",
|
|
15
|
-
"semantic-search.date.at": "在",
|
|
16
|
-
"semantic-search.ask.ai.assistant": "詢問AI助手",
|
|
17
|
-
"gs.date.today": "今天",
|
|
18
|
-
"gs.date.yesterday": "昨天"
|
|
19
|
-
}
|