Skip to content

Commit

Permalink
Issue #976: Syncing Hindi-English translation
Browse files Browse the repository at this point in the history
  • Loading branch information
subhojit777 committed Oct 6, 2015
1 parent 0622bbb commit e36bba4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/translations/console.hi.yml
Expand Up @@ -137,13 +137,16 @@ commands:
description: 'Export a view in YAML format inside a provided module to reuse in other website.'
messages:
view_exported: 'Exporting view'
depencies-included: 'The following module dependencies were included at %s'
questions:
view: 'View to be exported'
optional-config: 'Export view in module as an optional configuration'
include-module-dependencies: 'Include view module dependencies in module info YAML file'
arguments:
view-id: 'View ID'
options:
optional-config: 'Export view as an optional YAML configuration in your module'
include-module-dependencies: 'Include module dependencies in module info YAML file'
debug:
description: 'Show the current configuration.'
arguments:
Expand Down Expand Up @@ -651,6 +654,19 @@ commands:
class-name: 'Enter the plugin type class name'
plugin-name: 'Enter the plugin type machine name'
plugin-file-name: 'Enter the plugin file name (e.g. MODULE.plugin.filename.yml)'
views:
field:
description: 'Generate a custom plugin view field.'
help: 'The <info>generate:plugin:views:field</info> command helps you generate a new custom views field plugin.'
options:
class-name: 'Views plugin field class name'
title: 'Views plugin field title'
description: 'Views plugin field description'
questions:
class-name: 'Views plugin field class name'
title: 'Views plugin field title'
description: 'Views plugin field description'
description_default: 'My awesome custom views field plugin.'
service:
description: 'Generate service'
help: 'The <info>generate:service</info> command helps you generate a new service.'
Expand Down Expand Up @@ -1132,6 +1148,16 @@ commands:
error-generating: 'Error generating merged YAML.'
error-writing: 'Error writing merged YAML file.'
merged: 'New file "%s" was created successfully after merge YAML files.'
split:
description: 'Split a YAML file using indent as separator criteria'
arguments:
yaml-file: 'Path of YAML file to be splitted'
options:
indent-level: 'Split YAML file using a specific indent level'
exclude-parents-key: 'Exclude parents key in file name generated'
messages:
generating-split: 'Generating new files'
split-generated: 'File %s was generated'
update:
value:
description: 'Update a value for a specific key in a YAML file.'
Expand Down

0 comments on commit e36bba4

Please sign in to comment.