Skip to content

Commit e50b90a

Browse files
committed
Merge branch 'dev'
2 parents f5aec1a + 1f9b657 commit e50b90a

File tree

130 files changed

+2703
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+2703
-261
lines changed

assets/ic-triangle.svg

Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 23 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

dev-server.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ const compiler = webpack(config);
1414

1515
app.use(devMiddleware(compiler, {
1616
logLevel: 'warn',
17-
publicPath: config.output.publicPath
17+
publicPath: config.output.publicPath,
18+
watchOptions: {
19+
aggregateTimeout: 300,
20+
poll: true
21+
}
1822
}));
1923
app.use(hotMiddleware(compiler));
2024

i18n/translation-en.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"action": {
3+
"apply": "Apply",
4+
"applyAll": "Apply all",
35
"cancel": "Cancel",
46
"clear": "Clear",
57
"close": "Close",
@@ -15,12 +17,15 @@
1517
"fitToWidth": "Fit to width",
1618
"openFile": "Open file",
1719
"print": "Print",
20+
"ok": "OK",
1821
"reply": "Reply",
1922
"rotate": "Rotate",
2023
"rotateClockwise": "Clockwise",
2124
"rotateCounterClockwise": "Counter-clockwise",
2225
"save": "Save",
26+
"create": "Create",
2327
"showMoreResults": "Show more results",
28+
"saveSignature": "Save signature",
2429
"sign": "Sign",
2530
"style": "Style",
2631
"submit": "Submit",
@@ -29,8 +34,10 @@
2934
"zoomOut": "Zoom out"
3035
},
3136
"annotation": {
37+
"areaMeasurement": "Area measurement",
3238
"arrow": "Arrow",
3339
"callout": "Callout",
40+
"distanceMeasurement": "Distance measurement",
3441
"ellipse": "Ellipse",
3542
"freehand": "Free hand",
3643
"freehand2": "Free hand",
@@ -39,10 +46,12 @@
3946
"highlight": "Highlight",
4047
"highlight2": "Highlight",
4148
"line": "Line",
49+
"perimeterMeasurement": "Perimeter measurement",
4250
"polygon": "Polygon",
4351
"polygonCloud": "Cloud",
4452
"polyline": "Polyline",
4553
"rectangle": "Rectangle",
54+
"redact": "Redact",
4655
"signature": "Signature",
4756
"squiggly": "Squiggly",
4857
"stamp": "Stamp",
@@ -63,7 +72,9 @@
6372
"textToolsButton": "Text tools",
6473
"thumbnailsPanel": "Thumbnails",
6574
"toolsButton": "Tools",
66-
"viewControlsOverlay": "View controls"
75+
"redaction": "Redaction",
76+
"viewControlsOverlay": "View controls",
77+
"measurementToolsButton": "Measurement tools"
6778
},
6879
"message": {
6980
"badDocument": "Failed to load document. The document is either corrupt or not valid.",
@@ -72,7 +83,7 @@
7283
"encryptedUserCancelled": "Failed to load encrypted document. Password entry cancelled.",
7384
"enterPassword": "This document is password protected. Please enter a password",
7485
"incorrectPassword": "Incorrect password, attempts left: {{ remainingAttempts }}",
75-
"noAnnotations": "This document has no annotation.",
86+
"noAnnotations": "This document has no annotations.",
7687
"noOutlines": "This document has no outline.",
7788
"noResults": "No results found.",
7889
"notSupported": "That file type is not supported.",
@@ -83,7 +94,7 @@
8394
"processing": "Processing...",
8495
"searching": "Searching...",
8596
"searchPlaceholder": "Search comments...",
86-
"signHere": "Sign Here",
97+
"signHere": "Sign here",
8798
"insertTextHere": "Insert text here"
8899
},
89100
"option": {
@@ -119,10 +130,18 @@
119130
"pages": "Pages",
120131
"includeComments": "Include comments"
121132
},
133+
"redaction": {
134+
"markForRedaction": "Mark for redaction",
135+
"warningPopupMessage": "This action will permanently remove all items selected for redaction. It cannot be undone.",
136+
"warningPopupTitle": "Apply Redaction"
137+
},
122138
"searchPanel": {
123139
"caseSensitive": "Case sensitive",
124140
"wholeWordOnly": "Whole word"
125141
},
142+
"signatureOverlay": {
143+
"addSignature": "Add a signature"
144+
},
126145
"slider": {
127146
"opacity": "Opacity",
128147
"thickness": "Thickness",
@@ -160,4 +179,4 @@
160179
"pan": "Pan",
161180
"select": "Select"
162181
}
163-
}
182+
}

