From c5fdeacc872594fef58e19150217ebfd59d6b275 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 28 Sep 2017 09:00:30 +0200 Subject: [PATCH] New translations firefly.php (Russian) --- resources/lang/ru_RU/firefly.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 2d4e20e586..9f7001e0e6 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -947,6 +947,17 @@ return [ 'delete_journal_link' => 'Delete the link between :source and :destination', 'deleted_link' => 'Deleted link', + // link translations: + 'relates to_inward' => 'relates to', + 'is (partially) refunded by_inward' => 'is (partially) refunded by', + 'is (partially) paid for by_inward' => 'is (partially) paid for by', + 'is (partially) reimbursed by_inward' => 'is (partially) reimbursed by', + 'relates to_outward' => 'relates to', + '(partially) refunds_outward' => '(partially) refunds', + '(partially) pays for_outward' => '(partially) pays for', + '(partially) reimburses_outward' => '(partially) reimburses', + + // split a transaction: 'splits' => 'Splits', 'add_another_split' => 'Add another split',