mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Rebuild frontend
This commit is contained in:
@@ -1048,7 +1048,7 @@ return [
|
||||
'delete_revenue_account' => 'Ta bort intäktskonto ":name"',
|
||||
'delete_liabilities_account' => 'Ta bort skuld ":name"',
|
||||
'asset_deleted' => 'Tillgångskonto togs bort ":name"',
|
||||
'account_deleted' => 'Successfully deleted account ":name"',
|
||||
'account_deleted' => 'Kontot ":name" togs bort',
|
||||
'expense_deleted' => 'Utgiftskonto togs bort ":name"',
|
||||
'revenue_deleted' => 'Intäktskonto togs bort ":name"',
|
||||
'update_asset_account' => 'Uppdatera tillgångskonto',
|
||||
@@ -1095,9 +1095,9 @@ return [
|
||||
'cant_find_redirect_account' => 'Firefly III försökte omdirigera dig men misslyckades. Förlåt, åter till index.',
|
||||
'account_type' => 'Kontotyp',
|
||||
'save_transactions_by_moving' => 'Spara denna transaktion genom att flytta den till ett annat konto:|Spara dessa transaktioner genom att flytta dem till ett annat konto:',
|
||||
'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.',
|
||||
'save_transactions_by_moving_js' => 'Inga transaktioner|Spara denna transaktion genom att flytta den till ett annat konto.|Spara dessa transaktioner genom att flytta dem till ett annat konto.',
|
||||
'stored_new_account' => 'Nytt konto ":name" lagrat!',
|
||||
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
|
||||
'stored_new_account_js' => 'Nytt konto "<a href="accounts/show/{ID}">{name}</a>" lagrat!',
|
||||
'updated_account' => 'Konto ":name" uppdaterad',
|
||||
'credit_card_options' => 'Kreditkortalternativ',
|
||||
'no_transactions_account' => 'Inga transaktioner (i denna period) för tillgångskonto ":name".',
|
||||
@@ -1134,9 +1134,9 @@ return [
|
||||
'interest_calc_daily' => 'Per dag',
|
||||
'interest_calc_monthly' => 'Per månad',
|
||||
'interest_calc_yearly' => 'Per år',
|
||||
'interest_calc_weekly' => 'Per week',
|
||||
'interest_calc_half-year' => 'Per half year',
|
||||
'interest_calc_quarterly' => 'Per quarter',
|
||||
'interest_calc_weekly' => 'Per vecka',
|
||||
'interest_calc_half-year' => 'Per halvår',
|
||||
'interest_calc_quarterly' => 'Per kvartal',
|
||||
'initial_balance_account' => 'Startbalans för konto :account',
|
||||
'list_options' => 'Listalternativ',
|
||||
|
||||
@@ -1318,8 +1318,8 @@ return [
|
||||
'account_type_Loan' => 'Lån',
|
||||
'account_type_Mortgage' => 'Bolån',
|
||||
'account_type_Credit card' => 'Kreditkort',
|
||||
'liability_direction_credit' => 'I am owed this debt',
|
||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||
'liability_direction_credit' => 'Jag är skyldig denna skuld',
|
||||
'liability_direction_debit' => 'Jag är skyldig någon annan denna skuld',
|
||||
'budgets' => 'Budgetar',
|
||||
'tags' => 'Etiketter',
|
||||
'reports' => 'Rapporter',
|
||||
@@ -1855,8 +1855,8 @@ return [
|
||||
'edit_object_group' => 'Redigera grupp ":title"',
|
||||
'delete_object_group' => 'Ta bort grupp ":title"',
|
||||
'update_object_group' => 'Uppdatera grupp',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'updated_object_group' => 'Uppdaterade gruppen ":title"',
|
||||
'deleted_object_group' => 'Tog bort gruppen ":title"',
|
||||
'object_group' => 'Grupp',
|
||||
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ return [
|
||||
'api_key' => 'API-nyckel',
|
||||
'remember_me' => 'Kom ihåg mig',
|
||||
'liability_type_id' => 'Skuldstyp',
|
||||
'liability_type' => 'Liability type',
|
||||
'liability_type' => 'Typ av ansvar',
|
||||
'interest' => 'Ränta',
|
||||
'interest_period' => 'Ränteperiod',
|
||||
|
||||
@@ -170,7 +170,7 @@ return [
|
||||
'recurring_keep_transactions' => 'Transaktionen skapad av denna återkommande transaktion kommer inte tas bort.|Alla :count transaktioner skapade av denna återkommande transaktion undantas borttagning.',
|
||||
'tag_keep_transactions' => 'Transaktionen kopplad till etiketten kommer inte att tas bort.|Alla :count transaktioner kopplade till etiketten kommer att sparas.',
|
||||
'check_for_updates' => 'Sök efter uppdateringar',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'liability_direction' => 'Ansvar in/ut',
|
||||
|
||||
'delete_object_group' => 'Ta bort groupp ":title"',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user