mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update frontend.
This commit is contained in:
@@ -1048,6 +1048,7 @@ return [
|
||||
'delete_revenue_account' => '刪除收入帳戶 ":name"',
|
||||
'delete_liabilities_account' => '刪除債務 ":name"',
|
||||
'asset_deleted' => '已成功刪除資產帳戶 ":name"',
|
||||
'account_deleted' => 'Successfully deleted account ":name"',
|
||||
'expense_deleted' => '已成功刪除支出帳戶 ":name"',
|
||||
'revenue_deleted' => '已成功刪除收入帳戶 ":name"',
|
||||
'update_asset_account' => '更新資產帳戶',
|
||||
@@ -1094,6 +1095,7 @@ return [
|
||||
'cant_find_redirect_account' => 'Firefly III tried to redirect you but couldn\'t. Sorry about that. Back to the index.',
|
||||
'account_type' => '帳戶類型',
|
||||
'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" 已儲存!',
|
||||
'updated_account' => '帳戶 ":name" 已更新',
|
||||
'credit_card_options' => '信用卡選項',
|
||||
@@ -1847,8 +1849,8 @@ return [
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Update group',
|
||||
'updated_object_group' => 'Succesfully updated group ":title"',
|
||||
'deleted_object_group' => 'Succesfully deleted group ":title"',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
|
||||
|
||||
|
||||
@@ -137,6 +137,7 @@ return [
|
||||
'user_areYouSure' => '如果您刪除使用者 ":email",該名使用者的任何資訊均會消失,無法復原。如果您刪除自己,將無法進入此 Firefly III 版本。',
|
||||
'attachment_areYouSure' => '你確定你想要刪除附加檔案 ":name"?',
|
||||
'account_areYouSure' => '你確定你想要刪除名為 ":name" 的帳戶?',
|
||||
'account_areYouSure_js' => 'Are you sure you want to delete the account named "{name}"?',
|
||||
'bill_areYouSure' => '你確定你想要刪除名為 ":name" 的帳單?',
|
||||
'rule_areYouSure' => '你確定你想要刪除名為 ":title" 的規則?',
|
||||
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
|
||||
@@ -156,9 +157,11 @@ return [
|
||||
'delete_all_permanently' => '永久刪除已選項目',
|
||||
'update_all_journals' => '更新這些交易',
|
||||
'also_delete_transactions' => '與此帳戶連接的唯一一筆交易也會被刪除。|與此帳戶連接的 :count 筆交易也會被刪除。',
|
||||
'also_delete_transactions_js' => 'No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.',
|
||||
'also_delete_connections' => '與此連結類型連接的唯一一筆交易會遺失連接。|與此連結類型連接的 :count 筆交易會遺失連接。',
|
||||
'also_delete_rules' => '與此規則群組連接的唯一一則規則也會被刪除。|與此規則群組連接的 :count 則規則也會被刪除。',
|
||||
'also_delete_piggyBanks' => '與此帳戶連接的唯一一個小豬撲滿也會被刪除。|與此帳戶連接的 :count 個小豬撲滿也會被刪除。',
|
||||
'also_delete_piggyBanks_js' => 'No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.',
|
||||
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
|
||||
'bill_keep_transactions' => '與此帳單連接的唯一一筆交易不會被刪除。|與此帳單連接的 :count 筆交易不會被刪除。',
|
||||
'budget_keep_transactions' => '與此預算連接的唯一一筆交易不會被刪除。|與此預算連接的 :count 筆交易不會被刪除。',
|
||||
|
||||
Reference in New Issue
Block a user