Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / chain.yml
index 0e166313cce550251f911b2b363c1eb78da3cf06..f292475a4b534984e175a34b6ed0d42340c8882c 100644 (file)
@@ -4,10 +4,22 @@ options:
 questions:
     chain-file: 'Select chain file to execute'
 messages:
-    missing_file: 'You must provide a valid file path and name.'
-    invalid_file: 'The file "%s" does not exist.'
-    module_install: 'module:install command is not runnable inside a chain queue and must be run independently.'
+    missing-file: 'You must provide a valid file path and name.'
+    invalid-file: 'The file "%s" does not exist.'
+    module-install: 'module:install command is not runnable inside a chain queue and must be run independently.'
     missing-environment-placeholders: 'Missing environment placeholder(s) "%s"'
     set-environment-placeholders: 'Set environment placeholders as:'
     missing-inline-placeholders: 'Missing inline placeholder(s) "%s"'
     set-inline-placeholders: 'Pass inline placeholders as:'
+    select-value-for-placeholder: 'Select value for "%s" placeholder'
+    enter-value-for-placeholder: 'Enter value for "%s" placeholder'
+    legacy-inline: 'Update inline legacy placeholders from %{{name}} to {{name}}.'
+    legacy-environment: 'Update environment legacy placeholders from ${{(NAME}} or %env(NAME)% to {{env("NAME")}}.'
+    metadata-registration: |
+      You should register your chain file as command by providing metadata, more info at:
+         https://docs.drupalconsole.com/en/chains/registering.html
+examples:
+    - description: 'Providing a file option using full path. (DEPRECATED'
+      execution: |
+        drupal chain \
+          --file="/path/to/file/chain-file.yml"