@eigenpal/docx-editor-i18n 1.3.1 → 1.3.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/index.js CHANGED
@@ -116,7 +116,9 @@ var en_default = {
116
116
  subscriptShortcut: "Subscript (Ctrl+=)",
117
117
  imageProperties: "Image properties",
118
118
  imagePropertiesShortcut: "Image properties (alt text, border)...",
119
- clearFormatting: "Clear formatting"
119
+ clearFormatting: "Clear formatting",
120
+ commentsAndChanges: "Comments & Changes",
121
+ moreItems: "{count, plural, one {# more item} other {# more items}}"
120
122
  },
121
123
  alignment: {
122
124
  alignLeft: "Align Left",
@@ -138,6 +140,7 @@ var en_default = {
138
140
  increaseIndent: "Increase Indent"
139
141
  },
140
142
  lineSpacing: {
143
+ label: "Line spacing",
141
144
  single: "Single",
142
145
  double: "Double",
143
146
  lineSpacingTitle: "Line spacing: {label}",
@@ -156,7 +159,8 @@ var en_default = {
156
159
  selectAriaLabel: "Select font family",
157
160
  sansSerif: "Sans Serif",
158
161
  serif: "Serif",
159
- monospace: "Monospace"
162
+ monospace: "Monospace",
163
+ other: "Other"
160
164
  },
161
165
  fontSize: {
162
166
  decrease: "Decrease font size",
@@ -165,7 +169,10 @@ var en_default = {
165
169
  listLabel: "Font sizes"
166
170
  },
167
171
  zoom: {
168
- ariaLabel: "Zoom: {label}"
172
+ ariaLabel: "Zoom: {label}",
173
+ zoomOut: "Zoom out",
174
+ zoomIn: "Zoom in",
175
+ zoomLevel: "Zoom level"
169
176
  },
170
177
  colorPicker: {
171
178
  ariaLabel: "{type} color picker",
@@ -852,7 +859,8 @@ var en_default = {
852
859
  imageOverlay: {
853
860
  rotate: "Rotate",
854
861
  imageProperties: "Image properties",
855
- deleteImage: "Delete image"
862
+ deleteImage: "Delete image",
863
+ replaceImage: "Replace image…"
856
864
  },
857
865
  ruler: {
858
866
  horizontal: "Horizontal ruler",
@@ -977,7 +985,9 @@ var de_default = {
977
985
  subscriptShortcut: "Tiefgestellt (Strg+=)",
978
986
  imageProperties: "Bildeigenschaften",
979
987
  imagePropertiesShortcut: "Bildeigenschaften (Alternativtext, Rahmen)...",
980
- clearFormatting: "Formatierung löschen"
988
+ clearFormatting: "Formatierung löschen",
989
+ commentsAndChanges: "Kommentare & Änderungen",
990
+ moreItems: "{count, plural, one {# weiteres Element} other {# weitere Elemente}}"
981
991
  },
982
992
  alignment: {
983
993
  alignLeft: "Linksbündig",
@@ -1002,7 +1012,8 @@ var de_default = {
1002
1012
  single: "Einfach",
1003
1013
  double: "Doppelt",
1004
1014
  lineSpacingTitle: "Zeilenabstand: {label}",
1005
- paragraphSpacing: "Absatzabstand"
1015
+ paragraphSpacing: "Absatzabstand",
1016
+ label: "Zeilenabstand"
1006
1017
  },
1007
1018
  styles: {
1008
1019
  selectAriaLabel: "Absatzformatvorlage auswählen",
@@ -1017,7 +1028,8 @@ var de_default = {
1017
1028
  selectAriaLabel: "Schriftart auswählen",
1018
1029
  sansSerif: "Sans Serif",
1019
1030
  serif: "Serif",
1020
- monospace: "Monospace"
1031
+ monospace: "Monospace",
1032
+ other: "Andere"
1021
1033
  },
1022
1034
  fontSize: {
1023
1035
  decrease: "Schriftgrad verkleinern",
@@ -1026,7 +1038,10 @@ var de_default = {
1026
1038
  listLabel: "Schriftgrade"
1027
1039
  },
1028
1040
  zoom: {
1029
- ariaLabel: "Zoom: {label}"
1041
+ ariaLabel: "Zoom: {label}",
1042
+ zoomIn: "Vergrößern",
1043
+ zoomLevel: "Zoomstufe",
1044
+ zoomOut: "Verkleinern"
1030
1045
  },
1031
1046
  colorPicker: {
1032
1047
  ariaLabel: "Farbauswahl — {type}",
@@ -1738,7 +1753,8 @@ var de_default = {
1738
1753
  imageOverlay: {
1739
1754
  deleteImage: "Bild löschen",
1740
1755
  imageProperties: "Bildeigenschaften",
1741
- rotate: "Drehen"
1756
+ rotate: "Drehen",
1757
+ replaceImage: "Bild ersetzen…"
1742
1758
  },
1743
1759
  revisions: {
1744
1760
  cellDeleted: null,
@@ -1838,7 +1854,9 @@ var fr_default = {
1838
1854
  subscriptShortcut: "Indice (Ctrl+=)",
1839
1855
  imageProperties: "Propriétés de l'image",
1840
1856
  imagePropertiesShortcut: "Propriétés de l'image... (description, bordure)",
1841
- clearFormatting: "Effacer la mise en forme"
1857
+ clearFormatting: "Effacer la mise en forme",
1858
+ commentsAndChanges: null,
1859
+ moreItems: null
1842
1860
  },
1843
1861
  alignment: {
1844
1862
  alignLeft: "Aligner à gauche",
@@ -1863,7 +1881,8 @@ var fr_default = {
1863
1881
  single: "Simple",
1864
1882
  double: "Double",
1865
1883
  lineSpacingTitle: "Interligne : {label}",
1866
- paragraphSpacing: "Espacement des paragraphes"
1884
+ paragraphSpacing: "Espacement des paragraphes",
1885
+ label: null
1867
1886
  },
1868
1887
  styles: {
1869
1888
  selectAriaLabel: "Sélectionner le type de paragraphe",
@@ -1878,7 +1897,8 @@ var fr_default = {
1878
1897
  selectAriaLabel: "Sélectionner une police",
1879
1898
  sansSerif: "Sans Serif",
1880
1899
  serif: "Serif",
1881
- monospace: "Monospace"
1900
+ monospace: "Monospace",
1901
+ other: null
1882
1902
  },
1883
1903
  fontSize: {
1884
1904
  decrease: "Diminuer la taille de la police",
@@ -1887,7 +1907,10 @@ var fr_default = {
1887
1907
  listLabel: "Tailles de police"
1888
1908
  },
1889
1909
  zoom: {
1890
- ariaLabel: "Zoom : {label}"
1910
+ ariaLabel: "Zoom : {label}",
1911
+ zoomIn: null,
1912
+ zoomLevel: null,
1913
+ zoomOut: null
1891
1914
  },
1892
1915
  colorPicker: {
1893
1916
  ariaLabel: "Choisir la couleur {type}",
@@ -2559,7 +2582,8 @@ var fr_default = {
2559
2582
  imageOverlay: {
2560
2583
  rotate: "Faire pivoter",
2561
2584
  imageProperties: "Propriétés de l'image",
2562
- deleteImage: "Supprimer l'image"
2585
+ deleteImage: "Supprimer l'image",
2586
+ replaceImage: null
2563
2587
  },
2564
2588
  ruler: {
2565
2589
  horizontal: "Règle horizontale",
@@ -2699,7 +2723,9 @@ var he_default = {
2699
2723
  subscriptShortcut: "כתב תחתי",
2700
2724
  imageProperties: "מאפייני תמונה",
2701
2725
  imagePropertiesShortcut: "מאפייני תמונה",
2702
- clearFormatting: "נקה עיצוב"
2726
+ clearFormatting: "נקה עיצוב",
2727
+ commentsAndChanges: null,
2728
+ moreItems: null
2703
2729
  },
2704
2730
  alignment: {
2705
2731
  alignLeft: "יישור לשמאל",
@@ -2724,7 +2750,8 @@ var he_default = {
2724
2750
  single: "יחיד",
2725
2751
  double: "כפול",
2726
2752
  lineSpacingTitle: "מרחק בין שורות: {label}",
2727
- paragraphSpacing: "מרחק בין פסקאות"
2753
+ paragraphSpacing: "מרחק בין פסקאות",
2754
+ label: null
2728
2755
  },
2729
2756
  styles: {
2730
2757
  selectAriaLabel: "בחר סגנון פסקה",
@@ -2739,7 +2766,8 @@ var he_default = {
2739
2766
  selectAriaLabel: "בחר סוג גופן",
2740
2767
  sansSerif: "Sans Serif",
2741
2768
  serif: "Serif",
2742
- monospace: "Monospace"
2769
+ monospace: "Monospace",
2770
+ other: null
2743
2771
  },
2744
2772
  fontSize: {
2745
2773
  decrease: "הקטנת גופן",
@@ -2748,7 +2776,10 @@ var he_default = {
2748
2776
  listLabel: "גדלי גופן"
2749
2777
  },
2750
2778
  zoom: {
2751
- ariaLabel: "זום: {label}"
2779
+ ariaLabel: "זום: {label}",
2780
+ zoomIn: null,
2781
+ zoomLevel: null,
2782
+ zoomOut: null
2752
2783
  },
2753
2784
  colorPicker: {
2754
2785
  ariaLabel: "בחר צבע {type}",
@@ -3460,7 +3491,8 @@ var he_default = {
3460
3491
  imageOverlay: {
3461
3492
  deleteImage: "מחק תמונה",
3462
3493
  imageProperties: "מאפייני תמונה",
3463
- rotate: "סובב"
3494
+ rotate: "סובב",
3495
+ replaceImage: null
3464
3496
  },
3465
3497
  revisions: {
3466
3498
  cellDeleted: null,
@@ -3560,7 +3592,9 @@ var hi_default = {
3560
3592
  subscriptShortcut: "सबस्क्रिप्ट (Ctrl+=)",
3561
3593
  imageProperties: "चित्र की विशेषताएँ",
3562
3594
  imagePropertiesShortcut: "चित्र की विशेषताएँ (ऑल्ट टेक्स्ट, बॉर्डर)...",
3563
- clearFormatting: "प्रारूपण साफ करें"
3595
+ clearFormatting: "प्रारूपण साफ करें",
3596
+ commentsAndChanges: null,
3597
+ moreItems: null
3564
3598
  },
3565
3599
  alignment: {
3566
3600
  alignLeft: "बाएं संरेखित करें",
@@ -3585,7 +3619,8 @@ var hi_default = {
3585
3619
  single: "एकल",
3586
3620
  double: "दुगुना",
3587
3621
  lineSpacingTitle: "लाइन स्पेसिंग: {label}",
3588
- paragraphSpacing: "पैराग्राफ स्पेसिंग"
3622
+ paragraphSpacing: "पैराग्राफ स्पेसिंग",
3623
+ label: null
3589
3624
  },
3590
3625
  styles: {
3591
3626
  selectAriaLabel: "पैराग्राफ शैली चुनें",
@@ -3600,7 +3635,8 @@ var hi_default = {
3600
3635
  selectAriaLabel: "फ़ॉन्ट फैमिली चुनें",
3601
3636
  sansSerif: "Sans Serif",
3602
3637
  serif: "Serif",
3603
- monospace: "Monospace"
3638
+ monospace: "Monospace",
3639
+ other: null
3604
3640
  },
3605
3641
  fontSize: {
3606
3642
  decrease: "फ़ॉन्ट आकार घटाएं",
@@ -3609,7 +3645,10 @@ var hi_default = {
3609
3645
  listLabel: "फ़ॉन्ट आकार"
3610
3646
  },
3611
3647
  zoom: {
3612
- ariaLabel: "ज़ूम: {label}"
3648
+ ariaLabel: "ज़ूम: {label}",
3649
+ zoomIn: null,
3650
+ zoomLevel: null,
3651
+ zoomOut: null
3613
3652
  },
3614
3653
  colorPicker: {
3615
3654
  ariaLabel: "{type} रंग पिकर",
@@ -4281,7 +4320,8 @@ var hi_default = {
4281
4320
  imageOverlay: {
4282
4321
  rotate: "घुमाएं",
4283
4322
  imageProperties: "चित्र की विशेषताएँ",
4284
- deleteImage: "चित्र हटाएं"
4323
+ deleteImage: "चित्र हटाएं",
4324
+ replaceImage: null
4285
4325
  },
4286
4326
  ruler: {
4287
4327
  horizontal: "क्षैतिज रूलर",
@@ -4421,7 +4461,9 @@ var pl_default = {
4421
4461
  subscriptShortcut: "Indeks dolny (Ctrl+=)",
4422
4462
  imageProperties: "Właściwości obrazu",
4423
4463
  imagePropertiesShortcut: "Właściwości obrazu (tekst alternatywny, obramowanie)...",
4424
- clearFormatting: "Wyczyść formatowanie"
4464
+ clearFormatting: "Wyczyść formatowanie",
4465
+ commentsAndChanges: null,
4466
+ moreItems: null
4425
4467
  },
4426
4468
  alignment: {
4427
4469
  alignLeft: "Wyrównaj do lewej",
@@ -4446,7 +4488,8 @@ var pl_default = {
4446
4488
  single: "Pojedyncza",
4447
4489
  double: "Podwójna",
4448
4490
  lineSpacingTitle: "Interlinia: {label}",
4449
- paragraphSpacing: "Odstępy między akapitami"
4491
+ paragraphSpacing: "Odstępy między akapitami",
4492
+ label: null
4450
4493
  },
4451
4494
  styles: {
4452
4495
  selectAriaLabel: "Wybierz styl akapitu",
@@ -4461,7 +4504,8 @@ var pl_default = {
4461
4504
  selectAriaLabel: "Wybierz rodzinę czcionek",
4462
4505
  sansSerif: "Sans Serif",
4463
4506
  serif: "Serif",
4464
- monospace: "Monospace"
4507
+ monospace: "Monospace",
4508
+ other: null
4465
4509
  },
4466
4510
  fontSize: {
4467
4511
  decrease: "Zmniejsz rozmiar czcionki",
@@ -4470,7 +4514,10 @@ var pl_default = {
4470
4514
  listLabel: "Rozmiary czcionek"
4471
4515
  },
4472
4516
  zoom: {
4473
- ariaLabel: "Powiększenie: {label}"
4517
+ ariaLabel: "Powiększenie: {label}",
4518
+ zoomIn: null,
4519
+ zoomLevel: null,
4520
+ zoomOut: null
4474
4521
  },
4475
4522
  colorPicker: {
4476
4523
  ariaLabel: "Próbnik kolorów — {type}",
@@ -5182,7 +5229,8 @@ var pl_default = {
5182
5229
  imageOverlay: {
5183
5230
  deleteImage: "Usuń obraz",
5184
5231
  imageProperties: "Właściwości obrazu",
5185
- rotate: "Obróć"
5232
+ rotate: "Obróć",
5233
+ replaceImage: null
5186
5234
  },
5187
5235
  revisions: {
5188
5236
  cellDeleted: null,
@@ -5282,7 +5330,9 @@ var pt_BR_default = {
5282
5330
  subscriptShortcut: "Subscrito (Ctrl+=)",
5283
5331
  imageProperties: "Propriedades da imagem",
5284
5332
  imagePropertiesShortcut: "Propriedades da imagem (texto alternativo, borda)...",
5285
- clearFormatting: "Limpar formatação"
5333
+ clearFormatting: "Limpar formatação",
5334
+ commentsAndChanges: null,
5335
+ moreItems: null
5286
5336
  },
5287
5337
  alignment: {
5288
5338
  alignLeft: "Alinhar à esquerda",
@@ -5307,7 +5357,8 @@ var pt_BR_default = {
5307
5357
  single: "Simples",
5308
5358
  double: "Duplo",
5309
5359
  lineSpacingTitle: "Espaçamento entre linhas: {label}",
5310
- paragraphSpacing: "Espaçamento entre parágrafos"
5360
+ paragraphSpacing: "Espaçamento entre parágrafos",
5361
+ label: null
5311
5362
  },
5312
5363
  styles: {
5313
5364
  selectAriaLabel: "Selecionar estilo de parágrafo",
@@ -5322,7 +5373,8 @@ var pt_BR_default = {
5322
5373
  selectAriaLabel: "Selecionar família da fonte",
5323
5374
  sansSerif: "Sans Serif",
5324
5375
  serif: "Serif",
5325
- monospace: "Monoespaçado"
5376
+ monospace: "Monoespaçado",
5377
+ other: null
5326
5378
  },
5327
5379
  fontSize: {
5328
5380
  decrease: "Diminuir tamanho da fonte",
@@ -5331,7 +5383,10 @@ var pt_BR_default = {
5331
5383
  listLabel: "Tamanhos da fonte"
5332
5384
  },
5333
5385
  zoom: {
5334
- ariaLabel: "Zoom: {label}"
5386
+ ariaLabel: "Zoom: {label}",
5387
+ zoomIn: null,
5388
+ zoomLevel: null,
5389
+ zoomOut: null
5335
5390
  },
5336
5391
  colorPicker: {
5337
5392
  ariaLabel: "Seletor de cores {type}",
@@ -6043,7 +6098,8 @@ var pt_BR_default = {
6043
6098
  imageOverlay: {
6044
6099
  deleteImage: "Excluir imagem",
6045
6100
  imageProperties: "Propriedades da imagem",
6046
- rotate: "Girar"
6101
+ rotate: "Girar",
6102
+ replaceImage: null
6047
6103
  },
6048
6104
  revisions: {
6049
6105
  cellDeleted: null,
@@ -6143,7 +6199,9 @@ var tr_default = {
6143
6199
  subscriptShortcut: "Alt simge (Ctrl+=)",
6144
6200
  imageProperties: "Görsel özellikleri",
6145
6201
  imagePropertiesShortcut: "Görsel özellikleri (alternatif metin, kenarlık)...",
6146
- clearFormatting: "Biçimlendirmeyi temizle"
6202
+ clearFormatting: "Biçimlendirmeyi temizle",
6203
+ commentsAndChanges: null,
6204
+ moreItems: null
6147
6205
  },
6148
6206
  alignment: {
6149
6207
  alignLeft: "Sola hizala",
@@ -6168,7 +6226,8 @@ var tr_default = {
6168
6226
  single: "Tek",
6169
6227
  double: "Çift",
6170
6228
  lineSpacingTitle: "Satır aralığı: {label}",
6171
- paragraphSpacing: "Paragraf aralığı"
6229
+ paragraphSpacing: "Paragraf aralığı",
6230
+ label: null
6172
6231
  },
6173
6232
  styles: {
6174
6233
  selectAriaLabel: "Paragraf stili seç",
@@ -6183,7 +6242,8 @@ var tr_default = {
6183
6242
  selectAriaLabel: "Yazı tipi ailesini seç",
6184
6243
  sansSerif: "Sans Serif",
6185
6244
  serif: "Serif",
6186
- monospace: "Eş aralıklı"
6245
+ monospace: "Eş aralıklı",
6246
+ other: null
6187
6247
  },
6188
6248
  fontSize: {
6189
6249
  decrease: "Yazı tipi boyutunu küçült",
@@ -6192,7 +6252,10 @@ var tr_default = {
6192
6252
  listLabel: "Yazı tipi boyutları"
6193
6253
  },
6194
6254
  zoom: {
6195
- ariaLabel: "Yakınlaştırma: {label}"
6255
+ ariaLabel: "Yakınlaştırma: {label}",
6256
+ zoomIn: null,
6257
+ zoomLevel: null,
6258
+ zoomOut: null
6196
6259
  },
6197
6260
  colorPicker: {
6198
6261
  ariaLabel: "{type} renk seçici",
@@ -6904,7 +6967,8 @@ var tr_default = {
6904
6967
  imageOverlay: {
6905
6968
  deleteImage: "Görseli sil",
6906
6969
  imageProperties: "Görsel özellikleri",
6907
- rotate: "Döndür"
6970
+ rotate: "Döndür",
6971
+ replaceImage: null
6908
6972
  },
6909
6973
  revisions: {
6910
6974
  cellDeleted: null,
@@ -7004,7 +7068,9 @@ var zh_CN_default = {
7004
7068
  subscriptShortcut: "下标(Ctrl+=)",
7005
7069
  imageProperties: "图片属性",
7006
7070
  imagePropertiesShortcut: "图片属性(替代文本、边框)...",
7007
- clearFormatting: "清除格式"
7071
+ clearFormatting: "清除格式",
7072
+ commentsAndChanges: null,
7073
+ moreItems: null
7008
7074
  },
7009
7075
  alignment: {
7010
7076
  alignLeft: "左对齐",
@@ -7029,7 +7095,8 @@ var zh_CN_default = {
7029
7095
  single: "单倍行距",
7030
7096
  double: "双倍行距",
7031
7097
  lineSpacingTitle: "行距: {label}",
7032
- paragraphSpacing: "段间距"
7098
+ paragraphSpacing: "段间距",
7099
+ label: null
7033
7100
  },
7034
7101
  styles: {
7035
7102
  selectAriaLabel: "选择段落样式",
@@ -7044,7 +7111,8 @@ var zh_CN_default = {
7044
7111
  selectAriaLabel: "选择字体",
7045
7112
  sansSerif: "Sans Serif",
7046
7113
  serif: "Serif",
7047
- monospace: "Monospace"
7114
+ monospace: "Monospace",
7115
+ other: null
7048
7116
  },
7049
7117
  fontSize: {
7050
7118
  decrease: "减小字号",
@@ -7053,7 +7121,10 @@ var zh_CN_default = {
7053
7121
  listLabel: "字号列表"
7054
7122
  },
7055
7123
  zoom: {
7056
- ariaLabel: "缩放: {label}"
7124
+ ariaLabel: "缩放: {label}",
7125
+ zoomIn: null,
7126
+ zoomLevel: null,
7127
+ zoomOut: null
7057
7128
  },
7058
7129
  colorPicker: {
7059
7130
  ariaLabel: "{type} 颜色选择器",
@@ -7765,7 +7836,8 @@ var zh_CN_default = {
7765
7836
  imageOverlay: {
7766
7837
  deleteImage: "删除图片",
7767
7838
  imageProperties: "图片属性",
7768
- rotate: "旋转"
7839
+ rotate: "旋转",
7840
+ replaceImage: null
7769
7841
  },
7770
7842
  revisions: {
7771
7843
  cellDeleted: null,