Code for new release.

This commit is contained in:
James Cole
2024-01-02 20:19:09 +01:00
parent 9eca31529c
commit bc26ee5cde
85 changed files with 474 additions and 187 deletions

View File

@@ -42,13 +42,13 @@ return [
'split' => 'Dela',
'single_split' => 'Dela',
'clone' => 'Klona',
'clone_and_edit' => 'Clone and edit',
'clone_and_edit' => 'Klona och redigera',
'confirm_action' => 'Bekräfta åtgärd',
'last_seven_days' => 'Senaste 7 dagarna',
'last_thirty_days' => 'Senaste 30 dagarna',
'last_180_days' => 'Senaste 180 dagarna',
'month_to_date' => 'Month to date',
'year_to_date' => 'Year to date',
'month_to_date' => 'Månad hittills',
'year_to_date' => 'År hittills',
'YTD' => 'ÅTD',
'welcome_back' => 'Vad spelas?',
'everything' => 'Allt',
@@ -243,7 +243,7 @@ return [
// Webhooks
'webhooks' => 'Webhookar',
'webhooks_breadcrumb' => 'Webhooks',
'webhooks_menu_disabled' => 'disabled',
'webhooks_menu_disabled' => 'inaktiverad',
'no_webhook_messages' => 'There are no webhook messages',
'webhook_trigger_STORE_TRANSACTION' => 'Efter skapande av transaktion',
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',

View File

@@ -54,10 +54,10 @@ return [
'lastActivity' => 'Senaste aktivitet',
'balanceDiff' => 'Saldodifferens',
'other_meta_data' => 'Övrigt metadata',
'invited_at' => 'Invited at',
'expires' => 'Invitation expires',
'invited_by' => 'Invited by',
'invite_link' => 'Invite link',
'invited_at' => 'Inbjuden den',
'expires' => 'Inbjudning utgår',
'invited_by' => 'Inbjuden av',
'invite_link' => 'Inbjudningslänk',
'account_type' => 'Kontotyp',
'created_at' => 'Skapad den',
'account' => 'Konto',
@@ -178,10 +178,10 @@ return [
'expected_info' => 'Nästa förväntade transaktion',
'start_date' => 'Startdatum',
'trigger' => 'Trigger',
'response' => 'Response',
'delivery' => 'Delivery',
'response' => 'Svar',
'delivery' => 'Leverans',
'url' => 'URL',
'secret' => 'Secret',
'secret' => 'Hemlighet',
];
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.

View File

@@ -43,6 +43,7 @@ return [
'invalid_query_currency' => 'Din fråga innehåller konton som har olika valutainställningar, vilket inte är tillåtet.',
'iban' => 'Detta är inte ett giltigt IBAN.',
'zero_or_more' => 'Värdet får inte vara negativt.',
'more_than_zero' => 'The value must be more than zero.',
'no_asset_account' => 'This is not an asset account.',
'date_or_time' => 'Värdet måste vara ett giltigt datum eller tid (ISO 8601).',
'source_equals_destination' => 'Källkontot motsvarar mottagarkontot.',
@@ -142,6 +143,7 @@ return [
'min.array' => ':attribute måste innehålla minst :min artiklar.',
'not_in' => 'Det valda :attribute är ogiltigt.',
'numeric' => ':attribute måste vara ett nummer.',
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
'numeric_native' => 'Ursprungsvärdet måste vara ett nummer.',
'numeric_destination' => 'Mottagarkontot måste vara ett nummer.',
'numeric_source' => 'Källvärdet måste vara ett nummer.',