New translations.

This commit is contained in:
James Cole
2016-01-24 15:54:54 +01:00
parent 935dc3ff9f
commit a7ecdf715f
8 changed files with 72 additions and 20 deletions

View File

@@ -1,13 +1,13 @@
<?php
return [
'rule_trigger_value' => 'This value is invalid for the selected trigger.',
'rule_action_value' => 'This value is invalid for the selected action.',
'invalid_domain' => 'Due to security constraints, you cannot register from this domain.',
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',
'file_attached' => 'Succesfully uploaded file ":name".',
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
'file_too_large' => 'File ":name" is too large.',
'rule_trigger_value' => 'Este valor é inválido para o disparo selecionado.',
'rule_action_value' => 'Este valor é inválido para a ação selecionada.',
'invalid_domain' => 'Devido a restrições de segurança, você não pode registrar deste domínio.',
'file_already_attached' => 'Arquivo ":name" carregado já está anexado para este objeto.',
'file_attached' => 'Arquivo carregado com sucesso ":name".',
'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.',
'file_too_large' => 'Arquivo ":name" é muito grande.',
"accepted" => "O campo :attribute deve ser aceito.",
"active_url" => "O campo :attribute não contém um URL válido.",
"after" => "O campo :attribute deverá conter uma data posterior a :date.",
@@ -15,10 +15,10 @@ return [
"alpha_dash" => "O campo :attribute deverá conter apenas letras, números e traços.",
"alpha_num" => "O campo :attribute deverá conter apenas letras e números .",
"array" => "O campo :attribute precisa ser um conjunto.",
"unique_for_user" => "There already is an entry with this :attribute.",
"unique_for_user" => "Já existe uma entrada com este :attribute.",
"before" => "O campo :attribute deverá conter uma data anterior a :date.",
'unique_object_for_user' => 'This name is already in use',
'unique_account_for_user' => 'This account name is already in use',
'unique_object_for_user' => 'Este nome já está em uso',
'unique_account_for_user' => 'Este nome de conta já está em uso',
"between.numeric" => "O campo :attribute deverá ter um valor entre :min - :max.",
"between.file" => "O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.",
"between.string" => "O campo :attribute deverá conter entre :min - :max caracteres.",