Update translation files

Updated by "Cleanup translation files" add-on in Weblate.

Translation: Trilium Notes/README
Translate-URL: https://hosted.weblate.org/projects/trilium/readme/
This commit is contained in:
Hosted Weblate 2025-10-30 05:16:34 +01:00
parent 78f067965f
commit 35a924a05a
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C
4 changed files with 164 additions and 180 deletions

112
docs/README-ZH_CN.md vendored
View file

@ -30,12 +30,11 @@ Trilium Notes 是一款免费且开源、跨平台的阶层式笔记应用程序
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./docs/app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
stable version, recommended for most users.
- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly)
unstable development version, updated daily with the latest features and
fixes.
## ⏬ 下载
- [最新版本](https://github.com/TriliumNext/Trilium/releases/latest)
稳定版本,推荐给大多数用户。
- [每日构建](https://github.com/TriliumNext/Trilium/releases/tag/nightly)
不稳定开发版本,每日更新,包含最新功能与修复。
## 📖 文件
@ -43,23 +42,18 @@ Trilium Notes 是一款免费且开源、跨平台的阶层式笔记应用程序
我们的文档有多种格式可供使用:
- **在线文档**:请访问我们完整的文档:[docs.triliumnotes.org](https://docs.triliumnotes.org/)
- **In-App Help**: Press `F1` within Trilium to access the same documentation
directly in the application
- **GitHub**: Navigate through the [User
Guide](./docs/User%20Guide/User%20Guide/) in this repository
- **应用内帮助**:在 Trilium 中按下`F1`即可直接在应用程序内访问相同文档
- **GitHub**:浏览此存储库中的[用户指南](./docs/User%20Guide/User%20Guide/)
### Quick Links
- [Getting Started Guide](https://docs.triliumnotes.org/)
- [Installation
Instructions](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
### 快速链接
- [用户说明](https://docs.triliumnotes.org/)
- [安装说明](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md)
- [Docker
Setup](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md)
- [Upgrading
设置](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md)
- [升级
TriliumNext](./docs/User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md)
- [Basic Concepts and
Features](./docs/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md)
- [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge)
- [基本概念与特性](./docs/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md)
- [个人知识库模式](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge)
## 🎁 功能
@ -106,9 +100,8 @@ Trilium Notes 是一款免费且开源、跨平台的阶层式笔记应用程序
## ⚠️ 为什么是 TriliumNext
The original Trilium developer ([Zadam](https://github.com/zadam)) has
graciously given the Trilium repository to the community project which resides
at https://github.com/TriliumNext
Trilium 的原始开发者([Zadam](https://github.com/zadam))已慷慨地将 Trilium
代码库移交至社区项目该项目现托管于https://github.com/TriliumNext
### ⬆️ 从 Trilium 迁移?
@ -141,8 +134,7 @@ TriliumNext 版本已提升同步版本号(与上述不再兼容)。
如果你的发行版如下表所列,请使用该发行版的套件。
[![Packaging
status](https://repology.org/badge/vertical-allrepos/triliumnext.svg)](https://repology.org/project/triliumnext/versions)
[![打包状态](https://repology.org/badge/vertical-allrepos/triliumnext.svg)](https://repology.org/project/triliumnext/versions)
你也可以从[最新释出页面](https://github.com/TriliumNext/Trilium/releases/latest)下载对应平台的二进制文件,解压缩后执行
`trilium` 可执行文件。
@ -159,8 +151,7 @@ TriliumNext 也提供 Flatpak惟尚未发布到 FlatHub。
若要在行动装置上使用 TriliumNext你可以透过移动查看器存取服务器安装的移动版接口见下
See issue https://github.com/TriliumNext/Trilium/issues/4962 for more
information on mobile app support.
有关移动应用支持的更多信息,请参阅问题 https://github.com/TriliumNext/Trilium/issues/4962。
如果你偏好原生 Android 应用,可使用
[TriliumDroid](https://apt.izzysoft.de/fdroid/index/apk/eu.fliegendewurst.triliumdroid)。回报问题或缺少的功能,请至[其储存库](https://github.com/FliegendeWurst/TriliumDroid)。
@ -181,8 +172,7 @@ Trilium。
以下是目前的语言覆盖状态:
[![Translation
status](https://hosted.weblate.org/widget/trilium/multi-auto.svg)](https://hosted.weblate.org/engage/trilium/)
[![翻译状态](https://hosted.weblate.org/widget/trilium/multi-auto.svg)](https://hosted.weblate.org/engage/trilium/)
### 程序代码
@ -215,57 +205,39 @@ pnpm run --filter desktop electron-forge:make --arch=x64 --platform=win32
更多细节请参见[开发文件](https://github.com/TriliumNext/Trilium/tree/main/docs/Developer%20Guide/Developer%20Guide)。
### Developer Documentation
### 开发者文档
Please view the [documentation
guide](https://github.com/TriliumNext/Trilium/blob/main/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md)
for details. If you have more questions, feel free to reach out via the links
described in the "Discuss with us" section above.
详情请参阅[文档指南](https://github.com/TriliumNext/Trilium/blob/main/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md)。如有更多疑问,欢迎通过上方“联系我们”部分提供的链接与我们沟通。
## 👏 鸣谢
* [zadam](https://github.com/zadam) for the original concept and implementation
of the application.
* [Sarah Hussein](https://github.com/Sarah-Hussein) for designing the
application icon.
* [nriver](https://github.com/nriver) for his work on internationalization.
* [Thomas Frei](https://github.com/thfrei) for his original work on the Canvas.
* [antoniotejada](https://github.com/nriver) for the original syntax highlight
widget.
* [Dosu](https://dosu.dev/) for providing us with the automated responses to
GitHub issues and discussions.
* [Tabler Icons](https://tabler.io/icons) for the system tray icons.
* [zadam](https://github.com/zadam) 对于应用程序的原始概念设计与实现。
* [Sarah Hussein](https://github.com/Sarah-Hussein) 为应用程序设计图标。
* [nriver](https://github.com/nriver) 对其在国际化工作中的贡献。
* [Thomas Frei](https://github.com/thfrei) 因其在 Canvas 方面的原创工作。
* [antoniotejada](https://github.com/nriver) 原始语法高亮小部件的作者。
* [Dosu](https://dosu.dev/) 为我们提供 GitHub 问题和讨论的自动化回复。
* [Tabler Icons](https://tabler.io/icons) 用于系统托盘图标。
Trilium would not be possible without the technologies behind it:
若没有支撑其背后的技术Trilium 项目便无法实现:
* [CKEditor 5](https://github.com/ckeditor/ckeditor5) - the visual editor behind
text notes. We are grateful for being offered a set of the premium features.
* [CodeMirror](https://github.com/codemirror/CodeMirror) - code editor with
support for huge amount of languages.
* [Excalidraw](https://github.com/excalidraw/excalidraw) - the infinite
whiteboard used in Canvas notes.
* [Mind Elixir](https://github.com/SSShooter/mind-elixir-core) - providing the
mind map functionality.
* [Leaflet](https://github.com/Leaflet/Leaflet) - for rendering geographical
maps.
* [Tabulator](https://github.com/olifolkerd/tabulator) - for the interactive
table used in collections.
* [FancyTree](https://github.com/mar10/fancytree) - feature-rich tree library
without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map)
* [CKEditor 5](https://github.com/ckeditor/ckeditor5) ——
文本笔记背后的可视化编辑器。我们非常感谢能获得这套高级功能的使用权限。
* [CodeMirror](https://github.com/codemirror/CodeMirror) —— 支持海量编程语言的代码编辑器。
* [Excalidraw](https://github.com/excalidraw/excalidraw) —— 画布笔记中使用的无限白板。
* [Mind Elixir](https://github.com/SSShooter/mind-elixir-core) —— 提供思维导图功能。
* [Leaflet](https://github.com/Leaflet/Leaflet) —— 用于渲染地理地图。
* [Tabulator](https://github.com/olifolkerd/tabulator) —— 用于集合中的交互式表格。
* [FancyTree](https://github.com/mar10/fancytree) —— 功能丰富的树形控件库,无可匹敌。
* [jsPlumb](https://github.com/jsplumb/jsplumb) ——
可视化连接库。用于[关系图](https://triliumnext.github.io/Docs/Wiki/relation-map.html)和[链接图](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map)
## 🤝 支持我们
Trilium is built and maintained with [hundreds of hours of
work](https://github.com/TriliumNext/Trilium/graphs/commit-activity). Your
support keeps it open-source, improves features, and covers costs such as
hosting.
Trilium
的开发与维护凝聚了[数百小时的工作](https://github.com/TriliumNext/Trilium/graphs/commit-activity)。你的支持将确保其开源性质,推动功能改进,并覆盖托管等相关成本。
Consider supporting the main developer
([eliandoran](https://github.com/eliandoran)) of the application via:
请考虑通过以下方式支持该应用程序的主要开发者([eliandoran](https://github.com/eliandoran)
- [GitHub Sponsors](https://github.com/sponsors/eliandoran)
- [PayPal](https://paypal.me/eliandoran)

14
docs/README-ZH_TW.md vendored
View file

@ -206,7 +206,7 @@ pnpm run --filter desktop electron-forge:make --arch=x64 --platform=win32
### 開發者文件
請參閱[環境設定指南](https://github.com/TriliumNext/Trilium/blob/main/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md)。若有更多疑問,歡迎透過上方「與我們交流」章節所列連結與我們聯繫。
請參閱[文件指南](https://github.com/TriliumNext/Trilium/blob/main/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md)。若有更多疑問,歡迎透過上方「與我們交流」章節所列連結與我們聯繫。
## 👏 鳴謝
@ -220,14 +220,14 @@ pnpm run --filter desktop electron-forge:make --arch=x64 --platform=win32
若無其背後的技術支撐Trilium 便無法開發完成:
* [CKEditor 5](https://github.com/ckeditor/ckeditor5) -
* [CKEditor 5](https://github.com/ckeditor/ckeditor5) ——
文字筆記背後的視覺化編輯器。我們衷心感謝獲贈這套進階功能套件。
* [CodeMirror](https://github.com/codemirror/CodeMirror) —— 支援大量語言的程式碼編輯器。
* [Excalidraw](https://github.com/excalidraw/excalidraw) - 畫布筆記中使用的無限白板。
* [Mind Elixir](https://github.com/SSShooter/mind-elixir-core) - 提供心智圖功能。
* [Leaflet](https://github.com/Leaflet/Leaflet) - 用於渲染地理地圖。
* [Tabulator](https://github.com/olifolkerd/tabulator) - 用於集合中的互動式表格。
* [FancyTree](https://github.com/mar10/fancytree) —— 功能非常豐富的樹狀元件,幾乎沒有對手
* [Excalidraw](https://github.com/excalidraw/excalidraw) —— 畫布筆記中使用的無限白板。
* [Mind Elixir](https://github.com/SSShooter/mind-elixir-core) —— 提供心智圖功能。
* [Leaflet](https://github.com/Leaflet/Leaflet) —— 用於渲染地理地圖。
* [Tabulator](https://github.com/olifolkerd/tabulator) —— 用於集合中的互動式表格。
* [FancyTree](https://github.com/mar10/fancytree) —— 功能非常豐富的樹狀元件,無可匹敵
* [jsPlumb](https://github.com/jsplumb/jsplumb) ——
視覺連線函式庫。用於[關聯圖](https://triliumnext.github.io/Docs/Wiki/relation-map.html)與[連結圖](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map)

208
docs/README-de.md vendored
View file

@ -136,7 +136,7 @@ Unsere Dokumentation ist verfügbar in mehreren Formaten:
Ressourcen/Communities von Drittanbietern:
- [awesome-trilium](https://github.com/Nriver/awesome-trilium) bietet von
Drittanbietern erstellte Themes, Skripte, Plugins und vieles mehr
Drittanbietern erstellte Themes, Skripte, Plugins und vieles mehr.
- [TriliumRocks!](https://trilium.rocks/) für Tutorials, Anleitungen und vieles
mehr.
@ -149,8 +149,8 @@ https://github.com/TriliumNext agiert
### Migration von Zadam/Trilium?
Es sind keine speziellen Migrationsschritte erforderlich, um von einer
zadam/Trilium-Instanz auf eine TriliumNext/Trilium-Instanz umzustellen. Man
[Installieret TriliumNext/Trilium](#-installation) einfach wie gewohnt, und die
zadam/Trilium-Instanz auf eine TriliumNext/Trilium-Instanz umzustellen.
[Installiere TriliumNext/Trilium](#-installation) einfach wie gewohnt, und die
vorhandene Datenbank wird verwendet.
Versionen bis einschließlich
@ -158,7 +158,7 @@ Versionen bis einschließlich
kompatibel mit der letzten zadam/trilium-Version
[v0.63.7](https://github.com/zadam/trilium/releases/tag/v0.63.7). Alle späteren
Versionen von TriliumNext/Trilium haben ihre Sync-Versionen erhöht, was eine
direkte Migration verhindert
direkte Migration verhindert.
## 💬 Diskussion mit uns
@ -169,79 +169,85 @@ oder Problemberichte sind jederzeit willkommen!
Echtzeit-Diskussionen.)
- Der `allgemeine` Matrix-Raum ist zusätzlich mit
[XMPP](xmpp:discuss@trilium.thisgreat.party?join) verbunden
- (Github Diskussionen)(https://github.com/TriliumNext/Trilium/discussions) (für
- [Github Diskussionen](https://github.com/TriliumNext/Trilium/discussions) (für
asynchrone Diskussionen)
- [Github-Probleme](https://github.com/TriliumNext/Trilium/issues) (für
- [Github Issues](https://github.com/TriliumNext/Trilium/issues) (für
Fehlerberichte und Funktionsanfragen)
## 🏗 Installation
### Windows / MacOS
Lade die Binärversion für deine Plattform von der Seite mit den [neuesten
Versionen](https://github.com/TriliumNext/Trilium/releases/latest) herunter,
Lade die Binärversion für deine Plattform von der Seite mit der [neuesten
Version](https://github.com/TriliumNext/Trilium/releases/latest) herunter,
entpacke das Paket und führe die ausführbare Datei `trilium` aus.
### Linux
If your distribution is listed in the table below, use your distribution's
package.
Wenn deine Distribution in der folgenden Tabelle aufgeführt ist, verwenden das
Paket deiner Distribution.
[![Packaging
status](https://repology.org/badge/vertical-allrepos/triliumnext.svg)](https://repology.org/project/triliumnext/versions)
[![Paketierungsstatus](https://repology.org/badge/vertical-allrepos/triliumnext.svg)](https://repology.org/project/triliumnext/versions)
You may also download the binary release for your platform from the [latest
release page](https://github.com/TriliumNext/Trilium/releases/latest), unzip the
package and run the `trilium` executable.
Du kannst auch die Binärversion für deine Plattform von der Seite mit der
[neusten Version](https://github.com/TriliumNext/Trilium/releases/latest)
herunterladen, das Paket entpacken und die ausführbare Datei `trilium`
ausführen.
TriliumNext is also provided as a Flatpak, but not yet published on FlatHub.
TriliumNext ist auch als Flatpak verfügbar, jedoch noch nicht auf Flathub
veröffentlicht.
### Browser (any OS)
### Browser (beliebiges Betriebssystem)
If you use a server installation (see below), you can directly access the web
interface (which is almost identical to the desktop app).
Bei Verwendung einer Server-Installation (siehe unten) kann direkt auf die
Weboberfläche zugegriffen werden. (die nahezu identisch mit der
Desktop-Anwendung ist).
Currently only the latest versions of Chrome & Firefox are supported (and
tested).
Derzeit werden ausschließlich die neuesten Versionen von Chrome und Firefox
unterstützt (und getestet).
### Mobile
### Mobilgeräte
To use TriliumNext on a mobile device, you can use a mobile web browser to
access the mobile interface of a server installation (see below).
Um TriliumNext auf einem mobilen Gerät zu verwenden, kann ein mobiler Webbrowser
genutzt werden, um die mobile Oberfläche einer Server-Installation (siehe unten)
aufzurufen.
See issue https://github.com/TriliumNext/Trilium/issues/4962 for more
information on mobile app support.
Weitere Informationen zur Unterstützung mobiler Apps findest du unter
https://github.com/TriliumNext/Trilium/issues/4962.
If you prefer a native Android app, you can use
[TriliumDroid](https://apt.izzysoft.de/fdroid/index/apk/eu.fliegendewurst.triliumdroid).
Report bugs and missing features at [their
repository](https://github.com/FliegendeWurst/TriliumDroid). Note: It is best to
disable automatic updates on your server installation (see below) when using
TriliumDroid since the sync version must match between Trilium and TriliumDroid.
Wenn du eine native Android-App bevorzugst, kannst du
[TriliumDroid](https://apt.izzysoft.de/fdroid/index/apk/eu.fliegendewurst.triliumdroid)
verwenden. Melde Fehler und fehlende Funktionen unter [ihrem
Repository](https://github.com/FliegendeWurst/TriliumDroid). Hinweis: Bei
Verwendung von TriliumDroid solltest du die automatischen Updates auf deinem
Server deaktivieren (siehe unten), da die Synchronisierungsversion zwischen
Trilium und TriliumDroid übereinstimmen muss.
### Server
To install TriliumNext on your own server (including via Docker from
[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) follow [the server
installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation).
Um TriliumNext auf deinen eigenen Server zu installieren (einschließlich über
Docker von [Dockerhub](https://hub.docker.com/r/triliumnext/trilium)), befolge
[die
Server-Installationsanweisungen](https://triliumnext.github.io/Docs/Wiki/server-installation).
## 💻 Contribute
## 💻 Mitwirken
### Translations
### Übersetzungen
If you are a native speaker, help us translate Trilium by heading over to our
[Weblate page](https://hosted.weblate.org/engage/trilium/).
Wenn du Trilium in einer weiteren Sprache unterstützen möchtest, kannst du über
unsere [[Weblate-Seite](https://hosted.weblate.org/engage/trilium/) an den
Übersetzungen mitwirken.
Here's the language coverage we have so far:
Hier ist die bisherige Sprachabdeckung:
[![Status der
Übersetzung](https://hosted.weblate.org/widget/trilium/multi-auto.svg)](https://hosted.weblate.org/engage/trilium/)
### Code
Download the repository, install dependencies using `pnpm` and then run the
server (available at http://localhost:8080):
Lade das Repository herunter, die Abhängigkeiten mit `pnpm` installieren und
anschließend den Server starten (verfügbar unter http://localhost:8080):
```shell
git clone https://github.com/TriliumNext/Trilium.git
cd Trilium
@ -249,10 +255,11 @@ pnpm install
pnpm run server:start
```
### Documentation
### Dokumentation
Download the repository, install dependencies using `pnpm` and then run the
environment required to edit the documentation:
Das Repository herunterladen, die Abhängigkeiten mit `pnpm` installieren und
anschließend die Umgebung starten, die zum Bearbeiten der Dokumentation benötigt
wird:
```shell
git clone https://github.com/TriliumNext/Trilium.git
cd Trilium
@ -260,9 +267,9 @@ pnpm install
pnpm edit-docs:edit-docs
```
### Building the Executable
Download the repository, install dependencies using `pnpm` and then build the
desktop app for Windows:
### Erstellung der ausführbaren Datei
Das Repository herunterladen, die Abhängigkeiten mit `pnpm` installieren und
anschließend die Desktop-Anwendung für Windows erstellen:
```shell
git clone https://github.com/TriliumNext/Trilium.git
cd Trilium
@ -270,70 +277,75 @@ pnpm install
pnpm run --filter desktop electron-forge:make --arch=x64 --platform=win32
```
For more details, see the [development
docs](https://github.com/TriliumNext/Trilium/tree/main/docs/Developer%20Guide/Developer%20Guide).
Weitere Informationen finden sich in der
[Entwicklerdokumentation](https://github.com/TriliumNext/Trilium/tree/main/docs/Developer%20Guide/Developer%20Guide).
### Developer Documentation
### Entwicklerdokumentation
Please view the [documentation
guide](https://github.com/TriliumNext/Trilium/blob/main/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md)
for details. If you have more questions, feel free to reach out via the links
described in the "Discuss with us" section above.
Die
[Dokumentationsanleitung](https://github.com/TriliumNext/Trilium/blob/main/docs/Developer%20Guide/Developer%20Guide/Environment%20Setup.md)
enthält weitere Details. Bei offenen Fragen kann über die im Abschnitt
„Diskussion mit uns“ genannten Kommunikationskanäle Kontakt aufgenommen werden.
## 👏 Shoutouts
## 👏 Dankeschön
* [zadam](https://github.com/zadam) for the original concept and implementation
of the application.
* [Sarah Hussein](https://github.com/Sarah-Hussein) for designing the
application icon.
* [nriver](https://github.com/nriver) for his work on internationalization.
* [Thomas Frei](https://github.com/thfrei) for his original work on the Canvas.
* [antoniotejada](https://github.com/nriver) for the original syntax highlight
widget.
* [Dosu](https://dosu.dev/) for providing us with the automated responses to
GitHub issues and discussions.
* [Tabler Icons](https://tabler.io/icons) for the system tray icons.
* [zadam](https://github.com/zadam) für das ursprüngliche Konzept und die
Implementierung der Anwendung.
* [Sarah Hussein](https://github.com/Sarah-Hussein) für die Gestaltung des
Anwendungssymbols.
* [nriver](https://github.com/nriver) für seine Arbeit zur
Internationalisierung.
* [Thomas Frei](https://github.com/thfrei) für seine ursprüngliche Arbeit an
Canvas.
* [antoniotejada](https://github.com/nriver) für das ursprüngliche
Syntax-Highlighting-Widget.
* [Dosu](https://dosu.dev/) für die Bereitstellung automatisierter Antworten auf
GitHub-Issues und Diskussionen.
* [Tabler-Icons](https://tabler.io/icons) für die Symbole in der Taskleiste.
Trilium would not be possible without the technologies behind it:
Trilium wäre ohne die zugrundeliegenden Technologien nicht möglich:
* [CKEditor 5](https://github.com/ckeditor/ckeditor5) - the visual editor behind
text notes. We are grateful for being offered a set of the premium features.
* [CodeMirror](https://github.com/codemirror/CodeMirror) - code editor with
support for huge amount of languages.
* [Excalidraw](https://github.com/excalidraw/excalidraw) - the infinite
whiteboard used in Canvas notes.
* [Mind Elixir](https://github.com/SSShooter/mind-elixir-core) - providing the
mind map functionality.
* [Leaflet](https://github.com/Leaflet/Leaflet) - for rendering geographical
maps.
* [Tabulator](https://github.com/olifolkerd/tabulator) - for the interactive
table used in collections.
* [FancyTree](https://github.com/mar10/fancytree) - feature-rich tree library
without real competition.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library.
Used in [relation
maps](https://triliumnext.github.io/Docs/Wiki/relation-map.html) and [link
maps](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map)
* [CKEditor 5](https://github.com/ckeditor/ckeditor5) der visuelle Editor
hinter Textnotizen. Wir sind dankbar dafür, dass uns eine Reihe von
Premium-Funktionen zur Verfügung gestellt werden.
* [CodeMirror](https://github.com/codemirror/CodeMirror) - Code-Editor mit
Unterstützung für eine Vielzahl von Sprachen.
* [Excalidraw](https://github.com/excalidraw/excalidraw) das unendliche
Whiteboard, verwendet in Canvas-Notizen.
* [Mind Elixir](https://github.com/SSShooter/mind-elixir-core) bietet die
Mindmap-Funktionalität.
* [Leaflet](https://github.com/Leaflet/Leaflet) für die Darstellung
geografischen Karten.
* [Tabulator](https://github.com/olifolkerd/tabulator) - für die interaktive
Tabelle in Kollektionen.
* [FancyTree](https://github.com/mar10/fancytree) funktionsreiche
Baum-Bibliothek ohne echte Konkurrenz.
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visuelle
Verbindungsbibliothek. Verwendet in
[Beziehungskarten](https://triliumnext.github.io/Docs/Wiki/relation-map.html)
und
[Verbindungskarten](https://triliumnext.github.io/Docs/Wiki/note-map.html#link-map)
## 🤝 Support
## 🤝 Unterstützung
Trilium is built and maintained with [hundreds of hours of
work](https://github.com/TriliumNext/Trilium/graphs/commit-activity). Your
support keeps it open-source, improves features, and covers costs such as
hosting.
Trilium wurde mit [Hunderten von
Arbeitsstunden](https://github.com/TriliumNext/Trilium/graphs/commit-activity)
entwickelt und wird auch so weitergeführt. Deine Unterstützung sorgt dafür, dass
es Open Source bleibt, verbessert die Funktionen und deckt Kosten wie das
Hosting.
Consider supporting the main developer
([eliandoran](https://github.com/eliandoran)) of the application via:
Bitte unterstütze den Hauptentwickler
([eliandoran](https://github.com/eliandoran)) der Anwendung über:
- [GitHub Unterstützer](https://github.com/sponsors/eliandoran)
- [PayPal](https://paypal.me/eliandoran)
- [Buy Me a Coffee](https://buymeacoffee.com/eliandoran)
- [Kauf mir einen Kaffee](https://buymeacoffee.com/eliandoran)
## 🔑 Lizenz
Copyright 2017-2025 zadam, Elian Doran, und andere Unterstützer
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
Dieses Programm ist freie Software: Sie können es unter den Bedingungen der GNU
Affero General Public License, wie von der Free Software Foundation
veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 3 der
Lizenz oder (nach Ihrer Wahl) jeder späteren Version.

10
docs/README-es.md vendored
View file

@ -36,12 +36,12 @@ resumen rápido:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./docs/app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download
## ⏬ Descargar
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest)
stable version, recommended for most users.
- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly)
unstable development version, updated daily with the latest features and
fixes.
versión estable, recomendada para la mayoría de los usuarios.
- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly):
versión de desarrollo inestable, actualizada diariamente con las últimas
funciones y correcciones.
## 📚 Documentación