qpa-client/packages/qpa/Event/EventForm.msg.json

73 lines
4.1 KiB
JSON

{
"en": {
"EVENT_CREATED_SUCCESSFULLY": "Event was created successfully",
"EVENT_TITLE": "Title of event",
"EVENT_TITLE_PLACEHOLDER": "Give a title to your event",
"DESCRIPTION": "Description of the event",
"DESCRIPTION_PLACEHOLDER": "Write a few words about your event",
"LOCATION": "Location",
"LOCATION_PLACEHOLDER": "Location's name",
"ADDRESS": "Address",
"ADDRESS_PLACEHOLDER": "Address of the location",
"save-changes": "Save changes",
"CREATE": "Create Event",
"EVENT_FORM_INFO_IN_LANGUAGE": "Event details in english",
"en-GB": "English",
"es-ES": "Spanish",
"EVENT_FORM_DETAILS_FOREWORD": "Please enter some details about your event.",
"EVENT_FORM_DETAILS_FOREWORD_MULTILINGUAL": "Please enter some details about your event. Please consider that your audience is multilingual so please do make an effort to write the description in other languages too.",
"START_TIME": "Starting time",
"END_TIME": "End time",
"TITLE_TIME": "Time",
"TIME_EXPLANATION": "In the following, please enter the times of start and end of your event. In the near future we will allow you to insert repeating events as well!",
"DELETE": "Delete Event",
"must-provide-location-address": "Please provide name of the venue",
"must-provide-location-name": "Please provide address of the venue",
"event-create-success": "Event created successfully",
"event-create-error": "There was an error: {message}",
"event-edit-success": "Event was changed successfully",
"event-edit-error": "Error on changing event {error}",
"event-delete-success": "Event deleted successfully",
"event-delete-error": "There was an error deleting the event {error}",
"validate-end-after-start": "End time must be after start time",
"event-is-multidate": "Event starts and ends on different days",
"event-is-recurrent": "Event repeats regularly (weekly, monthly, etc.)",
"occurrences-preview-title": "Las fechas siguiéntas están previstas para este evento"
},
"es": {
"EVENT_CREATED_SUCCESSFULLY": "Evento ha sido creado correctamente",
"EVENT_TITLE": "Titulo del evento",
"EVENT_TITLE_PLACEHOLDER": "Da un titulo a tu evento",
"DESCRIPTION": "Descripción del evento",
"DESCRIPTION_PLACEHOLDER": "Escribe unas palabras sobre tu evento",
"LOCATION": "Lugar",
"LOCATION_PLACEHOLDER": "Nombre del lugar",
"ADDRESS": "Dirección",
"ADDRESS_PLACEHOLDER": "Dirección del lugar",
"save-changes": "Guardar cambios",
"CREATE": "Crear evento",
"EVENT_FORM_INFO_IN_LANGUAGE": "Detalles del evento en español",
"en-GB": "Inglés",
"es-ES": "Español",
"EVENT_FORM_DETAILS_FOREWORD": "Por favor, añade unos detalles sobre tu evento",
"EVENT_FORM_DETAILS_FOREWORD_MULTILINGUAL": "Por favor, añade unos detalles sobre tu evento. Ten en cuenta, que tu publico es multilingual así que por favor, haz el esfuerzo de escribir las descripciones en otros idiomas también",
"START_TIME": "Comienzo",
"END_TIME": "Final",
"TITLE_TIME": "El tiempo",
"TIME_EXPLANATION": "En lo siguiente por favor pon el tiempo de cuando empieza y termina tu event. ¡En el proximo futuro te haramos posible crear eventos regularos, por ejempjo una vez en la semana!",
"DELETE": "Eliminar evento",
"must-provide-location-address": "Escribe el nombre del lugar",
"must-provide-location-name": "Escribe la dirección del lugar",
"event-create-success": "Evento creado correctamente",
"event-create-error": "Habido un error: {message}",
"event-edit-success": "Evento correctamente modificado",
"event-edit-error": "Habido un error al modificar el evento {error}",
"event-delete-success": "Evento eliminado correctamente",
"event-delete-error": "Habido un error al eliminar el evento {error}",
"validate-end-after-start": "Tiempo de fin tienes que ser después del comienzo",
"event-is-multidate": "Evento comienza y termina en días distinctos",
"event-is-recurrent": "Este evento se repite regularmente (semanal, mensual, etc.)",
"occurrences-preview-title": "Estas fechas están previstas para este evento"
}
}