Files
leadchat/app/javascript/dashboard/i18n/locale/ru/auditLogs.json
Chatwoot Bot 3dedfee350 chore: Update translations (#7033)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-05-06 15:10:50 +05:30

25 lines
1.2 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.
{
"AUDIT_LOGS": {
"HEADER": "Журнал аудита",
"HEADER_BTN_TXT": "Добавить журнал аудита",
"LOADING": "Получение журналов аудита",
"SEARCH_404": "Нет шаблонных ответов, соответствующих запросу",
"SIDEBAR_TXT": "<p><b>Журналы аудита</b> </p><p> Логи аудита являются следами событий и действий в системе Chatwoot. </p>",
"LIST": {
"404": "В этой учетной записи нет журналов аудита.",
"TITLE": "Управление журналами аудита",
"DESC": "Журналы аудита - это следы событий и действий в системе Chatwoot.",
"TABLE_HEADER": [
"Пользователь",
"Действия",
"IP адрес",
"Время"
]
},
"API": {
"SUCCESS_MESSAGE": "Журналы успешно загружены",
"ERROR_MESSAGE": "Не удается соединиться с сервером Woot, попробуйте позже"
}
}
}