mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations.
This commit is contained in:
@@ -23,29 +23,30 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'html_language' => 'pt-br',
|
||||
'locale' => 'pt-br, pt_BR.utf8, pt_BR.UTF-8',
|
||||
'month' => '%B %Y',
|
||||
'month_and_day' => '%e de %B de %Y',
|
||||
'month_and_date_day' => '%A, %B de %e de %Y',
|
||||
'month_and_day_no_year' => '%B de %e',
|
||||
'date_time' => '%B %e, %Y, @ %T',
|
||||
'specific_day' => '%e %B %Y',
|
||||
'week_in_year' => 'Semana %W, %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
'month_js' => 'MMMM YYYY',
|
||||
'month_and_day_js' => 'MMMM Do, YYYY',
|
||||
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
'week_in_year_js' => '[Week] s, AAAA',
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'dow_1' => 'Segunda',
|
||||
'dow_2' => 'Terça',
|
||||
'dow_3' => 'Quarta',
|
||||
'dow_4' => 'Quinta',
|
||||
'dow_5' => 'Sexta',
|
||||
'dow_6' => 'Sábado',
|
||||
'dow_7' => 'Domingo',
|
||||
'html_language' => 'pt-br',
|
||||
'locale' => 'pt-br, pt_BR.utf8, pt_BR.UTF-8',
|
||||
'month' => '%B %Y',
|
||||
'month_and_day' => '%e de %B de %Y',
|
||||
'month_and_day_moment_js' => 'MMM D, YYYY',
|
||||
'month_and_date_day' => '%A, %B de %e de %Y',
|
||||
'month_and_day_no_year' => '%B de %e',
|
||||
'date_time' => '%B %e, %Y, @ %T',
|
||||
'specific_day' => '%e %B %Y',
|
||||
'week_in_year' => 'Semana %W, %Y',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
'month_js' => 'MMMM YYYY',
|
||||
'month_and_day_js' => 'MMMM Do, YYYY',
|
||||
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
'week_in_year_js' => '[Week] s, AAAA',
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'dow_1' => 'Segunda',
|
||||
'dow_2' => 'Terça',
|
||||
'dow_3' => 'Quarta',
|
||||
'dow_4' => 'Quinta',
|
||||
'dow_5' => 'Sexta',
|
||||
'dow_6' => 'Sábado',
|
||||
'dow_7' => 'Domingo',
|
||||
];
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -120,18 +120,19 @@ return [
|
||||
'string' => 'O campo :attribute deve ser uma string.',
|
||||
'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
|
||||
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
|
||||
'2fa_code' => 'O campo :attribute é inválido.',
|
||||
'dimensions' => 'O campo :attribute tem dimensões de imagem inválido.',
|
||||
'distinct' => 'O campo :attribute tem um valor duplicado.',
|
||||
'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' => 'O montante total não pode ser zero.',
|
||||
'unique_piggy_bank_for_user' => 'O nome do cofrinho deve ser único.',
|
||||
'secure_password' => 'Esta não é uma senha segura. Por favor, tente novamente. Para mais informações, visite https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Tipo de repetição inválido para transações recorrentes.',
|
||||
'valid_recurrence_rep_moment' => 'Momento de repetição inválido para esse tipo de repetição.',
|
||||
'invalid_account_info' => 'Informação de conta inválida.',
|
||||
'2fa_code' => 'O campo :attribute é inválido.',
|
||||
'dimensions' => 'O campo :attribute tem dimensões de imagem inválido.',
|
||||
'distinct' => 'O campo :attribute tem um valor duplicado.',
|
||||
'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' => 'O montante total não pode ser zero.',
|
||||
'current_target_amount' => 'The current amount must be less than the target amount.',
|
||||
'unique_piggy_bank_for_user' => 'O nome do cofrinho deve ser único.',
|
||||
'secure_password' => 'Esta não é uma senha segura. Por favor, tente novamente. Para mais informações, visite https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Tipo de repetição inválido para transações recorrentes.',
|
||||
'valid_recurrence_rep_moment' => 'Momento de repetição inválido para esse tipo de repetição.',
|
||||
'invalid_account_info' => 'Informação de conta inválida.',
|
||||
'attributes' => [
|
||||
'email' => 'endereço de e-mail',
|
||||
'description' => 'descrição',
|
||||
|
||||
Reference in New Issue
Block a user