中文说明 This repo provides a translation for the awesome Trilium Notes. If you'd like to translate Trilium Notes into any language you like, please follow this guide. Currently, I have translated Trilium Notes into Chinese. The translation will keep update to the latest Trilium Notes' stable releases.
Star this repo if you like it, thx :)
If you have old data, PLEASE BACK UP YOUR DATA BEFORE USE.
- Table of Contents
- Trilium Translation
- Screenshots
- How to use
- How to run server with docker
- How to translate
- Limitations
- Stargazers over time
- Donation
- Thanks
Original dark theme
Original light theme
Nier theme made by me :)
- Download from the latest Release that suit your computer system.
- Unzip and execute(trilium for Linux, trilium.sh for Linux server, trilium.exe for Windows, trilium.app for macOS).
- Enjoy :)
For Trilium Notes server, you can download my docker-compose.yml Then run it with docker simply by executing:
docker-compose up -d
It will download the Chinese version of Trilium I built on Docker Hub.
Open http://127.0.0.1:8080 in your browser to access the server page.
Your note data will be in the same directory of the docker-compose.yml file.
If you would like to check the code (my codes comes with Chinese and English comments, check it) and compile it by yourself. Here is some information may be useful.
WARNING! The scripts I wrote includes some 'rm -rf' commands, modify and use codes with care!
It extracts the resource files from the latest Trilium Notes official release and use regular expression to replace UI text for each file. Then pack the translated files back into the package. Done.
My environment is Manjaro(Linux)/macOS based, but you can make some change to work on other platform. You need to change some path configuration in my code to work on your machine.
Python3 with module
pip3 install requests --user
Nodejs with module
npm install -g asar
npm install -g webpack
npm install -g webpack-cli
7z if you want to make release
- Modify configurations in
settings.py
by the comments. - Do translate in
translations.py
. (Seetranslations_cn.py
. There are over 1000 lines to translate, be patient :) ) - Run
python3 init.py
to download latest Trilium Notes. - Run
python3 trans.py
to make a translation patch. - Run
python3 make_release.py
to apply patch to releases for all platforms.
Note: In translations.py
there are some texts begin or ends with quotes were made on purpose for regex match, do not remove them in your translation. There are some text like '${xxxx}' in the translation, these are the placeholder in the original Trilium Notes source code, do not modify them unless you know what you are doing.
If you'd like to translate more text, mark each text in the file that you want to translate with double brackets{{}}
like I did in trans.py
.
Put everything between double brackets into the dict in translations.py
and translate to the language you like. (Some text were ended with }
. Try to avoid triple brackets by change from ${xxx}}}'
to something like ${xxx}'}}
)
The translation is hard-coded in the frontend/backend source code, so you can not switch between languages. If there were some mistakes in the translation, Trilium Notes may not function correctly. Therefore, please back up your data before use.
If you break Trilium Notes somehow, you need to redownload everything with init.py
.
Generated by caarlos0/starcharts.
If my work helped you, donation is very welcomed, I would be a great inspiration!
Thank you for your support, it fills me with determination.
Thanks tr**one
for donating 20.00 CNY!
Thanks 1*0
for donating 8.00 CNY for a MXBC milk tea!
Thanks **钧
for donating 38.00 CNY for a cup of coffee!
Thanks *风
for donating 25.00 CNY!
Thanks **进
for donating 25.00 CNY!
Thanks **甜
for donating 18.00 CNY!
Thanks for the greate IDE Pycharm from Jetbrains.