fix: use modal forms for notes
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
{
|
||||
"manifest.name": "Notes",
|
||||
"manifest.description": "Workspace-scoped notes manager for Markdown files in canonical Notes folders with create, rename, trash, and Workbench integration.",
|
||||
"manifest.description": "Deal-scoped notes manager for Markdown files in canonical Notes folders with create, rename, trash, and Workbench integration.",
|
||||
"contributions.workspaceItems.verstak.notes.workspace.title": "Notes",
|
||||
"ui.newNote": "New Note",
|
||||
"ui.filter": "Filter notes",
|
||||
"ui.title": "Notes in {workspace}",
|
||||
"ui.noteTitle": "Note title",
|
||||
"ui.createTitle": "Create note",
|
||||
"ui.renameTitle": "Rename note",
|
||||
"ui.titleRequired": "Enter a note title.",
|
||||
"ui.create": "Create",
|
||||
"ui.cancel": "Cancel",
|
||||
"ui.newTitle": "New title",
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
{
|
||||
"manifest.name": "Заметки",
|
||||
"manifest.description": "Менеджер Markdown-заметок рабочего пространства с созданием, переименованием и корзиной.",
|
||||
"manifest.description": "Менеджер Markdown-заметок Дела с созданием, переименованием и корзиной.",
|
||||
"contributions.workspaceItems.verstak.notes.workspace.title": "Заметки",
|
||||
"ui.newNote": "Новая заметка",
|
||||
"ui.filter": "Фильтр заметок",
|
||||
"ui.title": "Заметки · {workspace}",
|
||||
"ui.noteTitle": "Название заметки",
|
||||
"ui.createTitle": "Создать заметку",
|
||||
"ui.renameTitle": "Переименовать заметку",
|
||||
"ui.titleRequired": "Введите название заметки.",
|
||||
"ui.create": "Создать",
|
||||
"ui.cancel": "Отмена",
|
||||
"ui.newTitle": "Новое название",
|
||||
|
||||
Reference in New Issue
Block a user