@amicaldo/strapi-google-maps
Version:
A Google Maps custom field for Strapi, allowing you to pick a location.
20 lines (19 loc) • 818 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const en = {
"input.search.placeholder": "Search for a place",
"input.error.required": "You must pick a location",
"input.button.reset": "Reset",
"input.label": "Location Picker",
"input.description": "Pick your location",
"input.label.latitude": "Latitude",
"input.label.longitude": "Longitude",
"settings.section-label": "Google Maps",
"settings.link-label": "Configuration",
"attribute.item.default-lat": "Default latitude",
"attribute.item.default-lng": "Default longitude",
"global.settings": "Settings",
"form.attribute.item.required-field": "Required field",
"form.attribute.item.required-field.description": "You won't be able to create an entry if this field is empty"
};
exports.default = en;