feat: localize official plugins in Russian
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"manifest.name": "File Preview",
|
||||
"manifest.description": "Read-only inline image preview provider for vault files.",
|
||||
"contributions.openProviders.verstak.file-preview.image.title": "Image Preview",
|
||||
"ui.openExternal": "Open External",
|
||||
"ui.preview": "Preview",
|
||||
"ui.loading": "Loading...",
|
||||
"ui.error": "Preview error: {error}"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"manifest.name": "Просмотр файлов",
|
||||
"manifest.description": "Встроенный просмотр изображений из хранилища без редактирования.",
|
||||
"contributions.openProviders.verstak.file-preview.image.title": "Просмотр изображения",
|
||||
"ui.openExternal": "Открыть во внешнем приложении",
|
||||
"ui.preview": "Просмотр",
|
||||
"ui.loading": "Загрузка...",
|
||||
"ui.error": "Ошибка просмотра: {error}"
|
||||
}
|
||||
Reference in New Issue
Block a user