diff --git a/config/translations/en/rest.disable.yml b/config/translations/en/rest.disable.yml index e5b34e38b..118d0f43d 100644 --- a/config/translations/en/rest.disable.yml +++ b/config/translations/en/rest.disable.yml @@ -1,8 +1,8 @@ -description: 'Disabilita um recurso rest da aplicação' +description: 'Disable a rest resource for the application' arguments: resource-id: 'Rest ID' - states: 'REST estados a disabilitar para o recurso Rest' + states: 'REST States to disable for Rest resource' questions: resource-id: 'Rest ID' messages: - invalid-rest-id: 'Rest ID %s é inválido' + invalid-rest-id: 'Rest ID %s is invalid' diff --git a/config/translations/en/server.yml b/config/translations/en/server.yml index 57f398fd8..3f78c7855 100644 --- a/config/translations/en/server.yml +++ b/config/translations/en/server.yml @@ -1,14 +1,14 @@ -description: 'Roda o servidor embutido do PHP' +description: 'Runs PHP built-in web server' arguments: - address: "Valores do endereço:porta" + address: The address:port values messages: - executing: "Executando php a partir de %s." + executing: Executing php from %s. errors: - binary: "Não foi possível achar o executável do PHP para rodar o servidor" + binary: Unable to find PHP binary to run server. examples: - description: Run using default address argument value 127.0.0.1:8088 execution: drupal server - - description: "Passando argumento de endereço para usar um numero diferente para a porta" + - description: Passing address argument to use a different port number execution: drupal server 127.0.0.1:8089 - - description: "Usando valor de endereço padrão, usando a opção --root para definir a raíz do Drupal + - description: Running default address argument values, using --root option to define the Drupal root execution: drupal --root=/var/www/drupal8.dev server diff --git a/config/translations/en/settings.set.yml b/config/translations/en/settings.set.yml index fabeb8068..56f0731b5 100644 --- a/config/translations/en/settings.set.yml +++ b/config/translations/en/settings.set.yml @@ -1,10 +1,10 @@ -description: 'Muda um valor de configuração específico no arquivo de configuração do DrupalConsole' +description: 'Change a specific setting value in DrupalConsole config file' arguments: - setting-name: 'Nome da configuração no formato yaml flatten para definir um valor no arquivo de configuração Drupal Console' - setting-value: 'Valor a ser definido no arquivo de configuração Drupal Console' + setting-name: 'Setting name in yaml flatten format to set a value in Drupal Console config file' + setting-value: 'Setting value to set in Drupal Console config file' messages: - error-parsing: 'Ocorreu um erro durante o parsing do arquivo XML "%s".' - error-generating: 'Erro ao definir novo idioma no arquivo de configuração.' - error-writing: 'Erro ao gravar arquivo de configuração.' - success: 'Configuração %s foi definido para %s' - missing-file: 'O arquivo %s de configuração está faltando, tente executar `drupal init`' + error-parsing: 'An error occurs during parsing of YAML file "%s".' + error-generating: 'Error setting new language in config file.' + error-writing: 'Error writing config file.' + success: 'Setting %s was set to %s' + missing-file: 'The %s config file is missing, try executing `drupal init`' diff --git a/config/translations/pt_br/server.yml b/config/translations/pt_br/server.yml index 22b7b65d1..d723435ea 100644 --- a/config/translations/pt_br/server.yml +++ b/config/translations/pt_br/server.yml @@ -1,17 +1,17 @@ -description: 'Executar o servidor PHP atual' -arguments: - address: 'Valores de endereço:porta' -messages: - executing: 'Executado PHP de %s.' -errors: - binary: 'Não foi possível encontrar o arquivo binário do PHP a ser executado.' -examples: - - - description: 'Executar com o endereço padrão 127.0.0.1:8088' - execution: 'drupal server' - - - description: 'Executar passando um endereço e porta diferentes' - execution: 'drupal server 127.0.0.1:8089' - - - description: 'Executar com os argumentos padrões, porém usando a opção --root para definir o diretório raíz do site' - execution: 'drupal --root=/var/www/drupal8.dev server' +arguments: + address: "Valores de endereço:porta" +description: "Executar o servidor PHP atual" +errors: + binary: "Não foi possível encontrar o arquivo binário do PHP a ser executado." +examples: + - + description: "Executar com o endereço padrão 127.0.0.1:8088" + execution: "drupal server" + - + description: "Executar passando um endereço e porta diferentes" + execution: "drupal server 127.0.0.1:8089" + - + description: "Executar com os argumentos padrões, porém usando a opção --root para definir o diretório raíz do site" + execution: "drupal --root=/var/www/drupal8.dev server" +messages: + executing: "Executado PHP de %s." \ No newline at end of file