Files
espocrm/application/Espo/Resources/i18n/en_US/DashletOptions.json
2026-01-19 17:46:06 +01:00

50 lines
1.4 KiB
JSON

{
"fields": {
"title": "Title",
"dateFrom": "Date From",
"dateTo": "Date To",
"autorefreshInterval": "Auto-refresh Interval",
"displayRecords": "Display Records",
"isDoubleHeight": "Height 2x",
"mode": "Mode",
"enabledScopeList": "What to display",
"users": "Users",
"entityType": "Entity Type",
"primaryFilter": "Primary Filter",
"boolFilterList": "Additional Filters",
"sortBy": "Order By",
"sortDirection": "Order Direction",
"expandedLayout": "Layout",
"skipOwn": "Don't show own records",
"url": "URL",
"dateFilter": "Date Filter",
"text": "Text",
"folder": "Folder",
"includeShared": "Include Shared"
},
"options": {
"mode": {
"agendaWeek": "Week (agenda)",
"basicWeek": "Week",
"month": "Month",
"basicDay": "Day",
"agendaDay": "Day (agenda)",
"timeline": "Timeline"
},
"sortDirection": {
"asc": "Ascending",
"desc": "Descending"
}
},
"messages": {
"selectEntityType": "Select Entity Type in dashlet options."
},
"tooltips": {
"skipOwn": "Actions made by your user account won't be displayed."
},
"otherFields": {
"soft": "Soft Color",
"small": "Small Font"
}
}