feat: architectural grid editor fullPage + slash commands + doc info panel + AI title

This commit is contained in:
Antigravity
2026-05-07 22:29:02 +00:00
parent 0d8252aec0
commit e458b63115
126 changed files with 7652 additions and 1110 deletions

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "الملاحظات المثبتة",
"recent": "الحديثة",
"addNote": "إضافة ملاحظة",
"readMore": "اقرأ المزيد",
"remove": "إزالة",
"dragToReorder": "اسحب لإعادة الترتيب",
"more": "المزيد",
@@ -678,7 +679,18 @@
"emailNotificationsDesc": "تلقي إشعارات مهمة عبر البريد الإلكتروني",
"desktopNotifications": "إشعارات سطح المكتب",
"desktopNotificationsDesc": "تلقي إشعارات في المتصفح",
"notificationsDesc": "إدارة تفضيلات الإشعارات"
"notificationsDesc": "إدارة تفضيلات الإشعارات",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "الملف الشخصي",
@@ -1748,4 +1760,4 @@
"addBlock": "إضافة كتلة",
"placeholder": "اكتب '/' للأوامر..."
}
}
}

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "Angeheftete Notizen",
"recent": "Aktuell",
"addNote": "Notiz hinzufügen",
"readMore": "Weiterlesen",
"remove": "Entfernen",
"dragToReorder": "Ziehen zum Neuanordnen",
"more": "Mehr",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "Wichtige Benachrichtigungen per E-Mail erhalten",
"desktopNotifications": "Desktop-Benachrichtigungen",
"desktopNotificationsDesc": "Benachrichtigungen im Browser erhalten",
"notificationsDesc": "Verwalten Sie Ihre Benachrichtigungseinstellungen"
"notificationsDesc": "Verwalten Sie Ihre Benachrichtigungseinstellungen",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "Profil",

View File

@@ -32,6 +32,8 @@
},
"sidebar": {
"notes": "Notes",
"recent": "Recent",
"quickNav": "Quick navigation",
"reminders": "Reminders",
"labels": "Labels",
"editLabels": "Edit labels",
@@ -58,6 +60,7 @@
"confirmDelete": "Are you sure you want to delete this note?",
"confirmLeaveShare": "Are you sure you want to leave this shared note?",
"sharedBy": "Shared by",
"sharedShort": "Shared",
"leaveShare": "Leave",
"delete": "Delete",
"archive": "Archive",
@@ -131,10 +134,13 @@
"pinnedNotes": "Pinned Notes",
"recent": "Recent",
"addNote": "Add Note",
"readMore": "Read more",
"remove": "Remove",
"dragToReorder": "Drag to reorder",
"more": "More options",
"emptyState": "No notes yet. Create your first note!",
"metadataPanel": "Details",
"metadataNotebook": "Notebook",
"emptyStateTabs": "No notes here yet. Use \"New note\" in the sidebar to add one (AI title suggestions appear in the composer).",
"inNotebook": "In notebook",
"moveFailed": "Failed to move note. Please try again.",
@@ -148,7 +154,9 @@
"undoShortcut": "Undo (Ctrl+Z)",
"viewCards": "Cards View",
"viewCardsTooltip": "Card grid with drag-and-drop reorder",
"viewTabs": "List View",
"viewList": "List",
"viewListTooltip": "Scannable list with preview, dates, and labels",
"viewTabs": "Tabs",
"viewTabsTooltip": "Tabs on top, note below — drag tabs to reorder",
"viewModeGroup": "Notes display mode",
"reorderTabs": "Reorder tab",
@@ -201,6 +209,7 @@
"createFailed": "Failed to create note",
"updateFailed": "Failed to update note",
"archived": "Note archived",
"unarchivedSuccess": "Note removed from archive",
"archiveFailed": "Failed to archive",
"sort": "Sort",
"confirmDeleteTitle": "Delete note",
@@ -464,7 +473,16 @@
},
"toastLoadingDesc": "You can navigate freely, a notification will appear.",
"toastSuccessSlides": "Click Download in the AI panel.",
"toastSuccessDiagram": "Your diagram is available in the Lab."
"toastSuccessDiagram": "Your diagram is available in the Lab.",
"diagramReadyHint": "Use the panel below: Excalidraw or insert into the note.",
"openInExcalidraw": "Open in Excalidraw (Lab)",
"insertDiagramInNote": "Insert as image into note",
"insertNeedEditor": "Can't insert here — open a note with the assistant or use the Lab.",
"insertFetchError": "Couldn't load the diagram.",
"insertExportError": "Failed to export the diagram as an image.",
"insertUploadError": "Failed to upload the image.",
"diagramImageAlt": "Generated diagram",
"insertedInNote": "Diagram added to the note"
},
"openAssistant": "Open AI Assistant",
"poweredByMomento": "Powered by Momento AI",
@@ -681,6 +699,17 @@
"themeLight": "Light",
"themeDark": "Dark",
"themeSystem": "System",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue",
"notifications": "Notifications",
"language": "Language",
"selectLanguage": "Select language",
@@ -1277,6 +1306,7 @@
"notesViewLabel": "Notes layout",
"notesViewTabs": "Tabs (OneNote-style)",
"notesViewMasonry": "Cards (grid)",
"notesViewList": "List (magazine)",
"selectTheme": "Select theme",
"fontFamilyLabel": "Font Family",
"fontFamilyDescription": "Choose the font used throughout the app",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "Notas fijadas",
"recent": "Recientes",
"addNote": "Agregar nota",
"readMore": "Leer más",
"remove": "Remove",
"dragToReorder": "Arrastra para reordenar",
"more": "Más",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "Recibir notificaciones importantes por correo",
"desktopNotifications": "Notificaciones de escritorio",
"desktopNotificationsDesc": "Recibir notificaciones en el navegador",
"notificationsDesc": "Gestiona tus preferencias de notificaciones"
"notificationsDesc": "Gestiona tus preferencias de notificaciones",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "Perfil",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "یادداشت‌های سنجاق شده",
"recent": "اخیر",
"addNote": "افزودن یادداشت",
"readMore": "ادامه مطلب",
"remove": "حذف",
"dragToReorder": "بکشید تا مرتب کنید",
"more": "بیشتر",
@@ -678,7 +679,18 @@
"emailNotificationsDesc": "دریافت اعلان‌های مهم از طریق ایمیل",
"desktopNotifications": "اعلان‌های مرورگر",
"desktopNotificationsDesc": "دریافت اعلان‌ها در مرورگر",
"notificationsDesc": "مدیریت تنظیمات اعلان"
"notificationsDesc": "مدیریت تنظیمات اعلان",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "پروفایل",

