mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
New translations.
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user