Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/ru_RU/EmailQueueItem.json
2026-01-19 17:46:06 +01:00

29 lines
768 B
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.
{
"fields": {
"name": "Название",
"status": "Статус",
"target": "Цель",
"sentAt": "Дата отправки",
"attemptCount": "Попыток",
"emailAddress": "Адрес эл. почты",
"massEmail": "Массовая рассылка эл. писем",
"isTest": "Тест"
},
"links": {
"target": "Цель",
"massEmail": "Массовая рассылка эл. писем"
},
"options": {
"status": {
"Pending": "В ожидании",
"Sent": "Отправлено",
"Failed": "Сбой",
"Sending": "Отправляется"
}
},
"presetFilters": {
"pending": "В ожидании",
"sent": "Отправлено",
"failed": "Сбой"
}
}