-
Notifications
You must be signed in to change notification settings - Fork 9
/
messages.json
26 lines (26 loc) · 2.06 KB
/
messages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"atel_no_attribute":"None of the requested attributes could be found in these telegram(s).",
"atels_reloaded":"Astronomer's telegrams reloaded",
"bad_coordinates":"Provided coordinates are not valid, must be in either decimal degrees or sexigesimal (HH:MM:SSS for R.A., DD:MM:SS for declination) format.",
"cant_sort":"Unable to sort by '{}' unless attribute is included in query.",
"cats_reloaded":"Catalogs reloaded from disk.",
"event_not_found":"Event '{}' not found in any catalog.",
"failed_tns":"Event {} not added from TNS.",
"file_not_found":"Event {} not found at its expected path, please create an issue at https://github.com/astrocatalogs/supernovae/issues.",
"fmt_unsupported":"{} not supported for this query type.",
"height_limited":"Height limited to {} degrees.",
"invalid_regex":"Invalid regex '{}' specified for '{}'.",
"max_events":"Maximum event limit ({}) exceeded.",
"new_tns":"Event {} added from TNS.",
"no_atels_found":"No telegrams match your query.",
"no_catalog_route":"The astrocats.space domain does not support 'catalog/' routes. Please use one of the specific catalog routes instead (e.g. api.sne.space for supernovae, api.tde.space for tidal disruptions, etc.).",
"no_delimited":"This query does not support delimited output.",
"no_objects":"No objects found within specified search region.",
"no_root_data":"Welcome to the API of the Open Astronomy Catalogs! Please see https://github.com/astrocatalogs/OACAPI for API examples.",
"one_spectra":"When retrieving spectra in delimited format, exactly one at a time can be requested.",
"radius_limited":"Radius limited to {} degrees.",
"spectra_limits":"When retrieving spectrum data in delimited format, must specify only one event, only request the 'spectra' quantity, and request no other attributes aside from 'data.'",
"too_expensive":"Query too expensive, we suggest cloning the OAC catalogs locally (see e.g. https://sne.space/download/.",
"unknown_fmt":"Unknown format.",
"width_limited":"Width limited to {} degrees."
}