mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update some translations [skip ci]
This commit is contained in:
@@ -24,7 +24,7 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'iban' => 'Este não é um válido IBAN.',
|
||||
'source_equals_destination' => 'A conta de origem é igual à conta de destino',
|
||||
'source_equals_destination' => 'The source account equals the destination account.',
|
||||
'unique_account_number_for_user' => 'Parece que este número de conta já está em uso.',
|
||||
'unique_iban_for_user' => 'Parece que este IBAN já está em uso.',
|
||||
'deleted_user' => 'Devido a restrições de segurança, você não pode registrar usando este endereço de e-mail.',
|
||||
@@ -34,7 +34,7 @@ return [
|
||||
'file_attached' => 'Arquivo carregado com sucesso ":name".',
|
||||
'must_exist' => 'O ID no campo :attribute não existe no banco de dados.',
|
||||
'all_accounts_equal' => 'Todas as contas neste campo devem ser iguais.',
|
||||
'invalid_selection' => 'Sua seleção é inválida',
|
||||
'invalid_selection' => 'Your selection is invalid.',
|
||||
'belongs_user' => 'Esse valor é inválido para este campo.',
|
||||
'at_least_one_transaction' => 'Precisa de ao menos uma transação.',
|
||||
'at_least_one_repetition' => 'Need at least one repetition.',
|
||||
@@ -43,9 +43,11 @@ return [
|
||||
'equal_description' => 'A descrição da transação não pode ser igual à descrição global.',
|
||||
'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.',
|
||||
'file_too_large' => 'Arquivo ":name" é muito grande.',
|
||||
'belongs_to_user' => 'O valor de :attribute é desconhecido',
|
||||
'belongs_to_user' => 'The value of :attribute is unknown.',
|
||||
'accepted' => 'O campo :attribute deve ser aceito.',
|
||||
'bic' => 'Este não é um BIC válido.',
|
||||
'at_least_one_trigger' => 'Rule must have at least one trigger',
|
||||
'at_least_one_action' => 'Rule must have at least one action',
|
||||
'base64' => 'This is not valid base64 encoded data.',
|
||||
'model_id_invalid' => 'The given ID seems invalid for this model.',
|
||||
'more' => ':attribute deve ser maior que zero.',
|
||||
@@ -57,8 +59,8 @@ return [
|
||||
'array' => 'O campo :attribute precisa ser um conjunto.',
|
||||
'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' => 'Este nome já está em uso',
|
||||
'unique_account_for_user' => 'Este nome de conta já está em uso',
|
||||
'unique_object_for_user' => 'This name is already in use.',
|
||||
'unique_account_for_user' => 'This account name is already in use.',
|
||||
'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.',
|
||||
@@ -113,12 +115,12 @@ return [
|
||||
'file' => 'O :attribute deve ser um arquivo.',
|
||||
'in_array' => 'O campo :attribute não existe em :other.',
|
||||
'present' => 'O campo :attribute deve estar presente.',
|
||||
'amount_zero' => 'A quantidade total não pode ser zero',
|
||||
'amount_zero' => 'The total amount cannot be zero.',
|
||||
'unique_piggy_bank_for_user' => 'The name of the piggy bank must be unique.',
|
||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit http://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions',
|
||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit http://bit.ly/FF3-password-security.',
|
||||
'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.',
|
||||
'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.',
|
||||
'invalid_account_info' => 'Invalid account information',
|
||||
'invalid_account_info' => 'Invalid account information.',
|
||||
'attributes' => [
|
||||
'email' => 'endereço de e-mail',
|
||||
'description' => 'descrição',
|
||||
|
||||
Reference in New Issue
Block a user