diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 4d6a6fd94e..7c4e8c3fb3 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -20,6 +20,7 @@ return [ 'everything' => 'Todo', 'customRange' => 'Rango personalizado', 'apply' => 'Aplicar', + 'select_date' => 'Select date..', 'cancel' => 'Cancelar', 'from' => 'Desde', 'to' => 'Hasta', @@ -112,8 +113,8 @@ return [ 'budget_in_period' => 'All transactions for budget ":name" between :start and :end', 'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end', 'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end', - 'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end', - 'chart_category_all' => 'Chart for all transactions for category ":name"', + 'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end', + 'chart_category_all' => 'Chart for all transactions for category ":name"', 'budget_in_period_breadcrumb' => 'Between :start and :end', 'clone_withdrawal' => 'Clone this withdrawal', 'clone_deposit' => 'Clone this deposit',