From 69e315814493ef4c6d99029774933461a19e44f1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 3 Nov 2017 13:50:38 +0100 Subject: [PATCH] New translations firefly.php (Spanish) --- resources/lang/es_ES/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index a145e026f0..05ba7d8c9a 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -130,6 +130,7 @@ return [ 'transaction_data' => 'Transaction data', 'invalid_server_configuration' => 'Invalid server configuration', 'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are instructions how to do this.', + 'quickswitch' => 'Quickswitch', // search 'search' => 'Buscar', @@ -147,7 +148,7 @@ return [ 'repeat_freq_half-year' => 'every half-year', 'repeat_freq_quarterly' => 'quarterly', 'repeat_freq_monthly' => 'monthly', - 'repeat_freq_weekly' => 'weekly', + 'repeat_freq_weekly' => 'weekly', 'weekly' => 'weekly', 'quarterly' => 'quarterly', 'half-year' => 'every half year',