Version 1
[yaffs-website] / vendor / drupal / console-en / translations / database.drop.yml
diff --git a/vendor/drupal/console-en/translations/database.drop.yml b/vendor/drupal/console-en/translations/database.drop.yml
new file mode 100644 (file)
index 0000000..05f4c64
--- /dev/null
@@ -0,0 +1,9 @@
+description: "Drop all tables in a given database."
+help: 'The <info>database:drop</info> command helps you drop database tables.'
+arguments:
+  database: "Database key from settings.php"
+question:
+    drop-tables: 'Confirm you really want to drop all tables in the database "%s"?'
+messages:
+    table: 'Table'
+    table-drop: 'Drop "%s" tables successfully'