i18n/translation-fr.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"action": {
3+
"apply": "Appliquer",
4+
"applyAll": "Appliquer toute",
35
"cancel": "Annuler",
46
"clear": "Effacer",
57
"close": "Fermer",
@@ -15,11 +17,13 @@
1517
"fitToWidth": "Fit à la largeur",
1618
"openFile": "Ouvrir un fichier",
1719
"print": "Imprimer",
20+
"ok": "OK",
1821
"reply": "Répondre",
1922
"rotate": "Tourner",
2023
"rotateClockwise": "Tourner horaire",
2124
"rotateCounterClockwise": "Tourner antihoraire",
2225
"save": "Enregistrer",
26+
"create": "Créer",
2327
"showMoreResults": "Montrer plus de résultats",
2428
"sign": "Signer",
2529
"style": "Style",
@@ -43,6 +47,7 @@
4347
"polygonCloud": "Nuage",
4448
"polyline": "Ligne polygonale",
4549
"rectangle": "Rectangle",
50+
"redact": "Biffure",
4651
"signature": "Signature",
4752
"squiggly": "Ligne ondulée",
4853
"stamp": "Timbre",
@@ -63,6 +68,7 @@
6368
"textToolsButton": "Outils de texte",
6469
"thumbnailsPanel": "Vignettes",
6570
"toolsButton": "Outils",
71+
"redaction": "Biffure",
6672
"viewControlsOverlay": "Contrôles de l'affichage"
6773
},
6874
"message": {
@@ -119,10 +125,18 @@
119125
"pages": "Pages",
120126
"includeComments": "Inclure les commentaires"
121127
},
128+
"redaction": {
129+
"markForRedaction": "Repérer les biffures",
130+
"warningPopupMessage": "Cette action supprimera définitivement tous les éléments sélectionnés pour la rédaction. Ça ne peut pas être défait.",
131+
"warningPopupTitle": "Appliquer les Biffures"
132+
},
122133
"searchPanel": {
123134
"caseSensitive": "Sensible à la casse",
124135
"wholeWordOnly": "Mot complet"
125136
},
137+
"signatureOverlay": {
138+
"addSignature": "Ajouter une signature"
139+
},
126140
"slider": {
127141
"opacity": "Opacité",
128142
"thickness": "Épaisseur",

i18n/translation-nl.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"action": {
3+
"apply": "Toepassen",
4+
"applyAll": "Alles toepassen",
35
"cancel": "Annuleren",
46
"clear": "Legen",
57
"close": "Sluiten",
@@ -15,11 +17,13 @@
1517
"fitToWidth": "Zoomen naar vensterbreedte",
1618
"openFile": "Open bestand",
1719
"print": "Printen",
20+
"ok": "OK",
1821
"reply": "Antwoorden",
1922
"rotate": "Roteren",
2023
"rotateClockwise": "Met de klok mee",
2124
"rotateCounterClockwise": "Tegen de klok in",
2225
"save": "Bewaren",
26+
"create": "creëren",
2327
"showMoreResults": "Toon meer resultaten",
2428
"sign": "Ondertekenen",
2529
"style": "Opmaak",
@@ -42,6 +46,7 @@
4246
"polygon": "Veelhoek",
4347
"polygonCloud": "Cloud",
4448
"polyline": "Polyline",
49+
"redact": "Redigeren",
4550
"rectangle": "Rechthoek",
4651
"signature": "Handtekening",
4752
"squiggly": "Squiggly",
@@ -63,6 +68,7 @@
6368
"textToolsButton": "Tekst tools",
6469
"thumbnailsPanel": "Miniatuurweergave",
6570
"toolsButton": "Tools",
71+
"redaction": "Redigeren",
6672
"viewControlsOverlay": "Scherm opties",
6773
"minimizeButton": "Document normaal weergeven"
6874
},
@@ -120,10 +126,18 @@
120126
"pages": "Pagina's",
121127
"includeComments": "Inclusief commentaar"
122128
},
129+
"redaction": {
130+
"markForRedaction": "Markeren voor redactie",
131+
"warningPopupMessage": "Met deze actie worden alle items die voor redactie zijn geselecteerd permanent verwijderd. Het kan niet ongedaan gemaakt worden.",
132+
"warningPopupTitle": "Redactiewijziging Toepassen"
133+
},
123134
"searchPanel": {
124135
"caseSensitive": "Hoofdletter gev..",
125136
"wholeWordOnly": "Alleen hele woorden"
126137
},
138+
"signatureOverlay": {
139+
"addSignature": "Voeg een handtekening toe"
140+
},
127141
"slider": {
128142
"opacity": "Dekking",
129143
"thickness": "Randdikte",

0 commit comments

Comments
 (0)