[PR #5715] [CLOSED] 拉取最新版本 #2547

Open
opened 2025-10-09 18:07:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5715
Author: @JinkaiNiu
Created: 3/22/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • 5332c7c 翻译为中文语言
  • 66cc0f6 中文readme
  • be52601 Update settings.hbs
  • aed5252 refactor(email): 优化邮件模板中的格式和变量使用
  • 9009b6c refactor(admin): 更新设置页面的中文翻译
  • 61e46dc Update README.md
  • cdfcb85 Merge branch 'dani-garcia:main' into main
  • fbb8f8e Merge branch 'dani-garcia:main' into main
  • 3286b96 Merge branch 'dani-garcia:main' into main
  • 2fde0b1 Merge branch 'dani-garcia:main' into main

📊 Changes

64 files changed (+1212 additions, -946 deletions)

View changed files

📝 README.md (+12 -140)
📝 src/static/templates/404.hbs (+14 -10)
📝 src/static/templates/admin/base.hbs (+20 -16)
📝 src/static/templates/admin/diagnostics.hbs (+142 -125)
📝 src/static/templates/admin/login.hbs (+6 -5)
📝 src/static/templates/admin/organizations.hbs (+24 -22)
📝 src/static/templates/admin/settings.hbs (+70 -55)
📝 src/static/templates/admin/users.hbs (+70 -54)
📝 src/static/templates/email/admin_reset_password.hbs (+4 -3)
📝 src/static/templates/email/admin_reset_password.html.hbs (+11 -6)
📝 src/static/templates/email/change_email.hbs (+5 -4)
📝 src/static/templates/email/change_email.html.hbs (+16 -8)
📝 src/static/templates/email/delete_account.hbs (+4 -4)
📝 src/static/templates/email/delete_account.html.hbs (+24 -13)
📝 src/static/templates/email/email_footer.hbs (+34 -22)
📝 src/static/templates/email/email_header.hbs (+89 -51)
📝 src/static/templates/email/emergency_access_invite_accepted.hbs (+5 -4)
📝 src/static/templates/email/emergency_access_invite_accepted.html.hbs (+22 -12)
📝 src/static/templates/email/emergency_access_invite_confirmed.hbs (+4 -4)
📝 src/static/templates/email/emergency_access_invite_confirmed.html.hbs (+23 -14)

...and 44 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/5715 **Author:** [@JinkaiNiu](https://github.com/JinkaiNiu) **Created:** 3/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`5332c7c`](https://github.com/dani-garcia/vaultwarden/commit/5332c7ceb3a899c3251e3de10cc1743029f9ef8e) 翻译为中文语言 - [`66cc0f6`](https://github.com/dani-garcia/vaultwarden/commit/66cc0f6b4064aa3736e72f07f91160dfa4663dd4) 中文readme - [`be52601`](https://github.com/dani-garcia/vaultwarden/commit/be52601a10c9a65e33c37982ea065d756c76d233) Update settings.hbs - [`aed5252`](https://github.com/dani-garcia/vaultwarden/commit/aed525269515cd835d94c6754309b4c721239e71) refactor(email): 优化邮件模板中的格式和变量使用 - [`9009b6c`](https://github.com/dani-garcia/vaultwarden/commit/9009b6c8cd99fe034cbeccee32e106c864208c76) refactor(admin): 更新设置页面的中文翻译 - [`61e46dc`](https://github.com/dani-garcia/vaultwarden/commit/61e46dcb4c290627eb1f0be2023e958dde0aca40) Update README.md - [`cdfcb85`](https://github.com/dani-garcia/vaultwarden/commit/cdfcb859edb1f61703717014922e4c6f170c46ab) Merge branch 'dani-garcia:main' into main - [`fbb8f8e`](https://github.com/dani-garcia/vaultwarden/commit/fbb8f8e793e3223f623402eed42d2cd46afca3ab) Merge branch 'dani-garcia:main' into main - [`3286b96`](https://github.com/dani-garcia/vaultwarden/commit/3286b9632a938d0f5692fe1b457167a499f3dd74) Merge branch 'dani-garcia:main' into main - [`2fde0b1`](https://github.com/dani-garcia/vaultwarden/commit/2fde0b147d4cb6cb8f71d0a27bb3635c662fb256) Merge branch 'dani-garcia:main' into main ### 📊 Changes **64 files changed** (+1212 additions, -946 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -140) 📝 `src/static/templates/404.hbs` (+14 -10) 📝 `src/static/templates/admin/base.hbs` (+20 -16) 📝 `src/static/templates/admin/diagnostics.hbs` (+142 -125) 📝 `src/static/templates/admin/login.hbs` (+6 -5) 📝 `src/static/templates/admin/organizations.hbs` (+24 -22) 📝 `src/static/templates/admin/settings.hbs` (+70 -55) 📝 `src/static/templates/admin/users.hbs` (+70 -54) 📝 `src/static/templates/email/admin_reset_password.hbs` (+4 -3) 📝 `src/static/templates/email/admin_reset_password.html.hbs` (+11 -6) 📝 `src/static/templates/email/change_email.hbs` (+5 -4) 📝 `src/static/templates/email/change_email.html.hbs` (+16 -8) 📝 `src/static/templates/email/delete_account.hbs` (+4 -4) 📝 `src/static/templates/email/delete_account.html.hbs` (+24 -13) 📝 `src/static/templates/email/email_footer.hbs` (+34 -22) 📝 `src/static/templates/email/email_header.hbs` (+89 -51) 📝 `src/static/templates/email/emergency_access_invite_accepted.hbs` (+5 -4) 📝 `src/static/templates/email/emergency_access_invite_accepted.html.hbs` (+22 -12) 📝 `src/static/templates/email/emergency_access_invite_confirmed.hbs` (+4 -4) 📝 `src/static/templates/email/emergency_access_invite_confirmed.html.hbs` (+23 -14) _...and 44 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:07:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2547