feat: localize official plugins in Russian
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifest.name": "Default Editor",
|
||||
"manifest.description": "Built-in text and markdown editor/viewer for Verstak. Provides openProviders for generic text, generic markdown, and notes-context markdown files.",
|
||||
"contributions.openProviders.verstak.default-editor.text.title": "Default Text Editor",
|
||||
"contributions.openProviders.verstak.default-editor.markdown.title": "Default Markdown Editor",
|
||||
"contributions.openProviders.verstak.default-editor.notes-markdown.title": "Default Notes Markdown Editor",
|
||||
"ui.notesContext": "notes context",
|
||||
"ui.edit": "Edit",
|
||||
"ui.preview": "Preview",
|
||||
"ui.split": "Split",
|
||||
"ui.reload": "Reload",
|
||||
"ui.save": "Save",
|
||||
"ui.notesInfo": "Notes context active. Note actions, backlinks, and graph tools are reserved for the future Notes plugin.",
|
||||
"ui.saving": "Saving...",
|
||||
"ui.saveError": "Error saving",
|
||||
"ui.modified": "Modified",
|
||||
"ui.savedAt": "Saved {time}",
|
||||
"ui.saved": "Saved",
|
||||
"ui.discardConfirm": "Discard unsaved changes and reload from disk?",
|
||||
"ui.loading": "Loading...",
|
||||
"ui.loadFailed": "Failed to load file"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"manifest.name": "Стандартный редактор",
|
||||
"manifest.description": "Встроенный редактор и просмотрщик текста и Markdown для Верстака.",
|
||||
"contributions.openProviders.verstak.default-editor.text.title": "Стандартный текстовый редактор",
|
||||
"contributions.openProviders.verstak.default-editor.markdown.title": "Стандартный редактор Markdown",
|
||||
"contributions.openProviders.verstak.default-editor.notes-markdown.title": "Стандартный редактор Markdown-заметок",
|
||||
"ui.notesContext": "контекст заметки",
|
||||
"ui.edit": "Редактировать",
|
||||
"ui.preview": "Просмотр",
|
||||
"ui.split": "Разделить",
|
||||
"ui.reload": "Перезагрузить",
|
||||
"ui.save": "Сохранить",
|
||||
"ui.notesInfo": "Активен контекст заметки. Действия, обратные ссылки и граф будут развиваться в плагине заметок.",
|
||||
"ui.saving": "Сохранение...",
|
||||
"ui.saveError": "Ошибка сохранения",
|
||||
"ui.modified": "Изменён",
|
||||
"ui.savedAt": "Сохранено {time}",
|
||||
"ui.saved": "Сохранено",
|
||||
"ui.discardConfirm": "Отменить несохранённые изменения и перечитать файл с диска?",
|
||||
"ui.loading": "Загрузка...",
|
||||
"ui.loadFailed": "Не удалось загрузить файл"
|
||||
}
|
||||
Reference in New Issue
Block a user