c7ddedc130ef9e86cf4f2d1620fce4a2df2ebd71
[yaffs-website] / vendor / drupal / console-en / translations / yaml.merge.yml
1 description: 'Merge two or more YAML files in a new YAML file. Latest values are preserved.'
2 arguments:
3     yaml-files: 'Path of YAML files to merge'
4     yaml-destination: 'Path of new YAML file to store the result of merge.'
5 questions:
6     yaml-destination: 'Path of new YAML file to store the result of merge.'
7     file: 'Path to the file to merge'
8     other-file: 'Path to the file to merge (empty to start the merge process)'
9     invalid-file: 'Path of file cannot be empty'
10     file-already-added: 'Path of file was already added'
11 messages:
12     wrong-parse: 'YAML file "%s" is empty or doesn''t exist.'
13     error-parsing: 'An error occurs during parsing of YAML file "%s".'
14     two-files-required: 'At least two files are required.'
15     error-generating: 'Error generating merged YAML file.'
16     error-writing: 'Error writing merged YAML file.'
17     merged: 'New file "%s" was created successfully after merging YAML files.'