mirador-dl-plugin 1.0.0-alpha.1 → 1.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -5
- package/dist/mirador-dl-plugin.es.js +11850 -0
- package/dist/mirador-dl-plugin.es.js.map +1 -0
- package/dist/mirador-dl-plugin.js +188 -0
- package/dist/mirador-dl-plugin.js.map +1 -0
- package/package.json +33 -53
- package/es/CanvasDownloadLinks.js +0 -237
- package/es/ManifestDownloadLinks.js +0 -30
- package/es/MiradorDownloadDialog.js +0 -131
- package/es/RenderingDownloadLink.js +0 -52
- package/es/index.js +0 -5
- package/es/miradorDownloadPlugin.js +0 -78
- package/es/translations.js +0 -39
- package/lib/CanvasDownloadLinks.js +0 -243
- package/lib/ManifestDownloadLinks.js +0 -35
- package/lib/MiradorDownloadDialog.js +0 -141
- package/lib/RenderingDownloadLink.js +0 -58
- package/lib/index.js +0 -23
- package/lib/miradorDownloadPlugin.js +0 -85
- package/lib/translations.js +0 -45
- package/umd/mirador-dl-plugin.js +0 -3
- package/umd/mirador-dl-plugin.js.LICENSE.txt +0 -58
- package/umd/mirador-dl-plugin.js.map +0 -1
package/lib/translations.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var translations = {
|
|
8
|
-
de: {
|
|
9
|
-
'mirador-dl-plugin': {
|
|
10
|
-
close: 'Schließen',
|
|
11
|
-
download: 'Download',
|
|
12
|
-
other_download: 'Andere Download-Optionen',
|
|
13
|
-
whole_image: 'Gesamtes Bild ({{width}} x {{height}}px)',
|
|
14
|
-
zoomed_region: 'Aktueller Bildausschnitt ({{width}} x {{height}}px)'
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
en: {
|
|
18
|
-
'mirador-dl-plugin': {
|
|
19
|
-
close: 'Close',
|
|
20
|
-
download: 'Download',
|
|
21
|
-
other_download: 'Other download options',
|
|
22
|
-
whole_image: 'Whole image ({{width}} x {{height}}px)',
|
|
23
|
-
zoomed_region: 'Zoomed region ({{width}} x {{height}}px)'
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
et: {
|
|
27
|
-
'mirador-dl-plugin': {
|
|
28
|
-
close: 'Sulge',
|
|
29
|
-
download: 'Lae alla',
|
|
30
|
-
other_download: 'Teised allalaadimise valikud',
|
|
31
|
-
whole_image: 'Kogu pilt ({{width}} x {{height}}px)',
|
|
32
|
-
zoomed_region: 'Suurendatud piirkond ({{width}} x {{height}}px)'
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
fr: {
|
|
36
|
-
'mirador-dl-plugin': {
|
|
37
|
-
close: 'Fermer',
|
|
38
|
-
download: 'Télécharger',
|
|
39
|
-
other_download: 'Autres options de téléchargement',
|
|
40
|
-
whole_image: 'Image entière ({{width}} x {{height}}px)',
|
|
41
|
-
zoomed_region: 'Région zoomée ({{width}} x {{height}}px)'
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
var _default = exports["default"] = translations;
|