@paroicms/admin-ui 1.81.0 → 1.81.1

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.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <meta name="robots" content="noindex, nofollow" />
7
- <script type="module" crossorigin src="/adm/assets/index-4hJ1b075.js"></script>
7
+ <script type="module" crossorigin src="/adm/assets/index-CLhUyqlY.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/adm/assets/index-BECQQU54.css">
9
9
  </head>
10
10
 
package/locales/de.json CHANGED
@@ -152,6 +152,7 @@
152
152
  "cannotDelete": "Kann nicht löschen",
153
153
  "cannotAdd": "Kann nicht hinzufügen",
154
154
  "cannotDeleteWithChildren": "Kann Routing-Dokument mit Kindern nicht löschen",
155
+ "cannotDeleteParentWithCheckedChildren": "Kann Elternelement nicht abwählen wenn Kinder ausgewählt sind",
155
156
  "cannotDeleteDocumentHasChildren": "Kann Dokument nicht löschen, da es Kinder hat",
156
157
  "cannotDeleteClusterHasChildren": "Kann Cluster nicht löschen, da es Kinder hat",
157
158
  "cannotDeleteClusterHasChildrenInOtherLanguages": "Cluster kann nicht gelöscht werden, da es verknüpfte Dokumente in anderen Sprachen hat",
package/locales/en.json CHANGED
@@ -152,6 +152,7 @@
152
152
  "cannotDelete": "Cannot delete",
153
153
  "cannotAdd": "Cannot add",
154
154
  "cannotDeleteWithChildren": "Cannot delete routing document with children",
155
+ "cannotDeleteParentWithCheckedChildren": "Cannot uncheck parent when children are checked",
155
156
  "cannotDeleteDocumentHasChildren": "Cannot delete document because it has children",
156
157
  "cannotDeleteClusterHasChildren": "Cannot delete cluster because it has children",
157
158
  "cannotDeleteClusterHasChildrenInOtherLanguages": "Cannot delete cluster because it has attached documents in other languages",
package/locales/es.json CHANGED
@@ -152,6 +152,7 @@
152
152
  "cannotDelete": "No se puede eliminar",
153
153
  "cannotAdd": "No se puede agregar",
154
154
  "cannotDeleteWithChildren": "No se puede eliminar documento de enrutamiento con hijos",
155
+ "cannotDeleteParentWithCheckedChildren": "No se puede desmarcar padre cuando hijos están marcados",
155
156
  "cannotDeleteDocumentHasChildren": "No se puede eliminar el documento porque tiene hijos",
156
157
  "cannotDeleteClusterHasChildren": "No se puede eliminar el clúster porque tiene hijos",
157
158
  "cannotDeleteClusterHasChildrenInOtherLanguages": "No se puede eliminar el clúster porque tiene documentos adjuntos en otros idiomas",
package/locales/fr.json CHANGED
@@ -152,6 +152,7 @@
152
152
  "cannotDelete": "Impossible de supprimer",
153
153
  "cannotAdd": "Impossible d'ajouter",
154
154
  "cannotDeleteWithChildren": "Impossible de supprimer un document de routage avec des enfants",
155
+ "cannotDeleteParentWithCheckedChildren": "Impossible de décocher un parent quand des enfants sont cochés",
155
156
  "cannotDeleteDocumentHasChildren": "Impossible de supprimer le document car il a des enfants",
156
157
  "cannotDeleteClusterHasChildren": "Impossible de supprimer le cluster car il a des enfants",
157
158
  "cannotDeleteClusterHasChildrenInOtherLanguages": "Impossible de supprimer le cluster car il a des documents attachés dans d'autres langues",
package/locales/it.json CHANGED
@@ -152,6 +152,7 @@
152
152
  "cannotDelete": "Impossibile eliminare",
153
153
  "cannotAdd": "Impossibile aggiungere",
154
154
  "cannotDeleteWithChildren": "Impossibile eliminare documento di routing con figli",
155
+ "cannotDeleteParentWithCheckedChildren": "Impossibile deselezionare genitore quando i figli sono selezionati",
155
156
  "cannotDeleteDocumentHasChildren": "Impossibile eliminare il documento perché ha figli",
156
157
  "cannotDeleteClusterHasChildren": "Impossibile eliminare il cluster perché ha figli",
157
158
  "cannotDeleteClusterHasChildrenInOtherLanguages": "Impossibile eliminare il cluster perché ha documenti allegati in altre lingue",
package/locales/pt.json CHANGED
@@ -152,6 +152,7 @@
152
152
  "cannotDelete": "Não é possível excluir",
153
153
  "cannotAdd": "Não é possível adicionar",
154
154
  "cannotDeleteWithChildren": "Não é possível excluir documento de roteamento com filhos",
155
+ "cannotDeleteParentWithCheckedChildren": "Não é possível desmarcar pai quando filhos estão marcados",
155
156
  "cannotDeleteDocumentHasChildren": "Não é possível excluir o documento porque tem filhos",
156
157
  "cannotDeleteClusterHasChildren": "Não é possível excluir o cluster porque tem filhos",
157
158
  "cannotDeleteClusterHasChildrenInOtherLanguages": "Não é possível excluir o cluster porque tem documentos anexados em outros idiomas",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paroicms/admin-ui",
3
3
  "type": "module",
4
- "version": "1.81.0",
4
+ "version": "1.81.1",
5
5
  "description": "Admin UI for ParoiCMS",
6
6
  "repository": {
7
7
  "type": "git",