Skip to content

Added translations for new config:import:list and config:export:list commands. And an english conjugation mistake fix in config.import.single.yml #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions translations/config.export.single.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
description: 'Export single configuration as yml file.'
description: 'Export a single configuration or a list of configurations as yml file(s).'
arguments:
config-names: 'Configuration names (when used with "chain" command).'
config-name: 'Configuration name.'
options:
include-dependencies: 'Export dependencies of the configuration as well.'
Expand All @@ -15,4 +16,4 @@ messages:
export: 'Configuration was exported at file "%s".'
invalid-config-type: 'Invalid config type, please select one of the list'
invalid-config-name: 'Invalid config name, please select one of the list'
config_exported: 'Configuration(s) exported sucessfully'
config_exported: 'Configuration(s) exported successfully'
5 changes: 3 additions & 2 deletions translations/config.import.single.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
description: 'Import the selected configuration.'
description: 'Import a single configurations or a list of configurations.'
arguments:
name: 'Configuration name'
file: 'Path to the import file'
config-names: 'Configuration names (when used with "chain" command).'
questions:
name: 'Enter configuration name'
file: 'Enter path to the import file'
messages:
empty-value: 'Value can not be empty'
success: 'The configuration "%s", had been imported.'
success: 'Configuration(s) "%s", has been imported successfully.'