Version 1
[yaffs-website] / vendor / drupal / console-en / translations / update.execute.yml
diff --git a/vendor/drupal/console-en/translations/update.execute.yml b/vendor/drupal/console-en/translations/update.execute.yml
new file mode 100644 (file)
index 0000000..5e2a708
--- /dev/null
@@ -0,0 +1,8 @@
+description: 'Execute a specific Update N function in a module, or execute all'
+options:
+    update-n: 'Specific Update N function to be executed'
+messages:
+    no-module-updates: 'There aren''t updates available for module "%s"'
+    executing-update: 'Executing update function "%s" of module "%s"'
+    module-update-function-not-found: 'Module "%s" doesn''t have a function update for "%s"'
+    executing-required-previous-updates: 'Executing required previous updates'