@sanity/locale-hr-hr 1.1.7 → 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.
@@ -0,0 +1,63 @@
1
+ 'use strict';
2
+
3
+ var sanity = require('sanity');
4
+
5
+ var copyPaste = sanity.removeUndefinedLocaleResources({
6
+ /** Text on the field action button to copy a document */
7
+ "copy-paste.field-action-copy-button.document.title": "Kopiraj dokument",
8
+ /** Text on the field action button to copy a field */
9
+ "copy-paste.field-action-copy-button.field.title": "Kopiraj polje",
10
+ /** Text on the field action button to paste a document */
11
+ "copy-paste.field-action-paste-button.document.title": "Zalijepi dokument",
12
+ /** Text on the field action button to paste a field */
13
+ "copy-paste.field-action-paste-button.field.title": "Zalijepi polje",
14
+ /** The error message that is shown when the clipboard is not supported */
15
+ "copy-paste.on-copy.validation.clipboard-not-supported.title": "Va\u0161 preglednik ne podr\u017Eava ovu akciju",
16
+ /** The success message that is shown when a document is copied */
17
+ "copy-paste.on-copy.validation.copy-document-success.title": 'Dokument "{{fieldNames}}" kopiran',
18
+ /** The success message that is shown when a field is copied */
19
+ "copy-paste.on-copy.validation.copy-field_one-success.title": 'Polje "{{fieldName}}" kopirano',
20
+ /** The error message that is shown when there is no value to copy */
21
+ "copy-paste.on-copy.validation.no-value.title": "Prazna vrijednost, nema \u0161to kopirati",
22
+ /** --- On copy --- */
23
+ /** The error message that is shown when schema types are incompatible */
24
+ "copy-paste.on-copy.validation.schema-type-incompatible.title": "Nije mogu\u0107e odrediti tip sheme za putanju: {{path}}",
25
+ /** The validation message that is shown when array types are incompatible */
26
+ "copy-paste.on-paste.validation.array-type-incompatible.description": 'Vrijednost tipa "{{type}}" nije dopu\u0161tena u ovom polju niza',
27
+ /** The validation message that is shown when array values are incompatible */
28
+ "copy-paste.on-paste.validation.array-value-incompatible.description": 'Vrijednost tipa "{{type}}" nije dopu\u0161tena u ovom polju niza',
29
+ /** The validation message that is shown when the clipboard is empty */
30
+ "copy-paste.on-paste.validation.clipboard-empty.title": "Nema \u0161to zalijepiti",
31
+ /** The validation message that is shown when the clipboard item is invalid */
32
+ "copy-paste.on-paste.validation.clipboard-invalid.title": "Neispravan sadr\u017Eaj me\u0111uspremnika",
33
+ /** The success message that is shown when a document is pasted */
34
+ "copy-paste.on-paste.validation.document-paste-success.title": 'Dokument "{{fieldNames}}" a\u017Euriran',
35
+ /** The success message that is shown when a field is pasted */
36
+ "copy-paste.on-paste.validation.field_one-paste-success.title": 'Polje "{{fieldName}}" a\u017Eurirano',
37
+ /** The validation message that is shown when image files are incompatible */
38
+ "copy-paste.on-paste.validation.image-file-incompatible.description": '"{{sourceSchemaType}}" nije dopu\u0161ten u "{{targetSchemaType}}"',
39
+ /** The error message that is shown when the MIME type is not accepted */
40
+ "copy-paste.on-paste.validation.mime-type-incompatible.description": 'MIME tip "{{mimeType}}" nije prihva\u0107en za ovo polje',
41
+ /** The error message that is shown when the MIME type validation fails */
42
+ "copy-paste.on-paste.validation.mime-type-validation-failed.description": "Provjera MIME tipa nije uspjela",
43
+ /** The warning message that is shown when not all values can be pasted */
44
+ "copy-paste.on-paste.validation.partial-warning.title": "Nije mogu\u0107e zalijepiti sve vrijednosti",
45
+ /** The validation message that is shown when primitive types are incompatible */
46
+ "copy-paste.on-paste.validation.primitive-type-incompatible.description": 'Vrijednost tipa "{{type}}" nije dopu\u0161tena u ovom polju',
47
+ /** --- On paste --- */
48
+ /** The validation message that is shown when pasting a value into a read-only target */
49
+ "copy-paste.on-paste.validation.read-only-target.description": "Odredi\u0161te je samo za \u010Ditanje",
50
+ /** The validation message that is shown when reference is incompatible with filter */
51
+ "copy-paste.on-paste.validation.reference-filter-incompatible.description": "Referenca nije dopu\u0161tena u referentnom polju prema filtru",
52
+ /** The validation message that is shown when reference types are incompatible */
53
+ "copy-paste.on-paste.validation.reference-type-incompatible.description": 'Reference tipa "{{sourceReferenceType}}" nisu dopu\u0161tene u referentnom polju koje prihva\u0107a tipove "{{targetReferenceTypes}}"',
54
+ /** The validation message that is shown when the source and target schema types are incompatible */
55
+ "copy-paste.on-paste.validation.schema-type-incompatible.description": "Izvorni i ciljni tipovi sheme nisu kompatibilni",
56
+ /** The validation message that is shown when schema types are incompatible */
57
+ "copy-paste.on-paste.validation.schema-type-incompatible.title": "Nije mogu\u0107e odrediti tip sheme za putanju: {{path}}",
58
+ /** The validation message that is shown when string values are incompatible */
59
+ "copy-paste.on-paste.validation.string-value-incompatible.description": 'Vrijednost "{{value}}" nije dopu\u0161tena u "{{allowedStrings}}"'
60
+ });
61
+
62
+ exports.default = copyPaste;
63
+ //# sourceMappingURL=copy-paste.cjs.map
@@ -0,0 +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': '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;;;;"}
@@ -585,7 +585,9 @@ var studio = sanity.removeUndefinedLocaleResources({
585
585
  "inputs.invalid-value.reset-button.text": "Resetiraj vrijednost",
586
586
  /** Invalid property value */
587
587
  "inputs.invalid-value.title": "Neispravna vrijednost svojstva",
588
- /** Field groups */
588
+ /** Title for the "All fields" field group */
589
+ "inputs.object.field-group-tabs.all-fields-title": "Sva polja",
590
+ /** Aria label for the "Field groups" select control on smaller screens */
589
591
  "inputs.object.field-group-tabs.aria-label": "Grupe polja",
590
592
  /** Read-only field description */
591
593
  "inputs.object.unknown-fields.read-only.description": "Ovo polje je <strong>samo za \u010Ditanje</strong> prema shemi dokumenta i ne mo\u017Ee se poni\u0161titi. Ako \u017Eelite mo\u0107i poni\u0161titi ovo u Studiju, pobrinite se da uklonite <code>readOnly</code> polje iz obuhva\u0107enog tipa u shemi.",
@@ -624,13 +626,13 @@ var studio = sanity.removeUndefinedLocaleResources({
624
626
  "inputs.portable-text.activate-on-focus-message_click-focused": "Kliknite ili pritisnite razmaknicu za aktivaciju",
625
627
  /** Label for activate on focus with context of tap and not focused */
626
628
  "inputs.portable-text.activate-on-focus-message_tap": "Dodirnite za aktivaciju",
627
- /**Aria label for the annotation object */
629
+ /** Aria label for the annotation object */
628
630
  "inputs.portable-text.annotation-aria-label": "Objekt napomene",
629
631
  /** Title for dialog that allows editing an annotation */
630
632
  "inputs.portable-text.annotation-editor.title": "Uredi {{schemaType}}",
631
633
  /** Title of the default "link" annotation */
632
634
  "inputs.portable-text.annotation.link": "Poveznica",
633
- /**Aria label for the block object */
635
+ /** Aria label for the block object */
634
636
  "inputs.portable-text.block.aria-label": "Objekt bloka",
635
637
  /** Label for action to edit a block item, in the case where it is editable */
636
638
  "inputs.portable-text.block.edit": "Uredi",
@@ -654,7 +656,7 @@ var studio = sanity.removeUndefinedLocaleResources({
654
656
  "inputs.portable-text.decorator.underline": "Podcrtano",
655
657
  /** Placeholder text for when the editor is empty */
656
658
  "inputs.portable-text.empty-placeholder": "Prazno",
657
- /**Aria label for the block object */
659
+ /** Aria label for the block object */
658
660
  "inputs.portable-text.inline-block.aria-label": "Umetnuti objekt",
659
661
  /** Label for action to edit an inline object item */
660
662
  "inputs.portable-text.inline-object.edit": "Uredi objekt",
@@ -946,8 +948,6 @@ var studio = sanity.removeUndefinedLocaleResources({
946
948
  "new-document.open-dialog-aria-label": "Stvori novi dokument",
947
949
  /** Title for "Create new document" dialog */
948
950
  "new-document.title": "Stvori novi dokument",
949
- /** More detailed alert text letting user know they have an out-of-date version and should reload */
950
- "package-version.new-package-available.description": "Jednostavno ponovno u\u010Ditajte za kori\u0161tenje nove verzije.",
951
951
  /** Label for button that will make the browser reload when users' studio version is out-of-date */
952
952
  "package-version.new-package-available.reload-button": "Ponovno u\u010Ditaj",
953
953
  /** Title of the alert for studio users when packages in their studio are out-of-date */
@@ -1416,9 +1416,9 @@ var studio = sanity.removeUndefinedLocaleResources({
1416
1416
  "timeline.since": "Od: {{timestamp, datetime}}",
1417
1417
  /** Label for missing change version for timeline menu dropdown are showing */
1418
1418
  "timeline.since-version-missing": "Od: nepoznata verzija",
1419
- /**Aria label for the action buttons in the PTE toolbar */
1419
+ /** Aria label for the action buttons in the PTE toolbar */
1420
1420
  "toolbar.portable-text.action-button-aria-label": "{{action}}",
1421
- /** Accesibility label for the breadcrumb menu */
1421
+ /** Accessibility label for the breadcrumb menu */
1422
1422
  "tree-editing-dialog.breadcrumbs.menu": "Izbornik putokaza",
1423
1423
  /** Title placeholder for search input in array of objects */
1424
1424
  "tree-editing-dialog.search-placeholder": "Pretra\u017Ei",