@payloadcms/plugin-multi-tenant 3.77.0-internal.9837b1e → 3.77.0-internal.fd50432

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.
@@ -1,9 +1,9 @@
1
1
  export const deTranslations = {
2
2
  'plugin-multi-tenant': {
3
- 'assign-tenant-button-label': 'Mieter zuweisen',
3
+ 'assign-tenant-button-label': 'Mandant zuweisen',
4
4
  'assign-tenant-modal-title': 'Weisen Sie "{{title}}" zu',
5
5
  'field-assignedTenant-label': 'Zugewiesener Mandant',
6
- 'nav-tenantSelector-label': 'Mieter'
6
+ 'nav-tenantSelector-label': 'Nach Mandanten filtern'
7
7
  }
8
8
  };
9
9
  export const de = {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/translations/languages/de.ts"],"sourcesContent":["import type { PluginDefaultTranslationsObject, PluginLanguage } from '../types.js'\n\nexport const deTranslations: PluginDefaultTranslationsObject = {\n 'plugin-multi-tenant': {\n 'assign-tenant-button-label': 'Mieter zuweisen',\n 'assign-tenant-modal-title': 'Weisen Sie \"{{title}}\" zu',\n 'field-assignedTenant-label': 'Zugewiesener Mandant',\n 'nav-tenantSelector-label': 'Mieter',\n },\n}\n\nexport const de: PluginLanguage = {\n dateFNSKey: 'de',\n translations: deTranslations,\n}\n"],"names":["deTranslations","de","dateFNSKey","translations"],"mappings":"AAEA,OAAO,MAAMA,iBAAkD;IAC7D,uBAAuB;QACrB,8BAA8B;QAC9B,6BAA6B;QAC7B,8BAA8B;QAC9B,4BAA4B;IAC9B;AACF,EAAC;AAED,OAAO,MAAMC,KAAqB;IAChCC,YAAY;IACZC,cAAcH;AAChB,EAAC"}
1
+ {"version":3,"sources":["../../../src/translations/languages/de.ts"],"sourcesContent":["import type { PluginDefaultTranslationsObject, PluginLanguage } from '../types.js'\n\nexport const deTranslations: PluginDefaultTranslationsObject = {\n 'plugin-multi-tenant': {\n 'assign-tenant-button-label': 'Mandant zuweisen',\n 'assign-tenant-modal-title': 'Weisen Sie \"{{title}}\" zu',\n 'field-assignedTenant-label': 'Zugewiesener Mandant',\n 'nav-tenantSelector-label': 'Nach Mandanten filtern',\n },\n}\n\nexport const de: PluginLanguage = {\n dateFNSKey: 'de',\n translations: deTranslations,\n}\n"],"names":["deTranslations","de","dateFNSKey","translations"],"mappings":"AAEA,OAAO,MAAMA,iBAAkD;IAC7D,uBAAuB;QACrB,8BAA8B;QAC9B,6BAA6B;QAC7B,8BAA8B;QAC9B,4BAA4B;IAC9B;AACF,EAAC;AAED,OAAO,MAAMC,KAAqB;IAChCC,YAAY;IACZC,cAAcH;AAChB,EAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/plugin-multi-tenant",
3
- "version": "3.77.0-internal.9837b1e",
3
+ "version": "3.77.0-internal.fd50432",
4
4
  "description": "Multi Tenant plugin for Payload",
5
5
  "keywords": [
6
6
  "payload",
@@ -80,14 +80,14 @@
80
80
  "types.d.ts"
81
81
  ],
82
82
  "devDependencies": {
83
+ "@payloadcms/translations": "3.77.0-internal.fd50432",
84
+ "@payloadcms/ui": "3.77.0-internal.fd50432",
83
85
  "@payloadcms/eslint-config": "3.28.0",
84
- "@payloadcms/translations": "3.77.0-internal.9837b1e",
85
- "@payloadcms/ui": "3.77.0-internal.9837b1e",
86
- "payload": "3.77.0-internal.9837b1e"
86
+ "payload": "3.77.0-internal.fd50432"
87
87
  },
88
88
  "peerDependencies": {
89
- "@payloadcms/ui": "3.77.0-internal.9837b1e",
90
- "payload": "3.77.0-internal.9837b1e"
89
+ "@payloadcms/ui": "3.77.0-internal.fd50432",
90
+ "payload": "3.77.0-internal.fd50432"
91
91
  },
92
92
  "homepage:": "https://payloadcms.com",
93
93
  "scripts": {