);
diff --git a/apps/client/src/features/editor/components/bubble-menu/node-selector.tsx b/apps/client/src/features/editor/components/bubble-menu/node-selector.tsx
index 9f0a78fa..5dc1afbe 100644
--- a/apps/client/src/features/editor/components/bubble-menu/node-selector.tsx
+++ b/apps/client/src/features/editor/components/bubble-menu/node-selector.tsx
@@ -12,7 +12,7 @@ import {
IconListNumbers,
IconTypography,
} from "@tabler/icons-react";
-import { Popover, Button, ScrollArea } from "@mantine/core";
+import { Popover, Button, ScrollArea, Tooltip } from "@mantine/core";
import type { Editor } from "@tiptap/react";
import { useEditorState } from "@tiptap/react";
import { useTranslation } from "react-i18next";
@@ -133,16 +133,18 @@ export const NodeSelector: FC = ({
return (
- }
- onClick={() => setIsOpen(!isOpen)}
- >
- {t(activeItem?.name)}
-
+
+ }
+ onClick={() => setIsOpen(!isOpen)}
+ >
+ {t(activeItem?.name)}
+
+
diff --git a/apps/client/src/features/editor/components/bubble-menu/text-alignment-selector.tsx b/apps/client/src/features/editor/components/bubble-menu/text-alignment-selector.tsx
index b5277651..f8dba1c9 100644
--- a/apps/client/src/features/editor/components/bubble-menu/text-alignment-selector.tsx
+++ b/apps/client/src/features/editor/components/bubble-menu/text-alignment-selector.tsx
@@ -7,7 +7,7 @@ import {
IconCheck,
IconChevronDown,
} from "@tabler/icons-react";
-import { Popover, Button, ScrollArea, rem } from "@mantine/core";
+import { Popover, Button, ScrollArea, Tooltip, rem } from "@mantine/core";
import type { Editor } from "@tiptap/react";
import { useEditorState } from "@tiptap/react";
import { useTranslation } from "react-i18next";
@@ -84,16 +84,18 @@ export const TextAlignmentSelector: FC = ({
return (
- }
- onClick={() => setIsOpen(!isOpen)}
- >
-
-
+
+ }
+ onClick={() => setIsOpen(!isOpen)}
+ >
+
+
+
From 618f56577da47f5c8895d25e5c11f32c6331cfb9 Mon Sep 17 00:00:00 2001
From: Philipinho <16838612+Philipinho@users.noreply.github.com>
Date: Sun, 15 Feb 2026 22:51:23 +0000
Subject: [PATCH 15/17] turn into callout option
---
.../components/bubble-menu/node-selector.tsx | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/apps/client/src/features/editor/components/bubble-menu/node-selector.tsx b/apps/client/src/features/editor/components/bubble-menu/node-selector.tsx
index 5dc1afbe..7fecff9e 100644
--- a/apps/client/src/features/editor/components/bubble-menu/node-selector.tsx
+++ b/apps/client/src/features/editor/components/bubble-menu/node-selector.tsx
@@ -1,6 +1,7 @@
import React, { Dispatch, FC, SetStateAction } from "react";
import {
IconBlockquote,
+ IconCaretRightFilled,
IconCheck,
IconCheckbox,
IconChevronDown,
@@ -8,6 +9,7 @@ import {
IconH1,
IconH2,
IconH3,
+ IconInfoCircle,
IconList,
IconListNumbers,
IconTypography,
@@ -55,6 +57,8 @@ export const NodeSelector: FC = ({
isTaskItem: ctx.editor.isActive("taskItem"),
isBlockquote: ctx.editor.isActive("blockquote"),
isCodeBlock: ctx.editor.isActive("codeBlock"),
+ isCallout: ctx.editor.isActive("callout"),
+ isDetails: ctx.editor.isActive("details"),
};
},
});
@@ -124,6 +128,18 @@ export const NodeSelector: FC = ({
command: () => editor.chain().focus().toggleCodeBlock().run(),
isActive: () => editorState?.isCodeBlock,
},
+ {
+ name: "Callout",
+ icon: IconInfoCircle,
+ command: () => editor.chain().focus().toggleCallout().run(),
+ isActive: () => editorState?.isCallout,
+ },
+ {
+ name: "Toggle block",
+ icon: IconCaretRightFilled,
+ command: () => editor.chain().focus().setDetails().run(),
+ isActive: () => editorState?.isDetails,
+ },
];
const activeItem = items.filter((item) => item.isActive()).pop() ?? {
From 26b9338da5b502ca8f5118179180fffd6f1dd867 Mon Sep 17 00:00:00 2001
From: Philipinho <16838612+Philipinho@users.noreply.github.com>
Date: Sun, 15 Feb 2026 23:04:18 +0000
Subject: [PATCH 16/17] sync
---
apps/server/src/ee | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/server/src/ee b/apps/server/src/ee
index 8a1fa2d2..3b7c484e 160000
--- a/apps/server/src/ee
+++ b/apps/server/src/ee
@@ -1 +1 @@
-Subproject commit 8a1fa2d27ca31452eb4b3a730ea13c575eccd021
+Subproject commit 3b7c484eebf698d6696f83d415184525054fb75c
From 621ef4f0cf1abd1e9073cafe72700c4ecd452b73 Mon Sep 17 00:00:00 2001
From: Philip Okugbe <16838612+Philipinho@users.noreply.github.com>
Date: Sun, 15 Feb 2026 23:10:32 +0000
Subject: [PATCH 17/17] New Crowdin updates (#1948)
* New translations
---
.../public/locales/de-DE/translation.json | 28 +++++++++++++++++--
.../public/locales/es-ES/translation.json | 28 +++++++++++++++++--
.../public/locales/fr-FR/translation.json | 28 +++++++++++++++++--
.../public/locales/it-IT/translation.json | 28 +++++++++++++++++--
.../public/locales/ja-JP/translation.json | 28 +++++++++++++++++--
.../public/locales/ko-KR/translation.json | 28 +++++++++++++++++--
.../public/locales/nl-NL/translation.json | 28 +++++++++++++++++--
.../public/locales/pt-BR/translation.json | 28 +++++++++++++++++--
.../public/locales/ru-RU/translation.json | 28 +++++++++++++++++--
.../public/locales/uk-UA/translation.json | 28 +++++++++++++++++--
.../public/locales/zh-CN/translation.json | 28 +++++++++++++++++--
11 files changed, 275 insertions(+), 33 deletions(-)
diff --git a/apps/client/public/locales/de-DE/translation.json b/apps/client/public/locales/de-DE/translation.json
index 16df8599..ede6ef70 100644
--- a/apps/client/public/locales/de-DE/translation.json
+++ b/apps/client/public/locales/de-DE/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "Aktuelles Datum einfügen",
"Draw and sketch excalidraw diagrams": "Excalidraw-Diagramme zeichnen und skizzieren",
"Multiple": "Mehrere",
+ "Turn into": "In verwandeln",
+ "Text align": "Text ausrichten",
"Heading {{level}}": "Überschrift {{level}}",
"Toggle title": "Titel umschalten",
"Write anything. Enter \"/\" for commands": "Schreiben Sie irgendetwas. Geben Sie \"/\" für Befehle ein",
@@ -582,13 +584,33 @@
"Ask AI": "KI fragen",
"AI is thinking...": "Die KI überlegt...",
"Ask a question...": "Fragen stellen...",
- "AI-powered search (Ask AI)": "KI-gestützte Suche (KI fragen)",
+ "AI Answers": "KI-Antworten",
+ "AI-powered search (AI Answers)": "KI-unterstützte Suche (KI-Antworten)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "Die KI-Suche verwendet Vektor-Einbettungen, um semantische Suchfunktionen in Ihrem Arbeitsbereich bereitzustellen.",
"Toggle AI search": "KI-Suche umschalten",
+ "Generative AI (Ask AI)": "Generative KI (KI fragen)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "Aktivieren Sie die KI-unterstützte Inhaltserstellung im Editor. Ermöglicht Benutzern das Erzeugen, Verbessern, Übersetzen und Transformieren von Text.",
+ "Toggle generative AI": "Generative KI umschalten",
"Sources": "Quellen",
- "Ask AI not available for attachments": "KI fragen nicht für Anhänge verfügbar",
+ "AI Answers not available for attachments": "KI-Antworten sind für Anhänge nicht verfügbar",
"No answer available": "Keine Antwort verfügbar",
"Background color": "Hintergrundfarbe",
"Highlight color": "Hervorhebungsfarbe",
- "Remove color": "Farbe entfernen"
+ "Remove color": "Farbe entfernen",
+ "Notifications": "Benachrichtigungen",
+ "No notifications": "Keine Benachrichtigungen",
+ "No unread notifications": "Keine ungelesenen Benachrichtigungen",
+ "All notifications": "Alle Benachrichtigungen",
+ "Unread only": "Nur ungelesen",
+ "Mark all as read": "Alle als gelesen markieren",
+ "Mark as read": "Als gelesen markieren",
+ "More options": "Weitere Optionen",
+ "mentioned you in a comment": "hat Sie in einem Kommentar erwähnt",
+ "commented on a page": "hat auf einer Seite kommentiert",
+ "resolved a comment": "hat einen Kommentar gelöst",
+ "mentioned you on a page": "hat Sie auf einer Seite erwähnt",
+ "Today": "Heute",
+ "Yesterday": "Gestern",
+ "This week": "Diese Woche",
+ "Older": "Älter"
}
diff --git a/apps/client/public/locales/es-ES/translation.json b/apps/client/public/locales/es-ES/translation.json
index 742bf751..be344ee4 100644
--- a/apps/client/public/locales/es-ES/translation.json
+++ b/apps/client/public/locales/es-ES/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "Insertar fecha actual",
"Draw and sketch excalidraw diagrams": "Dibujar y esbozar diagramas de Excalidraw",
"Multiple": "Múltiple",
+ "Turn into": "Convertir en",
+ "Text align": "Alineación del texto",
"Heading {{level}}": "Encabezado {{level}}",
"Toggle title": "Alternar título",
"Write anything. Enter \"/\" for commands": "Escribe cualquier cosa. Ingresa \"/\" para comandos",
@@ -582,13 +584,33 @@
"Ask AI": "Preguntar a IA",
"AI is thinking...": "IA está pensando...",
"Ask a question...": "Haz una pregunta...",
- "AI-powered search (Ask AI)": "Búsqueda impulsada por IA (Preguntar a IA)",
+ "AI Answers": "Respuestas de IA",
+ "AI-powered search (AI Answers)": "Búsqueda impulsada por IA (Respuestas de IA)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "La búsqueda de IA utiliza incrustaciones vectoriales para proporcionar capacidades de búsqueda semántica en todo el contenido de su espacio de trabajo.",
"Toggle AI search": "Alternar búsqueda de IA",
+ "Generative AI (Ask AI)": "IA generativa (Preguntar a la IA)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "Habilitar la generación de contenido impulsada por IA en el editor. Permite a los usuarios generar, mejorar, traducir y transformar texto.",
+ "Toggle generative AI": "Activar IA generativa",
"Sources": "Fuentes",
- "Ask AI not available for attachments": "Preguntar a IA no está disponible para adjuntos",
+ "AI Answers not available for attachments": "Respuestas de IA no disponibles para archivos adjuntos",
"No answer available": "No hay respuesta disponible",
"Background color": "Color de fondo",
"Highlight color": "Color de resaltado",
- "Remove color": "Eliminar color"
+ "Remove color": "Eliminar color",
+ "Notifications": "Notificaciones",
+ "No notifications": "Sin notificaciones",
+ "No unread notifications": "No hay notificaciones no leídas",
+ "All notifications": "Todas las notificaciones",
+ "Unread only": "Solo no leídas",
+ "Mark all as read": "Marcar todo como leído",
+ "Mark as read": "Marcar como leído",
+ "More options": "Más opciones",
+ "mentioned you in a comment": "te mencionó en un comentario",
+ "commented on a page": "comentó en una página",
+ "resolved a comment": "resolvió un comentario",
+ "mentioned you on a page": "te mencionó en una página",
+ "Today": "Hoy",
+ "Yesterday": "Ayer",
+ "This week": "Esta semana",
+ "Older": "Más antiguo"
}
diff --git a/apps/client/public/locales/fr-FR/translation.json b/apps/client/public/locales/fr-FR/translation.json
index 5f9bf40f..fca27390 100644
--- a/apps/client/public/locales/fr-FR/translation.json
+++ b/apps/client/public/locales/fr-FR/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "Insérer la date actuelle",
"Draw and sketch excalidraw diagrams": "Dessiner et esquisser des diagrammes Excalidraw",
"Multiple": "Multiple",
+ "Turn into": "Transformer en",
+ "Text align": "Alignement du texte",
"Heading {{level}}": "Titre {{level}}",
"Toggle title": "Basculer le titre",
"Write anything. Enter \"/\" for commands": "Écrivez n'importe quoi. Entrez \"/\" pour les commandes",
@@ -582,13 +584,33 @@
"Ask AI": "Demander à l'IA",
"AI is thinking...": "L'IA réfléchit...",
"Ask a question...": "Posez une question...",
- "AI-powered search (Ask AI)": "Recherche assistée par l'IA (Demander à l'IA)",
+ "AI Answers": "Réponses IA",
+ "AI-powered search (AI Answers)": "Recherche propulsée par IA (Réponses IA)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "La recherche IA utilise des incorporations vectorielles pour fournir des capacités de recherche sémantique à travers le contenu de votre espace de travail.",
"Toggle AI search": "Basculer la recherche IA",
+ "Generative AI (Ask AI)": "IA générative (Demandez à l'IA)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "Activer la génération de contenu assistée par IA dans l'éditeur. Permet aux utilisateurs de générer, améliorer, traduire et transformer du texte.",
+ "Toggle generative AI": "Activer/désactiver l'IA générative",
"Sources": "Sources",
- "Ask AI not available for attachments": "Demande à l'IA non disponible pour les pièces jointes",
+ "AI Answers not available for attachments": "Réponses IA non disponibles pour les pièces jointes",
"No answer available": "Pas de réponse disponible",
"Background color": "Couleur de fond",
"Highlight color": "Couleur de surbrillance",
- "Remove color": "Supprimer la couleur"
+ "Remove color": "Supprimer la couleur",
+ "Notifications": "Notifications",
+ "No notifications": "Aucune notification",
+ "No unread notifications": "Aucune notification non lue",
+ "All notifications": "Toutes les notifications",
+ "Unread only": "Non lues uniquement",
+ "Mark all as read": "Tout marquer comme lu",
+ "Mark as read": "Marquer comme lu",
+ "More options": "Plus d'options",
+ "mentioned you in a comment": "vous a mentionné dans un commentaire",
+ "commented on a page": "a commenté une page",
+ "resolved a comment": "a résolu un commentaire",
+ "mentioned you on a page": "vous a mentionné sur une page",
+ "Today": "Aujourd'hui",
+ "Yesterday": "Hier",
+ "This week": "Cette semaine",
+ "Older": "Plus ancien"
}
diff --git a/apps/client/public/locales/it-IT/translation.json b/apps/client/public/locales/it-IT/translation.json
index 1e848aa6..50e07665 100644
--- a/apps/client/public/locales/it-IT/translation.json
+++ b/apps/client/public/locales/it-IT/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "Inserisci la data corrente",
"Draw and sketch excalidraw diagrams": "Disegna e schizza diagrammi excalidraw",
"Multiple": "Multiplo",
+ "Turn into": "Trasforma in",
+ "Text align": "Allinea testo",
"Heading {{level}}": "Intestazione {{level}}",
"Toggle title": "Attiva/disattiva titolo",
"Write anything. Enter \"/\" for commands": "Scrivi qualcosa. Digita \"/\" per i comandi",
@@ -582,13 +584,33 @@
"Ask AI": "Chiedi all'AI",
"AI is thinking...": "L'AI sta pensando...",
"Ask a question...": "Fai una domanda...",
- "AI-powered search (Ask AI)": "Ricerca potenziata dall'AI (Chiedi all'AI)",
+ "AI Answers": "Risposte AI",
+ "AI-powered search (AI Answers)": "Ricerca con AI (Risposte AI)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "La ricerca AI utilizza embeddings vettoriali per fornire capacità di ricerca semantica nel contenuto della tua area di lavoro.",
"Toggle AI search": "Attiva/disattiva ricerca AI",
+ "Generative AI (Ask AI)": "AI generativa (Chiedi AI)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "Abilita la generazione di contenuti con AI nell'editor. Consente agli utenti di generare, migliorare, tradurre e trasformare il testo.",
+ "Toggle generative AI": "Attiva/Disattiva AI generativa",
"Sources": "Fonti",
- "Ask AI not available for attachments": "Chiedere all'AI non è disponibile per gli allegati",
+ "AI Answers not available for attachments": "Risposte AI non disponibili per gli allegati",
"No answer available": "Nessuna risposta disponibile",
"Background color": "Colore di sfondo",
"Highlight color": "Colore evidenziato",
- "Remove color": "Rimuovi colore"
+ "Remove color": "Rimuovi colore",
+ "Notifications": "Notifiche",
+ "No notifications": "Nessuna notifica",
+ "No unread notifications": "Nessuna notifica non letta",
+ "All notifications": "Tutte le notifiche",
+ "Unread only": "Solo non lette",
+ "Mark all as read": "Segna tutto come letto",
+ "Mark as read": "Segna come letto",
+ "More options": "Altre opzioni",
+ "mentioned you in a comment": "ti ha menzionato in un commento",
+ "commented on a page": "ha commentato una pagina",
+ "resolved a comment": "ha risolto un commento",
+ "mentioned you on a page": "ti ha menzionato in una pagina",
+ "Today": "Oggi",
+ "Yesterday": "Ieri",
+ "This week": "Questa settimana",
+ "Older": "Più vecchie"
}
diff --git a/apps/client/public/locales/ja-JP/translation.json b/apps/client/public/locales/ja-JP/translation.json
index 9402cdc5..ee5d77fc 100644
--- a/apps/client/public/locales/ja-JP/translation.json
+++ b/apps/client/public/locales/ja-JP/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "現在の日付を挿入します",
"Draw and sketch excalidraw diagrams": "Excalidraw 図を挿入します",
"Multiple": "複数",
+ "Turn into": "変換する",
+ "Text align": "テキストの配置",
"Heading {{level}}": "見出し {{level}}",
"Toggle title": "タイトルの表示/非表示を切り替える",
"Write anything. Enter \"/\" for commands": "文字を入力するか、「/」でコマンドを呼び出します",
@@ -582,13 +584,33 @@
"Ask AI": "AIに質問する",
"AI is thinking...": "AIが考え中...",
"Ask a question...": "質問を入力...",
- "AI-powered search (Ask AI)": "AIによる検索(AIに質問)",
+ "AI Answers": "AI回答",
+ "AI-powered search (AI Answers)": "AI搭載検索 (AI回答)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "AI検索はベクター埋め込みを使用してワークスペース全体の意味検索を実現します",
"Toggle AI search": "AI検索を切り替え",
+ "Generative AI (Ask AI)": "生成AI (Ask AI)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "エディターでAIを活用したコンテンツ生成を有効にします。ユーザーがテキストの生成、改善、翻訳、および変換を行うことができます。",
+ "Toggle generative AI": "生成AIを切り替える",
"Sources": "ソース",
- "Ask AI not available for attachments": "添付ファイルにはAI質問は利用できません",
+ "AI Answers not available for attachments": "添付ファイルにはAI回答を利用できません",
"No answer available": "回答がありません",
"Background color": "背景色",
"Highlight color": "ハイライト色",
- "Remove color": "色を削除"
+ "Remove color": "色を削除",
+ "Notifications": "通知",
+ "No notifications": "通知なし",
+ "No unread notifications": "未読の通知はありません",
+ "All notifications": "すべての通知",
+ "Unread only": "未読のみ",
+ "Mark all as read": "すべてを既読にする",
+ "Mark as read": "既読にする",
+ "More options": "その他のオプション",
+ "mentioned you in a comment": "コメントであなたに言及しました",
+ "commented on a page": "ページにコメントしました",
+ "resolved a comment": "コメントを解決しました",
+ "mentioned you on a page": "ページ上であなたに言及しました",
+ "Today": "今日",
+ "Yesterday": "昨日",
+ "This week": "今週",
+ "Older": "以前のもの"
}
diff --git a/apps/client/public/locales/ko-KR/translation.json b/apps/client/public/locales/ko-KR/translation.json
index d8ce59c9..fb339bad 100644
--- a/apps/client/public/locales/ko-KR/translation.json
+++ b/apps/client/public/locales/ko-KR/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "현재 날짜 삽입",
"Draw and sketch excalidraw diagrams": "Excalidraw diagram 그리기 및 스케치",
"Multiple": "복제",
+ "Turn into": "변경하기",
+ "Text align": "텍스트 정렬",
"Heading {{level}}": "제목 {{level}}",
"Toggle title": "제목 토글",
"Write anything. Enter \"/\" for commands": "아무거나 입력하세요. 명령어를 사용하려면 \"/\"를 입력하세요",
@@ -582,13 +584,33 @@
"Ask AI": "AI에게 묻기",
"AI is thinking...": "AI가 생각 중입니다...",
"Ask a question...": "질문하세요...",
- "AI-powered search (Ask AI)": "AI 지원 검색 (AI에게 묻기)",
+ "AI Answers": "AI 답변",
+ "AI-powered search (AI Answers)": "AI 구동 검색 (AI 답변)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "AI 검색은 벡터 임베딩을 사용하여 작업공간 콘텐츠에 대한 의미 검색 기능을 제공합니다.",
"Toggle AI search": "AI 검색 전환",
+ "Generative AI (Ask AI)": "생성 AI (Ask AI)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "편집기에서 AI 구동 콘텐츠 생성을 활성화합니다. 사용자가 텍스트를 생성, 개선, 번역 및 변환할 수 있습니다.",
+ "Toggle generative AI": "생성 AI 토글",
"Sources": "출처",
- "Ask AI not available for attachments": "AI에게 묻기 기능은 첨부 파일에 대해 사용할 수 없습니다",
+ "AI Answers not available for attachments": "첨부 파일에 대해 AI 답변을 사용할 수 없습니다",
"No answer available": "답변을 제공할 수 없습니다",
"Background color": "배경 색",
"Highlight color": "강조 색",
- "Remove color": "색 제거"
+ "Remove color": "색 제거",
+ "Notifications": "알림",
+ "No notifications": "알림 없음",
+ "No unread notifications": "읽지 않은 알림 없음",
+ "All notifications": "모든 알림",
+ "Unread only": "읽지 않음만",
+ "Mark all as read": "모두 읽음으로 표시",
+ "Mark as read": "읽음으로 표시",
+ "More options": "추가 옵션",
+ "mentioned you in a comment": "댓글에서 당신을 언급했습니다",
+ "commented on a page": "페이지에 댓글을 달았습니다",
+ "resolved a comment": "댓글을 해결했습니다",
+ "mentioned you on a page": "페이지에서 당신을 언급했습니다",
+ "Today": "오늘",
+ "Yesterday": "어제",
+ "This week": "이번 주",
+ "Older": "이전"
}
diff --git a/apps/client/public/locales/nl-NL/translation.json b/apps/client/public/locales/nl-NL/translation.json
index 036e8eeb..f8db0c36 100644
--- a/apps/client/public/locales/nl-NL/translation.json
+++ b/apps/client/public/locales/nl-NL/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "Huidige datum invoeren",
"Draw and sketch excalidraw diagrams": "Teken en schets excalidraw diagrammen",
"Multiple": "Meerdere",
+ "Turn into": "Omzetten naar",
+ "Text align": "Tekstuitlijning",
"Heading {{level}}": "Kop {{level}}",
"Toggle title": "Schakel titel in/uit",
"Write anything. Enter \"/\" for commands": "Schrijf iets. Voer \"/\" in voor commando's",
@@ -582,13 +584,33 @@
"Ask AI": "Vraag AI",
"AI is thinking...": "AI is aan het nadenken...",
"Ask a question...": "Stel een vraag...",
- "AI-powered search (Ask AI)": "AI-ondersteunde zoekopdracht (Vraag AI)",
+ "AI Answers": "AI Antwoorden",
+ "AI-powered search (AI Answers)": "AI-gestuurde zoekopdracht (AI Antwoorden)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "AI-zoekopdracht maakt gebruik van vectorembeddings om semantische zoekmogelijkheden te bieden in uw werkruimte-inhoud.",
"Toggle AI search": "Schakel AI-zoekopdracht in/uit",
+ "Generative AI (Ask AI)": "Generatieve AI (Vraag het AI)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "Schakel AI-gestuurde inhoudsgeneratie in de editor in. Hiermee kunnen gebruikers tekst genereren, verbeteren, vertalen en transformeren.",
+ "Toggle generative AI": "Generatieve AI schakelen",
"Sources": "Bronnen",
- "Ask AI not available for attachments": "Vraag AI is niet beschikbaar voor bijlages",
+ "AI Answers not available for attachments": "AI Antwoorden niet beschikbaar voor bijlagen",
"No answer available": "Geen antwoord beschikbaar",
"Background color": "Achtergrondkleur",
"Highlight color": "Markeerkleur",
- "Remove color": "Kleur verwijderen"
+ "Remove color": "Kleur verwijderen",
+ "Notifications": "Meldingen",
+ "No notifications": "Geen meldingen",
+ "No unread notifications": "Geen ongelezen meldingen",
+ "All notifications": "Alle meldingen",
+ "Unread only": "Alleen ongelezen",
+ "Mark all as read": "Markeer alles als gelezen",
+ "Mark as read": "Markeer als gelezen",
+ "More options": "Meer opties",
+ "mentioned you in a comment": "noemde je in een reactie",
+ "commented on a page": "reageerde op een pagina",
+ "resolved a comment": "heeft een opmerking opgelost",
+ "mentioned you on a page": "noemde je op een pagina",
+ "Today": "Vandaag",
+ "Yesterday": "Gisteren",
+ "This week": "Deze week",
+ "Older": "Ouder"
}
diff --git a/apps/client/public/locales/pt-BR/translation.json b/apps/client/public/locales/pt-BR/translation.json
index 4bc8a70c..7164d5e4 100644
--- a/apps/client/public/locales/pt-BR/translation.json
+++ b/apps/client/public/locales/pt-BR/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "Insira a data atual",
"Draw and sketch excalidraw diagrams": "Desenhe e esboce diagramas Excalidraw",
"Multiple": "Múltiplo",
+ "Turn into": "Transformar em",
+ "Text align": "Alinhar texto",
"Heading {{level}}": "Título {{level}}",
"Toggle title": "Alternar título",
"Write anything. Enter \"/\" for commands": "Escreva qualquer coisa. Digite \"/\" para comandos",
@@ -582,13 +584,33 @@
"Ask AI": "Pergunte à IA",
"AI is thinking...": "IA está pensando...",
"Ask a question...": "Faça uma pergunta...",
- "AI-powered search (Ask AI)": "Pesquisa com IA (Pergunte à IA)",
+ "AI Answers": "Respostas de IA",
+ "AI-powered search (AI Answers)": "Pesquisa com IA (Respostas de IA)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "A pesquisa IA usa vetores de incorporação para fornecer capacidades de pesquisa semântica em todo o conteúdo do seu espaço de trabalho.",
"Toggle AI search": "Alternar pesquisa de IA",
+ "Generative AI (Ask AI)": "IA generativa (Perguntar à IA)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "Habilitar geração de conteúdo com IA no editor. Permite aos usuários gerar, melhorar, traduzir e transformar texto.",
+ "Toggle generative AI": "Alternar IA generativa",
"Sources": "Fontes",
- "Ask AI not available for attachments": "Perguntar à IA não está disponível para anexos",
+ "AI Answers not available for attachments": "Respostas de IA não disponíveis para anexos",
"No answer available": "Nenhuma resposta disponível",
"Background color": "Cor de fundo",
"Highlight color": "Cor de destaque",
- "Remove color": "Remover cor"
+ "Remove color": "Remover cor",
+ "Notifications": "Notificações",
+ "No notifications": "Sem notificações",
+ "No unread notifications": "Sem notificações não lidas",
+ "All notifications": "Todas as notificações",
+ "Unread only": "Somente não lidas",
+ "Mark all as read": "Marcar todas como lidas",
+ "Mark as read": "Marcar como lida",
+ "More options": "Mais opções",
+ "mentioned you in a comment": "mencionou você em um comentário",
+ "commented on a page": "comentou em uma página",
+ "resolved a comment": "resolveu um comentário",
+ "mentioned you on a page": "mencionou você em uma página",
+ "Today": "Hoje",
+ "Yesterday": "Ontem",
+ "This week": "Esta semana",
+ "Older": "Mais antigo"
}
diff --git a/apps/client/public/locales/ru-RU/translation.json b/apps/client/public/locales/ru-RU/translation.json
index ba39b1c8..6ec16a1b 100644
--- a/apps/client/public/locales/ru-RU/translation.json
+++ b/apps/client/public/locales/ru-RU/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "Вставить текущую дату",
"Draw and sketch excalidraw diagrams": "Вставить и рисовать диаграммы Excalidraw",
"Multiple": "Несколько",
+ "Turn into": "Преобразовать в",
+ "Text align": "Выравнивание текста",
"Heading {{level}}": "Заголовок {{level}}",
"Toggle title": "Переключить заголовок",
"Write anything. Enter \"/\" for commands": "Начните писать. Введите \"/\" для списка команд",
@@ -582,13 +584,33 @@
"Ask AI": "Спросить ИИ",
"AI is thinking...": "ИИ обрабатывает запрос...",
"Ask a question...": "Задайте вопрос...",
- "AI-powered search (Ask AI)": "Поиск на базе ИИ (Спросить ИИ)",
+ "AI Answers": "Ответы ИИ",
+ "AI-powered search (AI Answers)": "Поиск на базе ИИ (Ответы ИИ)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "Поиск ИИ использует векторные встраивания для обеспечения семантического поиска по содержимому вашего рабочего пространства.",
"Toggle AI search": "Переключить поиск ИИ",
+ "Generative AI (Ask AI)": "Генеративный ИИ (Спросить ИИ)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "Включите создание контента на базе ИИ в редакторе. Позволяет пользователям генерировать, улучшать, переводить и преобразовывать текст.",
+ "Toggle generative AI": "Переключить генеративный ИИ",
"Sources": "Источники",
- "Ask AI not available for attachments": "Функция \"Спросить ИИ\" недоступна для вложений",
+ "AI Answers not available for attachments": "Ответы ИИ недоступны для вложений",
"No answer available": "Ответ недоступен",
"Background color": "Цвет фона",
"Highlight color": "Цвет выделения",
- "Remove color": "Удалить цвет"
+ "Remove color": "Удалить цвет",
+ "Notifications": "Уведомления",
+ "No notifications": "Нет уведомлений",
+ "No unread notifications": "Нет непрочитанных уведомлений",
+ "All notifications": "Все уведомления",
+ "Unread only": "Только непрочитанные",
+ "Mark all as read": "Отметить все как прочитанные",
+ "Mark as read": "Отметить как прочитанное",
+ "More options": "Больше возможностей",
+ "mentioned you in a comment": "упомянул вас в комментарии",
+ "commented on a page": "прокомментировал на странице",
+ "resolved a comment": "разрешил комментарий",
+ "mentioned you on a page": "упомянул вас на странице",
+ "Today": "Сегодня",
+ "Yesterday": "Вчера",
+ "This week": "На этой неделе",
+ "Older": "Старше"
}
diff --git a/apps/client/public/locales/uk-UA/translation.json b/apps/client/public/locales/uk-UA/translation.json
index 99407057..14b34816 100644
--- a/apps/client/public/locales/uk-UA/translation.json
+++ b/apps/client/public/locales/uk-UA/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "Вставити поточну дату",
"Draw and sketch excalidraw diagrams": "Вставити та малювати діаграми Excalidraw",
"Multiple": "Декілька",
+ "Turn into": "Перетворити",
+ "Text align": "Вирівнювання тексту",
"Heading {{level}}": "Заголовок {{level}}",
"Toggle title": "Перемкнути заголовок",
"Write anything. Enter \"/\" for commands": "Почніть писати. Введіть \"/\" для списку команд",
@@ -582,13 +584,33 @@
"Ask AI": "Запитати ШІ",
"AI is thinking...": "ШІ думає...",
"Ask a question...": "Задайте питання...",
- "AI-powered search (Ask AI)": "Пошук на базі ШІ (Запитати ШІ)",
+ "AI Answers": "Відповіді ШІ",
+ "AI-powered search (AI Answers)": "Пошук на базі ШІ (Відповіді ШІ)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "Пошук з ШІ використовує векторні вбудовування для надання можливостей семантичного пошуку у вашому робочому вмісті.",
"Toggle AI search": "Переключити пошук з ШІ",
+ "Generative AI (Ask AI)": "Генеративний ШІ (Запитати ШІ)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "Увімкнути генерацію контенту за допомогою ШІ в редакторі. Дозволяє користувачам генерувати, покращувати, перекладати та трансформувати текст.",
+ "Toggle generative AI": "Переключити генеративний ШІ",
"Sources": "Джерела",
- "Ask AI not available for attachments": "Запитати ШІ недоступно для вкладень",
+ "AI Answers not available for attachments": "Відповіді ШІ недоступні для вкладень",
"No answer available": "Відповідь недоступна",
"Background color": "Колір фону",
"Highlight color": "Колір підсвічування",
- "Remove color": "Видалити колір"
+ "Remove color": "Видалити колір",
+ "Notifications": "Сповіщення",
+ "No notifications": "Немає сповіщень",
+ "No unread notifications": "Немає непрочитаних сповіщень",
+ "All notifications": "Усі сповіщення",
+ "Unread only": "Тільки непрочитані",
+ "Mark all as read": "Позначити все як прочитане",
+ "Mark as read": "Позначити як прочитане",
+ "More options": "Більше опцій",
+ "mentioned you in a comment": "згадали вас у коментарі",
+ "commented on a page": "прокоментували на сторінці",
+ "resolved a comment": "вирішили коментар",
+ "mentioned you on a page": "згадали вас на сторінці",
+ "Today": "Сьогодні",
+ "Yesterday": "Вчора",
+ "This week": "Цього тижня",
+ "Older": "Старіші"
}
diff --git a/apps/client/public/locales/zh-CN/translation.json b/apps/client/public/locales/zh-CN/translation.json
index 0ea65913..d3877420 100644
--- a/apps/client/public/locales/zh-CN/translation.json
+++ b/apps/client/public/locales/zh-CN/translation.json
@@ -355,6 +355,8 @@
"Insert current date": "插入当前日期",
"Draw and sketch excalidraw diagrams": "绘制 Excalidraw 图表",
"Multiple": "多个",
+ "Turn into": "变成",
+ "Text align": "文本对齐",
"Heading {{level}}": "{{level}} 级标题",
"Toggle title": "切换标题",
"Write anything. Enter \"/\" for commands": "开始编写内容,输入 \"/\" 以使用指令",
@@ -582,13 +584,33 @@
"Ask AI": "询问AI",
"AI is thinking...": "AI正在思考...",
"Ask a question...": "提问...",
- "AI-powered search (Ask AI)": "AI驱动的搜索(询问AI)",
+ "AI Answers": "AI答案",
+ "AI-powered search (AI Answers)": "AI驱动的搜索 (AI答案)",
"AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "AI搜索使用向量嵌入提供跨工作空间内容的语义搜索功能。",
"Toggle AI search": "切换AI搜索",
+ "Generative AI (Ask AI)": "生成型AI (询问AI)",
+ "Enable AI-powered content generation in the editor. Allows users to generate, improve, translate and transform text.": "在编辑器中启用AI驱动的内容生成。允许用户生成、改进、翻译和转换文本。",
+ "Toggle generative AI": "切换生成型AI",
"Sources": "来源",
- "Ask AI not available for attachments": "附件不支持询问AI",
+ "AI Answers not available for attachments": "AI答案不适用于附件",
"No answer available": "无可用答案",
"Background color": "背景颜色",
"Highlight color": "突出显示颜色",
- "Remove color": "移除颜色"
+ "Remove color": "移除颜色",
+ "Notifications": "通知",
+ "No notifications": "没有通知",
+ "No unread notifications": "没有未读通知",
+ "All notifications": "所有通知",
+ "Unread only": "仅未读",
+ "Mark all as read": "标记所有为已读",
+ "Mark as read": "标记为已读",
+ "More options": "更多选项",
+ "mentioned you in a comment": "在评论中提到你",
+ "commented on a page": "在页面上评论",
+ "resolved a comment": "解决了一个评论",
+ "mentioned you on a page": "在页面上提到你",
+ "Today": "今天",
+ "Yesterday": "昨天",
+ "This week": "本周",
+ "Older": "较早"
}