Files
leadchat/app/javascript/dashboard/i18n/locale/uk/auditLogs.json
Chatwoot Bot 3a35281b3f chore: Update translations (#6941)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-04-21 15:28:56 +05:30

25 lines
989 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.
{
"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 Server, спробуйте ще раз пізніше"
}
}
}