Files
clientsflow/research/chatwoot/app/javascript/dashboard/i18n/locale/tr/datePicker.json

20 lines
458 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": "Uygula",
"CLEAR_BUTTON": "Clear",
"DATE_RANGE_INPUT": {
"START": "Start Date",
"END": "End Date"
},
"DATE_RANGE_OPTIONS": {
"TITLE": "DATE RANGE",
"LAST_7_DAYS": "Son 7 gün",
"LAST_30_DAYS": "Son 30 gün",
"LAST_3_MONTHS": "Son 3 ay",
"LAST_6_MONTHS": "Son 6 ay",
"LAST_YEAR": "Geçen yıl",
"CUSTOM_RANGE": "Özel tarih aralığı"
}
}
}