Initial commit
This commit is contained in:
49
application/Espo/Resources/i18n/en_US/DashletOptions.json
Normal file
49
application/Espo/Resources/i18n/en_US/DashletOptions.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user