@sanity/locale-hr-hr 1.1.21 → 1.1.23

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.
@@ -2,19 +2,47 @@ import { removeUndefinedLocaleResources } from "sanity";
2
2
  var vision = removeUndefinedLocaleResources({
3
3
  /** Label for action "Copy to clipboard", tied to the "Query URL" field. Also used for accessibility purposes on button */
4
4
  "action.copy-url-to-clipboard": "Kopiraj u me\u0111uspremnik",
5
+ /** Label for deleting a query */
6
+ "action.delete": "Izbri\u0161i",
7
+ /** Label for editing a query's title */
8
+ "action.edit-title": "Uredi naslov",
5
9
  /** Label for stopping an ongoing listen operation */
6
10
  "action.listen-cancel": "Zaustavi",
7
11
  /** Label for setting up a listener */
8
12
  "action.listen-execute": "Slu\u0161aj",
13
+ /** Label for query loading table */
14
+ "action.load-queries": "U\u010Ditaj upite",
15
+ /** Label for loading a query */
16
+ "action.load-query": "U\u010Ditaj upit",
9
17
  /** Label for cancelling an ongoing query */
10
18
  "action.query-cancel": "Otka\u017Ei",
11
19
  /** Label for executing the query, eg doing a fetch */
12
20
  "action.query-execute": "Dohvati",
21
+ /** Label for saving a query */
22
+ "action.save-query": "Spremi upit",
23
+ /** Label for updating a query */
24
+ "action.update": "A\u017Euriraj",
25
+ /** Label for actions user can take */
26
+ "label.actions": "Akcije",
27
+ /** Label for saved queries that have been edited */
28
+ "label.edited": "Ure\u0111eno",
13
29
  /**
14
30
  * Some features has a "New" label indicating that the feature was recently introduced.
15
31
  * This defines what the text of that label is. Keep it short and sweet.
16
32
  */
17
33
  "label.new": "Novo",
34
+ /** Label for query type "personal" */
35
+ "label.personal": "Osobno",
36
+ /** Label for savedAt date */
37
+ "label.saved-at": "Spremljeno u",
38
+ /** Saved queries */
39
+ "label.saved-queries": "Spremljeni upiti",
40
+ /** Search queries */
41
+ "label.search-queries": "Pretra\u017Ei upite",
42
+ /** Share query */
43
+ "label.share": "Podijeli",
44
+ /** Label for saved query type "team" */
45
+ "label.team": "Tim",
18
46
  /** Error message for when the "Params" input are not a valid json */
19
47
  "params.error.params-invalid-json": "Parametri nisu valjani JSON",
20
48
  /** Label for "Params" (parameters) editor/input */
@@ -42,6 +70,12 @@ var vision = removeUndefinedLocaleResources({
42
70
  * available for the query (eg when the query has not been executed, or errored)
43
71
  */
44
72
  "result.timing-not-applicable": "n/a",
73
+ /** Query already saved error label */
74
+ "save-query.already-saved": "Upit je ve\u0107 spremljen",
75
+ /** Save error label */
76
+ "save-query.error": "Gre\u0161ka pri spremanju upita",
77
+ /** Save success label */
78
+ "save-query.success": "Upit spremljen",
45
79
  /** Label for the "API version" dropdown in settings */
46
80
  "settings.api-version-label": "Verzija API-ja",
47
81
  /** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */
@@ -1 +1 @@
1
- {"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopiraj u međuspremnik',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Zaustavi',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Slušaj',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Otkaži',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Dohvati',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Novo',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametri nisu valjani JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametri',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Stupac',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Linija',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Upit',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'URL upita',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': '\"End to End\" vrijeme',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Vrijeme izvršenja',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Rezultat',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Rezultat se ne može kodirati kao CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Spremi rezultat kao <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'n/a',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'Verzija API-ja',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Prilagođena verzija API-ja',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Neispravna verzija API-ja',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Ostalo',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspektiva',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'Perspektiva \"<code>previewDrafts</code>\" je preimenovana u \"<code>drafts</code>\" i sada je zastarjela. Ova promjena je učinkovita za sve verzije s podrškom za perspektivu (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Pročitaj dokumentaciju',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Nema perspektive (zadano za API)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspektive omogućuju vašem upitu da se izvodi protiv različitih \"pogleda\" na sadržaj u vašem datasetu',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'Zadana perspektiva će se promijeniti sa \"<code>raw</code>\" na \"<code>published</code>\" u nadolazećoj verziji API-ja. Molimo konzultirajte dokumentaciju za više detalja.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'pinned release',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspektive',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;"}
1
+ {"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopiraj u međuspremnik',\n /** Label for deleting a query */\n 'action.delete': 'Izbriši',\n /** Label for editing a query's title */\n 'action.edit-title': 'Uredi naslov',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Zaustavi',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Slušaj',\n /** Label for query loading table */\n 'action.load-queries': 'Učitaj upite',\n /** Label for loading a query */\n 'action.load-query': 'Učitaj upit',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Otkaži',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Dohvati',\n /** Label for saving a query */\n 'action.save-query': 'Spremi upit',\n /** Label for updating a query */\n 'action.update': 'Ažuriraj',\n\n /** Label for actions user can take */\n 'label.actions': 'Akcije',\n /** Label for saved queries that have been edited */\n 'label.edited': 'Uređeno',\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Novo',\n /** Label for query type \"personal\" */\n 'label.personal': 'Osobno',\n /** Label for savedAt date */\n 'label.saved-at': 'Spremljeno u',\n /** Saved queries */\n 'label.saved-queries': 'Spremljeni upiti',\n /** Search queries */\n 'label.search-queries': 'Pretraži upite',\n /** Share query */\n 'label.share': 'Podijeli',\n /** Label for saved query type \"team\" */\n 'label.team': 'Tim',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parametri nisu valjani JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parametri',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Stupac',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Linija',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Upit',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'URL upita',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': '\"End to End\" vrijeme',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Vrijeme izvršenja',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Rezultat',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Rezultat se ne može kodirati kao CSV',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Spremi rezultat kao <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'n/a',\n\n /** Query already saved error label */\n 'save-query.already-saved': 'Upit je već spremljen',\n /** Save error label */\n 'save-query.error': 'Greška pri spremanju upita',\n /** Save success label */\n 'save-query.success': 'Upit spremljen',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'Verzija API-ja',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Prilagođena verzija API-ja',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Neispravna verzija API-ja',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Ostalo',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspektiva',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'Perspektiva \"<code>previewDrafts</code>\" je preimenovana u \"<code>drafts</code>\" i sada je zastarjela. Ova promjena je učinkovita za sve verzije s podrškom za perspektivu (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Pročitaj dokumentaciju',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Nema perspektive (zadano za API)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspektive omogućuju vašem upitu da se izvodi protiv različitih \"pogleda\" na sadržaj u vašem datasetu',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'Zadana perspektiva će se promijeniti sa \"<code>raw</code>\" na \"<code>published</code>\" u nadolazećoj verziji API-ja. Molimo konzultirajte dokumentaciju za više detalja.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'pinned release',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspektive',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,iBAAiB;AAAA;AAAA,EAEjB,qBAAqB;AAAA;AAAA,EAErB,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAErB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,qBAAqB;AAAA;AAAA,EAErB,iBAAiB;AAAA;AAAA,EAGjB,iBAAiB;AAAA;AAAA,EAEjB,gBAAgB;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhB,aAAa;AAAA;AAAA,EAEb,kBAAkB;AAAA;AAAA,EAElB,kBAAkB;AAAA;AAAA,EAElB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,eAAe;AAAA;AAAA,EAEf,cAAc;AAAA;AAAA,EAGd,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAEpB,sBAAsB;AAAA;AAAA,EAGtB,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-hr-hr",
3
- "version": "1.1.21",
3
+ "version": "1.1.23",
4
4
  "private": false,
5
5
  "description": "Croatian / Hrvatski locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/structure.ts CHANGED
@@ -158,6 +158,9 @@ export default removeUndefinedLocaleResources({
158
158
  'Molimo pričekajte dok se dokument ne doda u izdanje. Ne bi trebalo trajati duže od nekoliko sekundi.',
159
159
  /** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
160
160
  'banners.release.waiting.title': 'Dodavanje dokumenta u izdanje…',
161
+ /** The text for the revision not found banner */
162
+ 'banners.revision-not-found.description':
163
+ 'Nismo mogli pronaći odabranu reviziju dokumenta, molimo odaberite drugi unos iz povijesne liste.',
161
164
  /** The text content for the unpublished document banner when is part of a release */
162
165
  'banners.unpublished-release-banner.text':
163
166
  'Ovaj dokument će biti nepublikovan kao dio <VersionBadge>{{title}}</VersionBadge> izdanja',
@@ -196,6 +199,12 @@ export default removeUndefinedLocaleResources({
196
199
  /** The heading for the canvas linked banner popover */
197
200
  'canvas.banner.popover-heading': 'Autorstvo s idejom na prvom mjestu',
198
201
 
202
+ /** The description for the changes banner */
203
+ 'changes.banner.description':
204
+ 'Prikazuje povijest za <strong>{{perspective}}</strong> verziju ovog dokumenta.',
205
+ /** The tooltip for the changes banner */
206
+ 'changes.banner.tooltip':
207
+ 'Ovaj prikaz pokazuje promjene koje su se dogodile u određenoj verziji ovog dokumenta. Odaberite drugu verziju da biste vidjeli njene promjene',
199
208
  /** The label used in the changes inspector for the from selector */
200
209
  'changes.from.label': 'Od',
201
210
  /* The label for the history tab in the changes inspector*/
@@ -360,6 +369,11 @@ export default removeUndefinedLocaleResources({
360
369
  /** The description for the document unfavorite action */
361
370
  'document.favorites.remove-from-favorites': 'Ukloni iz favorita',
362
371
 
372
+ /** The description for the events inspector when we can't load the document so we default to compare with published */
373
+ 'events.compare-with-published.description':
374
+ 'Nismo u mogućnosti učitati promjene za ovaj dokument, vjerojatno zbog politike zadržavanja povijesti vašeg plana, ovo vam pokazuje kako se <strong>{{version}}</strong> verzija uspoređuje s <strong>objavljenom</strong> verzijom.',
375
+ /** The title for the events inspector when we can't load the document so we default to compare with published */
376
+ 'events.compare-with-published.title': 'Usporedba s objavljenim',
363
377
  /**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
364
378
  'events.inspect.release': 'Pregledaj <VersionBadge>{{releaseTitle}}</VersionBadge> dokument',
365
379
  /**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
@@ -426,10 +440,19 @@ export default removeUndefinedLocaleResources({
426
440
  'panes.document-header-title.new.text': 'Novi {{schemaType}}',
427
441
  /** The text used in the document header title if no other title can be determined */
428
442
  'panes.document-header-title.untitled.text': 'Bez naslova',
443
+ /** The help text saying that we'll retry fetching the document list */
444
+ 'panes.document-list-pane.error.retrying': 'Ponovni pokušaj…',
429
445
  /** The error text on the document list pane */
430
446
  'panes.document-list-pane.error.text': 'Greška: <Code>{{error}}</Code>',
447
+ /** The error text on the document list pane */
448
+ 'panes.document-list-pane.error.text.dev': 'Greška: <Code>{{error}}</Code>',
449
+ /** The error text on the document list pane if the browser appears to be offlline */
450
+ 'panes.document-list-pane.error.text.offline': 'Čini se da je internetska veza u prekidu.',
431
451
  /** The error title on the document list pane */
432
452
  'panes.document-list-pane.error.title': 'Nije moguće dohvatiti stavke popisa',
453
+ /** The help text saying that we'll retry fetching the document list */
454
+ 'panes.document-list-pane.error.will-retry-automatically_one': 'Ponovni pokušaj…',
455
+ 'panes.document-list-pane.error.will-retry-automatically_other': 'Ponovni pokušaj… (#{{count}}).',
433
456
  /** The text of the document list pane if more than a maximum number of documents are returned */
434
457
  'panes.document-list-pane.max-items.text': 'Prikazuje se maksimalno {{limit}} dokumenata',
435
458
  /** The text of the document list pane if no documents are found for a specified type */
@@ -438,6 +461,8 @@ export default removeUndefinedLocaleResources({
438
461
  'panes.document-list-pane.no-documents.text': 'Nema rezultata',
439
462
  /** The text of the document list pane if no documents are found matching specified criteria */
440
463
  'panes.document-list-pane.no-matching-documents.text': 'Nema odgovarajućih dokumenata',
464
+ /** The search input for the search input on the document list pane */
465
+ 'panes.document-list-pane.reconnecting': 'Pokušavam se povezati…',
441
466
  /** The aria-label for the search input on the document list pane */
442
467
  'panes.document-list-pane.search-input.aria-label': 'Pretraži popis',
443
468
  /** The search input for the search input on the document list pane */
@@ -572,4 +597,6 @@ export default removeUndefinedLocaleResources({
572
597
  'timeline-item.menu.action-collapse': 'Skupi',
573
598
  /** The text for the expand action in the timeline item menu */
574
599
  'timeline-item.menu.action-expand': 'Proširi',
600
+ /** The text for the published event menu tooltip when the release is not found */
601
+ 'timeline-item.not-found-release.tooltip': 'Izdanje s id-om "{{releaseId}}" nije pronađeno',
575
602
  })
package/src/studio.ts CHANGED
@@ -160,9 +160,15 @@ export default removeUndefinedLocaleResources({
160
160
  /** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
161
161
  'asset-sources.dataset.file.title': 'Datoteke radnog prostora',
162
162
  'asset-sources.dataset.image.title': 'Slike radnog prostora',
163
+ /** Error messages for the Media Library Asset Source */
164
+ 'asset-sources.media-library.error.library-could-not-be-resolved':
165
+ 'Došlo je do pogreške pri pokušaju spajanja Medijske knjižnice.',
163
166
  /** Menu Items for Media Library Asset Source */
164
167
  'asset-sources.media-library.file.title': 'Medijska knjižnica',
165
168
  'asset-sources.media-library.image.title': 'Medijska knjižnica',
169
+ /** Info messages for the Media Library Asset Source */
170
+ 'asset-sources.media-library.info.provisioning':
171
+ 'Molimo pričekajte dok pripremamo vašu Medijsku knjižnicu.',
166
172
 
167
173
  /** Label when a release has been deleted by a different user */
168
174
  'banners.deleted-bundle-banner.text': "Izdanje '<strong>{{title}}</strong>' je izbrisano.",
@@ -309,6 +315,9 @@ export default removeUndefinedLocaleResources({
309
315
  'changes.loading-author': 'Učitavanje…',
310
316
  /** Loading changes in Review Changes Pane */
311
317
  'changes.loading-changes': 'Učitavanje promjena…',
318
+ /** Error message shown when the document revision could not be found */
319
+ 'changes.missing-since-document-error':
320
+ 'Nismo mogli pronaći reviziju dokumenta s id: <code>{{revisionId}}</code> koju pokušavate usporediti. <Break/> To je vjerojatno zbog politike zadržavanja povijesti vašeg plana. <Break/> Molimo odaberite drugi <strong>From</strong> unos.',
312
321
  /** No Changes description in the Review Changes pane */
313
322
  'changes.no-changes-description':
314
323
  'Uredite dokument ili odaberite stariju verziju na vremenskoj traci kako bi se popis promjena pojavio na ovoj ploči.',
@@ -358,6 +367,11 @@ export default removeUndefinedLocaleResources({
358
367
  'Nepoznata vrsta sheme ugrađenog objekta',
359
368
  /** Label for when the action of the change was a removal, eg a field was cleared, an array item was removed, an asset was deselected or similar */
360
369
  'changes.removed-label': 'Uklonjeno',
370
+ /** Same Revision Selected description in the Review Changes pane */
371
+ 'changes.same-revision-selected-description':
372
+ 'Odabrali ste istu <strong>from</strong> i <strong>to</strong> reviziju, molimo odaberite različite revizije kako biste usporedili promjene između njih.',
373
+ /** Same Revision Selected title in the Review Changes pane */
374
+ 'changes.same-revision-selected-title': 'Odabrana ista revizija',
361
375
  /** Title for the Review Changes pane */
362
376
  'changes.title': 'Pregled promjena',
363
377
  /**The title that will be shown in the badge inside the events when the item is a draft */
@@ -372,6 +386,8 @@ export default removeUndefinedLocaleResources({
372
386
  'common.dialog.confirm-button.text': 'Potvrdi',
373
387
  /** Default text in shared loader text / spinner lockup */
374
388
  'common.loading': 'Učitavanje',
389
+ /** The title of the reconnecting toast */
390
+ 'common.reconnecting.toast.title': 'Pokušavamo se povezati…',
375
391
 
376
392
  /** --- Configuration issues --- */
377
393
  /** Default label text on configuration issues button */
@@ -409,6 +425,8 @@ export default removeUndefinedLocaleResources({
409
425
  'document-status.published': 'Objavljeno {{date}}',
410
426
  /** Label to show in the document footer indicating the revision from date of the document */
411
427
  'document-status.revision-from': 'Revizija od <em>{{date}}</em>',
428
+ /** Label to show in the document footer indicating that the revision was not found */
429
+ 'document-status.revision-not-found': 'Revizija nije pronađena',
412
430
 
413
431
  /** Label to indicate that a document type was not found */
414
432
  'document.type.not-found': 'Tip dokumenta "{{type}}" nije pronađen',
@@ -476,8 +494,6 @@ export default removeUndefinedLocaleResources({
476
494
  'form.field.deprecated-label': 'zastarjelo',
477
495
  /** Fallback title shown above field if it has no defined title */
478
496
  'form.field.untitled-field-label': 'Bez naslova',
479
- /** The title of the reconnecting toast */
480
- 'form.reconnecting.toast.title': 'Izgubljena veza. Ponovno povezivanje…',
481
497
  /** Accessibility label for the icon that indicates the field has a validation error */
482
498
  'form.validation.has-error-aria-label': 'Ima grešku',
483
499
  /** Accessibility label for the icon that indicates the field has validation information */
@@ -1154,6 +1170,16 @@ export default removeUndefinedLocaleResources({
1154
1170
  /** Unexpected error: `{{error}}` */
1155
1171
  'member-field-error.unexpected-error': 'Neočekivana greška: {{error}}',
1156
1172
 
1173
+ /** Text shown in warning when browser is using HTTP1 to communicate with the Sanity API */
1174
+ 'network-check.slow-protocol-warning.description':
1175
+ 'Vaš preglednik koristi zastarjeli HTTP protokol za komunikaciju sa Sanity. To može rezultirati znatno smanjenom učinkovitošću.',
1176
+ /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
1177
+ 'network-check.slow-protocol-warning.learn-more-button.text': 'Saznajte više',
1178
+ /** Text for link that takes the user to the Sanity documentation to learn more about the HTTP1 issue */
1179
+ 'network-check.slow-protocol-warning.snooze-button.text': 'Ne prikazuj ponovno za ovu sesiju',
1180
+ /** Title text for the warning dialog when browser is using HTTP1 to communicate with the Sanity API */
1181
+ 'network-check.slow-protocol-warning.title': 'Imate uključene kočnice',
1182
+
1157
1183
  /** Button label for "Create new document" button */
1158
1184
  'new-document.button': 'Stvori',
1159
1185
  /**
@@ -1820,6 +1846,10 @@ export default removeUndefinedLocaleResources({
1820
1846
  'timeline.operation.deleted': 'Izbrisano',
1821
1847
  /** Label shown in review changes timeline when a document has been deleted, with a timestamp */
1822
1848
  'timeline.operation.deleted_timestamp': 'Izbrisano: {{timestamp, datetime}}',
1849
+ /** Label shown in review changes timeline when a draft document has been created*/
1850
+ 'timeline.operation.draft-created': 'Nacrt stvoren',
1851
+ /** Label shown in review changes timeline when a draft document has been created, with a timestamp */
1852
+ 'timeline.operation.draft-created_timestamp': 'Nacrt stvoren: {{timestamp, datetime}}',
1823
1853
  /** Label shown in review changes timeline when a draft has been discarded */
1824
1854
  'timeline.operation.draft-discarded': 'Odbačena skica',
1825
1855
  /** Label shown in review changes timeline when a draft has been discarded, with a timestamp */
@@ -1832,6 +1862,8 @@ export default removeUndefinedLocaleResources({
1832
1862
  'timeline.operation.edited-live': 'Uređeno uživo',
1833
1863
  /** Label shown in review changes timeline when a document has been edited live, with a timestamp */
1834
1864
  'timeline.operation.edited-live_timestamp': 'Uređeno uživo: {{timestamp, datetime}}',
1865
+ /** Label shown in review changes timeline when a document has been created */
1866
+ 'timeline.operation.history-cleared': 'Izbrisano zbog politike zadržavanja',
1835
1867
  /** Label shown in review changes timeline when a document was published */
1836
1868
  'timeline.operation.published': 'Objavljeno',
1837
1869
  /** Label shown in review changes timeline when a document was published, with a timestamp */
@@ -1840,6 +1872,14 @@ export default removeUndefinedLocaleResources({
1840
1872
  'timeline.operation.unpublished': 'Poništena objava',
1841
1873
  /** Label shown in review changes timeline when a document was unpublished, with a timestamp */
1842
1874
  'timeline.operation.unpublished_timestamp': 'Poništena objava: {{timestamp, datetime}}',
1875
+ /** Label shown in review changes timeline when a document version has been created */
1876
+ 'timeline.operation.version-created': 'Verzija stvorena',
1877
+ /** Label shown in review changes timeline when a document version has been created, with a timestamp */
1878
+ 'timeline.operation.version-created_timestamp': 'Verzija stvorena: {{timestamp, datetime}}',
1879
+ /** Label shown in review changes timeline when a document version has been discarded */
1880
+ 'timeline.operation.version-discarded': 'Verzija odbačena',
1881
+ /** Label shown in review changes timeline when a document version has been discarded, with a timestamp */
1882
+ 'timeline.operation.version-discarded_timestamp': 'Verzija odbačena: {{timestamp, datetime}}',
1843
1883
  /**
1844
1884
  * Label for determining since which version the changes for timeline menu dropdown are showing.
1845
1885
  * Receives the time label as a parameter (`timestamp`).
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': 'Kopiraj u međuspremnik',
6
+ /** Label for deleting a query */
7
+ 'action.delete': 'Izbriši',
8
+ /** Label for editing a query's title */
9
+ 'action.edit-title': 'Uredi naslov',
6
10
  /** Label for stopping an ongoing listen operation */
7
11
  'action.listen-cancel': 'Zaustavi',
8
12
  /** Label for setting up a listener */
9
13
  'action.listen-execute': 'Slušaj',
14
+ /** Label for query loading table */
15
+ 'action.load-queries': 'Učitaj upite',
16
+ /** Label for loading a query */
17
+ 'action.load-query': 'Učitaj upit',
10
18
  /** Label for cancelling an ongoing query */
11
19
  'action.query-cancel': 'Otkaži',
12
20
  /** Label for executing the query, eg doing a fetch */
13
21
  'action.query-execute': 'Dohvati',
22
+ /** Label for saving a query */
23
+ 'action.save-query': 'Spremi upit',
24
+ /** Label for updating a query */
25
+ 'action.update': 'Ažuriraj',
14
26
 
27
+ /** Label for actions user can take */
28
+ 'label.actions': 'Akcije',
29
+ /** Label for saved queries that have been edited */
30
+ 'label.edited': 'Uređeno',
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': 'Novo',
36
+ /** Label for query type "personal" */
37
+ 'label.personal': 'Osobno',
38
+ /** Label for savedAt date */
39
+ 'label.saved-at': 'Spremljeno u',
40
+ /** Saved queries */
41
+ 'label.saved-queries': 'Spremljeni upiti',
42
+ /** Search queries */
43
+ 'label.search-queries': 'Pretraži upite',
44
+ /** Share query */
45
+ 'label.share': 'Podijeli',
46
+ /** Label for saved query type "team" */
47
+ 'label.team': 'Tim',
20
48
 
21
49
  /** Error message for when the "Params" input are not a valid json */
22
50
  'params.error.params-invalid-json': 'Parametri nisu valjani JSON',
@@ -48,6 +76,13 @@ export default removeUndefinedLocaleResources({
48
76
  */
49
77
  'result.timing-not-applicable': 'n/a',
50
78
 
79
+ /** Query already saved error label */
80
+ 'save-query.already-saved': 'Upit je već spremljen',
81
+ /** Save error label */
82
+ 'save-query.error': 'Greška pri spremanju upita',
83
+ /** Save success label */
84
+ 'save-query.success': 'Upit spremljen',
85
+
51
86
  /** Label for the "API version" dropdown in settings */
52
87
  'settings.api-version-label': 'Verzija API-ja',
53
88
  /** Label for the "Custom API version" input in settings, shown when "other" is chosen as API version */