Core changes for ARM64 Linux better-sqlite3 fix:
- .github/workflows/release.yml: Use ubuntu-24.04-arm for ARM64 Linux
- .github/actions/build-electron/action.yml: Add TARGET_ARCH env var
- scripts/electron-rebuild.mts: Add arch parameter to rebuild
const commentBody = `${customMessage}!\n\n🔗 Preview URL: ${previewUrl}\n📖 Production URL: ${mainUrl}\n\n✅ All checks passed\n\n_This preview will be updated automatically with new commits._`;
// This file is automatically generated by Nx Console
You are in an nx workspace using Nx 21.3.9 and pnpm as the package manager.
You have access to the Nx MCP server and the tools it provides. Use them. Follow these guidelines in order to best help the user:
# General Guidelines
- When answering questions, use the nx_workspace tool first to gain an understanding of the workspace architecture
- For questions around nx configuration, best practices or if you're unsure, use the nx_docs tool to get relevant, up-to-date docs!! Always use this instead of assuming things about nx configuration
- If the user needs help with an Nx configuration or project graph error, use the 'nx_workspace' tool to get any errors
- To help answer questions about the workspace structure or simply help with demonstrating how tasks depend on each other, use the 'nx_visualize_graph' tool
# Generation Guidelines
If the user wants to generate something, use the following flow:
- learn about the nx workspace and any specifics the user needs by using the 'nx_workspace' tool and the 'nx_project_details' tool if applicable
- get the available generators using the 'nx_generators' tool
- decide which generator to use. If no generators seem relevant, check the 'nx_available_plugins' tool to see if the user could install a plugin to help them
- get generator details using the 'nx_generator_schema' tool
- you may use the 'nx_docs' tool to learn more about a specific generator or technology if you're unsure
- decide which options to provide in order to best complete the user's request. Don't make any assumptions and keep the options minimalistic
- open the generator UI using the 'nx_open_generate_ui' tool
- wait for the user to finish the generator
- read the generator log file using the 'nx_read_generator_log' tool
- use the information provided in the log file to answer the user's question or continue with what they were doing
# Running Tasks Guidelines
If the user wants help with tasks or commands (which include keywords like "test", "build", "lint", or other similar actions), use the following flow:
- Use the 'nx_current_running_tasks_details' tool to get the list of tasks (this can include tasks that were completed, stopped or failed).
- If there are any tasks, ask the user if they would like help with a specific task then use the 'nx_current_running_task_output' tool to get the terminal output for that task/command
- Use the terminal output from 'nx_current_running_task_output' to see what's wrong and help the user fix their problem. Use the appropriate tools if necessary
- If the user would like to rerun the task or command, always use `nx run <taskId>` to rerun in the terminal. This will ensure that the task will run in the nx context and will be run the same way it originally executed
- If the task was marked as "continuous" do not offer to rerun the task. This task is already running and the user can see the output in the terminal. You can use 'nx_current_running_task_output' to get the output of the task to verify the output.
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Overview
Trilium Notes is a hierarchical note-taking application with advanced features like synchronization, scripting, and rich text editing. It's built as a TypeScript monorepo using NX, with multiple applications and shared packages.
Trilium Notes is a hierarchical note-taking application with advanced features like synchronization, scripting, and rich text editing. It's built as a TypeScript monorepo using pnpm, with multiple applications and shared packages.
## Development Commands
@@ -14,12 +14,9 @@ Trilium Notes is a hierarchical note-taking application with advanced features l
### Running Applications
-`pnpm run server:start` - Start development server (http://localhost:8080)
-`pnpm nx run server:serve` - Alternative server start command
-`pnpm nx run desktop:serve` - Run desktop Electron app
-`pnpm run server:start-prod` - Run server in production mode
- [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)
## 🎁 Features
* Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see [cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes))
@@ -46,28 +63,15 @@ See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for q
- [awesome-trilium](https://github.com/Nriver/awesome-trilium) for 3rd party themes, scripts, plugins and more.
- [TriliumRocks!](https://trilium.rocks/) for tutorials, guides, and much more.
## ⚠️ Why TriliumNext?
## ❓Why TriliumNext?
[The original Trilium project is in maintenance mode](https://github.com/zadam/trilium/issues/4620).
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
### Migrating from Trilium?
### ⬆️Migrating from Zadam/Trilium?
There are no special migration steps to migrate from a zadam/Trilium instance to a TriliumNext/Notes instance. Simply [install TriliumNext/Notes](#-installation) as usual and it will use your existing database.
There are no special migration steps to migrate from a zadam/Trilium instance to a TriliumNext/Trilium instance. Simply [install TriliumNext/Trilium](#-installation) as usual and it will use your existing database.
Versions up to and including [v0.90.4](https://github.com/TriliumNext/Notes/releases/tag/v0.90.4) are compatible with the latest zadam/trilium version of [v0.63.7](https://github.com/zadam/trilium/releases/tag/v0.63.7). Any later versions of TriliumNext have their sync versions incremented.
## 📖 Documentation
We're currently in the progress of moving the documentation to in-app (hit the `F1` key within Trilium). As a result, there may be some missing parts until we've completed the migration. If you'd prefer to navigate through the documentation within GitHub, you can navigate the [User Guide](./docs/User%20Guide/User%20Guide/) documentation.
Below are some quick links for your convenience to navigate the documentation:
- [Concepts and Features - Note](./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)
Until we finish reorganizing the documentation, you may also want to [browse the old documentation](https://triliumnext.github.io/Docs).
Versions up to and including [v0.90.4](https://github.com/TriliumNext/Trilium/releases/tag/v0.90.4) are compatible with the latest zadam/trilium version of [v0.63.7](https://github.com/zadam/trilium/releases/tag/v0.63.7). Any later versions of TriliumNext/Trilium have their sync versions incremented which prevents direct migration.
## 💬 Discuss with us
@@ -75,8 +79,8 @@ Feel free to join our official conversations. We would love to hear what feature
- [Github Issues](https://github.com/TriliumNext/Trilium/issues) (For bug reports and feature requests.)
## 🏗 Installation
@@ -104,13 +108,15 @@ Currently only the latest versions of Chrome & Firefox are supported (and tested
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).
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).
See issue https://github.com/TriliumNext/Trilium/issues/4962 for more information on mobile app support.
See issue https://github.com/TriliumNext/Notes/issues/72 for more information on mobile app support.
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.
### Server
To install TriliumNext on your own server (including via Docker from [Dockerhub](https://hub.docker.com/r/triliumnext/notes)) follow [the server installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation).
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).
## 💻 Contribute
@@ -140,7 +146,7 @@ Download the repository, install dependencies using `pnpm` and then run the envi
pnpm run --filter desktop electron-forge:make --arch=x64 --platform=win32
```
For more details, see the [development docs](https://github.com/TriliumNext/Notes/blob/develop/docs/Developer%20Guide/Developer%20Guide/Building%20and%20deployment/Running%20a%20development%20build.md).
For more details, see the [development docs](https://github.com/TriliumNext/Trilium/tree/main/docs/Developer%20Guide/Developer%20Guide).
### Developer Documentation
Please view the [documentation guide](./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.
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.
## 👏 Shoutouts
* [CKEditor 5](https://github.com/ckeditor/ckeditor5) - best WYSIWYG editor on the market, very interactive and listening team
* [FancyTree](https://github.com/mar10/fancytree) - very feature rich tree library without real competition. Trilium Notes would not be the same without it.
* [CodeMirror](https://github.com/codemirror/CodeMirror) - code editor with support for huge amount of languages
* [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library without competition. 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)
* [zadam](https://github.com/zadam) for the original concept and implementation of the application.
* [Larsa](https://github.com/LarsaSara) 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.
Trilium would not be possible without the technologies behind it:
* [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)
## 🤝 Support
Support for the TriliumNext organization will be possible in the near future. For now, you can:
- Support continued development on TriliumNext by supporting our developers: [eliandoran](https://github.com/sponsors/eliandoran) (See the [repository insights]([developers]([url](https://github.com/TriliumNext/Notes/graphs/contributors))) for a full list)
- Show a token of gratitude to the original Trilium developer ([zadam](https://github.com/sponsors/zadam)) via [PayPal](https://paypal.me/za4am) or Bitcoin (bitcoin:bc1qv3svjn40v89mnkre5vyvs2xw6y8phaltl385d2).
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.
Consider supporting the main developer ([eliandoran](https://github.com/eliandoran)) of the application via:
@@ -273,13 +279,17 @@ function connectWebSocket() {
asyncfunctionsendPing() {
if(Date.now()-lastPingTs>30000){
console.log(
utils.now(),
"Lostwebsocketconnection to the backend. If you keep having this issue repeatedly, you might want to check your reverse proxy (nginx, apache) configuration and allow/unblock WebSocket."
);
console.warn(utils.now(),"Lost websocket connection to the backend");
"message":"Nastala kritická chyba která aplikaci brání ve spuštění:\n\n{{message}}\n\nPravděpodobně neočekávaným způsobem selhal skript. Pokuste se restartovat aplikaci v safe módu a problém napravit."
},
"widget-error":{
"title":"Nepodařilo se inicializovat widget",
"message-custom":"Uživatelský widget z poznámky s ID \"{{id}}\" a názvem \"{{title}}\" nemohl být inicializován z důvodu: \n\n{{message}}",
"message-unknown":"Neznámý widget nemohl být inicializován z důvodu:\n\n{{message}}"
},
"bundle-error":{
"title":"Načtení uživatelského skriptu selhalo",
"message":"Uživatelský skript z poznámky s ID \"{{id}}\" a názvem \"{{title}}\" nemohl být spuštěn z důvodu: \n\n{{message}}"
}
},
"ai_llm":{
"n_notes_queued_0":"{{ count }} poznámka ve frontě k indexaci",
"n_notes_queued_1":"{{ count }} poznámky ve frontě k indexaci",
"n_notes_queued_2":"{{ count }} poznámek ve frontě k indexaci",
"search_placeholder":"Suche nach Notiz anhand ihres Titels oder gib > ein für Kommandos..."
},
"markdown_import":{
"dialog_title":"Markdown-Import",
"modal_body_text":"Aufgrund der Browser-Sandbox ist es nicht möglich, die Zwischenablage direkt aus JavaScript zu lesen. Bitte füge den zu importierenden Markdown in den Textbereich unten ein und klicke auf die Schaltfläche „Importieren“.",
"modal_body_text":"Aufgrund der Browser-Sandbox ist es nicht möglich, die Zwischenablage direkt aus JavaScript zu lesen. Bitte füge den zu importierenden Markdown in den Textbereich unten ein und klicke auf die Schaltfläche „Importieren“",
"import_button":"Importieren",
"import_success":"Markdown-Inhalt wurde in das Dokument importiert."
},
@@ -217,21 +218,26 @@
"search_placeholder":"Suche nach einer Notiz anhand ihres Namens",
"move_button":"Zur ausgewählten Notiz wechseln",
"error_no_path":"Kein Weg, auf den man sich bewegen kann.",
"move_success_message":"Ausgewählte Notizen wurden verschoben"
"move_success_message":"Ausgewählte Notizen wurden verschoben in "
},
"note_type_chooser":{
"modal_title":"Wähle den Notiztyp aus",
"modal_body":"Wähle den Notiztyp / die Vorlage der neuen Notiz:",
"templates":"Vorlagen"
"templates":"Vorlagen",
"change_path_prompt":"Ändern wo die neue Notiz erzeugt wird:",
"search_placeholder":"Durchsuche Pfad nach Namen (Standard falls leer)",
"builtin_templates":"Eingebaute Vorlage"
},
"password_not_set":{
"title":"Das Passwort ist nicht festgelegt",
"body1":"Geschützte Notizen werden mit einem Benutzerpasswort verschlüsselt, es wurde jedoch noch kein Passwort festgelegt."
"body1":"Geschützte Notizen werden mit einem Benutzerpasswort verschlüsselt, es wurde jedoch noch kein Passwort festgelegt.",
"body2":"Um Notizen zu schützen, klicke den unteren Button um den Optionsdialog zu öffnen und dein Passwort festzulegen.",
"go_to_password_options":"Gehe zu Passwortoptionen"
},
"prompt":{
"title":"Prompt",
"title":"Eingabeaufforderung",
"ok":"OK",
"defaultTitle":"Prompt"
"defaultTitle":"Eingabeaufforderung"
},
"protected_session_password":{
"modal_title":"Geschützte Sitzung",
@@ -268,7 +274,14 @@
"mime":"MIME: ",
"file_size":"Dateigröße:",
"preview":"Vorschau:",
"preview_not_available":"Für diesen Notiztyp ist keine Vorschau verfügbar."
"preview_not_available":"Für diesen Notiztyp ist keine Vorschau verfügbar.",
"restore_button":"Wiederherstellen",
"delete_button":"Löschen",
"diff_on":"Zeige Differenz",
"diff_off":"Zeige Inhalt",
"diff_on_hint":"Klicke, um die Differenz des Notiz-Quellcodes zu zeigen",
"diff_off_hint":"Klicke, um den Notizinhalt zu zeigen",
"diff_not_available":"Differenz-Abgleich ist nicht verfügbar."
"sorted":"Hält untergeordnete Notizen alphabetisch nach Titel sortiert",
"sort_direction":"ASC (Standard) oder DESC",
"sort_folders_first":"Ordner (Notizen mit Unternotizen) sollten oben sortiert werden",
"top":"Behalte die angegebene Notiz oben in der übergeordneten Notiz (gilt nur für sortierte übergeordnete Notizen).",
"top":"Behalte die angegebene Notiz oben in der übergeordneten Notiz (gilt nur für sortierte übergeordnete Notizen)",
"hide_promoted_attributes":"Heraufgestufte Attribute für diese Notiz ausblenden",
"read_only":"Der Editor befindet sich im schreibgeschützten Modus. Funktioniert nur für Text- und Codenotizen.",
"auto_read_only_disabled":"Text-/Codenotizen können automatisch in den Lesemodus versetzt werden, wenn sie zu groß sind. Du kannst dieses Verhalten für jede einzelne Notiz deaktivieren, indem du diese Beschriftung zur Notiz hinzufügst",
@@ -371,10 +384,10 @@
"inbox":"Standard-Inbox-Position für neue Notizen – wenn du eine Notiz über den \"Neue Notiz\"-Button in der Seitenleiste erstellst, wird die Notiz als untergeordnete Notiz der Notiz erstellt, die mit dem <code>#inbox</code>-Label markiert ist.",
"workspace_inbox":"Standard-Posteingangsspeicherort für neue Notizen, wenn sie zu einem Vorgänger dieser Arbeitsbereichsnotiz verschoben werden",
"sql_console_home":"Standardspeicherort der SQL-Konsolennotizen",
"bookmark_folder":"Notizen mit dieser Bezeichnung werden in den Lesezeichen als Ordner angezeigt (und ermöglichen den Zugriff auf ihre untergeordneten Ordner).",
"bookmark_folder":"Notizen mit dieser Bezeichnung werden in den Lesezeichen als Ordner angezeigt (und ermöglichen den Zugriff auf ihre untergeordneten Ordner)",
"share_hidden_from_tree":"Diese Notiz ist im linken Navigationsbaum ausgeblendet, kann aber weiterhin über ihre URL aufgerufen werden",
"share_external_link":"Die Notiz dient als Link zu einer externen Website im Freigabebaum",
"share_alias":"Lege einen Alias fest, unter dem die Notiz unter https://your_trilium_host/share/[dein_alias] verfügbar sein wird.",
"share_alias":"Lege einen Alias fest, mit dem die Notiz unter https://your_trilium_host/share/[dein_alias] verfügbar sein wird",
"share_omit_default_css":"Das Standard-CSS für die Freigabeseite wird weggelassen. Verwende es, wenn du umfangreiche Stylingänderungen vornimmst.",
"share_root":"Markiert eine Notiz, die im /share-Root bereitgestellt wird.",
"share_description":"Definiere Text, der dem HTML-Meta-Tag zur Beschreibung hinzugefügt werden soll",
@@ -390,7 +403,7 @@
"color":"Definiert die Farbe der Notiz im Notizbaum, in Links usw. Verwende einen beliebigen gültigen CSS-Farbwert wie „rot“ oder #a13d5f",
"keyboard_shortcut":"Definiert eine Tastenkombination, die sofort zu dieser Notiz springt. Beispiel: „Strg+Alt+E“. Erfordert ein Neuladen des Frontends, damit die Änderung wirksam wird.",
"keep_current_hoisting":"Das Öffnen dieses Links ändert das Hochziehen nicht, selbst wenn die Notiz im aktuell hochgezogenen Unterbaum nicht angezeigt werden kann.",
"execute_button":"Titel der Schaltfläche, die die aktuelle Codenotiz ausführt",
"execute_button":"Titel der Schaltfläche, welche die aktuelle Codenotiz ausführt",
"execute_description":"Längere Beschreibung der aktuellen Codenotiz, die zusammen mit der Schaltfläche „Ausführen“ angezeigt wird",
"exclude_from_note_map":"Notizen mit dieser Bezeichnung werden in der Notizenkarte ausgeblendet",
"new_notes_on_top":"Neue Notizen werden oben in der übergeordneten Notiz erstellt, nicht unten.",
@@ -408,7 +421,7 @@
"run_on_attribute_change":" wird ausgeführt, wenn das Attribut einer Notiz geändert wird, die diese Beziehung definiert. Dies wird auch ausgelöst, wenn das Attribut gelöscht wird",
"relation_template":"Die Attribute der Notiz werden auch ohne eine Eltern-Kind-Beziehung vererbt. Der Inhalt und der Unterbaum der Notiz werden den Instanznotizen hinzugefügt, wenn sie leer sind. Einzelheiten findest du in der Dokumentation.",
"inherit":"Die Attribute einer Notiz werden auch ohne eine Eltern-Kind-Beziehung vererbt. Ein ähnliches Konzept findest du unter Vorlagenbeziehung. Siehe Attributvererbung in der Dokumentation.",
"render_note":"Notizen vom Typ \"HTML-Notiz rendern\" werden mit einer Code-Notiz (HTML oder Skript) gerendert, und es ist notwendig, über diese Beziehung anzugeben, welche Notiz gerendert werden soll.",
"render_note":"Notizen vom Typ \"HTML-Notiz rendern\" werden mit einer Code-Notiz (HTML oder Skript) gerendert, und es ist notwendig, über diese Beziehung anzugeben, welche Notiz gerendert werden soll",
"widget_relation":"Das Ziel dieser Beziehung wird ausgeführt und als Widget in der Seitenleiste gerendert",
"share_css":"CSS-Hinweis, der in die Freigabeseite eingefügt wird. Die CSS-Notiz muss sich ebenfalls im gemeinsamen Unterbaum befinden. Erwäge auch die Verwendung von „share_hidden_from_tree“ und „share_omit_default_css“.",
"share_js":"JavaScript-Hinweis, der in die Freigabeseite eingefügt wird. Die JS-Notiz muss sich ebenfalls im gemeinsamen Unterbaum befinden. Erwäge die Verwendung von „share_hidden_from_tree“.",
@@ -418,7 +431,8 @@
"other_notes_with_name":"Other notes with {{attributeType}} name \"{{attributeName}}\"",
"and_more":"... und {{count}} mehr.",
"print_landscape":"Beim Export als PDF, wird die Seitenausrichtung Querformat anstatt Hochformat verwendet.",
"print_page_size":"Beim Export als PDF, wird die Größe der Seite angepasst. Unterstützte Größen: <code>A0</code>, <code>A1</code>, <code>A2</code>, <code>A3</code>, <code>A4</code>, <code>A5</code>, <code>A6</code>, <code>Legal</code>, <code>Letter</code>, <code>Tabloid</code>, <code>Ledger</code>."
"print_page_size":"Beim Export als PDF, wird die Größe der Seite angepasst. Unterstützte Größen: <code>A0</code>, <code>A1</code>, <code>A2</code>, <code>A3</code>, <code>A4</code>, <code>A5</code>, <code>A6</code>, <code>Legal</code>, <code>Letter</code>, <code>Tabloid</code>, <code>Ledger</code>.",
"color_type":"Farbe"
},
"attribute_editor":{
"help_text_body1":"Um ein Label hinzuzufügen, gebe einfach z.B. ein. <code>#rock</code> oder wenn du auch einen Wert hinzufügen möchten, dann z.B. <code>#year = 2024</code>",
@@ -490,9 +504,9 @@
"to":"nach",
"target_parent_note":"Ziel-Übergeordnetenotiz",
"on_all_matched_notes":"Auf allen übereinstimmenden Notizen",
"move_note_new_parent":"Verschiebe die Notiz in die neue übergeordnete Notiz, wenn die Notiz nur eine übergeordnete Notiz hat (d. h. der alte Zweig wird entfernt und ein neuer Zweig in die neue übergeordnete Notiz erstellt).",
"move_note_new_parent":"Verschiebe die Notiz in die neue übergeordnete Notiz, wenn die Notiz nur eine übergeordnete Notiz hat (d. h. der alte Zweig wird entfernt und ein neuer Zweig in die neue übergeordnete Notiz erstellt)",
"clone_note_new_parent":"Notiz auf die neue übergeordnete Notiz klonen, wenn die Notiz mehrere Klone/Zweige hat (es ist nicht klar, welcher Zweig entfernt werden soll)",
"nothing_will_happen":"Es passiert nichts, wenn die Notiz nicht zur Zielnotiz verschoben werden kann (d. h. dies würde einen Baumzyklus erzeugen)."
"nothing_will_happen":"Es passiert nichts, wenn die Notiz nicht zur Zielnotiz verschoben werden kann (z.B. wenn dies einen Kreislauf in der Baumstruktur erzeugen würde)"
},
"rename_note":{
"rename_note":"Notiz umbenennen",
@@ -500,10 +514,10 @@
"new_note_title":"neuer Notiztitel",
"click_help_icon":"Klicke rechts auf das Hilfesymbol, um alle Optionen anzuzeigen",
"evaluated_as_js_string":"Der angegebene Wert wird als JavaScript-String ausgewertet und kann somit über die injizierte <code>note</code>-Variable mit dynamischem Inhalt angereichert werden (Notiz wird umbenannt). Beispiele:",
"example_note":"<code>Notiz</code> – alle übereinstimmenden Notizen werden in „Notiz“ umbenannt.",
"example_note":"<code>Notiz</code> – alle übereinstimmenden Notizen werden in „Notiz“ umbenannt",
"example_new_title":"<code>NEU: ${note.title}</code> – Übereinstimmende Notiztitel erhalten das Präfix „NEU:“",
"example_date_prefix":"<code>${note.dateCreatedObj.format('MM-DD:')}: ${note.title}</code> – übereinstimmende Notizen werden mit dem Erstellungsmonat und -datum der Notiz vorangestellt",
"api_docs":"Siehe API-Dokumente für <a hrefu003d'https://zadam.github.io/trilium/backend_api/Note.html'>Notiz</a> und seinen <a hrefu003d'https://day.js.org/ docs/en/display/format'>dateCreatedObj / utcDateCreatedObj-Eigenschaften</a> für Details."
"api_docs":"Siehe API-Dokumente für <a href='https://zadam.github.io/trilium/backend_api/Note.html'>Notiz</a> und seinen <a href='https://day.js.org/ docs/en/display/format'>dateCreatedObj / utcDateCreatedObj properties</a> für Details."
},
"add_relation":{
"add_relation":"Beziehung hinzufügen",
@@ -567,7 +581,7 @@
"sun":"So",
"cannot_find_day_note":"Tagesnotiz kann nicht gefunden werden",
"january":"Januar",
"febuary":"Februar",
"february":"Februar",
"march":"März",
"april":"April",
"may":"Mai",
@@ -577,7 +591,19 @@
"september":"September",
"october":"Oktober",
"november":"November",
"december":"Dezember"
"december":"Dezember",
"cannot_find_week_note":"Wochennotiz kann nicht gefunden werden",
"take_first_x_results":"Nehmen Sie nur die ersten X angegebenen Ergebnisse."
},
"order_by":{
@@ -928,7 +963,9 @@
"no_attachments":"Diese Notiz enthält keine Anhänge."
},
"book":{
"no_children_help":"Diese Notiz mit dem Notiztyp Buch besitzt keine Unternotizen, deshalb ist nichts zum Anzeigen vorhanden. Siehe <a href=\"https://triliumnext.github.io/Docs/Wiki/book-note.html\">Wiki</a> für mehr Details."
"no_children_help":"Diese Notiz mit dem Notiztyp Buch besitzt keine Unternotizen, deshalb ist nichts zum Anzeigen vorhanden. Siehe <a href=\"https://triliumnext.github.io/Docs/Wiki/book-note.html\">Wiki</a> für mehr Details.",
"drag_locked_title":"Für Bearbeitung gesperrt",
"drag_locked_message":"Das Ziehen ist nicht möglich, da die Sammlung für die Bearbeitung gesperrt ist."
},
"editable_code":{
"placeholder":"Gebe hier den Inhalt deiner Codenotiz ein..."
@@ -942,7 +979,8 @@
"enter_workspace":"Betrete den Arbeitsbereich {{title}}"
},
"file":{
"file_preview_not_available":"Für dieses Dateiformat ist keine Dateivorschau verfügbar."
"file_preview_not_available":"Für dieses Dateiformat ist keine Dateivorschau verfügbar.",
"too_big":"Die Vorschau zeigt aus Effizienzgründen nur die ersten {{maxNumChars}} Zeichen der Datei an. Lade die Datei herunter und öffne sie extern um den gesamten Inhalt zu sehen."
},
"protected_session":{
"enter_password_instruction":"Um die geschützte Notiz anzuzeigen, musst du dein Passwort eingeben:",
@@ -981,7 +1019,7 @@
"web_view":{
"web_view":"Webansicht",
"embed_websites":"Notiz vom Typ Web View ermöglicht das Einbetten von Websites in Trilium.",
"create_label":"To start, please create a label with a URL address you want to embed, e.g. #webViewSrc=\"https://www.google.com\""
"create_label":"Um zu beginnen, erstelle bitte ein Label mit einer URL-Adresse, die eingebettet werden soll, z. B. #webViewSrc=\"https://www.google.com\""
},
"backend_log":{
"refresh":"Aktualisieren"
@@ -1007,7 +1045,7 @@
"error_creating_anonymized_database":"Die anonymisierte Datenbank konnte nicht erstellt werden. Überprüfe die Backend-Protokolle auf Details",
"successfully_created_fully_anonymized_database":"Vollständig anonymisierte Datenbank in {{anonymizedFilePath}} erstellt",
"successfully_created_lightly_anonymized_database":"Leicht anonymisierte Datenbank in {{anonymizedFilePath}} erstellt",
"no_anonymized_database_yet":"Noch keine anonymisierte Datenbank"
"no_anonymized_database_yet":"Noch keine anonymisierte Datenbank."
"description":"Dadurch wird die Datenbank neu erstellt, was normalerweise zu einer kleineren Datenbankdatei führt. Es werden keine Daten tatsächlich geändert.",
"button_text":"Vakuumdatenbank",
"vacuuming_database":"Datenbank wird geleert...",
@@ -1063,7 +1101,8 @@
"max_width_label":"Maximale Inhaltsbreite in Pixel",
"apply_changes_description":"Um Änderungen an der Inhaltsbreite anzuwenden, klicke auf",
"reload_button":"Frontend neu laden",
"reload_description":"Änderungen an den Darstellungsoptionen"
"reload_description":"Änderungen an den Darstellungsoptionen",
"layout-vertical-description":"Startleiste ist auf der linken Seite (standard)",
"layout-horizontal-description":"Startleiste ist unter der Tableiste. Die Tableiste wird dadurch auf die ganze Breite erweitert."
"layout-horizontal-description":"Startleiste ist unter der Tableiste. Die Tableiste wird dadurch auf die ganze Breite erweitert.",
"auto_theme":"Alt (Folge dem Farbschema des Systems)",
"light_theme":"Alt (Hell)",
"dark_theme":"Alt (Dunkel)"
},
"zoom_factor":{
"title":"Zoomfaktor (nur Desktop-Build)",
@@ -1095,7 +1137,8 @@
"code_auto_read_only_size":{
"title":"Automatische schreibgeschützte Größe",
"description":"Die automatische schreibgeschützte Notizgröße ist die Größe, ab der Notizen im schreibgeschützten Modus angezeigt werden (aus Leistungsgründen).",
"download_images_description":"Eingefügter HTML-Code kann Verweise auf Online-Bilder enthalten. Trilium findet diese Verweise und lädt die Bilder herunter, sodass sie offline verfügbar sind.",
"max_image_dimensions":"Maximale Breite/Höhe eines Bildes in Pixel (die Größe des Bildes wird geändert, wenn es diese Einstellung überschreitet).",
"jpeg_quality_description":"JPEG-Qualität (10 – schlechteste Qualität, 100 – beste Qualität, 50 – 85 wird empfohlen)"
"jpeg_quality_description":"JPEG-Qualität (10 – schlechteste Qualität, 100 – beste Qualität, 50 – 85 wird empfohlen)",
"max_image_dimensions_unit":"Pixel"
},
"attachment_erasure_timeout":{
"attachment_erasure_timeout":"Zeitüberschreitung beim Löschen von Anhängen",
"attachment_auto_deletion_description":"Anhänge werden automatisch gelöscht (und gelöscht), wenn sie nach einer definierten Zeitspanne nicht mehr in ihrer Notiz referenziert werden.",
"manual_erasing_description":"Du kannst das Löschen auch manuell auslösen (ohne Berücksichtigung des oben definierten Timeouts):",
"erase_unused_attachments_now":"Lösche jetzt nicht verwendete Anhangnotizen",
"unused_attachments_erased":"Nicht verwendete Anhänge wurden gelöscht."
@@ -1130,7 +1174,7 @@
},
"note_erasure_timeout":{
"note_erasure_timeout_title":"Beachte das Zeitlimit für die Löschung",
"note_erasure_description":"Deleted notes (and attributes, revisions...) are at first only marked as deleted and it is possible to recover them from Recent Notes dialog. After a period of time, deleted notes are \"erased\" which means their content is not recoverable anymore. This setting allows you to configure the length of the period between deleting and erasing the note.",
"note_erasure_description":"Gelöschte Notizen (und Attribute, Notizrevisionen...) werden zunächst nur als gelöscht markiert und können über den Dialog „Zuletzt verwendete Notizen” wiederhergestellt werden. Nach einer bestimmten Zeit werden gelöschte Notizen „gelöscht”, was bedeutet, dass ihr Inhalt nicht mehr wiederhergestellt werden kann. Mit dieser Einstellung können Sie die Zeitspanne zwischen dem Löschen und dem endgültigen Löschen der Notiz festlegen.",
"erase_notes_after":"Notizen löschen nach:",
"manual_erasing_description":"Du kannst das Löschen auch manuell auslösen (ohne Berücksichtigung des oben definierten Timeouts):",
"note_revisions_snapshot_interval_title":"Snapshot-Intervall für Notizrevisionen",
"note_revisions_snapshot_description":"Das Snapshot-Zeitintervall für Notizrevisionen ist die Zeit, nach der eine neue Notizrevision erstellt wird. Weitere Informationen findest du im <a href=\"https://triliumnext.github.io/Docs/Wiki/note-revisions.html\" class=\"external\">Wiki</a>.",
"note_revisions_snapshot_description":"Das Snapshot-Zeitintervall für Notizrevisionen ist die Zeit, nach der eine neue Notizrevision erstellt wird. Weitere Informationen findest du im <doc>Wiki</doc>.",
"snapshot_time_interval_label":"Zeitintervall für Notiz-Revisions-Snapshot:"
},
"revisions_snapshot_limit":{
@@ -1146,7 +1190,8 @@
"note_revisions_snapshot_limit_description":"Das Limit für Notizrevision-Snapshots bezieht sich auf die maximale Anzahl von Revisionen, die für jede Notiz gespeichert werden können. Dabei bedeutet -1, dass es kein Limit gibt, und 0 bedeutet, dass alle Revisionen gelöscht werden. Du kannst das maximale Limit für Revisionen einer einzelnen Notiz über das Label #versioningLimit festlegen.",
"snapshot_number_limit_label":"Limit der Notizrevision-Snapshots:",
"erase_excess_revision_snapshots_prompt":"Überschüssige Revision-Snapshots wurden gelöscht."
"erase_excess_revision_snapshots_prompt":"Überschüssige Revision-Snapshots wurden gelöscht.",
"snapshot_number_limit_unit":"Momentaufnahmen"
},
"search_engine":{
"title":"Suchmaschine",
@@ -1188,19 +1233,29 @@
"title":"Inhaltsverzeichnis",
"description":"Das Inhaltsverzeichnis wird in Textnotizen angezeigt, wenn die Notiz mehr als eine definierte Anzahl von Überschriften enthält. Du kannst diese Nummer anpassen:",
"disable_info":"Du kannst diese Option auch verwenden, um TOC effektiv zu deaktivieren, indem du eine sehr hohe Zahl festlegst.",
"shortcut_info":"Du kannst eine Tastenkombination zum schnellen Umschalten des rechten Bereichs (einschließlich Inhaltsverzeichnis) unter Optionen -> Tastenkombinationen konfigurieren (Name „toggleRightPane“)."
"shortcut_info":"Du kannst eine Tastenkombination zum schnellen Umschalten des rechten Bereichs (einschließlich Inhaltsverzeichnis) unter Optionen -> Tastenkombinationen konfigurieren (Name „toggleRightPane“).",
"unit":"Überschriften"
},
"text_auto_read_only_size":{
"title":"Automatische schreibgeschützte Größe",
"description":"Die automatische schreibgeschützte Notizgröße ist die Größe, ab der Notizen im schreibgeschützten Modus angezeigt werden (aus Leistungsgründen).",
"first-week-of-the-year":"Erste Woche des Jahres",
"first-week-contains-first-day":"Erste Woche enthält den ersten Tag des Jahres",
"first-week-contains-first-thursday":"Erste Woche enthält den ersten Donnerstag des Jahres",
"first-week-has-minimum-days":"Erste Woche hat Mindestanzahl an Tagen",
"min-days-in-first-week":"Mindestanzahl an Tagen in erster Woche",
"first-week-info":"Die erste Woche, die den ersten Donnerstag des Jahres enthält, basiert auf dem Standard <a href=\"https://en.wikipedia.org/wiki/ISO_week_date#First_week\">ISO 8601</a>.",
"first-week-warning":"Das Ändern der Optionen für die erste Woche kann zu Duplikaten mit bestehenden Wochen-Notizen führen. Bestehende Wochen-Notizen werden nicht entsprechend aktualisiert.",
"formatting-locale":"Datums- und Zahlenformat"
},
"backup":{
"automatic_backup":"Automatische Sicherung",
@@ -1303,7 +1358,8 @@
"test_title":"Synchronisierungstest",
"test_description":"Dadurch werden die Verbindung und der Handshake zum Synchronisierungsserver getestet. Wenn der Synchronisierungsserver nicht initialisiert ist, wird er dadurch für die Synchronisierung mit dem lokalen Dokument eingerichtet.",
"test_button":"Teste die Synchronisierung",
"handshake_failed":"Handshake des Synchronisierungsservers fehlgeschlagen, Fehler: {{message}}"
"handshake_failed":"Handshake des Synchronisierungsservers fehlgeschlagen, Fehler: {{message}}",
"consistency-checks-failed":"Konsistenzprüfung fehlgeschlagen! Siehe Logs für Details.",
"encountered-error":"Fehler „{{message}}“ aufgetreten, siehe Konsole für Details."
"encountered-error":"Fehler „{{message}}“ aufgetreten, siehe Konsole für Details.",
"lost-websocket-connection-title":"Verbindung zum Server verloren",
"lost-websocket-connection-message":"Überprüfe die Konfiguration des Reverse-Proxys (z. B. nginx oder Apache), um sicherzustellen, dass WebSocket-Verbindungen zugelassen und nicht blockiert werden."
},
"hoisted_note":{
"confirm_unhoisting":"Die angeforderte Notiz ‚{{requestedNote}}‘ befindet sich außerhalb des hoisted Bereichs der Notiz ‚{{hoistedNote}}‘. Du musst sie unhoisten, um auf die Notiz zuzugreifen. Möchtest du mit dem Unhoisting fortfahren?"
@@ -1542,13 +1611,15 @@
},
"highlighting":{
"description":"Steuert die Syntaxhervorhebung für Codeblöcke in Textnotizen, Code-Notizen sind nicht betroffen.",
"color-scheme":"Farbschema"
"color-scheme":"Farbschema",
"title":"Code-Blöcke"
},
"code_block":{
"word_wrapping":"Wortumbruch",
"theme_none":"Keine Syntax-Hervorhebung",
"theme_group_light":"Helle Themen",
"theme_group_dark":"Dunkle Themen"
"theme_group_dark":"Dunkle Themen",
"copy_title":"Kopiere in Zwischenablage"
},
"classic_editor_toolbar":{
"title":"Format"
@@ -1561,11 +1632,11 @@
"label":"Format Toolbar",
"floating":{
"title":"Schwebend",
"description":"Werkzeuge erscheinen in Cursornähe"
"description":"Werkzeuge erscheinen in Cursornähe;"
},
"fixed":{
"title":"Fixiert",
"description":"Werkzeuge erscheinen im \"Format\" Tab"
"description":"Werkzeuge erscheinen im \"Format\" Tab."
},
"multiline-toolbar":"Toolbar wenn nötig in mehreren Zeilen darstellen."
}
@@ -1586,14 +1657,15 @@
"link_context_menu":{
"open_note_in_new_tab":"Notiz in neuen Tab öffnen",
"open_note_in_new_split":"Notiz in neuen geteilten Tab öffnen",
"open_note_in_new_window":"Notiz in neuen Fenster öffnen"
"open_note_in_new_window":"Notiz in neuen Fenster öffnen",
"open_note_in_popup":"Schnellbearbeitung"
},
"electron_integration":{
"desktop-application":"Desktop Anwendung",
"native-title-bar":"Native Anwendungsleiste",
"native-title-bar-description":"In Windows und macOS, sorgt das Deaktivieren der nativen Anwendungsleiste für ein kompakteres Aussehen. Unter Linux, sorgt das Aktivieren der nativen Anwendungsleiste für eine bessere Integration mit anderen Teilen des Systems.",
"background-effects":"Hintergrundeffekte aktivieren (nur Windows 11)",
"background-effects-description":"Der Mica Effekt fügt einen unscharfen, stylischen Hintergrund in Anwendungsfenstern ein. Dieser erzeugt Tiefe und ein modernes Auftreten.",
"background-effects-description":"Der Mica Effekt fügt einen unscharfen, stylischen Hintergrund in Anwendungsfenstern ein. Dieser erzeugt Tiefe und ein modernes Auftreten. \"Native Titelleiste\" muss deaktiviert sein.",
"restart-app-button":"Anwendung neustarten um Änderungen anzuwenden",
"zoom-factor":"Zoomfaktor"
},
@@ -1606,7 +1678,8 @@
"full-text-search":"Volltextsuche"
},
"note_tooltip":{
"note-has-been-deleted":"Notiz wurde gelöscht."
"note-has-been-deleted":"Notiz wurde gelöscht.",
"quick-edit":"Schnellbearbeitung"
},
"geo-map":{
"create-child-note-title":"Neue Unternotiz anlegen und zur Karte hinzufügen",
@@ -1615,7 +1688,8 @@
},
"geo-map-context":{
"open-location":"Ort öffnen",
"remove-from-map":"Von Karte entfernen"
"remove-from-map":"Von Karte entfernen",
"add-note":"Markierung an dieser Position erstellen"
},
"help-button":{
"title":"Relevante Hilfeseite öffnen"
@@ -1627,9 +1701,371 @@
"days":"Tage"
},
"time_selector":{
"invalid_input":"Die eingegebene Zeit ist keine valide Zahl."
"invalid_input":"Die eingegebene Zeit ist keine valide Zahl.",
"minimum_input":"Die eingegebene Zeit muss mindestens {{minimumSeconds}} Sekunden entsprechen."
},
"modal":{
"close":"Schließen"
"close":"Schließen",
"help_title":"Zeige mehr Informationen zu diesem Fenster"
},
"ai_llm":{
"n_notes_queued":"{{ count }} Notiz zur Indizierung vorgemerkt",
"n_notes_queued_plural":"{{ count }} Notizen zur Indizierung vorgemerkt",
"app-restart-required":"(Ein Neustart der Anwendung ist erforderlich, damit die Änderungen wirksam werden)"
},
"code-editor-options":{
"title":"Editor"
},
"custom_date_time_format":{
"title":"Benutzerdefiniertes Datums-/Zeitformat",
"description":"Passe das Format des Datums und der Uhrzeit an, die über <shortcut /> oder die Symbolleiste eingefügt werden. Die verfügbaren Format-Tokens sind unter <doc>Day.js docs</doc> zu finden.",
"format_string":"Format Zeichenfolge:",
"formatted_time":"Formatiertes Datum/Uhrzeit:"
},
"multi_factor_authentication":{
"title":"Multi-Faktor-Authentifizierung",
"description":"Die Multi-Faktor-Authentifizierung (MFA) bietet Ihrem Konto eine zusätzliche Sicherheitsebene. Anstatt sich lediglich mit einem Passwort anzumelden, müssen bei der MFA ein oder mehrere zusätzliche Nachweise erbracht werden, um die Identität zu bestätigen. Auf diese Weise kann selbst bei Bekanntwerden des Passworts, ohne die zweite Information nicht auf Ihr Konto zugegriffen werden. Das ist so, als würden Sie ein zusätzliches Schloss an einer Tür anbringen, wodurch es für andere viel schwieriger wird, einzubrechen.<br><br>Befolgen Sie bitte die nachstehenden Anweisungen, um MFA zu aktivieren. Wenn Sie die Konfiguration nicht korrekt vornehmen, erfolgt die Anmeldung weiterhin nur mit dem Passwort.",
"totp_description":"TOTP (Zeitbasiertes Einmalpasswort) ist eine Sicherheitsfunktion, die einen einzigartigen, temporären Code generiert, der sich alle 30 Sekunden ändert. Sie verwenden diesen Code zusammen mit Ihrem Passwort, um sich bei Ihrem Konto anzumelden, wodurch es für andere Personen wesentlich schwieriger wird, darauf unbefugt zuzugreifen.",
"totp_secret_warning":"Bitte speichere das TOTP Geheimnis an einem sicheren Ort. Es wird nicht noch einmal angezeigt.",
"totp_secret_regenerate_confirm":"Möchten Sie das TOTP-Geheimnis wirklich neu generieren? Dadurch werden das bisherige TOTP-Geheimnis und alle vorhandenen Wiederherstellungscodes ungültig.",
"recovery_keys_description":"Einmalige Wiederherstellungsschlüssel werden verwendet, um sich anzumelden, falls Sie keinen Zugriff auf Ihre Authentifizierungscodes haben.",
"recovery_keys_description_warning":"Wiederherstellungsschlüssel werden nach dem Verlassen der Seite nicht erneut angezeigt. Bewahren Sie sie an einem sicheren Ort auf.<br>Wiederherstellungsschlüssel können nach ihrer Verwendung nicht erneut verwendet werden.",
"recovery_keys_error":"Fehler beim Generieren der Wiederherstellungscodes",
"recovery_keys_regenerate":"Wiederherstellungscodes erneut generieren",
"recovery_keys_used":"Verwendet: {{date}}",
"recovery_keys_unused":"Wiederherstellungscode {{index}} ist unbenutzt",
"oauth_title":"OAuth/OpenID",
"oauth_description":"OpenID ist ein standardisiertes Verfahren, mit dem Sie sich über ein Konto eines anderen Dienstes, beispielsweise Google, bei Websites anmelden können, um Ihre Identität zu bestätigen. Der Standardaussteller ist Google, Sie können jedoch jeden anderen OpenID-Anbieter auswählen. Weitere Informationen finden Sie <a href=\"#root/_hidden/_help/_help_Otzi9La2YAUX/_help_WOcw2SLH6tbX/_help_7DAiwaf8Z7Rz\">hier</a>. Befolgen Sie diese <a href=\"https://developers.google.com/identity/openid-connect/openid-connect\">Anweisungen</a>, um einen OpenID-Dienst über Google einzurichten.",
"oauth_description_warning":"Um OAuth/OpenID zu aktivieren, müssen Sie die OAuth/OpenID-Basis-URL, die Client-ID und den Client-Secret in der Datei config.ini festlegen und die Anwendung neu starten. Wenn Sie die Einstellungen über Umgebungsvariablen vornehmen möchten, legen Sie bitte TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID und TRILIUM_OAUTH_CLIENT_SECRET fest.",
"redirect_bare_domain":"Hauptdomain zur Freigabeseite weiterleiten",
"redirect_bare_domain_description":"Anonyme Benutzer zur Freigabeseite weiterleiten, anstatt die Anmeldung anzuzeigen",
"show_login_link":"Zeige Anmeldelink im Design der Freigabeseite",
"show_login_link_description":"Füge einen Anmeldelink in der Fußzeile der Freigabeseite hinzu",
"check_share_root":"Status des Freigabe-Roots prüfen",
"share_root_found":"Freigabe-Root-Notiz '{{noteTitle}}' ist bereit",
"share_root_not_found":"Keine Notiz mit #shareRoot Label gefunden",
"share_root_not_shared":"Notiz '{{noteTitle}}' hat das #shareRoot Label, wurde jedoch noch nicht geteilt"
},
"tasks":{
"due":{
"today":"Heute",
"tomorrow":"Morgen",
"yesterday":"Gestern"
}
},
"content_widget":{
"unknown_widget":"Unbekanntes Widget für '{{id}}'."
},
"note_language":{
"not_set":"Nicht gesetzt",
"configure-languages":"Konfiguriere Sprachen..."
},
"content_language":{
"title":"Inhaltssprachen",
"description":"Wähle eine oder mehrere Sprachen aus, die in der Sprachauswahl im Abschnitt „Grundlegende Eigenschaften“ einer schreibgeschützten oder bearbeitbaren Textnotiz angezeigt werden sollen. Dadurch stehen Funktionen wie Rechtschreibprüfung oder Unterstützung für Rechts-nach-Links-Sprachen zur Verfügung."
},
"switch_layout_button":{
"title_vertical":"Bearbeitungsbereich nach unten verschieben",
"title_horizontal":"Bearbeitungsbereich nach links verschieben"
},
"toggle_read_only_button":{
"unlock-editing":"Bearbeitung freischalten",
"lock-editing":"Bearbeitung sperren"
},
"png_export_button":{
"button_title":"Exportiere Diagramm als PNG"
},
"svg":{
"export_to_png":"Das Diagramm konnte als PNG nicht exportiert werden."
},
"code_theme":{
"title":"Aussehen",
"word_wrapping":"Zeilenumbruch",
"color-scheme":"Farbschema"
},
"cpu_arch_warning":{
"title":"Bitte lade die ARM64-Version herunter",
"message_macos":"TriliumNext läuft aktuell über Rosetta 2. Nutzen Sie die Intel-Version (x64) auf einem Apple-Silicon-Mac, wird dadurch die Leistung und Akkulaufzeit deutlich beeinträchtigt.",
"message_windows":"TriliumNext läuft momentan in einer Emulation. Verwenden Sie eine Intel-Version (x64) auf einem Windows ARM Gerät, kann dadurch die Leistung und Akkulaufzeit deutlich beeinträchtigt werden.",
"recommendation":"Für ein optimales Erlebnis lade bitte die native ARM64-Version von TriliumNext von unserer Release-Seite herunter.",
"download_link":"Lade native Version herunter",
"continue_anyway":"Trotzdem fortfahren",
"dont_show_again":"Zeige diese Warnung nicht erneut"
"note_completion_enabled":"Automatisches Vervollständigen von Notizen aktivieren",
"emoji_completion_description":"Wenn aktiviert, können Emojis ganz einfach in den Text eingefügt werden, indem man \":\" gefolgt vom Namen eines Emojis eingibt.",
"note_completion_description":"Wenn aktiviert, können Links zu Notizen erstellt werden, indem man \"@\" gefolgt vom Titel einer Notiz eingibt.",
"slash_commands_description":"Wenn aktiviert, können Bearbeitungsbefehle wie das Einfügen von Zeilenumbrüchen oder Überschriften durch Eingabe von \"/\" aktiviert werden."
"configure_launch_bar_description":"Öffnen Sie die Einstellungen der Startleiste, um Elemente hinzuzufügen oder zu entfernen."
},
"content_renderer":{
"open_externally":"Öffne extern"
},
"call_to_action":{
"next_theme_title":"Teste das neue Trilium Design",
"next_theme_message":"Es wird aktuell das alte Design verwendet. Möchten Sie das neue Design ausprobieren?",
"next_theme_button":"Teste das neue Design",
"background_effects_title":"Hintergrundeffekte sind jetzt zuverlässig nutzbar",
"background_effects_message":"Auf Windows-Geräten sind die Hintergrundeffekte nun vollständig stabil. Die Hintergrundeffekte verleihen der Benutzeroberfläche einen Farbakzent, indem der Hintergrund dahinter weichgezeichnet wird. Diese Technik wird auch in anderen Anwendungen wie dem Windows-Explorer eingesetzt.",
"confirm_delete_all":"Do you want to delete all revisions of this note?",
"no_revisions":"No revisions for this note yet...",
"restore_button":"Restore",
"diff_on":"Show diff",
"diff_off":"Show content",
"diff_on_hint":"Click to show note source diff",
"diff_off_hint":"Click to show note content",
"diff_not_available":"Diff isn't available.",
"confirm_restore":"Do you want to restore this revision? This will overwrite the current title and content of the note with this revision.",
"delete_button":"Delete",
"confirm_delete":"Do you want to delete this revision?",
@@ -577,7 +582,7 @@
"cannot_find_day_note":"Cannot find day note",
"cannot_find_week_note":"Cannot find week note",
"january":"January",
"febuary":"February",
"february":"February",
"march":"March",
"april":"April",
"may":"May",
@@ -587,7 +592,18 @@
"september":"September",
"october":"October",
"november":"November",
"december":"December"
"december":"December",
"week":"Week",
"week_previous":"Previous week",
"week_next":"Next week",
"month":"Month",
"month_previous":"Previous month",
"month_next":"Next month",
"year":"Year",
"year_previous":"Previous year",
"year_next":"Next year",
"list":"List",
"today":"Today"
},
"close_pane_button":{
"close_this_pane":"Close this pane"
@@ -732,7 +748,8 @@
"note_type":"Note type",
"editable":"Editable",
"basic_properties":"Basic Properties",
"language":"Language"
"language":"Language",
"configure_code_notes":"Configure code notes..."
},
"book_properties":{
"view_type":"View type",
@@ -747,7 +764,8 @@
"calendar":"Calendar",
"table":"Table",
"geo-map":"Geo Map",
"board":"Board"
"board":"Board",
"include_archived_notes":"Show archived notes"
},
"edited_notes":{
"no_edited_notes_found":"No edited notes on this day yet...",
@@ -848,7 +866,7 @@
"debug":"debug",
"debug_description":"Debug will print extra debugging information into the console to aid in debugging complex queries",
"action":"action",
"search_button":"Search <kbd>enter</kbd>",
"search_button":"Search",
"search_execute":"Search & Execute actions",
"save_to_note":"Save to note",
"search_parameters":"Search Parameters",
@@ -948,7 +966,9 @@
"no_attachments":"This note has no attachments."
},
"book":{
"no_children_help":"This collection doesn't have any child notes so there's nothing to display. See <a href=\"https://triliumnext.github.io/Docs/Wiki/book-note.html\">wiki</a> for details."
"no_children_help":"This collection doesn't have any child notes so there's nothing to display. See <a href=\"https://triliumnext.github.io/Docs/Wiki/book-note.html\">wiki</a> for details.",
"drag_locked_title":"Locked for editing",
"drag_locked_message":"Dragging not allowed since the collection is locked for editing."
},
"editable_code":{
"placeholder":"Type the content of your code note here..."
@@ -1113,6 +1133,14 @@
"layout-vertical-description":"launcher bar is on the left (default)",
"layout-horizontal-description":"launcher bar is underneath the tab bar, the tab bar is now full width."
},
"ui-performance":{
"title":"Performance",
"enable-motion":"Enable transitions and animations",
"enable-shadows":"Enable shadows",
"enable-backdrop-effects":"Enable background effects for menus, popups and panels",
"enable-smooth-scroll":"Enable smooth scrolling",
"app-restart-required":"(a restart of the application is required for the change to take effect)"
},
"ai_llm":{
"not_started":"Not started",
"title":"AI Settings",
@@ -1253,7 +1281,12 @@
"selected_provider":"Selected Provider",
"selected_provider_description":"Choose the AI provider for chat and completion features",
"select_model":"Select model...",
"select_provider":"Select provider..."
"select_provider":"Select provider...",
"ai_enabled":"AI features enabled",
"ai_disabled":"AI features disabled",
"no_models_found_online":"No models found. Please check your API key and settings.",
"no_models_found_ollama":"No Ollama models found. Please check if Ollama is running.",
"note_revisions_snapshot_description":"The Note revision snapshot interval is the time after which a new note revision will be created for the note. See <a href=\"https://triliumnext.github.io/Docs/Wiki/note-revisions.html\" class=\"external\">wiki</a> for more info.",
"note_revisions_snapshot_description":"The Note revision snapshot interval is the time after which a new note revision will be created for the note. See <doc>wiki</doc> for more info.",
"snapshot_time_interval_label":"Note revision snapshot time interval:"
},
"revisions_snapshot_limit":{
@@ -1372,7 +1405,7 @@
},
"custom_date_time_format":{
"title":"Custom Date/Time Format",
"description":"Customize the format of the date and time inserted via <kbd></kbd> or the toolbar. See <a href=\"https://day.js.org/docs/en/display/format\" target=\"_blank\" rel=\"noopener noreferrer\">Day.js docs</a> for available format tokens.",
"description":"Customize the format of the date and time inserted via <shortcut /> or the toolbar. See <doc>Day.js docs</doc> for available format tokens.",
"format_string":"Format string:",
"formatted_time":"Formatted date/time:"
},
@@ -1484,7 +1517,7 @@
"oauth_title":"OAuth/OpenID",
"oauth_description":"OpenID is a standardized way to let you log into websites using an account from another service, like Google, to verify your identity. The default issuer is Google, but you can change it to any other OpenID provider. Check <a href=\"#root/_hidden/_help/_help_Otzi9La2YAUX/_help_WOcw2SLH6tbX/_help_7DAiwaf8Z7Rz\">here</a> for more information. Follow these <a href=\"https://developers.google.com/identity/openid-connect/openid-connect\">instructions</a> to setup an OpenID service through Google.",
"oauth_description_warning":"To enable OAuth/OpenID, you need to set the OAuth/OpenID base URL, client ID and client secret in the config.ini file and restart the application. If you want to set from environment variables, please set TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID and TRILIUM_OAUTH_CLIENT_SECRET.",
"consistency-checks-failed":"Consistency checks failed! See logs for details.",
"encountered-error":"Encountered error \"{{message}}\", check out the console."
"encountered-error":"Encountered error \"{{message}}\", check out the console.",
"lost-websocket-connection-title":"Lost connection to the server",
"lost-websocket-connection-message":"Check your reverse proxy (e.g. nginx or Apache) configuration to ensure WebSocket connections are properly allowed and not being blocked."
},
"hoisted_note":{
"confirm_unhoisting":"Requested note '{{requestedNote}}' is outside of hoisted note '{{hoistedNote}}' subtree and you must unhoist to access the note. Do you want to proceed with unhoisting?"
@@ -1827,7 +1865,7 @@
"native-title-bar":"Native title bar",
"native-title-bar-description":"For Windows and macOS, keeping the native title bar off makes the application look more compact. On Linux, keeping the native title bar on integrates better with the rest of the system.",
"background-effects-description":"The Mica effect adds a blurred, stylish background to app windows, creating depth and a modern look.",
"background-effects-description":"The Mica effect adds a blurred, stylish background to app windows, creating depth and a modern look. \"Native title bar\" must be disabled.",
"restart-app-button":"Restart the application to view the changes",
"note_completion_description":"If enabled, links to notes can be created by typing `@` followed by the title of a note.",
"slash_commands_enabled":"Enable slash commands",
"slash_commands_description":"If enabled, editing commands such as inserting line breaks or headings can be toggled by typing `/`."
},
"table_view":{
"new-row":"New row",
@@ -1962,14 +2004,21 @@
"delete_row":"Delete row"
},
"board_view":{
"delete-note":"Delete Note",
"delete-note":"Delete note...",
"remove-from-board":"Remove from board",
"archive-note":"Archive note",
"unarchive-note":"Unarchive note",
"move-to":"Move to",
"insert-above":"Insert above",
"insert-below":"Insert below",
"delete-column":"Delete column",
"delete-column-confirmation":"Are you sure you want to delete this column? The corresponding attribute will be deleted in the notes under this column as well.",
"new-item":"New item",
"add-column":"Add Column"
"new-item-placeholder":"Enter note title...",
"add-column":"Add Column",
"add-column-placeholder":"Enter column name...",
"edit-note-title":"Click to edit note title",
"edit-column-title":"Click to edit column title"
},
"command_palette":{
"tree-action-name":"Tree: {{name}}",
@@ -1994,11 +2043,29 @@
"help_title":"Display more information about this screen"
},
"call_to_action":{
"next_theme_title":"The new Trilium theme is now stable",
"next_theme_message":"For a while now, we've been working on a new theme to give the application a more modern look.",
"next_theme_button":"Switch to the new Trilium theme",
"next_theme_title":"Try the new Trilium theme",
"next_theme_message":"You are currently using the legacy theme, would you like to try the new theme?",
"next_theme_button":"Try the new theme",
"background_effects_title":"Background effects are now stable",
"background_effects_message":"On Windows devices, background effects are now fully stable. The background effects adds a touch of color to the user interface by blurring the background behind it. This technique is also used in other applications such as Windows Explorer.",
"no_edited_notes_found":"Aún no hay notas editadas en este día...",
@@ -844,7 +866,7 @@
"debug":"depurar",
"debug_description":"La depuración imprimirá información de depuración adicional en la consola para ayudar a depurar consultas complejas",
"action":"acción",
"search_button":"Buscar <kbd>Enter</kbd>",
"search_button":"Buscar",
"search_execute":"Buscar y ejecutar acciones",
"save_to_note":"Guardar en nota",
"search_parameters":"Parámetros de búsqueda",
@@ -944,7 +966,9 @@
"no_attachments":"Esta nota no tiene archivos adjuntos."
},
"book":{
"no_children_help":"Esta nota de tipo libro no tiene ninguna subnota así que no hay nada que mostrar. Véa la <a href=\"https://triliumnext.github.io/Docs/Wiki/book-note.html\">wiki</a> para más detalles."
"no_children_help":"Esta nota de tipo libro no tiene ninguna subnota así que no hay nada que mostrar. Véa la <a href=\"https://triliumnext.github.io/Docs/Wiki/book-note.html\">wiki</a> para más detalles.",
"drag_locked_title":"Bloqueado para edición",
"drag_locked_message":"No se permite Arrastrar pues la colección está bloqueada para edición."
},
"editable_code":{
"placeholder":"Escriba el contenido de su nota de código aquí..."
@@ -1104,7 +1128,10 @@
"layout-vertical-title":"Vertical",
"layout-horizontal-title":"Horizontal",
"layout-vertical-description":"la barra del lanzador está en la izquierda (por defecto)",
"layout-horizontal-description":"la barra de lanzamiento está debajo de la barra de pestañas, la barra de pestañas ahora tiene ancho completo."
"layout-horizontal-description":"la barra de lanzamiento está debajo de la barra de pestañas, la barra de pestañas ahora tiene ancho completo.",
"auto_theme":"Heredado (Sigue el esquema de colores del sistema)",
"light_theme":"Heredado (Claro)",
"dark_theme":"Heredado (Oscuro)"
},
"ai_llm":{
"not_started":"No iniciado",
@@ -1246,7 +1273,12 @@
"selected_provider":"Proveedor seleccionado",
"selected_provider_description":"Elija el proveedor de IA para el chat y características de completado",
"select_model":"Seleccionar modelo...",
"select_provider":"Seleccionar proveedor..."
"select_provider":"Seleccionar proveedor...",
"ai_enabled":"Características de IA activadas",
"ai_disabled":"Características de IA desactivadas",
"no_models_found_online":"No se encontraron modelos. Por favor, comprueba tu clave de API y la configuración.",
"no_models_found_ollama":"No se encontraron modelos de Ollama. Por favor, comprueba si Ollama se está ejecutando.",
"error_fetching":"Error al obtener los modelos: {{error}}"
},
"zoom_factor":{
"title":"Factor de zoom (solo versión de escritorio)",
@@ -1303,7 +1335,7 @@
},
"revisions_snapshot_interval":{
"note_revisions_snapshot_interval_title":"Intervalo de instantáneas de revisiones de notas",
"note_revisions_snapshot_description":"El intervalo de tiempo de la instantánea de revisión de nota es el tiempo después de lo cual se creará una nueva revisión para la nota. Ver <a href=\"https://triliumnext.github.io/docs/wiki/note-revisions.html\" class=\"external\"> wiki</a> para obtener más información.",
"note_revisions_snapshot_description":"El intervalo de tiempo de la instantánea de revisión de nota es el tiempo después de lo cual se creará una nueva revisión para la nota. Ver <doc>wiki</doc> para obtener más información.",
"snapshot_time_interval_label":"Intervalo de tiempo de la instantánea de revisión de notas:"
},
"revisions_snapshot_limit":{
@@ -1365,7 +1397,7 @@
},
"custom_date_time_format":{
"title":"Formato de fecha/hora personalizada",
"description":"Personalizar el formado de fecha y la hora insertada vía <kbd></kbd> o la barra de herramientas. Véa la <a href=\"https://day.js.org/docs/en/display/format\" target=\"_blank\" rel=\"noopener noreferrer\">documentación de Day.js</a> para más tokens de formato disponibles.",
"description":"Personalizar el formado de fecha y la hora insertada vía <shortcut /> o la barra de herramientas. Véa la <doc>documentación de Day.js</doc> para más tokens de formato disponibles.",
"format_string":"Cadena de formato:",
"formatted_time":"Fecha/hora personalizada:"
},
@@ -1477,7 +1509,7 @@
"oauth_title":"OAuth/OpenID",
"oauth_description":"OpenID es una forma estandarizada de permitirle iniciar sesión en sitios web utilizando una cuenta de otro servicio, como Google, para verificar su identidad. Siga estas <a href = \"https://developers.google.com/identity/openid-connect/openid-connect\">instrucciones</a> para configurar un servicio OpenID a través de Google.",
"oauth_description_warning":"Para habilitar OAuth/OpenID, necesita establecer la URL base de OAuth/OpenID, ID de cliente y secreto de cliente en el archivo config.ini y reiniciar la aplicación. Si desea establecerlas desde variables de ambiente, por favor establezca TRILIUM_OAUTH_BASE_URL, TRILIUM_OAUTH_CLIENT_ID y TRILIUM_OAUTH_CLIENT_SECRET.",
"hoist-this-note-workspace":"Anclar esta nota (espacio de trabajo)",
"refresh-saved-search-results":"Refrescar resultados de búsqueda guardados",
"create-child-note":"Crear subnota",
"unhoist":"Desanclar"
"unhoist":"Desanclar",
"toggle-sidebar":"Alternar barra lateral"
},
"title_bar_buttons":{
"window-on-top":"Mantener esta ventana en la parte superior"
@@ -1738,13 +1773,15 @@
"undeleting-notes-finished-successfully":"La recuperación de notas finalizó exitosamente."
},
"frontend_script_api":{
"async_warning":"Está pasando una función asíncrona a `api.runOnBackend ()` que probablemente no funcionará como pretendía.",
"async_warning":"Está pasando una función asíncrona a `api.runOnBackend ()` que probablemente no funcionará como pretendía.\\nO haga la función sincrónica (removiendo la palabra `async`), o use `api.runAsyncOnBackendWithManualTransactionHandling()`.",
"sync_warning":"Estás pasando una función sincrónica a `api.runasynconbackendwithmanualTransactionHandling ()`, \\n while debería usar `api.runonbackend ()` en su lugar."
},
"ws":{
"sync-check-failed":"¡La comprobación de sincronización falló!",
"consistency-checks-failed":"¡Las comprobaciones de consistencia fallaron! Vea los registros para más detalles.",
"encountered-error":"Error encontrado \"{{message}}\", compruebe la consola."
"encountered-error":"Error encontrado \"{{message}}\", compruebe la consola.",
"lost-websocket-connection-title":"Se ha perdido la conexión con el servidor",
"lost-websocket-connection-message":"Compruebe la configuración de su proxy inverso (por ejemplo, nginx o Apache) para asegurarse de que las conexiones WebSocket están correctamente permitidas y no están bloqueadas."
},
"hoisted_note":{
"confirm_unhoisting":"La nota requerida '{{requestedNote}}' está fuera del subárbol de la nota anclada '{{hoistedNote}}' y debe desanclarla para acceder a la nota. ¿Desea proceder con el desanclaje?"
@@ -1820,7 +1857,7 @@
"native-title-bar":"Barra de título nativa",
"native-title-bar-description":"Para Windows y macOS, quitar la barra de título nativa hace que la aplicación se vea más compacta. En Linux, mantener la barra de título nativa hace que se integre mejor con el resto del sistema.",
"background-effects":"Habilitar efectos de fondo (sólo en Windows 11)",
"background-effects-description":"El efecto Mica agrega un fondo borroso y elegante a las ventanas de aplicaciones, creando profundidad y un aspecto moderno.",
"background-effects-description":"El efecto Mica agrega un fondo borroso y elegante a las ventanas de la aplicación, creando profundidad y un aspecto moderno. \"Título nativo de la barra\" debe deshabilitarse.",
"restart-app-button":"Reiniciar la aplicación para ver los cambios",
"zoom-factor":"Factor de zoom"
},
@@ -1930,14 +1967,20 @@
"delete_row":"Eliminar fila"
},
"board_view":{
"delete-note":"Eliminar nota",
"delete-note":"Eliminar nota...",
"move-to":"Mover a",
"insert-above":"Insertar arriba",
"insert-below":"Insertar abajo",
"delete-column":"Eliminar columna",
"delete-column-confirmation":"¿Seguro que desea eliminar esta columna? El atributo correspondiente también se eliminará de las notas de esta columna.",
"add-column":"Añadir columna",
"new-item":"Nuevo elemento"
"new-item":"Nuevo elemento",
"archive-note":"Archivar nota",
"unarchive-note":"Desarchivar nota",
"new-item-placeholder":"Ingresar título de la nota...",
"add-column-placeholder":"Ingresar título de la columna...",
"edit-note-title":"Haga clic para editar el título de la nota",
"edit-column-title":"Haga clic para editar el título de la columna"
},
"content_renderer":{
"open_externally":"Abrir externamente"
@@ -1965,7 +2008,11 @@
"editorfeatures":{
"note_completion_enabled":"Activar autocompletado de notas",
"emoji_completion_enabled":"Activar autocompletado de emojis",
"title":"Funciones"
"title":"Funciones",
"emoji_completion_description":"Si está habilitado, los emojis pueden fácilmente insertarse en el texto escribiendo `:`, seguido del nombre de un emoji.",
"note_completion_description":"Si está habilitado, los vínculos a notas pueden crearse escribiendo `@` seguido del título de una nota.",
"slash_commands_enabled":"Habilitar comandos de barra",
"slash_commands_description":"Si está habilitado, editar comandos como insertar saltos de línea o títulos, puede alternarse escribiendo `/`."
},
"command_palette":{
"tree-action-name":"Árbol:{{name}}",
@@ -1983,6 +2030,38 @@
"configure_launch_bar_description":"Abrir la configuración de la barra de inicio, para agregar o quitar elementos."
},
"modal":{
"close":"Cerrar"
"close":"Cerrar",
"help_title":"Mostrar más información sobre esta pantalla"
},
"call_to_action":{
"next_theme_title":"Prueba el nuevo tema de Trilium",
"next_theme_message":"Estas usando actualmente el tema heredado, ¿Te gustaría probar el nuevo tema?",
"next_theme_button":"Prueba el nuevo tema",
"background_effects_title":"Los efectos de fondo son ahora estables",
"background_effects_message":"En los dispositivos Windows, los efectos de fondo ya son totalmente estables. Los efectos de fondo añaden un toque de color a la interfaz de usuario difuminando el fondo que hay detrás. Esta técnica también se utiliza en otras aplicaciones como el Explorador de Windows.",
"background_effects_button":"Activar efectos de fondo",
"dismiss":"Desestimar"
},
"ui-performance":{
"title":"Rendimiento",
"enable-motion":"Habilitar transiciones y animaciones",
"enable-shadows":"Activar sombras",
"enable-backdrop-effects":"Habilitar efectos de fondo para menús, ventanas emergentes y paneles",
"message":"خطای بحرانی رخ داده که مانع از اجرای برنامه می شود\n\n {{message}}\n\nبه احتمال زیاد ناشی از خطای غیرمنتظره در اجرای ناموفق یک اسکریپت است. برنامه را در مد ایمن اجرا کنید و خطا را بررسی نمایید."
"newTabWithActivationNoteLink":"Lorsqu’on clique sur un lien de note, celle-ci s’ouvre et devient active dans un nouvel onglet"
},
"import":{
"importIntoNote":"Importer dans la note",
@@ -200,7 +202,8 @@
"okButton":"OK"
},
"jump_to_note":{
"search_button":"Rechercher dans le texte intégral"
"search_button":"Rechercher dans le texte intégral",
"search_placeholder":"Rechercher une note par son nom ou saisir ‘>’ pour les commandes…"
},
"markdown_import":{
"dialog_title":"Importation Markdown",
@@ -220,11 +223,16 @@
"note_type_chooser":{
"modal_title":"Choisissez le type de note",
"modal_body":"Choisissez le type de note/le modèle de la nouvelle note:",
"templates":"Modèles"
"templates":"Modèles",
"change_path_prompt":"Modifier l’emplacement de création de la nouvelle note:",
"search_placeholder":"Rechercher le chemin par nom (par défaut si vide)",
"builtin_templates":"Modèles intégrés"
},
"password_not_set":{
"title":"Le mot de passe n'est pas défini",
"body1":"Les notes protégées sont cryptées à l'aide d'un mot de passe utilisateur, mais le mot de passe n'a pas encore été défini."
"body1":"Les notes protégées sont cryptées à l'aide d'un mot de passe utilisateur, mais le mot de passe n'a pas encore été défini.",
"body2":"Pour pouvoir protéger les notes, cliquez sur le bouton ci-dessous pour ouvrir la boîte de dialogue Options et définir votre mot de passe.",
"go_to_password_options":"Accéder aux options de mot de passe"
},
"prompt":{
"title":"Prompt",
@@ -266,7 +274,9 @@
"mime":"MIME: ",
"file_size":"Taille du fichier:",
"preview":"Aperçu:",
"preview_not_available":"L'aperçu n'est pas disponible pour ce type de note."
"preview_not_available":"L'aperçu n'est pas disponible pour ce type de note.",
"restore_button":"Restaurer",
"delete_button":"Supprimer"
},
"sort_child_notes":{
"sort_children_by":"Trier les enfants par...",
@@ -377,7 +387,7 @@
"share_root":"partage cette note à l'adresse racine /share.",
"share_description":"définir le texte à ajouter à la balise méta HTML pour la description",
"share_raw":"la note sera servie dans son format brut, sans wrapper HTML",
"share_disallow_robot_indexing":"interdira l'indexation par robot de cette note via l'en-tête <code>X-Robots-Tag: noindex</code>",
"share_disallow_robot_indexing":"Interdira l'indexation par robot de cette note via l'en-tête <code>X-Robots-Tag: noindex</code>",
"share_credentials":"exiger des informations d’identification pour accéder à cette note partagée. La valeur devrait être au format «nom d'utilisateur:mot de passe». N'oubliez pas de rendre cela héritable pour l'appliquer aux notes/images enfants.",
"share_index":"la note avec ce label listera toutes les racines des notes partagées",
"display_relations":"noms des relations délimités par des virgules qui doivent être affichés. Tous les autres seront masqués.",
@@ -416,7 +426,8 @@
"other_notes_with_name":"Autres notes portant le nom {{attributeType}} \"{{attributeName}}\"",
"and_more":"... et {{count}} plus.",
"print_landscape":"Lors de l'exportation en PDF, change l'orientation de la page en paysage au lieu de portrait.",
"print_page_size":"Lors de l'exportation en PDF, change la taille de la page. Valeurs supportées : <code>A0</code>, <code>A1</code>, <code>A2</code>, <code>A3</code>, <code>A4</code>, <code>A5</code>, <code>A6</code>, <code>Legal</code>, <code>Letter</code>, <code>Tabloid</code>, <code>Ledger</code>."
"print_page_size":"Lors de l'exportation en PDF, change la taille de la page. Valeurs supportées : <code>A0</code>, <code>A1</code>, <code>A2</code>, <code>A3</code>, <code>A4</code>, <code>A5</code>, <code>A6</code>, <code>Legal</code>, <code>Letter</code>, <code>Tabloid</code>, <code>Ledger</code>.",
"color_type":"Couleur"
},
"attribute_editor":{
"help_text_body1":"Pour ajouter un label, tapez simplement par ex. <code>#rock</code>, ou si vous souhaitez également ajouter une valeur, tapez par ex. <code>#année = 2020</code>",
@@ -536,7 +547,7 @@
},
"attachments_actions":{
"open_externally":"Ouverture externe",
"open_externally_title":"Le fichier sera ouvert dans une application externe et les modifications apportées seront surveillées. \nVous pourrez ensuite téléverser la version modifiée dans Trilium.",
"open_externally_title":"Le fichier sera ouvert dans une application externe et surveillé pour détecter les modifications. Vous pourrez ensuite téléverser la version modifiée dans Trilium.",
"open_custom":"Ouvrir avec",
"open_custom_title":"Le fichier sera ouvert dans une application externe et surveillé pour les modifications. Vous pourrez ensuite téléverser la version modifiée sur Trilium.",
"debug_description":"Debug imprimera des informations supplémentaires dans la console pour faciliter le débogage des requêtes complexes",
"action":"action",
"search_button":"Recherche <kbd>Entrée</kbd>",
"search_button":"Recherche",
"search_execute":"Rechercher et exécuter des actions",
"save_to_note":"Enregistrer dans la note",
"search_parameters":"Paramètres de recherche",
@@ -897,7 +928,7 @@
"description1":"Le script de recherche permet de définir les résultats de la recherche en exécutant un script. Cela offre une flexibilité maximale lorsque la recherche standard ne suffit pas.",
"description2":"Le script de recherche doit être de type \"code\" et sous-type \"backend JavaScript\". Le script doit retourner un tableau de noteIds ou de notes.",
"example_title":"Voir cet exemple:",
"example_code":"// 1. préfiltrage à l'aide de la recherche standard\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. application de critères de recherche personnalisés\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\.?[0-9]{1,2}\\.?[0-9]{4}/));\n\nreturn matchedNotes;",
"example_code":"// 1. préfiltrage à l'aide de la recherche standard\nconst candidateNotes = api.searchForNotes(\"#journal\"); \n\n// 2. application de critères de recherche personnalisés\nconst matchedNotes = candidateNotes\n .filter(note => note.title.match(/[0-9]{1,2}\\.?[0-9]{1,2}\\.?[0-9]{4}/));\n\nreturn matchedNotes;",
"note":"Notez que le script de recherche et la l'expression à rechercher standard ne peuvent pas être combinés."
},
"search_string":{
@@ -930,7 +961,9 @@
"no_attachments":"Cette note ne contient aucune pièce jointe."
},
"book":{
"no_children_help":"Cette note de type Livre n'a aucune note enfant, donc il n'y a rien à afficher. Consultez le <a href=\"https://triliumnext.github.io/Docs/Wiki/book-note.html\">wiki</a> pour plus de détails."
"no_children_help":"Cette note de type Livre n'a aucune note enfant, donc il n'y a rien à afficher. Consultez le <a href=\"https://triliumnext.github.io/Docs/Wiki/book-note.html\">wiki</a> pour plus de détails.",
"drag_locked_title":"Edition verrouillée",
"drag_locked_message":"Le glisser-déposer n'est pas autorisé car l'édition de cette collection est verrouillé."
},
"editable_code":{
"placeholder":"Saisir le contenu de votre note de code ici..."
@@ -1066,7 +1099,8 @@
"max_width_label":"Largeur maximale du contenu en pixels",
"apply_changes_description":"Pour appliquer les modifications de largeur du contenu, cliquez sur",
"reload_button":"recharger l'interface",
"reload_description":"changements par rapport aux options d'apparence"
"reload_description":"changements par rapport aux options d'apparence",
"max_width_unit":"Pixels"
},
"native_title_bar":{
"title":"Barre de titre native (nécessite le redémarrage de l'application)",
@@ -1089,7 +1123,10 @@
"layout-vertical-title":"Vertical",
"layout-horizontal-title":"Horizontal",
"layout-vertical-description":"la barre de raccourcis est à gauche (défaut)",
"layout-horizontal-description":"la barre de raccourcis est sous la barre des onglets, cette-dernière est s'affiche en pleine largeur."
"layout-horizontal-description":"la barre de raccourcis est sous la barre des onglets, cette-dernière est s'affiche en pleine largeur.",
"auto_theme":"Hérité (suivre le schéma de couleurs du système)",
"light_theme":"Hérité (clair)",
"dark_theme":"Hérité (foncé)"
},
"zoom_factor":{
"title":"Facteur de zoom (version bureau uniquement)",
@@ -1134,14 +1171,14 @@
"note_erasure_timeout":{
"note_erasure_timeout_title":"Délai d'effacement des notes",
"note_erasure_description":"Les notes supprimées (et les attributs, versions...) sont seulement marquées comme supprimées et il est possible de les récupérer à partir de la boîte de dialogue Notes récentes. Après un certain temps, les notes supprimées sont « effacées », ce qui signifie que leur contenu n'est plus récupérable. Ce paramètre vous permet de configurer la durée entre la suppression et l'effacement de la note.",
"erase_notes_after":"Effacer les notes après",
"erase_notes_after":"Effacer les notes après:",
"manual_erasing_description":"Vous pouvez également déclencher l'effacement manuellement (sans tenir compte de la durée définie ci-dessus) :",
"erase_deleted_notes_now":"Effacer les notes supprimées maintenant",
"deleted_notes_erased":"Les notes supprimées ont été effacées."
},
"revisions_snapshot_interval":{
"note_revisions_snapshot_interval_title":"Délai d'enregistrement automatique d'une version de note",
"note_revisions_snapshot_description":"Le délai d'enregistrement automatique des versions de note définit le temps avant la création automatique d'une nouvelle version de note. Consultez le <a href=\"https://triliumnext.github.io/Docs/Wiki/note-revisions.html\" class=\"external\">wiki</a> pour plus d'informations.",
"note_revisions_snapshot_description":"Le délai d'enregistrement automatique des versions de note définit le temps avant la création automatique d'une nouvelle version de note. Consultez le <doc>wiki</doc> pour plus d'informations.",
"snapshot_time_interval_label":"Délai d'enregistrement automatique de version de note :"
},
"revisions_snapshot_limit":{
@@ -1335,7 +1372,7 @@
"button-tree-map":"Carte de l'arborescence"
},
"tree-context-menu":{
"open-in-a-new-tab":"Ouvrir dans un nouvel onglet <kbd>Ctrl+Clic</kbd>",
"open-in-a-new-tab":"Ouvrir dans un nouvel onglet",
"open-in-a-new-split":"Ouvrir dans une nouvelle division",
"insert-note-after":"Insérer une note après",
"insert-child-note":"Insérer une note enfant",
@@ -1367,8 +1404,8 @@
"convert-to-attachment-confirm":"Êtes-vous sûr de vouloir convertir les notes sélectionnées en pièces jointes de leurs notes parentes ?"
},
"shared_info":{
"shared_publicly":"Cette note est partagée publiquement sur",
"shared_locally":"Cette note est partagée localement sur",
"shared_publicly":"Cette note est partagée publiquement sur {{- link}}",
"shared_locally":"Cette note est partagée localement sur {{- link}}",
"help_link":"Pour obtenir de l'aide, visitez le <a href=\"https://triliumnext.github.io/Docs/Wiki/sharing.html\">wiki</a>."
},
"note_types":{
@@ -1648,5 +1685,92 @@
},
"modal":{
"close":"Fermer"
},
"ai_llm":{
"not_started":"Non démarré",
"title":"Paramètres IA",
"processed_notes":"Notes traitées",
"n_notes_queued_0":"{{ count }} note en attente d’indexation",
"n_notes_queued_1":"{{ count }} notes en attente d’indexation",
"n_notes_queued_2":"",
"notes_indexed_0":"{{ count }} note indexée",
"notes_indexed_1":"{{ count }} notes indexées",
"notes_indexed_2":"",
"anthropic_url_description":"URL de base pour l'API Anthropic (par défaut: https://api.anthropic.com)",
"anthropic_model_description":"Modèles Anthropic Claude pour la complétion",
"voyage_settings":"Réglages d'IA Voyage",
"ollama_settings":"Réglages Ollama",
"ollama_url_description":"URL pour l'API Ollama (par défaut: http://localhost:11434)",
"ollama_model_description":"Model Ollama utilisé pour la complétion",
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.