From 73129b0ce5afdd1c21dfc39d3fb70c48ccba69ab Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 18 Dec 2016 09:41:35 +0100 Subject: [PATCH] New translations --- resources/lang/zh_TW/firefly.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index b964d73986..6e9d309c22 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -937,4 +937,7 @@ return [ 'bread_crumb_import_complete' => 'Import ":key" complete', 'bread_crumb_configure_import' => 'Configure import ":key"', 'bread_crumb_import_finished' => 'Import ":key" finished', + 'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.', + 'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".', + 'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the tag that was created for this import.', ]; \ No newline at end of file