Files
FileFlowsPlugins/FileDrop/i18n/ru.json
John Andrews f226872cc5 file drop
2025-02-15 21:34:18 +13:00

26 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Flow": {
"Parts": {
"MoveToUserFolder": {
"Description": "Перемещает рабочий файл в выходной каталог пользователя.",
"Label": "Переместить в Папку Пользователя",
"Outputs": {
"1": "Файл успешно перемещен"
}
},
"SetFileDropDisplayName": {
"Description": "Устанавливает отображаемое имя файла на основе информации о файле в File Drop, обеспечивая ясность относительно идентичности и собственности файла.",
"Label": "Установить отображаемое имя файла для File Drop",
"Outputs": {
"1": "Отображаемое имя установлено"
}
}
}
},
"Plugins": {
"FileDrop": {
"Description": "Плагин, который предоставляет элементы потока, связанные с File Drop",
"Label": "File Drop"
}
}
}