@sanity/locale-is-is 1.0.2 → 1.0.3

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:"is-IS",title:"Íslenska",bundles:[{namespace:"structure",resources:()=>Promise.resolve().then((function(){return require("./_chunks/structure-KNqvRYVR.cjs")}))},{namespace:"studio",resources:()=>Promise.resolve().then((function(){return require("./_chunks/studio-bQLTWBUR.cjs")}))},{namespace:"validation",resources:()=>Promise.resolve().then((function(){return require("./_chunks/validation-2wudOQTs.cjs")}))},{namespace:"vision",resources:()=>Promise.resolve().then((function(){return require("./_chunks/vision-RoTeXNCg.cjs")}))}],weekInfo:{firstDay:1,minimalDays:4,weekend:[6,7]}}),r=e.definePlugin((e=>({name:"@sanity/locale-is-is",i18n:{locales:[e?{...s,...e}:s]}})));exports.isISLocale=r;//# sourceMappingURL=index.cjs.map
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("sanity");const s=e.defineLocale({id:"is-IS",title:"Íslenska",bundles:[{namespace:"structure",resources:()=>Promise.resolve().then((function(){return require("./_chunks/structure-crcDkqp7.cjs")}))},{namespace:"studio",resources:()=>Promise.resolve().then((function(){return require("./_chunks/studio-TyADzwBt.cjs")}))},{namespace:"validation",resources:()=>Promise.resolve().then((function(){return require("./_chunks/validation-2wudOQTs.cjs")}))},{namespace:"vision",resources:()=>Promise.resolve().then((function(){return require("./_chunks/vision-RoTeXNCg.cjs")}))}],weekInfo:{firstDay:1,minimalDays:4,weekend:[6,7]}}),r=e.definePlugin((e=>({name:"@sanity/locale-is-is",i18n:{locales:[e?{...s,...e}:s]}})));exports.isISLocale=r;//# sourceMappingURL=index.cjs.map
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- import{defineLocale as s,definePlugin as e}from"sanity";const i=s({id:"is-IS",title:"Íslenska",bundles:[{namespace:"structure",resources:()=>import("./_chunks/structure-LbWgqwfA.js")},{namespace:"studio",resources:()=>import("./_chunks/studio-ROPCh5_d.js")},{namespace:"validation",resources:()=>import("./_chunks/validation-wRUB77vZ.js")},{namespace:"vision",resources:()=>import("./_chunks/vision-n6Al-dIH.js")}],weekInfo:{firstDay:1,minimalDays:4,weekend:[6,7]}}),n=e((s=>({name:"@sanity/locale-is-is",i18n:{locales:[s?{...i,...s}:i]}})));export{n as isISLocale};//# sourceMappingURL=index.js.map
1
+ import{defineLocale as s,definePlugin as e}from"sanity";const i=s({id:"is-IS",title:"Íslenska",bundles:[{namespace:"structure",resources:()=>import("./_chunks/structure-vvuq0eOb.js")},{namespace:"studio",resources:()=>import("./_chunks/studio-TpDmKJhm.js")},{namespace:"validation",resources:()=>import("./_chunks/validation-wRUB77vZ.js")},{namespace:"vision",resources:()=>import("./_chunks/vision-n6Al-dIH.js")}],weekInfo:{firstDay:1,minimalDays:4,weekend:[6,7]}}),n=e((s=>({name:"@sanity/locale-is-is",i18n:{locales:[s?{...i,...s}:i]}})));export{n as isISLocale};//# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-is-is",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "private": false,
5
5
  "description": "Icelandic / Íslenska locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/structure.ts CHANGED
@@ -372,9 +372,9 @@ export default removeUndefinedLocaleResources({
372
372
  'production-preview.menu-item.title': 'Opna forskoðun',
373
373
 
374
374
  /** Label for button when status is saved */
375
- 'status-bar.document-status-pulse.status.saved.text': undefined, // 'Saved'
375
+ 'status-bar.document-status-pulse.status.saved.text': 'Vistað',
376
376
  /** Label for button when status is syncing */
377
- 'status-bar.document-status-pulse.status.syncing.text': undefined, // 'Saving...'
377
+ 'status-bar.document-status-pulse.status.syncing.text': 'Er vista...',
378
378
  /** Accessibility label indicating when the document was last published, in relative time, eg "3 weeks ago" */
379
379
  'status-bar.publish-status-button.last-published-time.aria-label': 'Síðast birt {{relativeTime}}',
380
380
  /** Text for tooltip showing explanation of timestamp/relative time, eg "Last published <RelativeTime/>" */
package/src/studio.ts CHANGED
@@ -1594,7 +1594,7 @@ export default removeUndefinedLocaleResources({
1594
1594
  /** Label for tooltip to show which provider the currently logged in user is using */
1595
1595
  'user-menu.login-provider': 'Skráður inn með {{providerTitle}}',
1596
1596
  /** Label for open menu button for user menu */
1597
- 'user-menu.open-menu': undefined, // 'Open menu'
1597
+ 'user-menu.open-menu': 'Opna valmynd',
1598
1598
 
1599
1599
  /**
1600
1600
  * Label for action to add a workspace (currently a developer-oriented action, as this will
@@ -1615,7 +1615,7 @@ export default removeUndefinedLocaleResources({
1615
1615
  /** Button label for opening the workspace switcher */
1616
1616
  'workspaces.select-workspace-label': 'Veldu vinnusvæði',
1617
1617
  /** Tooltip for the workspace menu */
1618
- 'workspaces.select-workspace-tooltip': undefined, // 'Select workspace'
1618
+ 'workspaces.select-workspace-tooltip': 'Veldu vinnusvæði',
1619
1619
  /** Title for Workplaces dropdown menu */
1620
1620
  'workspaces.title': 'Vinnurými',
1621
1621
  })