@stll/folio-core 0.5.0 → 0.6.0

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.
@@ -35,6 +35,7 @@ const CATALOGS = {
35
35
  "red": "Red",
36
36
  "yellow": "Yellow"
37
37
  },
38
+ "custom": "Custom",
38
39
  "customColor": "Custom Color",
39
40
  "noColor": "No color",
40
41
  "standardColors": "Standard Colors",
@@ -59,6 +60,7 @@ const CATALOGS = {
59
60
  "closeDialog": "Close",
60
61
  "insert": "Insert",
61
62
  "px": "px",
63
+ "remove": "Remove",
62
64
  "update": "Update"
63
65
  },
64
66
  "contentControlDateAriaLabel": "Pick a date",
@@ -122,13 +124,16 @@ const CATALOGS = {
122
124
  "title": "Footnote & Endnote Properties"
123
125
  },
124
126
  "hyperlink": {
127
+ "addressLabel": "Address",
125
128
  "bookmarkLabel": "Bookmark",
126
129
  "bookmarkPlaceholder": "Select a bookmark",
127
130
  "displayTextHint": "Defaults to the selected text",
128
131
  "displayTextLabel": "Display text",
129
132
  "displayTextPlaceholder": "Text to display",
130
133
  "invalidUrl": "Enter a valid URL",
134
+ "linkTo": "Link to",
131
135
  "removeLink": "Remove link",
136
+ "screenTipLabel": "Screen tip",
132
137
  "tabBookmark": "Bookmark",
133
138
  "tabWebAddress": "Web address",
134
139
  "titleEdit": "Edit hyperlink",
@@ -150,9 +155,11 @@ const CATALOGS = {
150
155
  "top": "Top"
151
156
  },
152
157
  "alignment": "Alignment",
158
+ "distanceFromText": "Distance from text (px)",
153
159
  "horizontal": "Horizontal",
154
160
  "offset": "Offset",
155
161
  "offsetPx": "Offset (px)",
162
+ "position": "Position",
156
163
  "relativeOptions": {
157
164
  "character": "Character",
158
165
  "column": "Column",
@@ -173,12 +180,17 @@ const CATALOGS = {
173
180
  "dashed": "Dashed",
174
181
  "dotted": "Dotted",
175
182
  "double": "Double",
183
+ "groove": "Groove",
184
+ "inset": "Inset",
185
+ "outset": "Outset",
186
+ "ridge": "Ridge",
176
187
  "solid": "Solid"
177
188
  },
178
189
  "color": "Color",
179
190
  "dimensions": "Dimensions",
180
191
  "heightLabel": "Height",
181
192
  "lockAspectRatio": "Lock aspect ratio",
193
+ "preview": "Preview",
182
194
  "style": "Style",
183
195
  "textWrapping": "Text wrapping",
184
196
  "title": "Image Properties",
@@ -193,6 +205,11 @@ const CATALOGS = {
193
205
  "wrapRight": "Wrap right"
194
206
  }
195
207
  },
208
+ "insertImage": {
209
+ "altText": "Alt text",
210
+ "imageFile": "Image file",
211
+ "title": "Insert Image"
212
+ },
196
213
  "insertSymbol": {
197
214
  "categories": {
198
215
  "arrows": "Arrows",
@@ -209,18 +226,19 @@ const CATALOGS = {
209
226
  "title": "Insert symbol"
210
227
  },
211
228
  "insertTable": {
212
- "autofit": "Autofit",
229
+ "autofit": "Autofit to contents",
213
230
  "columnWidthLabel": "Column width",
214
231
  "columnsLabel": "Columns",
215
232
  "fixedWidth": "Fixed width",
216
233
  "hoverToSelect": "Hover to select table size",
217
234
  "insertButton": "Insert",
218
235
  "orSpecifySize": "Or specify size",
236
+ "plainTable": "Plain table",
219
237
  "rowsLabel": "Rows",
220
238
  "sizeSelector": "Table size selector",
221
239
  "style": "Style",
222
240
  "tableSize": "{cols} × {rows} table",
223
- "title": "Insert table",
241
+ "title": "Insert Table",
224
242
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
225
243
  },
226
244
  "pageSetup": {
@@ -244,7 +262,17 @@ const CATALOGS = {
244
262
  "right": "Right",
245
263
  "sizeLabel": "Size",
246
264
  "title": "Page Setup",
247
- "top": "Top"
265
+ "top": "Top",
266
+ "unitInches": "in"
267
+ },
268
+ "pasteSpecial": {
269
+ "pasteMode": "Paste mode",
270
+ "title": "Paste Special"
271
+ },
272
+ "splitCell": {
273
+ "mergeBeforeSplit": "Merge selected cells before splitting",
274
+ "splitButton": "Split",
275
+ "title": "Split Cell"
248
276
  },
249
277
  "tableProperties": {
250
278
  "alignOptions": {
@@ -265,6 +293,23 @@ const CATALOGS = {
265
293
  "fixed": "Fixed (twips)",
266
294
  "percentage": "Percentage"
267
295
  }
296
+ },
297
+ "watermark": {
298
+ "color": "Color",
299
+ "diagonal": "Diagonal",
300
+ "font": "Font",
301
+ "imageRelationshipId": "Header image relationship id",
302
+ "imageTarget": "Image target",
303
+ "noWatermark": "No watermark",
304
+ "opacity": "Opacity",
305
+ "pictureWatermark": "Picture watermark",
306
+ "scale": "Scale",
307
+ "targetIsExternalUrl": "Target is an external URL",
308
+ "text": "Text",
309
+ "textWatermark": "Text watermark",
310
+ "title": "Watermark",
311
+ "type": "Type",
312
+ "washout": "Washout"
268
313
  }
269
314
  },
270
315
  "discardChanges": "Discard",
@@ -338,6 +383,17 @@ const CATALOGS = {
338
383
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
339
384
  },
340
385
  "formattingToolbar": "Formatting toolbar",
386
+ "headerFooter": {
387
+ "closeFooterEditing": "Close footer editing",
388
+ "closeHeaderEditing": "Close header editing",
389
+ "footer": "Footer",
390
+ "header": "Header",
391
+ "insertPageCount": "Insert total page count",
392
+ "insertPageNumber": "Insert current page number",
393
+ "options": "Options",
394
+ "removeFooter": "Remove footer",
395
+ "removeHeader": "Remove header"
396
+ },
341
397
  "hideDetails": "Hide details",
342
398
  "historyGroup": "History",
343
399
  "imageOverlay": {
@@ -399,6 +455,7 @@ const CATALOGS = {
399
455
  },
400
456
  "listFormatting": "List formatting",
401
457
  "listsGroup": "Lists",
458
+ "loadDocumentFailedTitle": "Failed to Load Document",
402
459
  "loadingDocument": "Loading document...",
403
460
  "loadingEditor": "Loading editor...",
404
461
  "lockFile": "Lock file",
@@ -411,8 +468,10 @@ const CATALOGS = {
411
468
  "moreFormatting": "More formatting",
412
469
  "networkError": "Network error. Please check your internet connection and try again.",
413
470
  "nextChange": "Next Change",
471
+ "noDocumentLoaded": "No document loaded",
414
472
  "numberedList": "Numbered List",
415
473
  "parseError": "The document could not be parsed. It may be corrupted or in an unsupported format.",
474
+ "parseErrorTitle": "Unable to Parse Document",
416
475
  "paste": "Paste",
417
476
  "pasteUnformatted": "Paste without formatting",
418
477
  "previousChange": "Previous Change",
@@ -570,7 +629,10 @@ const CATALOGS = {
570
629
  "unsupportedDocxEditDescription": "This DOCX contains structures Folio cannot safely rewrite. To avoid corrupting the file, download it and edit it in Word.",
571
630
  "unsupportedDocxEditTitle": "Editing blocked",
572
631
  "viewGroup": "View",
573
- "viewer": { "pageIndicator": "Page {current} of {total}" },
632
+ "viewer": {
633
+ "pageIndicator": "Page {current} of {total}",
634
+ "pageOfTotal": "{current} of {total}"
635
+ },
574
636
  "zoom": {
575
637
  "zoomIn": "Zoom in",
576
638
  "zoomLevel": "Zoom level",
@@ -613,6 +675,7 @@ const CATALOGS = {
613
675
  "red": "Red",
614
676
  "yellow": "Yellow"
615
677
  },
678
+ "custom": "Custom",
616
679
  "customColor": "Custom Color",
617
680
  "noColor": "No color",
618
681
  "standardColors": "Standard Colors",
@@ -637,6 +700,7 @@ const CATALOGS = {
637
700
  "closeDialog": "Close",
638
701
  "insert": "Insert",
639
702
  "px": "px",
703
+ "remove": "Remove",
640
704
  "update": "Update"
641
705
  },
642
706
  "contentControlDateAriaLabel": "Datum auswählen",
@@ -700,13 +764,16 @@ const CATALOGS = {
700
764
  "title": "Footnote & Endnote Properties"
701
765
  },
702
766
  "hyperlink": {
767
+ "addressLabel": "Address",
703
768
  "bookmarkLabel": "Bookmark",
704
769
  "bookmarkPlaceholder": "Select a bookmark",
705
770
  "displayTextHint": "Defaults to the selected text",
706
771
  "displayTextLabel": "Display text",
707
772
  "displayTextPlaceholder": "Text to display",
708
773
  "invalidUrl": "Enter a valid URL",
774
+ "linkTo": "Link to",
709
775
  "removeLink": "Remove link",
776
+ "screenTipLabel": "Screen tip",
710
777
  "tabBookmark": "Bookmark",
711
778
  "tabWebAddress": "Web address",
712
779
  "titleEdit": "Edit hyperlink",
@@ -728,9 +795,11 @@ const CATALOGS = {
728
795
  "top": "Top"
729
796
  },
730
797
  "alignment": "Alignment",
798
+ "distanceFromText": "Distance from text (px)",
731
799
  "horizontal": "Horizontal",
732
800
  "offset": "Offset",
733
801
  "offsetPx": "Offset (px)",
802
+ "position": "Position",
734
803
  "relativeOptions": {
735
804
  "character": "Character",
736
805
  "column": "Column",
@@ -751,12 +820,17 @@ const CATALOGS = {
751
820
  "dashed": "Dashed",
752
821
  "dotted": "Dotted",
753
822
  "double": "Double",
823
+ "groove": "Groove",
824
+ "inset": "Inset",
825
+ "outset": "Outset",
826
+ "ridge": "Ridge",
754
827
  "solid": "Solid"
755
828
  },
756
829
  "color": "Color",
757
830
  "dimensions": "Dimensions",
758
831
  "heightLabel": "Height",
759
832
  "lockAspectRatio": "Lock aspect ratio",
833
+ "preview": "Preview",
760
834
  "style": "Style",
761
835
  "textWrapping": "Text wrapping",
762
836
  "title": "Image Properties",
@@ -771,6 +845,11 @@ const CATALOGS = {
771
845
  "wrapRight": "Wrap right"
772
846
  }
773
847
  },
848
+ "insertImage": {
849
+ "altText": "Alt text",
850
+ "imageFile": "Image file",
851
+ "title": "Insert Image"
852
+ },
774
853
  "insertSymbol": {
775
854
  "categories": {
776
855
  "arrows": "Arrows",
@@ -787,18 +866,19 @@ const CATALOGS = {
787
866
  "title": "Insert symbol"
788
867
  },
789
868
  "insertTable": {
790
- "autofit": "Autofit",
869
+ "autofit": "Autofit to contents",
791
870
  "columnWidthLabel": "Column width",
792
871
  "columnsLabel": "Columns",
793
872
  "fixedWidth": "Fixed width",
794
873
  "hoverToSelect": "Hover to select table size",
795
874
  "insertButton": "Insert",
796
875
  "orSpecifySize": "Or specify size",
876
+ "plainTable": "Plain table",
797
877
  "rowsLabel": "Rows",
798
878
  "sizeSelector": "Table size selector",
799
879
  "style": "Style",
800
880
  "tableSize": "{cols} × {rows} table",
801
- "title": "Insert table",
881
+ "title": "Insert Table",
802
882
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
803
883
  },
804
884
  "pageSetup": {
@@ -822,7 +902,17 @@ const CATALOGS = {
822
902
  "right": "Right",
823
903
  "sizeLabel": "Size",
824
904
  "title": "Page Setup",
825
- "top": "Top"
905
+ "top": "Top",
906
+ "unitInches": "in"
907
+ },
908
+ "pasteSpecial": {
909
+ "pasteMode": "Paste mode",
910
+ "title": "Paste Special"
911
+ },
912
+ "splitCell": {
913
+ "mergeBeforeSplit": "Merge selected cells before splitting",
914
+ "splitButton": "Split",
915
+ "title": "Split Cell"
826
916
  },
827
917
  "tableProperties": {
828
918
  "alignOptions": {
@@ -843,6 +933,23 @@ const CATALOGS = {
843
933
  "fixed": "Fixed (twips)",
844
934
  "percentage": "Percentage"
845
935
  }
936
+ },
937
+ "watermark": {
938
+ "color": "Color",
939
+ "diagonal": "Diagonal",
940
+ "font": "Font",
941
+ "imageRelationshipId": "Header image relationship id",
942
+ "imageTarget": "Image target",
943
+ "noWatermark": "No watermark",
944
+ "opacity": "Opacity",
945
+ "pictureWatermark": "Picture watermark",
946
+ "scale": "Scale",
947
+ "targetIsExternalUrl": "Target is an external URL",
948
+ "text": "Text",
949
+ "textWatermark": "Text watermark",
950
+ "title": "Watermark",
951
+ "type": "Type",
952
+ "washout": "Washout"
846
953
  }
847
954
  },
848
955
  "discardChanges": "Verwerfen",
@@ -916,6 +1023,17 @@ const CATALOGS = {
916
1023
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
917
1024
  },
918
1025
  "formattingToolbar": "Formatierungsleiste",
1026
+ "headerFooter": {
1027
+ "closeFooterEditing": "Close footer editing",
1028
+ "closeHeaderEditing": "Close header editing",
1029
+ "footer": "Footer",
1030
+ "header": "Header",
1031
+ "insertPageCount": "Insert total page count",
1032
+ "insertPageNumber": "Insert current page number",
1033
+ "options": "Options",
1034
+ "removeFooter": "Remove footer",
1035
+ "removeHeader": "Remove header"
1036
+ },
919
1037
  "hideDetails": "Details ausblenden",
920
1038
  "historyGroup": "Verlauf",
921
1039
  "imageOverlay": {
@@ -977,6 +1095,7 @@ const CATALOGS = {
977
1095
  },
978
1096
  "listFormatting": "Listenformatierung",
979
1097
  "listsGroup": "Listen",
1098
+ "loadDocumentFailedTitle": "Failed to Load Document",
980
1099
  "loadingDocument": "Dokument wird geladen…",
981
1100
  "loadingEditor": "Editor wird geladen...",
982
1101
  "lockFile": "Datei sperren",
@@ -989,8 +1108,10 @@ const CATALOGS = {
989
1108
  "moreFormatting": "Weitere Formatierung",
990
1109
  "networkError": "Netzwerkfehler. Bitte überprüfen Sie Ihre Internetverbindung und versuchen Sie es erneut.",
991
1110
  "nextChange": "Nächste Änderung",
1111
+ "noDocumentLoaded": "No document loaded",
992
1112
  "numberedList": "Nummerierte Liste",
993
1113
  "parseError": "Das Dokument konnte nicht verarbeitet werden. Möglicherweise ist es beschädigt oder liegt in einem nicht unterstützten Format vor.",
1114
+ "parseErrorTitle": "Unable to Parse Document",
994
1115
  "paste": "Einfügen",
995
1116
  "pasteUnformatted": "Ohne Formatierung einfügen",
996
1117
  "previousChange": "Vorherige Änderung",
@@ -1148,7 +1269,10 @@ const CATALOGS = {
1148
1269
  "unsupportedDocxEditDescription": "Diese DOCX enthält Strukturen, die Folio nicht sicher umschreiben kann. Laden Sie sie herunter und bearbeiten Sie sie in Word, um eine Beschädigung der Datei zu vermeiden.",
1149
1270
  "unsupportedDocxEditTitle": "Bearbeitung gesperrt",
1150
1271
  "viewGroup": "Ansicht",
1151
- "viewer": { "pageIndicator": "Page {current} of {total}" },
1272
+ "viewer": {
1273
+ "pageIndicator": "Page {current} of {total}",
1274
+ "pageOfTotal": "{current} of {total}"
1275
+ },
1152
1276
  "zoom": {
1153
1277
  "zoomIn": "Zoom in",
1154
1278
  "zoomLevel": "Zoom level",
@@ -1191,6 +1315,7 @@ const CATALOGS = {
1191
1315
  "red": "Red",
1192
1316
  "yellow": "Yellow"
1193
1317
  },
1318
+ "custom": "Custom",
1194
1319
  "customColor": "Custom Color",
1195
1320
  "noColor": "No color",
1196
1321
  "standardColors": "Standard Colors",
@@ -1215,6 +1340,7 @@ const CATALOGS = {
1215
1340
  "closeDialog": "Close",
1216
1341
  "insert": "Insert",
1217
1342
  "px": "px",
1343
+ "remove": "Remove",
1218
1344
  "update": "Update"
1219
1345
  },
1220
1346
  "contentControlDateAriaLabel": "Choisir une date",
@@ -1278,13 +1404,16 @@ const CATALOGS = {
1278
1404
  "title": "Footnote & Endnote Properties"
1279
1405
  },
1280
1406
  "hyperlink": {
1407
+ "addressLabel": "Address",
1281
1408
  "bookmarkLabel": "Bookmark",
1282
1409
  "bookmarkPlaceholder": "Select a bookmark",
1283
1410
  "displayTextHint": "Defaults to the selected text",
1284
1411
  "displayTextLabel": "Display text",
1285
1412
  "displayTextPlaceholder": "Text to display",
1286
1413
  "invalidUrl": "Enter a valid URL",
1414
+ "linkTo": "Link to",
1287
1415
  "removeLink": "Remove link",
1416
+ "screenTipLabel": "Screen tip",
1288
1417
  "tabBookmark": "Bookmark",
1289
1418
  "tabWebAddress": "Web address",
1290
1419
  "titleEdit": "Edit hyperlink",
@@ -1306,9 +1435,11 @@ const CATALOGS = {
1306
1435
  "top": "Top"
1307
1436
  },
1308
1437
  "alignment": "Alignment",
1438
+ "distanceFromText": "Distance from text (px)",
1309
1439
  "horizontal": "Horizontal",
1310
1440
  "offset": "Offset",
1311
1441
  "offsetPx": "Offset (px)",
1442
+ "position": "Position",
1312
1443
  "relativeOptions": {
1313
1444
  "character": "Character",
1314
1445
  "column": "Column",
@@ -1329,12 +1460,17 @@ const CATALOGS = {
1329
1460
  "dashed": "Dashed",
1330
1461
  "dotted": "Dotted",
1331
1462
  "double": "Double",
1463
+ "groove": "Groove",
1464
+ "inset": "Inset",
1465
+ "outset": "Outset",
1466
+ "ridge": "Ridge",
1332
1467
  "solid": "Solid"
1333
1468
  },
1334
1469
  "color": "Color",
1335
1470
  "dimensions": "Dimensions",
1336
1471
  "heightLabel": "Height",
1337
1472
  "lockAspectRatio": "Lock aspect ratio",
1473
+ "preview": "Preview",
1338
1474
  "style": "Style",
1339
1475
  "textWrapping": "Text wrapping",
1340
1476
  "title": "Image Properties",
@@ -1349,6 +1485,11 @@ const CATALOGS = {
1349
1485
  "wrapRight": "Wrap right"
1350
1486
  }
1351
1487
  },
1488
+ "insertImage": {
1489
+ "altText": "Alt text",
1490
+ "imageFile": "Image file",
1491
+ "title": "Insert Image"
1492
+ },
1352
1493
  "insertSymbol": {
1353
1494
  "categories": {
1354
1495
  "arrows": "Arrows",
@@ -1365,18 +1506,19 @@ const CATALOGS = {
1365
1506
  "title": "Insert symbol"
1366
1507
  },
1367
1508
  "insertTable": {
1368
- "autofit": "Autofit",
1509
+ "autofit": "Autofit to contents",
1369
1510
  "columnWidthLabel": "Column width",
1370
1511
  "columnsLabel": "Columns",
1371
1512
  "fixedWidth": "Fixed width",
1372
1513
  "hoverToSelect": "Hover to select table size",
1373
1514
  "insertButton": "Insert",
1374
1515
  "orSpecifySize": "Or specify size",
1516
+ "plainTable": "Plain table",
1375
1517
  "rowsLabel": "Rows",
1376
1518
  "sizeSelector": "Table size selector",
1377
1519
  "style": "Style",
1378
1520
  "tableSize": "{cols} × {rows} table",
1379
- "title": "Insert table",
1521
+ "title": "Insert Table",
1380
1522
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
1381
1523
  },
1382
1524
  "pageSetup": {
@@ -1400,7 +1542,17 @@ const CATALOGS = {
1400
1542
  "right": "Right",
1401
1543
  "sizeLabel": "Size",
1402
1544
  "title": "Page Setup",
1403
- "top": "Top"
1545
+ "top": "Top",
1546
+ "unitInches": "in"
1547
+ },
1548
+ "pasteSpecial": {
1549
+ "pasteMode": "Paste mode",
1550
+ "title": "Paste Special"
1551
+ },
1552
+ "splitCell": {
1553
+ "mergeBeforeSplit": "Merge selected cells before splitting",
1554
+ "splitButton": "Split",
1555
+ "title": "Split Cell"
1404
1556
  },
1405
1557
  "tableProperties": {
1406
1558
  "alignOptions": {
@@ -1421,6 +1573,23 @@ const CATALOGS = {
1421
1573
  "fixed": "Fixed (twips)",
1422
1574
  "percentage": "Percentage"
1423
1575
  }
1576
+ },
1577
+ "watermark": {
1578
+ "color": "Color",
1579
+ "diagonal": "Diagonal",
1580
+ "font": "Font",
1581
+ "imageRelationshipId": "Header image relationship id",
1582
+ "imageTarget": "Image target",
1583
+ "noWatermark": "No watermark",
1584
+ "opacity": "Opacity",
1585
+ "pictureWatermark": "Picture watermark",
1586
+ "scale": "Scale",
1587
+ "targetIsExternalUrl": "Target is an external URL",
1588
+ "text": "Text",
1589
+ "textWatermark": "Text watermark",
1590
+ "title": "Watermark",
1591
+ "type": "Type",
1592
+ "washout": "Washout"
1424
1593
  }
1425
1594
  },
1426
1595
  "discardChanges": "Abandonner",
@@ -1494,6 +1663,17 @@ const CATALOGS = {
1494
1663
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
1495
1664
  },
1496
1665
  "formattingToolbar": "Barre d’outils de mise en forme",
1666
+ "headerFooter": {
1667
+ "closeFooterEditing": "Close footer editing",
1668
+ "closeHeaderEditing": "Close header editing",
1669
+ "footer": "Footer",
1670
+ "header": "Header",
1671
+ "insertPageCount": "Insert total page count",
1672
+ "insertPageNumber": "Insert current page number",
1673
+ "options": "Options",
1674
+ "removeFooter": "Remove footer",
1675
+ "removeHeader": "Remove header"
1676
+ },
1497
1677
  "hideDetails": "Masquer les détails",
1498
1678
  "historyGroup": "Historique",
1499
1679
  "imageOverlay": {
@@ -1555,6 +1735,7 @@ const CATALOGS = {
1555
1735
  },
1556
1736
  "listFormatting": "Mise en forme des listes",
1557
1737
  "listsGroup": "Listes",
1738
+ "loadDocumentFailedTitle": "Failed to Load Document",
1558
1739
  "loadingDocument": "Chargement du document...",
1559
1740
  "loadingEditor": "Chargement de l’éditeur...",
1560
1741
  "lockFile": "Verrouiller le fichier",
@@ -1567,8 +1748,10 @@ const CATALOGS = {
1567
1748
  "moreFormatting": "Plus de mise en forme",
1568
1749
  "networkError": "Erreur réseau. Vérifiez votre connexion Internet et réessayez.",
1569
1750
  "nextChange": "Modification suivante",
1751
+ "noDocumentLoaded": "No document loaded",
1570
1752
  "numberedList": "Liste numérotée",
1571
1753
  "parseError": "Le document n’a pas pu être analysé. Il est peut-être corrompu ou dans un format non pris en charge.",
1754
+ "parseErrorTitle": "Unable to Parse Document",
1572
1755
  "paste": "Coller",
1573
1756
  "pasteUnformatted": "Coller sans mise en forme",
1574
1757
  "previousChange": "Modification précédente",
@@ -1726,7 +1909,10 @@ const CATALOGS = {
1726
1909
  "unsupportedDocxEditDescription": "Ce fichier DOCX contient des structures que Folio ne peut pas réécrire sans risque. Pour éviter de corrompre le fichier, téléchargez-le et modifiez-le dans Word.",
1727
1910
  "unsupportedDocxEditTitle": "Modification bloquée",
1728
1911
  "viewGroup": "Affichage",
1729
- "viewer": { "pageIndicator": "Page {current} of {total}" },
1912
+ "viewer": {
1913
+ "pageIndicator": "Page {current} of {total}",
1914
+ "pageOfTotal": "{current} of {total}"
1915
+ },
1730
1916
  "zoom": {
1731
1917
  "zoomIn": "Zoom in",
1732
1918
  "zoomLevel": "Zoom level",
@@ -1769,6 +1955,7 @@ const CATALOGS = {
1769
1955
  "red": "Red",
1770
1956
  "yellow": "Yellow"
1771
1957
  },
1958
+ "custom": "Custom",
1772
1959
  "customColor": "Custom Color",
1773
1960
  "noColor": "No color",
1774
1961
  "standardColors": "Standard Colors",
@@ -1793,6 +1980,7 @@ const CATALOGS = {
1793
1980
  "closeDialog": "Close",
1794
1981
  "insert": "Insert",
1795
1982
  "px": "px",
1983
+ "remove": "Remove",
1796
1984
  "update": "Update"
1797
1985
  },
1798
1986
  "contentControlDateAriaLabel": "Elegir una fecha",
@@ -1856,13 +2044,16 @@ const CATALOGS = {
1856
2044
  "title": "Footnote & Endnote Properties"
1857
2045
  },
1858
2046
  "hyperlink": {
2047
+ "addressLabel": "Address",
1859
2048
  "bookmarkLabel": "Bookmark",
1860
2049
  "bookmarkPlaceholder": "Select a bookmark",
1861
2050
  "displayTextHint": "Defaults to the selected text",
1862
2051
  "displayTextLabel": "Display text",
1863
2052
  "displayTextPlaceholder": "Text to display",
1864
2053
  "invalidUrl": "Enter a valid URL",
2054
+ "linkTo": "Link to",
1865
2055
  "removeLink": "Remove link",
2056
+ "screenTipLabel": "Screen tip",
1866
2057
  "tabBookmark": "Bookmark",
1867
2058
  "tabWebAddress": "Web address",
1868
2059
  "titleEdit": "Edit hyperlink",
@@ -1884,9 +2075,11 @@ const CATALOGS = {
1884
2075
  "top": "Top"
1885
2076
  },
1886
2077
  "alignment": "Alignment",
2078
+ "distanceFromText": "Distance from text (px)",
1887
2079
  "horizontal": "Horizontal",
1888
2080
  "offset": "Offset",
1889
2081
  "offsetPx": "Offset (px)",
2082
+ "position": "Position",
1890
2083
  "relativeOptions": {
1891
2084
  "character": "Character",
1892
2085
  "column": "Column",
@@ -1907,12 +2100,17 @@ const CATALOGS = {
1907
2100
  "dashed": "Dashed",
1908
2101
  "dotted": "Dotted",
1909
2102
  "double": "Double",
2103
+ "groove": "Groove",
2104
+ "inset": "Inset",
2105
+ "outset": "Outset",
2106
+ "ridge": "Ridge",
1910
2107
  "solid": "Solid"
1911
2108
  },
1912
2109
  "color": "Color",
1913
2110
  "dimensions": "Dimensions",
1914
2111
  "heightLabel": "Height",
1915
2112
  "lockAspectRatio": "Lock aspect ratio",
2113
+ "preview": "Preview",
1916
2114
  "style": "Style",
1917
2115
  "textWrapping": "Text wrapping",
1918
2116
  "title": "Image Properties",
@@ -1927,6 +2125,11 @@ const CATALOGS = {
1927
2125
  "wrapRight": "Wrap right"
1928
2126
  }
1929
2127
  },
2128
+ "insertImage": {
2129
+ "altText": "Alt text",
2130
+ "imageFile": "Image file",
2131
+ "title": "Insert Image"
2132
+ },
1930
2133
  "insertSymbol": {
1931
2134
  "categories": {
1932
2135
  "arrows": "Arrows",
@@ -1943,18 +2146,19 @@ const CATALOGS = {
1943
2146
  "title": "Insert symbol"
1944
2147
  },
1945
2148
  "insertTable": {
1946
- "autofit": "Autofit",
2149
+ "autofit": "Autofit to contents",
1947
2150
  "columnWidthLabel": "Column width",
1948
2151
  "columnsLabel": "Columns",
1949
2152
  "fixedWidth": "Fixed width",
1950
2153
  "hoverToSelect": "Hover to select table size",
1951
2154
  "insertButton": "Insert",
1952
2155
  "orSpecifySize": "Or specify size",
2156
+ "plainTable": "Plain table",
1953
2157
  "rowsLabel": "Rows",
1954
2158
  "sizeSelector": "Table size selector",
1955
2159
  "style": "Style",
1956
2160
  "tableSize": "{cols} × {rows} table",
1957
- "title": "Insert table",
2161
+ "title": "Insert Table",
1958
2162
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
1959
2163
  },
1960
2164
  "pageSetup": {
@@ -1978,7 +2182,17 @@ const CATALOGS = {
1978
2182
  "right": "Right",
1979
2183
  "sizeLabel": "Size",
1980
2184
  "title": "Page Setup",
1981
- "top": "Top"
2185
+ "top": "Top",
2186
+ "unitInches": "in"
2187
+ },
2188
+ "pasteSpecial": {
2189
+ "pasteMode": "Paste mode",
2190
+ "title": "Paste Special"
2191
+ },
2192
+ "splitCell": {
2193
+ "mergeBeforeSplit": "Merge selected cells before splitting",
2194
+ "splitButton": "Split",
2195
+ "title": "Split Cell"
1982
2196
  },
1983
2197
  "tableProperties": {
1984
2198
  "alignOptions": {
@@ -1999,6 +2213,23 @@ const CATALOGS = {
1999
2213
  "fixed": "Fixed (twips)",
2000
2214
  "percentage": "Percentage"
2001
2215
  }
2216
+ },
2217
+ "watermark": {
2218
+ "color": "Color",
2219
+ "diagonal": "Diagonal",
2220
+ "font": "Font",
2221
+ "imageRelationshipId": "Header image relationship id",
2222
+ "imageTarget": "Image target",
2223
+ "noWatermark": "No watermark",
2224
+ "opacity": "Opacity",
2225
+ "pictureWatermark": "Picture watermark",
2226
+ "scale": "Scale",
2227
+ "targetIsExternalUrl": "Target is an external URL",
2228
+ "text": "Text",
2229
+ "textWatermark": "Text watermark",
2230
+ "title": "Watermark",
2231
+ "type": "Type",
2232
+ "washout": "Washout"
2002
2233
  }
2003
2234
  },
2004
2235
  "discardChanges": "Descartar",
@@ -2072,6 +2303,17 @@ const CATALOGS = {
2072
2303
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
2073
2304
  },
2074
2305
  "formattingToolbar": "Barra de formato",
2306
+ "headerFooter": {
2307
+ "closeFooterEditing": "Close footer editing",
2308
+ "closeHeaderEditing": "Close header editing",
2309
+ "footer": "Footer",
2310
+ "header": "Header",
2311
+ "insertPageCount": "Insert total page count",
2312
+ "insertPageNumber": "Insert current page number",
2313
+ "options": "Options",
2314
+ "removeFooter": "Remove footer",
2315
+ "removeHeader": "Remove header"
2316
+ },
2075
2317
  "hideDetails": "Ocultar detalles",
2076
2318
  "historyGroup": "Historial",
2077
2319
  "imageOverlay": {
@@ -2133,6 +2375,7 @@ const CATALOGS = {
2133
2375
  },
2134
2376
  "listFormatting": "Formato de lista",
2135
2377
  "listsGroup": "Listas",
2378
+ "loadDocumentFailedTitle": "Failed to Load Document",
2136
2379
  "loadingDocument": "Cargando el documento…",
2137
2380
  "loadingEditor": "Cargando editor...",
2138
2381
  "lockFile": "Bloquear archivo",
@@ -2145,8 +2388,10 @@ const CATALOGS = {
2145
2388
  "moreFormatting": "Más formato",
2146
2389
  "networkError": "Error de red. Comprueba tu conexión a internet y vuelve a intentarlo.",
2147
2390
  "nextChange": "Cambio siguiente",
2391
+ "noDocumentLoaded": "No document loaded",
2148
2392
  "numberedList": "Lista numerada",
2149
2393
  "parseError": "No se pudo analizar el documento. Puede que esté dañado o en un formato no compatible.",
2394
+ "parseErrorTitle": "Unable to Parse Document",
2150
2395
  "paste": "Pegar",
2151
2396
  "pasteUnformatted": "Pegar sin formato",
2152
2397
  "previousChange": "Cambio anterior",
@@ -2304,7 +2549,10 @@ const CATALOGS = {
2304
2549
  "unsupportedDocxEditDescription": "Este DOCX contiene estructuras que Folio no puede reescribir de forma segura. Para no dañar el archivo, descárgalo y edítalo en Word.",
2305
2550
  "unsupportedDocxEditTitle": "Edición bloqueada",
2306
2551
  "viewGroup": "Vista",
2307
- "viewer": { "pageIndicator": "Page {current} of {total}" },
2552
+ "viewer": {
2553
+ "pageIndicator": "Page {current} of {total}",
2554
+ "pageOfTotal": "{current} of {total}"
2555
+ },
2308
2556
  "zoom": {
2309
2557
  "zoomIn": "Zoom in",
2310
2558
  "zoomLevel": "Zoom level",
@@ -2347,6 +2595,7 @@ const CATALOGS = {
2347
2595
  "red": "Red",
2348
2596
  "yellow": "Yellow"
2349
2597
  },
2598
+ "custom": "Custom",
2350
2599
  "customColor": "Custom Color",
2351
2600
  "noColor": "No color",
2352
2601
  "standardColors": "Standard Colors",
@@ -2371,6 +2620,7 @@ const CATALOGS = {
2371
2620
  "closeDialog": "Close",
2372
2621
  "insert": "Insert",
2373
2622
  "px": "px",
2623
+ "remove": "Remove",
2374
2624
  "update": "Update"
2375
2625
  },
2376
2626
  "contentControlDateAriaLabel": "Vyberte datum",
@@ -2434,13 +2684,16 @@ const CATALOGS = {
2434
2684
  "title": "Footnote & Endnote Properties"
2435
2685
  },
2436
2686
  "hyperlink": {
2687
+ "addressLabel": "Address",
2437
2688
  "bookmarkLabel": "Bookmark",
2438
2689
  "bookmarkPlaceholder": "Select a bookmark",
2439
2690
  "displayTextHint": "Defaults to the selected text",
2440
2691
  "displayTextLabel": "Display text",
2441
2692
  "displayTextPlaceholder": "Text to display",
2442
2693
  "invalidUrl": "Enter a valid URL",
2694
+ "linkTo": "Link to",
2443
2695
  "removeLink": "Remove link",
2696
+ "screenTipLabel": "Screen tip",
2444
2697
  "tabBookmark": "Bookmark",
2445
2698
  "tabWebAddress": "Web address",
2446
2699
  "titleEdit": "Edit hyperlink",
@@ -2462,9 +2715,11 @@ const CATALOGS = {
2462
2715
  "top": "Top"
2463
2716
  },
2464
2717
  "alignment": "Alignment",
2718
+ "distanceFromText": "Distance from text (px)",
2465
2719
  "horizontal": "Horizontal",
2466
2720
  "offset": "Offset",
2467
2721
  "offsetPx": "Offset (px)",
2722
+ "position": "Position",
2468
2723
  "relativeOptions": {
2469
2724
  "character": "Character",
2470
2725
  "column": "Column",
@@ -2485,12 +2740,17 @@ const CATALOGS = {
2485
2740
  "dashed": "Dashed",
2486
2741
  "dotted": "Dotted",
2487
2742
  "double": "Double",
2743
+ "groove": "Groove",
2744
+ "inset": "Inset",
2745
+ "outset": "Outset",
2746
+ "ridge": "Ridge",
2488
2747
  "solid": "Solid"
2489
2748
  },
2490
2749
  "color": "Color",
2491
2750
  "dimensions": "Dimensions",
2492
2751
  "heightLabel": "Height",
2493
2752
  "lockAspectRatio": "Lock aspect ratio",
2753
+ "preview": "Preview",
2494
2754
  "style": "Style",
2495
2755
  "textWrapping": "Text wrapping",
2496
2756
  "title": "Image Properties",
@@ -2505,6 +2765,11 @@ const CATALOGS = {
2505
2765
  "wrapRight": "Wrap right"
2506
2766
  }
2507
2767
  },
2768
+ "insertImage": {
2769
+ "altText": "Alt text",
2770
+ "imageFile": "Image file",
2771
+ "title": "Insert Image"
2772
+ },
2508
2773
  "insertSymbol": {
2509
2774
  "categories": {
2510
2775
  "arrows": "Arrows",
@@ -2521,18 +2786,19 @@ const CATALOGS = {
2521
2786
  "title": "Insert symbol"
2522
2787
  },
2523
2788
  "insertTable": {
2524
- "autofit": "Autofit",
2789
+ "autofit": "Autofit to contents",
2525
2790
  "columnWidthLabel": "Column width",
2526
2791
  "columnsLabel": "Columns",
2527
2792
  "fixedWidth": "Fixed width",
2528
2793
  "hoverToSelect": "Hover to select table size",
2529
2794
  "insertButton": "Insert",
2530
2795
  "orSpecifySize": "Or specify size",
2796
+ "plainTable": "Plain table",
2531
2797
  "rowsLabel": "Rows",
2532
2798
  "sizeSelector": "Table size selector",
2533
2799
  "style": "Style",
2534
2800
  "tableSize": "{cols} × {rows} table",
2535
- "title": "Insert table",
2801
+ "title": "Insert Table",
2536
2802
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
2537
2803
  },
2538
2804
  "pageSetup": {
@@ -2556,7 +2822,17 @@ const CATALOGS = {
2556
2822
  "right": "Right",
2557
2823
  "sizeLabel": "Size",
2558
2824
  "title": "Page Setup",
2559
- "top": "Top"
2825
+ "top": "Top",
2826
+ "unitInches": "in"
2827
+ },
2828
+ "pasteSpecial": {
2829
+ "pasteMode": "Paste mode",
2830
+ "title": "Paste Special"
2831
+ },
2832
+ "splitCell": {
2833
+ "mergeBeforeSplit": "Merge selected cells before splitting",
2834
+ "splitButton": "Split",
2835
+ "title": "Split Cell"
2560
2836
  },
2561
2837
  "tableProperties": {
2562
2838
  "alignOptions": {
@@ -2577,6 +2853,23 @@ const CATALOGS = {
2577
2853
  "fixed": "Fixed (twips)",
2578
2854
  "percentage": "Percentage"
2579
2855
  }
2856
+ },
2857
+ "watermark": {
2858
+ "color": "Color",
2859
+ "diagonal": "Diagonal",
2860
+ "font": "Font",
2861
+ "imageRelationshipId": "Header image relationship id",
2862
+ "imageTarget": "Image target",
2863
+ "noWatermark": "No watermark",
2864
+ "opacity": "Opacity",
2865
+ "pictureWatermark": "Picture watermark",
2866
+ "scale": "Scale",
2867
+ "targetIsExternalUrl": "Target is an external URL",
2868
+ "text": "Text",
2869
+ "textWatermark": "Text watermark",
2870
+ "title": "Watermark",
2871
+ "type": "Type",
2872
+ "washout": "Washout"
2580
2873
  }
2581
2874
  },
2582
2875
  "discardChanges": "Zahodit",
@@ -2650,6 +2943,17 @@ const CATALOGS = {
2650
2943
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
2651
2944
  },
2652
2945
  "formattingToolbar": "Panel formátování",
2946
+ "headerFooter": {
2947
+ "closeFooterEditing": "Close footer editing",
2948
+ "closeHeaderEditing": "Close header editing",
2949
+ "footer": "Footer",
2950
+ "header": "Header",
2951
+ "insertPageCount": "Insert total page count",
2952
+ "insertPageNumber": "Insert current page number",
2953
+ "options": "Options",
2954
+ "removeFooter": "Remove footer",
2955
+ "removeHeader": "Remove header"
2956
+ },
2653
2957
  "hideDetails": "Skrýt podrobnosti",
2654
2958
  "historyGroup": "Historie",
2655
2959
  "imageOverlay": {
@@ -2711,6 +3015,7 @@ const CATALOGS = {
2711
3015
  },
2712
3016
  "listFormatting": "Formátování seznamu",
2713
3017
  "listsGroup": "Seznamy",
3018
+ "loadDocumentFailedTitle": "Failed to Load Document",
2714
3019
  "loadingDocument": "Načítání dokumentu…",
2715
3020
  "loadingEditor": "Načítání editoru...",
2716
3021
  "lockFile": "Zamknout soubor",
@@ -2723,8 +3028,10 @@ const CATALOGS = {
2723
3028
  "moreFormatting": "Další formátování",
2724
3029
  "networkError": "Chyba sítě. Zkontrolujte připojení k internetu a zkuste to znovu.",
2725
3030
  "nextChange": "Následující změna",
3031
+ "noDocumentLoaded": "No document loaded",
2726
3032
  "numberedList": "Číslovaný seznam",
2727
3033
  "parseError": "Dokument se nepodařilo zpracovat. Může být poškozen nebo v nepodporovaném formátu.",
3034
+ "parseErrorTitle": "Unable to Parse Document",
2728
3035
  "paste": "Vložit",
2729
3036
  "pasteUnformatted": "Vložit bez formátování",
2730
3037
  "previousChange": "Předchozí změna",
@@ -2882,7 +3189,10 @@ const CATALOGS = {
2882
3189
  "unsupportedDocxEditDescription": "Tento DOCX obsahuje struktury, které Folio neumí bezpečně přepsat. Aby se soubor nepoškodil, stáhněte ho a upravte ve Wordu.",
2883
3190
  "unsupportedDocxEditTitle": "Úpravy zablokovány",
2884
3191
  "viewGroup": "Zobrazení",
2885
- "viewer": { "pageIndicator": "Page {current} of {total}" },
3192
+ "viewer": {
3193
+ "pageIndicator": "Page {current} of {total}",
3194
+ "pageOfTotal": "{current} of {total}"
3195
+ },
2886
3196
  "zoom": {
2887
3197
  "zoomIn": "Zoom in",
2888
3198
  "zoomLevel": "Zoom level",
@@ -2925,6 +3235,7 @@ const CATALOGS = {
2925
3235
  "red": "Red",
2926
3236
  "yellow": "Yellow"
2927
3237
  },
3238
+ "custom": "Custom",
2928
3239
  "customColor": "Custom Color",
2929
3240
  "noColor": "No color",
2930
3241
  "standardColors": "Standard Colors",
@@ -2949,6 +3260,7 @@ const CATALOGS = {
2949
3260
  "closeDialog": "Close",
2950
3261
  "insert": "Insert",
2951
3262
  "px": "px",
3263
+ "remove": "Remove",
2952
3264
  "update": "Update"
2953
3265
  },
2954
3266
  "contentControlDateAriaLabel": "اختر تاريخًا",
@@ -3012,13 +3324,16 @@ const CATALOGS = {
3012
3324
  "title": "Footnote & Endnote Properties"
3013
3325
  },
3014
3326
  "hyperlink": {
3327
+ "addressLabel": "Address",
3015
3328
  "bookmarkLabel": "Bookmark",
3016
3329
  "bookmarkPlaceholder": "Select a bookmark",
3017
3330
  "displayTextHint": "Defaults to the selected text",
3018
3331
  "displayTextLabel": "Display text",
3019
3332
  "displayTextPlaceholder": "Text to display",
3020
3333
  "invalidUrl": "Enter a valid URL",
3334
+ "linkTo": "Link to",
3021
3335
  "removeLink": "Remove link",
3336
+ "screenTipLabel": "Screen tip",
3022
3337
  "tabBookmark": "Bookmark",
3023
3338
  "tabWebAddress": "Web address",
3024
3339
  "titleEdit": "Edit hyperlink",
@@ -3040,9 +3355,11 @@ const CATALOGS = {
3040
3355
  "top": "Top"
3041
3356
  },
3042
3357
  "alignment": "Alignment",
3358
+ "distanceFromText": "Distance from text (px)",
3043
3359
  "horizontal": "Horizontal",
3044
3360
  "offset": "Offset",
3045
3361
  "offsetPx": "Offset (px)",
3362
+ "position": "Position",
3046
3363
  "relativeOptions": {
3047
3364
  "character": "Character",
3048
3365
  "column": "Column",
@@ -3063,12 +3380,17 @@ const CATALOGS = {
3063
3380
  "dashed": "Dashed",
3064
3381
  "dotted": "Dotted",
3065
3382
  "double": "Double",
3383
+ "groove": "Groove",
3384
+ "inset": "Inset",
3385
+ "outset": "Outset",
3386
+ "ridge": "Ridge",
3066
3387
  "solid": "Solid"
3067
3388
  },
3068
3389
  "color": "Color",
3069
3390
  "dimensions": "Dimensions",
3070
3391
  "heightLabel": "Height",
3071
3392
  "lockAspectRatio": "Lock aspect ratio",
3393
+ "preview": "Preview",
3072
3394
  "style": "Style",
3073
3395
  "textWrapping": "Text wrapping",
3074
3396
  "title": "Image Properties",
@@ -3083,6 +3405,11 @@ const CATALOGS = {
3083
3405
  "wrapRight": "Wrap right"
3084
3406
  }
3085
3407
  },
3408
+ "insertImage": {
3409
+ "altText": "Alt text",
3410
+ "imageFile": "Image file",
3411
+ "title": "Insert Image"
3412
+ },
3086
3413
  "insertSymbol": {
3087
3414
  "categories": {
3088
3415
  "arrows": "Arrows",
@@ -3099,18 +3426,19 @@ const CATALOGS = {
3099
3426
  "title": "Insert symbol"
3100
3427
  },
3101
3428
  "insertTable": {
3102
- "autofit": "Autofit",
3429
+ "autofit": "Autofit to contents",
3103
3430
  "columnWidthLabel": "Column width",
3104
3431
  "columnsLabel": "Columns",
3105
3432
  "fixedWidth": "Fixed width",
3106
3433
  "hoverToSelect": "Hover to select table size",
3107
3434
  "insertButton": "Insert",
3108
3435
  "orSpecifySize": "Or specify size",
3436
+ "plainTable": "Plain table",
3109
3437
  "rowsLabel": "Rows",
3110
3438
  "sizeSelector": "Table size selector",
3111
3439
  "style": "Style",
3112
3440
  "tableSize": "{cols} × {rows} table",
3113
- "title": "Insert table",
3441
+ "title": "Insert Table",
3114
3442
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
3115
3443
  },
3116
3444
  "pageSetup": {
@@ -3134,7 +3462,17 @@ const CATALOGS = {
3134
3462
  "right": "Right",
3135
3463
  "sizeLabel": "Size",
3136
3464
  "title": "Page Setup",
3137
- "top": "Top"
3465
+ "top": "Top",
3466
+ "unitInches": "in"
3467
+ },
3468
+ "pasteSpecial": {
3469
+ "pasteMode": "Paste mode",
3470
+ "title": "Paste Special"
3471
+ },
3472
+ "splitCell": {
3473
+ "mergeBeforeSplit": "Merge selected cells before splitting",
3474
+ "splitButton": "Split",
3475
+ "title": "Split Cell"
3138
3476
  },
3139
3477
  "tableProperties": {
3140
3478
  "alignOptions": {
@@ -3155,6 +3493,23 @@ const CATALOGS = {
3155
3493
  "fixed": "Fixed (twips)",
3156
3494
  "percentage": "Percentage"
3157
3495
  }
3496
+ },
3497
+ "watermark": {
3498
+ "color": "Color",
3499
+ "diagonal": "Diagonal",
3500
+ "font": "Font",
3501
+ "imageRelationshipId": "Header image relationship id",
3502
+ "imageTarget": "Image target",
3503
+ "noWatermark": "No watermark",
3504
+ "opacity": "Opacity",
3505
+ "pictureWatermark": "Picture watermark",
3506
+ "scale": "Scale",
3507
+ "targetIsExternalUrl": "Target is an external URL",
3508
+ "text": "Text",
3509
+ "textWatermark": "Text watermark",
3510
+ "title": "Watermark",
3511
+ "type": "Type",
3512
+ "washout": "Washout"
3158
3513
  }
3159
3514
  },
3160
3515
  "discardChanges": "تجاهل",
@@ -3228,6 +3583,17 @@ const CATALOGS = {
3228
3583
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
3229
3584
  },
3230
3585
  "formattingToolbar": "شريط أدوات التنسيق",
3586
+ "headerFooter": {
3587
+ "closeFooterEditing": "Close footer editing",
3588
+ "closeHeaderEditing": "Close header editing",
3589
+ "footer": "Footer",
3590
+ "header": "Header",
3591
+ "insertPageCount": "Insert total page count",
3592
+ "insertPageNumber": "Insert current page number",
3593
+ "options": "Options",
3594
+ "removeFooter": "Remove footer",
3595
+ "removeHeader": "Remove header"
3596
+ },
3231
3597
  "hideDetails": "إخفاء التفاصيل",
3232
3598
  "historyGroup": "السجل",
3233
3599
  "imageOverlay": {
@@ -3289,6 +3655,7 @@ const CATALOGS = {
3289
3655
  },
3290
3656
  "listFormatting": "تنسيق القائمة",
3291
3657
  "listsGroup": "القوائم",
3658
+ "loadDocumentFailedTitle": "Failed to Load Document",
3292
3659
  "loadingDocument": "جارٍ تحميل المستند...",
3293
3660
  "loadingEditor": "جارٍ تحميل المحرر...",
3294
3661
  "lockFile": "قفل الملف",
@@ -3301,8 +3668,10 @@ const CATALOGS = {
3301
3668
  "moreFormatting": "المزيد من التنسيق",
3302
3669
  "networkError": "خطأ في الشبكة. يرجى التحقق من اتصالك بالإنترنت والمحاولة مرة أخرى.",
3303
3670
  "nextChange": "التغيير التالي",
3671
+ "noDocumentLoaded": "No document loaded",
3304
3672
  "numberedList": "قائمة مرقّمة",
3305
3673
  "parseError": "تعذّر تحليل المستند. قد يكون تالفًا أو بتنسيق غير مدعوم.",
3674
+ "parseErrorTitle": "Unable to Parse Document",
3306
3675
  "paste": "لصق",
3307
3676
  "pasteUnformatted": "لصق بدون تنسيق",
3308
3677
  "previousChange": "التغيير السابق",
@@ -3460,7 +3829,10 @@ const CATALOGS = {
3460
3829
  "unsupportedDocxEditDescription": "يحتوي ملف DOCX هذا على بِنى لا يستطيع Folio إعادة كتابتها بأمان. لتجنّب إتلاف الملف، نزّله وعدّله في Word.",
3461
3830
  "unsupportedDocxEditTitle": "التعديل محظور",
3462
3831
  "viewGroup": "عرض",
3463
- "viewer": { "pageIndicator": "Page {current} of {total}" },
3832
+ "viewer": {
3833
+ "pageIndicator": "Page {current} of {total}",
3834
+ "pageOfTotal": "{current} of {total}"
3835
+ },
3464
3836
  "zoom": {
3465
3837
  "zoomIn": "Zoom in",
3466
3838
  "zoomLevel": "Zoom level",
@@ -3503,6 +3875,7 @@ const CATALOGS = {
3503
3875
  "red": "Red",
3504
3876
  "yellow": "Yellow"
3505
3877
  },
3878
+ "custom": "Custom",
3506
3879
  "customColor": "Custom Color",
3507
3880
  "noColor": "No color",
3508
3881
  "standardColors": "Standard Colors",
@@ -3527,6 +3900,7 @@ const CATALOGS = {
3527
3900
  "closeDialog": "Close",
3528
3901
  "insert": "Insert",
3529
3902
  "px": "px",
3903
+ "remove": "Remove",
3530
3904
  "update": "Update"
3531
3905
  },
3532
3906
  "contentControlDateAriaLabel": "Vali kuupäev",
@@ -3590,13 +3964,16 @@ const CATALOGS = {
3590
3964
  "title": "Footnote & Endnote Properties"
3591
3965
  },
3592
3966
  "hyperlink": {
3967
+ "addressLabel": "Address",
3593
3968
  "bookmarkLabel": "Bookmark",
3594
3969
  "bookmarkPlaceholder": "Select a bookmark",
3595
3970
  "displayTextHint": "Defaults to the selected text",
3596
3971
  "displayTextLabel": "Display text",
3597
3972
  "displayTextPlaceholder": "Text to display",
3598
3973
  "invalidUrl": "Enter a valid URL",
3974
+ "linkTo": "Link to",
3599
3975
  "removeLink": "Remove link",
3976
+ "screenTipLabel": "Screen tip",
3600
3977
  "tabBookmark": "Bookmark",
3601
3978
  "tabWebAddress": "Web address",
3602
3979
  "titleEdit": "Edit hyperlink",
@@ -3618,9 +3995,11 @@ const CATALOGS = {
3618
3995
  "top": "Top"
3619
3996
  },
3620
3997
  "alignment": "Alignment",
3998
+ "distanceFromText": "Distance from text (px)",
3621
3999
  "horizontal": "Horizontal",
3622
4000
  "offset": "Offset",
3623
4001
  "offsetPx": "Offset (px)",
4002
+ "position": "Position",
3624
4003
  "relativeOptions": {
3625
4004
  "character": "Character",
3626
4005
  "column": "Column",
@@ -3641,12 +4020,17 @@ const CATALOGS = {
3641
4020
  "dashed": "Dashed",
3642
4021
  "dotted": "Dotted",
3643
4022
  "double": "Double",
4023
+ "groove": "Groove",
4024
+ "inset": "Inset",
4025
+ "outset": "Outset",
4026
+ "ridge": "Ridge",
3644
4027
  "solid": "Solid"
3645
4028
  },
3646
4029
  "color": "Color",
3647
4030
  "dimensions": "Dimensions",
3648
4031
  "heightLabel": "Height",
3649
4032
  "lockAspectRatio": "Lock aspect ratio",
4033
+ "preview": "Preview",
3650
4034
  "style": "Style",
3651
4035
  "textWrapping": "Text wrapping",
3652
4036
  "title": "Image Properties",
@@ -3661,6 +4045,11 @@ const CATALOGS = {
3661
4045
  "wrapRight": "Wrap right"
3662
4046
  }
3663
4047
  },
4048
+ "insertImage": {
4049
+ "altText": "Alt text",
4050
+ "imageFile": "Image file",
4051
+ "title": "Insert Image"
4052
+ },
3664
4053
  "insertSymbol": {
3665
4054
  "categories": {
3666
4055
  "arrows": "Arrows",
@@ -3677,18 +4066,19 @@ const CATALOGS = {
3677
4066
  "title": "Insert symbol"
3678
4067
  },
3679
4068
  "insertTable": {
3680
- "autofit": "Autofit",
4069
+ "autofit": "Autofit to contents",
3681
4070
  "columnWidthLabel": "Column width",
3682
4071
  "columnsLabel": "Columns",
3683
4072
  "fixedWidth": "Fixed width",
3684
4073
  "hoverToSelect": "Hover to select table size",
3685
4074
  "insertButton": "Insert",
3686
4075
  "orSpecifySize": "Or specify size",
4076
+ "plainTable": "Plain table",
3687
4077
  "rowsLabel": "Rows",
3688
4078
  "sizeSelector": "Table size selector",
3689
4079
  "style": "Style",
3690
4080
  "tableSize": "{cols} × {rows} table",
3691
- "title": "Insert table",
4081
+ "title": "Insert Table",
3692
4082
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
3693
4083
  },
3694
4084
  "pageSetup": {
@@ -3712,7 +4102,17 @@ const CATALOGS = {
3712
4102
  "right": "Right",
3713
4103
  "sizeLabel": "Size",
3714
4104
  "title": "Page Setup",
3715
- "top": "Top"
4105
+ "top": "Top",
4106
+ "unitInches": "in"
4107
+ },
4108
+ "pasteSpecial": {
4109
+ "pasteMode": "Paste mode",
4110
+ "title": "Paste Special"
4111
+ },
4112
+ "splitCell": {
4113
+ "mergeBeforeSplit": "Merge selected cells before splitting",
4114
+ "splitButton": "Split",
4115
+ "title": "Split Cell"
3716
4116
  },
3717
4117
  "tableProperties": {
3718
4118
  "alignOptions": {
@@ -3733,6 +4133,23 @@ const CATALOGS = {
3733
4133
  "fixed": "Fixed (twips)",
3734
4134
  "percentage": "Percentage"
3735
4135
  }
4136
+ },
4137
+ "watermark": {
4138
+ "color": "Color",
4139
+ "diagonal": "Diagonal",
4140
+ "font": "Font",
4141
+ "imageRelationshipId": "Header image relationship id",
4142
+ "imageTarget": "Image target",
4143
+ "noWatermark": "No watermark",
4144
+ "opacity": "Opacity",
4145
+ "pictureWatermark": "Picture watermark",
4146
+ "scale": "Scale",
4147
+ "targetIsExternalUrl": "Target is an external URL",
4148
+ "text": "Text",
4149
+ "textWatermark": "Text watermark",
4150
+ "title": "Watermark",
4151
+ "type": "Type",
4152
+ "washout": "Washout"
3736
4153
  }
3737
4154
  },
3738
4155
  "discardChanges": "Loobu",
@@ -3806,6 +4223,17 @@ const CATALOGS = {
3806
4223
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
3807
4224
  },
3808
4225
  "formattingToolbar": "Vormindusriba",
4226
+ "headerFooter": {
4227
+ "closeFooterEditing": "Close footer editing",
4228
+ "closeHeaderEditing": "Close header editing",
4229
+ "footer": "Footer",
4230
+ "header": "Header",
4231
+ "insertPageCount": "Insert total page count",
4232
+ "insertPageNumber": "Insert current page number",
4233
+ "options": "Options",
4234
+ "removeFooter": "Remove footer",
4235
+ "removeHeader": "Remove header"
4236
+ },
3809
4237
  "hideDetails": "Peida üksikasjad",
3810
4238
  "historyGroup": "Ajalugu",
3811
4239
  "imageOverlay": {
@@ -3867,6 +4295,7 @@ const CATALOGS = {
3867
4295
  },
3868
4296
  "listFormatting": "Loendi vormindus",
3869
4297
  "listsGroup": "Loendid",
4298
+ "loadDocumentFailedTitle": "Failed to Load Document",
3870
4299
  "loadingDocument": "Dokumendi laadimine...",
3871
4300
  "loadingEditor": "Redaktori laadimine...",
3872
4301
  "lockFile": "Lukusta fail",
@@ -3879,8 +4308,10 @@ const CATALOGS = {
3879
4308
  "moreFormatting": "Veel vormindust",
3880
4309
  "networkError": "Võrguviga. Kontrolli internetiühendust ja proovi uuesti.",
3881
4310
  "nextChange": "Järgmine muudatus",
4311
+ "noDocumentLoaded": "No document loaded",
3882
4312
  "numberedList": "Nummerdatud loend",
3883
4313
  "parseError": "Dokumenti ei õnnestunud sõeluda. See võib olla rikutud või toetamata vormingus.",
4314
+ "parseErrorTitle": "Unable to Parse Document",
3884
4315
  "paste": "Kleebi",
3885
4316
  "pasteUnformatted": "Kleebi vorminduseta",
3886
4317
  "previousChange": "Eelmine muudatus",
@@ -4038,7 +4469,10 @@ const CATALOGS = {
4038
4469
  "unsupportedDocxEditDescription": "See DOCX sisaldab struktuure, mida Folio ei suuda turvaliselt ümber kirjutada. Faili rikkumise vältimiseks laadi see alla ja muuda Wordis.",
4039
4470
  "unsupportedDocxEditTitle": "Muutmine on blokeeritud",
4040
4471
  "viewGroup": "Vaade",
4041
- "viewer": { "pageIndicator": "Page {current} of {total}" },
4472
+ "viewer": {
4473
+ "pageIndicator": "Page {current} of {total}",
4474
+ "pageOfTotal": "{current} of {total}"
4475
+ },
4042
4476
  "zoom": {
4043
4477
  "zoomIn": "Zoom in",
4044
4478
  "zoomLevel": "Zoom level",
@@ -4081,6 +4515,7 @@ const CATALOGS = {
4081
4515
  "red": "Red",
4082
4516
  "yellow": "Yellow"
4083
4517
  },
4518
+ "custom": "Custom",
4084
4519
  "customColor": "Custom Color",
4085
4520
  "noColor": "No color",
4086
4521
  "standardColors": "Standard Colors",
@@ -4105,6 +4540,7 @@ const CATALOGS = {
4105
4540
  "closeDialog": "Close",
4106
4541
  "insert": "Insert",
4107
4542
  "px": "px",
4543
+ "remove": "Remove",
4108
4544
  "update": "Update"
4109
4545
  },
4110
4546
  "contentControlDateAriaLabel": "Pick a date",
@@ -4168,13 +4604,16 @@ const CATALOGS = {
4168
4604
  "title": "Footnote & Endnote Properties"
4169
4605
  },
4170
4606
  "hyperlink": {
4607
+ "addressLabel": "Address",
4171
4608
  "bookmarkLabel": "Bookmark",
4172
4609
  "bookmarkPlaceholder": "Select a bookmark",
4173
4610
  "displayTextHint": "Defaults to the selected text",
4174
4611
  "displayTextLabel": "Display text",
4175
4612
  "displayTextPlaceholder": "Text to display",
4176
4613
  "invalidUrl": "Enter a valid URL",
4614
+ "linkTo": "Link to",
4177
4615
  "removeLink": "Remove link",
4616
+ "screenTipLabel": "Screen tip",
4178
4617
  "tabBookmark": "Bookmark",
4179
4618
  "tabWebAddress": "Web address",
4180
4619
  "titleEdit": "Edit hyperlink",
@@ -4196,9 +4635,11 @@ const CATALOGS = {
4196
4635
  "top": "Top"
4197
4636
  },
4198
4637
  "alignment": "Alignment",
4638
+ "distanceFromText": "Distance from text (px)",
4199
4639
  "horizontal": "Horizontal",
4200
4640
  "offset": "Offset",
4201
4641
  "offsetPx": "Offset (px)",
4642
+ "position": "Position",
4202
4643
  "relativeOptions": {
4203
4644
  "character": "Character",
4204
4645
  "column": "Column",
@@ -4219,12 +4660,17 @@ const CATALOGS = {
4219
4660
  "dashed": "Dashed",
4220
4661
  "dotted": "Dotted",
4221
4662
  "double": "Double",
4663
+ "groove": "Groove",
4664
+ "inset": "Inset",
4665
+ "outset": "Outset",
4666
+ "ridge": "Ridge",
4222
4667
  "solid": "Solid"
4223
4668
  },
4224
4669
  "color": "Color",
4225
4670
  "dimensions": "Dimensions",
4226
4671
  "heightLabel": "Height",
4227
4672
  "lockAspectRatio": "Lock aspect ratio",
4673
+ "preview": "Preview",
4228
4674
  "style": "Style",
4229
4675
  "textWrapping": "Text wrapping",
4230
4676
  "title": "Image Properties",
@@ -4239,6 +4685,11 @@ const CATALOGS = {
4239
4685
  "wrapRight": "Wrap right"
4240
4686
  }
4241
4687
  },
4688
+ "insertImage": {
4689
+ "altText": "Alt text",
4690
+ "imageFile": "Image file",
4691
+ "title": "Insert Image"
4692
+ },
4242
4693
  "insertSymbol": {
4243
4694
  "categories": {
4244
4695
  "arrows": "Arrows",
@@ -4255,18 +4706,19 @@ const CATALOGS = {
4255
4706
  "title": "Insert symbol"
4256
4707
  },
4257
4708
  "insertTable": {
4258
- "autofit": "Autofit",
4709
+ "autofit": "Autofit to contents",
4259
4710
  "columnWidthLabel": "Column width",
4260
4711
  "columnsLabel": "Columns",
4261
4712
  "fixedWidth": "Fixed width",
4262
4713
  "hoverToSelect": "Hover to select table size",
4263
4714
  "insertButton": "Insert",
4264
4715
  "orSpecifySize": "Or specify size",
4716
+ "plainTable": "Plain table",
4265
4717
  "rowsLabel": "Rows",
4266
4718
  "sizeSelector": "Table size selector",
4267
4719
  "style": "Style",
4268
4720
  "tableSize": "{cols} × {rows} table",
4269
- "title": "Insert table",
4721
+ "title": "Insert Table",
4270
4722
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
4271
4723
  },
4272
4724
  "pageSetup": {
@@ -4290,7 +4742,17 @@ const CATALOGS = {
4290
4742
  "right": "Right",
4291
4743
  "sizeLabel": "Size",
4292
4744
  "title": "Page Setup",
4293
- "top": "Top"
4745
+ "top": "Top",
4746
+ "unitInches": "in"
4747
+ },
4748
+ "pasteSpecial": {
4749
+ "pasteMode": "Paste mode",
4750
+ "title": "Paste Special"
4751
+ },
4752
+ "splitCell": {
4753
+ "mergeBeforeSplit": "Merge selected cells before splitting",
4754
+ "splitButton": "Split",
4755
+ "title": "Split Cell"
4294
4756
  },
4295
4757
  "tableProperties": {
4296
4758
  "alignOptions": {
@@ -4311,6 +4773,23 @@ const CATALOGS = {
4311
4773
  "fixed": "Fixed (twips)",
4312
4774
  "percentage": "Percentage"
4313
4775
  }
4776
+ },
4777
+ "watermark": {
4778
+ "color": "Color",
4779
+ "diagonal": "Diagonal",
4780
+ "font": "Font",
4781
+ "imageRelationshipId": "Header image relationship id",
4782
+ "imageTarget": "Image target",
4783
+ "noWatermark": "No watermark",
4784
+ "opacity": "Opacity",
4785
+ "pictureWatermark": "Picture watermark",
4786
+ "scale": "Scale",
4787
+ "targetIsExternalUrl": "Target is an external URL",
4788
+ "text": "Text",
4789
+ "textWatermark": "Text watermark",
4790
+ "title": "Watermark",
4791
+ "type": "Type",
4792
+ "washout": "Washout"
4314
4793
  }
4315
4794
  },
4316
4795
  "discardChanges": "Discard",
@@ -4384,6 +4863,17 @@ const CATALOGS = {
4384
4863
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
4385
4864
  },
4386
4865
  "formattingToolbar": "סרגל כלים לעיצוב",
4866
+ "headerFooter": {
4867
+ "closeFooterEditing": "Close footer editing",
4868
+ "closeHeaderEditing": "Close header editing",
4869
+ "footer": "Footer",
4870
+ "header": "Header",
4871
+ "insertPageCount": "Insert total page count",
4872
+ "insertPageNumber": "Insert current page number",
4873
+ "options": "Options",
4874
+ "removeFooter": "Remove footer",
4875
+ "removeHeader": "Remove header"
4876
+ },
4387
4877
  "hideDetails": "הסתר פרטים",
4388
4878
  "historyGroup": "היסטוריה",
4389
4879
  "imageOverlay": {
@@ -4445,6 +4935,7 @@ const CATALOGS = {
4445
4935
  },
4446
4936
  "listFormatting": "עיצוב רשימה",
4447
4937
  "listsGroup": "Lists",
4938
+ "loadDocumentFailedTitle": "Failed to Load Document",
4448
4939
  "loadingDocument": "טוען מסמך...",
4449
4940
  "loadingEditor": "Loading editor...",
4450
4941
  "lockFile": "Lock file",
@@ -4457,8 +4948,10 @@ const CATALOGS = {
4457
4948
  "moreFormatting": "More formatting",
4458
4949
  "networkError": "Network error. Please check your internet connection and try again.",
4459
4950
  "nextChange": "Next Change",
4951
+ "noDocumentLoaded": "No document loaded",
4460
4952
  "numberedList": "רשימה ממוספרת",
4461
4953
  "parseError": "The document could not be parsed. It may be corrupted or in an unsupported format.",
4954
+ "parseErrorTitle": "Unable to Parse Document",
4462
4955
  "paste": "הדבק",
4463
4956
  "pasteUnformatted": "הדבק ללא עיצוב",
4464
4957
  "previousChange": "Previous Change",
@@ -4616,7 +5109,10 @@ const CATALOGS = {
4616
5109
  "unsupportedDocxEditDescription": "This DOCX contains structures Folio cannot safely rewrite. To avoid corrupting the file, download it and edit it in Word.",
4617
5110
  "unsupportedDocxEditTitle": "Editing blocked",
4618
5111
  "viewGroup": "תצוגה",
4619
- "viewer": { "pageIndicator": "Page {current} of {total}" },
5112
+ "viewer": {
5113
+ "pageIndicator": "Page {current} of {total}",
5114
+ "pageOfTotal": "{current} of {total}"
5115
+ },
4620
5116
  "zoom": {
4621
5117
  "zoomIn": "Zoom in",
4622
5118
  "zoomLevel": "Zoom level",
@@ -4659,6 +5155,7 @@ const CATALOGS = {
4659
5155
  "red": "Red",
4660
5156
  "yellow": "Yellow"
4661
5157
  },
5158
+ "custom": "Custom",
4662
5159
  "customColor": "Custom Color",
4663
5160
  "noColor": "No color",
4664
5161
  "standardColors": "Standard Colors",
@@ -4683,6 +5180,7 @@ const CATALOGS = {
4683
5180
  "closeDialog": "Close",
4684
5181
  "insert": "Insert",
4685
5182
  "px": "px",
5183
+ "remove": "Remove",
4686
5184
  "update": "Update"
4687
5185
  },
4688
5186
  "contentControlDateAriaLabel": "Pick a date",
@@ -4746,13 +5244,16 @@ const CATALOGS = {
4746
5244
  "title": "Footnote & Endnote Properties"
4747
5245
  },
4748
5246
  "hyperlink": {
5247
+ "addressLabel": "Address",
4749
5248
  "bookmarkLabel": "Bookmark",
4750
5249
  "bookmarkPlaceholder": "Select a bookmark",
4751
5250
  "displayTextHint": "Defaults to the selected text",
4752
5251
  "displayTextLabel": "Display text",
4753
5252
  "displayTextPlaceholder": "Text to display",
4754
5253
  "invalidUrl": "Enter a valid URL",
5254
+ "linkTo": "Link to",
4755
5255
  "removeLink": "Remove link",
5256
+ "screenTipLabel": "Screen tip",
4756
5257
  "tabBookmark": "Bookmark",
4757
5258
  "tabWebAddress": "Web address",
4758
5259
  "titleEdit": "Edit hyperlink",
@@ -4774,9 +5275,11 @@ const CATALOGS = {
4774
5275
  "top": "Top"
4775
5276
  },
4776
5277
  "alignment": "Alignment",
5278
+ "distanceFromText": "Distance from text (px)",
4777
5279
  "horizontal": "Horizontal",
4778
5280
  "offset": "Offset",
4779
5281
  "offsetPx": "Offset (px)",
5282
+ "position": "Position",
4780
5283
  "relativeOptions": {
4781
5284
  "character": "Character",
4782
5285
  "column": "Column",
@@ -4797,12 +5300,17 @@ const CATALOGS = {
4797
5300
  "dashed": "Dashed",
4798
5301
  "dotted": "Dotted",
4799
5302
  "double": "Double",
5303
+ "groove": "Groove",
5304
+ "inset": "Inset",
5305
+ "outset": "Outset",
5306
+ "ridge": "Ridge",
4800
5307
  "solid": "Solid"
4801
5308
  },
4802
5309
  "color": "Color",
4803
5310
  "dimensions": "Dimensions",
4804
5311
  "heightLabel": "Height",
4805
5312
  "lockAspectRatio": "Lock aspect ratio",
5313
+ "preview": "Preview",
4806
5314
  "style": "Style",
4807
5315
  "textWrapping": "Text wrapping",
4808
5316
  "title": "Image Properties",
@@ -4817,6 +5325,11 @@ const CATALOGS = {
4817
5325
  "wrapRight": "Wrap right"
4818
5326
  }
4819
5327
  },
5328
+ "insertImage": {
5329
+ "altText": "Alt text",
5330
+ "imageFile": "Image file",
5331
+ "title": "Insert Image"
5332
+ },
4820
5333
  "insertSymbol": {
4821
5334
  "categories": {
4822
5335
  "arrows": "Arrows",
@@ -4833,18 +5346,19 @@ const CATALOGS = {
4833
5346
  "title": "Insert symbol"
4834
5347
  },
4835
5348
  "insertTable": {
4836
- "autofit": "Autofit",
5349
+ "autofit": "Autofit to contents",
4837
5350
  "columnWidthLabel": "Column width",
4838
5351
  "columnsLabel": "Columns",
4839
5352
  "fixedWidth": "Fixed width",
4840
5353
  "hoverToSelect": "Hover to select table size",
4841
5354
  "insertButton": "Insert",
4842
5355
  "orSpecifySize": "Or specify size",
5356
+ "plainTable": "Plain table",
4843
5357
  "rowsLabel": "Rows",
4844
5358
  "sizeSelector": "Table size selector",
4845
5359
  "style": "Style",
4846
5360
  "tableSize": "{cols} × {rows} table",
4847
- "title": "Insert table",
5361
+ "title": "Insert Table",
4848
5362
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
4849
5363
  },
4850
5364
  "pageSetup": {
@@ -4868,7 +5382,17 @@ const CATALOGS = {
4868
5382
  "right": "Right",
4869
5383
  "sizeLabel": "Size",
4870
5384
  "title": "Page Setup",
4871
- "top": "Top"
5385
+ "top": "Top",
5386
+ "unitInches": "in"
5387
+ },
5388
+ "pasteSpecial": {
5389
+ "pasteMode": "Paste mode",
5390
+ "title": "Paste Special"
5391
+ },
5392
+ "splitCell": {
5393
+ "mergeBeforeSplit": "Merge selected cells before splitting",
5394
+ "splitButton": "Split",
5395
+ "title": "Split Cell"
4872
5396
  },
4873
5397
  "tableProperties": {
4874
5398
  "alignOptions": {
@@ -4889,6 +5413,23 @@ const CATALOGS = {
4889
5413
  "fixed": "Fixed (twips)",
4890
5414
  "percentage": "Percentage"
4891
5415
  }
5416
+ },
5417
+ "watermark": {
5418
+ "color": "Color",
5419
+ "diagonal": "Diagonal",
5420
+ "font": "Font",
5421
+ "imageRelationshipId": "Header image relationship id",
5422
+ "imageTarget": "Image target",
5423
+ "noWatermark": "No watermark",
5424
+ "opacity": "Opacity",
5425
+ "pictureWatermark": "Picture watermark",
5426
+ "scale": "Scale",
5427
+ "targetIsExternalUrl": "Target is an external URL",
5428
+ "text": "Text",
5429
+ "textWatermark": "Text watermark",
5430
+ "title": "Watermark",
5431
+ "type": "Type",
5432
+ "washout": "Washout"
4892
5433
  }
4893
5434
  },
4894
5435
  "discardChanges": "Discard",
@@ -4962,6 +5503,17 @@ const CATALOGS = {
4962
5503
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
4963
5504
  },
4964
5505
  "formattingToolbar": "प्रारूपण टूलबार",
5506
+ "headerFooter": {
5507
+ "closeFooterEditing": "Close footer editing",
5508
+ "closeHeaderEditing": "Close header editing",
5509
+ "footer": "Footer",
5510
+ "header": "Header",
5511
+ "insertPageCount": "Insert total page count",
5512
+ "insertPageNumber": "Insert current page number",
5513
+ "options": "Options",
5514
+ "removeFooter": "Remove footer",
5515
+ "removeHeader": "Remove header"
5516
+ },
4965
5517
  "hideDetails": "विवरण छिपाएं",
4966
5518
  "historyGroup": "इतिहास",
4967
5519
  "imageOverlay": {
@@ -5023,6 +5575,7 @@ const CATALOGS = {
5023
5575
  },
5024
5576
  "listFormatting": "सूची प्रारूपण",
5025
5577
  "listsGroup": "Lists",
5578
+ "loadDocumentFailedTitle": "Failed to Load Document",
5026
5579
  "loadingDocument": "दस्तावेज़ लोड हो रहा है...",
5027
5580
  "loadingEditor": "Loading editor...",
5028
5581
  "lockFile": "Lock file",
@@ -5035,8 +5588,10 @@ const CATALOGS = {
5035
5588
  "moreFormatting": "More formatting",
5036
5589
  "networkError": "Network error. Please check your internet connection and try again.",
5037
5590
  "nextChange": "Next Change",
5591
+ "noDocumentLoaded": "No document loaded",
5038
5592
  "numberedList": "नंबर वाली सूची",
5039
5593
  "parseError": "The document could not be parsed. It may be corrupted or in an unsupported format.",
5594
+ "parseErrorTitle": "Unable to Parse Document",
5040
5595
  "paste": "पेस्ट करें",
5041
5596
  "pasteUnformatted": "बिना प्रारूपण के पेस्ट करें",
5042
5597
  "previousChange": "Previous Change",
@@ -5194,7 +5749,10 @@ const CATALOGS = {
5194
5749
  "unsupportedDocxEditDescription": "This DOCX contains structures Folio cannot safely rewrite. To avoid corrupting the file, download it and edit it in Word.",
5195
5750
  "unsupportedDocxEditTitle": "Editing blocked",
5196
5751
  "viewGroup": "देखें",
5197
- "viewer": { "pageIndicator": "Page {current} of {total}" },
5752
+ "viewer": {
5753
+ "pageIndicator": "Page {current} of {total}",
5754
+ "pageOfTotal": "{current} of {total}"
5755
+ },
5198
5756
  "zoom": {
5199
5757
  "zoomIn": "Zoom in",
5200
5758
  "zoomLevel": "Zoom level",
@@ -5237,6 +5795,7 @@ const CATALOGS = {
5237
5795
  "red": "Red",
5238
5796
  "yellow": "Yellow"
5239
5797
  },
5798
+ "custom": "Custom",
5240
5799
  "customColor": "Custom Color",
5241
5800
  "noColor": "No color",
5242
5801
  "standardColors": "Standard Colors",
@@ -5261,6 +5820,7 @@ const CATALOGS = {
5261
5820
  "closeDialog": "Close",
5262
5821
  "insert": "Insert",
5263
5822
  "px": "px",
5823
+ "remove": "Remove",
5264
5824
  "update": "Update"
5265
5825
  },
5266
5826
  "contentControlDateAriaLabel": "Dátum kiválasztása",
@@ -5324,13 +5884,16 @@ const CATALOGS = {
5324
5884
  "title": "Footnote & Endnote Properties"
5325
5885
  },
5326
5886
  "hyperlink": {
5887
+ "addressLabel": "Address",
5327
5888
  "bookmarkLabel": "Bookmark",
5328
5889
  "bookmarkPlaceholder": "Select a bookmark",
5329
5890
  "displayTextHint": "Defaults to the selected text",
5330
5891
  "displayTextLabel": "Display text",
5331
5892
  "displayTextPlaceholder": "Text to display",
5332
5893
  "invalidUrl": "Enter a valid URL",
5894
+ "linkTo": "Link to",
5333
5895
  "removeLink": "Remove link",
5896
+ "screenTipLabel": "Screen tip",
5334
5897
  "tabBookmark": "Bookmark",
5335
5898
  "tabWebAddress": "Web address",
5336
5899
  "titleEdit": "Edit hyperlink",
@@ -5352,9 +5915,11 @@ const CATALOGS = {
5352
5915
  "top": "Top"
5353
5916
  },
5354
5917
  "alignment": "Alignment",
5918
+ "distanceFromText": "Distance from text (px)",
5355
5919
  "horizontal": "Horizontal",
5356
5920
  "offset": "Offset",
5357
5921
  "offsetPx": "Offset (px)",
5922
+ "position": "Position",
5358
5923
  "relativeOptions": {
5359
5924
  "character": "Character",
5360
5925
  "column": "Column",
@@ -5375,12 +5940,17 @@ const CATALOGS = {
5375
5940
  "dashed": "Dashed",
5376
5941
  "dotted": "Dotted",
5377
5942
  "double": "Double",
5943
+ "groove": "Groove",
5944
+ "inset": "Inset",
5945
+ "outset": "Outset",
5946
+ "ridge": "Ridge",
5378
5947
  "solid": "Solid"
5379
5948
  },
5380
5949
  "color": "Color",
5381
5950
  "dimensions": "Dimensions",
5382
5951
  "heightLabel": "Height",
5383
5952
  "lockAspectRatio": "Lock aspect ratio",
5953
+ "preview": "Preview",
5384
5954
  "style": "Style",
5385
5955
  "textWrapping": "Text wrapping",
5386
5956
  "title": "Image Properties",
@@ -5395,6 +5965,11 @@ const CATALOGS = {
5395
5965
  "wrapRight": "Wrap right"
5396
5966
  }
5397
5967
  },
5968
+ "insertImage": {
5969
+ "altText": "Alt text",
5970
+ "imageFile": "Image file",
5971
+ "title": "Insert Image"
5972
+ },
5398
5973
  "insertSymbol": {
5399
5974
  "categories": {
5400
5975
  "arrows": "Arrows",
@@ -5411,18 +5986,19 @@ const CATALOGS = {
5411
5986
  "title": "Insert symbol"
5412
5987
  },
5413
5988
  "insertTable": {
5414
- "autofit": "Autofit",
5989
+ "autofit": "Autofit to contents",
5415
5990
  "columnWidthLabel": "Column width",
5416
5991
  "columnsLabel": "Columns",
5417
5992
  "fixedWidth": "Fixed width",
5418
5993
  "hoverToSelect": "Hover to select table size",
5419
5994
  "insertButton": "Insert",
5420
5995
  "orSpecifySize": "Or specify size",
5996
+ "plainTable": "Plain table",
5421
5997
  "rowsLabel": "Rows",
5422
5998
  "sizeSelector": "Table size selector",
5423
5999
  "style": "Style",
5424
6000
  "tableSize": "{cols} × {rows} table",
5425
- "title": "Insert table",
6001
+ "title": "Insert Table",
5426
6002
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
5427
6003
  },
5428
6004
  "pageSetup": {
@@ -5446,7 +6022,17 @@ const CATALOGS = {
5446
6022
  "right": "Right",
5447
6023
  "sizeLabel": "Size",
5448
6024
  "title": "Page Setup",
5449
- "top": "Top"
6025
+ "top": "Top",
6026
+ "unitInches": "in"
6027
+ },
6028
+ "pasteSpecial": {
6029
+ "pasteMode": "Paste mode",
6030
+ "title": "Paste Special"
6031
+ },
6032
+ "splitCell": {
6033
+ "mergeBeforeSplit": "Merge selected cells before splitting",
6034
+ "splitButton": "Split",
6035
+ "title": "Split Cell"
5450
6036
  },
5451
6037
  "tableProperties": {
5452
6038
  "alignOptions": {
@@ -5467,6 +6053,23 @@ const CATALOGS = {
5467
6053
  "fixed": "Fixed (twips)",
5468
6054
  "percentage": "Percentage"
5469
6055
  }
6056
+ },
6057
+ "watermark": {
6058
+ "color": "Color",
6059
+ "diagonal": "Diagonal",
6060
+ "font": "Font",
6061
+ "imageRelationshipId": "Header image relationship id",
6062
+ "imageTarget": "Image target",
6063
+ "noWatermark": "No watermark",
6064
+ "opacity": "Opacity",
6065
+ "pictureWatermark": "Picture watermark",
6066
+ "scale": "Scale",
6067
+ "targetIsExternalUrl": "Target is an external URL",
6068
+ "text": "Text",
6069
+ "textWatermark": "Text watermark",
6070
+ "title": "Watermark",
6071
+ "type": "Type",
6072
+ "washout": "Washout"
5470
6073
  }
5471
6074
  },
5472
6075
  "discardChanges": "Elvetés",
@@ -5540,6 +6143,17 @@ const CATALOGS = {
5540
6143
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
5541
6144
  },
5542
6145
  "formattingToolbar": "Formázási eszköztár",
6146
+ "headerFooter": {
6147
+ "closeFooterEditing": "Close footer editing",
6148
+ "closeHeaderEditing": "Close header editing",
6149
+ "footer": "Footer",
6150
+ "header": "Header",
6151
+ "insertPageCount": "Insert total page count",
6152
+ "insertPageNumber": "Insert current page number",
6153
+ "options": "Options",
6154
+ "removeFooter": "Remove footer",
6155
+ "removeHeader": "Remove header"
6156
+ },
5543
6157
  "hideDetails": "Részletek elrejtése",
5544
6158
  "historyGroup": "Előzmények",
5545
6159
  "imageOverlay": {
@@ -5601,6 +6215,7 @@ const CATALOGS = {
5601
6215
  },
5602
6216
  "listFormatting": "Listaformázás",
5603
6217
  "listsGroup": "Listák",
6218
+ "loadDocumentFailedTitle": "Failed to Load Document",
5604
6219
  "loadingDocument": "Dokumentum betöltése…",
5605
6220
  "loadingEditor": "Szerkesztő betöltése...",
5606
6221
  "lockFile": "Fájl zárolása",
@@ -5613,8 +6228,10 @@ const CATALOGS = {
5613
6228
  "moreFormatting": "További formázás",
5614
6229
  "networkError": "Hálózati hiba. Ellenőrizze az internetkapcsolatát, és próbálja újra.",
5615
6230
  "nextChange": "Következő módosítás",
6231
+ "noDocumentLoaded": "No document loaded",
5616
6232
  "numberedList": "Számozott lista",
5617
6233
  "parseError": "A dokumentumot nem sikerült feldolgozni. Lehet, hogy sérült, vagy nem támogatott formátumú.",
6234
+ "parseErrorTitle": "Unable to Parse Document",
5618
6235
  "paste": "Beillesztés",
5619
6236
  "pasteUnformatted": "Beillesztés formázás nélkül",
5620
6237
  "previousChange": "Előző módosítás",
@@ -5772,7 +6389,10 @@ const CATALOGS = {
5772
6389
  "unsupportedDocxEditDescription": "Ez a DOCX olyan szerkezeteket tartalmaz, amelyeket a Folio nem tud biztonságosan átírni. A fájl sérülésének elkerülése érdekében töltse le, és szerkessze Wordben.",
5773
6390
  "unsupportedDocxEditTitle": "A szerkesztés letiltva",
5774
6391
  "viewGroup": "Nézet",
5775
- "viewer": { "pageIndicator": "Page {current} of {total}" },
6392
+ "viewer": {
6393
+ "pageIndicator": "Page {current} of {total}",
6394
+ "pageOfTotal": "{current} of {total}"
6395
+ },
5776
6396
  "zoom": {
5777
6397
  "zoomIn": "Zoom in",
5778
6398
  "zoomLevel": "Zoom level",
@@ -5815,6 +6435,7 @@ const CATALOGS = {
5815
6435
  "red": "Red",
5816
6436
  "yellow": "Yellow"
5817
6437
  },
6438
+ "custom": "Custom",
5818
6439
  "customColor": "Custom Color",
5819
6440
  "noColor": "No color",
5820
6441
  "standardColors": "Standard Colors",
@@ -5839,6 +6460,7 @@ const CATALOGS = {
5839
6460
  "closeDialog": "Close",
5840
6461
  "insert": "Insert",
5841
6462
  "px": "px",
6463
+ "remove": "Remove",
5842
6464
  "update": "Update"
5843
6465
  },
5844
6466
  "contentControlDateAriaLabel": "Pasirinkite datą",
@@ -5902,13 +6524,16 @@ const CATALOGS = {
5902
6524
  "title": "Footnote & Endnote Properties"
5903
6525
  },
5904
6526
  "hyperlink": {
6527
+ "addressLabel": "Address",
5905
6528
  "bookmarkLabel": "Bookmark",
5906
6529
  "bookmarkPlaceholder": "Select a bookmark",
5907
6530
  "displayTextHint": "Defaults to the selected text",
5908
6531
  "displayTextLabel": "Display text",
5909
6532
  "displayTextPlaceholder": "Text to display",
5910
6533
  "invalidUrl": "Enter a valid URL",
6534
+ "linkTo": "Link to",
5911
6535
  "removeLink": "Remove link",
6536
+ "screenTipLabel": "Screen tip",
5912
6537
  "tabBookmark": "Bookmark",
5913
6538
  "tabWebAddress": "Web address",
5914
6539
  "titleEdit": "Edit hyperlink",
@@ -5930,9 +6555,11 @@ const CATALOGS = {
5930
6555
  "top": "Top"
5931
6556
  },
5932
6557
  "alignment": "Alignment",
6558
+ "distanceFromText": "Distance from text (px)",
5933
6559
  "horizontal": "Horizontal",
5934
6560
  "offset": "Offset",
5935
6561
  "offsetPx": "Offset (px)",
6562
+ "position": "Position",
5936
6563
  "relativeOptions": {
5937
6564
  "character": "Character",
5938
6565
  "column": "Column",
@@ -5953,12 +6580,17 @@ const CATALOGS = {
5953
6580
  "dashed": "Dashed",
5954
6581
  "dotted": "Dotted",
5955
6582
  "double": "Double",
6583
+ "groove": "Groove",
6584
+ "inset": "Inset",
6585
+ "outset": "Outset",
6586
+ "ridge": "Ridge",
5956
6587
  "solid": "Solid"
5957
6588
  },
5958
6589
  "color": "Color",
5959
6590
  "dimensions": "Dimensions",
5960
6591
  "heightLabel": "Height",
5961
6592
  "lockAspectRatio": "Lock aspect ratio",
6593
+ "preview": "Preview",
5962
6594
  "style": "Style",
5963
6595
  "textWrapping": "Text wrapping",
5964
6596
  "title": "Image Properties",
@@ -5973,6 +6605,11 @@ const CATALOGS = {
5973
6605
  "wrapRight": "Wrap right"
5974
6606
  }
5975
6607
  },
6608
+ "insertImage": {
6609
+ "altText": "Alt text",
6610
+ "imageFile": "Image file",
6611
+ "title": "Insert Image"
6612
+ },
5976
6613
  "insertSymbol": {
5977
6614
  "categories": {
5978
6615
  "arrows": "Arrows",
@@ -5989,18 +6626,19 @@ const CATALOGS = {
5989
6626
  "title": "Insert symbol"
5990
6627
  },
5991
6628
  "insertTable": {
5992
- "autofit": "Autofit",
6629
+ "autofit": "Autofit to contents",
5993
6630
  "columnWidthLabel": "Column width",
5994
6631
  "columnsLabel": "Columns",
5995
6632
  "fixedWidth": "Fixed width",
5996
6633
  "hoverToSelect": "Hover to select table size",
5997
6634
  "insertButton": "Insert",
5998
6635
  "orSpecifySize": "Or specify size",
6636
+ "plainTable": "Plain table",
5999
6637
  "rowsLabel": "Rows",
6000
6638
  "sizeSelector": "Table size selector",
6001
6639
  "style": "Style",
6002
6640
  "tableSize": "{cols} × {rows} table",
6003
- "title": "Insert table",
6641
+ "title": "Insert Table",
6004
6642
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
6005
6643
  },
6006
6644
  "pageSetup": {
@@ -6024,7 +6662,17 @@ const CATALOGS = {
6024
6662
  "right": "Right",
6025
6663
  "sizeLabel": "Size",
6026
6664
  "title": "Page Setup",
6027
- "top": "Top"
6665
+ "top": "Top",
6666
+ "unitInches": "in"
6667
+ },
6668
+ "pasteSpecial": {
6669
+ "pasteMode": "Paste mode",
6670
+ "title": "Paste Special"
6671
+ },
6672
+ "splitCell": {
6673
+ "mergeBeforeSplit": "Merge selected cells before splitting",
6674
+ "splitButton": "Split",
6675
+ "title": "Split Cell"
6028
6676
  },
6029
6677
  "tableProperties": {
6030
6678
  "alignOptions": {
@@ -6045,6 +6693,23 @@ const CATALOGS = {
6045
6693
  "fixed": "Fixed (twips)",
6046
6694
  "percentage": "Percentage"
6047
6695
  }
6696
+ },
6697
+ "watermark": {
6698
+ "color": "Color",
6699
+ "diagonal": "Diagonal",
6700
+ "font": "Font",
6701
+ "imageRelationshipId": "Header image relationship id",
6702
+ "imageTarget": "Image target",
6703
+ "noWatermark": "No watermark",
6704
+ "opacity": "Opacity",
6705
+ "pictureWatermark": "Picture watermark",
6706
+ "scale": "Scale",
6707
+ "targetIsExternalUrl": "Target is an external URL",
6708
+ "text": "Text",
6709
+ "textWatermark": "Text watermark",
6710
+ "title": "Watermark",
6711
+ "type": "Type",
6712
+ "washout": "Washout"
6048
6713
  }
6049
6714
  },
6050
6715
  "discardChanges": "Atmesti",
@@ -6118,6 +6783,17 @@ const CATALOGS = {
6118
6783
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
6119
6784
  },
6120
6785
  "formattingToolbar": "Formatavimo įrankių juosta",
6786
+ "headerFooter": {
6787
+ "closeFooterEditing": "Close footer editing",
6788
+ "closeHeaderEditing": "Close header editing",
6789
+ "footer": "Footer",
6790
+ "header": "Header",
6791
+ "insertPageCount": "Insert total page count",
6792
+ "insertPageNumber": "Insert current page number",
6793
+ "options": "Options",
6794
+ "removeFooter": "Remove footer",
6795
+ "removeHeader": "Remove header"
6796
+ },
6121
6797
  "hideDetails": "Slėpti detales",
6122
6798
  "historyGroup": "Istorija",
6123
6799
  "imageOverlay": {
@@ -6179,6 +6855,7 @@ const CATALOGS = {
6179
6855
  },
6180
6856
  "listFormatting": "Sąrašo formatavimas",
6181
6857
  "listsGroup": "Sąrašai",
6858
+ "loadDocumentFailedTitle": "Failed to Load Document",
6182
6859
  "loadingDocument": "Įkeliamas dokumentas…",
6183
6860
  "loadingEditor": "Įkeliamas redaktorius...",
6184
6861
  "lockFile": "Užrakinti failą",
@@ -6191,8 +6868,10 @@ const CATALOGS = {
6191
6868
  "moreFormatting": "Daugiau formatavimo",
6192
6869
  "networkError": "Tinklo klaida. Patikrinkite interneto ryšį ir bandykite dar kartą.",
6193
6870
  "nextChange": "Kitas keitimas",
6871
+ "noDocumentLoaded": "No document loaded",
6194
6872
  "numberedList": "Numeruotas sąrašas",
6195
6873
  "parseError": "Nepavyko apdoroti dokumento. Jis gali būti sugadintas arba nepalaikomo formato.",
6874
+ "parseErrorTitle": "Unable to Parse Document",
6196
6875
  "paste": "Įklijuoti",
6197
6876
  "pasteUnformatted": "Įklijuoti be formatavimo",
6198
6877
  "previousChange": "Ankstesnis keitimas",
@@ -6350,7 +7029,10 @@ const CATALOGS = {
6350
7029
  "unsupportedDocxEditDescription": "Šiame DOCX yra struktūrų, kurių Folio negali saugiai perrašyti. Kad failas nesugadintumėte, atsisiųskite jį ir redaguokite programoje Word.",
6351
7030
  "unsupportedDocxEditTitle": "Redagavimas užblokuotas",
6352
7031
  "viewGroup": "Rodinys",
6353
- "viewer": { "pageIndicator": "Page {current} of {total}" },
7032
+ "viewer": {
7033
+ "pageIndicator": "Page {current} of {total}",
7034
+ "pageOfTotal": "{current} of {total}"
7035
+ },
6354
7036
  "zoom": {
6355
7037
  "zoomIn": "Zoom in",
6356
7038
  "zoomLevel": "Zoom level",
@@ -6393,6 +7075,7 @@ const CATALOGS = {
6393
7075
  "red": "Red",
6394
7076
  "yellow": "Yellow"
6395
7077
  },
7078
+ "custom": "Custom",
6396
7079
  "customColor": "Custom Color",
6397
7080
  "noColor": "No color",
6398
7081
  "standardColors": "Standard Colors",
@@ -6417,6 +7100,7 @@ const CATALOGS = {
6417
7100
  "closeDialog": "Close",
6418
7101
  "insert": "Insert",
6419
7102
  "px": "px",
7103
+ "remove": "Remove",
6420
7104
  "update": "Update"
6421
7105
  },
6422
7106
  "contentControlDateAriaLabel": "Izvēlieties datumu",
@@ -6480,13 +7164,16 @@ const CATALOGS = {
6480
7164
  "title": "Footnote & Endnote Properties"
6481
7165
  },
6482
7166
  "hyperlink": {
7167
+ "addressLabel": "Address",
6483
7168
  "bookmarkLabel": "Bookmark",
6484
7169
  "bookmarkPlaceholder": "Select a bookmark",
6485
7170
  "displayTextHint": "Defaults to the selected text",
6486
7171
  "displayTextLabel": "Display text",
6487
7172
  "displayTextPlaceholder": "Text to display",
6488
7173
  "invalidUrl": "Enter a valid URL",
7174
+ "linkTo": "Link to",
6489
7175
  "removeLink": "Remove link",
7176
+ "screenTipLabel": "Screen tip",
6490
7177
  "tabBookmark": "Bookmark",
6491
7178
  "tabWebAddress": "Web address",
6492
7179
  "titleEdit": "Edit hyperlink",
@@ -6508,9 +7195,11 @@ const CATALOGS = {
6508
7195
  "top": "Top"
6509
7196
  },
6510
7197
  "alignment": "Alignment",
7198
+ "distanceFromText": "Distance from text (px)",
6511
7199
  "horizontal": "Horizontal",
6512
7200
  "offset": "Offset",
6513
7201
  "offsetPx": "Offset (px)",
7202
+ "position": "Position",
6514
7203
  "relativeOptions": {
6515
7204
  "character": "Character",
6516
7205
  "column": "Column",
@@ -6531,12 +7220,17 @@ const CATALOGS = {
6531
7220
  "dashed": "Dashed",
6532
7221
  "dotted": "Dotted",
6533
7222
  "double": "Double",
7223
+ "groove": "Groove",
7224
+ "inset": "Inset",
7225
+ "outset": "Outset",
7226
+ "ridge": "Ridge",
6534
7227
  "solid": "Solid"
6535
7228
  },
6536
7229
  "color": "Color",
6537
7230
  "dimensions": "Dimensions",
6538
7231
  "heightLabel": "Height",
6539
7232
  "lockAspectRatio": "Lock aspect ratio",
7233
+ "preview": "Preview",
6540
7234
  "style": "Style",
6541
7235
  "textWrapping": "Text wrapping",
6542
7236
  "title": "Image Properties",
@@ -6551,6 +7245,11 @@ const CATALOGS = {
6551
7245
  "wrapRight": "Wrap right"
6552
7246
  }
6553
7247
  },
7248
+ "insertImage": {
7249
+ "altText": "Alt text",
7250
+ "imageFile": "Image file",
7251
+ "title": "Insert Image"
7252
+ },
6554
7253
  "insertSymbol": {
6555
7254
  "categories": {
6556
7255
  "arrows": "Arrows",
@@ -6567,18 +7266,19 @@ const CATALOGS = {
6567
7266
  "title": "Insert symbol"
6568
7267
  },
6569
7268
  "insertTable": {
6570
- "autofit": "Autofit",
7269
+ "autofit": "Autofit to contents",
6571
7270
  "columnWidthLabel": "Column width",
6572
7271
  "columnsLabel": "Columns",
6573
7272
  "fixedWidth": "Fixed width",
6574
7273
  "hoverToSelect": "Hover to select table size",
6575
7274
  "insertButton": "Insert",
6576
7275
  "orSpecifySize": "Or specify size",
7276
+ "plainTable": "Plain table",
6577
7277
  "rowsLabel": "Rows",
6578
7278
  "sizeSelector": "Table size selector",
6579
7279
  "style": "Style",
6580
7280
  "tableSize": "{cols} × {rows} table",
6581
- "title": "Insert table",
7281
+ "title": "Insert Table",
6582
7282
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
6583
7283
  },
6584
7284
  "pageSetup": {
@@ -6602,7 +7302,17 @@ const CATALOGS = {
6602
7302
  "right": "Right",
6603
7303
  "sizeLabel": "Size",
6604
7304
  "title": "Page Setup",
6605
- "top": "Top"
7305
+ "top": "Top",
7306
+ "unitInches": "in"
7307
+ },
7308
+ "pasteSpecial": {
7309
+ "pasteMode": "Paste mode",
7310
+ "title": "Paste Special"
7311
+ },
7312
+ "splitCell": {
7313
+ "mergeBeforeSplit": "Merge selected cells before splitting",
7314
+ "splitButton": "Split",
7315
+ "title": "Split Cell"
6606
7316
  },
6607
7317
  "tableProperties": {
6608
7318
  "alignOptions": {
@@ -6623,6 +7333,23 @@ const CATALOGS = {
6623
7333
  "fixed": "Fixed (twips)",
6624
7334
  "percentage": "Percentage"
6625
7335
  }
7336
+ },
7337
+ "watermark": {
7338
+ "color": "Color",
7339
+ "diagonal": "Diagonal",
7340
+ "font": "Font",
7341
+ "imageRelationshipId": "Header image relationship id",
7342
+ "imageTarget": "Image target",
7343
+ "noWatermark": "No watermark",
7344
+ "opacity": "Opacity",
7345
+ "pictureWatermark": "Picture watermark",
7346
+ "scale": "Scale",
7347
+ "targetIsExternalUrl": "Target is an external URL",
7348
+ "text": "Text",
7349
+ "textWatermark": "Text watermark",
7350
+ "title": "Watermark",
7351
+ "type": "Type",
7352
+ "washout": "Washout"
6626
7353
  }
6627
7354
  },
6628
7355
  "discardChanges": "Atmest",
@@ -6696,6 +7423,17 @@ const CATALOGS = {
6696
7423
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
6697
7424
  },
6698
7425
  "formattingToolbar": "Formatēšanas rīkjosla",
7426
+ "headerFooter": {
7427
+ "closeFooterEditing": "Close footer editing",
7428
+ "closeHeaderEditing": "Close header editing",
7429
+ "footer": "Footer",
7430
+ "header": "Header",
7431
+ "insertPageCount": "Insert total page count",
7432
+ "insertPageNumber": "Insert current page number",
7433
+ "options": "Options",
7434
+ "removeFooter": "Remove footer",
7435
+ "removeHeader": "Remove header"
7436
+ },
6699
7437
  "hideDetails": "Slēpt detaļas",
6700
7438
  "historyGroup": "Vēsture",
6701
7439
  "imageOverlay": {
@@ -6757,6 +7495,7 @@ const CATALOGS = {
6757
7495
  },
6758
7496
  "listFormatting": "Saraksta formatēšana",
6759
7497
  "listsGroup": "Saraksti",
7498
+ "loadDocumentFailedTitle": "Failed to Load Document",
6760
7499
  "loadingDocument": "Ielādē dokumentu…",
6761
7500
  "loadingEditor": "Ielādē redaktoru...",
6762
7501
  "lockFile": "Bloķēt failu",
@@ -6769,8 +7508,10 @@ const CATALOGS = {
6769
7508
  "moreFormatting": "Papildu formatēšana",
6770
7509
  "networkError": "Tīkla kļūda. Lūdzu, pārbaudiet interneta savienojumu un mēģiniet vēlreiz.",
6771
7510
  "nextChange": "Nākamā izmaiņa",
7511
+ "noDocumentLoaded": "No document loaded",
6772
7512
  "numberedList": "Numurēts saraksts",
6773
7513
  "parseError": "Dokumentu neizdevās apstrādāt. Iespējams, tas ir bojāts vai neatbalstītā formātā.",
7514
+ "parseErrorTitle": "Unable to Parse Document",
6774
7515
  "paste": "Ielīmēt",
6775
7516
  "pasteUnformatted": "Ielīmēt bez formatējuma",
6776
7517
  "previousChange": "Iepriekšējā izmaiņa",
@@ -6928,7 +7669,10 @@ const CATALOGS = {
6928
7669
  "unsupportedDocxEditDescription": "Šajā DOCX failā ir struktūras, ko Folio nevar droši pārrakstīt. Lai nesabojātu failu, lejupielādējiet to un rediģējiet programmā Word.",
6929
7670
  "unsupportedDocxEditTitle": "Rediģēšana bloķēta",
6930
7671
  "viewGroup": "Skats",
6931
- "viewer": { "pageIndicator": "Page {current} of {total}" },
7672
+ "viewer": {
7673
+ "pageIndicator": "Page {current} of {total}",
7674
+ "pageOfTotal": "{current} of {total}"
7675
+ },
6932
7676
  "zoom": {
6933
7677
  "zoomIn": "Zoom in",
6934
7678
  "zoomLevel": "Zoom level",
@@ -6971,6 +7715,7 @@ const CATALOGS = {
6971
7715
  "red": "Red",
6972
7716
  "yellow": "Yellow"
6973
7717
  },
7718
+ "custom": "Custom",
6974
7719
  "customColor": "Custom Color",
6975
7720
  "noColor": "No color",
6976
7721
  "standardColors": "Standard Colors",
@@ -6995,6 +7740,7 @@ const CATALOGS = {
6995
7740
  "closeDialog": "Close",
6996
7741
  "insert": "Insert",
6997
7742
  "px": "px",
7743
+ "remove": "Remove",
6998
7744
  "update": "Update"
6999
7745
  },
7000
7746
  "contentControlDateAriaLabel": "Wybierz datę",
@@ -7058,13 +7804,16 @@ const CATALOGS = {
7058
7804
  "title": "Footnote & Endnote Properties"
7059
7805
  },
7060
7806
  "hyperlink": {
7807
+ "addressLabel": "Address",
7061
7808
  "bookmarkLabel": "Bookmark",
7062
7809
  "bookmarkPlaceholder": "Select a bookmark",
7063
7810
  "displayTextHint": "Defaults to the selected text",
7064
7811
  "displayTextLabel": "Display text",
7065
7812
  "displayTextPlaceholder": "Text to display",
7066
7813
  "invalidUrl": "Enter a valid URL",
7814
+ "linkTo": "Link to",
7067
7815
  "removeLink": "Remove link",
7816
+ "screenTipLabel": "Screen tip",
7068
7817
  "tabBookmark": "Bookmark",
7069
7818
  "tabWebAddress": "Web address",
7070
7819
  "titleEdit": "Edit hyperlink",
@@ -7086,9 +7835,11 @@ const CATALOGS = {
7086
7835
  "top": "Top"
7087
7836
  },
7088
7837
  "alignment": "Alignment",
7838
+ "distanceFromText": "Distance from text (px)",
7089
7839
  "horizontal": "Horizontal",
7090
7840
  "offset": "Offset",
7091
7841
  "offsetPx": "Offset (px)",
7842
+ "position": "Position",
7092
7843
  "relativeOptions": {
7093
7844
  "character": "Character",
7094
7845
  "column": "Column",
@@ -7109,12 +7860,17 @@ const CATALOGS = {
7109
7860
  "dashed": "Dashed",
7110
7861
  "dotted": "Dotted",
7111
7862
  "double": "Double",
7863
+ "groove": "Groove",
7864
+ "inset": "Inset",
7865
+ "outset": "Outset",
7866
+ "ridge": "Ridge",
7112
7867
  "solid": "Solid"
7113
7868
  },
7114
7869
  "color": "Color",
7115
7870
  "dimensions": "Dimensions",
7116
7871
  "heightLabel": "Height",
7117
7872
  "lockAspectRatio": "Lock aspect ratio",
7873
+ "preview": "Preview",
7118
7874
  "style": "Style",
7119
7875
  "textWrapping": "Text wrapping",
7120
7876
  "title": "Image Properties",
@@ -7129,6 +7885,11 @@ const CATALOGS = {
7129
7885
  "wrapRight": "Wrap right"
7130
7886
  }
7131
7887
  },
7888
+ "insertImage": {
7889
+ "altText": "Alt text",
7890
+ "imageFile": "Image file",
7891
+ "title": "Insert Image"
7892
+ },
7132
7893
  "insertSymbol": {
7133
7894
  "categories": {
7134
7895
  "arrows": "Arrows",
@@ -7145,18 +7906,19 @@ const CATALOGS = {
7145
7906
  "title": "Insert symbol"
7146
7907
  },
7147
7908
  "insertTable": {
7148
- "autofit": "Autofit",
7909
+ "autofit": "Autofit to contents",
7149
7910
  "columnWidthLabel": "Column width",
7150
7911
  "columnsLabel": "Columns",
7151
7912
  "fixedWidth": "Fixed width",
7152
7913
  "hoverToSelect": "Hover to select table size",
7153
7914
  "insertButton": "Insert",
7154
7915
  "orSpecifySize": "Or specify size",
7916
+ "plainTable": "Plain table",
7155
7917
  "rowsLabel": "Rows",
7156
7918
  "sizeSelector": "Table size selector",
7157
7919
  "style": "Style",
7158
7920
  "tableSize": "{cols} × {rows} table",
7159
- "title": "Insert table",
7921
+ "title": "Insert Table",
7160
7922
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
7161
7923
  },
7162
7924
  "pageSetup": {
@@ -7180,7 +7942,17 @@ const CATALOGS = {
7180
7942
  "right": "Right",
7181
7943
  "sizeLabel": "Size",
7182
7944
  "title": "Page Setup",
7183
- "top": "Top"
7945
+ "top": "Top",
7946
+ "unitInches": "in"
7947
+ },
7948
+ "pasteSpecial": {
7949
+ "pasteMode": "Paste mode",
7950
+ "title": "Paste Special"
7951
+ },
7952
+ "splitCell": {
7953
+ "mergeBeforeSplit": "Merge selected cells before splitting",
7954
+ "splitButton": "Split",
7955
+ "title": "Split Cell"
7184
7956
  },
7185
7957
  "tableProperties": {
7186
7958
  "alignOptions": {
@@ -7201,6 +7973,23 @@ const CATALOGS = {
7201
7973
  "fixed": "Fixed (twips)",
7202
7974
  "percentage": "Percentage"
7203
7975
  }
7976
+ },
7977
+ "watermark": {
7978
+ "color": "Color",
7979
+ "diagonal": "Diagonal",
7980
+ "font": "Font",
7981
+ "imageRelationshipId": "Header image relationship id",
7982
+ "imageTarget": "Image target",
7983
+ "noWatermark": "No watermark",
7984
+ "opacity": "Opacity",
7985
+ "pictureWatermark": "Picture watermark",
7986
+ "scale": "Scale",
7987
+ "targetIsExternalUrl": "Target is an external URL",
7988
+ "text": "Text",
7989
+ "textWatermark": "Text watermark",
7990
+ "title": "Watermark",
7991
+ "type": "Type",
7992
+ "washout": "Washout"
7204
7993
  }
7205
7994
  },
7206
7995
  "discardChanges": "Odrzuć",
@@ -7274,6 +8063,17 @@ const CATALOGS = {
7274
8063
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
7275
8064
  },
7276
8065
  "formattingToolbar": "Pasek formatowania",
8066
+ "headerFooter": {
8067
+ "closeFooterEditing": "Close footer editing",
8068
+ "closeHeaderEditing": "Close header editing",
8069
+ "footer": "Footer",
8070
+ "header": "Header",
8071
+ "insertPageCount": "Insert total page count",
8072
+ "insertPageNumber": "Insert current page number",
8073
+ "options": "Options",
8074
+ "removeFooter": "Remove footer",
8075
+ "removeHeader": "Remove header"
8076
+ },
7277
8077
  "hideDetails": "Ukryj szczegóły",
7278
8078
  "historyGroup": "Historia",
7279
8079
  "imageOverlay": {
@@ -7335,6 +8135,7 @@ const CATALOGS = {
7335
8135
  },
7336
8136
  "listFormatting": "Formatowanie listy",
7337
8137
  "listsGroup": "Listy",
8138
+ "loadDocumentFailedTitle": "Failed to Load Document",
7338
8139
  "loadingDocument": "Ładowanie dokumentu...",
7339
8140
  "loadingEditor": "Ładowanie edytora...",
7340
8141
  "lockFile": "Zablokuj plik",
@@ -7347,8 +8148,10 @@ const CATALOGS = {
7347
8148
  "moreFormatting": "Więcej formatowania",
7348
8149
  "networkError": "Błąd sieci. Sprawdź połączenie z internetem i spróbuj ponownie.",
7349
8150
  "nextChange": "Następna zmiana",
8151
+ "noDocumentLoaded": "No document loaded",
7350
8152
  "numberedList": "Lista numerowana",
7351
8153
  "parseError": "Nie udało się przetworzyć dokumentu. Może być uszkodzony lub w nieobsługiwanym formacie.",
8154
+ "parseErrorTitle": "Unable to Parse Document",
7352
8155
  "paste": "Wklej",
7353
8156
  "pasteUnformatted": "Wklej bez formatowania",
7354
8157
  "previousChange": "Poprzednia zmiana",
@@ -7506,7 +8309,10 @@ const CATALOGS = {
7506
8309
  "unsupportedDocxEditDescription": "Ten plik DOCX zawiera struktury, których Folio nie może bezpiecznie przepisać. Aby nie uszkodzić pliku, pobierz go i edytuj w programie Word.",
7507
8310
  "unsupportedDocxEditTitle": "Edycja zablokowana",
7508
8311
  "viewGroup": "Widok",
7509
- "viewer": { "pageIndicator": "Page {current} of {total}" },
8312
+ "viewer": {
8313
+ "pageIndicator": "Page {current} of {total}",
8314
+ "pageOfTotal": "{current} of {total}"
8315
+ },
7510
8316
  "zoom": {
7511
8317
  "zoomIn": "Zoom in",
7512
8318
  "zoomLevel": "Zoom level",
@@ -7549,6 +8355,7 @@ const CATALOGS = {
7549
8355
  "red": "Red",
7550
8356
  "yellow": "Yellow"
7551
8357
  },
8358
+ "custom": "Custom",
7552
8359
  "customColor": "Custom Color",
7553
8360
  "noColor": "No color",
7554
8361
  "standardColors": "Standard Colors",
@@ -7573,6 +8380,7 @@ const CATALOGS = {
7573
8380
  "closeDialog": "Close",
7574
8381
  "insert": "Insert",
7575
8382
  "px": "px",
8383
+ "remove": "Remove",
7576
8384
  "update": "Update"
7577
8385
  },
7578
8386
  "contentControlDateAriaLabel": "Escolher uma data",
@@ -7636,13 +8444,16 @@ const CATALOGS = {
7636
8444
  "title": "Footnote & Endnote Properties"
7637
8445
  },
7638
8446
  "hyperlink": {
8447
+ "addressLabel": "Address",
7639
8448
  "bookmarkLabel": "Bookmark",
7640
8449
  "bookmarkPlaceholder": "Select a bookmark",
7641
8450
  "displayTextHint": "Defaults to the selected text",
7642
8451
  "displayTextLabel": "Display text",
7643
8452
  "displayTextPlaceholder": "Text to display",
7644
8453
  "invalidUrl": "Enter a valid URL",
8454
+ "linkTo": "Link to",
7645
8455
  "removeLink": "Remove link",
8456
+ "screenTipLabel": "Screen tip",
7646
8457
  "tabBookmark": "Bookmark",
7647
8458
  "tabWebAddress": "Web address",
7648
8459
  "titleEdit": "Edit hyperlink",
@@ -7664,9 +8475,11 @@ const CATALOGS = {
7664
8475
  "top": "Top"
7665
8476
  },
7666
8477
  "alignment": "Alignment",
8478
+ "distanceFromText": "Distance from text (px)",
7667
8479
  "horizontal": "Horizontal",
7668
8480
  "offset": "Offset",
7669
8481
  "offsetPx": "Offset (px)",
8482
+ "position": "Position",
7670
8483
  "relativeOptions": {
7671
8484
  "character": "Character",
7672
8485
  "column": "Column",
@@ -7687,12 +8500,17 @@ const CATALOGS = {
7687
8500
  "dashed": "Dashed",
7688
8501
  "dotted": "Dotted",
7689
8502
  "double": "Double",
8503
+ "groove": "Groove",
8504
+ "inset": "Inset",
8505
+ "outset": "Outset",
8506
+ "ridge": "Ridge",
7690
8507
  "solid": "Solid"
7691
8508
  },
7692
8509
  "color": "Color",
7693
8510
  "dimensions": "Dimensions",
7694
8511
  "heightLabel": "Height",
7695
8512
  "lockAspectRatio": "Lock aspect ratio",
8513
+ "preview": "Preview",
7696
8514
  "style": "Style",
7697
8515
  "textWrapping": "Text wrapping",
7698
8516
  "title": "Image Properties",
@@ -7707,6 +8525,11 @@ const CATALOGS = {
7707
8525
  "wrapRight": "Wrap right"
7708
8526
  }
7709
8527
  },
8528
+ "insertImage": {
8529
+ "altText": "Alt text",
8530
+ "imageFile": "Image file",
8531
+ "title": "Insert Image"
8532
+ },
7710
8533
  "insertSymbol": {
7711
8534
  "categories": {
7712
8535
  "arrows": "Arrows",
@@ -7723,18 +8546,19 @@ const CATALOGS = {
7723
8546
  "title": "Insert symbol"
7724
8547
  },
7725
8548
  "insertTable": {
7726
- "autofit": "Autofit",
8549
+ "autofit": "Autofit to contents",
7727
8550
  "columnWidthLabel": "Column width",
7728
8551
  "columnsLabel": "Columns",
7729
8552
  "fixedWidth": "Fixed width",
7730
8553
  "hoverToSelect": "Hover to select table size",
7731
8554
  "insertButton": "Insert",
7732
8555
  "orSpecifySize": "Or specify size",
8556
+ "plainTable": "Plain table",
7733
8557
  "rowsLabel": "Rows",
7734
8558
  "sizeSelector": "Table size selector",
7735
8559
  "style": "Style",
7736
8560
  "tableSize": "{cols} × {rows} table",
7737
- "title": "Insert table",
8561
+ "title": "Insert Table",
7738
8562
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
7739
8563
  },
7740
8564
  "pageSetup": {
@@ -7758,7 +8582,17 @@ const CATALOGS = {
7758
8582
  "right": "Right",
7759
8583
  "sizeLabel": "Size",
7760
8584
  "title": "Page Setup",
7761
- "top": "Top"
8585
+ "top": "Top",
8586
+ "unitInches": "in"
8587
+ },
8588
+ "pasteSpecial": {
8589
+ "pasteMode": "Paste mode",
8590
+ "title": "Paste Special"
8591
+ },
8592
+ "splitCell": {
8593
+ "mergeBeforeSplit": "Merge selected cells before splitting",
8594
+ "splitButton": "Split",
8595
+ "title": "Split Cell"
7762
8596
  },
7763
8597
  "tableProperties": {
7764
8598
  "alignOptions": {
@@ -7779,6 +8613,23 @@ const CATALOGS = {
7779
8613
  "fixed": "Fixed (twips)",
7780
8614
  "percentage": "Percentage"
7781
8615
  }
8616
+ },
8617
+ "watermark": {
8618
+ "color": "Color",
8619
+ "diagonal": "Diagonal",
8620
+ "font": "Font",
8621
+ "imageRelationshipId": "Header image relationship id",
8622
+ "imageTarget": "Image target",
8623
+ "noWatermark": "No watermark",
8624
+ "opacity": "Opacity",
8625
+ "pictureWatermark": "Picture watermark",
8626
+ "scale": "Scale",
8627
+ "targetIsExternalUrl": "Target is an external URL",
8628
+ "text": "Text",
8629
+ "textWatermark": "Text watermark",
8630
+ "title": "Watermark",
8631
+ "type": "Type",
8632
+ "washout": "Washout"
7782
8633
  }
7783
8634
  },
7784
8635
  "discardChanges": "Descartar",
@@ -7852,6 +8703,17 @@ const CATALOGS = {
7852
8703
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
7853
8704
  },
7854
8705
  "formattingToolbar": "Barra de ferramentas de formatação",
8706
+ "headerFooter": {
8707
+ "closeFooterEditing": "Close footer editing",
8708
+ "closeHeaderEditing": "Close header editing",
8709
+ "footer": "Footer",
8710
+ "header": "Header",
8711
+ "insertPageCount": "Insert total page count",
8712
+ "insertPageNumber": "Insert current page number",
8713
+ "options": "Options",
8714
+ "removeFooter": "Remove footer",
8715
+ "removeHeader": "Remove header"
8716
+ },
7855
8717
  "hideDetails": "Ocultar detalhes",
7856
8718
  "historyGroup": "Histórico",
7857
8719
  "imageOverlay": {
@@ -7913,6 +8775,7 @@ const CATALOGS = {
7913
8775
  },
7914
8776
  "listFormatting": "Formatação de lista",
7915
8777
  "listsGroup": "Listas",
8778
+ "loadDocumentFailedTitle": "Failed to Load Document",
7916
8779
  "loadingDocument": "Carregando documento...",
7917
8780
  "loadingEditor": "Carregando editor...",
7918
8781
  "lockFile": "Bloquear arquivo",
@@ -7925,8 +8788,10 @@ const CATALOGS = {
7925
8788
  "moreFormatting": "Mais formatação",
7926
8789
  "networkError": "Erro de rede. Verifique sua conexão com a Internet e tente novamente.",
7927
8790
  "nextChange": "Próxima alteração",
8791
+ "noDocumentLoaded": "No document loaded",
7928
8792
  "numberedList": "Lista numerada",
7929
8793
  "parseError": "O documento não pôde ser analisado. Ele pode estar corrompido ou em um formato não compatível.",
8794
+ "parseErrorTitle": "Unable to Parse Document",
7930
8795
  "paste": "Colar",
7931
8796
  "pasteUnformatted": "Colar sem formatar",
7932
8797
  "previousChange": "Alteração anterior",
@@ -8084,7 +8949,10 @@ const CATALOGS = {
8084
8949
  "unsupportedDocxEditDescription": "Este DOCX contém estruturas que o Folio não pode reescrever com segurança. Para evitar corromper o arquivo, baixe-o e edite-o no Word.",
8085
8950
  "unsupportedDocxEditTitle": "Edição bloqueada",
8086
8951
  "viewGroup": "Exibir",
8087
- "viewer": { "pageIndicator": "Page {current} of {total}" },
8952
+ "viewer": {
8953
+ "pageIndicator": "Page {current} of {total}",
8954
+ "pageOfTotal": "{current} of {total}"
8955
+ },
8088
8956
  "zoom": {
8089
8957
  "zoomIn": "Zoom in",
8090
8958
  "zoomLevel": "Zoom level",
@@ -8127,6 +8995,7 @@ const CATALOGS = {
8127
8995
  "red": "Red",
8128
8996
  "yellow": "Yellow"
8129
8997
  },
8998
+ "custom": "Custom",
8130
8999
  "customColor": "Custom Color",
8131
9000
  "noColor": "No color",
8132
9001
  "standardColors": "Standard Colors",
@@ -8151,6 +9020,7 @@ const CATALOGS = {
8151
9020
  "closeDialog": "Close",
8152
9021
  "insert": "Insert",
8153
9022
  "px": "px",
9023
+ "remove": "Remove",
8154
9024
  "update": "Update"
8155
9025
  },
8156
9026
  "contentControlDateAriaLabel": "Vyberte dátum",
@@ -8214,13 +9084,16 @@ const CATALOGS = {
8214
9084
  "title": "Footnote & Endnote Properties"
8215
9085
  },
8216
9086
  "hyperlink": {
9087
+ "addressLabel": "Address",
8217
9088
  "bookmarkLabel": "Bookmark",
8218
9089
  "bookmarkPlaceholder": "Select a bookmark",
8219
9090
  "displayTextHint": "Defaults to the selected text",
8220
9091
  "displayTextLabel": "Display text",
8221
9092
  "displayTextPlaceholder": "Text to display",
8222
9093
  "invalidUrl": "Enter a valid URL",
9094
+ "linkTo": "Link to",
8223
9095
  "removeLink": "Remove link",
9096
+ "screenTipLabel": "Screen tip",
8224
9097
  "tabBookmark": "Bookmark",
8225
9098
  "tabWebAddress": "Web address",
8226
9099
  "titleEdit": "Edit hyperlink",
@@ -8242,9 +9115,11 @@ const CATALOGS = {
8242
9115
  "top": "Top"
8243
9116
  },
8244
9117
  "alignment": "Alignment",
9118
+ "distanceFromText": "Distance from text (px)",
8245
9119
  "horizontal": "Horizontal",
8246
9120
  "offset": "Offset",
8247
9121
  "offsetPx": "Offset (px)",
9122
+ "position": "Position",
8248
9123
  "relativeOptions": {
8249
9124
  "character": "Character",
8250
9125
  "column": "Column",
@@ -8265,12 +9140,17 @@ const CATALOGS = {
8265
9140
  "dashed": "Dashed",
8266
9141
  "dotted": "Dotted",
8267
9142
  "double": "Double",
9143
+ "groove": "Groove",
9144
+ "inset": "Inset",
9145
+ "outset": "Outset",
9146
+ "ridge": "Ridge",
8268
9147
  "solid": "Solid"
8269
9148
  },
8270
9149
  "color": "Color",
8271
9150
  "dimensions": "Dimensions",
8272
9151
  "heightLabel": "Height",
8273
9152
  "lockAspectRatio": "Lock aspect ratio",
9153
+ "preview": "Preview",
8274
9154
  "style": "Style",
8275
9155
  "textWrapping": "Text wrapping",
8276
9156
  "title": "Image Properties",
@@ -8285,6 +9165,11 @@ const CATALOGS = {
8285
9165
  "wrapRight": "Wrap right"
8286
9166
  }
8287
9167
  },
9168
+ "insertImage": {
9169
+ "altText": "Alt text",
9170
+ "imageFile": "Image file",
9171
+ "title": "Insert Image"
9172
+ },
8288
9173
  "insertSymbol": {
8289
9174
  "categories": {
8290
9175
  "arrows": "Arrows",
@@ -8301,18 +9186,19 @@ const CATALOGS = {
8301
9186
  "title": "Insert symbol"
8302
9187
  },
8303
9188
  "insertTable": {
8304
- "autofit": "Autofit",
9189
+ "autofit": "Autofit to contents",
8305
9190
  "columnWidthLabel": "Column width",
8306
9191
  "columnsLabel": "Columns",
8307
9192
  "fixedWidth": "Fixed width",
8308
9193
  "hoverToSelect": "Hover to select table size",
8309
9194
  "insertButton": "Insert",
8310
9195
  "orSpecifySize": "Or specify size",
9196
+ "plainTable": "Plain table",
8311
9197
  "rowsLabel": "Rows",
8312
9198
  "sizeSelector": "Table size selector",
8313
9199
  "style": "Style",
8314
9200
  "tableSize": "{cols} × {rows} table",
8315
- "title": "Insert table",
9201
+ "title": "Insert Table",
8316
9202
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
8317
9203
  },
8318
9204
  "pageSetup": {
@@ -8336,7 +9222,17 @@ const CATALOGS = {
8336
9222
  "right": "Right",
8337
9223
  "sizeLabel": "Size",
8338
9224
  "title": "Page Setup",
8339
- "top": "Top"
9225
+ "top": "Top",
9226
+ "unitInches": "in"
9227
+ },
9228
+ "pasteSpecial": {
9229
+ "pasteMode": "Paste mode",
9230
+ "title": "Paste Special"
9231
+ },
9232
+ "splitCell": {
9233
+ "mergeBeforeSplit": "Merge selected cells before splitting",
9234
+ "splitButton": "Split",
9235
+ "title": "Split Cell"
8340
9236
  },
8341
9237
  "tableProperties": {
8342
9238
  "alignOptions": {
@@ -8357,6 +9253,23 @@ const CATALOGS = {
8357
9253
  "fixed": "Fixed (twips)",
8358
9254
  "percentage": "Percentage"
8359
9255
  }
9256
+ },
9257
+ "watermark": {
9258
+ "color": "Color",
9259
+ "diagonal": "Diagonal",
9260
+ "font": "Font",
9261
+ "imageRelationshipId": "Header image relationship id",
9262
+ "imageTarget": "Image target",
9263
+ "noWatermark": "No watermark",
9264
+ "opacity": "Opacity",
9265
+ "pictureWatermark": "Picture watermark",
9266
+ "scale": "Scale",
9267
+ "targetIsExternalUrl": "Target is an external URL",
9268
+ "text": "Text",
9269
+ "textWatermark": "Text watermark",
9270
+ "title": "Watermark",
9271
+ "type": "Type",
9272
+ "washout": "Washout"
8360
9273
  }
8361
9274
  },
8362
9275
  "discardChanges": "Zahodiť",
@@ -8430,6 +9343,17 @@ const CATALOGS = {
8430
9343
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
8431
9344
  },
8432
9345
  "formattingToolbar": "Panel formátovania",
9346
+ "headerFooter": {
9347
+ "closeFooterEditing": "Close footer editing",
9348
+ "closeHeaderEditing": "Close header editing",
9349
+ "footer": "Footer",
9350
+ "header": "Header",
9351
+ "insertPageCount": "Insert total page count",
9352
+ "insertPageNumber": "Insert current page number",
9353
+ "options": "Options",
9354
+ "removeFooter": "Remove footer",
9355
+ "removeHeader": "Remove header"
9356
+ },
8433
9357
  "hideDetails": "Skryť detaily",
8434
9358
  "historyGroup": "História",
8435
9359
  "imageOverlay": {
@@ -8491,6 +9415,7 @@ const CATALOGS = {
8491
9415
  },
8492
9416
  "listFormatting": "Formátovanie zoznamu",
8493
9417
  "listsGroup": "Zoznamy",
9418
+ "loadDocumentFailedTitle": "Failed to Load Document",
8494
9419
  "loadingDocument": "Načitávanie dokumentu...",
8495
9420
  "loadingEditor": "Načítava sa editor...",
8496
9421
  "lockFile": "Zamknúť súbor",
@@ -8503,8 +9428,10 @@ const CATALOGS = {
8503
9428
  "moreFormatting": "Ďalšie formátovanie",
8504
9429
  "networkError": "Chyba siete. Skontrolujte internetové pripojenie a skúste znova.",
8505
9430
  "nextChange": "Ďalšia zmena",
9431
+ "noDocumentLoaded": "No document loaded",
8506
9432
  "numberedList": "Číslovaný zoznam",
8507
9433
  "parseError": "Dokument sa nepodarilo spracovať. Môže byť poškodený alebo v nepodporovanom formáte.",
9434
+ "parseErrorTitle": "Unable to Parse Document",
8508
9435
  "paste": "Vložiť",
8509
9436
  "pasteUnformatted": "Vložiť bez formátovania",
8510
9437
  "previousChange": "Predchádzajúca zmena",
@@ -8662,7 +9589,10 @@ const CATALOGS = {
8662
9589
  "unsupportedDocxEditDescription": "Tento DOCX obsahuje štruktúry, ktoré Folio nedokáže bezpečne prepísať. Aby sa súbor nepoškodil, stiahnite ho a upravte vo Worde.",
8663
9590
  "unsupportedDocxEditTitle": "Úpravy zablokované",
8664
9591
  "viewGroup": "Zobraziť",
8665
- "viewer": { "pageIndicator": "Page {current} of {total}" },
9592
+ "viewer": {
9593
+ "pageIndicator": "Page {current} of {total}",
9594
+ "pageOfTotal": "{current} of {total}"
9595
+ },
8666
9596
  "zoom": {
8667
9597
  "zoomIn": "Zoom in",
8668
9598
  "zoomLevel": "Zoom level",
@@ -8705,6 +9635,7 @@ const CATALOGS = {
8705
9635
  "red": "Red",
8706
9636
  "yellow": "Yellow"
8707
9637
  },
9638
+ "custom": "Custom",
8708
9639
  "customColor": "Custom Color",
8709
9640
  "noColor": "No color",
8710
9641
  "standardColors": "Standard Colors",
@@ -8729,6 +9660,7 @@ const CATALOGS = {
8729
9660
  "closeDialog": "Close",
8730
9661
  "insert": "Insert",
8731
9662
  "px": "px",
9663
+ "remove": "Remove",
8732
9664
  "update": "Update"
8733
9665
  },
8734
9666
  "contentControlDateAriaLabel": "Pick a date",
@@ -8792,13 +9724,16 @@ const CATALOGS = {
8792
9724
  "title": "Footnote & Endnote Properties"
8793
9725
  },
8794
9726
  "hyperlink": {
9727
+ "addressLabel": "Address",
8795
9728
  "bookmarkLabel": "Bookmark",
8796
9729
  "bookmarkPlaceholder": "Select a bookmark",
8797
9730
  "displayTextHint": "Defaults to the selected text",
8798
9731
  "displayTextLabel": "Display text",
8799
9732
  "displayTextPlaceholder": "Text to display",
8800
9733
  "invalidUrl": "Enter a valid URL",
9734
+ "linkTo": "Link to",
8801
9735
  "removeLink": "Remove link",
9736
+ "screenTipLabel": "Screen tip",
8802
9737
  "tabBookmark": "Bookmark",
8803
9738
  "tabWebAddress": "Web address",
8804
9739
  "titleEdit": "Edit hyperlink",
@@ -8820,9 +9755,11 @@ const CATALOGS = {
8820
9755
  "top": "Top"
8821
9756
  },
8822
9757
  "alignment": "Alignment",
9758
+ "distanceFromText": "Distance from text (px)",
8823
9759
  "horizontal": "Horizontal",
8824
9760
  "offset": "Offset",
8825
9761
  "offsetPx": "Offset (px)",
9762
+ "position": "Position",
8826
9763
  "relativeOptions": {
8827
9764
  "character": "Character",
8828
9765
  "column": "Column",
@@ -8843,12 +9780,17 @@ const CATALOGS = {
8843
9780
  "dashed": "Dashed",
8844
9781
  "dotted": "Dotted",
8845
9782
  "double": "Double",
9783
+ "groove": "Groove",
9784
+ "inset": "Inset",
9785
+ "outset": "Outset",
9786
+ "ridge": "Ridge",
8846
9787
  "solid": "Solid"
8847
9788
  },
8848
9789
  "color": "Color",
8849
9790
  "dimensions": "Dimensions",
8850
9791
  "heightLabel": "Height",
8851
9792
  "lockAspectRatio": "Lock aspect ratio",
9793
+ "preview": "Preview",
8852
9794
  "style": "Style",
8853
9795
  "textWrapping": "Text wrapping",
8854
9796
  "title": "Image Properties",
@@ -8863,6 +9805,11 @@ const CATALOGS = {
8863
9805
  "wrapRight": "Wrap right"
8864
9806
  }
8865
9807
  },
9808
+ "insertImage": {
9809
+ "altText": "Alt text",
9810
+ "imageFile": "Image file",
9811
+ "title": "Insert Image"
9812
+ },
8866
9813
  "insertSymbol": {
8867
9814
  "categories": {
8868
9815
  "arrows": "Arrows",
@@ -8879,18 +9826,19 @@ const CATALOGS = {
8879
9826
  "title": "Insert symbol"
8880
9827
  },
8881
9828
  "insertTable": {
8882
- "autofit": "Autofit",
9829
+ "autofit": "Autofit to contents",
8883
9830
  "columnWidthLabel": "Column width",
8884
9831
  "columnsLabel": "Columns",
8885
9832
  "fixedWidth": "Fixed width",
8886
9833
  "hoverToSelect": "Hover to select table size",
8887
9834
  "insertButton": "Insert",
8888
9835
  "orSpecifySize": "Or specify size",
9836
+ "plainTable": "Plain table",
8889
9837
  "rowsLabel": "Rows",
8890
9838
  "sizeSelector": "Table size selector",
8891
9839
  "style": "Style",
8892
9840
  "tableSize": "{cols} × {rows} table",
8893
- "title": "Insert table",
9841
+ "title": "Insert Table",
8894
9842
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
8895
9843
  },
8896
9844
  "pageSetup": {
@@ -8914,7 +9862,17 @@ const CATALOGS = {
8914
9862
  "right": "Right",
8915
9863
  "sizeLabel": "Size",
8916
9864
  "title": "Page Setup",
8917
- "top": "Top"
9865
+ "top": "Top",
9866
+ "unitInches": "in"
9867
+ },
9868
+ "pasteSpecial": {
9869
+ "pasteMode": "Paste mode",
9870
+ "title": "Paste Special"
9871
+ },
9872
+ "splitCell": {
9873
+ "mergeBeforeSplit": "Merge selected cells before splitting",
9874
+ "splitButton": "Split",
9875
+ "title": "Split Cell"
8918
9876
  },
8919
9877
  "tableProperties": {
8920
9878
  "alignOptions": {
@@ -8935,6 +9893,23 @@ const CATALOGS = {
8935
9893
  "fixed": "Fixed (twips)",
8936
9894
  "percentage": "Percentage"
8937
9895
  }
9896
+ },
9897
+ "watermark": {
9898
+ "color": "Color",
9899
+ "diagonal": "Diagonal",
9900
+ "font": "Font",
9901
+ "imageRelationshipId": "Header image relationship id",
9902
+ "imageTarget": "Image target",
9903
+ "noWatermark": "No watermark",
9904
+ "opacity": "Opacity",
9905
+ "pictureWatermark": "Picture watermark",
9906
+ "scale": "Scale",
9907
+ "targetIsExternalUrl": "Target is an external URL",
9908
+ "text": "Text",
9909
+ "textWatermark": "Text watermark",
9910
+ "title": "Watermark",
9911
+ "type": "Type",
9912
+ "washout": "Washout"
8938
9913
  }
8939
9914
  },
8940
9915
  "discardChanges": "Discard",
@@ -9008,6 +9983,17 @@ const CATALOGS = {
9008
9983
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
9009
9984
  },
9010
9985
  "formattingToolbar": "Biçimlendirme araç çubuğu",
9986
+ "headerFooter": {
9987
+ "closeFooterEditing": "Close footer editing",
9988
+ "closeHeaderEditing": "Close header editing",
9989
+ "footer": "Footer",
9990
+ "header": "Header",
9991
+ "insertPageCount": "Insert total page count",
9992
+ "insertPageNumber": "Insert current page number",
9993
+ "options": "Options",
9994
+ "removeFooter": "Remove footer",
9995
+ "removeHeader": "Remove header"
9996
+ },
9011
9997
  "hideDetails": "Ayrıntıları gizle",
9012
9998
  "historyGroup": "Geçmiş",
9013
9999
  "imageOverlay": {
@@ -9069,6 +10055,7 @@ const CATALOGS = {
9069
10055
  },
9070
10056
  "listFormatting": "Liste biçimlendirme",
9071
10057
  "listsGroup": "Lists",
10058
+ "loadDocumentFailedTitle": "Failed to Load Document",
9072
10059
  "loadingDocument": "Belge yükleniyor...",
9073
10060
  "loadingEditor": "Loading editor...",
9074
10061
  "lockFile": "Lock file",
@@ -9081,8 +10068,10 @@ const CATALOGS = {
9081
10068
  "moreFormatting": "More formatting",
9082
10069
  "networkError": "Network error. Please check your internet connection and try again.",
9083
10070
  "nextChange": "Next Change",
10071
+ "noDocumentLoaded": "No document loaded",
9084
10072
  "numberedList": "Numaralı liste",
9085
10073
  "parseError": "The document could not be parsed. It may be corrupted or in an unsupported format.",
10074
+ "parseErrorTitle": "Unable to Parse Document",
9086
10075
  "paste": "Yapıştır",
9087
10076
  "pasteUnformatted": "Biçimlendirmeden yapıştır",
9088
10077
  "previousChange": "Previous Change",
@@ -9240,7 +10229,10 @@ const CATALOGS = {
9240
10229
  "unsupportedDocxEditDescription": "This DOCX contains structures Folio cannot safely rewrite. To avoid corrupting the file, download it and edit it in Word.",
9241
10230
  "unsupportedDocxEditTitle": "Editing blocked",
9242
10231
  "viewGroup": "Görünüm",
9243
- "viewer": { "pageIndicator": "Page {current} of {total}" },
10232
+ "viewer": {
10233
+ "pageIndicator": "Page {current} of {total}",
10234
+ "pageOfTotal": "{current} of {total}"
10235
+ },
9244
10236
  "zoom": {
9245
10237
  "zoomIn": "Zoom in",
9246
10238
  "zoomLevel": "Zoom level",
@@ -9283,6 +10275,7 @@ const CATALOGS = {
9283
10275
  "red": "Red",
9284
10276
  "yellow": "Yellow"
9285
10277
  },
10278
+ "custom": "Custom",
9286
10279
  "customColor": "Custom Color",
9287
10280
  "noColor": "No color",
9288
10281
  "standardColors": "Standard Colors",
@@ -9307,6 +10300,7 @@ const CATALOGS = {
9307
10300
  "closeDialog": "Close",
9308
10301
  "insert": "Insert",
9309
10302
  "px": "px",
10303
+ "remove": "Remove",
9310
10304
  "update": "Update"
9311
10305
  },
9312
10306
  "contentControlDateAriaLabel": "Pick a date",
@@ -9370,13 +10364,16 @@ const CATALOGS = {
9370
10364
  "title": "Footnote & Endnote Properties"
9371
10365
  },
9372
10366
  "hyperlink": {
10367
+ "addressLabel": "Address",
9373
10368
  "bookmarkLabel": "Bookmark",
9374
10369
  "bookmarkPlaceholder": "Select a bookmark",
9375
10370
  "displayTextHint": "Defaults to the selected text",
9376
10371
  "displayTextLabel": "Display text",
9377
10372
  "displayTextPlaceholder": "Text to display",
9378
10373
  "invalidUrl": "Enter a valid URL",
10374
+ "linkTo": "Link to",
9379
10375
  "removeLink": "Remove link",
10376
+ "screenTipLabel": "Screen tip",
9380
10377
  "tabBookmark": "Bookmark",
9381
10378
  "tabWebAddress": "Web address",
9382
10379
  "titleEdit": "Edit hyperlink",
@@ -9398,9 +10395,11 @@ const CATALOGS = {
9398
10395
  "top": "Top"
9399
10396
  },
9400
10397
  "alignment": "Alignment",
10398
+ "distanceFromText": "Distance from text (px)",
9401
10399
  "horizontal": "Horizontal",
9402
10400
  "offset": "Offset",
9403
10401
  "offsetPx": "Offset (px)",
10402
+ "position": "Position",
9404
10403
  "relativeOptions": {
9405
10404
  "character": "Character",
9406
10405
  "column": "Column",
@@ -9421,12 +10420,17 @@ const CATALOGS = {
9421
10420
  "dashed": "Dashed",
9422
10421
  "dotted": "Dotted",
9423
10422
  "double": "Double",
10423
+ "groove": "Groove",
10424
+ "inset": "Inset",
10425
+ "outset": "Outset",
10426
+ "ridge": "Ridge",
9424
10427
  "solid": "Solid"
9425
10428
  },
9426
10429
  "color": "Color",
9427
10430
  "dimensions": "Dimensions",
9428
10431
  "heightLabel": "Height",
9429
10432
  "lockAspectRatio": "Lock aspect ratio",
10433
+ "preview": "Preview",
9430
10434
  "style": "Style",
9431
10435
  "textWrapping": "Text wrapping",
9432
10436
  "title": "Image Properties",
@@ -9441,6 +10445,11 @@ const CATALOGS = {
9441
10445
  "wrapRight": "Wrap right"
9442
10446
  }
9443
10447
  },
10448
+ "insertImage": {
10449
+ "altText": "Alt text",
10450
+ "imageFile": "Image file",
10451
+ "title": "Insert Image"
10452
+ },
9444
10453
  "insertSymbol": {
9445
10454
  "categories": {
9446
10455
  "arrows": "Arrows",
@@ -9457,18 +10466,19 @@ const CATALOGS = {
9457
10466
  "title": "Insert symbol"
9458
10467
  },
9459
10468
  "insertTable": {
9460
- "autofit": "Autofit",
10469
+ "autofit": "Autofit to contents",
9461
10470
  "columnWidthLabel": "Column width",
9462
10471
  "columnsLabel": "Columns",
9463
10472
  "fixedWidth": "Fixed width",
9464
10473
  "hoverToSelect": "Hover to select table size",
9465
10474
  "insertButton": "Insert",
9466
10475
  "orSpecifySize": "Or specify size",
10476
+ "plainTable": "Plain table",
9467
10477
  "rowsLabel": "Rows",
9468
10478
  "sizeSelector": "Table size selector",
9469
10479
  "style": "Style",
9470
10480
  "tableSize": "{cols} × {rows} table",
9471
- "title": "Insert table",
10481
+ "title": "Insert Table",
9472
10482
  "validationHint": "Rows: {minRows}–{maxRows}, columns: {minCols}–{maxCols}"
9473
10483
  },
9474
10484
  "pageSetup": {
@@ -9492,7 +10502,17 @@ const CATALOGS = {
9492
10502
  "right": "Right",
9493
10503
  "sizeLabel": "Size",
9494
10504
  "title": "Page Setup",
9495
- "top": "Top"
10505
+ "top": "Top",
10506
+ "unitInches": "in"
10507
+ },
10508
+ "pasteSpecial": {
10509
+ "pasteMode": "Paste mode",
10510
+ "title": "Paste Special"
10511
+ },
10512
+ "splitCell": {
10513
+ "mergeBeforeSplit": "Merge selected cells before splitting",
10514
+ "splitButton": "Split",
10515
+ "title": "Split Cell"
9496
10516
  },
9497
10517
  "tableProperties": {
9498
10518
  "alignOptions": {
@@ -9513,6 +10533,23 @@ const CATALOGS = {
9513
10533
  "fixed": "Fixed (twips)",
9514
10534
  "percentage": "Percentage"
9515
10535
  }
10536
+ },
10537
+ "watermark": {
10538
+ "color": "Color",
10539
+ "diagonal": "Diagonal",
10540
+ "font": "Font",
10541
+ "imageRelationshipId": "Header image relationship id",
10542
+ "imageTarget": "Image target",
10543
+ "noWatermark": "No watermark",
10544
+ "opacity": "Opacity",
10545
+ "pictureWatermark": "Picture watermark",
10546
+ "scale": "Scale",
10547
+ "targetIsExternalUrl": "Target is an external URL",
10548
+ "text": "Text",
10549
+ "textWatermark": "Text watermark",
10550
+ "title": "Watermark",
10551
+ "type": "Type",
10552
+ "washout": "Washout"
9516
10553
  }
9517
10554
  },
9518
10555
  "discardChanges": "Discard",
@@ -9586,6 +10623,17 @@ const CATALOGS = {
9586
10623
  "superscriptShortcut": "Superscript (Ctrl+Shift+=)"
9587
10624
  },
9588
10625
  "formattingToolbar": "格式工具栏",
10626
+ "headerFooter": {
10627
+ "closeFooterEditing": "Close footer editing",
10628
+ "closeHeaderEditing": "Close header editing",
10629
+ "footer": "Footer",
10630
+ "header": "Header",
10631
+ "insertPageCount": "Insert total page count",
10632
+ "insertPageNumber": "Insert current page number",
10633
+ "options": "Options",
10634
+ "removeFooter": "Remove footer",
10635
+ "removeHeader": "Remove header"
10636
+ },
9589
10637
  "hideDetails": "隐藏详情",
9590
10638
  "historyGroup": "历史记录",
9591
10639
  "imageOverlay": {
@@ -9647,6 +10695,7 @@ const CATALOGS = {
9647
10695
  },
9648
10696
  "listFormatting": "列表格式",
9649
10697
  "listsGroup": "Lists",
10698
+ "loadDocumentFailedTitle": "Failed to Load Document",
9650
10699
  "loadingDocument": "正在加载文档...",
9651
10700
  "loadingEditor": "Loading editor...",
9652
10701
  "lockFile": "Lock file",
@@ -9659,8 +10708,10 @@ const CATALOGS = {
9659
10708
  "moreFormatting": "More formatting",
9660
10709
  "networkError": "Network error. Please check your internet connection and try again.",
9661
10710
  "nextChange": "Next Change",
10711
+ "noDocumentLoaded": "No document loaded",
9662
10712
  "numberedList": "编号",
9663
10713
  "parseError": "The document could not be parsed. It may be corrupted or in an unsupported format.",
10714
+ "parseErrorTitle": "Unable to Parse Document",
9664
10715
  "paste": "粘贴",
9665
10716
  "pasteUnformatted": "粘贴为纯文本,不保留任何格式",
9666
10717
  "previousChange": "Previous Change",
@@ -9818,7 +10869,10 @@ const CATALOGS = {
9818
10869
  "unsupportedDocxEditDescription": "This DOCX contains structures Folio cannot safely rewrite. To avoid corrupting the file, download it and edit it in Word.",
9819
10870
  "unsupportedDocxEditTitle": "Editing blocked",
9820
10871
  "viewGroup": "视图",
9821
- "viewer": { "pageIndicator": "Page {current} of {total}" },
10872
+ "viewer": {
10873
+ "pageIndicator": "Page {current} of {total}",
10874
+ "pageOfTotal": "{current} of {total}"
10875
+ },
9822
10876
  "zoom": {
9823
10877
  "zoomIn": "Zoom in",
9824
10878
  "zoomLevel": "Zoom level",