@sapui5/sap.ui.richtexteditor 1.96.38 → 1.96.40
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 +1 -1
- package/src/sap/ui/richtexteditor/.library +1 -1
- package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
- package/src/sap/ui/richtexteditor/library.js +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_de.properties +2 -2
- package/src/sap/ui/richtexteditor/messagebundle_fr.properties +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_kk.properties +2 -2
- package/src/sap/ui/richtexteditor/messagebundle_ko.properties +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_sh.properties +1 -1
- package/src/sap/ui/richtexteditor/messagebundle_sr.properties +1 -1
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>SAPUI5
|
|
7
7
|
* (c) Copyright 2009-2021 SAP SE. All rights reserved.</copyright>
|
|
8
|
-
<version>1.96.
|
|
8
|
+
<version>1.96.40</version>
|
|
9
9
|
|
|
10
10
|
<documentation>A rich text editor (RTE) control. Requires installation of an additional rich text editor library.</documentation>
|
|
11
11
|
|
|
@@ -69,7 +69,7 @@ UNDO_BUTTON_TOOLTIP=R\u00FCckg\u00E4ngig machen
|
|
|
69
69
|
REDO_BUTTON_TOOLTIP=Wiederherstellen
|
|
70
70
|
|
|
71
71
|
#XTOL: Tooltip for link button
|
|
72
|
-
LINK_BUTTON_TOOLTIP=Link einf\u00FCgen
|
|
72
|
+
LINK_BUTTON_TOOLTIP=Link einf\u00FCgen/bearbeiten
|
|
73
73
|
|
|
74
74
|
#XTOL: Tooltip for unlink button
|
|
75
75
|
UNLINK_BUTTON_TOOLTIP=Link entfernen
|
|
@@ -111,7 +111,7 @@ TEXTALIGH_LEFT=Links
|
|
|
111
111
|
TEXTALIGH_RIGHT=Rechts
|
|
112
112
|
|
|
113
113
|
#XTOL: Heading for center alignment option from alignment menu
|
|
114
|
-
TEXTALIGH_CENTER=
|
|
114
|
+
TEXTALIGH_CENTER=Zentriert
|
|
115
115
|
|
|
116
116
|
#XTOL: Heading for full alignment option from alignment menu
|
|
117
117
|
TEXTALIGH_FULL=Blocksatz
|
|
@@ -132,7 +132,7 @@ INSERT_IMAGE_RATIO=G\u00E9rer le ratio d'aspect
|
|
|
132
132
|
DIALOG_OK_BUTTON=OK
|
|
133
133
|
|
|
134
134
|
#XBUT: Cancel button for inserting content dialog
|
|
135
|
-
DIALOG_CANCEL_BUTTON=
|
|
135
|
+
DIALOG_CANCEL_BUTTON=Annuler
|
|
136
136
|
|
|
137
137
|
#XFLD: Label for url input for inserting link
|
|
138
138
|
INSERT_LINK_URL=URL
|
|
@@ -153,7 +153,7 @@ INSERT_LINK_TARGET_NEW_WINDOW=\u0416\u0430\u04A3\u0430 \u0442\u0435\u0440\u0435\
|
|
|
153
153
|
INSERT_LINK_TARGET=\u041C\u0430\u049B\u0441\u0430\u0442
|
|
154
154
|
|
|
155
155
|
#XFLD: Label for number of rows input for inserting table
|
|
156
|
-
INSERT_TABLE_ROWS=\
|
|
156
|
+
INSERT_TABLE_ROWS=\u0416\u043E\u043B\u0434\u0430\u0440 \u0441\u0430\u043D\u044B\:
|
|
157
157
|
|
|
158
158
|
#XFLD: Label for number of cols input for inserting table
|
|
159
|
-
INSERT_TABLE_COLS=\u0411\u0430\u0493\u0430\u043D \u0441\u0430\u043D\u044B\:
|
|
159
|
+
INSERT_TABLE_COLS=\u0411\u0430\u0493\u0430\u043D\u0434\u0430\u0440 \u0441\u0430\u043D\u044B\:
|
|
@@ -126,7 +126,7 @@ INSERT_IMAGE_DESCRIPTION=\uB0B4\uC5ED
|
|
|
126
126
|
INSERT_CONTENT_DIMENSIONS=\uCC28\uC6D0
|
|
127
127
|
|
|
128
128
|
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
129
|
-
INSERT_IMAGE_RATIO=\uAC00\uB85C \uC138\uB85C \uBE44\uC728 \uC720\uC9C0
|
|
129
|
+
INSERT_IMAGE_RATIO=\uAC00\uB85C \uC138\uB85C \uBE44\uC728 \uC720\uC9C0
|
|
130
130
|
|
|
131
131
|
#XBUT: OK button for inserting content dialog
|
|
132
132
|
DIALOG_OK_BUTTON=\uD655\uC778
|
|
@@ -78,7 +78,7 @@ UNLINK_BUTTON_TOOLTIP=Ukloni vezu
|
|
|
78
78
|
IMAGE_BUTTON_TOOLTIP=Unesi/uredi sliku
|
|
79
79
|
|
|
80
80
|
#XTOL: Tooltip for unordered list button
|
|
81
|
-
UNORDERED_LIST_BUTTON_TOOLTIP=Lista
|
|
81
|
+
UNORDERED_LIST_BUTTON_TOOLTIP=Lista s nabrajanjem
|
|
82
82
|
|
|
83
83
|
#XTOL: Tooltip for ordered list button
|
|
84
84
|
ORDERED_LIST_BUTTON_TOOLTIP=Numerisana lista
|
|
@@ -78,7 +78,7 @@ UNLINK_BUTTON_TOOLTIP=\u0423\u043A\u043B\u043E\u043D\u0438 \u0432\u0435\u0437\u0
|
|
|
78
78
|
IMAGE_BUTTON_TOOLTIP=\u0423\u043D\u0435\u0441\u0438/\u0443\u0440\u0435\u0434\u0438 \u0441\u043B\u0438\u043A\u0443
|
|
79
79
|
|
|
80
80
|
#XTOL: Tooltip for unordered list button
|
|
81
|
-
UNORDERED_LIST_BUTTON_TOOLTIP=\u041B\u0438\u0441\u0442\u0430 \u043D\u0430\u0431\u0440\u0430\u0458\u0430\u045A\
|
|
81
|
+
UNORDERED_LIST_BUTTON_TOOLTIP=\u041B\u0438\u0441\u0442\u0430 \u0441 \u043D\u0430\u0431\u0440\u0430\u0458\u0430\u045A\u0435\u043C
|
|
82
82
|
|
|
83
83
|
#XTOL: Tooltip for ordered list button
|
|
84
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\u041D\u0443\u043C\u0435\u0440\u0438\u0441\u0430\u043D\u0430 \u043B\u0438\u0441\u0442\u0430
|