From 9545dd7522d6785da37c445a3c5cb7b149337726 Mon Sep 17 00:00:00 2001 From: JinkaiNiu Date: Sat, 22 Mar 2025 17:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E7=94=B5=E5=AD=90=E9=82=AE?= =?UTF-8?q?=E4=BB=B6=E6=A8=A1=E6=9D=BF=E4=B8=BA=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/templates/404.hbs | 14 +- src/static/templates/admin/base.hbs | 28 ++-- src/static/templates/admin/diagnostics.hbs | 158 +++++++++--------- src/static/templates/admin/login.hbs | 8 +- src/static/templates/admin/organizations.hbs | 28 ++-- src/static/templates/admin/settings.hbs | 70 ++++---- src/static/templates/admin/users.hbs | 68 ++++---- .../templates/email/admin_reset_password.hbs | 4 +- .../email/admin_reset_password.html.hbs | 4 +- src/static/templates/email/change_email.hbs | 6 +- .../templates/email/change_email.html.hbs | 6 +- src/static/templates/email/delete_account.hbs | 8 +- .../templates/email/delete_account.html.hbs | 8 +- src/static/templates/email/email_footer.hbs | 14 +- .../templates/email/email_footer_text.hbs | 3 +- src/static/templates/email/email_header.hbs | 30 ++-- .../emergency_access_invite_accepted.hbs | 8 +- .../emergency_access_invite_accepted.html.hbs | 8 +- .../emergency_access_invite_confirmed.hbs | 6 +- ...emergency_access_invite_confirmed.html.hbs | 6 +- .../emergency_access_recovery_approved.hbs | 4 +- ...mergency_access_recovery_approved.html.hbs | 4 +- .../emergency_access_recovery_initiated.hbs | 6 +- ...ergency_access_recovery_initiated.html.hbs | 6 +- .../emergency_access_recovery_rejected.hbs | 4 +- ...mergency_access_recovery_rejected.html.hbs | 4 +- .../emergency_access_recovery_reminder.hbs | 6 +- ...mergency_access_recovery_reminder.html.hbs | 6 +- .../emergency_access_recovery_timed_out.hbs | 4 +- ...ergency_access_recovery_timed_out.html.hbs | 4 +- .../templates/email/incomplete_2fa_login.hbs | 14 +- .../email/incomplete_2fa_login.html.hbs | 14 +- .../templates/email/invite_accepted.hbs | 6 +- .../templates/email/invite_accepted.html.hbs | 8 +- .../templates/email/invite_confirmed.hbs | 6 +- .../templates/email/invite_confirmed.html.hbs | 8 +- .../templates/email/new_device_logged_in.hbs | 14 +- .../email/new_device_logged_in.html.hbs | 14 +- .../templates/email/protected_action.hbs | 6 +- .../templates/email/protected_action.html.hbs | 6 +- src/static/templates/email/pw_hint_none.hbs | 8 +- .../templates/email/pw_hint_none.html.hbs | 8 +- src/static/templates/email/pw_hint_some.hbs | 12 +- .../templates/email/pw_hint_some.html.hbs | 12 +- .../templates/email/register_verify_email.hbs | 8 +- .../email/register_verify_email.html.hbs | 8 +- .../email/send_2fa_removed_from_org.hbs | 6 +- .../email/send_2fa_removed_from_org.html.hbs | 6 +- .../email/send_emergency_access_invite.hbs | 8 +- .../send_emergency_access_invite.html.hbs | 8 +- .../templates/email/send_org_invite.hbs | 8 +- .../templates/email/send_org_invite.html.hbs | 8 +- .../send_single_org_removed_from_org.hbs | 4 +- .../send_single_org_removed_from_org.html.hbs | 4 +- src/static/templates/email/smtp_test.hbs | 6 +- src/static/templates/email/smtp_test.html.hbs | 6 +- .../templates/email/twofactor_email.hbs | 6 +- .../templates/email/twofactor_email.html.hbs | 6 +- src/static/templates/email/verify_email.hbs | 8 +- .../templates/email/verify_email.html.hbs | 8 +- src/static/templates/email/welcome.hbs | 6 +- src/static/templates/email/welcome.html.hbs | 6 +- .../templates/email/welcome_must_verify.hbs | 8 +- .../email/welcome_must_verify.html.hbs | 8 +- .../templates/scss/user.vaultwarden.scss.hbs | 32 ++++ .../templates/scss/vaultwarden.scss.hbs | 63 +++---- 66 files changed, 464 insertions(+), 436 deletions(-) diff --git a/src/static/templates/404.hbs b/src/static/templates/404.hbs index 064dc5a1..768a1ff8 100644 --- a/src/static/templates/404.hbs +++ b/src/static/templates/404.hbs @@ -1,11 +1,11 @@ - + - Page not found! + 页面未找到! @@ -26,13 +26,13 @@
-

Page not found!

-

Sorry, but the page you were looking for could not be found.

+

页面未找到!

+

抱歉,您访问的页面不存在。

- Return to the web vault?

-

You can return to the web-vault, or contact us.

+ 返回密码库?

+

您可以返回密码库,或联系我们

- + diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs index 5e713105..8fbb70ac 100644 --- a/src/static/templates/admin/base.hbs +++ b/src/static/templates/admin/base.hbs @@ -1,11 +1,11 @@ - + - Vaultwarden Admin Panel + Vaultwarden 管理面板 @@ -13,7 +13,7 @@