This commit is contained in:
Adorian Doran 2025-12-01 11:24:52 +02:00
commit 25e1008c5c
7 changed files with 121 additions and 389 deletions

View File

@ -162,7 +162,8 @@
"inPageSearch": "页面内搜索", "inPageSearch": "页面内搜索",
"newTabWithActivationNoteLink": "在新标签页打开笔记链接并激活该标签页", "newTabWithActivationNoteLink": "在新标签页打开笔记链接并激活该标签页",
"title": "资料表", "title": "资料表",
"newTabNoteLink": "在新标签页开启链接" "newTabNoteLink": "在新标签页开启链接",
"editShortcuts": "编辑键盘快捷键"
}, },
"import": { "import": {
"importIntoNote": "导入到笔记", "importIntoNote": "导入到笔记",
@ -2104,5 +2105,8 @@
"clear-color": "清除笔记颜色", "clear-color": "清除笔记颜色",
"set-color": "设置笔记颜色", "set-color": "设置笔记颜色",
"set-custom-color": "设置自定义笔记颜色" "set-custom-color": "设置自定义笔记颜色"
},
"popup-editor": {
"maximize": "切换至完整编辑器"
} }
} }

View File

@ -2105,5 +2105,8 @@
"clear-color": "ノートの色をクリア", "clear-color": "ノートの色をクリア",
"set-color": "ノートの色を設定", "set-color": "ノートの色を設定",
"set-custom-color": "ノートの色をカスタム設定" "set-custom-color": "ノートの色をカスタム設定"
},
"popup-editor": {
"maximize": "フルエディターに切り替え"
} }
} }

View File

@ -162,7 +162,8 @@
"inPageSearch": "頁面內搜尋", "inPageSearch": "頁面內搜尋",
"title": "列表", "title": "列表",
"newTabNoteLink": "在新分頁開啟筆記連結", "newTabNoteLink": "在新分頁開啟筆記連結",
"newTabWithActivationNoteLink": "在新分頁開啟並切換至筆記連結" "newTabWithActivationNoteLink": "在新分頁開啟並切換至筆記連結",
"editShortcuts": "編輯鍵盤快捷鍵"
}, },
"import": { "import": {
"importIntoNote": "匯入至筆記", "importIntoNote": "匯入至筆記",
@ -2104,5 +2105,8 @@
"clear-color": "清除筆記顏色", "clear-color": "清除筆記顏色",
"set-color": "設定筆記顏色", "set-color": "設定筆記顏色",
"set-custom-color": "設定自訂筆記顏色" "set-custom-color": "設定自訂筆記顏色"
},
"popup-editor": {
"maximize": "切換至完整編輯器"
} }
} }

View File

@ -7,7 +7,7 @@
"better-sqlite3": "12.5.0", "better-sqlite3": "12.5.0",
"mime-types": "3.0.2", "mime-types": "3.0.2",
"sanitize-filename": "1.6.3", "sanitize-filename": "1.6.3",
"tsx": "4.20.6", "tsx": "4.21.0",
"yargs": "18.0.0" "yargs": "18.0.0"
}, },
"devDependencies": { "devDependencies": {

55
docs/README-fa.md vendored
View File

@ -33,50 +33,39 @@ quick overview:
<a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./docs/app.png" alt="Trilium Screenshot" width="1000"></a> <a href="https://triliumnext.github.io/Docs/Wiki/screenshot-tour"><img src="./docs/app.png" alt="Trilium Screenshot" width="1000"></a>
## ⏬ Download ## ⏬ دانلود
- [Latest release](https://github.com/TriliumNext/Trilium/releases/latest) - [آخرین انتشار]{1} نسخه پایدار، برای بیشتر کاربران پیشنهاد می‌شود.
stable version, recommended for most users.
- [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly) - [Nightly build](https://github.com/TriliumNext/Trilium/releases/tag/nightly)
unstable development version, updated daily with the latest features and unstable development version, updated daily with the latest features and
fixes. fixes.
## 📚 Documentation ## 📚 کتابچه راهنما
**Visit our comprehensive documentation at **Visit our comprehensive documentation at
[docs.triliumnotes.org](https://docs.triliumnotes.org/)** [docs.triliumnotes.org](https://docs.triliumnotes.org/)**
Our documentation is available in multiple formats: مستندات ما در چندین قالب مختلف در دسترس است:
- **Online Documentation**: Browse the full documentation at - مستندات آنلاین: می‌توانید نسخهٔ کامل مستندات را در
[docs.triliumnotes.org](https://docs.triliumnotes.org/) [docs.triliumnotes.org](https://docs.triliumnotes.org/) مرور کنید
- **In-App Help**: Press `F1` within Trilium to access the same documentation - ** In-App Help **: Press `F1 ` در Trilium برای دسترسی به همان اسناد به طور
directly in the application مستقیم در برنامه
- **GitHub**: Navigate through the [User - ** GitHub **: از طریق [راهنمای کاربر] در این مخزن حرکت کنید
Guide](./docs/User%20Guide/User%20Guide/) in this repository
### Quick Links ### لینک‌های سریع
- [Getting Started Guide](https://docs.triliumnotes.org/) - راهنمای شروع کار
- [Installation - دستورالعمل‌های نصب
Instructions](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation.md) - راه‌اندازی داکر
- [Docker - ارتقای TriliumNext
Setup](./docs/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/Using%20Docker.md) - مفاهیم و ویژگی‌های پایه
- [Upgrading - الگوهای پایگاه دانشی شخصی
TriliumNext](./docs/User%20Guide/User%20Guide/Installation%20%26%20Setup/Upgrading%20TriliumNext.md)
- [Basic Concepts and
Features](./docs/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes.md)
- [Patterns of Personal Knowledge
Base](https://triliumnext.github.io/Docs/Wiki/patterns-of-personal-knowledge)
## 🎁 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)) * ویرایشگر یادداشت غنی WYSIWYG از جمله جداول، تصاویر و [math] [1] با علامت گذاری
* Rich WYSIWYG note editor including e.g. tables, images and [autoformat] [2]
[math](https://triliumnext.github.io/Docs/Wiki/text-notes) with markdown * پشتیبانی از ویرایش [یادداشت با کد منبع][۱]، از جمله نحو برجسته
[autoformat](https://triliumnext.github.io/Docs/Wiki/text-notes#autoformat)
* Support for editing [notes with source
code](https://triliumnext.github.io/Docs/Wiki/code-notes), including syntax
highlighting
* Fast and easy [navigation between * Fast and easy [navigation between
notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text notes](https://triliumnext.github.io/Docs/Wiki/note-navigation), full text
search and [note search and [note

View File

@ -53,7 +53,7 @@
"esbuild": "0.27.0", "esbuild": "0.27.0",
"eslint": "9.39.1", "eslint": "9.39.1",
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-playwright": "2.3.0", "eslint-plugin-playwright": "2.4.0",
"eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-react-hooks": "7.0.1",
"happy-dom": "~20.0.0", "happy-dom": "~20.0.0",
"http-server": "14.1.1", "http-server": "14.1.1",
@ -62,7 +62,7 @@
"react-refresh": "0.18.0", "react-refresh": "0.18.0",
"rollup-plugin-webpack-stats": "2.1.8", "rollup-plugin-webpack-stats": "2.1.8",
"tslib": "2.8.1", "tslib": "2.8.1",
"tsx": "4.20.6", "tsx": "4.21.0",
"typescript": "~5.9.0", "typescript": "~5.9.0",
"typescript-eslint": "8.48.0", "typescript-eslint": "8.48.0",
"upath": "2.0.1", "upath": "2.0.1",

434
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff