Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions lang/es/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
'usage' => 'Uso',
'variable_name' => 'Nombre de variable',
'variables' => 'Variables',
'referral_notes' => 'Notas de remisión',
'registration_date' => 'Fecha de registro',
],
'form' => [
'label' => [
Expand Down Expand Up @@ -188,6 +190,11 @@
'beneficiaries_in_shelter' => 'Total de beneficiarios en el refugio',
'available_places' => 'Total de plazas disponibles',
],
'beneficiaries' => [
'genders' => 'Total de beneficiarios por género',
'nationalities' => 'Total de beneficiarios por nacionalidad',
'residencies' => 'Total de beneficiarios por país de residencia',
],
],
'placeholder' => [
'create_beneficiary_search' => 'Empieza a escribir para buscar un beneficiario…',
Expand Down Expand Up @@ -368,6 +375,7 @@
'title' => 'La solicitud se ha enviado correctamente.',
'message' => 'Su solicitud se ha enviado correctamente.',
],
'referred_by' => 'Esta solicitud fue referida por:name.',
],
'submit' => 'Enviar',
'navigation' => [
Expand Down Expand Up @@ -447,4 +455,9 @@
],
],
],
'filters' => [
'date_from' => 'A partir de la fecha',
'date_until' => 'Hasta la fecha',
],
'add_another' => 'Añadir otro',
];
Loading