Update packages.

This commit is contained in:
James Cole
2022-07-16 17:26:10 +02:00
parent d26a5a6e9c
commit 2e8ea7493a
56 changed files with 1228 additions and 974 deletions

View File

@@ -23,8 +23,8 @@
declare(strict_types=1);
return [
'missing_where' => 'Array is missing "where"-clause',
'missing_update' => 'Array is missing "update"-clause',
'missing_where' => 'Matrise mangler "hvor"-klausul',
'missing_update' => 'Matrise mangler "Oppdater"-klausul',
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
@@ -69,7 +69,7 @@ return [
'less' => ':attribute må være mindre enn 10,000,000',
'active_url' => ':attribute er ikke en gyldig URL.',
'after' => ':attribute må være en dato etter :date.',
'date_after' => 'The start date must be before the end date.',
'date_after' => 'Startdatoen må være før sluttdato.',
'alpha' => ':attribute kan kun inneholde bokstaver.',
'alpha_dash' => ':attribute kan bare inneholde bokstaver, tall og bindestreker.',
'alpha_num' => ':attribute kan bare inneholde bokstaver og tall.',
@@ -137,10 +137,10 @@ return [
'in_array' => 'Feltet :attribute finnes ikke i :other.',
'present' => ':attribute feltet må være definert.',
'amount_zero' => 'Totalbeløpet kan ikke være null.',
'current_target_amount' => 'The current amount must be less than the target amount.',
'current_target_amount' => 'Det nåværende beløpet må være mindre enn målbeløpet.',
'unique_piggy_bank_for_user' => 'Navnet på sparegris må være unik.',
'unique_object_group' => 'The group name must be unique',
'starts_with' => 'The value must start with :values.',
'unique_object_group' => 'Gruppenavnet må være unikt',
'starts_with' => 'Verdien må starte med :values.',
'unique_webhook' => 'You already have a webhook with these values.',
'unique_existing_webhook' => 'You already have another webhook with these values.',
'same_account_type' => 'Both accounts must be of the same account type',
@@ -154,12 +154,12 @@ return [
'email' => 'epostadresse',
'description' => 'beskrivelse',
'amount' => 'beløp',
'transactions.*.amount' => 'transaction amount',
'transactions.*.amount' => 'transaksjonsbeløp',
'name' => 'navn',
'piggy_bank_id' => 'sparegris ID',
'targetamount' => 'målbeløp',
'opening_balance_date' => 'opening balance date',
'opening_balance' => 'opening balance',
'opening_balance_date' => 'åpningssaldo dato',
'opening_balance' => 'åpningssaldo',
'match' => 'match',
'amount_min' => 'minimumsbeløp',
'amount_max' => 'maksimumsbeløp',
@@ -210,22 +210,22 @@ return [
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
'lc_source_need_data' => 'Need to get a valid source account ID to continue.',
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
'ob_dest_need_data' => 'Trenger en gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonavn for å fortsette.',
'ob_dest_bad_data' => 'Kunne ikke finne en gyldig destinasjonskonto ved søk etter ID ":id" eller navn ":name".',
'generic_invalid_source' => 'You can\'t use this account as the source account.',
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
'generic_invalid_source' => 'Du kan ikke bruke denne kontoen som kildekonto.',
'generic_invalid_destination' => 'Du kan ikke bruke denne kontoen som destinasjonskonto.',
'generic_no_source' => 'You must submit source account information.',
'generic_no_destination' => 'You must submit destination account information.',
'generic_no_source' => 'Du må legge inn kilde kontoinformasjon.',
'generic_no_destination' => 'Du må legge til destinasjon kontoinformasjon.',
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
'gt.numeric' => 'The :attribute must be greater than :value.',
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
'gte.numeric' => ':attribute må være større enn eller lik :value.',
'gt.numeric' => ':attribute må være større enn :value.',
'gte.file' => ':attribute må være større enn eller lik :value kilobyte.',
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
'gte.array' => 'The :attribute must have :value items or more.',
'amount_required_for_auto_budget' => 'The amount is required.',
'auto_budget_amount_positive' => 'The amount must be more than zero.',
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
'amount_required_for_auto_budget' => 'Beløpet er påkrevd.',
'auto_budget_amount_positive' => 'Beløpet må være mer enn null.',
'auto_budget_period_mandatory' => 'Auto budsjett perioden er et obligatorisk felt.',
];