@sanity/locale-nl-nl 1.0.3 → 1.0.4

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/index.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("sanity");const s=e.defineLocale({id:"nl-NL",title:"Nederlands",bundles:[{namespace:"structure",resources:()=>Promise.resolve().then((function(){return require("./_chunks/structure-z_HgRMSj.cjs")}))},{namespace:"studio",resources:()=>Promise.resolve().then((function(){return require("./_chunks/studio-DTvsQMkQ.cjs")}))},{namespace:"validation",resources:()=>Promise.resolve().then((function(){return require("./_chunks/validation-Bohq2u_6.cjs")}))},{namespace:"vision",resources:()=>Promise.resolve().then((function(){return require("./_chunks/vision-W0cmor8O.cjs")}))}],weekInfo:{firstDay:1,minimalDays:4,weekend:[6,7]}}),n=e.definePlugin((e=>({name:"@sanity/locale-nl-nl",i18n:{locales:[e?{...s,...e}:s]}})));exports.nlNLLocale=n;//# sourceMappingURL=index.cjs.map
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("sanity");const s=e.defineLocale({id:"nl-NL",title:"Nederlands",bundles:[{namespace:"structure",resources:()=>Promise.resolve().then((function(){return require("./_chunks/structure-MniULJL1.cjs")}))},{namespace:"studio",resources:()=>Promise.resolve().then((function(){return require("./_chunks/studio-1Sy_fdKR.cjs")}))},{namespace:"validation",resources:()=>Promise.resolve().then((function(){return require("./_chunks/validation-Bohq2u_6.cjs")}))},{namespace:"vision",resources:()=>Promise.resolve().then((function(){return require("./_chunks/vision-W0cmor8O.cjs")}))}],weekInfo:{firstDay:1,minimalDays:4,weekend:[6,7]}}),n=e.definePlugin((e=>({name:"@sanity/locale-nl-nl",i18n:{locales:[e?{...s,...e}:s]}})));exports.nlNLLocale=n;//# sourceMappingURL=index.cjs.map
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- import{defineLocale as s,definePlugin as e}from"sanity";const n=s({id:"nl-NL",title:"Nederlands",bundles:[{namespace:"structure",resources:()=>import("./_chunks/structure-IDARW4uZ.js")},{namespace:"studio",resources:()=>import("./_chunks/studio-N6YWRRAG.js")},{namespace:"validation",resources:()=>import("./_chunks/validation-qDAPkWUz.js")},{namespace:"vision",resources:()=>import("./_chunks/vision-9BWdWqtt.js")}],weekInfo:{firstDay:1,minimalDays:4,weekend:[6,7]}}),i=e((s=>({name:"@sanity/locale-nl-nl",i18n:{locales:[s?{...n,...s}:n]}})));export{i as nlNLLocale};//# sourceMappingURL=index.js.map
1
+ import{defineLocale as s,definePlugin as e}from"sanity";const n=s({id:"nl-NL",title:"Nederlands",bundles:[{namespace:"structure",resources:()=>import("./_chunks/structure-0o19fMBL.js")},{namespace:"studio",resources:()=>import("./_chunks/studio-GXVlwdFs.js")},{namespace:"validation",resources:()=>import("./_chunks/validation-qDAPkWUz.js")},{namespace:"vision",resources:()=>import("./_chunks/vision-9BWdWqtt.js")}],weekInfo:{firstDay:1,minimalDays:4,weekend:[6,7]}}),i=e((s=>({name:"@sanity/locale-nl-nl",i18n:{locales:[s?{...n,...s}:n]}})));export{i as nlNLLocale};//# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-nl-nl",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "private": false,
5
5
  "description": "Dutch / Nederlands locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/structure.ts CHANGED
@@ -379,9 +379,9 @@ export default removeUndefinedLocaleResources({
379
379
  'production-preview.menu-item.title': 'Voorbeeld openen',
380
380
 
381
381
  /** Label for button when status is saved */
382
- 'status-bar.document-status-pulse.status.saved.text': undefined, // 'Saved'
382
+ 'status-bar.document-status-pulse.status.saved.text': 'Opgeslagen',
383
383
  /** Label for button when status is syncing */
384
- 'status-bar.document-status-pulse.status.syncing.text': undefined, // 'Saving...'
384
+ 'status-bar.document-status-pulse.status.syncing.text': 'Opslaan...',
385
385
  /** Accessibility label indicating when the document was last published, in relative time, eg "3 weeks ago" */
386
386
  'status-bar.publish-status-button.last-published-time.aria-label':
387
387
  'Laatst gepubliceerd {{relativeTime}}',
package/src/studio.ts CHANGED
@@ -1609,7 +1609,7 @@ export default removeUndefinedLocaleResources({
1609
1609
  /** Label for tooltip to show which provider the currently logged in user is using */
1610
1610
  'user-menu.login-provider': 'Ingelogd met {{providerTitle}}',
1611
1611
  /** Label for open menu button for user menu */
1612
- 'user-menu.open-menu': undefined, // 'Open menu'
1612
+ 'user-menu.open-menu': 'Menu openen',
1613
1613
 
1614
1614
  /**
1615
1615
  * Label for action to add a workspace (currently a developer-oriented action, as this will
@@ -1630,7 +1630,7 @@ export default removeUndefinedLocaleResources({
1630
1630
  /** Button label for opening the workspace switcher */
1631
1631
  'workspaces.select-workspace-label': 'Selecteer werkruimte',
1632
1632
  /** Tooltip for the workspace menu */
1633
- 'workspaces.select-workspace-tooltip': undefined, // 'Select workspace'
1633
+ 'workspaces.select-workspace-tooltip': 'Werkruimte selecteren',
1634
1634
  /** Title for Workplaces dropdown menu */
1635
1635
  'workspaces.title': 'Werkruimtes',
1636
1636
  })