diff options
author | Joe Chen <jc@unknwon.io> | 2021-10-23 21:58:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 21:58:26 +0800 |
commit | 8938855b40777f04ec1c637ad38ee9d12001d042 (patch) | |
tree | d883d4950480da95f56daff6427cb21b3e30fcba /conf | |
parent | 55e5a7c25a21123a861338742873a2eb38f3e829 (diff) |
locale: sync from Crowdin (#6633)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_zh-TW.ini | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/conf/locale/locale_zh-TW.ini b/conf/locale/locale_zh-TW.ini index a0580117..b6ea5b1b 100644 --- a/conf/locale/locale_zh-TW.ini +++ b/conf/locale/locale_zh-TW.ini @@ -1006,8 +1006,8 @@ first_page=首頁 last_page=末頁 total=總計:%d -dashboard.build_info=Build Information -dashboard.app_ver=Application version +dashboard.build_info=建置資訊 +dashboard.app_ver=程式版本 dashboard.git_version=Git 版本 dashboard.go_version=Go 版本 dashboard.build_time=建置時間 @@ -1216,25 +1216,25 @@ config.repo.enable_raw_file_render_mode=Enable raw file render mode config.repo.commits_fetch_concurrency=Commits fetch concurrency config.repo.editor.line_wrap_extensions=Editor line wrap extensions config.repo.editor.previewable_file_modes=Editor previewable file modes -config.repo.upload.enabled=Upload enabled +config.repo.upload.enabled=允許上傳 config.repo.upload.temp_path=Upload temporary path config.repo.upload.allowed_types=Upload allowed types -config.repo.upload.file_max_size=Upload file size limit +config.repo.upload.file_max_size=上傳檔案大小限制 config.repo.upload.max_files=Upload files limit config.db_config=資料庫設定 config.db.type=Type config.db.host=Host config.db.name=Name -config.db.user=User -config.db.ssl_mode=SSL mode -config.db.ssl_mode_helper=(for "postgres" only) -config.db.path=Path -config.db.path_helper=(for "sqlite3"only) -config.db.max_open_conns=Maximum open connections -config.db.max_idle_conns=Maximum idle connections - -config.security_config=Security configuration +config.db.user=使用者 +config.db.ssl_mode=SSL 模式 +config.db.ssl_mode_helper=(僅限 "postgres" 使用) +config.db.path=路徑 +config.db.path_helper=(僅限 "sqlite3" 使用) +config.db.max_open_conns=最大開啟連接數 +config.db.max_idle_conns=最大閒置連線數 + +config.security_config=安全性設定 config.security.login_remember_days=Login remember days config.security.cookie_remember_name=Remember cookie config.security.cookie_username=Username cookie @@ -1243,23 +1243,23 @@ config.security.reverse_proxy_auth_user=Reverse proxy authentication header config.security.enable_login_status_cookie=Enable login status cookie config.security.login_status_cookie_name=Login status cookie -config.email_config=Email configuration -config.email.enabled=Enabled +config.email_config=Email設定 +config.email.enabled=已啟用 config.email.subject_prefix=Subject prefix -config.email.host=Host +config.email.host=主機 config.email.from=From config.email.user=User config.email.disable_helo=Disable HELO config.email.helo_hostname=HELO hostname -config.email.skip_verify=Skip certificate verify -config.email.use_certificate=Use custom certificate -config.email.cert_file=Certificate file -config.email.key_file=Key file -config.email.use_plain_text=Use plain text +config.email.skip_verify=略過憑證驗証 +config.email.use_certificate=使用自定憑證 +config.email.cert_file=憑證檔案 +config.email.key_file=金錀檔案 +config.email.use_plain_text=使用純文字 config.email.add_plain_text_alt=Add plain text alternative -config.email.send_test_mail=Send test email -config.email.test_mail_failed=Failed to send test email to '%s': %v -config.email.test_mail_sent=Test email has been sent to '%s'. +config.email.send_test_mail=發送測試電子郵件 +config.email.test_mail_failed=發送測試郵件至 '%s' 時失敗:%v +config.email.test_mail_sent=測試電子郵件已發送到 '%s'。 config.auth_config=Authentication configuration config.auth.activate_code_lives=Activate code lives |