8d8dffde9951b656461ee65a566a7a6bf41e1505
[yaffs-website] / vendor / drupal / console-en / translations / site.status.yml
1 description: 'View current Drupal Installation status'
2 messages:
3   application: Application
4   system: 'System Info'
5   hash-salt: 'Hash salt'
6   console: 'Drupal Console'
7   database: 'Database connection'
8   driver: 'Driver'
9   host: 'Host'
10   port: 'Port'
11   username: 'Username'
12   password: 'Password'
13   theme: 'Themes'
14   connection: 'Connection'
15   theme-default: 'Default theme'
16   theme-admin: 'Admin theme'
17   directory: 'Directories'
18   directory-root: 'Site root directory'
19   directory-temporary: 'Site temporary directory'
20   directory-theme-default: 'Default theme directory'
21   directory-theme-admin: 'Admin theme directory'
22   current-version: 'Current Drupal ("%s")'
23   not-installed: 'Drupal is not installed'
24 examples:
25   - description: 'Get drupal installation status specifying the output format as table'
26     execution: |
27       drupal site:status  \
28         --format="table"