Update transactions.

This commit is contained in:
James Cole
2021-04-08 10:23:35 +02:00
parent 115639a004
commit 6160f99e92
76 changed files with 1068 additions and 3 deletions

View File

@@ -1097,6 +1097,7 @@ return [
'save_transactions_by_moving' => 'Save this transaction by moving it to another account:|Save these transactions by moving them to another account:',
'save_transactions_by_moving_js' => 'No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.',
'stored_new_account' => 'Cont nou ":name" salvat!',
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
'updated_account' => 'Contul ":name" actualizat',
'credit_card_options' => 'Opțiuni pentru carduri de credit',
'no_transactions_account' => 'Nu există tranzacții (în această perioadă) pentru contul de activ ":name".',
@@ -1133,6 +1134,9 @@ return [
'interest_calc_daily' => 'Pe zi',
'interest_calc_monthly' => 'Pe lună',
'interest_calc_yearly' => 'Pe an',
'interest_calc_weekly' => 'Per week',
'interest_calc_half-year' => 'Per half year',
'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => 'Bilanțul inițial al contului :account',
'list_options' => 'List options',
@@ -1314,6 +1318,8 @@ return [
'account_type_Loan' => 'Împrumut',
'account_type_Mortgage' => 'Credit ipotecar',
'account_type_Credit card' => 'Card de credit',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'budgets' => 'Buget',
'tags' => 'Etichete',
'reports' => 'Rapoarte',

View File

@@ -80,6 +80,7 @@ return [
'api_key' => 'Cheie API',
'remember_me' => 'Ține-mă minte',
'liability_type_id' => 'Tipul de provizion',
'liability_type' => 'Liability type',
'interest' => 'Interes',
'interest_period' => 'Perioadă de interes',
@@ -169,6 +170,7 @@ return [
'recurring_keep_transactions' => 'Singura tranzacție creată de această tranzacție recurentă nu va fi ștearsă.|Toate cele :count tranzacții create de această tranzacție recurente vor fi scutite de ștergere.',
'tag_keep_transactions' => 'Singura tranzacție conectată la this tag nu va fi ștearsă.|Toate cele :count tranzacții conectate la această etichetă vor fi scutite de ștergere.',
'check_for_updates' => 'Verifică pentru actualizări',
'liability_direction' => 'Liability in/out',
'delete_object_group' => 'Delete group ":title"',