@sanity/locale-is-is 1.2.14 → 1.2.15

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/src/vision.ts CHANGED
@@ -3,20 +3,48 @@ import {removeUndefinedLocaleResources} from 'sanity'
3
3
  export default removeUndefinedLocaleResources({
4
4
  /** Label for action "Copy to clipboard", tied to the "Query URL" field. Also used for accessibility purposes on button */
5
5
  'action.copy-url-to-clipboard': 'Afrita á klippiborð',
6
+ /** Label for deleting a query */
7
+ 'action.delete': 'Eyða',
8
+ /** Label for editing a query's title */
9
+ 'action.edit-title': 'Breyta titli',
6
10
  /** Label for stopping an ongoing listen operation */
7
11
  'action.listen-cancel': 'Stoppa',
8
12
  /** Label for setting up a listener */
9
13
  'action.listen-execute': 'Hlusta',
14
+ /** Label for query loading table */
15
+ 'action.load-queries': 'Hlaða fyrirspurnum',
16
+ /** Label for loading a query */
17
+ 'action.load-query': 'Hlaða fyrirspurn',
10
18
  /** Label for cancelling an ongoing query */
11
19
  'action.query-cancel': 'Hætta við',
12
20
  /** Label for executing the query, eg doing a fetch */
13
21
  'action.query-execute': 'Sækja',
22
+ /** Label for saving a query */
23
+ 'action.save-query': 'Vista fyrirspurn',
24
+ /** Label for updating a query */
25
+ 'action.update': 'Uppfæra',
14
26
 
27
+ /** Label for actions user can take */
28
+ 'label.actions': 'Aðgerðir',
29
+ /** Label for saved queries that have been edited */
30
+ 'label.edited': 'Breytt',
15
31
  /**
16
32
  * Some features has a "New" label indicating that the feature was recently introduced.
17
33
  * This defines what the text of that label is. Keep it short and sweet.
18
34
  */
19
35
  'label.new': 'Nýtt',
36
+ /** Label for query type "personal" */
37
+ 'label.personal': 'Persónulegt',
38
+ /** Label for savedAt date */
39
+ 'label.saved-at': 'Vistað þann',
40
+ /** Saved queries */
41
+ 'label.saved-queries': 'Vistaðar fyrirspurnir',
42
+ /** Search queries */
43
+ 'label.search-queries': 'Leita í fyrirspurnum',
44
+ /** Share query */
45
+ 'label.share': 'Deila',
46
+ /** Label for saved query type "team" */
47
+ 'label.team': 'Hópur',
20
48
 
21
49
  /** Error message for when the "Params" input are not a valid json */
22
50
  'params.error.params-invalid-json': 'Parametrar eru ekki gilt JSON',
@@ -48,6 +76,13 @@ export default removeUndefinedLocaleResources({
48
76
  */
49
77
  'result.timing-not-applicable': 'ekki viðeigandi',
50
78
 
79
+ /** Query already saved error label */
80
+ 'save-query.already-saved': 'Fyrirspurn þegar vistuð',
81
+ /** Save error label */
82
+ 'save-query.error': 'Villa við að vista fyrirspurn',
83
+ /** Save success label */
84
+ 'save-query.success': 'Fyrirspurn vistuð',
85
+
51
86
  /** Label for the "API version" dropdown in settings */
52
87
  'settings.api-version-label': 'API útgáfa',
53
88
  /** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */