Files
firefly-iii/resources/assets/js/locales/nb.json

58 lines
3.1 KiB
JSON
Raw Normal View History

{
"firefly": {
2019-12-30 15:24:02 +01:00
"welcome_back": "What's playing?",
"flash_error": "Feil!",
"flash_success": "Suksess!",
"close": "Lukk",
"split_transaction_title": "Description of the split transaction",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"split": "Del opp",
2020-05-22 14:15:57 +02:00
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID} (\"{title}\")<\/a> has been stored.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been updated.",
2020-05-18 21:17:59 +02:00
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Transaksjonsinformasjon",
2020-03-13 19:32:58 +01:00
"no_budget_pointer": "You seem to have no budgets yet. You should create some on the <a href=\"\/budgets\">budgets<\/a>-page. Budgets can help you keep track of expenses.",
"source_account": "Source account",
2020-03-13 19:32:58 +01:00
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"\/preferences\">settings<\/a>.",
"destination_account": "Destination account",
"add_another_split": "Legg til en oppdeling til",
"submission": "Submission",
"create_another": "After storing, return here to create another one.",
"reset_after": "Reset form after submission",
"submit": "Send inn",
"amount": "Bel\u00f8p",
"date": "Dato",
"tags": "Tagger",
"no_budget": "(ingen budsjett)",
"category": "Kategori",
"attachments": "Vedlegg",
"notes": "Notater",
"update_transaction": "Update transaction",
"after_update_create_another": "After updating, return here to continue editing.",
"store_as_new": "Store as a new transaction instead of updating.",
"split_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
"none_in_select_list": "(ingen)",
"no_piggy_bank": "(no piggy bank)",
2019-11-10 07:26:49 +01:00
"description": "Beskrivelse",
2019-12-20 07:15:40 +01:00
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction.",
"destination_account_reconciliation": "You can't edit the destination account of a reconciliation transaction.",
2019-12-30 15:24:02 +01:00
"source_account_reconciliation": "You can't edit the source account of a reconciliation transaction.",
2020-02-14 08:08:51 +01:00
"budget": "Busjett",
2020-02-14 08:43:23 +01:00
"you_create_withdrawal": "You're creating a withdrawal.",
"you_create_transfer": "You're creating a transfer.",
"you_create_deposit": "You're creating a deposit."
},
"form": {
"interest_date": "Rentedato",
"book_date": "Bokf\u00f8ringsdato",
"process_date": "Prosesseringsdato",
"due_date": "Forfallsdato",
2019-10-05 13:11:12 +02:00
"foreign_amount": "Utenlandske bel\u00f8p",
"payment_date": "Betalingsdato",
"invoice_date": "Fakturadato",
"internal_reference": "Intern referanse"
},
"config": {
"html_language": "nb"
}
}