mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New strings for translation.
This commit is contained in:
@@ -633,12 +633,12 @@ return [
|
||||
'convert_please_set_asset_destination' => '請選擇金錢要去資產帳戶',
|
||||
'convert_please_set_expense_destination' => '請選擇金錢要去的支出帳戶',
|
||||
'convert_please_set_asset_source' => '請選擇金錢來源的資產帳戶',
|
||||
'convert_explanation_withdrawal_deposit' => '若您將此提款轉換成一筆存款,:amount 將被存入 <a href=":sourceRoute">:sourceName</a> 而非取出。',
|
||||
'convert_explanation_withdrawal_transfer' => '若您將此提款轉換成一筆轉帳,:amount 將會由 <a href=":sourceRoute">:sourceName</a> 轉至新的資產帳戶,而非給付給 <a href=":destinationRoute">:destinationName</a>。',
|
||||
'convert_explanation_deposit_withdrawal' => '若您將此存款轉換成一筆提款,:amount 將自 <a href=":destinationRoute">:destinationName</a> 移除而非增加。',
|
||||
'convert_explanation_deposit_transfer' => '若您將此存款轉換成一筆轉帳,:amount 將會自您選擇的資產帳戶轉帳至 <a href=":destinationRoute">:destinationName</a>。',
|
||||
'convert_explanation_transfer_withdrawal' => '若您將此轉帳轉換成一筆存款,:amount 將自 <a href=":sourceRoute">:sourceName</a> 轉至新目標成為一筆開支,而非於 <a href=":destinationRoute">:destinationName</a> 的一筆轉帳。',
|
||||
'convert_explanation_transfer_deposit' => '若您將此轉帳轉換成一筆存款,:amount 將會被存入 <a href=":destinationRoute">:destinationName</a> 而非轉入。',
|
||||
'convert_expl_w_d' => 'When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination account(s), instead of being withdrawn from them. To complete the conversion, please set the new source account(s) below.',
|
||||
'convert_expl_w_t' => 'When converting a withdrawal into a transfer, the money will be transferred away from the source account(s) into other asset or liability account(s) instead of being spent on the original expense accounts. To complete the conversion, please select new destination account(s).',
|
||||
'convert_expl_d_w' => 'When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source account(s), instead of being deposited into them. To complete the conversion, please select new destination accounts.',
|
||||
'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account(s) from any of your asset or liability account(s). Please select the new source account(s) to complete the conversion.',
|
||||
'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account(s) you set here, instead of being transferred away. Please select the new destination account(s) to complete the conversion.',
|
||||
'convert_expl_t_d' => 'When you convert a transfer into a deposit, the money will be deposited into the destination account(s) you see here, instead of being transferred into them. Please select the new source account(s) to complete the conversion.',
|
||||
'converted_to_Withdrawal' => '此交易已被轉換為一筆提款',
|
||||
'converted_to_Deposit' => '此交易已被轉換為一筆存款',
|
||||
'converted_to_Transfer' => '此交易已被轉換為一筆轉帳',
|
||||
|
Reference in New Issue
Block a user