|
1 | 1 | { |
2 | 2 | "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." |
5 | 5 | }, |
6 | 6 | "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." |
9 | 9 | }, |
10 | 10 | "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." |
13 | 13 | }, |
14 | 14 | "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." |
17 | 17 | }, |
18 | 18 | "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." |
21 | 21 | }, |
22 | 22 | "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." |
25 | 25 | }, |
26 | 26 | "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." |
29 | 29 | }, |
30 | 30 | "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." |
33 | 33 | }, |
34 | 34 | "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." |
37 | 37 | }, |
38 | 38 | "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." |
41 | 41 | }, |
42 | 42 | "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." |
45 | 45 | }, |
46 | 46 | "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." |
49 | 49 | }, |
50 | 50 | "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." |
53 | 53 | }, |
54 | 54 | "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." |
57 | 57 | }, |
58 | 58 | "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." |
61 | 61 | }, |
62 | 62 | "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." |
65 | 65 | }, |
66 | 66 | "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." |
69 | 69 | } |
70 | 70 | } |
0 commit comments