@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/_chunks/{structure-IDARW4uZ.js → structure-0o19fMBL.js} +1 -1
- package/dist/_chunks/{structure-IDARW4uZ.js.map → structure-0o19fMBL.js.map} +1 -1
- package/dist/_chunks/{structure-z_HgRMSj.cjs → structure-MniULJL1.cjs} +1 -1
- package/dist/_chunks/{structure-z_HgRMSj.cjs.map → structure-MniULJL1.cjs.map} +1 -1
- package/dist/_chunks/{studio-DTvsQMkQ.cjs → studio-1Sy_fdKR.cjs} +1 -1
- package/dist/_chunks/{studio-DTvsQMkQ.cjs.map → studio-1Sy_fdKR.cjs.map} +1 -1
- package/dist/_chunks/{studio-N6YWRRAG.js → studio-GXVlwdFs.js} +1 -1
- package/dist/_chunks/{studio-N6YWRRAG.js.map → studio-GXVlwdFs.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/structure.ts +2 -2
- package/src/studio.ts +2 -2
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-
|
|
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-
|
|
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
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':
|
|
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':
|
|
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':
|
|
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':
|
|
1633
|
+
'workspaces.select-workspace-tooltip': 'Werkruimte selecteren',
|
|
1634
1634
|
/** Title for Workplaces dropdown menu */
|
|
1635
1635
|
'workspaces.title': 'Werkruimtes',
|
|
1636
1636
|
})
|