From b9ca632d80fe28709b3d9a751aba27639152cd35 Mon Sep 17 00:00:00 2001 From: wcjxixi Date: Thu, 27 Mar 2025 23:06:45 +0800 Subject: [PATCH] Created Translating admin page (markdown) --- Translating-admin-page.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Translating-admin-page.md diff --git a/Translating-admin-page.md b/Translating-admin-page.md new file mode 100644 index 0000000..9ee702a --- /dev/null +++ b/Translating-admin-page.md @@ -0,0 +1,23 @@ +Since the Vaultwarden admin page is separate from the official Bitwarden self-hosted [System Administrator Portal](https://bitwarden.com/help/system-administrator-portal/), it is currently only available in English and not possible to provide multiple languages for different users on the same server. + +If you or your admin don't understand English, or you prefer to have it display your preferred language, you can translate the admin page into your preferred language. + +## How to translate / customize the admin page? + +You can use customized templates by + +1. copying the respective files from the repository (from `src/static/templates/admin`) to the corresponding `TEMPLATES_FOLDER` with the same folder structure (e.g. to `data/templates/admin`) +2. translating them and +3. restarting vaultwarden to load the new (overwritten) templates. + +**Note:** For ensuring compatibility you should initially download the templates for your version and you will also have to keep them up to date yourself if they ever change (or should new templates get added). + +## Translations + +* Simplified Chinese by @wcjxixi: https://github.com/wcjxixi/vaultwarden-lang-zhcn +* Simplified Chinese by @zituoguan: https://github.com/zituoguan/vaultwarden-lang-zh_CN +* Simplified Chinese by @JinkaiNiu: https://github.com/JinkaiNiu/vaultwarden-zh-cn +* Russian by @marat2509: https://github.com/marat2509/vaultwarden-lang-ru + +> [!WARNING] +> Translations are provided as is by community members and we have not tested them. So use them at your own risk. If there has been a breaking change (e.g. caused by a new release of Vaultwarden) inform the maintainer and/or make a note here. \ No newline at end of file