@n8n/i18n 2.34.0 → 2.34.2

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
@@ -2901,6 +2901,8 @@ var en_default = {
2901
2901
  "roles.action.delete.error": "Error deleting role",
2902
2902
  "roles.action.delete.title": "Delete '{roleName}'?",
2903
2903
  "roles.action.delete.text": "Are you sure that you want to delete '{roleName}' permanently? This action cannot be undone.",
2904
+ "roles.action.delete.hasAssignedUsers": "This role is assigned to users and can't be deleted.",
2905
+ "roles.action.delete.ownRole": "You can't delete your own role.",
2904
2906
  "projectRoles.action.delete.warning": "Deleting a role is permanent. This can’t be undone.",
2905
2907
  "projectRoles.action.delete.useWarning.before": "You can't delete this role while it's assigned in",
2906
2908
  "projectRoles.action.delete.useWarning.linkText": "{count} project | {count} projects",