View File

@@ -32,6 +32,8 @@
},
"sidebar": {
"notes": "Notes",
"recent": "Récent",
"quickNav": "Navigation rapide",
"reminders": "Rappels",
"labels": "Étiquettes",
"editLabels": "Modifier les étiquettes",
@@ -58,6 +60,7 @@
"confirmDelete": "Êtes-vous sûr de vouloir supprimer cette note ?",
"confirmLeaveShare": "Êtes-vous sûr de vouloir quitter cette note partagée ?",
"sharedBy": "Partagé par",
"sharedShort": "Partagé",
"leaveShare": "Quitter",
"delete": "Supprimer",
"archive": "Archiver",
@@ -131,10 +134,13 @@
"pinnedNotes": "Notes épinglées",
"recent": "Récent",
"addNote": "Ajouter une note",
"readMore": "Lire la suite",
"remove": "Supprimer",
"dragToReorder": "Glisser pour réorganiser",
"more": "Plus d'options",
"emptyState": "Aucune note encore. Créez votre première note !",
"metadataPanel": "Métadonnées",
"metadataNotebook": "Carnet",
"emptyStateTabs": "Aucune note dans cette vue. Utilisez « Nouvelle note » dans la barre latérale pour en ajouter une (titres suggérés par lIA disponibles dans le compositeur).",
"inNotebook": "Dans le carnet",
"moveFailed": "Échec du déplacement de la note. Veuillez réessayer.",
@@ -148,7 +154,9 @@
"undoShortcut": "Annuler (Ctrl+Z)",
"viewCards": "Vue par cartes",
"viewCardsTooltip": "Grille de cartes et réorganisation par glisser-déposer",
"viewTabs": "Vue en liste",
"viewList": "Liste",
"viewListTooltip": "Liste avec aperçu, dates et étiquettes (style magazine)",
"viewTabs": "Onglets",
"viewTabsTooltip": "Onglets en haut, contenu dessous — glisser les onglets pour réordonner",
"viewModeGroup": "Mode d'affichage des notes",
"reorderTabs": "Réordonner l'onglet",
@@ -201,6 +209,7 @@
"createFailed": "Impossible de créer la note",
"updateFailed": "Mise à jour échouée",
"archived": "Note archivée",
"unarchivedSuccess": "Note désarchivée",
"archiveFailed": "Échec de l'archivage",
"sort": "Trier",
"confirmDeleteTitle": "Supprimer la note",
@@ -464,7 +473,16 @@
},
"toastLoadingDesc": "Vous pouvez naviguer librement, une notification apparaîtra.",
"toastSuccessSlides": "Cliquez sur Télécharger dans le panneau IA.",
"toastSuccessDiagram": "Votre diagramme est disponible dans le Lab."
"toastSuccessDiagram": "Votre diagramme est disponible dans le Lab.",
"diagramReadyHint": "Utilisez le panneau ci-dessous : Excalidraw ou insertion dans la note.",
"openInExcalidraw": "Ouvrir dans Excalidraw (Lab)",
"insertDiagramInNote": "Insérer comme image dans la note",
"insertNeedEditor": "Impossible dinsérer ici — ouvrez une note avec lassistant ou ouvrez le Lab.",
"insertFetchError": "Impossible de récupérer le diagramme.",
"insertExportError": "Erreur lors de lexport du diagramme en image.",
"insertUploadError": "Erreur lors du téléchargement de limage.",
"diagramImageAlt": "Diagramme généré",
"insertedInNote": "Diagramme ajouté à la note"
},
"openAssistant": "Ouvrir IA Note",
"poweredByMomento": "Propulsé par Momento AI",
@@ -752,6 +770,17 @@
"themeLight": "Clair",
"themeDark": "Sombre",
"themeSystem": "Système",
"themeBaseGroup": "Affichage",
"themePalettesGroup": "Palettes de couleur",
"themeSepia": "Sépia",
"themeMidnight": "Minuit",
"themeRose": "Rose",
"themeGreen": "Vert",
"themeLavender": "Lavande",
"themeSand": "Sable",
"themeOcean": "Océan",
"themeSunset": "Coucher de soleil",
"themeBlue": "Bleu",
"notifications": "Notifications",
"language": "Langue",
"selectLanguage": "Sélectionner une langue",
@@ -1355,6 +1384,7 @@
"notesViewLabel": "Affichage des notes",
"notesViewTabs": "Onglets (type OneNote)",
"notesViewMasonry": "Cartes (grille)",
"notesViewList": "Liste (magazine)",
"selectTheme": "Sélectionner le thème",
"fontFamilyLabel": "Famille de polices",
"fontFamilyDescription": "Choisissez la police utilisée dans toute l'application",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "पिन किए गए नोट्स",
"recent": "हालिया",
"addNote": "नोट जोड़ें",
"readMore": "और पढ़ें",
"remove": "हटाएं",
"dragToReorder": "पुनर्व्यवस्थित करने के लिए खींचें",
"more": "अधिक",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "ईमेल द्वारा महत्वपूर्ण सूचनाएं प्राप्त करें",
"desktopNotifications": "डेस्कटॉप सूचनाएं",
"desktopNotificationsDesc": "ब्राउज़र में सूचनाएं प्राप्त करें",
"notificationsDesc": "अपनी सूचना वरीयताएं प्रबंधित करें"
"notificationsDesc": "अपनी सूचना वरीयताएं प्रबंधित करें",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "प्रोफ़ाइल",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "Note fissate",
"recent": "Recenti",
"addNote": "Aggiungi nota",
"readMore": "Leggi di più",
"remove": "Remove",
"dragToReorder": "Trascina per riordinare",
"more": "Altro",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "Ricevi notifiche importanti via email",
"desktopNotifications": "Notifiche desktop",
"desktopNotificationsDesc": "Ricevi notifiche nel browser",
"notificationsDesc": "Gestisci le preferenze di notifica"
"notificationsDesc": "Gestisci le preferenze di notifica",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "Profilo",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "ピン留めされたノート",
"recent": "最近",
"addNote": "ノートを追加",
"readMore": "続きを読む",
"remove": "削除",
"dragToReorder": "ドラッグして並べ替え",
"more": "もっと見る",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "重要な通知をメールで受け取ります",
"desktopNotifications": "デスクトップ通知",
"desktopNotificationsDesc": "ブラウザで通知を受け取ります",
"notificationsDesc": "通知設定を管理します"
"notificationsDesc": "通知設定を管理します",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "プロフィール",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "고정된 메모",
"recent": "최근",
"addNote": "메모 추가",
"readMore": "더 읽기",
"remove": "제거",
"dragToReorder": "드래그하여 재정렬",
"more": "더 보기",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "이메일로 중요한 알림을 받습니다",
"desktopNotifications": "데스크톱 알림",
"desktopNotificationsDesc": "브라우저에서 알림을 받습니다",
"notificationsDesc": "알림 환경설정을 관리합니다"
"notificationsDesc": "알림 환경설정을 관리합니다",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "프로필",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "Vastgezette notities",
"recent": "Recent",
"addNote": "Notitie toevoegen",
"readMore": "Lees meer",
"remove": "Verwijderen",
"dragToReorder": "Sleep om te herschikken",
"more": "Meer",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "Ontvang belangrijke meldingen per e-mail",
"desktopNotifications": "Bureaubladmeldingen",
"desktopNotificationsDesc": "Ontvang meldingen in uw browser",
"notificationsDesc": "Beheer uw meldingsvoorkeuren"
"notificationsDesc": "Beheer uw meldingsvoorkeuren",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "Profiel",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "Przypięte notatki",
"recent": "Ostatnie",
"addNote": "Dodaj notatkę",
"readMore": "Czytaj więcej",
"remove": "Usuń",
"dragToReorder": "Przeciągnij, aby zmienić kolejność",
"more": "Więcej",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "Otrzymuj ważne powiadomienia przez e-mail",
"desktopNotifications": "Powiadomienia na pulpicie",
"desktopNotificationsDesc": "Otrzymuj powiadomienia w przeglądarce",
"notificationsDesc": "Zarządzaj swoimi preferencjami powiadomień"
"notificationsDesc": "Zarządzaj swoimi preferencjami powiadomień",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "Profil",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "Notas fixadas",
"recent": "Recentes",
"addNote": "Adicionar nota",
"readMore": "Ler mais",
"remove": "Remover",
"dragToReorder": "Arraste para reordenar",
"more": "Mais",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "Receba notificações importantes por e-mail",
"desktopNotifications": "Notificações na área de trabalho",
"desktopNotificationsDesc": "Receba notificações no seu navegador",
"notificationsDesc": "Gerencie suas preferências de notificação"
"notificationsDesc": "Gerencie suas preferências de notificação",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "Perfil",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "Закреплённые заметки",
"recent": "Недавние",
"addNote": "Добавить заметку",
"readMore": "Читать далее",
"remove": "Удалить",
"dragToReorder": "Перетащите для изменения порядка",
"more": "Ещё",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "Получать важные уведомления по email",
"desktopNotifications": "Уведомления на рабочем столе",
"desktopNotificationsDesc": "Получать уведомления в браузере",
"notificationsDesc": "Управление настройками уведомлений"
"notificationsDesc": "Управление настройками уведомлений",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "Профиль",

View File

@@ -131,6 +131,7 @@
"pinnedNotes": "已置顶笔记",
"recent": "最近",
"addNote": "添加笔记",
"readMore": "阅读全文",
"remove": "移除",
"dragToReorder": "拖动以重新排序",
"more": "更多",
@@ -628,7 +629,18 @@
"emailNotificationsDesc": "通过电子邮件接收重要通知",
"desktopNotifications": "桌面通知",
"desktopNotificationsDesc": "在浏览器中接收通知",
"notificationsDesc": "管理您的通知偏好"
"notificationsDesc": "管理您的通知偏好",
"themeBaseGroup": "Base",
"themePalettesGroup": "Color palettes",
"themeSepia": "Sepia",
"themeMidnight": "Midnight",
"themeRose": "Rose",
"themeGreen": "Green",
"themeLavender": "Lavender",
"themeSand": "Sand",
"themeOcean": "Ocean",
"themeSunset": "Sunset",
"themeBlue": "Blue"
},
"profile": {
"title": "个人资料",