db backup prior to drupal security update
[yaffs-website] / vendor / drupal / console-en / translations / yaml.diff.yml
1 description: 'Compare two YAML files in order to find differences between them.'
2 arguments:
3     yaml-left: 'YAML file used as base to compare'
4     yaml-right: 'YAML file used to find missing parts or differences with the base YAML file'
5 options:
6     stats: 'Print statistics about YAML files comparation'
7     negate: 'Define mode diff or equal comparation, possible values TRUE/FALSE or 0/1'
8     limit: 'Limit results to a specific number'
9     offset: 'Starting point of a limit'
10 questions:
11     yaml-left: 'Path of YAML file to be used as base in comparison.'
12     yaml-right: 'Path of YAML file to be compared.'
13 messages:
14     key: 'YAML Key'
15     value: 'YAML Value'
16     total: 'Total: "%s"'
17     diff: 'Diff: "%s"'
18     equal: 'Equal: "%s"'