mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-08 05:43:01 +00:00
New translations. [skip ci]
This commit is contained in:
@@ -70,6 +70,8 @@ return [
|
||||
'registered' => 'You have registered successfully!',
|
||||
'search' => 'Search',
|
||||
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="/budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
|
||||
'source_accounts' => 'Source account(s)',
|
||||
'destination_accounts' => 'Destination account(s)',
|
||||
|
||||
// repeat frequencies:
|
||||
'repeat_freq_monthly' => 'monthly',
|
||||
@@ -654,6 +656,7 @@ return [
|
||||
'report_audit' => 'Transaction history overview for :start until :end',
|
||||
'quick_link_reports' => 'Quick links',
|
||||
'quick_link_default_report' => 'Default financial report',
|
||||
'quick_link_audit_report' => 'Transaction history overview',
|
||||
'report_this_month_quick' => 'Current month, all accounts',
|
||||
'report_this_year_quick' => 'Current year, all accounts',
|
||||
'report_this_fiscal_year_quick' => 'Current fiscal year, all accounts',
|
||||
@@ -800,4 +803,36 @@ return [
|
||||
'user_administration' => 'User administration',
|
||||
'list_all_users' => 'All users',
|
||||
'all_users' => 'All users',
|
||||
|
||||
// split a transaction:
|
||||
'transaction_meta_data' => 'Transaction meta-data',
|
||||
'transaction_dates' => 'Transaction dates',
|
||||
'splits' => 'Splits',
|
||||
'split_title_withdrawal' => 'Split your new withdrawal',
|
||||
'split_intro_one_withdrawal' => 'Firefly supports the "splitting" of a withdrawal.',
|
||||
'split_intro_two_withdrawal' => 'It means that the amount of money you\'ve spent is divided between several destination expense accounts, budgets or categories.',
|
||||
'split_intro_three_withdrawal' => 'For example: you could split your :total groceries so you pay :split_one from your "daily groceries" budget and :split_two from your "cigarettes" budget.',
|
||||
'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.',
|
||||
'store_splitted_withdrawal' => 'Store splitted withdrawal',
|
||||
'update_splitted_withdrawal' => 'Update splitted withdrawal',
|
||||
|
||||
'split_title_deposit' => 'Split your new deposit',
|
||||
'split_intro_one_deposit' => 'Firefly supports the "splitting" of a deposit.',
|
||||
'split_intro_two_deposit' => 'It means that the amount of money you\'ve earned is divided between several source revenue accounts or categories.',
|
||||
'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.',
|
||||
'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.',
|
||||
'store_splitted_deposit' => 'Store splitted deposit',
|
||||
|
||||
'split_title_transfer' => 'Split your new transfer',
|
||||
'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.',
|
||||
'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.',
|
||||
'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.',
|
||||
'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.',
|
||||
'store_splitted_transfer' => 'Store splitted transfer',
|
||||
|
||||
'add_another_split' => 'Add another split',
|
||||
'split-transactions' => 'Split transactions',
|
||||
'split-new-transaction' => 'Split a new transaction',
|
||||
|
||||
|
||||
];
|
||||
|
@@ -22,8 +22,20 @@ return [
|
||||
'amount_max' => 'Montant maximum',
|
||||
'match' => 'Matches on',
|
||||
'repeat_freq' => 'Repeats',
|
||||
'journal_currency_id' => 'Currency',
|
||||
'journal_amount' => 'Amount',
|
||||
'journal_asset_source_account' => 'Asset account (source)',
|
||||
'journal_source_account_name' => 'Revenue account (source)',
|
||||
'journal_source_account_id' => 'Asset account (source)',
|
||||
'account_from_id' => 'Compte d\'origine',
|
||||
'account_to_id' => 'Compte de destination',
|
||||
'journal_destination_account_id' => 'Asset account (destination)',
|
||||
'asset_destination_account' => 'Asset account (destination)',
|
||||
'asset_source_account' => 'Asset account (source)',
|
||||
'journal_description' => 'Description',
|
||||
'split_journal' => 'Split this transaction',
|
||||
'split_journal_explanation' => 'Split this transaction in multiple parts',
|
||||
'currency' => 'Currency',
|
||||
'account_id' => 'Asset account',
|
||||
'budget_id' => 'Budget',
|
||||
'openingBalance' => 'Solde initial',
|
||||
|
@@ -22,8 +22,13 @@ return [
|
||||
'balanceDiff' => 'Difference solde entre :start et :end',
|
||||
'matchedOn' => 'Matched on',
|
||||
'matchesOn' => 'Matched on',
|
||||
'account_type' => 'Account type',
|
||||
'new_balance' => 'New balance',
|
||||
'account' => 'Account',
|
||||
'matchingAmount' => 'Montant',
|
||||
'lastMatch' => 'Last match',
|
||||
'split_number' => 'Split #',
|
||||
'destination' => 'Destination',
|
||||
'expectedMatch' => 'Expected match',
|
||||
'automatch' => 'Auto match?',
|
||||
'repeat_freq' => 'Repeats',
|
||||
@@ -34,6 +39,7 @@ return [
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
'from' => 'From',
|
||||
'piggy_bank' => 'Piggy bank',
|
||||
'to' => 'To',
|
||||
'budget' => 'Budget',
|
||||
'category' => 'Category',
|
||||
|
@@ -17,6 +17,7 @@ return [
|
||||
'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.',
|
||||
'belongs_to_user' => 'The value of :attribute is unknown',
|
||||
'accepted' => 'Le champ :attribute doit être accepté.',
|
||||
'active_url' => 'Le champ :attribute n\'est pas une URL valide.',
|
||||
'after' => 'Le champ :attribute doit être une date postérieure au :date.',
|
||||
|
@@ -70,6 +70,8 @@ return [
|
||||
'registered' => 'Je bent geregistreerd!',
|
||||
'search' => 'Zoeken',
|
||||
'no_budget_pointer' => 'Je hebt nog geen budgetten. Maak er een aantal op de <a href="/budgets">budgetten</a>-pagina. Met budgetten kan je je uitgaven beter bijhouden.',
|
||||
'source_accounts' => 'Bronrekening(en)',
|
||||
'destination_accounts' => 'Doelrekening(en)',
|
||||
|
||||
// repeat frequencies:
|
||||
'repeat_freq_monthly' => 'maandelijks',
|
||||
@@ -654,6 +656,7 @@ return [
|
||||
'report_audit' => 'Transactiehistorie-overzicht van :start tot :end',
|
||||
'quick_link_reports' => 'Snelle links',
|
||||
'quick_link_default_report' => 'Standaard financieel rapport',
|
||||
'quick_link_audit_report' => 'Transactiehistorie-overzicht',
|
||||
'report_this_month_quick' => 'Deze maand, alle rekeningen',
|
||||
'report_this_year_quick' => 'Dit jaar, alle rekeningen',
|
||||
'report_this_fiscal_year_quick' => 'Huidig boekjaar, alle rekeningen',
|
||||
@@ -800,4 +803,36 @@ return [
|
||||
'user_administration' => 'Gebruikersadministratie',
|
||||
'list_all_users' => 'Alle gebruikers',
|
||||
'all_users' => 'Alle gebruikers',
|
||||
|
||||
// split a transaction:
|
||||
'transaction_meta_data' => 'Transactie meta-data',
|
||||
'transaction_dates' => 'Transactie data',
|
||||
'splits' => 'Splitten',
|
||||
'split_title_withdrawal' => 'Splits je nieuwe uitgave',
|
||||
'split_intro_one_withdrawal' => 'Firefly kan een uitgave "splitsen".',
|
||||
'split_intro_two_withdrawal' => 'Dat betekent dat de uitgave die je maakt wordt verdeeld over verschillende doelrekeningen, budgetten of categorieën.',
|
||||
'split_intro_three_withdrawal' => 'Je kan bijvoorbeeld je boodschappen van :total verdelen zodat :split_one uit je boodschappenbudget komt, en :split_two uit je sigarettenbudget.',
|
||||
'split_table_intro_withdrawal' => 'Split je uitgave in zoveel stukken als je maar wilt. Standaard is je uitgave niet gesplitst; er is maar één "split". Voeg hieronder zoveel splits toe als je wilt. Denk er aan dat je niet afwijkt van het totaalbedrag. Als je dat wel doet zal Firefly je waarschuwen maar niet corrigeren.',
|
||||
'store_splitted_withdrawal' => 'Sla gesplitste uitgave op',
|
||||
'update_splitted_withdrawal' => 'Gesplitste uitgave updaten',
|
||||
|
||||
'split_title_deposit' => 'Splits je nieuwe inkomsten',
|
||||
'split_intro_one_deposit' => 'Firefly kan inkomsten "splitsen".',
|
||||
'split_intro_two_deposit' => 'Dat betekent dat de inkomsten die je krijgt wordt verdeeld over verschillende doelrekeningen of categorieën.',
|
||||
'split_intro_three_deposit' => 'Je kan bijvoorbeeld je salaris van :total verdelen zodat :split_one wordt opgeslagen als je basissalaris, en :split_two als declaratieteruggave.',
|
||||
'split_table_intro_deposit' => 'Split je inkomsten in zoveel stukken als je maar wilt. Standaard zijn je inkomsten niet gesplitst; er is maar één "split". Voeg hieronder zoveel splits toe als je wilt. Denk er aan dat je niet afwijkt van het totaalbedrag. Als je dat wel doet zal Firefly je waarschuwen maar niet corrigeren.',
|
||||
'store_splitted_deposit' => 'Sla gesplitse inkomsten op',
|
||||
|
||||
'split_title_transfer' => 'Splits je nieuwe overschrijving',
|
||||
'split_intro_one_transfer' => 'Firefly kan overschrijvingen "splitsen".',
|
||||
'split_intro_two_transfer' => 'Dat betekent dat de uitgave die je maakt wordt verdeeld over verschillende categorieën of spaarpotjes.',
|
||||
'split_intro_three_transfer' => 'Je kan bijvoorbeeld je overschrijving van :total verdelen zodat :split_one in het ene spaarpotje terecht komt, en :split_two in het andere spaarpotje.',
|
||||
'split_table_intro_transfer' => 'Split je overschrijving in zoveel stukken als je maar wilt. Standaard is je overschrijving niet gesplitst; er is maar één "split". Voeg hieronder zoveel splits toe als je wilt. Denk er aan dat je niet afwijkt van het totaalbedrag. Als je dat wel doet zal Firefly je waarschuwen maar niet corrigeren.',
|
||||
'store_splitted_transfer' => 'Sla gesplitste overschrijving op',
|
||||
|
||||
'add_another_split' => 'Voeg een split toe',
|
||||
'split-transactions' => 'Split transacties',
|
||||
'split-new-transaction' => 'Split een nieuwe transactie',
|
||||
|
||||
|
||||
];
|
||||
|
@@ -22,8 +22,20 @@ return [
|
||||
'amount_max' => 'Maximumbedrag',
|
||||
'match' => 'Reageert op',
|
||||
'repeat_freq' => 'Herhaling',
|
||||
'journal_currency_id' => 'Valuta',
|
||||
'journal_amount' => 'Bedrag',
|
||||
'journal_asset_source_account' => 'Betaalrekening (bron)',
|
||||
'journal_source_account_name' => 'Debiteur (bron)',
|
||||
'journal_source_account_id' => 'Betaalrekening (bron)',
|
||||
'account_from_id' => 'Van account',
|
||||
'account_to_id' => 'Naar account',
|
||||
'journal_destination_account_id' => 'Betaalrekening (doel)',
|
||||
'asset_destination_account' => 'Betaalrekening (doel)',
|
||||
'asset_source_account' => 'Betaalrekening (bron)',
|
||||
'journal_description' => 'Omschrijving',
|
||||
'split_journal' => 'Splits deze transactie',
|
||||
'split_journal_explanation' => 'Splits deze transactie in meerdere stukken',
|
||||
'currency' => 'Valuta',
|
||||
'account_id' => 'Betaalrekening',
|
||||
'budget_id' => 'Budget',
|
||||
'openingBalance' => 'Startsaldo',
|
||||
|
@@ -22,8 +22,13 @@ return [
|
||||
'balanceDiff' => 'Saldoverschil tussen :start en :end',
|
||||
'matchedOn' => 'Wordt herkend',
|
||||
'matchesOn' => 'Wordt herkend',
|
||||
'account_type' => 'Accounttype',
|
||||
'new_balance' => 'Nieuw saldo',
|
||||
'account' => 'Rekening',
|
||||
'matchingAmount' => 'Bedrag',
|
||||
'lastMatch' => 'Laatste keer gezien',
|
||||
'split_number' => 'Split #',
|
||||
'destination' => 'Doel',
|
||||
'expectedMatch' => 'Wordt verwacht',
|
||||
'automatch' => 'Automatisch herkennen?',
|
||||
'repeat_freq' => 'Herhaling',
|
||||
@@ -34,6 +39,7 @@ return [
|
||||
'book_date' => 'Boekdatum',
|
||||
'process_date' => 'Verwerkingsdatum',
|
||||
'from' => 'Van',
|
||||
'piggy_bank' => 'Spaarpotje',
|
||||
'to' => 'Naar',
|
||||
'budget' => 'Budget',
|
||||
'category' => 'Categorie',
|
||||
|
@@ -17,6 +17,7 @@ return [
|
||||
'file_attached' => 'Bestand met naam ":name" is met succes geuploaded.',
|
||||
'file_invalid_mime' => 'Bestand ":name" is van het type ":mime", en die kan je niet uploaden.',
|
||||
'file_too_large' => 'Bestand ":name" is te groot.',
|
||||
'belongs_to_user' => 'De waarde van :attribute is onbekend',
|
||||
'accepted' => ':attribute moet geaccepteerd zijn.',
|
||||
'active_url' => ':attribute is geen geldige URL.',
|
||||
'after' => ':attribute moet een datum na :date zijn.',
|
||||
|
@@ -70,6 +70,8 @@ return [
|
||||
'registered' => 'Você se registrou com sucesso!',
|
||||
'search' => 'Pesquisa',
|
||||
'no_budget_pointer' => 'Parece que não há orçamentos ainda. Você deve criar alguns na página <a href="/budgets">orçamentos</a>. Orçamentos podem ajudá-lo a manter o controle de despesas.',
|
||||
'source_accounts' => 'Source account(s)',
|
||||
'destination_accounts' => 'Destination account(s)',
|
||||
|
||||
// repeat frequencies:
|
||||
'repeat_freq_monthly' => 'mensal',
|
||||
@@ -257,7 +259,7 @@ return [
|
||||
'pref_1M' => 'Um mês',
|
||||
'pref_3M' => 'Trimestral',
|
||||
'pref_6M' => 'Semestral',
|
||||
'pref_1Y' => 'One year',
|
||||
'pref_1Y' => 'Um ano',
|
||||
'pref_languages' => 'Idiomas',
|
||||
'pref_languages_help' => 'Firefly III suporta muitos idiomas. Qual você prefere?',
|
||||
'pref_custom_fiscal_year' => 'Configurações de ano fiscal',
|
||||
@@ -280,7 +282,7 @@ return [
|
||||
'transaction_page_size_help' => 'Qualquer lista de transações mostra, no máximo, muitas transações',
|
||||
'transaction_page_size_label' => 'Tamanho da página',
|
||||
'budget_maximum' => 'Máximo de orçamento',
|
||||
'between_dates' => '(:start and :end)',
|
||||
'between_dates' => '(:start e :end)',
|
||||
|
||||
// profile:
|
||||
'change_your_password' => 'Alterar sua senha',
|
||||
@@ -461,11 +463,11 @@ return [
|
||||
'store_new_budget' => 'Armazenar novo orçamento',
|
||||
'stored_new_budget' => 'Novo orçamento armazenado ":name"',
|
||||
'availableIn' => 'Disponível em :date',
|
||||
'available_between' => 'Available between :start and :end',
|
||||
'available_between' => 'Disponível entre :start e :end',
|
||||
'transactionsWithoutBudget' => 'Despesas sem orçamentos',
|
||||
'transactionsWithoutBudgetDate' => 'Despesas sem orçamentos em :date',
|
||||
'transactions_no_budget' => 'Expenses without budget between :start and :end',
|
||||
'spent_between' => 'Spent between :start and :end',
|
||||
'transactions_no_budget' => 'Despesas sem orçamento entre :start e :end',
|
||||
'spent_between' => 'Gasto entre :start e :end',
|
||||
'createBudget' => 'Novo orçamento',
|
||||
'inactiveBudgets' => 'Orçamentos inativos',
|
||||
'without_budget_between' => 'Transações sem um orçamento entre :start e :end',
|
||||
@@ -476,7 +478,7 @@ return [
|
||||
'updated_budget' => 'Orçamento atualizado ":name"',
|
||||
'update_amount' => 'Atualizar quantia',
|
||||
'update_budget' => 'Atualizar Orçamento',
|
||||
'update_budget_amount_range' => 'Update (expected) available amount between :start and :end',
|
||||
'update_budget_amount_range' => 'Atualizar quantia disponível (esperada) entre :start e :end',
|
||||
|
||||
// bills:
|
||||
'matching_on' => 'Corresponde em',
|
||||
@@ -654,6 +656,7 @@ return [
|
||||
'report_audit' => 'Visão geral do histórico de transação de :start até :end',
|
||||
'quick_link_reports' => 'Ligações rápidas',
|
||||
'quick_link_default_report' => 'Relatório financeiro padrão',
|
||||
'quick_link_audit_report' => 'Transaction history overview',
|
||||
'report_this_month_quick' => 'Mês atual, todas as contas',
|
||||
'report_this_year_quick' => 'Ano atual, todas as contas',
|
||||
'report_this_fiscal_year_quick' => 'Ano fiscal atual, todas as contas',
|
||||
@@ -800,4 +803,36 @@ return [
|
||||
'user_administration' => 'Administração de usuários',
|
||||
'list_all_users' => 'Todos os usuários',
|
||||
'all_users' => 'Todos os usuários',
|
||||
|
||||
// split a transaction:
|
||||
'transaction_meta_data' => 'Transaction meta-data',
|
||||
'transaction_dates' => 'Transaction dates',
|
||||
'splits' => 'Splits',
|
||||
'split_title_withdrawal' => 'Split your new withdrawal',
|
||||
'split_intro_one_withdrawal' => 'Firefly supports the "splitting" of a withdrawal.',
|
||||
'split_intro_two_withdrawal' => 'It means that the amount of money you\'ve spent is divided between several destination expense accounts, budgets or categories.',
|
||||
'split_intro_three_withdrawal' => 'For example: you could split your :total groceries so you pay :split_one from your "daily groceries" budget and :split_two from your "cigarettes" budget.',
|
||||
'split_table_intro_withdrawal' => 'Split your withdrawal in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.',
|
||||
'store_splitted_withdrawal' => 'Store splitted withdrawal',
|
||||
'update_splitted_withdrawal' => 'Update splitted withdrawal',
|
||||
|
||||
'split_title_deposit' => 'Split your new deposit',
|
||||
'split_intro_one_deposit' => 'Firefly supports the "splitting" of a deposit.',
|
||||
'split_intro_two_deposit' => 'It means that the amount of money you\'ve earned is divided between several source revenue accounts or categories.',
|
||||
'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.',
|
||||
'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.',
|
||||
'store_splitted_deposit' => 'Store splitted deposit',
|
||||
|
||||
'split_title_transfer' => 'Split your new transfer',
|
||||
'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.',
|
||||
'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.',
|
||||
'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.',
|
||||
'split_table_intro_transfer' => 'Split your transfer in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.',
|
||||
'store_splitted_transfer' => 'Store splitted transfer',
|
||||
|
||||
'add_another_split' => 'Add another split',
|
||||
'split-transactions' => 'Split transactions',
|
||||
'split-new-transaction' => 'Split a new transaction',
|
||||
|
||||
|
||||
];
|
||||
|
@@ -22,8 +22,20 @@ return [
|
||||
'amount_max' => 'Valor Máximo',
|
||||
'match' => 'Corresponde em',
|
||||
'repeat_freq' => 'Repetições',
|
||||
'journal_currency_id' => 'Currency',
|
||||
'journal_amount' => 'Amount',
|
||||
'journal_asset_source_account' => 'Asset account (source)',
|
||||
'journal_source_account_name' => 'Revenue account (source)',
|
||||
'journal_source_account_id' => 'Asset account (source)',
|
||||
'account_from_id' => 'da conta',
|
||||
'account_to_id' => 'para conta',
|
||||
'journal_destination_account_id' => 'Asset account (destination)',
|
||||
'asset_destination_account' => 'Asset account (destination)',
|
||||
'asset_source_account' => 'Asset account (source)',
|
||||
'journal_description' => 'Description',
|
||||
'split_journal' => 'Split this transaction',
|
||||
'split_journal_explanation' => 'Split this transaction in multiple parts',
|
||||
'currency' => 'Currency',
|
||||
'account_id' => 'Conta de ativo',
|
||||
'budget_id' => 'Orçamento',
|
||||
'openingBalance' => 'Saldo inicial',
|
||||
|
@@ -22,8 +22,13 @@ return [
|
||||
'balanceDiff' => 'Saldo diferente entre :start e :end',
|
||||
'matchedOn' => 'Coincide',
|
||||
'matchesOn' => 'Correspondido em',
|
||||
'account_type' => 'Account type',
|
||||
'new_balance' => 'New balance',
|
||||
'account' => 'Account',
|
||||
'matchingAmount' => 'Total',
|
||||
'lastMatch' => 'Último equivalente',
|
||||
'split_number' => 'Split #',
|
||||
'destination' => 'Destination',
|
||||
'expectedMatch' => 'Equivalente esperado',
|
||||
'automatch' => 'Auto match?',
|
||||
'repeat_freq' => 'Repetições',
|
||||
@@ -34,6 +39,7 @@ return [
|
||||
'book_date' => 'Data reserva',
|
||||
'process_date' => 'Data de processamento',
|
||||
'from' => 'De',
|
||||
'piggy_bank' => 'Piggy bank',
|
||||
'to' => 'Até',
|
||||
'budget' => 'Orçamento',
|
||||
'category' => 'Categoria',
|
||||
|
@@ -17,6 +17,7 @@ return [
|
||||
'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.',
|
||||
'belongs_to_user' => 'The value of :attribute is unknown',
|
||||
'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.',
|
||||
|
Reference in New Issue
Block a user