Skip to content
Snippets Groups Projects
Commit 2a7241ec authored by Anthony's avatar Anthony
Browse files

Translations

parent 241d731e
No related branches found
No related tags found
1 merge request!15Add research field and undo research manifest in annotation content
Pipeline #1387 failed
......@@ -100,7 +100,7 @@ export class CanvasAnnotations extends Component {
InputProps={{
endAdornment: (
<div className={classes.endAdornment}>
<MiradorMenuButton aria-label={t('searchSubmitAria')} type="submit">
<MiradorMenuButton aria-label={t('searchAnnotationTooltip')} type="submit">
<SearchIcon />
</MiradorMenuButton>
</div>
......
import { createRef, Component } from 'react';
import PropTypes from 'prop-types';
import Typography from '@material-ui/core/Typography';
import AnnotationSettings from '../containers/AnnotationSettings';
import CanvasAnnotations from '../containers/CanvasAnnotations';
import CompanionWindow from '../containers/CompanionWindow';
......
......@@ -119,6 +119,7 @@
"right": "Right",
"rights": "License",
"scroll": "Scroll",
"searchAnnotationTooltip": "Filter annotations",
"searchInputLabel": "search terms",
"searchNextResult": "Next result",
"searchNoResults": "No results found",
......@@ -126,7 +127,7 @@
"searchResultsRemaining": "{{numLeft}} remaining",
"searchSubmitAria": "Submit search",
"searchTitle": "Search",
"searchPlaceholderAnnotation" : "Search...",
"searchPlaceholderAnnotation" : "Filter...",
"selectWorkspaceMenu": "Select workspace type",
"showingNumAnnotations_one": "Showing {{number}} annotation",
"showingNumAnnotations_other": "Showing {{number}} annotations",
......
......@@ -115,10 +115,11 @@
"right": "Droite",
"rights": "Licence",
"scroll": "Défilement horizontal",
"searchAnnotationTooltip": "Filtrer les annotations",
"searchInputLabel": "Chercher un mot",
"searchNextResult": "Résultat suivant",
"searchNoResults": "Aucun résultat trouvé",
"searchPlaceholderAnnotation" : "Rechercher...",
"searchPlaceholderAnnotation" : "Filtrer...",
"searchPreviousResult": "Résultat précédent",
"searchSubmitAria": "Lancer la recherche",
"searchTitle": "Rechercher",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment