From f04a28215e7da9798e1e12aa48bb5e8ea5d70635 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 16 Sep 2017 07:00:51 +0200 Subject: [PATCH] New translations firefly.php (Portuguese, Brazilian) --- resources/lang/pt_BR/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index dfb5f5d43b..ee4fd67bf6 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -141,6 +141,7 @@ return [ 'search_box_intro' => 'Welcome to the search function of Firefly III. Enter your search query in the box. Make sure you check out the help file because the search is pretty advanced.', 'search_error' => 'Error while searching', 'search_searching' => 'Searching ...', + 'search_results' => 'Search results', // repeat frequencies: 'repeat_freq_yearly' => 'anual', @@ -964,6 +965,7 @@ return [ 'import_index_config' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their configuration file.', 'import_index_type' => 'Select the type of file you will upload', 'import_index_start' => 'Start importing', + 'import_file' => 'Import a file', // supported file types: 'import_file_type_csv' => 'CSV (valores separados por vĂ­rgula)',