@sanity/locale-hr-hr 1.1.8 → 1.1.9
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/dist/_chunks-cjs/copy-paste.cjs +26 -52
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +1 -2
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/copy-paste.js +26 -52
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/studio.js +1 -2
- package/dist/_chunks-es/studio.js.map +1 -1
- package/package.json +1 -1
- package/src/copy-paste.ts +40 -26
- package/src/studio.ts +1 -1
|
@@ -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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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':
|
|
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;;;;"}
|
|
@@ -586,8 +586,7 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
586
586
|
/** Invalid property value */
|
|
587
587
|
"inputs.invalid-value.title": "Neispravna vrijednost svojstva",
|
|
588
588
|
/** Title for the "All fields" field group */
|
|
589
|
-
"inputs.object.field-group-tabs.all-fields-title":
|
|
590
|
-
// 'All fields'
|
|
589
|
+
"inputs.object.field-group-tabs.all-fields-title": "Sva polja",
|
|
591
590
|
/** Aria label for the "Field groups" select control on smaller screens */
|
|
592
591
|
"inputs.object.field-group-tabs.aria-label": "Grupe polja",
|
|
593
592
|
/** Read-only field description */
|