From 0e2f4f4e1356abe415aa962d3e3e7859ce079626 Mon Sep 17 00:00:00 2001 From: Yatrik Patel Date: Sat, 28 Feb 2026 23:14:03 +0100 Subject: [PATCH 1/8] Translated using Weblate (Hindi) Currently translated at 38.6% (61 of 158 strings) Translation: Trilium Notes/Website Translate-URL: https://hosted.weblate.org/projects/trilium/website/hi/ --- apps/website/src/translations/hi/translation.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/website/src/translations/hi/translation.json b/apps/website/src/translations/hi/translation.json index 52211c7236..fd908577bf 100644 --- a/apps/website/src/translations/hi/translation.json +++ b/apps/website/src/translations/hi/translation.json @@ -21,15 +21,18 @@ }, "note_types": { "canvas_title": "कैनवास", - "mindmap_title": "माइंडमैप" + "mindmap_title": "माइंडमैप", + "file_title": "फ़ाइल नोट्स" }, "extensibility_benefits": { "share_title": "वेब पर नोट्स शेयर करें", - "share_description": "अगर आपके पास सर्वर है, तो इसका उपयोग अपने नोट्स के एक हिस्से को अन्य लोगों के साथ शेयर करने के लिए किया जा सकता है।" + "share_description": "अगर आपके पास सर्वर है, तो इसका उपयोग अपने नोट्स के एक हिस्से को अन्य लोगों के साथ शेयर करने के लिए किया जा सकता है।", + "import_export_title": "इंपोर्ट/एक्सपोर्ट" }, "collections": { "calendar_title": "कैलेंडर", - "table_title": "टेबल" + "table_title": "टेबल", + "board_title": "कानबान बोर्ड" }, "download_now": { "linux_small": "लिनक्स के लिए", From 5606cde506be380391db041231e2992a77f60754 Mon Sep 17 00:00:00 2001 From: Yatrik Patel Date: Sat, 28 Feb 2026 23:05:11 +0100 Subject: [PATCH 2/8] Translated using Weblate (Hindi) Currently translated at 100.0% (1675 of 1675 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/hi/ --- apps/client/src/translations/hi/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/translations/hi/translation.json b/apps/client/src/translations/hi/translation.json index a48c11c6de..e9580ef5b8 100644 --- a/apps/client/src/translations/hi/translation.json +++ b/apps/client/src/translations/hi/translation.json @@ -51,7 +51,7 @@ }, "add_link": { "note": "नोट", - "add_link": "लिंक जोड़ें", + "add_link": "लिंक ऐड करें", "help_on_links": "लिंक्स पर मदद।", "search_note": "नोट को नाम से खोजें", "link_title_mirrors": "लिंक टाइटल नोट के करंट टाइटल के हिसाब से बदलता है", @@ -112,7 +112,7 @@ "help_on_tree_prefix": "ट्री प्रीफ़िक्स पर मदद", "prefix": "प्रीफ़िक्स: ", "save": "सेव करें", - "branch_prefix_saved": "ब्रांच प्रीफ़िक्स सेव कर दिया गया है।", + "branch_prefix_saved": "ब्रांच प्रीफ़िक्स सेव हो चुका है।", "branch_prefix_saved_multiple": "{{count}} ब्रांचेस के लिए ब्रांच प्रीफ़िक्स सेव कर दिया गया है।", "affected_branches": "प्रभावित ब्रांचेस ({{count}}):" }, From c910335155974f9ac203a22f13993bc77f4581ad Mon Sep 17 00:00:00 2001 From: "Francis C." Date: Mon, 2 Mar 2026 05:00:32 +0100 Subject: [PATCH 3/8] Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 100.0% (1675 of 1675 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hant/ --- apps/client/src/translations/tw/translation.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/client/src/translations/tw/translation.json b/apps/client/src/translations/tw/translation.json index 9eecb868e1..f095101a9d 100644 --- a/apps/client/src/translations/tw/translation.json +++ b/apps/client/src/translations/tw/translation.json @@ -1495,7 +1495,8 @@ "beta-feature": "Beta", "task-list": "任務列表", "new-feature": "新增", - "collections": "集合" + "collections": "集合", + "ai-chat": "AI 聊天" }, "protect_note": { "toggle-on": "保護筆記", @@ -1594,7 +1595,8 @@ }, "search_result": { "no_notes_found": "沒有找到符合搜尋條件的筆記。", - "search_not_executed": "尚未執行搜尋。請點擊上方的「搜尋」按鈕查看結果。" + "search_not_executed": "尚未執行搜尋。", + "search_now": "立即搜尋" }, "spacer": { "configure_launchbar": "設定啟動欄" @@ -2011,7 +2013,9 @@ "app-restart-required": "(需要重啟程式以套用更改)" }, "pagination": { - "total_notes": "{{count}} 筆記" + "total_notes": "{{count}} 筆記", + "prev_page": "上一頁", + "next_page": "下一頁" }, "collections": { "rendering_error": "發現錯誤,無法顯示內容。" From e309ff2d17e3ddc8eb84abeb4ed5b3452bc9e09b Mon Sep 17 00:00:00 2001 From: ibs-allaow <255127489+ibs-allaow@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:50:30 +0100 Subject: [PATCH 4/8] Translated using Weblate (Arabic) Currently translated at 100.0% (116 of 116 strings) Translation: Trilium Notes/README Translate-URL: https://hosted.weblate.org/projects/trilium/readme/ar/ --- docs/README-ar.md | 315 +++++++++++++++++++++++----------------------- 1 file changed, 155 insertions(+), 160 deletions(-) diff --git a/docs/README-ar.md b/docs/README-ar.md index bacb285274..4946f1ee69 100644 --- a/docs/README-ar.md +++ b/docs/README-ar.md @@ -41,7 +41,7 @@ script)](./README-ZH_TW.md) | [English](../README.md) | [French](./README-fr.md) - [الإصدار الليلي](https://github.com/TriliumNext/Trilium/releases/tag/nightly) – إصدار تطوير غير مستقر، يتم تحديثه يوميًا بأحدث الميزات والإصلاحات. -## 📚توثيق +## 📚 الوثائق **يمكنكم الاطلاع على وثائقنا الشاملة على الرابط التالي: [docs.triliumnotes.org](https://docs.triliumnotes.org/)** @@ -61,33 +61,35 @@ script)](./README-ZH_TW.md) | [English](../README.md) | [French](./README-fr.md) - [ترقية تريليوم للملاحظات](https://docs.triliumnotes.org/user-guide/setup/upgrading) - [مفاهيم ومميزات - اساسية](https://docs.triliumnotes.org/user-guide/concepts/notes) + أساسية](https://docs.triliumnotes.org/user-guide/concepts/notes) - [أنماط قاعدة المعرفة الشخصية](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge) -## 🎁الميزات +## 🎁 المميزات -* يمكن ترتيب النوتات الموسيقية في شجرة ذات عمق غير محدود. ويمكن وضع نوتة واحدة - في أماكن متعددة في الشجرة (انظر +* يمكن تنظيم الملاحظات في شجرة ذات عمق غير محدود. كما يمكن وضع الملاحظة الواحدة + في أماكن متعددة داخل الشجرة (راجع [الاستنساخ](https://docs.triliumnotes.org/user-guide/concepts/notes/cloning)) * محرر ملاحظات WYSIWYG غني يتضمن على سبيل المثال الجداول والصور و[الرياضيات](https://docs.triliumnotes.org/user-guide/note-types/text) مع - تنسيق تلقائي لـ Markdown[2] -* دعم تحرير [الملاحظات التي تحتوي على شفرة - المصدر](https://docs.triliumnotes.org/user-guide/note-types/code)، بما في ذلك - تمييز بناء الجملة -* التنقل السريع والسهل بين الملاحظات - (https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation)، - والبحث في النص الكامل، ورفع الملاحظات - (https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting) -* سلس [ملاحظة حول إصدار - النظام](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions) + Markdown [تنسيق + تلقائي](https://docs.triliumnotes.org/user-guide/note-types/text/markdown-formatting) +* دعم تحرير [ملاحظات التعليمات + البرمجية](https://docs.triliumnotes.org/user-guide/note-types/code)، بما في + ذلك تمييز بناء الجملة +* [التنقل بين + الملاحظات](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-navigation) + سهل وسريع، مع دعم البحث في النص الكامل، و[رفع + الملاحظات](https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting) +* نظام [إصدارات + الملاحظات](https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions) + السلس * يمكن استخدام [السمات](https://docs.triliumnotes.org/user-guide/advanced-usage/attributes) لتنظيم الملاحظات والاستعلام عنها و[البرمجة النصية](https://docs.triliumnotes.org/user-guide/scripts) المتقدمة -* UI available in English, German, Spanish, French, Romanian, and Chinese - (simplified and traditional) +* واجهة المستخدم متوفرة باللغات الإنجليزية والألمانية والإسبانية والفرنسية + والرومانية والصينية (المبسطة والتقليدية) * تكامل مباشر مع [أنظمة الهوية المفتوحة OpenID وكلمات المرور المؤقتة TOTP](https://docs.triliumnotes.org/user-guide/setup/server/mfa) لتسجيل دخول أكثر أماناً @@ -118,131 +120,129 @@ script)](./README-ZH_TW.md) | [English](../README.md) | [French](./README-fr.md) المتقدمة](https://docs.triliumnotes.org/user-guide/advanced-usage/advanced-showcases) * [واجهة REST API](https://docs.triliumnotes.org/user-guide/advanced-usage/etapi) للأتمتة -* Scales well in both usability and performance upwards of 100 000 notes -* Touch optimized [mobile - frontend](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) for - smartphones and tablets -* Built-in [dark - theme](https://docs.triliumnotes.org/user-guide/concepts/themes), support for - user themes -* [Evernote](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote) - and [Markdown import & - export](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown) -* [Web Clipper](https://docs.triliumnotes.org/user-guide/setup/web-clipper) for - easy saving of web content -* Customizable UI (sidebar buttons, user-defined widgets, ...) -* [Metrics](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics), - along with a Grafana Dashboard. +* يتميز بسهولة الاستخدام والأداء العاليين، ويستوعب أكثر من 100,000 ملاحظة +* "[واجهة جوال](https://docs.triliumnotes.org/user-guide/setup/mobile-frontend) + محسنة للمس، مخصصة للهواتف الذكية والأجهزة اللوحية" +* [الوضع الداكن](https://docs.triliumnotes.org/user-guide/concepts/themes) + المدمج، ودعم سمات المستخدم +* [إيفيرنوت + (Evernote)](https://docs.triliumnotes.org/user-guide/concepts/import-export/evernote) + و[استيراد وتصدير ملفات + Markdown](https://docs.triliumnotes.org/user-guide/concepts/import-export/markdown) +* [أداة قص الويب](https://docs.triliumnotes.org/user-guide/setup/web-clipper) + لحفظ محتوى الويب بسهولة +* واجهة مستخدم قابلة للتخصيص (أزرار الشريط الجانبي، أدوات المستخدم المحددة، ...) +* [مؤشرات + الأداء](https://docs.triliumnotes.org/user-guide/advanced-usage/metrics)، مع + لوحة تحكم Grafana. -✨ Check out the following third-party resources/communities for more TriliumNext -related goodies: +✨ اطلع على الموارد/المجتمعات الخارجية التالية لمزيد من المعلومات المفيدة +المتعلقة بـ TriliumNext: -- [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. +- [awesome-trillium](https://github.com/Nriver/awesome-trilium) للقوالب والبرامج + النصية والإضافات الخارجية والمزيد. +- [TriliumRocks!](https://trilium.rocks/) للحصول على دروس تعليمية، وأدلة، وغير + ذلك الكثير. -## ❓لماذا تريليوم التالي؟ +## ؟لماذا 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 -### ⬆️ الهجرة من Zadam الى تريليوم؟ +### ⬆️الانتقال من Zadam/Trilium؟ -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. +لا توجد خطوات انتقال خاصة للانتقال من نسخة zadam/Trilium إلى نسخة +TriliumNext/Trilium. ما عليك سوى تثبيت TriliumNext/Trilium كالمعتاد، وسيستخدم +قاعدة بياناتك الحالية. -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. +الإصدارات حتى الإصدار +[v0.90.4](https://github.com/TriliumNext/Trilium/releases/tag/v0.90.4) متوافقة +مع أحدث إصدار من zadam/trillium وهو [v0.63.7]{2]. أما الإصدارات اللاحقة من +TriliumNext/Trilium، فقد تم تحديث أرقام المزامنة الخاصة بها، مما يمنع الترقية +المباشرة. -## 💬تحدث معنا +## 💬 ناقش معنا -Feel free to join our official conversations. We would love to hear what -features, suggestions, or issues you may have! +لا تترددوا في الانضمام إلى محادثاتنا الرسمية. يسعدنا أن نسمع عن الميزات أو +الاقتراحات أو المشاكل التي قد تواجهونها! -- [Matrix](https://matrix.to/#/#triliumnext:matrix.org) (For synchronous - discussions.) - - The `General` Matrix room is also bridged to - [XMPP](xmpp:discuss@trilium.thisgreat.party?join) -- [Github Discussions](https://github.com/TriliumNext/Trilium/discussions) (For - asynchronous discussions.) -- [Github Issues](https://github.com/TriliumNext/Trilium/issues) (For bug - reports and feature requests.) +- [ماتريكس (Matrix)](https://matrix.to/#/#triliumnext:matrix.org) (للمناقشات + المتزامنة.) + - غرفة ماتريكس `العامة` مرتبطة أيضاً بـ + [XMPP](xmpp:discuss@trilium.thisgreat.party?join) (Extensible Messaging and + Presence Protocol) +- [مناقشات GitHub](https://github.com/TriliumNext/Trilium/discussions) + (للمناقشات غير المتزامنة.) +- [Github Issues](https://github.com/TriliumNext/Trilium/issues) (لتقديم تقارير + الأخطاء وطلبات الميزات.) -## 🏗️ تثبيت +## 🏗️ التثبيت -### ويندوز / نظام تشغيل ماك +### ويندوز (Windows) / نظام تشغيل ماك (MacOS) -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. +نزل الإصدار الثنائي (Binary) المناسب لمنصتك من [صفحة أحدث +الإصدارات](https://github.com/TriliumNext/Trilium/releases/latest)، ثم فك ضغط +الحزمة وشغّل ملف `trilium` التنفيذي. -### لينكس +### لينكس (Linux) -If your distribution is listed in the table below, use your distribution's -package. +إذا كانت توزيعتك مدرجة في الجدول أدناه، فاستخدم الحزمة الخاصة بتوزيعتك. -[![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) -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. +يمكنك أيضًا تنزيل الإصدار الثنائي لمنصتك من [صفحة أحدث +إصدار](https://github.com/TriliumNext/Trilium/releases/latest)، وفك ضغط الحزمة +وتشغيل الملف التنفيذي `trillium`. -TriliumNext is also provided as a Flatpak, but not yet published on FlatHub. +يتم توفير TriliumNext أيضًا كـ Flatpak، ولكن لم يتم نشره بعد على FlatHub. -### مستعرض( اي نظام تشغيل) +### متصفح (أي نظام تشغيل) -If you use a server installation (see below), you can directly access the web -interface (which is almost identical to the desktop app). +إذا كنت تستخدم تثبيت الخادم (انظر أدناه)، فيمكنك الوصول مباشرة إلى واجهة الويب +(وهي مطابقة تقريبًا لتطبيق سطح المكتب). -Currently only the latest versions of Chrome & Firefox are supported (and -tested). +حالياً، يتم دعم أحدث إصدارات متصفحي Chrome و Firefox فقط (والتي تم اختبارها). -### هاتف المحمول +### الهاتف المحمول -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). +لاستخدام TriliumNext على الأجهزة المحمولة، يمكنك استخدام المتصفح للوصول إلى +واجهة الجوال الخاصة بنسخة الخادم المثبتة (انظر أدناه). -See issue https://github.com/TriliumNext/Trilium/issues/4962 for more -information on mobile app support. +راجع المشكلة رقم https://github.com/TriliumNext/Trilium/issues/4962 لمزيد من +المعلومات حول دعم إصدار الهاتف المحمول. -If you prefer a native Android app, you can use +إذا كنت تفضل تطبيقًا أصليًا لنظام Android، يمكنك استخدام [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. +أبلغ عن الأخطاء والميزات المفقودة في +[مستودعهم](https://github.com/FliegendeWurst/TriliumDroid). ملاحظة: يُفضل تعطيل +التحديثات التلقائية على تثبيت الخادم الخاص بك (انظر أدناه) عند استخدام +TriliumDroid، حيث يجب أن تتطابق نسخة المزامنة بين Trilium وTriliumDroid. ### الخادم -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://docs.triliumnotes.org/user-guide/setup/server). +لتثبيت TriliumNext على خادمك الخاص (بما في ذلك عبر Docker من +[Dockerhub](https://hub.docker.com/r/triliumnext/trilium)) اتبع [وثائق تثبيت +الخادم]{2]. ## 💻 المساهمة -### ترجمات +### الترجمات -If you are a native speaker, help us translate Trilium by heading over to our -[Weblate page](https://hosted.weblate.org/engage/trilium/). +إذا كنت متحدثًا أصليًا للغة، فساعدنا في ترجمة Trilium من خلال التوجه إلى [صفحة +الويب]{1]. -Here's the language coverage we have so far: +إليك قائمة نسبة اكتمال اللغات المدعومة حتى الآن: -[![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/) -### كود +### التعليمات البرمجية -Download the repository, install dependencies using `pnpm` and then run the -server (available at http://localhost:8080): +قم بتنزيل المستودع، وقم بتثبيت التبعيات باستخدام `pnpm`، ثم قم بتشغيل الخادم +(المتاح على http://localhost:8080): ```shell git clone https://github.com/TriliumNext/Trilium.git cd Trilium @@ -252,8 +252,8 @@ pnpm run server:start ### التوثيق -Download the repository, install dependencies using `pnpm` and then run the -environment required to edit the documentation: +قم بتنزيل المستودع، وقم بتثبيت التبعيات باستخدام `pnpm`، ثم قم بتشغيل البيئة +المطلوبة لتحرير الوثائق: ```shell git clone https://github.com/TriliumNext/Trilium.git cd Trilium @@ -262,8 +262,8 @@ pnpm edit-docs:edit-docs ``` ### بناء الملف التنفيذي -Download the repository, install dependencies using `pnpm` and then build the -desktop app for Windows: +قم بتنزيل المستودع، وقم بتثبيت التبعيات باستخدام `pnpm`، ثم قم ببناء تطبيق سطح +المكتب لنظام التشغيل ويندوز (Windows): ```shell git clone https://github.com/TriliumNext/Trilium.git cd Trilium @@ -271,71 +271,66 @@ 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). +لمزيد من التفاصيل، راجع [وثائق +التطوير](https://github.com/TriliumNext/Trilium/tree/main/docs/Developer%20Guide/Developer%20Guide). -### توثيق المطور +### وثائق المطورين -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): لأداة تمييز الصيغة البرمجية + (Syntax highlight) الأصلية. +* [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://docs.triliumnotes.org/user-guide/note-types/relation-map) and - [link - maps](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#link-map) +* [CKEditor 5](https://github.com/ckeditor/ckeditor5): - المحرر المرئي خلف + الملاحظات النصية. نحن ممتنون لحصولنا على مجموعة من الميزات المدفوعة (Premium). +* [CodeMirror](https://github.com/codemirror/CodeMirror): - محرر أكواد يدعم + عدداً هائلاً من اللغات. +* [Excalidraw](https://github.com/excalidraw/excalidraw): - السبورة البيضاء + اللانهائية المستخدمة في ملاحظات Canvas. +* [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://docs.triliumnotes.org/user-guide/note-types/relation-map) + و[خرائط + الروابط](https://docs.triliumnotes.org/user-guide/advanced-usage/note-map#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 بمئات الساعات من العمل. دعمكم يحافظ على كونه مفتوح +المصدر، ويحسن الميزات، ويغطي التكاليف مثل الاستضافة. -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) +- [رعاة GitHub](https://github.com/sponsors/eliandoran) - [PayPal](https://paypal.me/eliandoran) -- [Buy Me a Coffee](https://buymeacoffee.com/eliandoran) +- [اشترِ لي قهوة](https://buymeacoffee.com/eliandoran) ## 🔑 الترخيص -Copyright 2017-2025 zadam, Elian Doran, and other contributors +جميع الحقوق محفوظة لـ zadam وإليان دوران ومساهمين آخرين، من عام 2017 إلى عام +2025 -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. +هذا البرنامج هو برنامج مجاني: يمكنك إعادة توزيعه و/أو تعديله بموجب شروط رخصة جنو +أفيرو (GNU Affero) العامة كما نشرتها مؤسسة البرمجيات الحرة، سواء الإصدار 3 من +الرخصة، أو (حسب اختيارك) أي إصدار لاحق. From 679e1ac67869dc32784b8c50d44ccd2cbefa5a22 Mon Sep 17 00:00:00 2001 From: Hasan Kara Date: Mon, 2 Mar 2026 15:49:40 +0100 Subject: [PATCH 5/8] Translated using Weblate (Turkish) Currently translated at 12.0% (19 of 158 strings) Translation: Trilium Notes/Website Translate-URL: https://hosted.weblate.org/projects/trilium/website/tr/ --- apps/website/src/translations/tr/translation.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/website/src/translations/tr/translation.json b/apps/website/src/translations/tr/translation.json index 7c4b0822db..76d93f32bf 100644 --- a/apps/website/src/translations/tr/translation.json +++ b/apps/website/src/translations/tr/translation.json @@ -19,6 +19,11 @@ "note_structure_title": "Not yapısı", "note_structure_description": "Notlar hiyerarşik olarak düzenlenebilir. Her not 'alt notlar' içerebildiği için klasörlere ihtiyaç duyulmaz. Tek bir not, hiyerarşinin birden fazla noktasına eklenebilir.", "attributes_description": "Notlar arasında ilişkiler kurun veya kolay kategorizasyon için etiketler ekleyin. Tablolarda ve panolarda kullanılabilen yapılandırılmış bilgileri eklemek için öne çıkan öznitelikleri kullanın.", - "hoisting_description": "Kişisel ve iş notlarınızı bir çalışma alanı altında gruplandırarak kolayca ayırın; bu sayede not ağacınız yalnızca belirli bir not kümesini gösterecek şekilde odaklanacaktır." + "hoisting_description": "Kişisel ve iş notlarınızı bir çalışma alanı altında gruplandırarak kolayca ayırın; bu sayede not ağacınız yalnızca belirli bir not kümesini gösterecek şekilde odaklanacaktır.", + "attributes_title": "Not etiketleri ve ilişkileri" + }, + "productivity_benefits": { + "title": "Üretkenlik ve güvenlik", + "revisions_title": "Note düzenlemeleri" } } From fe1270c679f68a1d2ff9d7ea09a568b0add78d32 Mon Sep 17 00:00:00 2001 From: Hasan Kara Date: Mon, 2 Mar 2026 15:50:55 +0100 Subject: [PATCH 6/8] Translated using Weblate (Turkish) Currently translated at 4.2% (71 of 1675 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/tr/ --- apps/client/src/translations/tr/translation.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/client/src/translations/tr/translation.json b/apps/client/src/translations/tr/translation.json index 84c574a4d0..2f534ba12e 100644 --- a/apps/client/src/translations/tr/translation.json +++ b/apps/client/src/translations/tr/translation.json @@ -50,8 +50,15 @@ }, "bundle-error": { "title": "Özel bir betik yüklenemedi", - "message": "ID'si \"{{id}}\" ve başlığı \"{{title}}\" olan nottan alınan komut dosyası şunun nedeniyle yürütülemedi:\n\n{{message}}" - } + "message": "Komut şu nedenle yürütülemedi:\n\n{{message}}" + }, + "widget-list-error": { + "title": "Sunucudan widget listesi alınamadı" + }, + "widget-render-error": { + "title": "Özel React widget'ı çizilirken sorun yaşandı" + }, + "scripting-error": "Kullanıcı tanımlı betik hatası: {{title}}" }, "add_link": { "add_link": "Bağlantı ekle", From 9eda264f5213d3091fb57cfd9bb1d24601460a36 Mon Sep 17 00:00:00 2001 From: Hasan Kara Date: Mon, 2 Mar 2026 15:49:12 +0100 Subject: [PATCH 7/8] Translated using Weblate (Turkish) Currently translated at 5.1% (20 of 387 strings) Translation: Trilium Notes/Server Translate-URL: https://hosted.weblate.org/projects/trilium/server/tr/ --- apps/server/src/assets/translations/tr/server.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/server/src/assets/translations/tr/server.json b/apps/server/src/assets/translations/tr/server.json index dcb1b624a2..45d04b9221 100644 --- a/apps/server/src/assets/translations/tr/server.json +++ b/apps/server/src/assets/translations/tr/server.json @@ -16,6 +16,9 @@ "create-note-into": "Aktif nota bağlı alt not oluştur", "create-note-after": "Aktif nottan sonra yeni bir not oluştur", "delete-note": "Notu sil", - "move-note-down": "Notu aşağıya kaydır" + "move-note-down": "Notu aşağıya kaydır", + "create-note-into-inbox": "Eğer tanımlandıysa gelen kutusunda bir not veya günlük not oluşturun", + "move-note-up-in-hierarchy": "Notu hiyerarşide yukarı taşı", + "move-note-down-in-hierarchy": "Notu hiyerarşide aşağı taşı" } } From fcf6673825a524e012da708d98aa32e289232029 Mon Sep 17 00:00:00 2001 From: Hasan Kara Date: Mon, 2 Mar 2026 15:49:25 +0100 Subject: [PATCH 8/8] Translated using Weblate (Turkish) Currently translated at 16.3% (19 of 116 strings) Translation: Trilium Notes/README Translate-URL: https://hosted.weblate.org/projects/trilium/readme/tr/ --- docs/README-tr.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/README-tr.md b/docs/README-tr.md index bd52da803b..9d9a7bc2db 100644 --- a/docs/README-tr.md +++ b/docs/README-tr.md @@ -50,10 +50,9 @@ edin(https://docs.triliumnotes.org/)** Dokümantasyonumuz birden fazla formatta mevcuttur: - **Çevrimiçi Dökümantasyon**: Tüm dökümantasyonu görebilmek için [docs.triliumnotes.org](https://docs.triliumnotes.org/)'a uğrayın -- **In-App Help**: Press `F1` within Trilium to access the same documentation - directly in the application -- **GitHub**: Navigate through the [User Guide](./User%20Guide/User%20Guide/) in - this repository +- **Uygulama içi Yardım**: Aynı dökümantasyona ulaşmak için Trillium + içerisindeyken `F1` tuşuna basın +- **Github**: Bu repodaki [Kullanıcı Rehberi] sayfasına yönelin ### Hızlı linkler - [Başlangıç Kılavuzu](https://docs.triliumnotes.org/) @@ -64,7 +63,7 @@ Dokümantasyonumuz birden fazla formatta mevcuttur: - [Patterns of Personal Knowledge Base](https://docs.triliumnotes.org/user-guide/misc/patterns-of-personal-knowledge) -## 🎁 Features +## 🎁 Özellikler * Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see