@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/index.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",
@@ -940,7 +948,9 @@ var de_default = {
940
948
  subscriptShortcut: "Tiefgestellt (Strg+=)",
941
949
  imageProperties: "Bildeigenschaften",
942
950
  imagePropertiesShortcut: "Bildeigenschaften (Alternativtext, Rahmen)...",
943
- clearFormatting: "Formatierung löschen"
951
+ clearFormatting: "Formatierung löschen",
952
+ commentsAndChanges: "Kommentare & Änderungen",
953
+ moreItems: "{count, plural, one {# weiteres Element} other {# weitere Elemente}}"
944
954
  },
945
955
  alignment: {
946
956
  alignLeft: "Linksbündig",
@@ -965,7 +975,8 @@ var de_default = {
965
975
  single: "Einfach",
966
976
  double: "Doppelt",
967
977
  lineSpacingTitle: "Zeilenabstand: {label}",
968
- paragraphSpacing: "Absatzabstand"
978
+ paragraphSpacing: "Absatzabstand",
979
+ label: "Zeilenabstand"
969
980
  },
970
981
  styles: {
971
982
  selectAriaLabel: "Absatzformatvorlage auswählen",
@@ -980,7 +991,8 @@ var de_default = {
980
991
  selectAriaLabel: "Schriftart auswählen",
981
992
  sansSerif: "Sans Serif",
982
993
  serif: "Serif",
983
- monospace: "Monospace"
994
+ monospace: "Monospace",
995
+ other: "Andere"
984
996
  },
985
997
  fontSize: {
986
998
  decrease: "Schriftgrad verkleinern",
@@ -989,7 +1001,10 @@ var de_default = {
989
1001
  listLabel: "Schriftgrade"
990
1002
  },
991
1003
  zoom: {
992
- ariaLabel: "Zoom: {label}"
1004
+ ariaLabel: "Zoom: {label}",
1005
+ zoomIn: "Vergrößern",
1006
+ zoomLevel: "Zoomstufe",
1007
+ zoomOut: "Verkleinern"
993
1008
  },
994
1009
  colorPicker: {
995
1010
  ariaLabel: "Farbauswahl — {type}",
@@ -1701,7 +1716,8 @@ var de_default = {
1701
1716
  imageOverlay: {
1702
1717
  deleteImage: "Bild löschen",
1703
1718
  imageProperties: "Bildeigenschaften",
1704
- rotate: "Drehen"
1719
+ rotate: "Drehen",
1720
+ replaceImage: "Bild ersetzen…"
1705
1721
  },
1706
1722
  revisions: {
1707
1723
  cellDeleted: null,
@@ -1801,7 +1817,9 @@ var fr_default = {
1801
1817
  subscriptShortcut: "Indice (Ctrl+=)",
1802
1818
  imageProperties: "Propriétés de l'image",
1803
1819
  imagePropertiesShortcut: "Propriétés de l'image... (description, bordure)",
1804
- clearFormatting: "Effacer la mise en forme"
1820
+ clearFormatting: "Effacer la mise en forme",
1821
+ commentsAndChanges: null,
1822
+ moreItems: null
1805
1823
  },
1806
1824
  alignment: {
1807
1825
  alignLeft: "Aligner à gauche",
@@ -1826,7 +1844,8 @@ var fr_default = {
1826
1844
  single: "Simple",
1827
1845
  double: "Double",
1828
1846
  lineSpacingTitle: "Interligne : {label}",
1829
- paragraphSpacing: "Espacement des paragraphes"
1847
+ paragraphSpacing: "Espacement des paragraphes",
1848
+ label: null
1830
1849
  },
1831
1850
  styles: {
1832
1851
  selectAriaLabel: "Sélectionner le type de paragraphe",
@@ -1841,7 +1860,8 @@ var fr_default = {
1841
1860
  selectAriaLabel: "Sélectionner une police",
1842
1861
  sansSerif: "Sans Serif",
1843
1862
  serif: "Serif",
1844
- monospace: "Monospace"
1863
+ monospace: "Monospace",
1864
+ other: null
1845
1865
  },
1846
1866
  fontSize: {
1847
1867
  decrease: "Diminuer la taille de la police",
@@ -1850,7 +1870,10 @@ var fr_default = {
1850
1870
  listLabel: "Tailles de police"
1851
1871
  },
1852
1872
  zoom: {
1853
- ariaLabel: "Zoom : {label}"
1873
+ ariaLabel: "Zoom : {label}",
1874
+ zoomIn: null,
1875
+ zoomLevel: null,
1876
+ zoomOut: null
1854
1877
  },
1855
1878
  colorPicker: {
1856
1879
  ariaLabel: "Choisir la couleur {type}",
@@ -2522,7 +2545,8 @@ var fr_default = {
2522
2545
  imageOverlay: {
2523
2546
  rotate: "Faire pivoter",
2524
2547
  imageProperties: "Propriétés de l'image",
2525
- deleteImage: "Supprimer l'image"
2548
+ deleteImage: "Supprimer l'image",
2549
+ replaceImage: null
2526
2550
  },
2527
2551
  ruler: {
2528
2552
  horizontal: "Règle horizontale",
@@ -2662,7 +2686,9 @@ var he_default = {
2662
2686
  subscriptShortcut: "כתב תחתי",
2663
2687
  imageProperties: "מאפייני תמונה",
2664
2688
  imagePropertiesShortcut: "מאפייני תמונה",
2665
- clearFormatting: "נקה עיצוב"
2689
+ clearFormatting: "נקה עיצוב",
2690
+ commentsAndChanges: null,
2691
+ moreItems: null
2666
2692
  },
2667
2693
  alignment: {
2668
2694
  alignLeft: "יישור לשמאל",
@@ -2687,7 +2713,8 @@ var he_default = {
2687
2713
  single: "יחיד",
2688
2714
  double: "כפול",
2689
2715
  lineSpacingTitle: "מרחק בין שורות: {label}",
2690
- paragraphSpacing: "מרחק בין פסקאות"
2716
+ paragraphSpacing: "מרחק בין פסקאות",
2717
+ label: null
2691
2718
  },
2692
2719
  styles: {
2693
2720
  selectAriaLabel: "בחר סגנון פסקה",
@@ -2702,7 +2729,8 @@ var he_default = {
2702
2729
  selectAriaLabel: "בחר סוג גופן",
2703
2730
  sansSerif: "Sans Serif",
2704
2731
  serif: "Serif",
2705
- monospace: "Monospace"
2732
+ monospace: "Monospace",
2733
+ other: null
2706
2734
  },
2707
2735
  fontSize: {
2708
2736
  decrease: "הקטנת גופן",
@@ -2711,7 +2739,10 @@ var he_default = {
2711
2739
  listLabel: "גדלי גופן"
2712
2740
  },
2713
2741
  zoom: {
2714
- ariaLabel: "זום: {label}"
2742
+ ariaLabel: "זום: {label}",
2743
+ zoomIn: null,
2744
+ zoomLevel: null,
2745
+ zoomOut: null
2715
2746
  },
2716
2747
  colorPicker: {
2717
2748
  ariaLabel: "בחר צבע {type}",
@@ -3423,7 +3454,8 @@ var he_default = {
3423
3454
  imageOverlay: {
3424
3455
  deleteImage: "מחק תמונה",
3425
3456
  imageProperties: "מאפייני תמונה",
3426
- rotate: "סובב"
3457
+ rotate: "סובב",
3458
+ replaceImage: null
3427
3459
  },
3428
3460
  revisions: {
3429
3461
  cellDeleted: null,
@@ -3523,7 +3555,9 @@ var hi_default = {
3523
3555
  subscriptShortcut: "सबस्क्रिप्ट (Ctrl+=)",
3524
3556
  imageProperties: "चित्र की विशेषताएँ",
3525
3557
  imagePropertiesShortcut: "चित्र की विशेषताएँ (ऑल्ट टेक्स्ट, बॉर्डर)...",
3526
- clearFormatting: "प्रारूपण साफ करें"
3558
+ clearFormatting: "प्रारूपण साफ करें",
3559
+ commentsAndChanges: null,
3560
+ moreItems: null
3527
3561
  },
3528
3562
  alignment: {
3529
3563
  alignLeft: "बाएं संरेखित करें",
@@ -3548,7 +3582,8 @@ var hi_default = {
3548
3582
  single: "एकल",
3549
3583
  double: "दुगुना",
3550
3584
  lineSpacingTitle: "लाइन स्पेसिंग: {label}",
3551
- paragraphSpacing: "पैराग्राफ स्पेसिंग"
3585
+ paragraphSpacing: "पैराग्राफ स्पेसिंग",
3586
+ label: null
3552
3587
  },
3553
3588
  styles: {
3554
3589
  selectAriaLabel: "पैराग्राफ शैली चुनें",
@@ -3563,7 +3598,8 @@ var hi_default = {
3563
3598
  selectAriaLabel: "फ़ॉन्ट फैमिली चुनें",
3564
3599
  sansSerif: "Sans Serif",
3565
3600
  serif: "Serif",
3566
- monospace: "Monospace"
3601
+ monospace: "Monospace",
3602
+ other: null
3567
3603
  },
3568
3604
  fontSize: {
3569
3605
  decrease: "फ़ॉन्ट आकार घटाएं",
@@ -3572,7 +3608,10 @@ var hi_default = {
3572
3608
  listLabel: "फ़ॉन्ट आकार"
3573
3609
  },
3574
3610
  zoom: {
3575
- ariaLabel: "ज़ूम: {label}"
3611
+ ariaLabel: "ज़ूम: {label}",
3612
+ zoomIn: null,
3613
+ zoomLevel: null,
3614
+ zoomOut: null
3576
3615
  },
3577
3616
  colorPicker: {
3578
3617
  ariaLabel: "{type} रंग पिकर",
@@ -4244,7 +4283,8 @@ var hi_default = {
4244
4283
  imageOverlay: {
4245
4284
  rotate: "घुमाएं",
4246
4285
  imageProperties: "चित्र की विशेषताएँ",
4247
- deleteImage: "चित्र हटाएं"
4286
+ deleteImage: "चित्र हटाएं",
4287
+ replaceImage: null
4248
4288
  },
4249
4289
  ruler: {
4250
4290
  horizontal: "क्षैतिज रूलर",
@@ -4384,7 +4424,9 @@ var pl_default = {
4384
4424
  subscriptShortcut: "Indeks dolny (Ctrl+=)",
4385
4425
  imageProperties: "Właściwości obrazu",
4386
4426
  imagePropertiesShortcut: "Właściwości obrazu (tekst alternatywny, obramowanie)...",
4387
- clearFormatting: "Wyczyść formatowanie"
4427
+ clearFormatting: "Wyczyść formatowanie",
4428
+ commentsAndChanges: null,
4429
+ moreItems: null
4388
4430
  },
4389
4431
  alignment: {
4390
4432
  alignLeft: "Wyrównaj do lewej",
@@ -4409,7 +4451,8 @@ var pl_default = {
4409
4451
  single: "Pojedyncza",
4410
4452
  double: "Podwójna",
4411
4453
  lineSpacingTitle: "Interlinia: {label}",
4412
- paragraphSpacing: "Odstępy między akapitami"
4454
+ paragraphSpacing: "Odstępy między akapitami",
4455
+ label: null
4413
4456
  },
4414
4457
  styles: {
4415
4458
  selectAriaLabel: "Wybierz styl akapitu",
@@ -4424,7 +4467,8 @@ var pl_default = {
4424
4467
  selectAriaLabel: "Wybierz rodzinę czcionek",
4425
4468
  sansSerif: "Sans Serif",
4426
4469
  serif: "Serif",
4427
- monospace: "Monospace"
4470
+ monospace: "Monospace",
4471
+ other: null
4428
4472
  },
4429
4473
  fontSize: {
4430
4474
  decrease: "Zmniejsz rozmiar czcionki",
@@ -4433,7 +4477,10 @@ var pl_default = {
4433
4477
  listLabel: "Rozmiary czcionek"
4434
4478
  },
4435
4479
  zoom: {
4436
- ariaLabel: "Powiększenie: {label}"
4480
+ ariaLabel: "Powiększenie: {label}",
4481
+ zoomIn: null,
4482
+ zoomLevel: null,
4483
+ zoomOut: null
4437
4484
  },
4438
4485
  colorPicker: {
4439
4486
  ariaLabel: "Próbnik kolorów — {type}",
@@ -5145,7 +5192,8 @@ var pl_default = {
5145
5192
  imageOverlay: {
5146
5193
  deleteImage: "Usuń obraz",
5147
5194
  imageProperties: "Właściwości obrazu",
5148
- rotate: "Obróć"
5195
+ rotate: "Obróć",
5196
+ replaceImage: null
5149
5197
  },
5150
5198
  revisions: {
5151
5199
  cellDeleted: null,
@@ -5245,7 +5293,9 @@ var pt_BR_default = {
5245
5293
  subscriptShortcut: "Subscrito (Ctrl+=)",
5246
5294
  imageProperties: "Propriedades da imagem",
5247
5295
  imagePropertiesShortcut: "Propriedades da imagem (texto alternativo, borda)...",
5248
- clearFormatting: "Limpar formatação"
5296
+ clearFormatting: "Limpar formatação",
5297
+ commentsAndChanges: null,
5298
+ moreItems: null
5249
5299
  },
5250
5300
  alignment: {
5251
5301
  alignLeft: "Alinhar à esquerda",
@@ -5270,7 +5320,8 @@ var pt_BR_default = {
5270
5320
  single: "Simples",
5271
5321
  double: "Duplo",
5272
5322
  lineSpacingTitle: "Espaçamento entre linhas: {label}",
5273
- paragraphSpacing: "Espaçamento entre parágrafos"
5323
+ paragraphSpacing: "Espaçamento entre parágrafos",
5324
+ label: null
5274
5325
  },
5275
5326
  styles: {
5276
5327
  selectAriaLabel: "Selecionar estilo de parágrafo",
@@ -5285,7 +5336,8 @@ var pt_BR_default = {
5285
5336
  selectAriaLabel: "Selecionar família da fonte",
5286
5337
  sansSerif: "Sans Serif",
5287
5338
  serif: "Serif",
5288
- monospace: "Monoespaçado"
5339
+ monospace: "Monoespaçado",
5340
+ other: null
5289
5341
  },
5290
5342
  fontSize: {
5291
5343
  decrease: "Diminuir tamanho da fonte",
@@ -5294,7 +5346,10 @@ var pt_BR_default = {
5294
5346
  listLabel: "Tamanhos da fonte"
5295
5347
  },
5296
5348
  zoom: {
5297
- ariaLabel: "Zoom: {label}"
5349
+ ariaLabel: "Zoom: {label}",
5350
+ zoomIn: null,
5351
+ zoomLevel: null,
5352
+ zoomOut: null
5298
5353
  },
5299
5354
  colorPicker: {
5300
5355
  ariaLabel: "Seletor de cores {type}",
@@ -6006,7 +6061,8 @@ var pt_BR_default = {
6006
6061
  imageOverlay: {
6007
6062
  deleteImage: "Excluir imagem",
6008
6063
  imageProperties: "Propriedades da imagem",
6009
- rotate: "Girar"
6064
+ rotate: "Girar",
6065
+ replaceImage: null
6010
6066
  },
6011
6067
  revisions: {
6012
6068
  cellDeleted: null,
@@ -6106,7 +6162,9 @@ var tr_default = {
6106
6162
  subscriptShortcut: "Alt simge (Ctrl+=)",
6107
6163
  imageProperties: "Görsel özellikleri",
6108
6164
  imagePropertiesShortcut: "Görsel özellikleri (alternatif metin, kenarlık)...",
6109
- clearFormatting: "Biçimlendirmeyi temizle"
6165
+ clearFormatting: "Biçimlendirmeyi temizle",
6166
+ commentsAndChanges: null,
6167
+ moreItems: null
6110
6168
  },
6111
6169
  alignment: {
6112
6170
  alignLeft: "Sola hizala",
@@ -6131,7 +6189,8 @@ var tr_default = {
6131
6189
  single: "Tek",
6132
6190
  double: "Çift",
6133
6191
  lineSpacingTitle: "Satır aralığı: {label}",
6134
- paragraphSpacing: "Paragraf aralığı"
6192
+ paragraphSpacing: "Paragraf aralığı",
6193
+ label: null
6135
6194
  },
6136
6195
  styles: {
6137
6196
  selectAriaLabel: "Paragraf stili seç",
@@ -6146,7 +6205,8 @@ var tr_default = {
6146
6205
  selectAriaLabel: "Yazı tipi ailesini seç",
6147
6206
  sansSerif: "Sans Serif",
6148
6207
  serif: "Serif",
6149
- monospace: "Eş aralıklı"
6208
+ monospace: "Eş aralıklı",
6209
+ other: null
6150
6210
  },
6151
6211
  fontSize: {
6152
6212
  decrease: "Yazı tipi boyutunu küçült",
@@ -6155,7 +6215,10 @@ var tr_default = {
6155
6215
  listLabel: "Yazı tipi boyutları"
6156
6216
  },
6157
6217
  zoom: {
6158
- ariaLabel: "Yakınlaştırma: {label}"
6218
+ ariaLabel: "Yakınlaştırma: {label}",
6219
+ zoomIn: null,
6220
+ zoomLevel: null,
6221
+ zoomOut: null
6159
6222
  },
6160
6223
  colorPicker: {
6161
6224
  ariaLabel: "{type} renk seçici",
@@ -6867,7 +6930,8 @@ var tr_default = {
6867
6930
  imageOverlay: {
6868
6931
  deleteImage: "Görseli sil",
6869
6932
  imageProperties: "Görsel özellikleri",
6870
- rotate: "Döndür"
6933
+ rotate: "Döndür",
6934
+ replaceImage: null
6871
6935
  },
6872
6936
  revisions: {
6873
6937
  cellDeleted: null,
@@ -6967,7 +7031,9 @@ var zh_CN_default = {
6967
7031
  subscriptShortcut: "下标(Ctrl+=)",
6968
7032
  imageProperties: "图片属性",
6969
7033
  imagePropertiesShortcut: "图片属性(替代文本、边框)...",
6970
- clearFormatting: "清除格式"
7034
+ clearFormatting: "清除格式",
7035
+ commentsAndChanges: null,
7036
+ moreItems: null
6971
7037
  },
6972
7038
  alignment: {
6973
7039
  alignLeft: "左对齐",
@@ -6992,7 +7058,8 @@ var zh_CN_default = {
6992
7058
  single: "单倍行距",
6993
7059
  double: "双倍行距",
6994
7060
  lineSpacingTitle: "行距: {label}",
6995
- paragraphSpacing: "段间距"
7061
+ paragraphSpacing: "段间距",
7062
+ label: null
6996
7063
  },
6997
7064
  styles: {
6998
7065
  selectAriaLabel: "选择段落样式",
@@ -7007,7 +7074,8 @@ var zh_CN_default = {
7007
7074
  selectAriaLabel: "选择字体",
7008
7075
  sansSerif: "Sans Serif",
7009
7076
  serif: "Serif",
7010
- monospace: "Monospace"
7077
+ monospace: "Monospace",
7078
+ other: null
7011
7079
  },
7012
7080
  fontSize: {
7013
7081
  decrease: "减小字号",
@@ -7016,7 +7084,10 @@ var zh_CN_default = {
7016
7084
  listLabel: "字号列表"
7017
7085
  },
7018
7086
  zoom: {
7019
- ariaLabel: "缩放: {label}"
7087
+ ariaLabel: "缩放: {label}",
7088
+ zoomIn: null,
7089
+ zoomLevel: null,
7090
+ zoomOut: null
7020
7091
  },
7021
7092
  colorPicker: {
7022
7093
  ariaLabel: "{type} 颜色选择器",
@@ -7728,7 +7799,8 @@ var zh_CN_default = {
7728
7799
  imageOverlay: {
7729
7800
  deleteImage: "删除图片",
7730
7801
  imageProperties: "图片属性",
7731
- rotate: "旋转"
7802
+ rotate: "旋转",
7803
+ replaceImage: null
7732
7804
  },
7733
7805
  revisions: {
7734
7806
  cellDeleted: null,
package/dist/pl.js CHANGED
@@ -106,7 +106,9 @@ var pl_default = {
106
106
  subscriptShortcut: "Indeks dolny (Ctrl+=)",
107
107
  imageProperties: "Właściwości obrazu",
108
108
  imagePropertiesShortcut: "Właściwości obrazu (tekst alternatywny, obramowanie)...",
109
- clearFormatting: "Wyczyść formatowanie"
109
+ clearFormatting: "Wyczyść formatowanie",
110
+ commentsAndChanges: null,
111
+ moreItems: null
110
112
  },
111
113
  alignment: {
112
114
  alignLeft: "Wyrównaj do lewej",
@@ -131,7 +133,8 @@ var pl_default = {
131
133
  single: "Pojedyncza",
132
134
  double: "Podwójna",
133
135
  lineSpacingTitle: "Interlinia: {label}",
134
- paragraphSpacing: "Odstępy między akapitami"
136
+ paragraphSpacing: "Odstępy między akapitami",
137
+ label: null
135
138
  },
136
139
  styles: {
137
140
  selectAriaLabel: "Wybierz styl akapitu",
@@ -146,7 +149,8 @@ var pl_default = {
146
149
  selectAriaLabel: "Wybierz rodzinę czcionek",
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: "Zmniejsz rozmiar czcionki",
@@ -155,7 +159,10 @@ var pl_default = {
155
159
  listLabel: "Rozmiary czcionek"
156
160
  },
157
161
  zoom: {
158
- ariaLabel: "Powiększenie: {label}"
162
+ ariaLabel: "Powiększenie: {label}",
163
+ zoomIn: null,
164
+ zoomLevel: null,
165
+ zoomOut: null
159
166
  },
160
167
  colorPicker: {
161
168
  ariaLabel: "Próbnik kolorów — {type}",
@@ -867,7 +874,8 @@ var pl_default = {
867
874
  imageOverlay: {
868
875
  deleteImage: "Usuń obraz",
869
876
  imageProperties: "Właściwości obrazu",
870
- rotate: "Obróć"
877
+ rotate: "Obróć",
878
+ replaceImage: null
871
879
  },
872
880
  revisions: {
873
881
  cellDeleted: null,
package/dist/pl.mjs CHANGED
@@ -79,7 +79,9 @@ var pl_default = {
79
79
  subscriptShortcut: "Indeks dolny (Ctrl+=)",
80
80
  imageProperties: "Właściwości obrazu",
81
81
  imagePropertiesShortcut: "Właściwości obrazu (tekst alternatywny, obramowanie)...",
82
- clearFormatting: "Wyczyść formatowanie"
82
+ clearFormatting: "Wyczyść formatowanie",
83
+ commentsAndChanges: null,
84
+ moreItems: null
83
85
  },
84
86
  alignment: {
85
87
  alignLeft: "Wyrównaj do lewej",
@@ -104,7 +106,8 @@ var pl_default = {
104
106
  single: "Pojedyncza",
105
107
  double: "Podwójna",
106
108
  lineSpacingTitle: "Interlinia: {label}",
107
- paragraphSpacing: "Odstępy między akapitami"
109
+ paragraphSpacing: "Odstępy między akapitami",
110
+ label: null
108
111
  },
109
112
  styles: {
110
113
  selectAriaLabel: "Wybierz styl akapitu",
@@ -119,7 +122,8 @@ var pl_default = {
119
122
  selectAriaLabel: "Wybierz rodzinę czcionek",
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: "Zmniejsz rozmiar czcionki",
@@ -128,7 +132,10 @@ var pl_default = {
128
132
  listLabel: "Rozmiary czcionek"
129
133
  },
130
134
  zoom: {
131
- ariaLabel: "Powiększenie: {label}"
135
+ ariaLabel: "Powiększenie: {label}",
136
+ zoomIn: null,
137
+ zoomLevel: null,
138
+ zoomOut: null
132
139
  },
133
140
  colorPicker: {
134
141
  ariaLabel: "Próbnik kolorów — {type}",
@@ -840,7 +847,8 @@ var pl_default = {
840
847
  imageOverlay: {
841
848
  deleteImage: "Usuń obraz",
842
849
  imageProperties: "Właściwości obrazu",
843
- rotate: "Obróć"
850
+ rotate: "Obróć",
851
+ replaceImage: null
844
852
  },
845
853
  revisions: {
846
854
  cellDeleted: null,
package/dist/pt-BR.js CHANGED
@@ -106,7 +106,9 @@ var pt_BR_default = {
106
106
  subscriptShortcut: "Subscrito (Ctrl+=)",
107
107
  imageProperties: "Propriedades da imagem",
108
108
  imagePropertiesShortcut: "Propriedades da imagem (texto alternativo, borda)...",
109
- clearFormatting: "Limpar formatação"
109
+ clearFormatting: "Limpar formatação",
110
+ commentsAndChanges: null,
111
+ moreItems: null
110
112
  },
111
113
  alignment: {
112
114
  alignLeft: "Alinhar à esquerda",
@@ -131,7 +133,8 @@ var pt_BR_default = {
131
133
  single: "Simples",
132
134
  double: "Duplo",
133
135
  lineSpacingTitle: "Espaçamento entre linhas: {label}",
134
- paragraphSpacing: "Espaçamento entre parágrafos"
136
+ paragraphSpacing: "Espaçamento entre parágrafos",
137
+ label: null
135
138
  },
136
139
  styles: {
137
140
  selectAriaLabel: "Selecionar estilo de parágrafo",
@@ -146,7 +149,8 @@ var pt_BR_default = {
146
149
  selectAriaLabel: "Selecionar família da fonte",
147
150
  sansSerif: "Sans Serif",
148
151
  serif: "Serif",
149
- monospace: "Monoespaçado"
152
+ monospace: "Monoespaçado",
153
+ other: null
150
154
  },
151
155
  fontSize: {
152
156
  decrease: "Diminuir tamanho da fonte",
@@ -155,7 +159,10 @@ var pt_BR_default = {
155
159
  listLabel: "Tamanhos da fonte"
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: "Seletor de cores {type}",
@@ -867,7 +874,8 @@ var pt_BR_default = {
867
874
  imageOverlay: {
868
875
  deleteImage: "Excluir imagem",
869
876
  imageProperties: "Propriedades da imagem",
870
- rotate: "Girar"
877
+ rotate: "Girar",
878
+ replaceImage: null
871
879
  },
872
880
  revisions: {
873
881
  cellDeleted: null,
package/dist/pt-BR.mjs CHANGED
@@ -79,7 +79,9 @@ var pt_BR_default = {
79
79
  subscriptShortcut: "Subscrito (Ctrl+=)",
80
80
  imageProperties: "Propriedades da imagem",
81
81
  imagePropertiesShortcut: "Propriedades da imagem (texto alternativo, borda)...",
82
- clearFormatting: "Limpar formatação"
82
+ clearFormatting: "Limpar formatação",
83
+ commentsAndChanges: null,
84
+ moreItems: null
83
85
  },
84
86
  alignment: {
85
87
  alignLeft: "Alinhar à esquerda",
@@ -104,7 +106,8 @@ var pt_BR_default = {
104
106
  single: "Simples",
105
107
  double: "Duplo",
106
108
  lineSpacingTitle: "Espaçamento entre linhas: {label}",
107
- paragraphSpacing: "Espaçamento entre parágrafos"
109
+ paragraphSpacing: "Espaçamento entre parágrafos",
110
+ label: null
108
111
  },
109
112
  styles: {
110
113
  selectAriaLabel: "Selecionar estilo de parágrafo",
@@ -119,7 +122,8 @@ var pt_BR_default = {
119
122
  selectAriaLabel: "Selecionar família da fonte",
120
123
  sansSerif: "Sans Serif",
121
124
  serif: "Serif",
122
- monospace: "Monoespaçado"
125
+ monospace: "Monoespaçado",
126
+ other: null
123
127
  },
124
128
  fontSize: {
125
129
  decrease: "Diminuir tamanho da fonte",
@@ -128,7 +132,10 @@ var pt_BR_default = {
128
132
  listLabel: "Tamanhos da fonte"
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: "Seletor de cores {type}",
@@ -840,7 +847,8 @@ var pt_BR_default = {
840
847
  imageOverlay: {
841
848
  deleteImage: "Excluir imagem",
842
849
  imageProperties: "Propriedades da imagem",
843
- rotate: "Girar"
850
+ rotate: "Girar",
851
+ replaceImage: null
844
852
  },
845
853
  revisions: {
846
854
  cellDeleted: null,