-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Translating admin page
Since the Vaultwarden admin page is separate from the official Bitwarden self-hosted 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.
You can use customized templates by
- copying the respective files from the repository (from
src/static/templates/admin
) to the correspondingTEMPLATES_FOLDER
with the same folder structure (e.g. todata/templates/admin
) - changing them (e.g. translate them - but be sure to keep the {{variables}} in the link intact so everything still works) and
- 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).
- 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.
- Which container image to use
- Starting a container
- Using Docker Compose
- Using Podman
- Updating the vaultwarden image
- Overview
- Enabling admin page
- SMTP configuration
- Disable registration of new users
- Disable invitations
- Enabling WebSocket notifications
- Enabling Mobile Client push notification
- Other configuration
- Using the MariaDB (MySQL) Backend
- Using the PostgreSQL Backend
- Running without WAL enabled
- Migrating from MariaDB (MySQL) to SQLite
- Hardening Guide
- Password hint display
- Enabling U2F and FIDO2 WebAuthn authentication
- Enabling YubiKey OTP authentication
- Fail2Ban Setup
- Fail2Ban + ModSecurity + Traefik + Docker
- Translating the email templates
- Translating admin page
- Customize Vaultwarden CSS
- Using custom website icons
- Disabling or overriding the Vault interface hosting
- Building binary
- Building your own docker image
- Git hooks
- Differences from the upstream API implementation