Skip to content

Commit c75421e

Browse files
authored
Merge pull request #612 from n4ze3m/next
v1.5.16
2 parents ffe98f9 + 57aa624 commit c75421e

Some content is hidden

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

63 files changed

+3166
-1399
lines changed

src/assets/locale/ar/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@
5959
},
6060
"copyAsFormattedText": {
6161
"label": "نسخ كنص منسق"
62-
}
63-
},
62+
},
63+
"tabMentionsEnabled": {
64+
"label": "تمكين إشارات التبويب (@tab)"
65+
} },
6466
"sidepanelRag": {
6567
"heading": "إعدادات الاسترجاع",
6668
"ragEnabled": {

src/assets/locale/da/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
},
5757
"copyAsFormattedText": {
5858
"label": "Kopiér som formateret tekst"
59+
},
60+
"tabMentionsEnabled": {
61+
"label": "Aktivér Tab Omtaler (@tab)"
5962
}
6063
},
6164
"sidepanelRag": {

src/assets/locale/en/common.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
"label": "Max Tokens (num_predict)",
7676
"placeholder": "e.g. 2048, 4096"
7777
},
78+
"thinking": {
79+
"label": "Thinking Mode (Ollama)"
80+
},
7881
"seed": {
7982
"label": "Seed",
8083
"placeholder": "e.g. 1234",

src/assets/locale/en/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
},
6060
"copyAsFormattedText": {
6161
"label": "Copy as Formatted Text"
62+
},
63+
"tabMentionsEnabled": {
64+
"label": "Enable Tab Mentions (@tab)"
6265
}
6366
},
6467
"sidepanelRag": {

src/assets/locale/es/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
},
6060
"copyAsFormattedText": {
6161
"label": "Copiar como Texto Formateado"
62+
},
63+
"tabMentionsEnabled": {
64+
"label": "Habilitar Menciones de Pestañas (@tab)"
6265
}
6366
},
6467
"sidepanelRag": {

src/assets/locale/fa/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
},
5757
"copyAsFormattedText": {
5858
"label": "کپی به عنوان متن قالب‌بندی شده"
59+
},
60+
"tabMentionsEnabled": {
61+
"label": "فعال‌سازی منشن تب (@tab)"
5962
}
6063
},
6164
"sidepanelRag": {

src/assets/locale/fr/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
},
6060
"copyAsFormattedText": {
6161
"label": "Copier en tant que texte formaté"
62+
},
63+
"tabMentionsEnabled": {
64+
"label": "Activer les mentions d'onglets (@tab)"
6265
}
6366
},
6467
"sidepanelRag": {

src/assets/locale/it/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
},
6060
"copyAsFormattedText": {
6161
"label": "Copia come Testo Formattato"
62+
},
63+
"tabMentionsEnabled": {
64+
"label": "Abilita Menzioni Scheda (@tab)"
6265
}
6366
},
6467
"sidepanelRag": {

src/assets/locale/ja-JP/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
},
6363
"copyAsFormattedText": {
6464
"label": "書式付きテキストとしてコピー"
65+
},
66+
"tabMentionsEnabled": {
67+
"label": "Abilita menzioni scheda (@tab)"
6568
}
6669
},
6770
"sidepanelRag": {

src/assets/locale/ko/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
},
6363
"copyAsFormattedText": {
6464
"label": "서식이 있는 텍스트로 복사"
65+
},
66+
"tabMentionsEnabled": {
67+
"label": "탭 멘션 (@tab) 활성화"
6568
}
6669
},
6770
"sidepanelRag": {

0 commit comments

Comments
 (0)