@sapui5/sap.ui.richtexteditor 1.102.2 → 1.104.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ui.richtexteditor",
3
- "version": "1.102.2",
3
+ "version": "1.104.0",
4
4
  "description": "SAPUI5 Library sap.ui.richtexteditor",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  * (c) Copyright 2009-2022 SAP SE. All rights reserved.</copyright>
8
- <version>1.102.2</version>
8
+ <version>1.104.0</version>
9
9
 
10
10
  <documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>
11
11
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @alias sap.ui.richtexteditor.RTESplitButton
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.102.2
27
+ * @version 1.104.0
28
28
  */
29
29
  var RTESplitButton = SplitButton.extend("sap.ui.richtexteditor.RTESplitButton", {
30
30
  metadata: {
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  "sap.ui.richtexteditor.RTESplitButton"
35
35
  ],
36
36
  elements: [],
37
- version: "1.102.2"
37
+ version: "1.104.0"
38
38
  });
39
39
 
40
40
  /**
@@ -12,7 +12,7 @@ UNDERLINE_BUTTON_TOOLTIP=Soulign\u00E9
12
12
 
13
13
  STRIKETHROUGH_BUTTON_TOOLTIP=Barr\u00E9
14
14
 
15
- TEXTALIGN_BUTTON_TOOLTIP=Aligner texte
15
+ TEXTALIGN_BUTTON_TOOLTIP=Aligner le texte
16
16
 
17
17
  FORMAT_BUTTON_TOOLTIP=Format
18
18
 
@@ -32,7 +32,7 @@ PARAGRAPH_BUTTON_TEXT=Paragraphe
32
32
 
33
33
  BACKGROUND_COLOR_BUTTON_TOOLTIP=Couleur d'arri\u00E8re-plan
34
34
 
35
- TEXT_COLOR_BUTTON_TOOLTIP=Coul.txte
35
+ TEXT_COLOR_BUTTON_TOOLTIP=Couleur de texte
36
36
 
37
37
  CUT_BUTTON_TOOLTIP=Couper
38
38
 
@@ -44,25 +44,25 @@ UNDO_BUTTON_TOOLTIP=Annuler
44
44
 
45
45
  REDO_BUTTON_TOOLTIP=R\u00E9tablir
46
46
 
47
- LINK_BUTTON_TOOLTIP=Ins\u00E9rer/Traiter lien
47
+ LINK_BUTTON_TOOLTIP=Ins\u00E9rer/Modifier le lien
48
48
 
49
- UNLINK_BUTTON_TOOLTIP=Supprimer lien
49
+ UNLINK_BUTTON_TOOLTIP=Supprimer le lien
50
50
 
51
- IMAGE_BUTTON_TOOLTIP=Ins\u00E9rer/Traiter image
51
+ IMAGE_BUTTON_TOOLTIP=Ins\u00E9rer/Modifier l'image
52
52
 
53
53
  UNORDERED_LIST_BUTTON_TOOLTIP=Liste \u00E0 puces
54
54
 
55
55
  ORDERED_LIST_BUTTON_TOOLTIP=Liste num\u00E9rot\u00E9e
56
56
 
57
- OUTDENT_BUTTON_TOOLTIP=R\u00E9duire retrait
57
+ OUTDENT_BUTTON_TOOLTIP=R\u00E9duire le retrait
58
58
 
59
- INDENT_BUTTON_TOOLTIP=Augmenter retrait
59
+ INDENT_BUTTON_TOOLTIP=Augmenter le retrait
60
60
 
61
- TABLE_BUTTON_TOOLTIP=Ins\u00E9rer table
61
+ TABLE_BUTTON_TOOLTIP=Ins\u00E9rer une table
62
62
 
63
63
  FONT_FAMILY_TEXT=Police
64
64
 
65
- FONT_SIZE_TEXT=Taille police
65
+ FONT_SIZE_TEXT=Taille de la police
66
66
 
67
67
  FONT_COLOR_TEXT=Couleur de texte
68
68
 
@@ -82,7 +82,7 @@ INSERT_IMAGE_DESCRIPTION=Description
82
82
 
83
83
  INSERT_CONTENT_DIMENSIONS=Dimensions
84
84
 
85
- INSERT_IMAGE_RATIO=G\u00E9rer ratio d'aspect
85
+ INSERT_IMAGE_RATIO=G\u00E9rer le ratio d'aspect
86
86
 
87
87
  DIALOG_OK_BUTTON=OK
88
88
 
@@ -90,7 +90,7 @@ DIALOG_CANCEL_BUTTON=Interrompre
90
90
 
91
91
  INSERT_LINK_URL=URL
92
92
 
93
- INSERT_LINK_DISPLAY_TEXT=Afficher texte
93
+ INSERT_LINK_DISPLAY_TEXT=Texte \u00E0 afficher
94
94
 
95
95
  INSERT_LINK_TITLE=Titre
96
96