X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcommon.yml;h=abc9c4c1c698fb6b6beed2232d1fbc7ffdcbe8b8;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=fa60af926ae3dfbf75d21728b17e2b9a8a0b7300;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/common.yml b/vendor/drupal/console-en/translations/common.yml index fa60af926..abc9c4c1c 100644 --- a/vendor/drupal/console-en/translations/common.yml +++ b/vendor/drupal/console-en/translations/common.yml @@ -13,19 +13,22 @@ questions: module: 'Enter the module name' extension: 'Enter the extension name' extension-type: 'Enter the extension type' - confirm: 'Do you confirm generation?' - canceled: 'Command generation canceled.' + confirm: 'Do you want proceed with the operation?' + canceled: 'The operation was cancelled.' events: message: "\nType the event name or use keyup or keydown.\nThis is optional, press enter to continue\n" name: 'Enter event name' services: - confirm: 'Do you want to load services from the container' + confirm: 'Do you want to load services from the container?' message: "\nType the service name or use keyup or keydown.\nThis is optional, press enter to continue\n" name: 'Enter your service' + roles: + message: "\nType the role name or use keyup or keydown.\nThis is optional, press enter to continue\n" + name: 'Enter your role' inputs: confirm: 'Do you want to generate a form structure?' label: 'Input label' - machine_name: 'Input machine name' + machine-name: 'Input machine name' permission: 'Do you want to generate permissions?' type: 'New field type (press to stop adding fields)' invalid: 'Field Type "%s" is invalid.' @@ -36,6 +39,7 @@ questions: weight: 'Weight for input item' title: 'Title' fieldset: 'Fieldset' + new-field: 'Enter a new field properties' errors: module-dependency: 'Missing module dependency "%s" is not installed. Try module:install to install it.' class-name-empty: 'The Class name can not be empty' @@ -50,3 +54,4 @@ messages: drupal-core: 'Drupal Core' move-phar: 'Accessing console from anywhere on your system' quick-start: 'Download, install and serve Drupal 8' + available-field-types: 'Available types: %s'