Skip to content

Commit ca52fab

Browse files
committed
2 parents cbeb539 + a988543 commit ca52fab

58 files changed

Lines changed: 1151 additions & 496 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(gh issue *)"
5+
]
6+
}
7+
}

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 1
3333

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
actions: read # Required for Claude to read CI results on PRs
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 1
3232

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"debounce": "3.0.0",
5252
"dompurify": "3.4.0",
5353
"draggabilly": "3.0.0",
54-
"force-graph": "1.51.2",
54+
"force-graph": "1.51.4",
5555
"htmldiff-js": "1.0.5",
5656
"i18next": "26.0.4",
5757
"i18next-http-backend": "3.0.4",

apps/client/src/translations/ar/translation.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
22
"about": {
3-
"title": "حول تريليوم للملاحظات",
4-
"homepage": "الصفحة الرئيسية:",
5-
"app_version": "اصدار التطبيق:",
6-
"sync_version": "اصدار المزامنه:",
7-
"build_date": "تاريخ الانشاء:",
8-
"build_revision": "مراجعة الاصدار:",
9-
"data_directory": "مجلد البيانات:",
10-
"db_version": "اصدار قاعدة البيانات:"
3+
"data_directory": "مجلد البيانات:"
114
},
125
"toast": {
136
"critical-error": {

apps/client/src/translations/ca/translation.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
2-
"about": {
3-
"title": "Sobre Trilium Notes",
4-
"homepage": "Pàgina principal:",
5-
"app_version": "Versió de l'aplicació:",
6-
"db_version": "Versió de la base de dades:"
7-
},
82
"add_link": {
93
"note": "Nota"
104
},

apps/client/src/translations/cn/translation.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"about": {
3-
"title": "关于 Trilium Notes",
4-
"homepage": "项目主页:",
5-
"app_version": "应用版本:",
6-
"db_version": "数据库版本:",
7-
"sync_version": "同步版本:",
8-
"build_date": "编译日期:",
9-
"build_revision": "编译版本:",
103
"data_directory": "数据目录:"
114
},
125
"toast": {

apps/client/src/translations/cs/translation.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"about": {
3-
"title": "O Trilium Notes",
4-
"homepage": "Domovská stránka:",
5-
"app_version": "Verze aplikace:",
6-
"db_version": "Verze DB:",
7-
"sync_version": "Verze synchronizace:",
8-
"build_date": "Datum sestavení:",
9-
"build_revision": "Revize sestavení:",
103
"data_directory": "Datový adresář:"
114
},
125
"toast": {

apps/client/src/translations/de/translation.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"about": {
3-
"title": "Über Trilium Notes",
4-
"homepage": "Startseite:",
5-
"app_version": "App-Version:",
6-
"db_version": "DB-Version:",
7-
"sync_version": "Sync-Version:",
8-
"build_date": "Build-Datum:",
9-
"build_revision": "Build-Revision:",
103
"data_directory": "Datenverzeichnis:"
114
},
125
"toast": {

apps/client/src/translations/el/translation.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"about": {
3-
"title": "Σχετικά με το Trilium Notes",
4-
"homepage": "Αρχική Σελίδα:",
5-
"app_version": "Έκδοση εφαρμογής:",
6-
"db_version": "Έκδοση βάσης δεδομένων:",
7-
"sync_version": "Έκδοση συγχρονισμού:",
8-
"build_date": "Ημερομηνία χτισίματος εφαρμογής:",
9-
"build_revision": "Αριθμός αναθεώρησης χτισίματος:",
103
"data_directory": "Φάκελος δεδομένων:"
114
},
125
"toast": {

0 commit comments

Comments
 (0)