|
|
|
@ -74,7 +74,8 @@
|
|
|
|
|
"insertBefore": "Insert Before", |
|
|
|
|
"hideField": "Hide Field", |
|
|
|
|
"sortAsc": "Sort Ascending", |
|
|
|
|
"sortDesc": "Sort Descending" |
|
|
|
|
"sortDesc": "Sort Descending", |
|
|
|
|
"geoDataField": "GeoData Field" |
|
|
|
|
}, |
|
|
|
|
"objects": { |
|
|
|
|
"project": "Project", |
|
|
|
@ -98,7 +99,8 @@
|
|
|
|
|
"gallery": "Gallery", |
|
|
|
|
"form": "Form", |
|
|
|
|
"kanban": "Kanban", |
|
|
|
|
"calendar": "Calendar" |
|
|
|
|
"calendar": "Calendar", |
|
|
|
|
"map": "Map" |
|
|
|
|
}, |
|
|
|
|
"user": "User", |
|
|
|
|
"users": "Users", |
|
|
|
@ -136,6 +138,7 @@
|
|
|
|
|
"Currency": "Currency", |
|
|
|
|
"Percent": "Percent", |
|
|
|
|
"Duration": "Duration", |
|
|
|
|
"GeoData": "GeoData", |
|
|
|
|
"Rating": "Rating", |
|
|
|
|
"Formula": "Formula", |
|
|
|
|
"Rollup": "Rollup", |
|
|
|
@ -253,6 +256,9 @@
|
|
|
|
|
"barcodeFormat": "Barcode format", |
|
|
|
|
"qrCodeValueTooLong": "Too many characters for a QR code", |
|
|
|
|
"barcodeValueTooLong": "Too many characters for a barcode", |
|
|
|
|
"yourLocation": "Your Location", |
|
|
|
|
"lng": "Lng", |
|
|
|
|
"lat": "Lat", |
|
|
|
|
"aggregateFunction": "Aggregate function", |
|
|
|
|
"dbCreateIfNotExists": "Database : create if not exists", |
|
|
|
|
"clientKey": "Client Key", |
|
|
|
@ -452,6 +458,10 @@
|
|
|
|
|
"stackedBy": "Stacked By", |
|
|
|
|
"chooseGroupingField": "Choose a Grouping Field", |
|
|
|
|
"addOrEditStack": "Add / Edit Stack" |
|
|
|
|
}, |
|
|
|
|
"map": { |
|
|
|
|
"mappedBy": "Mapped By", |
|
|
|
|
"chooseMappingField": "Choose a Mapping Field" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"tooltip": { |
|
|
|
@ -518,6 +528,11 @@
|
|
|
|
|
"orgCreator": "Creator can create new projects and access any invited project.", |
|
|
|
|
"orgViewer": "Viewer is not allowed to create new projects but they can access any invited project." |
|
|
|
|
}, |
|
|
|
|
"map": { |
|
|
|
|
"overLimit": "You're over the limit.", |
|
|
|
|
"closeLimit": "You're getting close to the limit.", |
|
|
|
|
"limitNumber": "The limit of markers shown in a Map View is 1000 records." |
|
|
|
|
}, |
|
|
|
|
"footerInfo": "Rows per page", |
|
|
|
|
"upload": "Select file to Upload", |
|
|
|
|
"upload_sub": "or drag and drop file", |
|
|
|
@ -600,6 +615,7 @@
|
|
|
|
|
"gallery": "Add Gallery View", |
|
|
|
|
"form": "Add Form View", |
|
|
|
|
"kanban": "Add Kanban View", |
|
|
|
|
"map": "Add Map View", |
|
|
|
|
"calendar": "Add Calendar View" |
|
|
|
|
}, |
|
|
|
|
"tablesMetadataInSync": "Tables metadata is in Sync", |
|
|
|
|