mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Sync some translations.
This commit is contained in:
parent
bc33d1b67d
commit
3a34037f30
@ -792,7 +792,7 @@ return [
|
|||||||
'interest_calc_daily' => 'Per day',
|
'interest_calc_daily' => 'Per day',
|
||||||
'interest_calc_monthly' => 'Per month',
|
'interest_calc_monthly' => 'Per month',
|
||||||
'interest_calc_yearly' => 'Per year',
|
'interest_calc_yearly' => 'Per year',
|
||||||
'initial_balance_account' => 'Initial balance account of :name',
|
'initial_balance_account' => 'Initial balance account of :account',
|
||||||
|
|
||||||
// categories:
|
// categories:
|
||||||
'new_category' => 'New category',
|
'new_category' => 'New category',
|
||||||
|
@ -63,13 +63,13 @@ return [
|
|||||||
'currency' => 'Currency',
|
'currency' => 'Currency',
|
||||||
'account_id' => 'Asset account',
|
'account_id' => 'Asset account',
|
||||||
'budget_id' => 'Budget',
|
'budget_id' => 'Budget',
|
||||||
'openingBalance' => 'Opening balance',
|
'opening_balance' => 'Opening balance',
|
||||||
'tagMode' => 'Tag mode',
|
'tagMode' => 'Tag mode',
|
||||||
'tag_position' => 'Tag location',
|
'tag_position' => 'Tag location',
|
||||||
'virtualBalance' => 'Virtual balance',
|
'virtualBalance' => 'Virtual balance',
|
||||||
'targetamount' => 'Target amount',
|
'targetamount' => 'Target amount',
|
||||||
'accountRole' => 'Account role',
|
'accountRole' => 'Account role',
|
||||||
'openingBalanceDate' => 'Opening balance date',
|
'opening_balance_date' => 'Opening balance date',
|
||||||
'ccType' => 'Credit card payment plan',
|
'ccType' => 'Credit card payment plan',
|
||||||
'ccMonthlyPaymentDate' => 'Credit card monthly payment date',
|
'ccMonthlyPaymentDate' => 'Credit card monthly payment date',
|
||||||
'piggy_bank_id' => 'Piggy bank',
|
'piggy_bank_id' => 'Piggy bank',
|
||||||
|
@ -139,8 +139,8 @@ return [
|
|||||||
'name' => 'name',
|
'name' => 'name',
|
||||||
'piggy_bank_id' => 'piggy bank ID',
|
'piggy_bank_id' => 'piggy bank ID',
|
||||||
'targetamount' => 'target amount',
|
'targetamount' => 'target amount',
|
||||||
'openingBalanceDate' => 'opening balance date',
|
'opening_balance_date' => 'opening balance date',
|
||||||
'openingBalance' => 'opening balance',
|
'opening_balance' => 'opening balance',
|
||||||
'match' => 'match',
|
'match' => 'match',
|
||||||
'amount_min' => 'minimum amount',
|
'amount_min' => 'minimum amount',
|
||||||
'amount_max' => 'maximum amount',
|
'amount_max' => 'maximum amount',
|
||||||
@ -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_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".',
|
'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).',
|
'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".',
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user