mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			196 lines
		
	
	
		
			7.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			196 lines
		
	
	
		
			7.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * list.php
 | |
|  * Copyright (c) 2019 james@firefly-iii.org
 | |
|  *
 | |
|  * This file is part of Firefly III (https://github.com/firefly-iii).
 | |
|  *
 | |
|  * This program is free software: you can redistribute it and/or modify
 | |
|  * it under the terms of the GNU Affero General Public License as
 | |
|  * published by the Free Software Foundation, either version 3 of the
 | |
|  * License, or (at your option) any later version.
 | |
|  *
 | |
|  * This program is distributed in the hope that it will be useful,
 | |
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | |
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | |
|  * GNU Affero General Public License for more details.
 | |
|  *
 | |
|  * You should have received a copy of the GNU Affero General Public License
 | |
|  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | |
|  */
 | |
| 
 | |
| /*
 | |
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | |
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | |
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | |
|  *
 | |
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | |
|  *
 | |
|  * https://crowdin.com/project/firefly-iii
 | |
|  *
 | |
|  */
 | |
| 
 | |
| declare(strict_types=1);
 | |
| 
 | |
| return [
 | |
|     'buttons'                 => 'Knapper',
 | |
|     'icon'                    => 'Ikon',
 | |
|     'id'                      => 'ID',
 | |
|     'create_date'             => 'Opprettet',
 | |
|     'update_date'             => 'Oppdatert',
 | |
|     'updated_at'              => 'Oppdatert',
 | |
|     'balance_before'          => 'Saldo før',
 | |
|     'balance_after'           => 'Saldo etter',
 | |
|     'name'                    => 'Namn',
 | |
|     'role'                    => 'Rolle',
 | |
|     'currentBalance'          => 'Noverande saldo',
 | |
|     'linked_to_rules'         => 'Relevante reglar',
 | |
|     'active'                  => 'Er aktiv?',
 | |
|     'percentage'              => 'pst.',
 | |
|     'recurring_transaction'   => 'Gjentakande transaksjon',
 | |
|     'next_due'                => 'Neste frist',
 | |
|     'transaction_type'        => 'Type',
 | |
|     'lastActivity'            => 'Siste aktivitet',
 | |
|     'balanceDiff'             => 'Saldodifferanse',
 | |
|     'other_meta_data'         => 'Andre meta-data',
 | |
|     'invited_at'              => 'Invitert',
 | |
|     'expires'                 => 'Invitasjonen går ut på dato',
 | |
|     'invited_by'              => 'Invitert av',
 | |
|     'invite_link'             => 'Invitasjonslenkje',
 | |
|     'account_type'            => 'Kontotype',
 | |
|     'created_at'              => 'Opprettet',
 | |
|     'account'                 => 'Konto',
 | |
|     'external_url'            => 'Ekstern URL',
 | |
|     'matchingAmount'          => 'Beløp',
 | |
|     'destination'             => 'Mål',
 | |
|     'source'                  => 'Kjelde',
 | |
|     'next_expected_match'     => 'Neste forventa treff',
 | |
|     'automatch'               => 'Automatisk treff?',
 | |
| 
 | |
|     /*
 | |
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | |
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | |
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | |
|  *
 | |
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | |
|  *
 | |
|  * https://crowdin.com/project/firefly-iii
 | |
|  *
 | |
|  */
 | |
| 
 | |
|     'repeat_freq'             => 'Gjentas',
 | |
|     'description'             => 'Beskriving',
 | |
|     'amount'                  => 'Beløp',
 | |
|     'date'                    => 'Dato',
 | |
|     'interest_date'           => 'Rentedato',
 | |
|     'book_date'               => 'Bokføringsdato',
 | |
|     'process_date'            => 'Prosesseringsdato',
 | |
|     'due_date'                => 'Forfallsdato',
 | |
|     'payment_date'            => 'Betalingsdato',
 | |
|     'invoice_date'            => 'Fakturadato',
 | |
|     'internal_reference'      => 'Intern referanse',
 | |
|     'notes'                   => 'Notat',
 | |
|     'from'                    => 'Frå',
 | |
|     'piggy_bank'              => 'Sparegris',
 | |
|     'to'                      => 'Til',
 | |
|     'budget'                  => 'Budsjett',
 | |
|     'category'                => 'Kategori',
 | |
|     'bill'                    => 'Rekning',
 | |
|     'withdrawal'              => 'Uttak',
 | |
|     'deposit'                 => 'Innskudd',
 | |
|     'transfer'                => 'Overføring',
 | |
|     'type'                    => 'Type',
 | |
|     'completed'               => 'Ferdig',
 | |
|     'iban'                    => 'IBAN',
 | |
|     'account_number'          => 'Kontonummer',
 | |
|     'paid_current_period'     => 'Betalt denne perioden',
 | |
|     'email'                   => 'Epost',
 | |
|     'registered_at'           => 'Registrert den',
 | |
|     'is_blocked'              => 'Er sperret',
 | |
|     'is_admin'                => 'Er admin',
 | |
|     'has_two_factor'          => 'Har 2FA',
 | |
|     'blocked_code'            => 'Blokkert kode',
 | |
|     'source_account'          => 'Kjeldekonto',
 | |
|     'destination_account'     => 'Målkonto',
 | |
|     'accounts_count'          => 'Antal kontoar',
 | |
|     'journals_count'          => 'Antal transaksjonar',
 | |
|     'attachments_count'       => 'Antal vedlegg',
 | |
|     'bills_count'             => 'Antal rekningar',
 | |
|     'categories_count'        => 'Antal kategoriar',
 | |
|     'budget_count'            => 'Antal budsjett',
 | |
|     'rule_and_groups_count'   => 'Antal reglar og regelgrupper',
 | |
|     'tags_count'              => 'Antal nøkkelord',
 | |
|     'tags'                    => 'Nøkkelord',
 | |
|     'inward'                  => 'Innvendig beskriving',
 | |
|     'outward'                 => 'Utvendig beskriving',
 | |
|     'number_of_transactions'  => 'Antal transaksjonar',
 | |
|     'total_amount'            => 'Totalbeløp',
 | |
|     'sum'                     => 'Sum',
 | |
|     'sum_excluding_transfers' => 'Sum (unntatt overføringer)',
 | |
|     'sum_withdrawals'         => 'Sum av uttak',
 | |
|     'sum_deposits'            => 'Sum av innskot',
 | |
|     'sum_transfers'           => 'Sum av overføringer',
 | |
|     'sum_reconciliations'     => 'Sum av avstemminger',
 | |
|     'reconcile'               => 'Avstem',
 | |
|     'sepa_ct_id'              => 'SEPA ende-til-ende identifikator',
 | |
|     'sepa_ct_op'              => 'SEPA Motstående kontoidentifikator',
 | |
|     'sepa_db'                 => 'SEPA Mandat identifikator',
 | |
|     'sepa_country'            => 'SEPA land',
 | |
|     'sepa_cc'                 => 'SEPA klareringskode',
 | |
|     'sepa_ep'                 => 'SEPA Eksternt formål',
 | |
|     'sepa_ci'                 => 'SEPA kreditoridentifikator',
 | |
|     'sepa_batch_id'           => 'SEPA Batch ID',
 | |
|     'external_id'             => 'Ekstern ID',
 | |
|     'account_at_bunq'         => 'Konto med bunq',
 | |
|     'file_name'               => 'Filnamn',
 | |
| 
 | |
|     /*
 | |
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | |
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | |
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | |
|  *
 | |
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | |
|  *
 | |
|  * https://crowdin.com/project/firefly-iii
 | |
|  *
 | |
|  */
 | |
| 
 | |
|     'file_size'               => 'Filstørrelse',
 | |
|     'file_type'               => 'Filtype',
 | |
|     'attached_to'             => 'Knyttet til',
 | |
|     'file_exists'             => 'Filen eksisterer',
 | |
|     'spectre_bank'            => 'Bank',
 | |
|     'spectre_last_use'        => 'Siste innlogging',
 | |
|     'spectre_status'          => 'Status',
 | |
|     'bunq_payment_id'         => 'bunq betalings ID',
 | |
|     'repetitions'             => 'Repetisjoner',
 | |
|     'title'                   => 'Tittel',
 | |
|     'transaction_s'           => 'Transaksjoner',
 | |
|     'field'                   => 'Felt',
 | |
|     'value'                   => 'Verdi',
 | |
|     'interest'                => 'Renter',
 | |
|     'interest_period'         => 'Renteperiode',
 | |
|     'liability_type'          => 'Type gjeld',
 | |
|     'liability_direction'     => 'Gjeld inn/ut',
 | |
|     'end_date'                => 'Sluttdato',
 | |
|     'payment_info'            => 'Betalingsinformasjon',
 | |
|     'expected_info'           => 'Neste forventa transaksjon',
 | |
|     'start_date'              => 'Start dato',
 | |
|     'trigger'                 => 'Utløser',
 | |
|     'response'                => 'Respons',
 | |
|     'delivery'                => 'Levering',
 | |
|     'url'                     => 'Nettadresse',
 | |
|     'secret'                  => 'Hemmelegheit',
 | |
| ];
 | |
| /*
 | |
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | |
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | |
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | |
|  *
 | |
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | |
|  *
 | |
|  * https://crowdin.com/project/firefly-iii
 | |
|  *
 | |
|  */
 |