@eigenpal/docx-editor-i18n 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/en.js CHANGED
@@ -389,13 +389,13 @@ var en_default = {
389
389
  left: "Left",
390
390
  right: "Right",
391
391
  pageSizes: {
392
- letter: 'Letter (8.5" \xD7 11")',
393
- a4: 'A4 (8.27" \xD7 11.69")',
394
- legal: 'Legal (8.5" \xD7 14")',
395
- a3: 'A3 (11.69" \xD7 16.54")',
396
- a5: 'A5 (5.83" \xD7 8.27")',
397
- b5: 'B5 (6.93" \xD7 9.84")',
398
- executive: 'Executive (7.25" \xD7 10.5")'
392
+ letter: 'Letter (8.5" × 11")',
393
+ a4: 'A4 (8.27" × 11.69")',
394
+ legal: 'Legal (8.5" × 14")',
395
+ a3: 'A3 (11.69" × 16.54")',
396
+ a5: 'A5 (5.83" × 8.27")',
397
+ b5: 'B5 (6.93" × 9.84")',
398
+ executive: 'Executive (7.25" × 10.5")'
399
399
  }
400
400
  },
401
401
  tableProperties: {
@@ -458,7 +458,7 @@ var en_default = {
458
458
  upperRoman: "I, II, III, ...",
459
459
  lowerAlpha: "a, b, c, ...",
460
460
  upperAlpha: "A, B, C, ...",
461
- symbols: "*, \u2020, \u2021, ..."
461
+ symbols: "*, †, ‡, ..."
462
462
  }
463
463
  },
464
464
  keyboardShortcuts: {
@@ -743,7 +743,7 @@ var en_default = {
743
743
  behindText: "Behind Text",
744
744
  inFrontOfText: "In Front of Text",
745
745
  ariaLabel: "Image layout options",
746
- imageProperties: "Image properties\u2026"
746
+ imageProperties: "Image properties"
747
747
  },
748
748
  menuDesc: {
749
749
  inLineWithText: "Image flows in the line as a glyph",
@@ -839,10 +839,10 @@ var en_default = {
839
839
  close: "Close panel",
840
840
  resizeHandle: "Resize agent panel",
841
841
  thinking: "Assistant is thinking",
842
- composerPlaceholder: "Ask the assistant\u2026",
842
+ composerPlaceholder: "Ask the assistant",
843
843
  send: "Send",
844
844
  timeline: {
845
- working: "Working\u2026 {count, plural, one {# step} other {# steps}}",
845
+ working: "Working {count, plural, one {# step} other {# steps}}",
846
846
  summary: "{count, plural, one {# step} other {# steps}}",
847
847
  earlier: "+ {count, plural, one {# earlier step} other {# earlier steps}}"
848
848
  }
package/dist/en.mjs CHANGED
@@ -362,13 +362,13 @@ var en_default = {
362
362
  left: "Left",
363
363
  right: "Right",
364
364
  pageSizes: {
365
- letter: 'Letter (8.5" \xD7 11")',
366
- a4: 'A4 (8.27" \xD7 11.69")',
367
- legal: 'Legal (8.5" \xD7 14")',
368
- a3: 'A3 (11.69" \xD7 16.54")',
369
- a5: 'A5 (5.83" \xD7 8.27")',
370
- b5: 'B5 (6.93" \xD7 9.84")',
371
- executive: 'Executive (7.25" \xD7 10.5")'
365
+ letter: 'Letter (8.5" × 11")',
366
+ a4: 'A4 (8.27" × 11.69")',
367
+ legal: 'Legal (8.5" × 14")',
368
+ a3: 'A3 (11.69" × 16.54")',
369
+ a5: 'A5 (5.83" × 8.27")',
370
+ b5: 'B5 (6.93" × 9.84")',
371
+ executive: 'Executive (7.25" × 10.5")'
372
372
  }
373
373
  },
374
374
  tableProperties: {
@@ -431,7 +431,7 @@ var en_default = {
431
431
  upperRoman: "I, II, III, ...",
432
432
  lowerAlpha: "a, b, c, ...",
433
433
  upperAlpha: "A, B, C, ...",
434
- symbols: "*, \u2020, \u2021, ..."
434
+ symbols: "*, †, ‡, ..."
435
435
  }
436
436
  },
437
437
  keyboardShortcuts: {
@@ -716,7 +716,7 @@ var en_default = {
716
716
  behindText: "Behind Text",
717
717
  inFrontOfText: "In Front of Text",
718
718
  ariaLabel: "Image layout options",
719
- imageProperties: "Image properties\u2026"
719
+ imageProperties: "Image properties"
720
720
  },
721
721
  menuDesc: {
722
722
  inLineWithText: "Image flows in the line as a glyph",
@@ -812,10 +812,10 @@ var en_default = {
812
812
  close: "Close panel",
813
813
  resizeHandle: "Resize agent panel",
814
814
  thinking: "Assistant is thinking",
815
- composerPlaceholder: "Ask the assistant\u2026",
815
+ composerPlaceholder: "Ask the assistant",
816
816
  send: "Send",
817
817
  timeline: {
818
- working: "Working\u2026 {count, plural, one {# step} other {# steps}}",
818
+ working: "Working {count, plural, one {# step} other {# steps}}",
819
819
  summary: "{count, plural, one {# step} other {# steps}}",
820
820
  earlier: "+ {count, plural, one {# earlier step} other {# earlier steps}}"
821
821
  }