replace incorrect label on entity comparison page
This commit is contained in:
parent
129f8b3e26
commit
18d551b1a2
4 changed files with 7 additions and 6 deletions
|
@ -589,7 +589,6 @@ link = enlace
|
||||||
#
|
#
|
||||||
parent_entity = entidad matriz
|
parent_entity = entidad matriz
|
||||||
map_of_science_icon = mapa de icono de la ciencia
|
map_of_science_icon = mapa de icono de la ciencia
|
||||||
entity_label = etiqueta de entidad
|
|
||||||
explore_activity = Explora actividad
|
explore_activity = Explora actividad
|
||||||
explore_capitalized = Explorar
|
explore_capitalized = Explorar
|
||||||
across_subdisciplines = en 554 subdisciplinas científicas
|
across_subdisciplines = en 554 subdisciplinas científicas
|
||||||
|
@ -767,6 +766,7 @@ in_current_incomplete_year = en el año en curso incompleto (no trazada anterior
|
||||||
publication_count = Conde de publicación
|
publication_count = Conde de publicación
|
||||||
grant_count = Conde subvención
|
grant_count = Conde subvención
|
||||||
entity_type = Del tipo de entidad
|
entity_type = Del tipo de entidad
|
||||||
|
entity_label = Etiqueta de entidad
|
||||||
no_matching_entities_found = No hay entidades que coincidan encontrados
|
no_matching_entities_found = No hay entidades que coincidan encontrados
|
||||||
clear_search_query = claro consulta de búsqueda
|
clear_search_query = claro consulta de búsqueda
|
||||||
short_max_entity_note = Un máximo de 10 entidades se pueden comparar.
|
short_max_entity_note = Un máximo de 10 entidades se pueden comparar.
|
||||||
|
@ -879,4 +879,4 @@ add_capitalized = Añadir
|
||||||
researcher_role = El papel del investigador
|
researcher_role = El papel del investigador
|
||||||
search_service_btn = Búsqueda el servicio
|
search_service_btn = Búsqueda el servicio
|
||||||
through_today = publicaciones sobre la fecha de hoy
|
through_today = publicaciones sobre la fecha de hoy
|
||||||
doi_link=Digital Object Identifier (DOI)
|
doi_link=Digital Object Identifier (DOI)
|
||||||
|
|
|
@ -1085,7 +1085,7 @@ function prepareTableForDataTablePagination(jsonData, dataTableParams){
|
||||||
checkboxTH.html(' ');
|
checkboxTH.html(' ');
|
||||||
|
|
||||||
var entityLabelTH = $('<th>');
|
var entityLabelTH = $('<th>');
|
||||||
entityLabelTH.html(i18nStringsUtil.entityTypeString);
|
entityLabelTH.html(i18nStringsUtil.entityLabel);
|
||||||
|
|
||||||
var activityCountTH = $('<th>');
|
var activityCountTH = $('<th>');
|
||||||
if ($("select.comparisonValues option:selected").text() === i18nStringsUtil.byPublications) {
|
if ($("select.comparisonValues option:selected").text() === i18nStringsUtil.byPublications) {
|
||||||
|
@ -1374,4 +1374,4 @@ function setTickSizeOfAxes(){
|
||||||
|
|
||||||
FlotOptions.yaxis.tickSize =
|
FlotOptions.yaxis.tickSize =
|
||||||
TickSize.getTickSize(calcMaxWithinComparisonParameter(checkedLabelToEntityRecord), 'y');
|
TickSize.getTickSize(calcMaxWithinComparisonParameter(checkedLabelToEntityRecord), 'y');
|
||||||
}
|
}
|
||||||
|
|
|
@ -125,6 +125,7 @@ var i18nStringsUtil = {
|
||||||
byPublications: '${i18n().by_publications}',
|
byPublications: '${i18n().by_publications}',
|
||||||
publicationCount: '${i18n().publication_count}',
|
publicationCount: '${i18n().publication_count}',
|
||||||
grantCount: '${i18n().grant_count}',
|
grantCount: '${i18n().grant_count}',
|
||||||
|
entityLabel: '${i18n().entity_label}',
|
||||||
entityType: '${i18n().entity_type}',
|
entityType: '${i18n().entity_type}',
|
||||||
noMatchingEntities: '${i18n().no_matching_entities_found}',
|
noMatchingEntities: '${i18n().no_matching_entities_found}',
|
||||||
clerSearchQuery: '${i18n().clear_search_query}',
|
clerSearchQuery: '${i18n().clear_search_query}',
|
||||||
|
@ -201,4 +202,4 @@ var COMPARISON_PARAMETERS_INFO = {
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
${scripts.add('<script type="text/javascript" src="${urls.base}/js/visualization/entitycomparison/gui-event-manager.js"></script>')}
|
${scripts.add('<script type="text/javascript" src="${urls.base}/js/visualization/entitycomparison/gui-event-manager.js"></script>')}
|
||||||
|
|
|
@ -595,7 +595,6 @@ link = link
|
||||||
#
|
#
|
||||||
parent_entity = parent entity
|
parent_entity = parent entity
|
||||||
map_of_science_icon = map of science icon
|
map_of_science_icon = map of science icon
|
||||||
entity_label = entity label
|
|
||||||
explore_activity = Explore activity
|
explore_activity = Explore activity
|
||||||
explore_capitalized = Explore
|
explore_capitalized = Explore
|
||||||
across_subdisciplines = across 554 scientific subdisciplines
|
across_subdisciplines = across 554 scientific subdisciplines
|
||||||
|
@ -772,6 +771,7 @@ in_current_incomplete_year = in the current incomplete year (not charted above)
|
||||||
publication_count = Publication Count
|
publication_count = Publication Count
|
||||||
grant_count = Grant Count
|
grant_count = Grant Count
|
||||||
entity_type = Entity Type
|
entity_type = Entity Type
|
||||||
|
entity_label = Entity Label
|
||||||
no_matching_entities_found = No matching entities found
|
no_matching_entities_found = No matching entities found
|
||||||
clear_search_query = clear search query
|
clear_search_query = clear search query
|
||||||
short_max_entity_note = A Maximum of 10 entities can be compared.
|
short_max_entity_note = A Maximum of 10 entities can be compared.
|
||||||
|
|
Loading…
Add table
Reference in a new issue