platform/plugins/document-assets/lang/ru.json
Andrey Sobolev 427337a88a
Document support (#2315)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-10-21 14:39:32 +07:00

22 lines
893 B
JSON

{
"string": {
"CreateDocument": "Создать документ",
"DocumentCreateLabel": "Документ",
"Documents": "Документы",
"Document": "Документ",
"DocumentNamePlaceholder": "Имя...",
"Name": "Имя",
"Cancel": "Отмена",
"EditorPlaceholder": "Начните печатать тут...",
"Version": "Версия",
"SearchDocument": "Поиск документов...",
"Revision": "Ревизия",
"NoVersions": "Нет определенных версиф",
"CreateEnVersion": "Добавить версию для процедуры ревью",
"Versions": "Версии",
"CreateDocumentVersion": "Оцените версию документа",
"ApprovedBy": "Подтверждено",
"Status": "Статус",
"LastRevision": "Последняя ревизия"
}
}