Version 1
[yaffs-website] / vendor / drupal / console-en / translations / user.create.yml
diff --git a/vendor/drupal/console-en/translations/user.create.yml b/vendor/drupal/console-en/translations/user.create.yml
new file mode 100644 (file)
index 0000000..6caeae3
--- /dev/null
@@ -0,0 +1,24 @@
+description: 'Create users for the application'
+help: 'The <info>user:create</info> command helps you create users.'
+welcome: 'Welcome to the Drupal user create'
+options:
+    username: 'User name to be created'
+    password: 'User password'
+    roles: 'User roles'
+    email: 'User email'
+    status: 'User status'
+questions:
+    username: 'User name to be created'
+    password: 'User password (empty to auto-generate)'
+    roles: 'User roles (empty to skip)'
+    email: 'User e-mail (empty to skip)'
+    status: 'User status (empty to skip)'
+messages:
+    user-id: 'User ID'
+    username: 'Username'
+    password: 'Password'
+    email: 'E-mail'
+    roles: 'Roles'
+    created: 'Created'
+    status: 'Status'
+    user-created: 'User "%s" was created successfully'