mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update languages.
This commit is contained in:
@@ -43,7 +43,7 @@ return [
|
||||
'split' => '拆分',
|
||||
'single_split' => '拆分',
|
||||
'clone' => '复制',
|
||||
'clone_and_edit' => 'Clone and edit',
|
||||
'clone_and_edit' => '复制并编辑',
|
||||
'confirm_action' => '确认操作',
|
||||
'last_seven_days' => '最近 7 天',
|
||||
'last_thirty_days' => '最近 30 天',
|
||||
@@ -490,19 +490,19 @@ return [
|
||||
'search_modifier_account_is' => '其中一个账户为":value"',
|
||||
'search_modifier_not_account_is' => '两个帐户都不是 ":value"',
|
||||
'search_modifier_account_contains' => '其中一个账户包含":value"',
|
||||
'search_modifier_not_account_contains' => '两个帐户都包含 ":value"',
|
||||
'search_modifier_not_account_contains' => '两个帐户都不包含 ":value"',
|
||||
'search_modifier_account_ends' => '其中一个账户结尾为 ":value"',
|
||||
'search_modifier_not_account_ends' => '其中一个账户结尾是":value"',
|
||||
'search_modifier_not_account_ends' => '两个账户的结尾都不是":value"',
|
||||
'search_modifier_account_starts' => '其中一个账户开头为":value"',
|
||||
'search_modifier_not_account_starts' => '其中一个账户的开头是":value"',
|
||||
'search_modifier_not_account_starts' => '两个账户的开头都不是":value"',
|
||||
'search_modifier_account_nr_is' => '其中一个账户编号/IBAN为":value"',
|
||||
'search_modifier_not_account_nr_is' => '其中一个账户编号/IBAN是":value"',
|
||||
'search_modifier_not_account_nr_is' => '两个账户的编号/IBAN都不是":value"',
|
||||
'search_modifier_account_nr_contains' => '其中一个账户编号/IBAN包含":value"',
|
||||
'search_modifier_not_account_nr_contains' => '其中一个账户编号/IBAN包含":value"',
|
||||
'search_modifier_not_account_nr_contains' => '两个账户的编号/IBAN都不包含":value"',
|
||||
'search_modifier_account_nr_ends' => '其中一个账户编号/IBAN结尾为":value"',
|
||||
'search_modifier_not_account_nr_ends' => '其中一个账户编号/IBAN结尾是":value"',
|
||||
'search_modifier_not_account_nr_ends' => '两个账户的编号/IBAN结尾都不是":value"',
|
||||
'search_modifier_account_nr_starts' => '其中一个账户编号/IBAN开头为":value"',
|
||||
'search_modifier_not_account_nr_starts' => '其中一个账户编号/IBAN开头是":value"',
|
||||
'search_modifier_not_account_nr_starts' => '两个账户的编号/IBAN开头都不是":value"',
|
||||
'search_modifier_category_contains' => '分类包含":value"',
|
||||
'search_modifier_not_category_contains' => '分类不包含":value"',
|
||||
'search_modifier_category_ends' => '分类结尾为“:value”',
|
||||
@@ -545,7 +545,7 @@ return [
|
||||
'search_modifier_not_has_no_attachments' => '交易包含附件',
|
||||
'search_modifier_not_has_attachments' => '交易没有附件',
|
||||
'search_modifier_account_is_cash' => '其中一个账户为现金账户',
|
||||
'search_modifier_not_account_is_cash' => '两个账户都不为现金账户',
|
||||
'search_modifier_not_account_is_cash' => '两个账户都不是现金账户',
|
||||
'search_modifier_journal_id' => '日志ID是":value"',
|
||||
'search_modifier_not_journal_id' => '日志ID不是":value"',
|
||||
'search_modifier_recurrence_id' => '定期交易ID为":value"',
|
||||
@@ -1112,14 +1112,14 @@ return [
|
||||
'rule_trigger_not_destination_account_nr_contains' => '目标账户编号 / IBAN 不含":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_ends' => '目标账户编号 / IBAN 结尾不为":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_starts' => '目标账户编号 / IBAN 开头不为":trigger_value"',
|
||||
'rule_trigger_not_account_is' => '其中一个账户为":trigger_value"',
|
||||
'rule_trigger_not_account_contains' => '其中一个账户包含":trigger_value"',
|
||||
'rule_trigger_not_account_ends' => '其中一个账户结尾为":trigger_value"',
|
||||
'rule_trigger_not_account_starts' => '其中一个账户开头为":trigger_value"',
|
||||
'rule_trigger_not_account_nr_is' => '其中一个账户编号 / IBAN 为":trigger_value"',
|
||||
'rule_trigger_not_account_nr_contains' => '其中一个账户编号 / IBAN 包含":trigger_value"',
|
||||
'rule_trigger_not_account_nr_ends' => '其中一个账户编号 / IBAN 结尾为":trigger_value"',
|
||||
'rule_trigger_not_account_nr_starts' => '其中一个账户编号 / IBAN 开头为":trigger_value"',
|
||||
'rule_trigger_not_account_is' => '两个账户都不是":trigger_value"',
|
||||
'rule_trigger_not_account_contains' => '两个账户都不包含":trigger_value"',
|
||||
'rule_trigger_not_account_ends' => '两个账户的结尾都不是":trigger_value"',
|
||||
'rule_trigger_not_account_starts' => '两个账户的开头都不是":trigger_value"',
|
||||
'rule_trigger_not_account_nr_is' => '两个账户的编号/IBAN都不是":trigger_value"',
|
||||
'rule_trigger_not_account_nr_contains' => '两个账户的编号/IBAN都不包含":trigger_value"',
|
||||
'rule_trigger_not_account_nr_ends' => '两个账户的编号/IBAN结尾都不是":trigger_value"',
|
||||
'rule_trigger_not_account_nr_starts' => '两个账户的编号/IBAN开头都不是":trigger_value"',
|
||||
'rule_trigger_not_category_is' => '分类不为":trigger_value"',
|
||||
'rule_trigger_not_category_contains' => '分类不含":trigger_value"',
|
||||
'rule_trigger_not_category_ends' => '分类结尾不为":trigger_value"',
|
||||
@@ -1371,7 +1371,8 @@ return [
|
||||
'list_page_size_label' => '页面大小',
|
||||
'between_dates' => '(:start – :end)',
|
||||
'pref_optional_fields_transaction' => '交易选填字段',
|
||||
'pref_optional_fields_transaction_help' => '默认情况下,建立一笔新交易 (由于丛集关系) 时,并非所有字段都是启用的。如下,您可启用您觉得对您有用的字段。当然,任何已停用但已填写的字段仍然可见,无论设置是否启用。',
|
||||
'pref_optional_fields_transaction_help' => '默认情况下,建立一笔新交易时 (由于太多字段比较杂乱) ,所有字段并非全部启用。如果您认为下面的这些字段对您有用,您可以启用它们。当然,任何已禁用但已填写的字段仍然可见,与设置无关。
|
||||
',
|
||||
'optional_tj_date_fields' => '日期字段',
|
||||
'optional_tj_other_fields' => '其他字段',
|
||||
'optional_tj_attachment_fields' => '附件字段',
|
||||
@@ -1566,7 +1567,7 @@ return [
|
||||
'list_all_attachments' => '附件列表',
|
||||
|
||||
// transaction index
|
||||
'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).',
|
||||
'is_reconciled_fields_dropped' => '这笔交易已经对账,您无法更新账户,也无法更新金额。',
|
||||
'title_expenses' => '支出',
|
||||
'title_withdrawal' => '支出',
|
||||
'title_revenue' => '收入',
|
||||
@@ -1634,8 +1635,8 @@ return [
|
||||
'create_currency' => '创建新货币',
|
||||
'store_currency' => '保存新货币',
|
||||
'update_currency' => '更新货币',
|
||||
'new_default_currency' => '":name" is now the default currency.',
|
||||
'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.',
|
||||
'new_default_currency' => '当前默认货币为“:name”',
|
||||
'default_currency_failed' => '无法将“:name”设置为默认货币,请检查日志。',
|
||||
'cannot_delete_currency' => '因为仍在使用中,无法删除 :name 。',
|
||||
'cannot_delete_fallback_currency' => ':name 是系统默认货币,无法删除',
|
||||
'cannot_disable_currency_journals' => '无法禁用 :name,因为仍有交易在使用。',
|
||||
@@ -1652,7 +1653,7 @@ return [
|
||||
'created_currency' => '货币 :name 已创建',
|
||||
'could_not_store_currency' => '无法保存新货币。',
|
||||
'updated_currency' => ':name 货币已更新',
|
||||
'ask_site_owner' => '请询问 :owner 以新增、删除或编辑货币。',
|
||||
'ask_site_owner' => '请联系管理员 :owner 新增、删除或编辑货币。',
|
||||
'currencies_intro' => 'Firefly III 支持多种货币,您可在此设置并启用。',
|
||||
'make_default_currency' => '设为默认',
|
||||
'default_currency' => '默认',
|
||||
@@ -1661,9 +1662,9 @@ return [
|
||||
'disable_currency' => '停用',
|
||||
'currencies_default_disabled' => '大多数的货币均默认为停用,若需使用,请先启用。',
|
||||
'currency_is_now_enabled' => '货币 ":name" 已被启用',
|
||||
'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.',
|
||||
'could_not_enable_currency' => '无法启用货币“:name”,请检查日志。',
|
||||
'currency_is_now_disabled' => '货币 ":name" 已被停用',
|
||||
'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?',
|
||||
'could_not_disable_currency' => '无法禁用货币“:name”,可能仍在使用?',
|
||||
|
||||
// forms:
|
||||
'mandatoryFields' => '必填字段',
|
||||
@@ -1949,7 +1950,7 @@ return [
|
||||
|
||||
|
||||
// transactions:
|
||||
'unreconcile' => 'Undo reconciliation',
|
||||
'unreconcile' => '撤销对账',
|
||||
'update_withdrawal' => '更新支出',
|
||||
'update_deposit' => '更新收入',
|
||||
'update_transaction' => '更新交易',
|
||||
@@ -2114,9 +2115,9 @@ return [
|
||||
'Expense account' => '支出账户',
|
||||
'Revenue account' => '收入账户',
|
||||
'Initial balance account' => '初始余额账户',
|
||||
'account_type_Asset account' => 'Asset account',
|
||||
'account_type_Expense account' => 'Expense account',
|
||||
'account_type_Revenue account' => 'Revenue account',
|
||||
'account_type_Asset account' => '资产账户',
|
||||
'account_type_Expense account' => '支出账户',
|
||||
'account_type_Revenue account' => '收入账户',
|
||||
'account_type_Debt' => '欠款',
|
||||
'account_type_Loan' => '贷款',
|
||||
'account_type_Mortgage' => '抵押',
|
||||
@@ -2769,3 +2770,4 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user