@sapui5/sap.ui.export 1.84.49 → 1.84.51
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/export/.library +1 -1
- package/src/sap/ui/export/ExportUtils.js +2 -2
- package/src/sap/ui/export/Spreadsheet.js +3 -3
- package/src/sap/ui/export/SpreadsheetExport.js +1 -1
- package/src/sap/ui/export/library.js +2 -2
- package/src/sap/ui/export/messagebundle_de.properties +1 -1
- package/src/sap/ui/export/messagebundle_fr_CA.properties +2 -2
- package/src/sap/ui/export/messagebundle_id.properties +1 -1
- package/src/sap/ui/export/messagebundle_it.properties +1 -1
- package/src/sap/ui/export/messagebundle_ru.properties +1 -1
- package/src/sap/ui/export/messagebundle_vi.properties +1 -1
package/package.json
CHANGED
|
@@ -87,7 +87,7 @@ sap.ui.define([
|
|
|
87
87
|
* Utilities related to export to enable reuse in integration scenarios (e.g. tables).
|
|
88
88
|
*
|
|
89
89
|
* @author SAP SE
|
|
90
|
-
* @version 1.84.
|
|
90
|
+
* @version 1.84.51
|
|
91
91
|
*
|
|
92
92
|
* @since 1.59
|
|
93
93
|
* @name sap.ui.export.ExportUtils
|
|
@@ -873,7 +873,7 @@ sap.ui.define([
|
|
|
873
873
|
*
|
|
874
874
|
* @param {Object} oContext Context object
|
|
875
875
|
* @param {string} [oContext.application] Name of the application (default: "SAP UI5")
|
|
876
|
-
* @param {string} [oContext.version] Application version (default: "1.84.
|
|
876
|
+
* @param {string} [oContext.version] Application version (default: "1.84.51")
|
|
877
877
|
* @param {string} [oContext.title] Title that will be written to the file (NOT the filename)
|
|
878
878
|
* @param {string} [oContext.modifiedBy] Optional user context that will be written to the file
|
|
879
879
|
* @param {string} [oContext.sheetName] Name of the data sheet - Maximum length of 31 characters
|
|
@@ -83,7 +83,7 @@ sap.ui.define([
|
|
|
83
83
|
* <li><code>workbook.context</code> - Context object that will be applied to the generated file. It may contain the following fields:</li>
|
|
84
84
|
* <ul>
|
|
85
85
|
* <li><code>application</code> (string) - The application that creates the XLSX document (default: "SAP UI5")</li>
|
|
86
|
-
* <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.84.
|
|
86
|
+
* <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.84.51")</li>
|
|
87
87
|
* <li><code>title</code> (string) - Title of the XLSX document (NOT the filename)</li>
|
|
88
88
|
* <li><code>modifiedBy</code> (string) - User context for the XLSX document</li>
|
|
89
89
|
* <li><code>sheetName</code> (string) - The label of the data sheet</li>
|
|
@@ -166,7 +166,7 @@ sap.ui.define([
|
|
|
166
166
|
* columns: aColumns,
|
|
167
167
|
* context: {
|
|
168
168
|
* application: 'Debug Test Application',
|
|
169
|
-
* version: '1.84.
|
|
169
|
+
* version: '1.84.51',
|
|
170
170
|
* title: 'Some random title',
|
|
171
171
|
* modifiedBy: 'John Doe',
|
|
172
172
|
* metaSheetName: 'Custom metadata',
|
|
@@ -278,7 +278,7 @@ sap.ui.define([
|
|
|
278
278
|
* @constructor The <code>sap.ui.export.Spreadsheet</code> class allows you to export table data from a UI5 application to a spreadsheet file.
|
|
279
279
|
*
|
|
280
280
|
* @author SAP SE
|
|
281
|
-
* @version 1.84.
|
|
281
|
+
* @version 1.84.51
|
|
282
282
|
*
|
|
283
283
|
* @since 1.50
|
|
284
284
|
* @name sap.ui.export.Spreadsheet
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @namespace
|
|
18
18
|
* @name sap.ui.export
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.51
|
|
21
21
|
* @public
|
|
22
22
|
*/
|
|
23
23
|
|
|
@@ -33,7 +33,7 @@ sap.ui.define([
|
|
|
33
33
|
interfaces: [],
|
|
34
34
|
controls: [],
|
|
35
35
|
elements: [],
|
|
36
|
-
version: "1.84.
|
|
36
|
+
version: "1.84.51"
|
|
37
37
|
});
|
|
38
38
|
|
|
39
39
|
|
|
@@ -50,7 +50,7 @@ ADD_DATE_TIME=Dateiname um aktuelles Datum und aktuelle Zeit erg\u00E4nzen
|
|
|
50
50
|
XLSX_FILETYPE=Microsoft Excel Workbook (*.xlsx)
|
|
51
51
|
|
|
52
52
|
#XMSG: File name warning text
|
|
53
|
-
FILENAME_WARNING=Der von Ihnen eingegebene Dateiname ist l\u00E4nger als 100 Zeichen. Eventuell kann
|
|
53
|
+
FILENAME_WARNING=Der von Ihnen eingegebene Dateiname ist l\u00E4nger als 100 Zeichen. Eventuell kann die Tabellenkalkulation nicht korrekt ge\u00F6ffnet werden.
|
|
54
54
|
|
|
55
55
|
#XMSG: File name error text
|
|
56
56
|
FILENAME_ERROR=Die folgenden Zeichen k\u00F6nnen Sie nicht in Dateinamen verwenden\: \\ / \: * ? " < > |
|
|
@@ -26,7 +26,7 @@ SIZE_WARNING_MSG=Avertissement\: le document export\u00E9 contenant {0} lignes e
|
|
|
26
26
|
PROGRESS_ERROR_DEFAULT=Erreur inconnue
|
|
27
27
|
|
|
28
28
|
#XHED: Default title text for the export settings dialog
|
|
29
|
-
EXPORT_SETTINGS_TITLE=Exporter
|
|
29
|
+
EXPORT_SETTINGS_TITLE=Exporter au format
|
|
30
30
|
|
|
31
31
|
#XFLD: File name
|
|
32
32
|
FILE_NAME=Nom du fichier
|
|
@@ -38,7 +38,7 @@ SELECT_FORMAT=S\u00E9lectionner un format
|
|
|
38
38
|
SPLIT_CELLS=Fractionner les cellules contenant plusieurs valeurs
|
|
39
39
|
|
|
40
40
|
#XFLD: Include filter settings
|
|
41
|
-
INCLUDE_FILTER_SETTINGS=Inclure les param\u00E8tres de
|
|
41
|
+
INCLUDE_FILTER_SETTINGS=Inclure les param\u00E8tres de filtres
|
|
42
42
|
|
|
43
43
|
#XHED: Header of the filter sheet
|
|
44
44
|
FILTER_HEADER=Filtre
|
|
@@ -26,7 +26,7 @@ SIZE_WARNING_MSG=Peringatan\: Dokumen yang diekspor dengan {0} baris dan {1} kol
|
|
|
26
26
|
PROGRESS_ERROR_DEFAULT=Kesalahan yang tidak diketahui
|
|
27
27
|
|
|
28
28
|
#XHED: Default title text for the export settings dialog
|
|
29
|
-
EXPORT_SETTINGS_TITLE=Ekspor
|
|
29
|
+
EXPORT_SETTINGS_TITLE=Ekspor sebagai
|
|
30
30
|
|
|
31
31
|
#XFLD: File name
|
|
32
32
|
FILE_NAME=Nama File
|
|
@@ -26,7 +26,7 @@ SIZE_WARNING_MSG=Messaggio di avvertimento\: il documento esportato con {0} righ
|
|
|
26
26
|
PROGRESS_ERROR_DEFAULT=Errore sconosciuto
|
|
27
27
|
|
|
28
28
|
#XHED: Default title text for the export settings dialog
|
|
29
|
-
EXPORT_SETTINGS_TITLE=Esporta
|
|
29
|
+
EXPORT_SETTINGS_TITLE=Esporta come
|
|
30
30
|
|
|
31
31
|
#XFLD: File name
|
|
32
32
|
FILE_NAME=Nome file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#
|
|
3
3
|
|
|
4
4
|
#XBUT: Cancel button in the dialog
|
|
5
|
-
CANCEL_BUTTON=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C
|
|
5
|
+
CANCEL_BUTTON=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C\\
|
|
6
6
|
|
|
7
7
|
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
8
8
|
EXPORT_BUTTON=\u042D\u043A\u0441\u043F\u043E\u0440\u0442
|
|
@@ -23,7 +23,7 @@ PROGRESS_ERROR_MSG=\u0110a\u0303 xa\u0309y ra l\u00F4\u0303i sau \u0111\u00E2y t
|
|
|
23
23
|
SIZE_WARNING_MSG=Ca\u0309nh ba\u0301o\: Ta\u0300i li\u00EA\u0323u \u0111a\u0303 xu\u00E2\u0301t co\u0301 {0} ha\u0300ng va\u0300 {1} c\u00F4\u0323t qua\u0301 l\u01A1\u0301n.\nC\u00F4ng su\u00E2\u0301t b\u00F4\u0323 nh\u01A1\u0301 \u01B0\u0301ng du\u0323ng co\u0301 th\u00EA\u0309 \u0111a\u0303 v\u01B0\u01A1\u0323t qua\u0301.\nHu\u0309y va\u0300 cho\u0323n t\u00E2\u0323p h\u01A1\u0323p d\u01B0\u0303 li\u00EA\u0323u nho\u0309 h\u01A1n \u0111\u00EA\u0309 xu\u00E2\u0301t.
|
|
24
24
|
|
|
25
25
|
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
26
|
-
PROGRESS_ERROR_DEFAULT=L\u00F4\u0303i kh\u00F4ng
|
|
26
|
+
PROGRESS_ERROR_DEFAULT=L\u00F4\u0303i kh\u00F4ng x\u00E1c \u0111\u1ECBnh
|
|
27
27
|
|
|
28
28
|
#XHED: Default title text for the export settings dialog
|
|
29
29
|
EXPORT_SETTINGS_TITLE=Xu\u00E2\u0301t tha\u0300nh
|