Rebuild frontend.

This commit is contained in:
James Cole
2020-12-04 20:27:40 +01:00
parent 172d2297f1
commit ce5cabd903
82 changed files with 787 additions and 476 deletions

View File

@@ -59,6 +59,7 @@ return [
'no_rules_for_bill' => '该账单没有与之相关的规则。',
'go_to_asset_accounts' => '检视您的资产帐户',
'go_to_budgets' => '前往您的预算',
'go_to_withdrawals' => 'Go to your withdrawals',
'clones_journal_x' => '此交易是 ":description" (#:id) 的克隆。',
'go_to_categories' => '前往您的分类',
'go_to_bills' => '前往您的帐单',
@@ -219,6 +220,7 @@ return [
'saved' => '已保存',
'advanced_options' => 'Advanced options',
'advanced_options_explain' => 'Some pages in Firefly III have advanced options hidden behind this button. This page doesn\'t have anything fancy here, but do check out the others!',
'here_be_dragons' => 'Hic sunt dracones',
// API access
'authorization_request' => 'Firefly III :version 版授权请求',
@@ -265,7 +267,6 @@ return [
// search
'search' => '搜寻',
'long_query_warning' => 'Your search query is very long, and may not work as expected.',
'search_query' => '查询',
'search_found_transactions' => 'Firefly III found :count transaction in :time seconds.|Firefly III found :count transactions in :time seconds.',
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
@@ -917,6 +918,13 @@ return [
'options' => '选项',
// budgets:
'daily_budgets' => 'Daily budgets',
'weekly_budgets' => 'Weekly budgets',
'monthly_budgets' => 'Monthly budgets',
'quarterly_budgets' => 'Quarterly budgets',
'half_year_budgets' => 'Half-yearly budgets',
'yearly_budgets' => 'Yearly budgets',
'other_budgets' => 'Custom timed budgets',
'budget_limit_not_in_range' => 'This amount applies from :start to :end:',
'total_available_budget' => '可用预算总额 (:start 和 :end之间)',
'total_available_budget_in_currency' => '可用预算总额 以:currency为单位',

View File

@@ -130,15 +130,19 @@ return [
'current_target_amount' => '当前金额必须小于目标金额。',
'unique_piggy_bank_for_user' => '存钱罐的名称必须是独一无二的。',
'unique_object_group' => '组名必须是唯一的',
'starts_with' => 'The value must start with :values.',
'unique_webhook' => 'You already have a webhook with these values.',
'unique_existing_webhook' => 'You already have another webhook with these values.',
'secure_password' => '这不是一个安全的密码,请重试一次。如需更多讯息,请访问 https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => '对定期重复交易是无效的重复类型。',
'valid_recurrence_rep_moment' => '对此重复类型是无效的重复时刻。',
'invalid_account_info' => '无效的帐户资讯。',
'attributes' => [
'secure_password' => '这不是一个安全的密码,请重试一次。如需更多讯息,请访问 https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => '对定期重复交易是无效的重复类型。',
'valid_recurrence_rep_moment' => '对此重复类型是无效的重复时刻。',
'invalid_account_info' => '无效的帐户资讯。',
'attributes' => [
'email' => '电子邮件地址',
'description' => '描述',
'amount' => '金额',
'transactions.*.amount' => 'transaction amount',
'name' => '名称',
'piggy_bank_id' => '存钱罐 ID',
'targetamount' => '目标金额',
@@ -173,10 +177,10 @@ return [
],
// validation of accounts:
'withdrawal_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'withdrawal_source_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的来源帐户。',
'withdrawal_dest_need_data' => '需要一个有效的目标账户ID和/或目标账户名称才能继续。',
'withdrawal_dest_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的目标帐户。',
'withdrawal_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'withdrawal_source_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的来源帐户。',
'withdrawal_dest_need_data' => '需要一个有效的目标账户ID和/或目标账户名称才能继续。',
'withdrawal_dest_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的目标帐户。',
'deposit_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'deposit_source_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的来源帐户。',
@@ -205,5 +209,5 @@ return [
'amount_required_for_auto_budget' => '请填写金额。',
'auto_budget_amount_positive' => '金额必须大于零。',
'auto_budget_period_mandatory' => '自动预算周期是必填的。',
'auto_budget_period_mandatory' => '自动预算周期是必填的。',
];