@sanity/locale-nl-nl 1.1.13 → 1.1.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-nl-nl",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "private": false,
5
5
  "description": "Dutch / Nederlands locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/structure.ts CHANGED
@@ -84,6 +84,13 @@ export default removeUndefinedLocaleResources({
84
84
  'banners.deleted-document-banner.text': 'Dit document is verwijderd.',
85
85
  /** The text content for the deprecated document type banner */
86
86
  'banners.deprecated-document-type-banner.text': 'Dit documenttype is verouderd.',
87
+ /** The text for publish action for discarding the version */
88
+ 'banners.live-edit-draft-banner.discard.tooltip': 'Concept verwijderen',
89
+ /** The text for publish action for the draft banner */
90
+ 'banners.live-edit-draft-banner.publish.tooltip': 'Publiceer om door te gaan met bewerken',
91
+ /** The text content for the live edit document when it's a draft */
92
+ 'banners.live-edit-draft-banner.text':
93
+ 'Het type <strong>{{schemaType}}</strong> heeft <code>liveEdit</code> ingeschakeld, maar er bestaat een conceptversie van dit document. Publiceer of verwijder het concept om door te gaan met het live bewerken ervan.',
87
94
  /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */
88
95
  'banners.permission-check-banner.missing-permission_create_one':
89
96
  'Uw rol <Roles/> heeft geen toestemming om dit document te creëren.',
@@ -312,8 +319,6 @@ export default removeUndefinedLocaleResources({
312
319
  'panes.document-header-title.new.text': 'Nieuw {{schemaType}}',
313
320
  /** The text used in the document header title if no other title can be determined */
314
321
  'panes.document-header-title.untitled.text': 'Naamloos',
315
- /** The text for the retry button on the document list pane */
316
- 'panes.document-list-pane.error.retry-button.text': 'Opnieuw proberen',
317
322
  /** The error text on the document list pane */
318
323
  'panes.document-list-pane.error.text': 'Fout: <Code>{{error}}</Code>',
319
324
  /** The error title on the document list pane */
package/src/studio.ts CHANGED
@@ -1,6 +1,17 @@
1
1
  import {removeUndefinedLocaleResources} from 'sanity'
2
2
 
3
3
  export default removeUndefinedLocaleResources({
4
+ /** The text used in the tooltip shown in the dialog close button */
5
+ 'announcement.dialog.close': 'Sluiten',
6
+ /** Aria label to be used in the dialog close button */
7
+ 'announcement.dialog.close-label': 'Dialoog sluiten',
8
+ /**Text to be used in the tooltip in the button in the studio announcement card */
9
+ 'announcement.floating-button.dismiss': 'Sluiten',
10
+ /**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */
11
+ 'announcement.floating-button.dismiss-label': 'Aankondigingen negeren',
12
+ /**Aria label to be used in the floating button in the studio announcement card */
13
+ 'announcement.floating-button.open-label': 'Aankondigingen openen',
14
+
4
15
  /** Menu item for deleting the asset */
5
16
  'asset-source.asset-list.menu.delete': 'Verwijderen',
6
17
  /** Menu item for showing where a particular asset is used */