mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update meta files for new release.
This commit is contained in:
		| @@ -254,9 +254,9 @@ return [ | ||||
|     'inspect'                              => '检查', | ||||
|     'create_new_webhook'                   => '创建新 Webhook', | ||||
|     'webhooks_create_breadcrumb'           => '创建新 Webhook', | ||||
|     'webhook_trigger_form_help'            => 'Indicate on what event the webhook will trigger', | ||||
|     'webhook_response_form_help'           => 'Indicate what the webhook must submit to the URL.', | ||||
|     'webhook_delivery_form_help'           => 'Which format the webhook must deliver data in.', | ||||
|     'webhook_trigger_form_help'            => '推送事件发生时的触发条件', | ||||
|     'webhook_response_form_help'           => '推送必须提交给URL的内容', | ||||
|     'webhook_delivery_form_help'           => '推送采用哪种格式发送数据', | ||||
|     'webhook_active_form_help'             => 'Webhook 必须是激活状态,否则不会被调用。', | ||||
|     'stored_new_webhook'                   => '新的 webhook “:title” 已保存', | ||||
|     'delete_webhook'                       => '删除 Webhook', | ||||
| @@ -265,12 +265,12 @@ return [ | ||||
|     'updated_webhook'                      => '已更新 webhook “:title”', | ||||
|     'edit_webhook_js'                      => '编辑 webhook “{title}”', | ||||
|     'show_webhook'                         => 'Webhook “:title”', | ||||
|     'webhook_was_triggered'                => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.', | ||||
|     'webhook_was_triggered'                => '在指定的交易中触发了推送,请等待显示结果', | ||||
|     'webhook_messages'                     => 'Webhook 消息', | ||||
|     'view_message'                         => '查看消息', | ||||
|     'view_attempts'                        => '查看失败的尝试', | ||||
|     'message_content_title'                => 'Webhook 消息内容', | ||||
|     'message_content_help'                 => 'This is the content of the message that was sent (or tried) using this webhook.', | ||||
|     'message_content_help'                 => '这是使用推送发送(或尝试)的消息内容', | ||||
|     'attempt_content_title'                => 'Webhook 尝试', | ||||
|     'attempt_content_help'                 => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.', | ||||
|     'no_attempts'                          => 'There are no unsuccessful attempts. That\'s a good thing!', | ||||
| @@ -279,8 +279,8 @@ return [ | ||||
|     'response'                             => '响应', | ||||
|     'visit_webhook_url'                    => '访问 webhook URL', | ||||
|     'reset_webhook_secret'                 => '重置 webhook 密钥', | ||||
|     'webhook_stored_link'                  => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.', | ||||
|     'webhook_updated_link'                 => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.', | ||||
|     'webhook_stored_link'                  => '<a href="webhooks/show/{ID}">推送 #{ID} ("{title}")</a> 已保存.', | ||||
|     'webhook_updated_link'                 => '<a href="webhooks/show/{ID}">推送 #{ID}</a> ("{title}") 已更新.', | ||||
|  | ||||
|     // API access | ||||
|     'authorization_request'                => 'Firefly III :version 版授权请求', | ||||
| @@ -361,13 +361,13 @@ return [ | ||||
|     'search_modifier_external_id_is'                      => '外部 ID 为“:value”', | ||||
|     'search_modifier_not_external_id_is'                  => '外部 ID 不为“:value”', | ||||
|     'search_modifier_no_external_url'                     => '交易没有外部链接', | ||||
|     'search_modifier_no_external_id'                      => 'The transaction has no external ID', | ||||
|     'search_modifier_no_external_id'                      => '交易没有外部ID', | ||||
|     'search_modifier_not_any_external_url'                => '交易没有外部链接', | ||||
|     'search_modifier_not_any_external_id'                 => 'The transaction has no external ID', | ||||
|     'search_modifier_not_any_external_id'                 => '交易没有外部ID', | ||||
|     'search_modifier_any_external_url'                    => '交易必须有一个(或任意多个)外部链接', | ||||
|     'search_modifier_any_external_id'                     => 'The transaction must have a (any) external ID', | ||||
|     'search_modifier_any_external_id'                     => '交易必须有一个(或任意多个)外部ID', | ||||
|     'search_modifier_not_no_external_url'                 => '交易必须有一个(或任意多个)外部链接', | ||||
|     'search_modifier_not_no_external_id'                  => 'The transaction must have a (any) external ID', | ||||
|     'search_modifier_not_no_external_id'                  => '交易必须有一个(或任意多个)外部ID', | ||||
|     'search_modifier_internal_reference_is'               => '内部引用为“:value”', | ||||
|     'search_modifier_not_internal_reference_is'           => '内部引用不为“:value”', | ||||
|     'search_modifier_description_starts'                  => '描述开头为“:value”', | ||||
| @@ -377,11 +377,11 @@ return [ | ||||
|     'search_modifier_description_contains'                => '描述包含“:value”', | ||||
|     'search_modifier_not_description_contains'            => '描述不包含“:value”', | ||||
|     'search_modifier_description_is'                      => '描述为“:value”', | ||||
|     'search_modifier_not_description_is'                  => 'Description is exactly not ":value"', | ||||
|     'search_modifier_not_description_is'                  => '描述不为 ":value"', | ||||
|     'search_modifier_currency_is'                         => '交易 (外币) 货币为“:value”', | ||||
|     'search_modifier_not_currency_is'                     => 'Transaction (foreign) currency is not ":value"', | ||||
|     'search_modifier_not_currency_is'                     => '交易 (外币) 货币不为“:value”', | ||||
|     'search_modifier_foreign_currency_is'                 => '交易外币为“:value”', | ||||
|     'search_modifier_not_foreign_currency_is'             => 'Transaction foreign currency is not ":value"', | ||||
|     'search_modifier_not_foreign_currency_is'             => '交易外币不为“:value”', | ||||
|     'search_modifier_has_attachments'                     => '交易必须有附件', | ||||
|     'search_modifier_has_no_category'                     => '交易不能有分类', | ||||
|     'search_modifier_not_has_no_category'                 => '交易必须有一个(或任意多个)分类', | ||||
| @@ -402,39 +402,39 @@ return [ | ||||
|     'search_modifier_notes_contains'                      => '交易备注包含“:value”', | ||||
|     'search_modifier_not_notes_contains'                  => '交易备注不包含“:value”', | ||||
|     'search_modifier_notes_starts'                        => '交易备注开头为“:value”', | ||||
|     'search_modifier_not_notes_starts'                    => 'The transaction notes do not start with ":value"', | ||||
|     'search_modifier_notes_ends'                          => 'The transaction notes end with ":value"', | ||||
|     'search_modifier_not_notes_ends'                      => 'The transaction notes do not end with ":value"', | ||||
|     'search_modifier_notes_is'                            => 'The transaction notes are exactly ":value"', | ||||
|     'search_modifier_not_notes_is'                        => 'The transaction notes are exactly not ":value"', | ||||
|     'search_modifier_not_notes_starts'                    => '交易备注开头不含":value"', | ||||
|     'search_modifier_notes_ends'                          => '交易备注结尾包含":value"', | ||||
|     'search_modifier_not_notes_ends'                      => '交易备注结尾不含":value"', | ||||
|     'search_modifier_notes_is'                            => '交易备注是":value"', | ||||
|     'search_modifier_not_notes_is'                        => '交易备注不是":value"', | ||||
|     'search_modifier_no_notes'                            => '交易备注为空', | ||||
|     'search_modifier_not_no_notes'                        => '交易必须填写备注', | ||||
|     'search_modifier_any_notes'                           => '交易备注不为空', | ||||
|     'search_modifier_not_any_notes'                       => '交易没有备注', | ||||
|     'search_modifier_amount_is'                           => 'Amount is exactly :value', | ||||
|     'search_modifier_amount_is'                           => '金额为 :value', | ||||
|     'search_modifier_not_amount_is'                       => '金额不是 :value', | ||||
|     'search_modifier_amount_less'                         => '金额小于或等于:value', | ||||
|     'search_modifier_not_amount_more'                     => 'Amount is less than or equal to :value', | ||||
|     'search_modifier_not_amount_more'                     => '金额小于或等于:value', | ||||
|     'search_modifier_amount_more'                         => '金额大于或等于:value', | ||||
|     'search_modifier_not_amount_less'                     => 'Amount is more than or equal to :value', | ||||
|     'search_modifier_not_amount_less'                     => '金额大于或等于:value', | ||||
|     'search_modifier_source_account_is'                   => '来源账户名称为“:value”', | ||||
|     'search_modifier_not_source_account_is'               => 'Source account name is not ":value"', | ||||
|     'search_modifier_not_source_account_is'               => '来源账户名称不为“:value”', | ||||
|     'search_modifier_source_account_contains'             => '来源账户名称包含“:value”', | ||||
|     'search_modifier_not_source_account_contains'         => 'Source account name does not contain ":value"', | ||||
|     'search_modifier_not_source_account_contains'         => '来源账户名称不包含“:value”', | ||||
|     'search_modifier_source_account_starts'               => '来源账户名称开头为“:value”', | ||||
|     'search_modifier_not_source_account_starts'           => 'Source account name does not start with ":value"', | ||||
|     'search_modifier_not_source_account_starts'           => '来源帐户名称不以 ":value 开头的', | ||||
|     'search_modifier_source_account_ends'                 => '来源账户名称结尾为“:value”', | ||||
|     'search_modifier_not_source_account_ends'             => 'Source account name does not end with ":value"', | ||||
|     'search_modifier_not_source_account_ends'             => '来源帐户名称不以":value" 结尾的', | ||||
|     'search_modifier_source_account_id'                   => '来源账户 ID 为 :value', | ||||
|     'search_modifier_not_source_account_id'               => 'Source account ID is not :value', | ||||
|     'search_modifier_not_source_account_id'               => '来源账户 ID 不为 :value', | ||||
|     'search_modifier_source_account_nr_is'                => '来源账户编号 (IBAN) 为“:value”', | ||||
|     'search_modifier_not_source_account_nr_is'            => 'Source account number (IBAN) is not ":value"', | ||||
|     'search_modifier_not_source_account_nr_is'            => '来源账户编号 (IBAN) 不为“:value”', | ||||
|     'search_modifier_source_account_nr_contains'          => '来源账户编号 (IBAN) 包含“:value”', | ||||
|     'search_modifier_not_source_account_nr_contains'      => 'Source account number (IBAN) does not contain ":value"', | ||||
|     'search_modifier_not_source_account_nr_contains'      => '来源账户编号 (IBAN) 不包含“:value”', | ||||
|     'search_modifier_source_account_nr_starts'            => '来源账户编号 (IBAN) 开头为“:value”', | ||||
|     'search_modifier_not_source_account_nr_starts'        => 'Source account number (IBAN) does not start with ":value"', | ||||
|     'search_modifier_source_account_nr_ends'              => 'Source account number (IBAN) ends on ":value"', | ||||
|     'search_modifier_not_source_account_nr_ends'          => 'Source account number (IBAN) does not end on ":value"', | ||||
|     'search_modifier_not_source_account_nr_starts'        => '来源账户编号 (IBAN) 不以“:value”开头的', | ||||
|     'search_modifier_source_account_nr_ends'              => '来源账户编号 (IBAN) 以“:value”结尾的', | ||||
|     'search_modifier_not_source_account_nr_ends'          => '来源账户编号 (IBAN) 不以“:value”结尾的', | ||||
|     'search_modifier_destination_account_is'              => '目标账户名称为“:value”', | ||||
|     'search_modifier_not_destination_account_is'          => '目标帐户名称不是 ":value"', | ||||
|     'search_modifier_destination_account_contains'        => '目标账户名称包含“:value”', | ||||
| @@ -454,25 +454,25 @@ return [ | ||||
|     'search_modifier_destination_account_nr_contains'     => '目标账户编号 (IBAN) 包含“:value”', | ||||
|     'search_modifier_not_destination_account_nr_contains' => '目标帐户号 (IBAN) 不包含明确的 ":value"', | ||||
|     'search_modifier_destination_account_nr_starts'       => '目标账户编号 (IBAN) 开头为“:value”', | ||||
|     'search_modifier_not_destination_account_nr_starts'   => 'Destination account number (IBAN) does not start with ":value"', | ||||
|     'search_modifier_not_destination_account_nr_starts'   => '目标账户编号 (IBAN) 不以“:value”开头的', | ||||
|     'search_modifier_destination_account_nr_ends'         => '目标账户编号 (IBAN) 结尾为“:value”', | ||||
|     'search_modifier_not_destination_account_nr_ends'     => 'Destination account number (IBAN) does not end with ":value"', | ||||
|     'search_modifier_not_destination_account_nr_ends'     => '目标账户编号 (IBAN) 不以“:value”结尾的', | ||||
|     'search_modifier_account_id'                          => '来源或/和目标账户 ID 为::value', | ||||
|     'search_modifier_not_account_id'                      => 'Source or destination account ID\'s is/are not: :value', | ||||
|     'search_modifier_category_is'                         => '分类是“:value”', | ||||
|     'search_modifier_not_category_is'                     => 'Category is not ":value"', | ||||
|     'search_modifier_not_category_is'                     => '分类不为“:value”', | ||||
|     'search_modifier_budget_is'                           => '预算是“:value”', | ||||
|     'search_modifier_not_budget_is'                       => 'Budget is not ":value"', | ||||
|     'search_modifier_not_budget_is'                       => '预算不为 “:value"', | ||||
|     'search_modifier_bill_is'                             => '账单是“:value”', | ||||
|     'search_modifier_not_bill_is'                         => 'Bill is not ":value"', | ||||
|     'search_modifier_not_bill_is'                         => '账单不是 “:value”', | ||||
|     'search_modifier_transaction_type'                    => '交易类型是“:value”', | ||||
|     'search_modifier_not_transaction_type'                => 'Transaction type is not ":value"', | ||||
|     'search_modifier_not_transaction_type'                => '交易类型不为“:value”', | ||||
|     'search_modifier_tag_is'                              => '标签是“:value”', | ||||
|     'search_modifier_not_tag_is'                          => 'No tag is ":value"', | ||||
|     'search_modifier_date_on_year'                        => 'Transaction is in year ":value"', | ||||
|     'search_modifier_not_date_on_year'                    => 'Transaction is not in year ":value"', | ||||
|     'search_modifier_date_on_month'                       => 'Transaction is in month ":value"', | ||||
|     'search_modifier_not_date_on_month'                   => 'Transaction is not in month ":value"', | ||||
|     'search_modifier_not_tag_is'                          => '标签不为":value"', | ||||
|     'search_modifier_date_on_year'                        => '交易年份是 ":value"', | ||||
|     'search_modifier_not_date_on_year'                    => '交易年份不是 ":value"', | ||||
|     'search_modifier_date_on_month'                       => '交易月份是 ":value"', | ||||
|     'search_modifier_not_date_on_month'                   => '交易月份不是 ":value"', | ||||
|     'search_modifier_date_on_day'                         => '交易在月份中的日期 ":value"', | ||||
|     'search_modifier_not_date_on_day'                     => '交易不在月中的日期 ":value"', | ||||
|     'search_modifier_date_before_year'                    => '交易是在之前或当前的年份 “:value”', | ||||
| @@ -491,19 +491,19 @@ return [ | ||||
|     'search_modifier_account_contains'                    => '其中一个账户包含":value"', | ||||
|     'search_modifier_not_account_contains'                => '两个帐户都包含 ":value"', | ||||
|     'search_modifier_account_ends'                        => '其中一个账户结尾为 ":value"', | ||||
|     'search_modifier_not_account_ends'                    => 'Neither account ends with ":value"', | ||||
|     'search_modifier_not_account_ends'                    => '其中一个账户结尾是":value"', | ||||
|     'search_modifier_account_starts'                      => '其中一个账户开头为":value"', | ||||
|     'search_modifier_not_account_starts'                  => 'Neither account starts with ":value"', | ||||
|     'search_modifier_not_account_starts'                  => '其中一个账户的开头是":value"', | ||||
|     'search_modifier_account_nr_is'                       => '其中一个账户编号/IBAN为":value"', | ||||
|     'search_modifier_not_account_nr_is'                   => 'Neither account number / IBAN is ":value"', | ||||
|     'search_modifier_not_account_nr_is'                   => '其中一个账户编号/IBAN是":value"', | ||||
|     'search_modifier_account_nr_contains'                 => '其中一个账户编号/IBAN包含":value"', | ||||
|     'search_modifier_not_account_nr_contains'             => 'Neither account number / IBAN contains ":value"', | ||||
|     'search_modifier_not_account_nr_contains'             => '其中一个账户编号/IBAN包含":value"', | ||||
|     'search_modifier_account_nr_ends'                     => '其中一个账户编号/IBAN结尾为":value"', | ||||
|     'search_modifier_not_account_nr_ends'                 => 'Neither account number / IBAN ends with ":value"', | ||||
|     'search_modifier_not_account_nr_ends'                 => '其中一个账户编号/IBAN结尾是":value"', | ||||
|     'search_modifier_account_nr_starts'                   => '其中一个账户编号/IBAN开头为":value"', | ||||
|     'search_modifier_not_account_nr_starts'               => 'Neither account number / IBAN starts with ":value"', | ||||
|     'search_modifier_not_account_nr_starts'               => '其中一个账户编号/IBAN开头是":value"', | ||||
|     'search_modifier_category_contains'                   => '分类包含":value"', | ||||
|     'search_modifier_not_category_contains'               => 'Category does not contain ":value"', | ||||
|     'search_modifier_not_category_contains'               => '分类不包含":value"', | ||||
|     'search_modifier_category_ends'                       => '分类结尾为“:value”', | ||||
|     'search_modifier_not_category_ends'                   => 'Category does not end on ":value"', | ||||
|     'search_modifier_category_starts'                     => '分类开头为":value"', | ||||
| @@ -520,12 +520,12 @@ return [ | ||||
|     'search_modifier_not_bill_ends'                       => 'Bill does not end on ":value"', | ||||
|     'search_modifier_bill_starts'                         => '账单开头为":value"', | ||||
|     'search_modifier_not_bill_starts'                     => 'Bill does not start with ":value"', | ||||
|     'search_modifier_external_id_contains'                => 'External ID contains ":value"', | ||||
|     'search_modifier_not_external_id_contains'            => 'External ID does not contain ":value"', | ||||
|     'search_modifier_external_id_ends'                    => 'External ID ends with ":value"', | ||||
|     'search_modifier_not_external_id_ends'                => 'External ID does not end with ":value"', | ||||
|     'search_modifier_external_id_starts'                  => 'External ID starts with ":value"', | ||||
|     'search_modifier_not_external_id_starts'              => 'External ID does not start with ":value"', | ||||
|     'search_modifier_external_id_contains'                => '外部ID包含 ":value"', | ||||
|     'search_modifier_not_external_id_contains'            => '外部ID不包含 ":value"', | ||||
|     'search_modifier_external_id_ends'                    => '外部ID结尾是 ":value"', | ||||
|     'search_modifier_not_external_id_ends'                => '外部ID结尾不是 ":value"', | ||||
|     'search_modifier_external_id_starts'                  => '外部ID开头是 ":value"', | ||||
|     'search_modifier_not_external_id_starts'              => '外部ID开头不是 ":value"', | ||||
|     'search_modifier_internal_reference_contains'         => 'Internal reference contains ":value"', | ||||
|     'search_modifier_not_internal_reference_contains'     => 'Internal reference does not contain ":value"', | ||||
|     'search_modifier_internal_reference_ends'             => 'Internal reference ends with ":value"', | ||||
| @@ -545,8 +545,8 @@ return [ | ||||
|     'search_modifier_not_has_attachments'                 => '交易没有附件', | ||||
|     'search_modifier_account_is_cash'                     => 'Either account is the "(cash)" account.', | ||||
|     'search_modifier_not_account_is_cash'                 => 'Neither account is the "(cash)" account.', | ||||
|     'search_modifier_journal_id'                          => 'The journal ID is ":value"', | ||||
|     'search_modifier_not_journal_id'                      => 'The journal ID is not ":value"', | ||||
|     'search_modifier_journal_id'                          => '日志ID是":value"', | ||||
|     'search_modifier_not_journal_id'                      => '日志ID不是":value"', | ||||
|     'search_modifier_recurrence_id'                       => 'The recurring transaction ID is ":value"', | ||||
|     'search_modifier_not_recurrence_id'                   => 'The recurring transaction ID is not ":value"', | ||||
|     'search_modifier_foreign_amount_is'                   => 'The foreign amount is ":value"', | ||||
| @@ -621,8 +621,8 @@ return [ | ||||
|     'search_modifier_payment_date_after_year'             => 'Transaction payment date is after or in year ":value"', | ||||
|     'search_modifier_payment_date_after_month'            => 'Transaction payment date is after or in month ":value"', | ||||
|     'search_modifier_payment_date_after_day'              => 'Transaction payment date is after or on day of month ":value"', | ||||
|     'search_modifier_invoice_date_on_year'                => 'Transaction invoice date is in year ":value"', | ||||
|     'search_modifier_invoice_date_on_month'               => 'Transaction invoice date is in month ":value"', | ||||
|     'search_modifier_invoice_date_on_year'                => '交易发票日期的年份为":value"', | ||||
|     'search_modifier_invoice_date_on_month'               => '交易发票日期的月份为":value"', | ||||
|     'search_modifier_invoice_date_on_day'                 => 'Transaction invoice date is on day of month ":value"', | ||||
|     'search_modifier_not_invoice_date_on_year'            => 'Transaction invoice date is not in year ":value"', | ||||
|     'search_modifier_not_invoice_date_on_month'           => 'Transaction invoice date is not in month ":value"', | ||||
| @@ -680,7 +680,7 @@ return [ | ||||
|     'search_modifier_not_invoice_date_on'                 => 'Transaction invoice date is not on ":value"', | ||||
|     'search_modifier_invoice_date_before'                 => 'Transaction invoice date is on or before ":value"', | ||||
|     'search_modifier_invoice_date_after'                  => 'Transaction invoice date is on or after ":value"', | ||||
|     'search_modifier_created_at_on'                       => 'Transaction was created on ":value"', | ||||
|     'search_modifier_created_at_on'                       => '交易创建于":value"', | ||||
|     'search_modifier_not_created_at_on'                   => 'Transaction was not created on ":value"', | ||||
|     'search_modifier_created_at_before'                   => 'Transaction was created on or before ":value"', | ||||
|     'search_modifier_created_at_after'                    => 'Transaction was created on or after ":value"', | ||||
| @@ -1071,82 +1071,82 @@ return [ | ||||
|     'rule_trigger_attachment_notes_starts'                => '任意一个附件的备注开头为":trigger_value"', | ||||
|     'rule_trigger_attachment_notes_ends_choice'           => '任意一个附件的结尾为...', | ||||
|     'rule_trigger_attachment_notes_ends'                  => '任意一个附件的备注结尾为":trigger_value"', | ||||
|     'rule_trigger_reconciled_choice'                      => 'Transaction is reconciled', | ||||
|     'rule_trigger_reconciled'                             => 'Transaction is reconciled', | ||||
|     'rule_trigger_reconciled_choice'                      => '交易已对账', | ||||
|     'rule_trigger_reconciled'                             => '交易已对账', | ||||
|     'rule_trigger_exists_choice'                          => 'Any transaction matches(!)', | ||||
|     'rule_trigger_exists'                                 => 'Any transaction matches', | ||||
|  | ||||
|     // more values for new types: | ||||
|     'rule_trigger_not_account_id'                         => 'Account ID is not ":trigger_value"', | ||||
|     'rule_trigger_not_source_account_id'                  => 'Source account ID is not ":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_id'             => 'Destination account ID is not ":trigger_value"', | ||||
|     'rule_trigger_not_transaction_type'                   => 'Transaction type is not ":trigger_value"', | ||||
|     'rule_trigger_not_tag_is'                             => 'Tag is not ":trigger_value"', | ||||
|     'rule_trigger_not_tag_is_not'                         => 'Tag is ":trigger_value"', | ||||
|     'rule_trigger_not_description_is'                     => 'Description is not ":trigger_value"', | ||||
|     'rule_trigger_not_account_id'                         => '账户ID不为":trigger_value"', | ||||
|     'rule_trigger_not_source_account_id'                  => '来源账户ID不为":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_id'             => '目标账户ID不为":trigger_value"', | ||||
|     'rule_trigger_not_transaction_type'                   => '交易类型不为":trigger_value"', | ||||
|     'rule_trigger_not_tag_is'                             => '标签不为":trigger_value"', | ||||
|     'rule_trigger_not_tag_is_not'                         => '标签为":trigger_value"', | ||||
|     'rule_trigger_not_description_is'                     => '描述不为":trigger_value"', | ||||
|     'rule_trigger_not_description_contains'               => '描述不包含', | ||||
|     'rule_trigger_not_description_ends'                   => 'Description does not end with ":trigger_value"', | ||||
|     'rule_trigger_not_description_starts'                 => 'Description does not start with ":trigger_value"', | ||||
|     'rule_trigger_not_notes_is'                           => 'Notes are not ":trigger_value"', | ||||
|     'rule_trigger_not_notes_contains'                     => 'Notes do not contain ":trigger_value"', | ||||
|     'rule_trigger_not_notes_ends'                         => 'Notes do not end on ":trigger_value"', | ||||
|     'rule_trigger_not_notes_starts'                       => 'Notes do not start with ":trigger_value"', | ||||
|     'rule_trigger_not_source_account_is'                  => 'Source account is not ":trigger_value"', | ||||
|     'rule_trigger_not_source_account_contains'            => 'Source account does not contain ":trigger_value"', | ||||
|     'rule_trigger_not_source_account_ends'                => 'Source account does not end on ":trigger_value"', | ||||
|     'rule_trigger_not_source_account_starts'              => 'Source account does not start with ":trigger_value"', | ||||
|     'rule_trigger_not_source_account_nr_is'               => 'Source account number / IBAN is not ":trigger_value"', | ||||
|     'rule_trigger_not_source_account_nr_contains'         => 'Source account number / IBAN does not contain ":trigger_value"', | ||||
|     'rule_trigger_not_source_account_nr_ends'             => 'Source account number / IBAN does not end on ":trigger_value"', | ||||
|     'rule_trigger_not_source_account_nr_starts'           => 'Source account number / IBAN does not start with ":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_is'             => 'Destination account is not ":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_contains'       => 'Destination account does not contain ":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_ends'           => 'Destination account does not end on ":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_starts'         => 'Destination account does not start with ":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_nr_is'          => 'Destination account number / IBAN is not ":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_nr_contains'    => 'Destination account number / IBAN does not contain ":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_nr_ends'        => 'Destination account number / IBAN does not end on ":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_nr_starts'      => 'Destination account number / IBAN does not start with ":trigger_value"', | ||||
|     'rule_trigger_not_account_is'                         => 'Neither account is ":trigger_value"', | ||||
|     'rule_trigger_not_account_contains'                   => 'Neither account contains ":trigger_value"', | ||||
|     'rule_trigger_not_account_ends'                       => 'Neither account ends on ":trigger_value"', | ||||
|     'rule_trigger_not_account_starts'                     => 'Neither account starts with ":trigger_value"', | ||||
|     'rule_trigger_not_account_nr_is'                      => 'Neither account number / IBAN is ":trigger_value"', | ||||
|     'rule_trigger_not_account_nr_contains'                => 'Neither account number / IBAN contains ":trigger_value"', | ||||
|     'rule_trigger_not_account_nr_ends'                    => 'Neither account number / IBAN ends on ":trigger_value"', | ||||
|     'rule_trigger_not_account_nr_starts'                  => 'Neither account number / IBAN starts with ":trigger_value"', | ||||
|     'rule_trigger_not_category_is'                        => 'Category is not ":trigger_value"', | ||||
|     'rule_trigger_not_category_contains'                  => 'Category does not contain ":trigger_value"', | ||||
|     'rule_trigger_not_category_ends'                      => 'Category does not end on ":trigger_value"', | ||||
|     'rule_trigger_not_category_starts'                    => 'Category does not start with ":trigger_value"', | ||||
|     'rule_trigger_not_budget_is'                          => 'Budget is not ":trigger_value"', | ||||
|     'rule_trigger_not_budget_contains'                    => 'Budget does not contain ":trigger_value"', | ||||
|     'rule_trigger_not_budget_ends'                        => 'Budget does not end on ":trigger_value"', | ||||
|     'rule_trigger_not_budget_starts'                      => 'Budget does not start with ":trigger_value"', | ||||
|     'rule_trigger_not_bill_is'                            => 'Bill is not is ":trigger_value"', | ||||
|     'rule_trigger_not_bill_contains'                      => 'Bill does not contain ":trigger_value"', | ||||
|     'rule_trigger_not_bill_ends'                          => 'Bill does not end on ":trigger_value"', | ||||
|     'rule_trigger_not_bill_starts'                        => 'Bill does not end with ":trigger_value"', | ||||
|     'rule_trigger_not_external_id_is'                     => 'External ID is not ":trigger_value"', | ||||
|     'rule_trigger_not_external_id_contains'               => 'External ID does not contain ":trigger_value"', | ||||
|     'rule_trigger_not_external_id_ends'                   => 'External ID does not end on ":trigger_value"', | ||||
|     'rule_trigger_not_external_id_starts'                 => 'External ID does not start with ":trigger_value"', | ||||
|     'rule_trigger_not_internal_reference_is'              => 'Internal reference is not ":trigger_value"', | ||||
|     'rule_trigger_not_internal_reference_contains'        => 'Internal reference does not contain ":trigger_value"', | ||||
|     'rule_trigger_not_internal_reference_ends'            => 'Internal reference does not end on ":trigger_value"', | ||||
|     'rule_trigger_not_internal_reference_starts'          => 'Internal reference does not start with ":trigger_value"', | ||||
|     'rule_trigger_not_external_url_is'                    => 'External URL is not ":trigger_value"', | ||||
|     'rule_trigger_not_external_url_contains'              => 'External URL does not contain ":trigger_value"', | ||||
|     'rule_trigger_not_external_url_ends'                  => 'External URL does not end on ":trigger_value"', | ||||
|     'rule_trigger_not_external_url_starts'                => 'External URL does not start with ":trigger_value"', | ||||
|     'rule_trigger_not_currency_is'                        => 'Currency is not ":trigger_value"', | ||||
|     'rule_trigger_not_foreign_currency_is'                => 'Foreign currency is not ":trigger_value"', | ||||
|     'rule_trigger_not_id'                                 => 'Transaction ID is not ":trigger_value"', | ||||
|     'rule_trigger_not_journal_id'                         => 'Transaction journal ID is not ":trigger_value"', | ||||
|     'rule_trigger_not_description_ends'                   => '描述结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_description_starts'                 => '描述开头不为":trigger_value"', | ||||
|     'rule_trigger_not_notes_is'                           => '备注不为":trigger_value"', | ||||
|     'rule_trigger_not_notes_contains'                     => '备注不含":trigger_value"', | ||||
|     'rule_trigger_not_notes_ends'                         => '备注结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_notes_starts'                       => '备注开头不为":trigger_value"', | ||||
|     'rule_trigger_not_source_account_is'                  => '来源账户不为":trigger_value"', | ||||
|     'rule_trigger_not_source_account_contains'            => '来源账户不含":trigger_value"', | ||||
|     'rule_trigger_not_source_account_ends'                => '来源账户结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_source_account_starts'              => '来源账户开头不为":trigger_value"', | ||||
|     'rule_trigger_not_source_account_nr_is'               => '来源账户编号 / IBAN 不为":trigger_value"', | ||||
|     'rule_trigger_not_source_account_nr_contains'         => '来源账户编号 / IBAN 不含":trigger_value"', | ||||
|     'rule_trigger_not_source_account_nr_ends'             => '来源账户编号 / IBAN 结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_source_account_nr_starts'           => '来源账户编号 / IBAN 开头不为":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_is'             => '目标账户不为":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_contains'       => '目标账户不含":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_ends'           => '目标账户结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_starts'         => '目标账户开头不为":trigger_value"', | ||||
|     'rule_trigger_not_destination_account_nr_is'          => '目标账户编号 / IBAN 不为":trigger_value"', | ||||
|     '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_category_is'                        => '分类不为":trigger_value"', | ||||
|     'rule_trigger_not_category_contains'                  => '分类不含":trigger_value"', | ||||
|     'rule_trigger_not_category_ends'                      => '分类结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_category_starts'                    => '分类开头不为":trigger_value"', | ||||
|     'rule_trigger_not_budget_is'                          => '预算不为":trigger_value"', | ||||
|     'rule_trigger_not_budget_contains'                    => '预算不含":trigger_value"', | ||||
|     'rule_trigger_not_budget_ends'                        => '预算结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_budget_starts'                      => '预算开头不为":trigger_value"', | ||||
|     'rule_trigger_not_bill_is'                            => '账单不为":trigger_value"', | ||||
|     'rule_trigger_not_bill_contains'                      => '账单不包含":trigger_value"', | ||||
|     'rule_trigger_not_bill_ends'                          => '账单结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_bill_starts'                        => '账单结尾不含":trigger_value"', | ||||
|     'rule_trigger_not_external_id_is'                     => '外部ID不为":trigger_value"', | ||||
|     'rule_trigger_not_external_id_contains'               => '外部ID不包含":trigger_value"', | ||||
|     'rule_trigger_not_external_id_ends'                   => '外部ID结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_external_id_starts'                 => '外部ID开头不为":trigger_value"', | ||||
|     'rule_trigger_not_internal_reference_is'              => '内部引用不为":trigger_value"', | ||||
|     'rule_trigger_not_internal_reference_contains'        => '内部引用不含":trigger_value"', | ||||
|     'rule_trigger_not_internal_reference_ends'            => '内部引用结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_internal_reference_starts'          => '内部引用开头不为":trigger_value"', | ||||
|     'rule_trigger_not_external_url_is'                    => '外部URL不为":trigger_value"', | ||||
|     'rule_trigger_not_external_url_contains'              => '外部URL不含":trigger_value"', | ||||
|     'rule_trigger_not_external_url_ends'                  => '外部URL结尾不为":trigger_value"', | ||||
|     'rule_trigger_not_external_url_starts'                => '外部URL开头不为":trigger_value"', | ||||
|     'rule_trigger_not_currency_is'                        => '货币不为":trigger_value"', | ||||
|     'rule_trigger_not_foreign_currency_is'                => '外币不为":trigger_value"', | ||||
|     'rule_trigger_not_id'                                 => '交易ID不为":trigger_value"', | ||||
|     'rule_trigger_not_journal_id'                         => '交易日志ID不为":trigger_value"', | ||||
|     'rule_trigger_not_recurrence_id'                      => 'Recurrence ID is not ":trigger_value"', | ||||
|     'rule_trigger_not_date_on'                            => 'Date is not on ":trigger_value"', | ||||
|     'rule_trigger_not_date_before'                        => 'Date is not before ":trigger_value"', | ||||
|     'rule_trigger_not_date_after'                         => 'Date is not after ":trigger_value"', | ||||
|     'rule_trigger_not_date_on'                            => '日期不为":trigger_value"', | ||||
|     'rule_trigger_not_date_before'                        => '日期不早于":trigger_value"', | ||||
|     'rule_trigger_not_date_after'                         => '日期不晚于":trigger_value"', | ||||
|     'rule_trigger_not_interest_date_on'                   => 'Interest date is not on ":trigger_value"', | ||||
|     'rule_trigger_not_interest_date_before'               => 'Interest date is not before ":trigger_value"', | ||||
|     'rule_trigger_not_interest_date_after'                => 'Interest date is not after ":trigger_value"', | ||||
| @@ -1166,8 +1166,8 @@ return [ | ||||
|     'rule_trigger_not_invoice_date_before'                => 'Invoice date is not before ":trigger_value"', | ||||
|     'rule_trigger_not_invoice_date_after'                 => 'Invoice date is not after ":trigger_value"', | ||||
|     'rule_trigger_not_created_at_on'                      => 'Transaction is not created on ":trigger_value"', | ||||
|     'rule_trigger_not_created_at_before'                  => 'Transaction is not created before ":trigger_value"', | ||||
|     'rule_trigger_not_created_at_after'                   => 'Transaction is not created after ":trigger_value"', | ||||
|     'rule_trigger_not_created_at_before'                  => '交易创建日期不早于":trigger_value"', | ||||
|     'rule_trigger_not_created_at_after'                   => '交易创建日期不晚于":trigger_value"', | ||||
|     'rule_trigger_not_updated_at_on'                      => 'Transaction is not updated on ":trigger_value"', | ||||
|     'rule_trigger_not_updated_at_before'                  => 'Transaction is not updated before ":trigger_value"', | ||||
|     'rule_trigger_not_updated_at_after'                   => 'Transaction is not updated after ":trigger_value"', | ||||
| @@ -1185,14 +1185,14 @@ return [ | ||||
|     'rule_trigger_not_attachment_notes_contains'          => 'No attachment notes contain ":trigger_value"', | ||||
|     'rule_trigger_not_attachment_notes_starts'            => 'No attachment notes start with ":trigger_value"', | ||||
|     'rule_trigger_not_attachment_notes_ends'              => 'No attachment notes end on ":trigger_value"', | ||||
|     'rule_trigger_not_reconciled'                         => 'Transaction is not reconciled', | ||||
|     'rule_trigger_not_exists'                             => 'Transaction does not exist', | ||||
|     'rule_trigger_not_has_attachments'                    => 'Transaction has no attachments', | ||||
|     'rule_trigger_not_has_any_category'                   => 'Transaction has no category', | ||||
|     'rule_trigger_not_has_any_budget'                     => 'Transaction has no category', | ||||
|     'rule_trigger_not_has_any_bill'                       => 'Transaction has no bill', | ||||
|     'rule_trigger_not_has_any_tag'                        => 'Transaction has no tags', | ||||
|     'rule_trigger_not_any_notes'                          => 'Transaction has no notes', | ||||
|     'rule_trigger_not_reconciled'                         => '交易未对账', | ||||
|     'rule_trigger_not_exists'                             => '交易不存在', | ||||
|     'rule_trigger_not_has_attachments'                    => '交易不含附件', | ||||
|     'rule_trigger_not_has_any_category'                   => '交易不含分类', | ||||
|     'rule_trigger_not_has_any_budget'                     => '交易不含分类', | ||||
|     'rule_trigger_not_has_any_bill'                       => '交易不含账单', | ||||
|     'rule_trigger_not_has_any_tag'                        => '交易不含标签', | ||||
|     'rule_trigger_not_any_notes'                          => '交易不含备注', | ||||
|     'rule_trigger_not_any_external_url'                   => 'Transaction has no external URL', | ||||
|     'rule_trigger_not_has_no_attachments'                 => 'Transaction has a (any) attachment(s)', | ||||
|     'rule_trigger_not_has_no_category'                    => 'Transaction has a (any) category', | ||||
| @@ -1234,10 +1234,10 @@ return [ | ||||
|     'rule_action_clear_category_choice'                   => '清空任何分类', | ||||
|     'rule_action_set_budget_choice'                       => 'Set budget to ..', | ||||
|     'rule_action_clear_budget_choice'                     => '清空任何预算', | ||||
|     'rule_action_add_tag_choice'                          => 'Add tag ..', | ||||
|     'rule_action_remove_tag_choice'                       => 'Remove tag ..', | ||||
|     'rule_action_add_tag_choice'                          => '添加标签..', | ||||
|     'rule_action_remove_tag_choice'                       => '移除标签..', | ||||
|     'rule_action_remove_all_tags_choice'                  => '移除所有标签', | ||||
|     'rule_action_set_description_choice'                  => 'Set description to ..', | ||||
|     'rule_action_set_description_choice'                  => '设置描述为', | ||||
|     'rule_action_update_piggy_choice'                     => 'Add / remove transaction amount in piggy bank ..', | ||||
|     'rule_action_update_piggy'                            => 'Add / remove transaction amount in piggy bank ":action_value"', | ||||
|     'rule_action_append_description_choice'               => 'Append description with ..', | ||||
| @@ -1252,7 +1252,7 @@ return [ | ||||
|     'rule_action_prepend_notes'                           => '备注前添加“:action_value”', | ||||
|     'rule_action_clear_notes_choice'                      => '移除所有备注', | ||||
|     'rule_action_clear_notes'                             => '移除所有备注', | ||||
|     'rule_action_set_notes_choice'                        => 'Set notes to ..', | ||||
|     'rule_action_set_notes_choice'                        => '设置备注为..', | ||||
|     'rule_action_link_to_bill_choice'                     => '关联至账单…', | ||||
|     'rule_action_link_to_bill'                            => '关联至账单“:action_value”', | ||||
|     'rule_action_set_notes'                               => '设定备注至“:action_value”', | ||||
| @@ -1264,8 +1264,8 @@ return [ | ||||
|     'rule_action_convert_transfer'                        => '转换交易为与“:action_value”间的转账', | ||||
|     'rule_action_append_descr_to_notes_choice'            => 'Append the description to the transaction notes', | ||||
|     'rule_action_append_notes_to_descr_choice'            => 'Append the transaction notes to the description', | ||||
|     'rule_action_move_descr_to_notes_choice'              => 'Replace the current transaction notes with the description', | ||||
|     'rule_action_move_notes_to_descr_choice'              => 'Replace the current description with the transaction notes', | ||||
|     'rule_action_move_descr_to_notes_choice'              => '用描述替换当前交易备注', | ||||
|     'rule_action_move_notes_to_descr_choice'              => '用交易的备注替换当前描述', | ||||
|     'rule_action_append_descr_to_notes'                   => 'Append description to notes', | ||||
|     'rule_action_append_notes_to_descr'                   => 'Append notes to description', | ||||
|     'rule_action_move_descr_to_notes'                     => 'Replace notes with description', | ||||
| @@ -1306,7 +1306,7 @@ return [ | ||||
|     'dark_mode_option_light'                    => 'Always light', | ||||
|     'dark_mode_option_dark'                     => 'Always dark', | ||||
|     'equal_to_language'                         => '(与语言相同)', | ||||
|     'dark_mode_preference'                      => 'Dark mode', | ||||
|     'dark_mode_preference'                      => '夜间模式', | ||||
|     'dark_mode_preference_help'                 => 'Tell Firefly III when to use dark mode.', | ||||
|     'pref_home_screen_accounts'                 => '主屏幕账户', | ||||
|     'pref_home_screen_accounts_help'            => '哪些账户应该显示在主屏幕上?', | ||||
| @@ -2572,7 +2572,7 @@ return [ | ||||
|     'no_bills_create_default'               => '创建账单', | ||||
|  | ||||
|     // recurring transactions | ||||
|     'create_right_now'                      => 'Create right now', | ||||
|     'create_right_now'                      => '立即创建', | ||||
|     'no_new_transaction_in_recurrence'      => 'No new transaction was created. Perhaps it was already fired for this date?', | ||||
|     'recurrences'                           => '定期交易', | ||||
|     'repeat_until_in_past'                  => '此定期交易已于 :date 停止重复。', | ||||
| @@ -2693,20 +2693,20 @@ return [ | ||||
|     'ale_action_log_remove'              => 'Removed :amount from piggy bank ":name"', | ||||
|     'ale_action_clear_budget'            => '已从预算中移除', | ||||
|     'ale_action_clear_category'          => '已从分类中删除', | ||||
|     'ale_action_clear_notes'             => 'Removed notes', | ||||
|     'ale_action_clear_tag'               => 'Cleared tag', | ||||
|     'ale_action_clear_all_tags'          => 'Cleared all tags', | ||||
|     'ale_action_set_bill'                => 'Linked to bill', | ||||
|     'ale_action_set_budget'              => 'Set budget', | ||||
|     'ale_action_set_category'            => 'Set category', | ||||
|     'ale_action_set_source'              => 'Set source account', | ||||
|     'ale_action_set_destination'         => 'Set destination account', | ||||
|     'ale_action_update_transaction_type' => 'Changed transaction type', | ||||
|     'ale_action_update_notes'            => 'Changed notes', | ||||
|     'ale_action_update_description'      => 'Changed description', | ||||
|     'ale_action_clear_notes'             => '移除备注', | ||||
|     'ale_action_clear_tag'               => '清除标签', | ||||
|     'ale_action_clear_all_tags'          => '清除所有标签', | ||||
|     'ale_action_set_bill'                => '关联账单', | ||||
|     'ale_action_set_budget'              => '设置预算', | ||||
|     'ale_action_set_category'            => '设置分类', | ||||
|     'ale_action_set_source'              => '设置来源账户', | ||||
|     'ale_action_set_destination'         => '设置目标账户', | ||||
|     'ale_action_update_transaction_type' => '更改交易类型', | ||||
|     'ale_action_update_notes'            => '更改备注', | ||||
|     'ale_action_update_description'      => '更改描述', | ||||
|     'ale_action_add_to_piggy'            => '存钱罐', | ||||
|     'ale_action_remove_from_piggy'       => '存钱罐', | ||||
|     'ale_action_add_tag'                 => 'Added tag', | ||||
|     'ale_action_add_tag'                 => '添加标签', | ||||
|  | ||||
| ]; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user