This is the React app container, which will be replaced with the app. The special green style will also be removed by removing the "code" class)
These are Enligsh/Spanish translations of string in app (will be hidden when website is viewed). Double-click below to edit. Keep the JSON format; else will break
{
"_note": "these strings are the English and Spanish translations of strings in the app; this will be hidden during app render",
"commentsPlural": {
"en": "Comments",
"es": "Comentarios"
},
"noComments": {
"en": "no comments",
"es": "no comentarios"
},
"anonUserLeftCommentOnDateTime": {
"en": "Anonymous on {dateTime}",
"es": "Anónima/o el {dateTime}"
},
"userLeftCommentOnDateTime": {
"en": "User on {dateTime}",
"es": "Usuaria/o el {dateTime}"
},
"actionToAddNewComment": {
"en": "add comment",
"es": "añadir comentario"
},
"nounStateOfAddingNewComment": {
"en": "New Comment",
"es": "Nuevo Comentario"
},
"actionToSaveSomeContent": {
"en": "save",
"es": "guardar"
},
"actionToCancelSavingSomeContent": {
"en": "cancel",
"es": "cancelar"
},
"actionRestartEditingSomeContent": {
"en": "start over",
"es": "empezar de nuevo"
},
"touchPanBlockerText": {
"en": "Use two fingers to move the map",
"es": "Utilice dos dedos para mover el mapa"
},
"scrollZoomBlockerText": {
"en": "Use ⌘ + scroll to zoom the map",
"es": "Utilice ⌘ + desplazamiento para ampliar el mapa"
},
"nounStateOfAddingNewPlaceToMap": {
"en": "New Place",
"es": "Nuevo Lugar"
},
"actionToCancelAddingNewPlaceToMap": {
"en": "cancel new place",
"es": "cancelar nuevo lugar"
},
"nounDescribingIntentAddNewPlaceToMap": {
"en": "new place to comment on",
"es": "nuevo lugar para comentar"
},
"actionToLeaveNewComments": {
"en": "Leave Comments",
"es": "Dejar comentarios"
},
"actionToViewStreetsLayersOfMap": {
"en": "view streets",
"es": "ver calles"
},
"actionToViewSatelliteLayersOfMap": {
"en": "view satellite images",
"es": "ver imagen satelital"
}
}