EDU
MAPS
- {{ $t('form_fact_subtitle') }}
{{ $t('sign_in') }}
/
{{ $t('register') }}
{{ user.first_name }}
/
{{ $t('sign_out') }}
{{ $t('back_to_map') }}
{{ $t('home') }}
{{ $t('help') }}
{{ $t('form_fact_page_title') }}
{{ $t('name_label') }}
{{ $t('validation_name') }}
{{ $t('fact_name_help') }}
{{ $t('desc_label') }}
{{ $t('validation_desc') }}
{{ $t('fact_desc_help') }}
{{ $t('date_label') }}
{{ $t('date_start_display') }}
{{ fact.date_start }}
{{ $t('date_end_display') }}
{{ fact.date_end }}
{{ $t('date_precision_display') }}
{{ precisionLabel(fact.date_start_precision) }}
{{ $t('date_range_badge') }}
{{ $t('fact_date_help') }}
{{ $t('lat_label') }}
{{ $t('validation_lat') }}
{{ $t('fact_lat_help') }}
{{ $t('lon_label') }}
{{ $t('validation_lon') }}
{{ $t('fact_lon_help') }}
{{ $t('categories') }}
{{ category.name }}
{{ $t('validation_category') }}
{{ $t('fact_category_help') }}
{{ $t('icon_label') }}
{{ iconText }}
{{ $t('validation_icon') }}
{{ $t('fact_icon_help') }}
{{ $t('images_panel') }}
{{ fact.img?.length || 0 }}
{{ $t('add_image') }}
{{ $t('input_image_colon') }}
{{ $t('remove_image') }}
{{ $t('advanced_options') }}
{{ $t('type_label') }}
{{ $t('element_type_' + type.key) }}
{{ $t('validation_type') }}
{{ $t('type_help') }}
{{ $t('lang_label') }}
{{langValue}}
{{ $t('validation_lang') }}
{{ $t('lang_help') }}
{{ $t('radius_label') }}
{{ $t('radius_help') }}
{{ $t('zoom_min_label') }}
{{z}}
{{ $t('validation_zoom_min') }}
{{ $t('zoom_min_help', {min: ZOOM_MIN}) }}
{{ $t('zoom_max_label') }}
{{z}}
{{ $t('validation_zoom_max') }}
{{ $t('zoom_max_help', {max: ZOOM_MAX}) }}
{{ $t('url_label_source') }}
{{ $t('url_help') }}
{{ $t('aliases_panel') }}
{{ fact.alias?.length || 0 }}
{{ $t('add_alias') }}
{{ $t('input_alias_colon') }}
{{ $t('remove_alias') }}
{{ $t('multimedia_panel') }}
{{ fact.img?.media || 0 }}
{{ $t('add_media') }}
{{ $t('input_url_colon') }}
{{ $t('input_type_colon') }}
{{ $t('media_type_' + type.key) }}
{{ $t('input_lang_colon') }}
{{lang.name}}
{{ $t('relations') }}
{{ fact.relations?.length || 0 }}
{{ $t('add_relation') }}
{{ $t('input_relation_colon') }}
{{ $t('relation_' + type.key) }}
{{ $t('input_id_colon') }}
{{ $t('search') }}
{{ $t('input_title_colon') }}
{{ $t('input_year_start_colon') }}
{{ $t('input_year_end_colon') }}
{{ $t('save') }}
{{ $t('clean') }}
{{ $t('saved_ok') }}
{{ $t('save_error') }}
{{ $t('previously_worked') }}
{{ ef.name }}
{{ $t('view_fact') }}
{{ $t('edit_fact') }}
{{ $t('copy_fact_id') }}
{{ $t('remove_stored_fact') }}
{{ $t('search_fact_modal_title') }}