Update packages and meta files for new release.

This commit is contained in:
James Cole
2022-01-28 21:19:05 +01:00
parent 9a944175ac
commit ab9f26f850
130 changed files with 1038 additions and 1098 deletions

View File

@@ -24,15 +24,6 @@ declare(strict_types=1);
return [
'home' => 'Hjem',
'budgets' => 'Budgets',
'subscriptions' => 'Subscriptions',
'transactions' => 'Transactions',
'title_expenses' => 'Expenses',
'title_withdrawal' => 'Expenses',
'title_revenue' => 'Revenue / income',
'title_deposit' => 'Revenue / income',
'title_transfer' => 'Transfers',
'title_transfers' => 'Transfers',
'edit_currency' => 'Rediger valuta ":name"',
'delete_currency' => 'Slett valuta ":name"',
'newPiggyBank' => 'Lag en ny sparegris',
@@ -69,5 +60,5 @@ return [
'delete_journal_link' => 'Slett kobling mellom transaksjoner',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
'logout_others' => 'Logout other sessions',
'logout_others' => 'Logout other sessions'
];

View File

@@ -291,6 +291,8 @@ return [
'search_modifier_created_on' => 'Transaction was created on ":value"',
'search_modifier_updated_on' => 'Transaction was last updated on ":value"',
'search_modifier_external_id' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Description is ":value"',
'search_modifier_description_ends' => 'Description ends with ":value"',
@@ -562,6 +564,8 @@ return [
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
'rule_trigger_any_external_url' => 'Transaction has an external URL',
// actions
'rule_action_delete_transaction_choice' => 'DELETE transaction (!)',
@@ -711,14 +715,14 @@ return [
'pref_optional_tj_internal_reference' => 'Intern referanse',
'pref_optional_tj_notes' => 'Notater',
'pref_optional_tj_attachments' => 'Vedlegg',
'pref_optional_tj_external_uri' => 'External URL',
'pref_optional_tj_external_url' => 'External URL',
'pref_optional_tj_location' => 'Location',
'pref_optional_tj_links' => 'Transaction links',
'optional_field_meta_dates' => 'Datoer',
'optional_field_meta_business' => 'Bedrift',
'optional_field_attachments' => 'Vedlegg',
'optional_field_meta_data' => 'Valgfri metadata',
'external_uri' => 'External URL',
'external_url' => 'External URL',
// profile:
'delete_stuff_header' => 'Delete data',

View File

@@ -46,7 +46,7 @@ return [
'account_type' => 'Kontotype',
'created_at' => 'Opprettet',
'account' => 'Konto',
'external_uri' => 'External URI',
'external_url' => 'External URL',
'matchingAmount' => 'Beløp',
'destination' => 'Mål',
'source' => 'Kilde',

View File

@@ -214,6 +214,9 @@ return [
'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_no_source' => 'You must submit source account information.',
'generic_no_destination' => 'You must submit destination account information.',
'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.',