@n8n/i18n 2.33.0 → 2.33.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.cjs CHANGED
@@ -2869,6 +2869,8 @@ var en_default = {
2869
2869
  "roles.action.delete.error": "Error deleting role",
2870
2870
  "roles.action.delete.title": "Delete '{roleName}'?",
2871
2871
  "roles.action.delete.text": "Are you sure that you want to delete '{roleName}' permanently? This action cannot be undone.",
2872
+ "roles.action.delete.hasAssignedUsers": "This role is assigned to users and can't be deleted.",
2873
+ "roles.action.delete.ownRole": "You can't delete your own role.",
2872
2874
  "projectRoles.action.delete.warning": "Deleting a role is permanent. This can’t be undone.",
2873
2875
  "projectRoles.action.delete.useWarning.before": "You can't delete this role while it's assigned in",
2874
2876
  "projectRoles.action.delete.useWarning.linkText": "{count} project | {count} projects",
@@ -6936,6 +6938,7 @@ var en_default = {
6936
6938
  "instanceAi.tools.list-nodes": "Listing available nodes",
6937
6939
  "instanceAi.tools.get-workflow-as-code": "Reading workflow code",
6938
6940
  "instanceAi.tools.build-workflow": "Generating workflow",
6941
+ "instanceAi.tools.build-workflow.imperative": "edit workflow",
6939
6942
  "instanceAi.tools.read_config": "Reading agent config",
6940
6943
  "instanceAi.tools.write_config": "Writing agent config",
6941
6944
  "instanceAi.tools.patch_config": "Updating agent config",