@sanity/locale-hr-hr 1.1.8 → 1.1.10

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.
@@ -4,85 +4,59 @@ var sanity = require('sanity');
4
4
 
5
5
  var copyPaste = sanity.removeUndefinedLocaleResources({
6
6
  /** Text on the field action button to copy a document */
7
- "copy-paste.field-action-copy-button.document.title": void 0,
8
- // 'Copy document'
7
+ "copy-paste.field-action-copy-button.document.title": "Kopiraj dokument",
9
8
  /** Text on the field action button to copy a field */
10
- "copy-paste.field-action-copy-button.field.title": void 0,
11
- // 'Copy field'
9
+ "copy-paste.field-action-copy-button.field.title": "Kopiraj polje",
12
10
  /** Text on the field action button to paste a document */
13
- "copy-paste.field-action-paste-button.document.title": void 0,
14
- // 'Paste document'
11
+ "copy-paste.field-action-paste-button.document.title": "Zalijepi dokument",
15
12
  /** Text on the field action button to paste a field */
16
- "copy-paste.field-action-paste-button.field.title": void 0,
17
- // 'Paste field'
13
+ "copy-paste.field-action-paste-button.field.title": "Zalijepi polje",
18
14
  /** The error message that is shown when the clipboard is not supported */
19
- "copy-paste.on-copy.validation.clipboard-not-supported.title": void 0,
20
- // 'Your browser does not support this action'
15
+ "copy-paste.on-copy.validation.clipboard-not-supported.title": "Va\u0161 preglednik ne podr\u017Eava ovu akciju",
21
16
  /** The success message that is shown when a document is copied */
22
- "copy-paste.on-copy.validation.copy-document-success.title": void 0,
23
- // 'Document "{{fieldNames}}" copied'
17
+ "copy-paste.on-copy.validation.copy-document-success.title": 'Dokument "{{fieldNames}}" kopiran',
24
18
  /** The success message that is shown when a field is copied */
25
- "copy-paste.on-copy.validation.copy-field_one-success.title": void 0,
26
- // 'Field "{{fieldName}}" copied'
19
+ "copy-paste.on-copy.validation.copy-field_one-success.title": 'Polje "{{fieldName}}" kopirano',
27
20
  /** The error message that is shown when there is no value to copy */
28
- "copy-paste.on-copy.validation.no-value.title": void 0,
29
- // 'Empty value, nothing to copy'
21
+ "copy-paste.on-copy.validation.no-value.title": "Prazna vrijednost, nema \u0161to kopirati",
30
22
  /** --- On copy --- */
31
23
  /** The error message that is shown when schema types are incompatible */
32
- "copy-paste.on-copy.validation.schema-type-incompatible.title": void 0,
33
- // 'Could not resolve schema type for path: {{path}}'
24
+ "copy-paste.on-copy.validation.schema-type-incompatible.title": "Nije mogu\u0107e odrediti tip sheme za putanju: {{path}}",
34
25
  /** The validation message that is shown when array types are incompatible */
35
- "copy-paste.on-paste.validation.array-type-incompatible.description": void 0,
36
- // 'Value of type "{{type}}" is not allowed in this array field'
26
+ "copy-paste.on-paste.validation.array-type-incompatible.description": 'Vrijednost tipa "{{type}}" nije dopu\u0161tena u ovom polju niza',
37
27
  /** The validation message that is shown when array values are incompatible */
38
- "copy-paste.on-paste.validation.array-value-incompatible.description": void 0,
39
- // 'Value of type "{{type}}" is not allowed in this array field'
28
+ "copy-paste.on-paste.validation.array-value-incompatible.description": 'Vrijednost tipa "{{type}}" nije dopu\u0161tena u ovom polju niza',
40
29
  /** The validation message that is shown when the clipboard is empty */
41
- "copy-paste.on-paste.validation.clipboard-empty.title": void 0,
42
- // 'Nothing to paste'
30
+ "copy-paste.on-paste.validation.clipboard-empty.title": "Nema \u0161to zalijepiti",
43
31
  /** The validation message that is shown when the clipboard item is invalid */
44
- "copy-paste.on-paste.validation.clipboard-invalid.title": void 0,
45
- // 'Invalid clipboard item'
32
+ "copy-paste.on-paste.validation.clipboard-invalid.title": "Neispravan sadr\u017Eaj me\u0111uspremnika",
46
33
  /** The success message that is shown when a document is pasted */
47
- "copy-paste.on-paste.validation.document-paste-success.title": void 0,
48
- // 'Document "{{fieldNames}}" updated'
34
+ "copy-paste.on-paste.validation.document-paste-success.title": 'Dokument "{{fieldNames}}" a\u017Euriran',
49
35
  /** The success message that is shown when a field is pasted */
50
- "copy-paste.on-paste.validation.field_one-paste-success.title": void 0,
51
- // 'Field "{{fieldName}}" updated'
36
+ "copy-paste.on-paste.validation.field_one-paste-success.title": 'Polje "{{fieldName}}" a\u017Eurirano',
52
37
  /** The validation message that is shown when image files are incompatible */
53
- "copy-paste.on-paste.validation.image-file-incompatible.description": void 0,
54
- // 'A "{{sourceSchemaType}}" is not allowed in a "{{targetSchemaType}}"'
38
+ "copy-paste.on-paste.validation.image-file-incompatible.description": '"{{sourceSchemaType}}" nije dopu\u0161ten u "{{targetSchemaType}}"',
55
39
  /** The error message that is shown when the MIME type is not accepted */
56
- "copy-paste.on-paste.validation.mime-type-incompatible.description": void 0,
57
- // 'MIME type "{{mimeType}}" is not accepted for this field'
40
+ "copy-paste.on-paste.validation.mime-type-incompatible.description": 'MIME tip "{{mimeType}}" nije prihva\u0107en za ovo polje',
58
41
  /** The error message that is shown when the MIME type validation fails */
59
- "copy-paste.on-paste.validation.mime-type-validation-failed.description": void 0,
60
- // 'MIME type validation failed'
42
+ "copy-paste.on-paste.validation.mime-type-validation-failed.description": "Provjera MIME tipa nije uspjela",
61
43
  /** The warning message that is shown when not all values can be pasted */
62
- "copy-paste.on-paste.validation.partial-warning.title": void 0,
63
- // 'Could not paste all values'
44
+ "copy-paste.on-paste.validation.partial-warning.title": "Nije mogu\u0107e zalijepiti sve vrijednosti",
64
45
  /** The validation message that is shown when primitive types are incompatible */
65
- "copy-paste.on-paste.validation.primitive-type-incompatible.description": void 0,
66
- // 'Value of type "{{type}}" is not allowed in this field'
46
+ "copy-paste.on-paste.validation.primitive-type-incompatible.description": 'Vrijednost tipa "{{type}}" nije dopu\u0161tena u ovom polju',
67
47
  /** --- On paste --- */
68
48
  /** The validation message that is shown when pasting a value into a read-only target */
69
- "copy-paste.on-paste.validation.read-only-target.description": void 0,
70
- // 'The target is read-only'
49
+ "copy-paste.on-paste.validation.read-only-target.description": "Odredi\u0161te je samo za \u010Ditanje",
71
50
  /** The validation message that is shown when reference is incompatible with filter */
72
- "copy-paste.on-paste.validation.reference-filter-incompatible.description": void 0,
73
- // 'Reference is not allowed in reference field according to filter'
51
+ "copy-paste.on-paste.validation.reference-filter-incompatible.description": "Referenca nije dopu\u0161tena u referentnom polju prema filtru",
74
52
  /** The validation message that is shown when reference types are incompatible */
75
- "copy-paste.on-paste.validation.reference-type-incompatible.description": void 0,
76
- // 'References of type "{{sourceReferenceType}}" is not allowed in reference field that accepts types "{{targetReferenceTypes}}"'
53
+ "copy-paste.on-paste.validation.reference-type-incompatible.description": 'Reference tipa "{{sourceReferenceType}}" nisu dopu\u0161tene u referentnom polju koje prihva\u0107a tipove "{{targetReferenceTypes}}"',
77
54
  /** The validation message that is shown when the source and target schema types are incompatible */
78
- "copy-paste.on-paste.validation.schema-type-incompatible.description": void 0,
79
- // 'Source and target schema types are not compatible'
55
+ "copy-paste.on-paste.validation.schema-type-incompatible.description": "Izvorni i ciljni tipovi sheme nisu kompatibilni",
80
56
  /** The validation message that is shown when schema types are incompatible */
81
- "copy-paste.on-paste.validation.schema-type-incompatible.title": void 0,
82
- // 'Could not resolve schema type for path: {{path}}'
57
+ "copy-paste.on-paste.validation.schema-type-incompatible.title": "Nije mogu\u0107e odrediti tip sheme za putanju: {{path}}",
83
58
  /** The validation message that is shown when string values are incompatible */
84
- "copy-paste.on-paste.validation.string-value-incompatible.description": void 0
85
- // 'Value "{{value}}" is not allowed in "{{allowedStrings}}"'
59
+ "copy-paste.on-paste.validation.string-value-incompatible.description": 'Vrijednost "{{value}}" nije dopu\u0161tena u "{{allowedStrings}}"'
86
60
  });
