Meta data for new release, 5.4.0.

This commit is contained in:
James Cole
2020-09-21 12:47:40 +02:00
parent 651029e284
commit 40e7f019dd
27 changed files with 338 additions and 333 deletions

View File

@@ -38,12 +38,12 @@ return [
'match' => 'Träffar på',
'strict' => 'Strikt läge',
'repeat_freq' => 'Upprepningar',
'object_group' => 'Group',
'location' => 'Location',
'object_group' => 'Grupp',
'location' => 'Plats',
'update_channel' => 'Uppdateringskanal',
'currency_id' => 'Valuta',
'transaction_currency_id' => 'Valuta',
'auto_budget_currency_id' => 'Currency',
'auto_budget_currency_id' => 'Valuta',
'external_ip' => 'Din servers externa IP',
'attachments' => 'Bilagor',
'BIC' => 'BIC',
@@ -120,8 +120,8 @@ return [
'stop_processing' => 'Sluta bearbeta',
'start_date' => 'Start område',
'end_date' => 'Slut område',
'start' => 'Start of range',
'end' => 'End of range',
'start' => 'Start område',
'end' => 'Slut område',
'delete_account' => 'Ta bort konto ":name"',
'delete_bill' => 'Ta bort räkning ":name"',
'delete_budget' => 'Ta bort budget ":name"',
@@ -139,7 +139,7 @@ return [
'account_areYouSure' => 'Är du säker du vill ta bort kontot ":name"?',
'bill_areYouSure' => 'Är du säker du vill ta bort räkningen ":name"?',
'rule_areYouSure' => 'Är du säker du vill ta bort regeln ":title"?',
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
'object_group_areYouSure' => 'Är du säker på att du vill ta bort gruppen ":title"?',
'ruleGroup_areYouSure' => 'Är du säker du vill ta bort regelgruppen ":title"?',
'budget_areYouSure' => 'Är du säker du vill ta bort budgeten ":name"?',
'category_areYouSure' => 'Är du säker du vill ta bort kategorin ":name"?',
@@ -159,7 +159,7 @@ return [
'also_delete_connections' => 'Den transaktion som är länkad med denna länktyp kommer att mista sin koppling.|Alla :count transaktioner länkade med denna länktyp kommer att mista sin koppling.',
'also_delete_rules' => 'Regeln kopplad till denna regelgrupp tas också bort. Alla :count regler kopplade till denna regelgrupp tas också bort.',
'also_delete_piggyBanks' => 'Spargrisen kopplad till detta konto tas också bort.|Alla :count spargrisar kopplade till detta konto kommer också att tas bort.',
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
'not_delete_piggy_banks' => 'Den sparbank som är ansluten till denna grupp tas ej bort.|De :count sparbanker anslutna till denna grupp kommer inte att tas bort.',
'bill_keep_transactions' => 'Transaktionen kopplad till räkningen kommer inte att tas bort.|Alla :count transaktioner kopplade till denna räkning tas inte bort.',
'budget_keep_transactions' => 'Transaktionen kopplad till budgeten kommer att sparas.|Alla :count transaktioner kopplade till budgeten kommer att sparas.',
'category_keep_transactions' => 'Transaktionen kopplad till kategorin kommer att sparas.|Alla :count transaktioner kopplade till kategorin kommer att sparas.',
@@ -167,7 +167,7 @@ return [
'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',
'delete_object_group' => 'Delete group ":title"',
'delete_object_group' => 'Ta bort groupp ":title"',
'email' => 'E-postadress',
'password' => 'Lösenord',
@@ -175,7 +175,7 @@ return [
'blocked' => 'Blockerad?',
'blocked_code' => 'Anledning för blockering',
'login_name' => 'Logga in',
'is_owner' => 'Is admin?',
'is_owner' => 'Admin?',
// import
'apply_rules' => 'Tillämpa regler',
@@ -238,13 +238,13 @@ return [
'paid' => 'Betald',
'auto_budget_type' => 'Auto-budget',
'auto_budget_amount' => 'Auto-budget amount',
'auto_budget_amount' => 'Auto-budget belopp',
'auto_budget_period' => 'Auto-budget period',
'collected' => 'Collected',
'submitted' => 'Submitted',
'key' => 'Key',
'value' => 'Content of record',
'collected' => 'Insamlat',
'submitted' => 'Inskickad',
'key' => 'Nyckel',
'value' => 'Innehållet i registret',
];