@eigenpal/docx-editor-i18n 1.3.1 → 1.3.2

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/de.js CHANGED
@@ -106,7 +106,9 @@ var de_default = {
106
106
  subscriptShortcut: "Tiefgestellt (Strg+=)",
107
107
  imageProperties: "Bildeigenschaften",
108
108
  imagePropertiesShortcut: "Bildeigenschaften (Alternativtext, Rahmen)...",
109
- clearFormatting: "Formatierung löschen"
109
+ clearFormatting: "Formatierung löschen",
110
+ commentsAndChanges: "Kommentare & Änderungen",
111
+ moreItems: "{count, plural, one {# weiteres Element} other {# weitere Elemente}}"
110
112
  },
111
113
  alignment: {
112
114
  alignLeft: "Linksbündig",
@@ -131,7 +133,8 @@ var de_default = {
131
133
  single: "Einfach",
132
134
  double: "Doppelt",
133
135
  lineSpacingTitle: "Zeilenabstand: {label}",
134
- paragraphSpacing: "Absatzabstand"
136
+ paragraphSpacing: "Absatzabstand",
137
+ label: "Zeilenabstand"
135
138
  },
136
139
  styles: {
137
140
  selectAriaLabel: "Absatzformatvorlage auswählen",
@@ -146,7 +149,8 @@ var de_default = {
146
149
  selectAriaLabel: "Schriftart auswählen",
147
150
  sansSerif: "Sans Serif",
148
151
  serif: "Serif",
149
- monospace: "Monospace"
152
+ monospace: "Monospace",
153
+ other: "Andere"
150
154
  },
151
155
  fontSize: {
152
156
  decrease: "Schriftgrad verkleinern",
@@ -155,7 +159,10 @@ var de_default = {
155
159
  listLabel: "Schriftgrade"
156
160
  },
157
161
  zoom: {
158
- ariaLabel: "Zoom: {label}"
162
+ ariaLabel: "Zoom: {label}",
163
+ zoomIn: "Vergrößern",
164
+ zoomLevel: "Zoomstufe",
165
+ zoomOut: "Verkleinern"
159
166
  },
160
167
  colorPicker: {
161
168
  ariaLabel: "Farbauswahl — {type}",
@@ -867,7 +874,8 @@ var de_default = {
867
874
  imageOverlay: {
868
875
  deleteImage: "Bild löschen",
869
876
  imageProperties: "Bildeigenschaften",
870
- rotate: "Drehen"
877
+ rotate: "Drehen",
878
+ replaceImage: "Bild ersetzen…"
871
879
  },
872
880
  revisions: {
873
881
  cellDeleted: null,
package/dist/de.mjs CHANGED
@@ -79,7 +79,9 @@ var de_default = {
79
79
  subscriptShortcut: "Tiefgestellt (Strg+=)",
80
80
  imageProperties: "Bildeigenschaften",
81
81
  imagePropertiesShortcut: "Bildeigenschaften (Alternativtext, Rahmen)...",
82
- clearFormatting: "Formatierung löschen"
82
+ clearFormatting: "Formatierung löschen",
83
+ commentsAndChanges: "Kommentare & Änderungen",
84
+ moreItems: "{count, plural, one {# weiteres Element} other {# weitere Elemente}}"
83
85
  },
84
86
  alignment: {
85
87
  alignLeft: "Linksbündig",
@@ -104,7 +106,8 @@ var de_default = {
104
106
  single: "Einfach",
105
107
  double: "Doppelt",
106
108
  lineSpacingTitle: "Zeilenabstand: {label}",
107
- paragraphSpacing: "Absatzabstand"
109
+ paragraphSpacing: "Absatzabstand",
110
+ label: "Zeilenabstand"
108
111
  },
109
112
  styles: {
110
113
  selectAriaLabel: "Absatzformatvorlage auswählen",
@@ -119,7 +122,8 @@ var de_default = {
119
122
  selectAriaLabel: "Schriftart auswählen",
120
123
  sansSerif: "Sans Serif",
121
124
  serif: "Serif",
122
- monospace: "Monospace"
125
+ monospace: "Monospace",
126
+ other: "Andere"
123
127
  },
124
128
  fontSize: {
125
129
  decrease: "Schriftgrad verkleinern",
@@ -128,7 +132,10 @@ var de_default = {
128
132
  listLabel: "Schriftgrade"
129
133
  },
130
134
  zoom: {
131
- ariaLabel: "Zoom: {label}"
135
+ ariaLabel: "Zoom: {label}",
136
+ zoomIn: "Vergrößern",
137
+ zoomLevel: "Zoomstufe",
138
+ zoomOut: "Verkleinern"
132
139
  },
133
140
  colorPicker: {
134
141
  ariaLabel: "Farbauswahl — {type}",
@@ -840,7 +847,8 @@ var de_default = {
840
847
  imageOverlay: {
841
848
  deleteImage: "Bild löschen",
842
849
  imageProperties: "Bildeigenschaften",
843
- rotate: "Drehen"
850
+ rotate: "Drehen",
851
+ replaceImage: "Bild ersetzen…"
844
852
  },
845
853
  revisions: {
846
854
  cellDeleted: null,
package/dist/en.js CHANGED
@@ -106,7 +106,9 @@ var en_default = {
106
106
  subscriptShortcut: "Subscript (Ctrl+=)",
107
107
  imageProperties: "Image properties",
108
108
  imagePropertiesShortcut: "Image properties (alt text, border)...",
109
- clearFormatting: "Clear formatting"
109
+ clearFormatting: "Clear formatting",
110
+ commentsAndChanges: "Comments & Changes",
111
+ moreItems: "{count, plural, one {# more item} other {# more items}}"
110
112
  },
111
113
  alignment: {
112
114
  alignLeft: "Align Left",
@@ -128,6 +130,7 @@ var en_default = {
128
130
  increaseIndent: "Increase Indent"
129
131
  },
130
132
  lineSpacing: {
133
+ label: "Line spacing",
131
134
  single: "Single",
132
135
  double: "Double",
133
136
  lineSpacingTitle: "Line spacing: {label}",
@@ -146,7 +149,8 @@ var en_default = {
146
149
  selectAriaLabel: "Select font family",
147
150
  sansSerif: "Sans Serif",
148
151
  serif: "Serif",
149
- monospace: "Monospace"
152
+ monospace: "Monospace",
153
+ other: "Other"
150
154
  },
151
155
  fontSize: {
152
156
  decrease: "Decrease font size",
@@ -155,7 +159,10 @@ var en_default = {
155
159
  listLabel: "Font sizes"
156
160
  },
157
161
  zoom: {
158
- ariaLabel: "Zoom: {label}"
162
+ ariaLabel: "Zoom: {label}",
163
+ zoomOut: "Zoom out",
164
+ zoomIn: "Zoom in",
165
+ zoomLevel: "Zoom level"
159
166
  },
160
167
  colorPicker: {
161
168
  ariaLabel: "{type} color picker",
@@ -842,7 +849,8 @@ var en_default = {
842
849
  imageOverlay: {
843
850
  rotate: "Rotate",
844
851
  imageProperties: "Image properties",
845
- deleteImage: "Delete image"
852
+ deleteImage: "Delete image",
853
+ replaceImage: "Replace image…"
846
854
  },
847
855
  ruler: {
848
856
  horizontal: "Horizontal ruler",
package/dist/en.mjs CHANGED
@@ -79,7 +79,9 @@ var en_default = {
79
79
  subscriptShortcut: "Subscript (Ctrl+=)",
80
80
  imageProperties: "Image properties",
81
81
  imagePropertiesShortcut: "Image properties (alt text, border)...",
82
- clearFormatting: "Clear formatting"
82
+ clearFormatting: "Clear formatting",
83
+ commentsAndChanges: "Comments & Changes",
84
+ moreItems: "{count, plural, one {# more item} other {# more items}}"
83
85
  },
84
86
  alignment: {
85
87
  alignLeft: "Align Left",
@@ -101,6 +103,7 @@ var en_default = {
101
103
  increaseIndent: "Increase Indent"
102
104
  },
103
105
  lineSpacing: {
106
+ label: "Line spacing",
104
107
  single: "Single",
105
108
  double: "Double",
106
109
  lineSpacingTitle: "Line spacing: {label}",
@@ -119,7 +122,8 @@ var en_default = {
119
122
  selectAriaLabel: "Select font family",
120
123
  sansSerif: "Sans Serif",
121
124
  serif: "Serif",
122
- monospace: "Monospace"
125
+ monospace: "Monospace",
126
+ other: "Other"
123
127
  },
124
128
  fontSize: {
125
129
  decrease: "Decrease font size",
@@ -128,7 +132,10 @@ var en_default = {
128
132
  listLabel: "Font sizes"
129
133
  },
130
134
  zoom: {
131
- ariaLabel: "Zoom: {label}"
135
+ ariaLabel: "Zoom: {label}",
136
+ zoomOut: "Zoom out",
137
+ zoomIn: "Zoom in",
138
+ zoomLevel: "Zoom level"
132
139
  },
133
140
  colorPicker: {
134
141
  ariaLabel: "{type} color picker",
@@ -815,7 +822,8 @@ var en_default = {
815
822
  imageOverlay: {
816
823
  rotate: "Rotate",
817
824
  imageProperties: "Image properties",
818
- deleteImage: "Delete image"
825
+ deleteImage: "Delete image",
826
+ replaceImage: "Replace image…"
819
827
  },
820
828
  ruler: {
821
829
  horizontal: "Horizontal ruler",
package/dist/fr.js CHANGED
@@ -106,7 +106,9 @@ var fr_default = {
106
106
  subscriptShortcut: "Indice (Ctrl+=)",
107
107
  imageProperties: "Propriétés de l'image",
108
108
  imagePropertiesShortcut: "Propriétés de l'image... (description, bordure)",
109
- clearFormatting: "Effacer la mise en forme"
109
+ clearFormatting: "Effacer la mise en forme",
110
+ commentsAndChanges: null,
111
+ moreItems: null
110
112
  },
111
113
  alignment: {
112
114
  alignLeft: "Aligner à gauche",
@@ -131,7 +133,8 @@ var fr_default = {
131
133
  single: "Simple",
132
134
  double: "Double",
133
135
  lineSpacingTitle: "Interligne : {label}",
134
- paragraphSpacing: "Espacement des paragraphes"
136
+ paragraphSpacing: "Espacement des paragraphes",
137
+ label: null
135
138
  },
136
139
  styles: {
137
140
  selectAriaLabel: "Sélectionner le type de paragraphe",
@@ -146,7 +149,8 @@ var fr_default = {
146
149
  selectAriaLabel: "Sélectionner une police",
147
150
  sansSerif: "Sans Serif",
148
151
  serif: "Serif",
149
- monospace: "Monospace"
152
+ monospace: "Monospace",
153
+ other: null
150
154
  },
151
155
  fontSize: {
152
156
  decrease: "Diminuer la taille de la police",
@@ -155,7 +159,10 @@ var fr_default = {
155
159
  listLabel: "Tailles de police"
156
160
  },
157
161
  zoom: {
158
- ariaLabel: "Zoom : {label}"
162
+ ariaLabel: "Zoom : {label}",
163
+ zoomIn: null,
164
+ zoomLevel: null,
165
+ zoomOut: null
159
166
  },
160
167
  colorPicker: {
161
168
  ariaLabel: "Choisir la couleur {type}",
@@ -827,7 +834,8 @@ var fr_default = {
827
834
  imageOverlay: {
828
835
  rotate: "Faire pivoter",
829
836
  imageProperties: "Propriétés de l'image",
830
- deleteImage: "Supprimer l'image"
837
+ deleteImage: "Supprimer l'image",
838
+ replaceImage: null
831
839
  },
832
840
  ruler: {
833
841
  horizontal: "Règle horizontale",
package/dist/fr.mjs CHANGED
@@ -79,7 +79,9 @@ var fr_default = {
79
79
  subscriptShortcut: "Indice (Ctrl+=)",
80
80
  imageProperties: "Propriétés de l'image",
81
81
  imagePropertiesShortcut: "Propriétés de l'image... (description, bordure)",
82
- clearFormatting: "Effacer la mise en forme"
82
+ clearFormatting: "Effacer la mise en forme",
83
+ commentsAndChanges: null,
84
+ moreItems: null
83
85
  },
84
86
  alignment: {
85
87
  alignLeft: "Aligner à gauche",
@@ -104,7 +106,8 @@ var fr_default = {
104
106
  single: "Simple",
105
107
  double: "Double",
106
108
  lineSpacingTitle: "Interligne : {label}",
107
- paragraphSpacing: "Espacement des paragraphes"
109
+ paragraphSpacing: "Espacement des paragraphes",
110
+ label: null
108
111
  },
109
112
  styles: {
110
113
  selectAriaLabel: "Sélectionner le type de paragraphe",
@@ -119,7 +122,8 @@ var fr_default = {
119
122
  selectAriaLabel: "Sélectionner une police",
120
123
  sansSerif: "Sans Serif",
121
124
  serif: "Serif",
122
- monospace: "Monospace"
125
+ monospace: "Monospace",
126
+ other: null
123
127
  },
124
128
  fontSize: {
125
129
  decrease: "Diminuer la taille de la police",
@@ -128,7 +132,10 @@ var fr_default = {
128
132
  listLabel: "Tailles de police"
129
133
  },
130
134
  zoom: {
131
- ariaLabel: "Zoom : {label}"
135
+ ariaLabel: "Zoom : {label}",
136
+ zoomIn: null,
137
+ zoomLevel: null,
138
+ zoomOut: null
132
139
  },
133
140
  colorPicker: {
134
141
  ariaLabel: "Choisir la couleur {type}",
@@ -800,7 +807,8 @@ var fr_default = {
800
807
  imageOverlay: {
801
808
  rotate: "Faire pivoter",
802
809
  imageProperties: "Propriétés de l'image",
803
- deleteImage: "Supprimer l'image"
810
+ deleteImage: "Supprimer l'image",
811
+ replaceImage: null
804
812
  },
805
813
  ruler: {
806
814
  horizontal: "Règle horizontale",
package/dist/he.js CHANGED
@@ -106,7 +106,9 @@ var he_default = {
106
106
  subscriptShortcut: "כתב תחתי",
107
107
  imageProperties: "מאפייני תמונה",
108
108
  imagePropertiesShortcut: "מאפייני תמונה",
109
- clearFormatting: "נקה עיצוב"
109
+ clearFormatting: "נקה עיצוב",
110
+ commentsAndChanges: null,
111
+ moreItems: null
110
112
  },
111
113
  alignment: {
112
114
  alignLeft: "יישור לשמאל",
@@ -131,7 +133,8 @@ var he_default = {
131
133
  single: "יחיד",
132
134
  double: "כפול",
133
135
  lineSpacingTitle: "מרחק בין שורות: {label}",
134
- paragraphSpacing: "מרחק בין פסקאות"
136
+ paragraphSpacing: "מרחק בין פסקאות",
137
+ label: null
135
138
  },
136
139
  styles: {
137
140
  selectAriaLabel: "בחר סגנון פסקה",
@@ -146,7 +149,8 @@ var he_default = {
146
149
  selectAriaLabel: "בחר סוג גופן",
147
150
  sansSerif: "Sans Serif",
148
151
  serif: "Serif",
149
- monospace: "Monospace"
152
+ monospace: "Monospace",
153
+ other: null
150
154
  },
151
155
  fontSize: {
152
156
  decrease: "הקטנת גופן",
@@ -155,7 +159,10 @@ var he_default = {
155
159
  listLabel: "גדלי גופן"
156
160
  },
157
161
  zoom: {
158
- ariaLabel: "זום: {label}"
162
+ ariaLabel: "זום: {label}",
163
+ zoomIn: null,
164
+ zoomLevel: null,
165
+ zoomOut: null
159
166
  },
160
167
  colorPicker: {
161
168
  ariaLabel: "בחר צבע {type}",
@@ -867,7 +874,8 @@ var he_default = {
867
874
  imageOverlay: {
868
875
  deleteImage: "מחק תמונה",
869
876
  imageProperties: "מאפייני תמונה",
870
- rotate: "סובב"
877
+ rotate: "סובב",
878
+ replaceImage: null
871
879
  },
872
880
  revisions: {
873
881
  cellDeleted: null,
package/dist/he.mjs CHANGED
@@ -79,7 +79,9 @@ var he_default = {
79
79
  subscriptShortcut: "כתב תחתי",
80
80
  imageProperties: "מאפייני תמונה",
81
81
  imagePropertiesShortcut: "מאפייני תמונה",
82
- clearFormatting: "נקה עיצוב"
82
+ clearFormatting: "נקה עיצוב",
83
+ commentsAndChanges: null,
84
+ moreItems: null
83
85
  },
84
86
  alignment: {
85
87
  alignLeft: "יישור לשמאל",
@@ -104,7 +106,8 @@ var he_default = {
104
106
  single: "יחיד",
105
107
  double: "כפול",
106
108
  lineSpacingTitle: "מרחק בין שורות: {label}",
107
- paragraphSpacing: "מרחק בין פסקאות"
109
+ paragraphSpacing: "מרחק בין פסקאות",
110
+ label: null
108
111
  },
109
112
  styles: {
110
113
  selectAriaLabel: "בחר סגנון פסקה",
@@ -119,7 +122,8 @@ var he_default = {
119
122
  selectAriaLabel: "בחר סוג גופן",
120
123
  sansSerif: "Sans Serif",
121
124
  serif: "Serif",
122
- monospace: "Monospace"
125
+ monospace: "Monospace",
126
+ other: null
123
127
  },
124
128
  fontSize: {
125
129
  decrease: "הקטנת גופן",
@@ -128,7 +132,10 @@ var he_default = {
128
132
  listLabel: "גדלי גופן"
129
133
  },
130
134
  zoom: {
131
- ariaLabel: "זום: {label}"
135
+ ariaLabel: "זום: {label}",
136
+ zoomIn: null,
137
+ zoomLevel: null,
138
+ zoomOut: null
132
139
  },
133
140
  colorPicker: {
134
141
  ariaLabel: "בחר צבע {type}",
@@ -840,7 +847,8 @@ var he_default = {
840
847
  imageOverlay: {
841
848
  deleteImage: "מחק תמונה",
842
849
  imageProperties: "מאפייני תמונה",
843
- rotate: "סובב"
850
+ rotate: "סובב",
851
+ replaceImage: null
844
852
  },
845
853
  revisions: {
846
854
  cellDeleted: null,
package/dist/hi.js CHANGED
@@ -106,7 +106,9 @@ var hi_default = {
106
106
  subscriptShortcut: "सबस्क्रिप्ट (Ctrl+=)",
107
107
  imageProperties: "चित्र की विशेषताएँ",
108
108
  imagePropertiesShortcut: "चित्र की विशेषताएँ (ऑल्ट टेक्स्ट, बॉर्डर)...",
109
- clearFormatting: "प्रारूपण साफ करें"
109
+ clearFormatting: "प्रारूपण साफ करें",
110
+ commentsAndChanges: null,
111
+ moreItems: null
110
112
  },
111
113
  alignment: {
112
114
  alignLeft: "बाएं संरेखित करें",
@@ -131,7 +133,8 @@ var hi_default = {
131
133
  single: "एकल",
132
134
  double: "दुगुना",
133
135
  lineSpacingTitle: "लाइन स्पेसिंग: {label}",
134
- paragraphSpacing: "पैराग्राफ स्पेसिंग"
136
+ paragraphSpacing: "पैराग्राफ स्पेसिंग",
137
+ label: null
135
138
  },
136
139
  styles: {
137
140
  selectAriaLabel: "पैराग्राफ शैली चुनें",
@@ -146,7 +149,8 @@ var hi_default = {
146
149
  selectAriaLabel: "फ़ॉन्ट फैमिली चुनें",
147
150
  sansSerif: "Sans Serif",
148
151
  serif: "Serif",
149
- monospace: "Monospace"
152
+ monospace: "Monospace",
153
+ other: null
150
154
  },
151
155
  fontSize: {
152
156
  decrease: "फ़ॉन्ट आकार घटाएं",
@@ -155,7 +159,10 @@ var hi_default = {
155
159
  listLabel: "फ़ॉन्ट आकार"
156
160
  },
157
161
  zoom: {
158
- ariaLabel: "ज़ूम: {label}"
162
+ ariaLabel: "ज़ूम: {label}",
163
+ zoomIn: null,
164
+ zoomLevel: null,
165
+ zoomOut: null
159
166
  },
160
167
  colorPicker: {
161
168
  ariaLabel: "{type} रंग पिकर",
@@ -827,7 +834,8 @@ var hi_default = {
827
834
  imageOverlay: {
828
835
  rotate: "घुमाएं",
829
836
  imageProperties: "चित्र की विशेषताएँ",
830
- deleteImage: "चित्र हटाएं"
837
+ deleteImage: "चित्र हटाएं",
838
+ replaceImage: null
831
839
  },
832
840
  ruler: {
833
841
  horizontal: "क्षैतिज रूलर",
package/dist/hi.mjs CHANGED
@@ -79,7 +79,9 @@ var hi_default = {
79
79
  subscriptShortcut: "सबस्क्रिप्ट (Ctrl+=)",
80
80
  imageProperties: "चित्र की विशेषताएँ",
81
81
  imagePropertiesShortcut: "चित्र की विशेषताएँ (ऑल्ट टेक्स्ट, बॉर्डर)...",
82
- clearFormatting: "प्रारूपण साफ करें"
82
+ clearFormatting: "प्रारूपण साफ करें",
83
+ commentsAndChanges: null,
84
+ moreItems: null
83
85
  },
84
86
  alignment: {
85
87
  alignLeft: "बाएं संरेखित करें",
@@ -104,7 +106,8 @@ var hi_default = {
104
106
  single: "एकल",
105
107
  double: "दुगुना",
106
108
  lineSpacingTitle: "लाइन स्पेसिंग: {label}",
107
- paragraphSpacing: "पैराग्राफ स्पेसिंग"
109
+ paragraphSpacing: "पैराग्राफ स्पेसिंग",
110
+ label: null
108
111
  },
109
112
  styles: {
110
113
  selectAriaLabel: "पैराग्राफ शैली चुनें",
@@ -119,7 +122,8 @@ var hi_default = {
119
122
  selectAriaLabel: "फ़ॉन्ट फैमिली चुनें",
120
123
  sansSerif: "Sans Serif",
121
124
  serif: "Serif",
122
- monospace: "Monospace"
125
+ monospace: "Monospace",
126
+ other: null
123
127
  },
124
128
  fontSize: {
125
129
  decrease: "फ़ॉन्ट आकार घटाएं",
@@ -128,7 +132,10 @@ var hi_default = {
128
132
  listLabel: "फ़ॉन्ट आकार"
129
133
  },
130
134
  zoom: {
131
- ariaLabel: "ज़ूम: {label}"
135
+ ariaLabel: "ज़ूम: {label}",
136
+ zoomIn: null,
137
+ zoomLevel: null,
138
+ zoomOut: null
132
139
  },
133
140
  colorPicker: {
134
141
  ariaLabel: "{type} रंग पिकर",
@@ -800,7 +807,8 @@ var hi_default = {
800
807
  imageOverlay: {
801
808
  rotate: "घुमाएं",
802
809
  imageProperties: "चित्र की विशेषताएँ",
803
- deleteImage: "चित्र हटाएं"
810
+ deleteImage: "चित्र हटाएं",
811
+ replaceImage: null
804
812
  },
805
813
  ruler: {
806
814
  horizontal: "क्षैतिज रूलर",
package/dist/index.d.mts CHANGED
@@ -103,7 +103,9 @@ var formattingBar = {
103
103
  subscriptShortcut: "Subscript (Ctrl+=)",
104
104
  imageProperties: "Image properties",
105
105
  imagePropertiesShortcut: "Image properties (alt text, border)...",
106
- clearFormatting: "Clear formatting"
106
+ clearFormatting: "Clear formatting",
107
+ commentsAndChanges: "Comments & Changes",
108
+ moreItems: "{count, plural, one {# more item} other {# more items}}"
107
109
  };
108
110
  var alignment = {
109
111
  alignLeft: "Align Left",
@@ -125,6 +127,7 @@ var lists = {
125
127
  increaseIndent: "Increase Indent"
126
128
  };
127
129
  var lineSpacing = {
130
+ label: "Line spacing",
128
131
  single: "Single",
129
132
  double: "Double",
130
133
  lineSpacingTitle: "Line spacing: {label}",
@@ -143,7 +146,8 @@ var font = {
143
146
  selectAriaLabel: "Select font family",
144
147
  sansSerif: "Sans Serif",
145
148
  serif: "Serif",
146
- monospace: "Monospace"
149
+ monospace: "Monospace",
150
+ other: "Other"
147
151
  };
148
152
  var fontSize = {
149
153
  decrease: "Decrease font size",
@@ -152,7 +156,10 @@ var fontSize = {
152
156
  listLabel: "Font sizes"
153
157
  };
154
158
  var zoom = {
155
- ariaLabel: "Zoom: {label}"
159
+ ariaLabel: "Zoom: {label}",
160
+ zoomOut: "Zoom out",
161
+ zoomIn: "Zoom in",
162
+ zoomLevel: "Zoom level"
156
163
  };
157
164
  var colorPicker = {
158
165
  ariaLabel: "{type} color picker",
@@ -839,7 +846,8 @@ var image = {
839
846
  var imageOverlay = {
840
847
  rotate: "Rotate",
841
848
  imageProperties: "Image properties",
842
- deleteImage: "Delete image"
849
+ deleteImage: "Delete image",
850
+ replaceImage: "Replace image…"
843
851
  };
844
852
  var ruler = {
845
853
  horizontal: "Horizontal ruler",
package/dist/index.d.ts CHANGED
@@ -103,7 +103,9 @@ var formattingBar = {
103
103
  subscriptShortcut: "Subscript (Ctrl+=)",
104
104
  imageProperties: "Image properties",
105
105
  imagePropertiesShortcut: "Image properties (alt text, border)...",
106
- clearFormatting: "Clear formatting"
106
+ clearFormatting: "Clear formatting",
107
+ commentsAndChanges: "Comments & Changes",
108
+ moreItems: "{count, plural, one {# more item} other {# more items}}"
107
109
  };
108
110
  var alignment = {
109
111
  alignLeft: "Align Left",
@@ -125,6 +127,7 @@ var lists = {
125
127
  increaseIndent: "Increase Indent"
126
128
  };
127
129
  var lineSpacing = {
130
+ label: "Line spacing",
128
131
  single: "Single",
129
132
  double: "Double",
130
133
  lineSpacingTitle: "Line spacing: {label}",
@@ -143,7 +146,8 @@ var font = {
143
146
  selectAriaLabel: "Select font family",
144
147
  sansSerif: "Sans Serif",
145
148
  serif: "Serif",
146
- monospace: "Monospace"
149
+ monospace: "Monospace",
150
+ other: "Other"
147
151
  };
148
152
  var fontSize = {
149
153
  decrease: "Decrease font size",
@@ -152,7 +156,10 @@ var fontSize = {
152
156
  listLabel: "Font sizes"
153
157
  };
154
158
  var zoom = {
155
- ariaLabel: "Zoom: {label}"
159
+ ariaLabel: "Zoom: {label}",
160
+ zoomOut: "Zoom out",
161
+ zoomIn: "Zoom in",
162
+ zoomLevel: "Zoom level"
156
163
  };
157
164
  var colorPicker = {
158
165
  ariaLabel: "{type} color picker",
@@ -839,7 +846,8 @@ var image = {
839
846
  var imageOverlay = {
840
847
  rotate: "Rotate",
841
848
  imageProperties: "Image properties",
842
- deleteImage: "Delete image"
849
+ deleteImage: "Delete image",
850
+ replaceImage: "Replace image…"
843
851
  };
844
852
  var ruler = {
845
853
  horizontal: "Horizontal ruler",