Skip to content

Commit 9bb234d

Browse files
committed
0.32.0
1 parent e64e5bf commit 9bb234d

File tree

13 files changed

+538
-159
lines changed

13 files changed

+538
-159
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ Embed TIFY into your website in three easy steps:
2323
- Either download TIFY and copy the contents of the `dist` directory to your server:
2424

2525
``` html
26-
<script src="tify.js?v0.31.0"></script>
27-
<link rel="stylesheet" href="tify.css?v0.31.0">
26+
<script src="tify.js?v0.32.0"></script>
27+
<link rel="stylesheet" href="tify.css?v0.32.0">
2828
```
2929

30-
> To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.31.0`.
30+
> To avoid issues with browser caching, add a query parameter with the current version, e.g. `?v0.32.0`.
3131

3232
- Or use [jsDelivr](https://www.jsdelivr.com/):
3333

3434
``` html
35-
<script src="https://cdn.jsdelivr.net/npm/tify@0.31.0/dist/tify.js"></script>
36-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tify@0.31.0/dist/tify.css">
35+
<script src="https://cdn.jsdelivr.net/npm/tify@0.32.0/dist/tify.js"></script>
36+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tify@0.32.0/dist/tify.css">
3737
```
3838

3939
- Or `import` TIFY into your web application:

dist/index.html

Lines changed: 299 additions & 110 deletions
Large diffs are not rendered by default.

dist/tify.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tify.js

Lines changed: 88 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/translations/de.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$language": "Deutsch",
3-
"$copyright": "Copyright &copy; 2017&ndash;2022 <a href='https://www.uni-goettingen.de/'>Universität Göttingen</a>&nbsp;/ <a href='https://www.sub.uni-goettingen.de/'>Staats- und Universitätsbibliothek Göttingen</a>",
3+
"$copyright": "Copyright &copy; 2017&ndash;2025 <a href='https://www.uni-goettingen.de/'>Universität Göttingen</a>&nbsp;/ <a href='https://www.sub.uni-goettingen.de/'>Staats- und Universitätsbibliothek Göttingen</a>",
44
"$info": "TIFY ist ein schlanker und für Mobilgeräte optimierter IIIF-Dokumenten&shy;betrachter, veröffentlicht unter der <a href='https://www.gnu.org/licenses/agpl-3.0.html.en'>GNU Affero General Public License 3.0</a>.",
55
"About TIFY": "Über TIFY",
66
"Brightness": "Helligkeit",
@@ -11,12 +11,13 @@
1111
"Contents": "Inhalt",
1212
"Contrast": "Kontrast",
1313
"Contributors": "Beitragende",
14-
"Could not load child manifest": "Konnte Kind-Manifest nicht laden",
14+
"Could not load child manifest": "Kind-Manifest konnte nicht geladen werden",
1515
"Current Element": "Aktuelles Element",
1616
"Current page:": "Aktuelle Seite:",
1717
"Description": "Beschreibung",
1818
"Dismiss": "Ausblenden",
1919
"Document": "Dokument",
20+
"Documentation": "Dokumentation",
2021
"Download Individual Images": "Einzelbilder herunterladen",
2122
"Exit fullscreen": "Vollbildmodus verlassen",
2223
"Expand": "Ausklappen",
@@ -60,10 +61,10 @@
6061
"Source code": "Quellcode",
6162
"Table of Contents": "Inhaltsverzeichnis",
6263
"Title": "Titel",
64+
"Toggle annotations": "Annotationen umschalten",
6365
"Toggle double-page": "Doppelseite umschalten",
6466
"Toggle image filters": "Bildfilter umschalten",
6567
"Toggle page select": "Seitenauswahl umschalten",
66-
"User guide": "Kurzanleitung",
6768
"Version": "Version",
6869
"View": "Ansicht",
6970
"Zoom in": "Vergrößern",

dist/translations/eo.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,38 @@
11
{
22
"$language": "Esperanto",
3-
"$copyright": "Kopirajtoj &copy; 2017&ndash;2022 <a href='https://www.uni-goettingen.de/'>Universitato Goettingen</a>&nbsp;/ <a href='https://www.sub.uni-goettingen.de/'>Ŝtata kaj Universitata Biblioteko Goettingen</a>",
3+
"$copyright": "Kopirajtoj &copy; 2017&ndash;2025 <a href='https://www.uni-goettingen.de/'>Universitato Goettingen</a>&nbsp;/ <a href='https://www.sub.uni-goettingen.de/'>Ŝtata kaj Universitata Biblioteko Goettingen</a>",
44
"$info": "TIFY estas pli svelta kaj pli movebla amika IIIF-dokumentrigardilo publikigita sub la <a href='https://www.gnu.org/licenses/agpl-3.0.html.en'>Ĝenerala Publika Permesilo 3.0 de GNU Affero</a>.",
55
"About TIFY": "Per TIFY",
66
"Brightness": "Helecon",
77
"Close PDF list": "Fermu PDF-liston",
8-
"Collapse all": "Kolapu ĉion",
98
"Collapse": "Kolapso",
9+
"Collapse all": "Kolapu ĉion",
1010
"Collection": "Kolekto",
1111
"Contents": "Enhavojn",
1212
"Contrast": "Kontrasto",
1313
"Contributors": "Kontribuanto",
14+
"Could not load child manifest": "",
1415
"Current Element": "Nuna ero",
1516
"Current page:": "Nuna paĝo:",
1617
"Description": "Priskribo",
18+
"Dismiss": "",
1719
"Document": "Dokumento",
20+
"Documentation": "",
1821
"Download Individual Images": "Elŝutu unuopajn bildojn",
1922
"Exit fullscreen": "Eliru plenekranan reĝimon",
20-
"Expand all": "Plivastigu ĉion",
2123
"Expand": "Disfaldas",
24+
"Expand all": "Plivastigu ĉion",
2225
"Export": "Eksporti",
26+
"Filter collection": "",
2327
"Filter pages": "Filtrilaj paĝoj",
2428
"First page": "Unua paĝo",
2529
"Fullscreen": "Plena ekrana reĝimo",
26-
"Fulltext not available for this page": "Plena teksto ne havebla",
2730
"Fulltext": "Plena teksto",
31+
"Fulltext not available for this page": "Plena teksto ne havebla",
2832
"Help": "Helpu",
2933
"IIIF manifest": "IIIF-Manifesto",
34+
"IIIF manifest (collection)": "",
35+
"IIIF manifest (current document)": "",
3036
"Image filters": "Bilda filtrilo",
3137
"Info": "Info",
3238
"Last page": "Lasta paĝo",
@@ -36,6 +42,7 @@
3642
"Metadata": "Metadatenoj",
3743
"Next page": "Sekva paĝo",
3844
"Next section": "Sekva sekcio",
45+
"No results": "",
3946
"Other Formats": "Aliaj formatoj",
4047
"page": "paĝo",
4148
"Page": "Paĝo",
@@ -56,7 +63,7 @@
5663
"Title": "Titolo",
5764
"Toggle double-page": "Ŝaltu duoblan paĝon",
5865
"Toggle image filters": "Ŝaltu bildfiltrilojn",
59-
"User guide": "Uzant-gvidilo",
66+
"Toggle page select": "",
6067
"Version": "Versio",
6168
"View": "Vido",
6269
"Zoom in": "Zomi",

dist/translations/fr.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
{
22
"$language": "Français",
3+
"$copyright": "",
4+
"$info": "",
35
"About TIFY": "À propos de TIFY",
46
"Brightness": "Luminosité",
57
"Close PDF list": "Fermer la liste de PDFs",
6-
"Collapse all": "Tout replier",
78
"Collapse": "Replier",
9+
"Collapse all": "Tout replier",
810
"Collection": "Collection",
911
"Contents": "Contenu",
1012
"Contrast": "Contraste",
1113
"Contributors": "Contributeurs",
14+
"Could not load child manifest": "",
1215
"Current Element": "Élement actuel",
1316
"Current page:": "Page actuelle :",
1417
"Description": "Description",
1518
"Dismiss": "Rejeter",
1619
"Document": "Document",
20+
"Documentation": "",
1721
"Download Individual Images": "Télécharger les images individuellement",
1822
"Exit fullscreen": "Quitter le mode plein écran",
19-
"Expand all": "Tout déplier",
2023
"Expand": "Déplier",
24+
"Expand all": "Tout déplier",
2125
"Export": "Exporter",
2226
"Filter collection": "Filtrer la collection",
2327
"Filter pages": "Filtrer les pages",
2428
"First page": "Première page",
2529
"Fullscreen": "Plein écran",
26-
"Fulltext not available for this page": "Texte intégral non disponible pour cette page",
2730
"Fulltext": "Texte intégral",
31+
"Fulltext not available for this page": "Texte intégral non disponible pour cette page",
2832
"Help": "Aide",
2933
"IIIF manifest": "Manifeste IIIF",
3034
"IIIF manifest (collection)": "Manifeste IIIF (collection)",
@@ -59,7 +63,7 @@
5963
"Title": "Titre",
6064
"Toggle double-page": "Basculer en mode double page",
6165
"Toggle image filters": "Appliquer les filtres visuels",
62-
"User guide": "Guide d’utilisation",
66+
"Toggle page select": "",
6367
"Version": "Version",
6468
"View": "Vue",
6569
"Zoom in": "Zoomer",

dist/translations/hr.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
{
22
"$language": "Hrvatski",
3-
"$copyright": "Autorska prava &copy; 2017&ndash;2022 <a href='https://www.uni-goettingen.de/'>Universität Göttingen</a>&nbsp;/ <a href='https://www.sub.uni-goettingen.de/'>Staats- und Universitätsbibliothek Göttingen</a>",
3+
"$copyright": "Autorska prava &copy; 2017&ndash;2025 <a href='https://www.uni-goettingen.de/'>Universität Göttingen</a>&nbsp;/ <a href='https://www.sub.uni-goettingen.de/'>Staats- und Universitätsbibliothek Göttingen</a>",
44
"$info": "TIFY je mali i optimiziran za mobilne uređaje preglednik IIIF dokumenata, otorenog koda prema <a href='https://www.gnu.org/licenses/agpl-3.0.html.en'>GNU Affero General Public License 3.0</a>.",
55
"About TIFY": "O TIFY-ju",
66
"Brightness": "Svjetlina",
77
"Close PDF list": "Zatvori popis PDF-a",
8-
"Collapse all": "Smanji sve",
98
"Collapse": "Smanji",
9+
"Collapse all": "Smanji sve",
1010
"Collection": "Zbirka",
1111
"Contents": "Sadržaj",
1212
"Contrast": "Kontrast",
1313
"Contributors": "Suradnici",
14+
"Could not load child manifest": "",
1415
"Current Element": "Trenutni element",
1516
"Current page:": "Trenutna stranica:",
1617
"Description": "Opis",
1718
"Dismiss": "Odbaci",
1819
"Document": "Dokument",
20+
"Documentation": "",
1921
"Download Individual Images": "Skini pojedine slike",
2022
"Exit fullscreen": "Isključi preko cijelog ekrana",
21-
"Expand all": "Proširi sve",
2223
"Expand": "Proširi",
24+
"Expand all": "Proširi sve",
2325
"Export": "Izvoz",
2426
"Filter collection": "Filtriraj zbirku",
2527
"Filter pages": "Filtriraj stranice",
2628
"First page": "Prva stranica",
2729
"Fullscreen": "Preko cijelog ekrana",
28-
"Fulltext not available for this page": "Cjeloviti tekst nije dostupan za ovu stranicu",
2930
"Fulltext": "Cjeloviti tekst",
31+
"Fulltext not available for this page": "Cjeloviti tekst nije dostupan za ovu stranicu",
3032
"Help": "Pomoć",
3133
"IIIF manifest": "IIIF-Manifest",
3234
"IIIF manifest (collection)": "IIIF-Manifest (zbirka)",
@@ -61,7 +63,7 @@
6163
"Title": "Naslov",
6264
"Toggle double-page": "Dvije stranice na stranici",
6365
"Toggle image filters": "Filtri slika",
64-
"User guide": "Korisnički vodič",
66+
"Toggle page select": "",
6567
"Version": "Verzija",
6668
"View": "Pogled",
6769
"Zoom in": "Uvećaj",

dist/translations/it.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,48 @@
11
{
22
"$language": "Italiano",
3+
"$copyright": "",
4+
"$info": "",
35
"About TIFY": "Informazioni su TIFY",
46
"Brightness": "Luminosità",
57
"Close PDF list": "Chiudi l’elenco dei PDF",
6-
"Collapse all": "Comprimi tutto",
78
"Collapse": "Comprimi",
9+
"Collapse all": "Comprimi tutto",
810
"Collection": "Collezione",
911
"Contents": "Contenuto",
1012
"Contrast": "Contrasto",
13+
"Contributors": "",
14+
"Could not load child manifest": "",
1115
"Current Element": "Elemento corrente",
1216
"Current page:": "Pagina corrente:",
1317
"Description": "Descrizione",
18+
"Dismiss": "",
1419
"Document": "Documento",
20+
"Documentation": "",
1521
"Download Individual Images": "Scarica le singole immagini",
1622
"Exit fullscreen": "Esci dalla modalità a schermo intero",
17-
"Expand all": "Espandi tutto",
1823
"Expand": "Espandi",
24+
"Expand all": "Espandi tutto",
1925
"Export": "Esporta",
26+
"Filter collection": "",
27+
"Filter pages": "",
2028
"First page": "Prima pagina",
2129
"Fullscreen": "Schermo intero",
22-
"Fulltext not available for this page": "Testo integrale non disponibile per questa pagina",
2330
"Fulltext": "Testo integrale",
31+
"Fulltext not available for this page": "Testo integrale non disponibile per questa pagina",
2432
"Help": "Aiuto",
2533
"IIIF manifest": "Manifest IIIF",
34+
"IIIF manifest (collection)": "",
35+
"IIIF manifest (current document)": "",
36+
"Image filters": "",
2637
"Info": "Informazioni",
2738
"Last page": "Ultima pagina",
2839
"License": "Licenza",
2940
"Loading": "Caricamento",
41+
"Logo": "",
3042
"Metadata": "Metadati",
3143
"Next page": "Pagina successiva",
3244
"Next section": "Sezione successiva",
45+
"No results": "",
3346
"Other Formats": "Altri formati",
3447
"page": "pagina",
3548
"Page": "Pagina",
@@ -40,6 +53,7 @@
4053
"Previous section": "Sezione precedente",
4154
"Related Resources": "Risorse correlate",
4255
"Renderings": "Rendering",
56+
"Report a bug": "",
4357
"Reset": "Ripristina",
4458
"Rotate": "Ruota",
4559
"Saturation": "Saturazione",
@@ -49,6 +63,8 @@
4963
"Title": "Titolo",
5064
"Toggle double-page": "Attiva/disattiva doppia pagina",
5165
"Toggle image filters": "Attiva/disattiva filtri immagine",
66+
"Toggle page select": "",
67+
"Version": "",
5268
"View": "Vista",
5369
"Zoom in": "Zoom in",
5470
"Zoom out": "Zoom out"

dist/translations/nl.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"$language": "Nederlands",
3+
"$copyright": "Copyright &copy; 2017&ndash;2025 <a href='https://www.uni-goettingen.de/'>Universiteit Göttingen</a>&nbsp;/ <a href='https://www.sub.uni-goettingen.de/'>Staats- en universiteitsbibliotheek Göttingen</a>",
4+
"$info": "TIFY is een lichtgewicht en voor mobiel geoptimaliseerde IIIF-documentviewer, uitgebracht onder de <a href='https://www.gnu.org/licenses/agpl-3.0.html.en'>GNU Affero General Public License 3.0</a>.",
5+
"About TIFY": "Over TIFY",
6+
"Brightness": "Helderheid",
7+
"Close PDF list": "PDF-lijst sluiten",
8+
"Collapse": "Inklappen",
9+
"Collapse all": "Alles inklappen",
10+
"Collection": "Collectie",
11+
"Contents": "Inhoud",
12+
"Contrast": "Contrast",
13+
"Contributors": "Bijdragers",
14+
"Could not load child manifest": "Kon het kind manifest niet laden",
15+
"Current Element": "Huidig element",
16+
"Current page:": "Huidige pagina:",
17+
"Description": "Beschrijving",
18+
"Dismiss": "Verbergen",
19+
"Document": "Document",
20+
"Documentation": "",
21+
"Download Individual Images": "Afzonderlijke afbeeldingen downloaden",
22+
"Exit fullscreen": "Sluit de volledig scherm",
23+
"Expand": "Uitklappen",
24+
"Expand all": "Alles uitklappen",
25+
"Export": "Export",
26+
"Filter collection": "Collectie filter",
27+
"Filter pages": "Filter pagina’s",
28+
"First page": "Eerste pagina",
29+
"Fullscreen": "Volledige scherm",
30+
"Fulltext": "Volledige tekst",
31+
"Fulltext not available for this page": "Volledige tekst niet beschikbaar",
32+
"Help": "Help",
33+
"IIIF manifest": "IIIF-Manifest",
34+
"IIIF manifest (collection)": "IIIF-Manifest (collectie)",
35+
"IIIF manifest (current document)": "IIIF-Manifest (document)",
36+
"Image filters": "Afbeeldingsfilter",
37+
"Info": "Info",
38+
"Last page": "Laatste pagina",
39+
"License": "Licentie",
40+
"Loading": "Word geladen",
41+
"Logo": "Logo",
42+
"Metadata": "Metadata",
43+
"Next page": "Volgende pagina",
44+
"Next section": "Volgende sectie",
45+
"No results": "Geen resultaten",
46+
"Other Formats": "Andere formaten",
47+
"page": "pagina",
48+
"Page": "Pagina",
49+
"pages": "pagina’s",
50+
"Pages": "Pagina’s",
51+
"PDFs for each element": "PDF’s voor individuele elementen",
52+
"Previous page": "Vorige pagina",
53+
"Previous section": "Vorige sectie",
54+
"Related Resources": "Gerelateerde bronnen",
55+
"Renderings": "Afbeeldingsgegevens",
56+
"Report a bug": "Meld een fout",
57+
"Reset": "Reset",
58+
"Rotate": "Draaien",
59+
"Saturation": "Verzadiging",
60+
"Scan": "Scan",
61+
"Source code": "Broncode",
62+
"Table of Contents": "Inhoudsopgave",
63+
"Title": "Titel",
64+
"Toggle double-page": "Dubbele pagina wisselen",
65+
"Toggle image filters": "Schakel afbeeldingsfilter in",
66+
"Toggle page select": "Schakel paginaselectie in",
67+
"Version": "Versie",
68+
"View": "Weergave",
69+
"Zoom in": "Vergroten",
70+
"Zoom out": "Verkleinen"
71+
}

0 commit comments

Comments
 (0)