mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix #3238
This commit is contained in:
@@ -105,6 +105,7 @@ return [
|
||||
'registered' => '您已成功注册!',
|
||||
'Default asset account' => '预设资产帐户',
|
||||
'no_budget_pointer' => '您似乎还没有任何预算。您应该在 <a href="/budgets">预算</a>页面上创建他们。预算可以帮助您跟踪费用。',
|
||||
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="/budgets">budgets</a>-page. Bills can help you keep track of expenses.',
|
||||
'Savings account' => '储蓄帐户',
|
||||
'Credit card' => '信用卡',
|
||||
'source_accounts' => 'Source account|Source accounts',
|
||||
@@ -1093,6 +1094,7 @@ return [
|
||||
'cannot_edit_other_fields' => '由于画面空间限制,除了此处所示的栏位以外,您无法大量编辑其他栏位。若您需要编辑其他栏位,请依连结并按部就班编辑之。',
|
||||
'cannot_change_amount_reconciled' => 'You can\'t change the amount of reconciled transactions.',
|
||||
'no_budget' => '(无预算)',
|
||||
'no_bill' => '(no bill)',
|
||||
'account_per_budget' => 'Account per budget',
|
||||
'account_per_category' => 'Account per category',
|
||||
'create_new_object' => '创建',
|
||||
@@ -1637,6 +1639,7 @@ return [
|
||||
'created_withdrawals' => '创建的取款',
|
||||
'created_deposits' => '创建的存款',
|
||||
'created_transfers' => '创建的转账',
|
||||
'recurring_info' => 'Recurring transaction :count / :total',
|
||||
'created_from_recurrence' => '由交易记录:title (#:id)创建',
|
||||
'recurring_never_cron' => '用来支援定期重复交易的 cron job 似乎没有运行过,这在您刚安装 Firefly III 没多久时是非常正常的,但能越快处理越好。请使用本页右上角的 (?)-图示查阅说明页面。',
|
||||
'recurring_cron_long_ago' => '用来支援定期重复交易的 cron job 自上次运行已超过了 36 小时,您确定您已正确设定了吗?请使用本页右上角的 (?)-图示查阅说明页面。',
|
||||
|
Reference in New Issue
Block a user