Update language strings.

This commit is contained in:
James Cole
2019-02-10 14:33:15 +01:00
parent 71104f375c
commit bf89d9956d
26 changed files with 15 additions and 207 deletions

View File

@@ -953,11 +953,11 @@ return [
'report_budget' => '自 :start 至 :end 的预算报表',
'report_tag' => '自 :start 至 :end 的标签报表',
'quick_link_reports' => '快速连结',
'quick_link_examples' => 'These are just some example links to get you started. Check out the help pages under the (?)-button for information on all reports and the magic words you can use.',
'quick_link_examples' => '这只是一些例子链接。查看 () 下的帮助按钮, 提供所有报告和你可以使用的神奇词汇的信息.',
'quick_link_default_report' => '预设财务报表',
'quick_link_audit_report' => '交易历史概览',
'report_this_month_quick' => '目前月份之全部帐户',
'report_last_month_quick' => 'Last month, all accounts',
'report_last_month_quick' => '上个月之全部帐户',
'report_this_year_quick' => '目前年份之全部帐户',
'report_this_fiscal_year_quick' => '目前财政年度之全部帐户',
'report_all_time_quick' => '所有时间之全部帐户',

View File

@@ -31,11 +31,9 @@ return [
'prerequisites_breadcrumb_ynab' => 'YNAB 的先决条件',
'job_configuration_breadcrumb' => '":key" 设定',
'job_status_breadcrumb' => '":key" 导入状态',
'cannot_create_for_provider' => 'Firefly III 无法为 ":provider"-供应商建立工作。',
'disabled_for_demo_user' => '在展示中不启用',
// index page:
'general_index_title' => '导入档案',
'general_index_intro' => '欢迎来到 Firefly III 的导入例行。有几种方法可以将资料导入 Firefly III 中,在此以按钮表示。',
// import provider strings (index):
@@ -50,9 +48,6 @@ return [
'button_fints' => '使用 FinTS 导入',
// global config box (index)
'global_config_title' => '全域导入设定',
'global_config_text' => '未来,此区块将提供可套用至上述全部服务供应商的偏好设定。',
// prerequisites box (index)
'need_prereq_title' => '导入先决条件',
'need_prereq_intro' => '部分导入方式您得先在使用前注意一下。比方说,他们可能需要特别的串接秘钥或应用程式金钥,您可在此设定。此图示表示所属的先决条件已经媒合。',
@@ -65,17 +60,6 @@ return [
'do_prereq_quovo' => '使用 Quovo 导入的先决条件',
'do_prereq_ynab' => '从 YNAB 导入的先决条件',
// provider config box (index)
'can_config_title' => '导入设定',
'can_config_intro' => '部分导入方式可以依照您的喜好设定,它们有额外的设定选项可让您操作。',
'do_config_fake' => '假供应商的设定',
'do_config_file' => '档案导入的设定',
'do_config_bunq' => 'bunq 导入设定',
'do_config_spectre' => 'Spectre 导入设定',
'do_config_plaid' => '自 Plaid 的导入设定',
'do_config_yodlee' => '自 Yodlee 导入的设定',
'do_config_quovo' => '自 Quovo 导入的设定',
// prerequisites:
'prereq_fake_title' => '自假的导入供应商导入的先决条件',
'prereq_fake_text' => '这个假的供应商需要一个假的 API 金钥必须是32个字元长。您可以使用此12446809901236890123690124444466990aa',
@@ -138,7 +122,6 @@ return [
'spectre_login_new_login' => '使用其他银行登入,或其中一间具有不同凭证的银行。',
'job_config_spectre_accounts_title' => '选择欲导入的帐户',
'job_config_spectre_accounts_text' => '您以选择 ":name" (:country)。您在这个供应商有 :count 个可用帐户,请在 Firefly III 的资产帐户中选择这些交易应被储存的帐户。请记得若要导入资料Firefly III 与 ":name"-帐户两者均需使用相同货币。',
'spectre_no_supported_accounts' => '因为货币不相符,你不能自此帐号导入。',
'spectre_do_not_import' => '(不导入)',
'spectre_no_mapping' => '您似乎没有选择任何欲导入的帐户。',
'imported_from_account' => '已自 ":account" 导入',

View File

@@ -25,6 +25,7 @@ declare(strict_types=1);
return [
'iban' => '这不是有效的 IBAN。',
'zero_or_more' => '此数值不能为负数',
'date_or_time' => 'The value must be a valid date or time value (ISO 8601).',
'source_equals_destination' => '来源帐户与目标帐户相同。',
'unique_account_number_for_user' => '看起来此帐户号码已在使用中。',
'unique_iban_for_user' => '看起来此IBAN已在使用中。',