08e4e37749f17b3f45e0bffaa2c486a886018865
[yaffs-website] / vendor / drupal / console-en / translations / config.delete.yml
1 description: 'Delete configuration'
2 arguments:
3     type: 'Configuration type.'
4     name: 'Configuration name.'
5 messages:
6     all: 'All configuration sucessfully deleted.'
7     deleted: 'Configuration "%s" sucessfully deleted.'
8 errors:
9     config-storage: 'Configuration type would not be loaded.'
10     name: 'Configuration name must contain a value.'
11     type: 'Configuration type is missing.'
12     not-exists: 'The configuration "%s" does not exist.'
13 warnings:
14     undo: 'This action will delete all configuration permanently.'
15 questions:
16     sure: 'Are you sure to delete all configuration'
17 examples:
18     - description: 'Provide a config type and a config name'
19       execution: drupal config:delete active all
20