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' => '首頁',
'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' => '編輯貨幣 ":name"',
'delete_currency' => '刪除貨幣 ":name"',
'newPiggyBank' => '創建一個新的小豬撲滿',
@@ -69,5 +60,5 @@ return [
'delete_journal_link' => '刪除交易記錄之間的連結',
'edit_object_group' => '編輯群組 ":title"',
'delete_object_group' => '刪除群組 ":title"',
'logout_others' => '登出其他 sessions',
'logout_others' => '登出其他 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' => '內部參照',
'pref_optional_tj_notes' => '備註',
'pref_optional_tj_attachments' => '附加檔案',
'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' => '日期',
'optional_field_meta_business' => '商務',
'optional_field_attachments' => '附加檔案',
'optional_field_meta_data' => '可選中繼資料',
'external_uri' => 'External URL',
'external_url' => 'External URL',
// profile:
'delete_stuff_header' => 'Delete data',

View File

@@ -46,7 +46,7 @@ return [
'account_type' => '帳戶類型',
'created_at' => '建立於',
'account' => '帳戶',
'external_uri' => 'External URI',
'external_url' => 'External URL',
'matchingAmount' => '金額',
'destination' => '目標',
'source' => '來源',

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.',