From 3a34037f3077e6c8697f585d23b126841a7480fa Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Jun 2019 13:16:18 +0200 Subject: [PATCH] Sync some translations. --- resources/lang/en_US/firefly.php | 2 +- resources/lang/en_US/form.php | 4 ++-- resources/lang/en_US/validation.php | 10 +++++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 5ff0c8055b..174a14c755 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -792,7 +792,7 @@ return [ 'interest_calc_daily' => 'Per day', 'interest_calc_monthly' => 'Per month', 'interest_calc_yearly' => 'Per year', - 'initial_balance_account' => 'Initial balance account of :name', + 'initial_balance_account' => 'Initial balance account of :account', // categories: 'new_category' => 'New category', diff --git a/resources/lang/en_US/form.php b/resources/lang/en_US/form.php index db625af86f..777983a03a 100644 --- a/resources/lang/en_US/form.php +++ b/resources/lang/en_US/form.php @@ -63,13 +63,13 @@ return [ 'currency' => 'Currency', 'account_id' => 'Asset account', 'budget_id' => 'Budget', - 'openingBalance' => 'Opening balance', + 'opening_balance' => 'Opening balance', 'tagMode' => 'Tag mode', 'tag_position' => 'Tag location', 'virtualBalance' => 'Virtual balance', 'targetamount' => 'Target amount', 'accountRole' => 'Account role', - 'openingBalanceDate' => 'Opening balance date', + 'opening_balance_date' => 'Opening balance date', 'ccType' => 'Credit card payment plan', 'ccMonthlyPaymentDate' => 'Credit card monthly payment date', 'piggy_bank_id' => 'Piggy bank', diff --git a/resources/lang/en_US/validation.php b/resources/lang/en_US/validation.php index 6cb0195c7a..c28e44520c 100644 --- a/resources/lang/en_US/validation.php +++ b/resources/lang/en_US/validation.php @@ -139,8 +139,8 @@ return [ 'name' => 'name', 'piggy_bank_id' => 'piggy bank ID', 'targetamount' => 'target amount', - 'openingBalanceDate' => 'opening balance date', - 'openingBalance' => 'opening balance', + 'opening_balance_date' => 'opening balance date', + 'opening_balance' => 'opening balance', 'match' => 'match', 'amount_min' => 'minimum amount', 'amount_max' => 'maximum amount', @@ -173,7 +173,7 @@ return [ 'withdrawal_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', 'withdrawal_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', - 'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', + 'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', 'deposit_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', @@ -185,4 +185,8 @@ return [ 'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', 'transfer_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', 'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).', + + 'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', + 'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', + 'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', ];