1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 22:00:09 +00:00
bramw_baserow/web-frontend/modules/dashboard/locales/en.json
2025-01-02 11:56:14 +00:00

47 lines
1 KiB
JSON

{
"dashboard": {
"descriptionPlaceholder": "Description"
},
"dashboardHeader": {
"doneEditing": "Done editing"
},
"emptyDashboard": {
"title": "This dashboard doesn't have any widgets",
"subtitle": "Get started by adding one.",
"addWidget": "Add widget"
},
"dashboardHeaderMenuItems": {
"editMode": "Edit mode"
},
"createWidgetModal": {
"title": "Add new widget"
},
"widget": {
"fixConfiguration": "Fix configuration"
},
"summaryWidget": {
"name": "Summary"
},
"emptyDashboardSidebar": {
"title": "No element selected",
"message": "Click on one of the elements to see details."
},
"widgetSettings": {
"title": "Title",
"description": "Description"
},
"aggregateRowsDataSourceForm": {
"data": "Data",
"sourceFieldLabel": "Source",
"viewFieldLabel": "View",
"notSelected": "Not selected",
"aggregationFieldLabel": "Field",
"aggregationTypeLabel": "Summary"
},
"widgetContext": {
"delete": "Delete"
},
"trashType": {
"widget": "widget"
}
}