1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
| {
| "action": {
| "apply": "Apply",
| "applyAll": "Apply all",
| "calibrate": "Calibrate",
| "cancel": "Cancel",
| "clear": "Clear",
| "close": "Close",
| "comment": "Comment",
| "copy": "Copy",
| "delete": "Delete",
| "group": "Group",
| "ungroup": "Ungroup",
| "download": "Download",
| "edit": "Edit",
| "enterFullscreen": "Full screen",
| "exitFullscreen": "Exit full screen",
| "fit": "Fit",
| "fitToPage": "Fit to page",
| "fitToWidth": "Fit to width",
| "openFile": "Open file",
| "print": "Print",
| "ok": "OK",
| "reply": "Reply",
| "rotate": "Rotate",
| "rotateClockwise": "Clockwise",
| "rotateCounterClockwise": "Counter-clockwise",
| "save": "Save",
| "create": "Create",
| "showMoreResults": "Show more results",
| "saveSignature": "Save signature",
| "sign": "Sign",
| "style": "Style",
| "submit": "Submit",
| "zoom": "Zoom",
| "zoomIn": "Zoom in",
| "zoomOut": "Zoom out"
| },
| "annotation": {
| "areaMeasurement": "Area measurement",
| "arrow": "Arrow",
| "callout": "Callout",
| "crop": "Crop Page",
| "caret": "Caret",
| "distanceMeasurement": "Distance measurement",
| "ellipse": "Ellipse",
| "eraser": "Eraser",
| "freehand": "Free hand",
| "freehand2": "Free hand",
| "freetext": "Free text",
| "freetext2": "Free text",
| "highlight": "Highlight",
| "highlight2": "Highlight",
| "line": "Line",
| "perimeterMeasurement": "Perimeter measurement",
| "polygon": "Polygon",
| "polygonCloud": "Cloud",
| "polyline": "Polyline",
| "rectangle": "Rectangle",
| "redact": "Redact",
| "signature": "Signature",
| "squiggly": "Squiggly",
| "stamp": "Stamp",
| "stickyNote": "Comment",
| "strikeout": "Strikeout",
| "underline": "Underline",
| "custom": "Custom"
| },
| "component": {
| "freehandToolsButton": "Freehand tools",
| "leftPanel": "Panel",
| "searchOverlay": "Search",
| "menuOverlay": "Menu",
| "miscToolsButton": "Misc tools",
| "notesPanel": "Notes",
| "outlinesPanel": "Outlines",
| "bookmarksPanel": "Bookmarks",
| "newBookmark": "New Bookmark",
| "bookmarkPage": "Page",
| "layersPanel": "Layers",
| "shapeToolsButton": "Shape tools",
| "textToolsButton": "Text tools",
| "thumbnailsPanel": "Thumbnails",
| "toolsButton": "Tools",
| "redaction": "Redaction",
| "viewControlsOverlay": "View controls",
| "measurementToolsButton": "Measurement tools",
| "calibration": "Calibration"
| },
| "message": {
| "badDocument": "Failed to load document. The document is either corrupt or not valid.",
| "customPrintPlaceholder": "e.g. 3, 4-10",
| "encryptedAttemptsExceeded": "Failed to load encrypted document. Too many attempts.",
| "encryptedUserCancelled": "Failed to load encrypted document. Password entry cancelled.",
| "enterPassword": "This document is password protected. Please enter a password",
| "incorrectPassword": "Incorrect password, attempts left: {{ remainingAttempts }}",
| "noAnnotations": "This document has no annotations.",
| "noOutlines": "This document has no outline.",
| "noResults": "No results found.",
| "notSupported": "That file type is not supported.",
| "passwordRequired": "Password required",
| "preparingToPrint": "Preparing to print...",
| "annotationReplyCount": "{{count}} Reply",
| "annotationReplyCount_plural" : "{{count}} Replies",
| "printTotalPageCount": "Total: {{count}} page",
| "printTotalPageCount_plural": "Total: {{count}} pages",
| "processing": "Processing...",
| "searching": "Searching...",
| "searchPlaceholder": "Search comments...",
| "signHere": "Sign here",
| "insertTextHere": "Insert text here",
| "enterMeasurement": "Enter measurement between the two points"
| },
| "option": {
| "annotationColor": {
| "StrokeColor": "Border color",
| "FillColor": "Fill color",
| "TextColor": "Text color"
| },
| "displayMode": {
| "layout": "Layout",
| "pageTransition": "Page transition"
| },
| "layout": {
| "cover": "Cover",
| "double": "Double",
| "single": "Single"
| },
| "notesPanel": {
| "orderPosition": "Position",
| "orderTime": "Time",
| "separator": {
| "today": "Today",
| "yesterday": "Yesterday"
| }
| },
| "pageTransition": {
| "continuous": "Continuous",
| "default": "Page by page"
| },
| "print": {
| "all": "All",
| "current": "Current",
| "pages": "Pages",
| "includeComments": "Include comments",
| "addWatermarkSettings": "Add Watermark Settings"
| },
| "redaction": {
| "markForRedaction": "Mark for redaction",
| "warningPopupMessage": "This action will permanently remove all items selected for redaction. It cannot be undone.",
| "warningPopupTitle": "Apply Redaction"
| },
| "searchPanel": {
| "caseSensitive": "Case sensitive",
| "wholeWordOnly": "Whole word"
| },
| "signatureOverlay": {
| "addSignature": "Add a signature"
| },
| "status": {
| "status": "Status"
| },
| "state": {
| "accepted": "Accepted",
| "rejected": "Rejected",
| "completed": "Completed",
| "cancelled": "Cancelled",
| "set": "Set status:",
| "setBy": "set by",
| "none": "None"
| },
| "measurementOverlay": {
| "scale": "Scale Ratio",
| "angle": "Angle",
| "distance": "Distance",
| "perimeter": "Perimeter",
| "area": "Area",
| "distanceMeasurement": "Distance Measurement",
| "perimeterMeasurement": "Perimeter Measurement",
| "areaMeasurement": "Area Measurement"
| },
| "measurementOption": {
| "scale": "Scale"
| },
| "slider": {
| "opacity": "Opacity",
| "thickness": "Thickness",
| "text": "Text Size"
| },
| "shared": {
| "page": "Page",
| "precision": "Precision"
| },
| "watermark": {
| "size": "Size",
| "location": "Choose a location to edit watermarks",
| "text": "Text",
| "colors": "Colors",
| "resetAllSettings": "Reset All Settings"
| }
| },
| "shortcut": {
| "arrow": "(A)",
| "callout": "(C)",
| "copy": "(Ctrl C)",
| "delete": "(Del)",
| "ellipse": "(O)",
| "eraser": "(E)",
| "freehand": "(F)",
| "freetext": "(T)",
| "highlight": "(H)",
| "line": "(L)",
| "pan": "(P)",
| "rectangle": "(R)",
| "rotateClockwise": "(Ctrl Shift +)",
| "rotateCounterClockwise": "(Ctrl Shift -)",
| "select": "(Esc)",
| "signature": "(S)",
| "squiggly": "(G)",
| "stamp": "(I)",
| "stickyNote": "(N)",
| "strikeout": "(K)",
| "underline": "(U)",
| "zoomIn": "(Ctrl +)",
| "zoomOut": "(Ctrl -)"
| },
| "tool": {
| "pan": "Pan",
| "select": "Select",
| "Marquee": "Marquee Zoom"
| }
| }
|
|