mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-12 09:02:06 -06:00
Support for SE.
This commit is contained in:
parent
c9702fe65c
commit
47a8e28948
@ -11,4 +11,5 @@ pt_BR
|
||||
ro_RO
|
||||
ru_RU
|
||||
hu_HU
|
||||
el_GR
|
||||
el_GR
|
||||
sv_SE
|
||||
|
2
public/v1/js/app.js
vendored
2
public/v1/js/app.js
vendored
File diff suppressed because one or more lines are too long
1
resources/assets/js/app.js
vendored
1
resources/assets/js/app.js
vendored
@ -109,6 +109,7 @@ const i18n = new VueI18n({
|
||||
'zh': require('./locales/zh.json'),
|
||||
'zh-tw': require('./locales/zh-tw.json'),
|
||||
'zh-cn': require('./locales/zh-cn.json'),
|
||||
'sv': require('./locales/sv.json'),
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
"none_in_select_list": "(geen)",
|
||||
"no_piggy_bank": "(geen spaarpotje)",
|
||||
"description": "Omschrijving",
|
||||
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction."
|
||||
"split_transaction_title_help": "Als je een gesplitste transactie maakt, moet er een algemene beschrijving zijn voor alle splitsingen van de transactie."
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Rentedatum",
|
||||
|
47
resources/assets/js/locales/sv.json
Normal file
47
resources/assets/js/locales/sv.json
Normal file
@ -0,0 +1,47 @@
|
||||
{
|
||||
"firefly": {
|
||||
"welcome_back": "Vad h\u00e4nder?",
|
||||
"flash_error": "Fel!",
|
||||
"flash_success": "Slutf\u00f6rd!",
|
||||
"close": "St\u00e4ng",
|
||||
"split_transaction_title": "Description of the split transaction",
|
||||
"errors_submission": "N\u00e5got fel uppstod med inskickningen. V\u00e4nligen kontrollera felen nedan.",
|
||||
"split": "Dela",
|
||||
"transaction_journal_information": "Transaktionsinformation",
|
||||
"source_account": "Fr\u00e5n konto",
|
||||
"destination_account": "Till konto",
|
||||
"add_another_split": "L\u00e4gga till en annan delning",
|
||||
"submission": "Inskickning",
|
||||
"create_another": "Efter sparat, \u00e5terkom hit f\u00f6r att skapa ytterligare en.",
|
||||
"reset_after": "\u00c5terst\u00e4ll formul\u00e4r efter inskickat",
|
||||
"submit": "Skicka",
|
||||
"amount": "Belopp",
|
||||
"date": "Date",
|
||||
"tags": "Etiketter",
|
||||
"no_budget": "(ingen budget)",
|
||||
"category": "Kategori",
|
||||
"attachments": "Bilagor",
|
||||
"notes": "Noteringar",
|
||||
"update_transaction": "Uppdatera transaktion",
|
||||
"after_update_create_another": "Efter uppdaterat, \u00e5terkom hit f\u00f6r att forts\u00e4tta redigera.",
|
||||
"store_as_new": "Spara en ny transaktion ist\u00e4llet f\u00f6r att uppdatera.",
|
||||
"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": "(ingen spargris)",
|
||||
"description": "Beskrivning",
|
||||
"split_transaction_title_help": "If you create a split transaction, there must be a global description for all splits of the transaction."
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "R\u00e4ntedatum",
|
||||
"book_date": "Bokf\u00f6ringsdatum",
|
||||
"process_date": "Behandlingsdatum",
|
||||
"due_date": "F\u00f6rfallodatum",
|
||||
"foreign_amount": "Utl\u00e4ndskt belopp",
|
||||
"payment_date": "Betalningsdatum",
|
||||
"invoice_date": "Fakturadatum",
|
||||
"internal_reference": "Intern referens"
|
||||
},
|
||||
"config": {
|
||||
"html_language": "sv"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user