Update transactions.

This commit is contained in:
James Cole
2021-04-08 10:23:35 +02:00
parent 115639a004
commit 6160f99e92
76 changed files with 1068 additions and 3 deletions
+6
View File
@@ -1097,6 +1097,7 @@ return [
'save_transactions_by_moving' => 'Save this transaction by moving it to another account:|Save these transactions by moving them to another account:',
'save_transactions_by_moving_js' => 'No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.',
'stored_new_account' => '新帳戶 ":name" 已儲存!',
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
'updated_account' => '帳戶 ":name" 已更新',
'credit_card_options' => '信用卡選項',
'no_transactions_account' => '資產帳戶 ":name" 沒有交易 (在此區間)。',
@@ -1133,6 +1134,9 @@ return [
'interest_calc_daily' => '每日',
'interest_calc_monthly' => '每月',
'interest_calc_yearly' => '每年',
'interest_calc_weekly' => 'Per week',
'interest_calc_half-year' => 'Per half year',
'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => ':account 初始餘額帳戶',
'list_options' => 'List options',
@@ -1314,6 +1318,8 @@ return [
'account_type_Loan' => '貸款',
'account_type_Mortgage' => '抵押',
'account_type_Credit card' => '信用卡',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'budgets' => '預算',
'tags' => '標籤',
'reports' => '報表',
+2
View File
@@ -80,6 +80,7 @@ return [
'api_key' => 'API 金鑰',
'remember_me' => '記住我',
'liability_type_id' => '負債類型',
'liability_type' => 'Liability type',
'interest' => '利率',
'interest_period' => '利率期',
@@ -169,6 +170,7 @@ return [
'recurring_keep_transactions' => '由此定期交易建立的唯一一筆交易不會被刪除。|由此定期交易建立的 :count 筆交易不會被刪除。',
'tag_keep_transactions' => '與此標籤連接的唯一一筆交易不會被刪除。|與此標籤連接的 :count 筆交易不會被刪除。',
'check_for_updates' => '檢查更新',
'liability_direction' => 'Liability in/out',
'delete_object_group' => 'Delete group ":title"',