@sanity/locale-nl-nl 1.1.25 → 1.1.26

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.
@@ -1099,6 +1099,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1099
1099
  "release.action.discard-version.failure": "Mislukt om versie te verwijderen",
1100
1100
  /** Action message for when a new release is created off an existing version, draft or published document */
1101
1101
  "release.action.new-release": "Nieuwe Release",
1102
+ "release.action.new-release.limit-reached_other": "Deze werkruimte is beperkt tot {{count}} releases",
1102
1103
  /** Tooltip message for not having permissions for creating new releases */
1103
1104
  "release.action.permission.error": "U heeft geen toestemming om deze actie uit te voeren",
1104
1105
  /** Error message for when a version is set to be unpublished */
@@ -1567,6 +1568,26 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1567
1568
  "sheet-list.select-fields": "Selecteer tot 5 veldtypes",
1568
1569
  /** Accessibility label for the navbar status button */
1569
1570
  "status-button.aria-label": "Configuratiestatus",
1571
+ /* Time zone handling */
1572
+ "time-zone.action.search-for-timezone-placeholder": "Zoek naar een stad of tijdzone",
1573
+ /* Label for the local time zone button */
1574
+ "time-zone.action.select-local-time-zone": "Selecteer lokale tijdzone",
1575
+ /* Dialog info for the time zone dialog */
1576
+ "time-zone.dialog-info.content-releases": "De geselecteerde tijdzone zal veranderen hoe data wordt weergegeven in content releases.",
1577
+ /* Dialog info for the time zone dialog */
1578
+ "time-zone.dialog-info.input": "De geselecteerde tijdzone zal veranderen hoe data alleen voor deze invoer in dit document wordt weergegeven.",
1579
+ /* Dialog info for the time zone dialog */
1580
+ "time-zone.dialog-info.scheduled-publishing": "De geselecteerde tijdzone zal veranderen hoe data wordt weergegeven in schema's.",
1581
+ /* Label for the local time zone button */
1582
+ "time-zone.local-time": "lokale tijd",
1583
+ /* Label for the time zone button */
1584
+ "time-zone.time-zone": "Tijdzone",
1585
+ /* Tooltip content for the time zone dialog */
1586
+ "time-zone.time-zone-tooltip-content-releases": "Releases worden weergegeven in {{alternativeName}} GMT{{offset}}",
1587
+ /* Tooltip content for the time zone dialog */
1588
+ "time-zone.time-zone-tooltip-input": "<em>{{title}}</em> wordt weergegeven in {{alternativeName}} GMT{{offset}}",
1589
+ /* Tooltip content for the time zone dialog */
1590
+ "time-zone.time-zone-tooltip-scheduled-publishing": "Schema's worden weergegeven in {{alternativeName}} GMT{{offset}}",
1570
1591
  /** Title for the changes tooltip in the history inspector*/
1571
1592
  "timeline.changes.title": "Wijzigingen door",
1572
1593
  /** Description for error when the timeline for the given document can't be loaded */
@@ -1626,7 +1647,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1626
1647
  "timeline.operation.edited-live": "Live bewerkt",
1627
1648
  /** Label shown in review changes timeline when a document has been edited live, with a timestamp */
1628
1649
  "timeline.operation.edited-live_timestamp": "Live bewerkt: {{timestamp, datetime}}",
1629
- /** Label shown in review changes timeline when a document has been created */
1650
+ /** Label shown in review changes timeline event when transactions have been deleted by retention policy */
1630
1651
  "timeline.operation.history-cleared": "Verwijderd door retentiebeleid",
1631
1652
  /** Label shown in review changes timeline when a document was published */
1632
1653
  "timeline.operation.published": "Gepubliceerd",