87
61
 
88
62
  exports.default = copyPaste;
@@ -1 +1 @@
1
- {"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': undefined, // 'Copy document'\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': undefined, // 'Copy field'\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': undefined, // 'Paste document'\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': undefined, // 'Paste field'\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title': undefined, // 'Your browser does not support this action'\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title': undefined, // 'Document \"{{fieldNames}}\" copied'\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': undefined, // 'Field \"{{fieldName}}\" copied'\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': undefined, // 'Empty value, nothing to copy'\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title': undefined, // 'Could not resolve schema type for path: {{path}}'\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description': undefined, // 'Value of type \"{{type}}\" is not allowed in this array field'\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description': undefined, // 'Value of type \"{{type}}\" is not allowed in this array field'\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': undefined, // 'Nothing to paste'\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': undefined, // 'Invalid clipboard item'\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title': undefined, // 'Document \"{{fieldNames}}\" updated'\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title': undefined, // 'Field \"{{fieldName}}\" updated'\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description': undefined, // 'A \"{{sourceSchemaType}}\" is not allowed in a \"{{targetSchemaType}}\"'\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description': undefined, // 'MIME type \"{{mimeType}}\" is not accepted for this field'\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description': undefined, // 'MIME type validation failed'\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': undefined, // 'Could not paste all values'\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description': undefined, // 'Value of type \"{{type}}\" is not allowed in this field'\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': undefined, // 'The target is read-only'\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description': undefined, // 'Reference is not allowed in reference field according to filter'\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description': undefined, // 'References of type \"{{sourceReferenceType}}\" is not allowed in reference field that accepts types \"{{targetReferenceTypes}}\"'\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description': undefined, // 'Source and target schema types are not compatible'\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title': undefined, // 'Could not resolve schema type for path: {{path}}'\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description': undefined, // 'Value \"{{value}}\" is not allowed in \"{{allowedStrings}}\"'\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,gBAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,oDAAsD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEtD,iDAAmD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEnD,qDAAuD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEpD,6DAA+D,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE/D,2DAA6D,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE7D,4DAA8D,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE9D,8CAAgD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA;AAAA,EAGhD,8DAAgE,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEhE,oEAAsE,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEtE,qEAAuE,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEvE,sDAAwD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE1D,6DAA+D,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE/D,8DAAgE,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEhE,oEAAsE,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEtE,mEAAqE,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAErE,wEAA0E,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE1E,sDAAwD,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAExD,wEAA0E,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA;AAAA,EAG1E,6DAA+D,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE/D,0EAA4E,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE5E,wEAA0E,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAE1E,qEAAuE,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEvE,+DAAiE,EAAA,KAAA,CAAA;AAAA;AAAA;AAAA,EAEjE,sEAAwE,EAAA,KAAA,CAAA;AAAA;AAC1E,CAAC,CAAA;;;;"}
1
+ {"version":3,"file":"copy-paste.cjs","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Kopiraj dokument',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Kopiraj polje',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Zalijepi dokument',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Zalijepi polje',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Vaš preglednik ne podržava ovu akciju',\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title': 'Dokument \"{{fieldNames}}\" kopiran',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': 'Polje \"{{fieldName}}\" kopirano',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Prazna vrijednost, nema što kopirati',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n 'Nije moguće odrediti tip sheme za putanju: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Vrijednost tipa \"{{type}}\" nije dopuštena u ovom polju niza',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Vrijednost tipa \"{{type}}\" nije dopuštena u ovom polju niza',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Nema što zalijepiti',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Neispravan sadržaj međuspremnika',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title':\n 'Dokument \"{{fieldNames}}\" ažuriran',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title': 'Polje \"{{fieldName}}\" ažurirano',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n '\"{{sourceSchemaType}}\" nije dopušten u \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME tip \"{{mimeType}}\" nije prihvaćen za ovo polje',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'Provjera MIME tipa nije uspjela',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Nije moguće zalijepiti sve vrijednosti',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Vrijednost tipa \"{{type}}\" nije dopuštena u ovom polju',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'Odredište je samo za čitanje',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Referenca nije dopuštena u referentnom polju prema filtru',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Reference tipa \"{{sourceReferenceType}}\" nisu dopuštene u referentnom polju koje prihvaća tipove \"{{targetReferenceTypes}}\"',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n 'Izvorni i ciljni tipovi sheme nisu kompatibilni',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Nije moguće odrediti tip sheme za putanju: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Vrijednost \"{{value}}\" nije dopuštena u \"{{allowedStrings}}\"',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,gBAAeA,qCAA+B,CAAA;AAAA;AAAA,EAE5C,oDAAsD,EAAA,kBAAA;AAAA;AAAA,EAEtD,iDAAmD,EAAA,eAAA;AAAA;AAAA,EAEnD,qDAAuD,EAAA,mBAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,gBAAA;AAAA;AAAA,EAEpD,6DACE,EAAA,iDAAA;AAAA;AAAA,EAEF,2DAA6D,EAAA,mCAAA;AAAA;AAAA,EAE7D,4DAA8D,EAAA,gCAAA;AAAA;AAAA,EAE9D,8CAAgD,EAAA,2CAAA;AAAA;AAAA;AAAA,EAGhD,8DACE,EAAA,0DAAA;AAAA;AAAA,EAEF,oEACE,EAAA,kEAAA;AAAA;AAAA,EAEF,qEACE,EAAA,kEAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,0BAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,4CAAA;AAAA;AAAA,EAE1D,6DACE,EAAA,yCAAA;AAAA;AAAA,EAEF,8DAAgE,EAAA,sCAAA;AAAA;AAAA,EAEhE,oEACE,EAAA,oEAAA;AAAA;AAAA,EAEF,mEACE,EAAA,0DAAA;AAAA;AAAA,EAEF,wEACE,EAAA,iCAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,6CAAA;AAAA;AAAA,EAExD,wEACE,EAAA,6DAAA;AAAA;AAAA;AAAA,EAGF,6DAA+D,EAAA,wCAAA;AAAA;AAAA,EAE/D,0EACE,EAAA,gEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,uIAAA;AAAA;AAAA,EAEF,qEACE,EAAA,iDAAA;AAAA;AAAA,EAEF,+DACE,EAAA,0DAAA;AAAA;AAAA,EAEF,sEACE,EAAA,mEAAA;AACJ,CAAC,CAAA;;;;"}
@@ -115,6 +115,10 @@ var studio = sanity.removeUndefinedLocaleResources({
115
115
  "calendar.action.set-to-current-time": "Postavi na trenutno vrijeme",
116
116
  /** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
117
117
  "calendar.action.set-to-time-preset": "{{time}} na {{date, datetime}}",
118
+ /** Aria label for button to open date picker */
119
+ "calendar.button.aria-label": "Otvori kalendar",
120
+ /** Tooltip content for button to open datetime input */
121
+ "calendar.button.tooltip-text": "Odaberi datum",
118
122
  /** Error message displayed in calendar when entered date is not the correct format */
119
123
  "calendar.error.must-be-in-format": "Mora biti u formatu: {{exampleDate}}",
120
124
  /** Month name for April */
@@ -586,8 +590,7 @@ var studio = sanity.removeUndefinedLocaleResources({
586
590
  /** Invalid property value */
587
591
  "inputs.invalid-value.title": "Neispravna vrijednost svojstva",
588
592
  /** Title for the "All fields" field group */
589
- "inputs.object.field-group-tabs.all-fields-title": void 0,
590
- // 'All fields'
593
+ "inputs.object.field-group-tabs.all-fields-title": "Sva polja",
591
594
  /** Aria label for the "Field groups" select control on smaller screens */
592
595
  "inputs.object.field-group-tabs.aria-label": "Grupe polja",
593
596
  /** Read-only field description */