Support for SE.

This commit is contained in:
James Cole 2019-11-28 20:27:00 +01:00
parent c9702fe65c
commit 47a8e28948
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
5 changed files with 52 additions and 3 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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'),
}
});

View File

@ -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",

View 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"
}
}