Files
leadchat/app/javascript/dashboard/i18n/locale/ru/datePicker.json
Chatwoot Bot 0c01303db0 chore: Update translations (#10549)
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2025-01-14 22:00:56 +05:30

20 lines
659 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.
{
"DATE_PICKER": {
"APPLY_BUTTON": "Применить",
"CLEAR_BUTTON": "Сбросить",
"DATE_RANGE_INPUT": {
"START": "Дата начала",
"END": "Дата окончания"
},
"DATE_RANGE_OPTIONS": {
"TITLE": "Диапазон дат",
"LAST_7_DAYS": "Последние 7 дней",
"LAST_30_DAYS": "Последние 30 дней",
"LAST_3_MONTHS": "Последние 3 месяца",
"LAST_6_MONTHS": "Последние 6 месяцев",
"LAST_YEAR": "За прошлый год",
"CUSTOM_RANGE": "Настраиваемый диапазон даты"
}
}
}