mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Give all files the standard warning (to be replaced).
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
|
||||
@@ -20,8 +20,11 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
return [
|
||||
'failed' => '用户名或密码错误。',
|
||||
'throttle' => '登录失败次数过多,请 :seconds 秒后再试。',
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -53,6 +55,9 @@ return [
|
||||
'deposit_list' => '收入',
|
||||
'transfer_list' => '转账',
|
||||
'transfers_list' => '转账',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'reconciliation_list' => '对账',
|
||||
'create_withdrawal' => '创建新取款',
|
||||
'create_deposit' => '创建新存款',
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -39,6 +41,8 @@ return [
|
||||
//'month_and_day_no_year' => '%B %e',
|
||||
'month_and_day_no_year_js' => 'MMMM Do',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'YYYY年M月D日 HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
@@ -66,3 +70,5 @@ return [
|
||||
'dow_6' => '星期六',
|
||||
'dow_7' => '星期日',
|
||||
];
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -35,3 +37,5 @@ return [
|
||||
'piggy-banks-index' => '如您所见,目前有3个存钱罐。使用 + 号与 - 号按钮可改变每个存钱罐的金额,点击存钱罐名称可进行管理。',
|
||||
'profile-index' => '请注意,此演示站点每四小时重置一次,您的操作可能随时被删除。此为完全自动过程,而不是站点出现问题。',
|
||||
];
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -33,6 +35,8 @@ return [
|
||||
'admin_test_subject' => '来自 Firefly III 安装的测试消息',
|
||||
'admin_test_body' => '这是来自 Firefly III 站点的测试消息,收件人是 :email。',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => '邀请已发送',
|
||||
'invitation_created_body' => '管理员用户:email创建了用户邀请,可以由电子邮件地址背后的任何人使用":invitee"。 邀请将对48小时有效。',
|
||||
@@ -70,6 +74,8 @@ return [
|
||||
'registered_pw_reset_link' => '密码已重置',
|
||||
'registered_doc_link' => '文档',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => '有新的 Firefly III 版本可用',
|
||||
|
||||
@@ -113,6 +119,8 @@ return [
|
||||
'error_stacktrace_below' => '完整的堆栈跟踪如下:',
|
||||
'error_headers' => '以下标题也可能具有相关性:',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III 创建了一笔新的交易|Firefly III 创建了 :count 笔新的交易',
|
||||
'new_journals_header' => 'Firefly III 为您创建了一笔交易,您可以在您的 Firefly III 站点中查看:|Firefly III 为您创建了 :count 笔交易,您可以在您的 Firefly III 站点中查看:',
|
||||
@@ -129,3 +137,4 @@ return [
|
||||
'bill_warning_please_action' => '请采取适当的行动。',
|
||||
|
||||
];
|
||||
// Ignore this comment
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -39,6 +41,9 @@ return [
|
||||
'error_location' => '该错误位于文件 <span style="font-family: monospace;">:file</span> 第 :line 行的代码 :code',
|
||||
'stacktrace' => '堆栈跟踪',
|
||||
'more_info' => '更多信息',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'collect_info' => '请在 <code>storage/logs</code> 目录中查找日志文件以获取更多信息。如果您正在使用 Docker,请使用 <code>docker logs -f [container]</code>。',
|
||||
'collect_info_more' => '您可以在<a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ页面</a>了解更多有关收集错误信息的内容。',
|
||||
'github_help' => '在 GitHub 上获取帮助',
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'close' => '关闭',
|
||||
@@ -324,6 +326,8 @@ return [
|
||||
|
||||
// old
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'search_modifier_date_on' => '交易日期为 “:value”',
|
||||
'search_modifier_not_date_on' => '交易日期不为 “:value”',
|
||||
'search_modifier_reconciled' => '交易已对账',
|
||||
@@ -684,6 +688,7 @@ return [
|
||||
'create_rule_from_query' => '从搜索语句创建新规则',
|
||||
'rule_from_search_words' => '规则引擎无法处理“:string”。符合搜索语句的建议规则可能会给出不同的结果,请仔细确认规则触发条件。',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// END
|
||||
'modifiers_applies_are' => '搜索结果同时包含以下内容:',
|
||||
@@ -1168,6 +1173,7 @@ return [
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account',
|
||||
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
@@ -1465,6 +1471,8 @@ return [
|
||||
'multi_account_warning_deposit' => '请注意,后续拆分的目标账户将会被收入的首笔拆分的配置所覆盖。',
|
||||
'multi_account_warning_transfer' => '请注意,后续拆分的来源和目标账户将会被转账的首笔拆分的配置所覆盖。',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// export data:
|
||||
'export_data_title' => '从 Firefly III 导出数据',
|
||||
'export_data_menu' => '导出数据',
|
||||
@@ -1839,6 +1847,8 @@ return [
|
||||
'stored_category' => '已保存新分类“:name”',
|
||||
'without_category_between' => ':start – :end 没有分类',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// transactions:
|
||||
'update_withdrawal' => '更新支出',
|
||||
'update_deposit' => '更新收入',
|
||||
@@ -2057,6 +2067,8 @@ return [
|
||||
'classification' => '归类整理',
|
||||
'store_transaction' => '保存交易',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// reports:
|
||||
'report_default' => ':start – :end 的默认财务报表',
|
||||
'report_audit' => ':start – :end 的交易历史概览',
|
||||
@@ -2161,6 +2173,8 @@ return [
|
||||
'sum_in_default_currency' => '总额会总是以您的默认货币显示',
|
||||
'net_filtered_prefs' => '此图表永远不会包括未勾选“包含于净资产”选项的账户',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// charts:
|
||||
'chart' => '图表',
|
||||
'month' => '月',
|
||||
@@ -2249,6 +2263,8 @@ return [
|
||||
'total_amount' => '总金额',
|
||||
'number_of_decimals' => '小数位数',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// administration
|
||||
'invite_new_user_title' => 'Invite new user',
|
||||
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
|
||||
@@ -2519,6 +2535,8 @@ return [
|
||||
'except_weekends' => '例外的周末',
|
||||
'recurrence_deleted' => '定期交易“:title”已删除',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => '余额(:currency)',
|
||||
'box_spent_in_currency' => '支出 (:currency)',
|
||||
@@ -2576,3 +2594,5 @@ return [
|
||||
'ale_action_add_tag' => 'Added tag',
|
||||
|
||||
];
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -62,6 +64,9 @@ return [
|
||||
'opening_balance' => '初始余额',
|
||||
'tagMode' => '标签模式',
|
||||
'virtual_balance' => '虚拟账户余额',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'targetamount' => '目标金额',
|
||||
'account_role' => '账户角色',
|
||||
'opening_balance_date' => '开户日期',
|
||||
@@ -153,6 +158,9 @@ return [
|
||||
'piggyBank_areYouSure' => '您确定要删除存钱罐“:name”吗?',
|
||||
'journal_areYouSure' => '您确定要删除描述为“:description”的交易吗?',
|
||||
'mass_journal_are_you_sure' => '您确定要删除这些交易吗?',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'tag_areYouSure' => '您确定要删除标签“:tag”吗?',
|
||||
'journal_link_areYouSure' => '您确定要删除 <a href=":source_link">:source</a> 与 <a href=":destination_link">:destination</a> 之间的关联吗?',
|
||||
'linkType_areYouSure' => '您确定要删除关联类型“:name” (“:inward”/“:outward”) 吗?',
|
||||
@@ -216,6 +224,9 @@ return [
|
||||
'fints_password' => 'PIN / 密码',
|
||||
'fints_account' => 'FinTS 帐户',
|
||||
'local_account' => 'Firefly III 账户',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'from_date' => '日期自',
|
||||
'to_date' => '日期至',
|
||||
'due_date' => '到期日',
|
||||
@@ -252,3 +263,4 @@ return [
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
];
|
||||
// Ignore this comment
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -53,6 +55,8 @@ return [
|
||||
'budgets_index_list_of_budgets' => '使用此表格可以设定每个预算的金额,并查看您的使用情况。',
|
||||
'budgets_index_outro' => '要了解更多有关预算的信息,请查看右上角的帮助图标。',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// reports (index)
|
||||
'reports_index_intro' => '使用这些报表可以详细地了解您的财务状况。',
|
||||
'reports_index_inputReportType' => '选择报表类型,查看帮助页面以了解每个报表向您显示的内容。',
|
||||
@@ -90,6 +94,8 @@ return [
|
||||
'piggy-banks_index_button' => '此进度条旁边有两个按钮 (+ 和 -),用于从每个存钱罐中存入或取出资金。',
|
||||
'piggy-banks_index_accountStatus' => '此表格中列出了所有至少拥有一个存钱罐的资产账户的状态。',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// create piggy
|
||||
'piggy-banks_create_name' => '您的目标是什么?一张新沙发、一台相机,或是应急用金?',
|
||||
'piggy-banks_create_date' => '您可以为存钱罐设定目标日期或截止日期。',
|
||||
@@ -132,6 +138,8 @@ return [
|
||||
'rules_create_test_rule_triggers' => '使用此按钮可以查看哪些交易记录将配对您的规则。',
|
||||
'rules_create_actions' => '您可以设定任意数量的动作。',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => '这些标签页后还有更多可用选项。',
|
||||
|
||||
@@ -143,3 +151,4 @@ return [
|
||||
// create currency
|
||||
'currencies_create_code' => '此代码应符合 ISO 标准 (可以用 Google 搜索您的新货币)。',
|
||||
];
|
||||
// Ignore this comment
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -56,6 +58,9 @@ return [
|
||||
'source' => '来源',
|
||||
'next_expected_match' => '预期下次支付',
|
||||
'automatch' => '自动匹配?',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'repeat_freq' => '重复',
|
||||
'description' => '描述',
|
||||
'amount' => '金额',
|
||||
@@ -121,6 +126,9 @@ return [
|
||||
'external_id' => '外部 ID',
|
||||
'account_at_bunq' => 'bunq 账户',
|
||||
'file_name' => '文件名称',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'file_size' => '文件大小',
|
||||
'file_type' => '文件类型',
|
||||
'attached_to' => '附加到',
|
||||
@@ -149,3 +157,4 @@ return [
|
||||
'secret' => '密钥',
|
||||
|
||||
];
|
||||
// Ignore this comment
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -78,6 +80,9 @@ return [
|
||||
'before' => ':attribute 必须是一个在 :date 之前的日期',
|
||||
'unique_object_for_user' => '此名称已在使用中',
|
||||
'unique_account_for_user' => '此账户名称已在使用中',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'between.numeric' => ':attribute 必须介于 :min 和 :max 之间',
|
||||
'between.file' => ':attribute 必须介于 :min kB 到 :max kB之间',
|
||||
'between.string' => ':attribute 必须介于 :min 到 :max 字符之间',
|
||||
@@ -146,6 +151,8 @@ return [
|
||||
'same_account_type' => '两个账户必须是相同类型的账户',
|
||||
'same_account_currency' => '两个账户必须设置有相同的货币',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'secure_password' => '此密码不安全,请重试。访问 https://bit.ly/FF3-password-security 获取更多信息。',
|
||||
'valid_recurrence_rep_type' => '此重复类型不能用于定期交易',
|
||||
'valid_recurrence_rep_moment' => '此重复时刻不能用于此重复类型',
|
||||
@@ -204,6 +211,8 @@ return [
|
||||
'deposit_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
|
||||
'deposit_dest_wrong_type' => '提交的目标账户的类型不正确',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'transfer_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
|
||||
'transfer_source_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的来源账户',
|
||||
'transfer_dest_need_data' => '需要一个有效的目标账户 ID 和/或目标账户名称才能继续',
|
||||
@@ -232,3 +241,5 @@ return [
|
||||
'auto_budget_amount_positive' => '金额必须大于零',
|
||||
'auto_budget_period_mandatory' => '自动预算周期是必填项',
|
||||
];
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
Reference in New Issue
Block a user