Skip to content

Commit

Permalink
Merge branch '2.4.0' into update-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschylus committed Mar 31, 2017
2 parents 8dc908a + 632bcce commit b93dd07
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions js/src/widgets/metadataView.js
Expand Up @@ -128,9 +128,9 @@

getMetadataDetails: function(jsonLd) {
var mdList = [
{ label: 'label',
{ label: i18next.t('label'),
value: '<b>' + ($.JsonLd.getTextValue(jsonLd.label) || '') + '</b>' },
{ label: 'description',
{ label: i18next.t('description'),
value: $.JsonLd.getTextValue(jsonLd.description) || '' }
];

Expand Down
3 changes: 3 additions & 0 deletions locales/de/translation.json
Expand Up @@ -27,6 +27,7 @@
"delete": "Löschen",
"deleteAnnotation": "Wollen Sie diese Annotation und alle dazugehörigen Marker entfernen?",
"deleteShape":"Wollen Sie diesen Marker löschen?",
"description": "Beschreibung",
"details": "Details",
"dotDashed":"Punkte &amp; Striche",
"dropToLoad": "Hier ablegen um das Manifest zu laden",
Expand Down Expand Up @@ -74,6 +75,8 @@
"selectGrid": "Anordnung auswählen",
"sidePanelTooltip": "Seitenleiste",
"solid": "Durchgängig",
"thick": "Dick",
"thickest": "Dicker",
"thumbnailsView": "Galerie",
"unspecified": "nicht spezifiziert",
"url": "URL",
Expand Down
20 changes: 11 additions & 9 deletions locales/en/translation.json
Expand Up @@ -23,17 +23,18 @@
"closeTooltip": "Close this window",
"comments": "Comments",
"contrastTooltip": "Adjust contrast",
"dashed":"Dashes",
"dashed": "Dashes",
"delete": "Delete",
"deleteAnnotation": "Do you want to delete this annotation and all associated shapes?",
"deleteShape":"Do you want to delete this shape?",
"deleteShape": "Do you want to delete this shape?",
"description": "Description",
"details": "Details",
"dotDashed":"Dots &amp; Dashes",
"dotDashed": "Dots &amp; Dashes",
"dropToLoad": "Drop to Load Manifest",
"edit": "Edit",
"editModalBtnDeleteAnnotation":"Delete this annotation",
"editModalBtnSaveWithoutShapes":"Save annotation without shapes",
"editModalSaveAnnotationWithNoShapesMsg":"There are no shapes associated with this annotation.",
"editModalBtnDeleteAnnotation": "Delete this annotation",
"editModalBtnSaveWithoutShapes": "Save annotation without shapes",
"editModalSaveAnnotationWithNoShapesMsg": "There are no shapes associated with this annotation.",
"ellipseTooltip": "Oval annotation",
"fillColorTooltip": "Choose fill color",
"filterObjects": "Filter objects",
Expand All @@ -47,6 +48,7 @@
"invertTooltip": "Invert colors",
"item": "item",
"items": "items",
"label": "Label",
"license": "License",
"links": "Links",
"load": "Load",
Expand All @@ -73,9 +75,9 @@
"seeAlso": "See Also",
"selectGrid": "Select a grid below",
"sidePanelTooltip": "Toggle the side panel",
"solid":"Solid",
"thick":"Thick",
"thickest":"Thickest",
"solid": "Solid",
"thick": "Thick",
"thickest": "Thickest",
"thumbnailsView": "Gallery View",
"unspecified": "Unspecified",
"url": "URL",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mirador",
"version": "2.2.0",
"version": "2.3.0",
"description": "Multi-window image viewer, a web-based tool to support researcher goals",
"repository": {
"type": "git",
Expand Down

0 comments on commit b93dd07

Please sign in to comment.