|
|
@ -313,6 +313,14 @@ |
|
|
|
"profile": "Profile", |
|
|
|
"profile": "Profile", |
|
|
|
"tableName": "Table name", |
|
|
|
"tableName": "Table name", |
|
|
|
"dashboardName": "Dashboard name", |
|
|
|
"dashboardName": "Dashboard name", |
|
|
|
|
|
|
|
"noViews": "No views", |
|
|
|
|
|
|
|
"createView": "Create a View", |
|
|
|
|
|
|
|
"creatingView": "Creating View", |
|
|
|
|
|
|
|
"duplicateView": "Duplicate view", |
|
|
|
|
|
|
|
"duplicateGridView": "Duplicate Grid View", |
|
|
|
|
|
|
|
"duplicateGalleryView": "Duplicate Gallery View", |
|
|
|
|
|
|
|
"duplicateFormView": "Duplicate Form View", |
|
|
|
|
|
|
|
"duplicateKanbanView": "Duplicate Kanban View", |
|
|
|
"viewName": "View name", |
|
|
|
"viewName": "View name", |
|
|
|
"viewLink": "View Link", |
|
|
|
"viewLink": "View Link", |
|
|
|
"columnName": "Column Name", |
|
|
|
"columnName": "Column Name", |
|
|
@ -632,6 +640,10 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"placeholder": { |
|
|
|
"placeholder": { |
|
|
|
"projName": "Enter Project Name", |
|
|
|
"projName": "Enter Project Name", |
|
|
|
|
|
|
|
"selectGroupField": "Select a Grouping Field", |
|
|
|
|
|
|
|
"selectGroupFieldNotFound" : "No Single Select Field can be found. Please create one first.", |
|
|
|
|
|
|
|
"selectGeoField": "Select a GeoData Field", |
|
|
|
|
|
|
|
"selectGeoFieldNotFound": "No GeoData Field can be found. Please create one first.", |
|
|
|
"password": { |
|
|
|
"password": { |
|
|
|
"enter": "Enter the password", |
|
|
|
"enter": "Enter the password", |
|
|
|
"current": "Current password", |
|
|
|
"current": "Current password", |
|
|
@ -811,6 +823,8 @@ |
|
|
|
"noMoreRecords": "No more records" |
|
|
|
"noMoreRecords": "No more records" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"error": { |
|
|
|
"error": { |
|
|
|
|
|
|
|
"viewNameRequired": "View name is required", |
|
|
|
|
|
|
|
"viewNameUnique": "View name should be unique", |
|
|
|
"searchProject": "Your search for {search} found no results", |
|
|
|
"searchProject": "Your search for {search} found no results", |
|
|
|
"invalidChar": "Invalid character in folder path.", |
|
|
|
"invalidChar": "Invalid character in folder path.", |
|
|
|
"invalidDbCredentials": "Invalid database credentials.", |
|
|
|
"invalidDbCredentials": "Invalid database credentials.", |
|
|
|