From 83fa13ea4b5f3da5cfa941ee91771c059536ce27 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 22 Aug 2017 14:10:35 +0200 Subject: [PATCH] New translations firefly.php (Chinese Traditional) --- resources/lang/zh_TW/firefly.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 918637540a..4ea95fe25d 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -960,7 +960,12 @@ return [ 'to_link_not_found' => 'If the transaction you want to link to is not listed, simply enter its ID.', 'invalid_link_data' => 'Invalid link type selected. Cannot link transaction.', 'journals_linked' => 'Transactions are linked.', - 'journals_error_linked' => 'These journals are already linked.', + 'journals_error_linked' => 'These transactions are already linked.', + 'journal_links' => 'Transaction links', + 'this_withdrawal' => 'This withdrawal', + 'this_deposit' => 'This deposit', + 'this_transfer' => 'This transfer', + // split a transaction: 'transaction_meta_data' => 'Transaction meta-data',