Skip to content

Commit 7775f58

Browse files
Merge pull request #7139 from gooddata/sync-from-gdc-ui-20498831260
Sync from gdc-ui/sdk hash:2b05d1f
2 parents 2e498d6 + 8768e1c commit 7775f58

File tree

17 files changed

+4870
-4845
lines changed

17 files changed

+4870
-4845
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@gooddata/sdk-ui-all",
5+
"comment": "revert Crowdin structure to investigate blocker",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@gooddata/sdk-ui-all"
10+
}

libs/sdk-ui-catalog/src/localization/bundles/en-US.json

Lines changed: 242 additions & 242 deletions
Large diffs are not rendered by default.

libs/sdk-ui-dashboard/src/presentation/localization/bundles/en-US.json

Lines changed: 1514 additions & 1514 deletions
Large diffs are not rendered by default.

libs/sdk-ui-ext/src/internal/translations/en-US.json

Lines changed: 1034 additions & 1034 deletions
Large diffs are not rendered by default.

libs/sdk-ui-gen-ai/src/localization/bundles/en-US.json

Lines changed: 166 additions & 166 deletions
Large diffs are not rendered by default.
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
{
22
"semantic-search.error.title": {
3-
"text": "Our search service is temporarily down.",
4-
"crowdinContext": "Title for the error message shown when semantic search failed."
3+
"value": "Our search service is temporarily down.",
4+
"comment": "Title for the error message shown when semantic search failed."
55
},
66
"semantic-search.error.text": {
7-
"text": "We are working to resolve the issue.",
8-
"crowdinContext": "Body for the error message shown when semantic search failed."
7+
"value": "We are working to resolve the issue.",
8+
"comment": "Body for the error message shown when semantic search failed."
99
},
1010
"semantic-search.no-results": {
11-
"text": "No results found for “{query}”.",
12-
"crowdinContext": "Message shown when semantic search returns no results. The {query} placeholder shows the search term entered by the user."
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."
1313
},
1414
"semantic-search.results.count": {
15-
"text": "{count, plural, one {# result} other {# results}}",
16-
"crowdinContext": "Information about number of search results."
15+
"value": "{count, plural, one {# result} other {# results}}",
16+
"comment": "Information about number of search results."
1717
},
1818
"semantic-search.label": {
19-
"text": "Search dashboards or visualization",
20-
"crowdinContext": "Label for the input box that is used in semantic search."
19+
"value": "Search dashboards or visualization",
20+
"comment": "Label for the input box that is used in semantic search."
2121
},
2222
"semantic-search.placeholder": {
23-
"text": "Search dashboards or visualization…",
24-
"crowdinContext": "Placeholder in the input box that is used in semantic search."
23+
"value": "Search dashboards or visualization…",
24+
"comment": "Placeholder in the input box that is used in semantic search."
2525
},
2626
"semantic-search.id": {
27-
"text": "ID",
28-
"crowdinContext": "Label of column that contains ID of the search results object."
27+
"value": "ID",
28+
"comment": "Label of column that contains ID of the search results object."
2929
},
3030
"semantic-search.tags": {
31-
"text": "Tags",
32-
"crowdinContext": "Label of column that contains tags of the search results object."
31+
"value": "Tags",
32+
"comment": "Label of column that contains tags of the search results object."
3333
},
3434
"semantic-search.match": {
35-
"text": "{score}% match",
36-
"crowdinContext": "Label showing match percentage in search results. The {score} placeholder displays the relevance score as a number."
35+
"value": "{score}% match",
36+
"comment": "Label showing match percentage in search results. The {score} placeholder displays the relevance score as a number."
3737
},
3838
"semantic-search.previous-search": {
39-
"text": "Previous search: {query}",
40-
"crowdinContext": "ARIA label for the search history item."
39+
"value": "Previous search: {query}",
40+
"comment": "ARIA label for the search history item."
4141
},
4242
"semantic-search.tree": {
43-
"text": "Semantic search tree",
44-
"crowdinContext": "ARIA label for the semantic search results tree view component."
43+
"value": "Semantic search tree",
44+
"comment": "ARIA label for the semantic search results tree view component."
4545
},
4646
"semantic-search.tree.history": {
47-
"text": "Semantic search tree history",
48-
"crowdinContext": "ARIA label for the semantic search history tree view component."
47+
"value": "Semantic search tree history",
48+
"comment": "ARIA label for the semantic search history tree view component."
4949
},
5050
"semantic-search.edit": {
51-
"text": "Edit",
52-
"crowdinContext": "Label for the edit action in semantic search results tree view."
51+
"value": "Edit",
52+
"comment": "Label for the edit action in semantic search results tree view."
5353
},
5454
"semantic-search.date.at": {
55-
"text": "at",
56-
"crowdinContext": "Label for the date range filter identifying hour. Example: Today at 4:30."
55+
"value": "at",
56+
"comment": "Label for the date range filter identifying hour. Example: Today at 4:30."
5757
},
5858
"semantic-search.ask.ai.assistant": {
59-
"text": "Ask AI Assistant",
60-
"crowdinContext": "Button label for the ask ai assistant feature. This button is on search results list on bottom of drop down."
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."
6161
},
6262
"gs.date.today": {
63-
"text": "Today",
64-
"crowdinContext": "Label for the current day in date filters and selectors."
63+
"value": "Today",
64+
"comment": "Label for the current day in date filters and selectors."
6565
},
6666
"gs.date.yesterday": {
67-
"text": "Yesterday",
68-
"crowdinContext": "Label for the day before today in date filters and selectors."
67+
"value": "Yesterday",
68+
"comment": "Label for the day before today in date filters and selectors."
6969
}
7070
}

0 commit comments

Comments
 (0)