From a781967237c4d01bca2cab5e3d5b207364b68b02 Mon Sep 17 00:00:00 2001 From: Sergei Shtepa Date: Tue, 14 Nov 2023 14:21:55 +0100 Subject: [PATCH] fix translation loss --- doc/blksnap.md | 2 +- doc/blksnap_ru.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/blksnap.md b/doc/blksnap.md index 2428d60..17aeaa7 100644 --- a/doc/blksnap.md +++ b/doc/blksnap.md @@ -145,7 +145,7 @@ The static method *Create* creates an instance of the class that creates, takes The class *blksnap::ICbt* from ([include/blksnap/Cbt.h](../include/blksnap/Cbt.h)) allows to access the data of the change tracker. The static method *Create* creates an object to interact with the block device change tracker. -Метод класса: +Methods of the class: - *GetCbtInfo* - provides information about the current state of the change tracker for a block device - *GetCbtData* - allow to read the table of changes - *GetImage* - provide the name of the block device for the snapshot image diff --git a/doc/blksnap_ru.md b/doc/blksnap_ru.md index e1f16de..5b452f7 100644 --- a/doc/blksnap_ru.md +++ b/doc/blksnap_ru.md @@ -148,7 +148,7 @@ Класс *blksnap::ICbt* из ([include/blksnap/Cbt.h](../include/blksnap/Cbt.h)) позволяет получить доступ к данным трекера изменений. Статический метод *Create* создаёт объект для взаимодействия с трекером изменений блочного устройтсва. -Метод класса: +Методы класса: - *GetCbtInfo* - предоставляет информацию о текущем состоянии трекера изменений для блочного устройства - *GetCbtData* - позволяют прочитать таблицу изменений - *GetImage* - предоставлят имя блочного устройтсва образа снапшота