Update meta files for new release.

This commit is contained in:
James Cole
2020-04-02 06:39:09 +02:00
parent ae2b28fdee
commit e7c10dec5c
30 changed files with 2314 additions and 878 deletions

View File

@@ -202,7 +202,7 @@ return [
'gte.string' => ':attribute debe tener :value caracteres o más.',
'gte.array' => ':attribute debe tener :value objetos o más.',
'amount_required_for_auto_budget' => 'The amount is required.',
'auto_budget_amount_positive' => 'The amount must be more than zero.',
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
'amount_required_for_auto_budget' => 'Se requiere la cantidad.',
'auto_budget_amount_positive' => 'La cantidad debe ser mayor a cero.',
'auto_budget_period_mandatory' => 'El período del autopresupuesto es un campo obligatorio.',
];