Skip to content

Commit

Permalink
Merge pull request #1597 from vmartinsweb/translate
Browse files Browse the repository at this point in the history
[translate] more files to pt_br
  • Loading branch information
enzolutions committed Dec 29, 2015
2 parents db150ef + a6b60bb commit 0f6122f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
58 changes: 29 additions & 29 deletions config/translations/pt_br/generate.plugin.field.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
description: 'Generate field type, widget and formatter plugins.'
help: 'The <info>generate:plugin:field</info> command helps you generate a full set of field plugin: field type, field formatter and field widget.'
welcome: 'Welcome to the Drupal Field Plugin generator'
description: 'Gera plugins de widgets, fortmato e tipo de campo'
help: 'O comando <info>generate:plugin:field</info> ajuda você gerar um completo conjunto de plugins de campo: tipo de campo, formato de campo e widget de campo.'
welcome: 'Bem-vindo ao criador de plugins de campo para Drupal'
options:
module: common.options.module
type-class: 'Field type plugin class name'
type-label: 'Field type plugin label'
type-plugin-id: 'Field type plugin id'
type-description: 'Field type plugin description'
formatter-class: 'Field formatter plugin class name'
formatter-label: 'Field formatter plugin label'
formatter-plugin-id: 'Field formatter plugin id'
widget-class: 'Field widget plugin class name'
widget-label: 'Field widget plugin label'
widget-plugin-id: 'Field widget plugin id'
field-type: 'Field type the formatter and widget plugin can be used with'
default-widget: 'Default field widget of the field type plugin'
default-formatter: 'Default field formatter of field type plugin'
type-class: 'Nome da classe do plugin de tipo de campo'
type-label: 'Label do plugin de tipo de campo'
type-plugin-id: 'ID do plugin de tipo de campo'
type-description: 'Descrição do plugin de tipo de campo'
formatter-class: 'Nome da classe do plugin de formato de campo'
formatter-label: 'Label do plugin de formato de campo'
formatter-plugin-id: 'ID do plugin de formato de campo'
widget-class: 'Nome da classe do plugin de widget de campo'
widget-label: 'Label do plugin de widget de campo'
widget-plugin-id: 'ID do plugin de widget de campo'
field-type: 'Tipo de campo, formato e plugin widget que pode ser usado'
default-widget: 'Widget de campo padrão do plugin tipo de campo'
default-formatter: 'Formatador de campo padrão do plugin tipo de campo'
questions:
module: common.questions.module
type-class: 'Field type plugin class name'
type-label: 'Enter the field type plugin label'
type-plugin-id: 'Enter the field type plugin id'
type-description: 'Enter the field type plugin description'
formatter-class: 'Enter the field formatter plugin class name'
formatter-label: 'Enter the field formatter plugin label'
formatter-plugin-id: 'Enter the field formatter plugin id'
widget-class: 'Enter the field widget plugin class name'
widget-label: 'Enter the field widget plugin label'
widget-plugin-id: 'Enter the field widget plugin id'
field-type: 'Enter the field type the formatter and widget plugin can be used with'
default-widget: 'Enter the default field widget of the field type plugin'
default-formatter: 'Enter the default field formatter of field type plugin'
type-class: 'Nome da classe do plugin de tipo de campo'
type-label: 'Digite a label do plugin de tipo de campo'
type-plugin-id: 'Digite o ID do plugin de tipo de campo'
type-description: 'Digite a descrição do plugin de tipo de campo'
formatter-class: 'Digite o nome da classe do plugin de formato de campo'
formatter-label: 'Digite a label do plugin de formato de campo'
formatter-plugin-id: 'Digite o ID do plugin de formato de campo'
widget-class: 'Digite o nome da classe do plugin de widget de campo'
widget-label: 'Digite a label do plugin de widget de campo'
widget-plugin-id: 'Digite o ID do plugin de widget de campo'
field-type: 'Digite o tipo de campo, formato e plugin widget que pode ser usado'
default-widget: 'Digite widget de campo padrão do plugin tipo de campo'
default-formatter: 'Digite o formato de campo padrão do plugin tipo de campo'
22 changes: 11 additions & 11 deletions config/translations/pt_br/generate.plugin.fieldformatter.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
description: 'Generate field formatter plugin.'
help: 'The <info>generate:plugin:fieldformatter</info> command helps you generate a new field formatter plugin.'
welcome: 'Welcome to the Drupal Field Formatter Plugin generator'
description: 'Gerar um plugin de formato de campo.'
help: 'O comando <info>generate:plugin:fieldformatter</info> ajuda vocẽ a gerar um novo plugin de formato de campo.'
welcome: 'Bem-vindo ao criador de plugins de formaato de campo para Drupal'
options:
module: common.options.module
class: 'Plugin class name'
label: 'Plugin label'
plugin-id: 'Plugin id'
field-type: 'Field type the plugin can be used with'
class: 'Nome da classe do plugin'
label: 'Label do plugin'
plugin-id: 'Id do plugin'
field-type: 'Tipo de campo que pode ser usado com o plugin'
questions:
module: common.questions.module
class: 'Enter the plugin class name'
label: 'Enter the plugin label'
plugin-id: 'Enter the plugin id'
field-type: 'Enter the field type the plugin can be used with'
class: 'Digite o nome da classe do plugin'
label: 'Digite a label do plugin'
plugin-id: 'Digite o ID do plugin'
field-type: 'Digite o tipo de campo que pode ser usado com o plugin'
30 changes: 15 additions & 15 deletions config/translations/pt_br/generate.plugin.fieldtype.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
description: 'Generate field type plugin.'
help: 'The <info>generate:plugin:fieldtype</info> command helps you generate a new field type plugin.'
welcome: 'Welcome to the Drupal Field Type Plugin generator'
description: 'Gerar um plugin de tipo de campo'
help: 'O comando <info>generate:plugin:fieldtype</info> ajuda vocẽ a gerar um novo plugin de tipo de campo.'
welcome: 'Bem-vindo ao criador de plugins de tipo de campo para Drupal'
options:
module: common.options.module
class: 'Plugin class name'
label: 'Plugin label'
plugin-id: 'Plugin id'
description: 'Plugin Description'
default-widget: 'Default field widget of this plugin'
default-formatter: 'Default field formatter of this plugin'
class: 'Nome da classe do plugin'
label: 'Label do plugin'
plugin-id: 'Id do plugin'
description: 'Descrição do plugin'
default-widget: 'Widget de campo padrão deste plugin'
default-formatter: 'Formatador de campo padrão deste plugin'
questions:
module: common.questions.module
class: 'Enter the plugin class name'
label: 'Enter the plugin label'
plugin-id: 'Enter the plugin id'
description: 'Enter the plugin Description'
default-widget: 'Enter the default field widget of this plugin'
default-formatter: 'Enter the default field formatter of this plugin'
class: 'Digite o nome da classe do plugin'
label: 'Digite a label do plugin'
plugin-id: 'Digite o ID do plugin'
description: 'Digite a descrição do plugin'
default-widget: 'Digite o widget de campo padrão deste plugin'
default-formatter: 'Digite o formatador de campo padrão deste plugin'

0 comments on commit 0f6122f

Please sign in to comment.