tdg-react-doc-viewer
Version:
File viewer for React.
14 lines (12 loc) • 525 B
TypeScript
declare const _default: {
"documentNavInfo": "Documento {{ currentFileNo }} di {{ allFilesCount }}",
"noRendererMessage": "Nessun renderer per il tipo di file: {{{ fileType }}}",
"downloadButtonLabel": "Scarica file",
"brokenFile": "Il tuo file è danneggiato. Controllalo sul tuo computer.",
"msgPluginRecipients": "Destinatari",
"msgPluginSender": "Mittente",
"pdfPluginLoading": "Caricamento in corso...",
"pdfPluginPageNumber": "Pagina {{ currentPage }}/{{ allPagesCount }}"
}
;
export default _default;