@sanity/locale-nl-nl 1.1.12 → 1.1.13

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.12",
3
+ "version": "1.1.13",
4
4
  "private": false,
5
5
  "description": "Dutch / Nederlands locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/structure.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  import {removeUndefinedLocaleResources} from 'sanity'
2
2
 
3
3
  export default removeUndefinedLocaleResources({
4
+ /** Label for the "Copy Document URL" document action */
5
+ 'action.copy-document-url.label': 'Document URL kopiëren',
4
6
  /** Tooltip when action button is disabled because the operation is not ready */
5
7
  'action.delete.disabled.not-ready': 'Operatie niet klaar',
6
8
  /** Tooltip when action button is disabled because the document does not exist */
@@ -342,6 +344,9 @@ export default removeUndefinedLocaleResources({
342
344
  /** The text when a generic operation succeeded (fallback, generally not shown) */
343
345
  'panes.document-operation-results.operation-success':
344
346
  'Succesvol {{context}} uitgevoerd op document',
347
+ /** The text when copy URL operation succeeded */
348
+ 'panes.document-operation-results.operation-success_copy-url':
349
+ 'Document URL gekopieerd naar klembord',
345
350
  /** The text when a delete operation succeeded */
346
351
  'panes.document-operation-results.operation-success_delete':
347
352
  'Het document is succesvol verwijderd',
package/src/studio.ts CHANGED
@@ -1103,7 +1103,7 @@ export default removeUndefinedLocaleResources({
1103
1103
  /** Title of the alert for studio users when packages in their studio are out-of-date */
1104
1104
  'package-version.new-package-available.title': 'Sanity Studio is klaar om te updaten!',
1105
1105
 
1106
- /** Label for action to manage members of the current studio project */
1106
+ /** Label for action to invite members to the current studio project */
1107
1107
  'presence.action.manage-members': 'Leden beheren',
1108
1108
  /** Accessibility label for presence menu button */
1109
1109
  'presence.aria-label': 'Wie is hier',