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' => 'Ny konto:name: lagret!',
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
'updated_account' => 'Oppdatert konto ":name"',
'credit_card_options' => 'Kredittkortvalg',
'no_transactions_account' => 'Det finnes ingen transaksjoner (i denne perioden) for brukskonto ":name".',
@@ -1133,6 +1134,9 @@ return [
'interest_calc_daily' => 'Per dag',
'interest_calc_monthly' => 'Per måned',
'interest_calc_yearly' => 'Per år',
'interest_calc_weekly' => 'Per week',
'interest_calc_half-year' => 'Per half year',
'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => 'Initial balance account of :account',
'list_options' => 'List options',
@@ -1314,6 +1318,8 @@ return [
'account_type_Loan' => 'Lån',
'account_type_Mortgage' => 'Boliglån',
'account_type_Credit card' => 'Kredittkort',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'budgets' => 'Budsjetter',
'tags' => 'Tagger',
'reports' => 'Rapporter',

View File

@@ -80,6 +80,7 @@ return [
'api_key' => 'API-nøkkel',
'remember_me' => 'Husk meg',
'liability_type_id' => 'Gjeldstype',
'liability_type' => 'Liability type',
'interest' => 'Rente',
'interest_period' => 'Renteperiode',
@@ -169,6 +170,7 @@ return [
'recurring_keep_transactions' => 'Ingen transaksjoner knyttet til denne gjentakende transaksjonen blir slettet.|Ingen av de :count transaksjonene knyttet til denne gjentakende transaksjonen vil bli slettet.',
'tag_keep_transactions' => 'Ingen transaksjoner knyttet til denne tag blir slettet.|Ingen av de :count transaksjonene knyttet til denne tag vil bli slettet.',
'check_for_updates' => 'Se etter oppdateringer',
'liability_direction' => 'Liability in/out',
'delete_object_group' => 'Delete group ":title"',