@sapui5/sap.ui.export 1.96.24 → 1.96.25

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.export",
3
- "version": "1.96.24",
3
+ "version": "1.96.25",
4
4
  "description": "SAPUI5 Library sap.ui.export",
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-2021 SAP SE. All rights reserved.</copyright>
8
- <version>1.96.24</version>
8
+ <version>1.96.25</version>
9
9
 
10
10
  <documentation>UI5 library: sap.ui.export</documentation>
11
11
 
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @constructor The <code>sap.ui.export.ExportBase</code> class allows you to export table data from a UI5 application to a Portable Document Format (*.PDF) file.
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.96.24
18
+ * @version 1.96.25
19
19
  *
20
20
  * @since 1.96
21
21
  * @name sap.ui.export.ExportBase
@@ -93,7 +93,7 @@ sap.ui.define([
93
93
  * Utilities related to export to enable reuse in integration scenarios (e.g. tables).
94
94
  *
95
95
  * @author SAP SE
96
- * @version 1.96.24
96
+ * @version 1.96.25
97
97
  *
98
98
  * @since 1.59
99
99
  * @name sap.ui.export.ExportUtils
@@ -912,7 +912,7 @@ sap.ui.define([
912
912
  *
913
913
  * @param {Object} oContext Context object
914
914
  * @param {string} [oContext.application] Name of the application (default: "SAP UI5")
915
- * @param {string} [oContext.version] Application version (default: "1.96.24")
915
+ * @param {string} [oContext.version] Application version (default: "1.96.25")
916
916
  * @param {string} [oContext.title] Title that will be written to the file (NOT the filename)
917
917
  * @param {string} [oContext.modifiedBy] Optional user context that will be written to the file
918
918
  * @param {string} [oContext.sheetName] Name of the data sheet - Maximum length of 31 characters
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @constructor The <code>sap.ui.export.PortableDocument</code> class allows you to export table data from a UI5 application to a Portable Document Format (*.PDF) file.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.96.24
19
+ * @version 1.96.25
20
20
  *
21
21
  * @since 1.96
22
22
  * @name sap.ui.export.PortableDocument
@@ -82,7 +82,7 @@ sap.ui.define([
82
82
  * <li><code>workbook.context</code> - Context object that will be applied to the generated file. It may contain the following fields:</li>
83
83
  * <ul>
84
84
  * <li><code>application</code> (string) - The application that creates the XLSX document (default: "SAP UI5")</li>
85
- * <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.96.24")</li>
85
+ * <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.96.25")</li>
86
86
  * <li><code>title</code> (string) - Title of the XLSX document (NOT the filename)</li>
87
87
  * <li><code>modifiedBy</code> (string) - User context for the XLSX document</li>
88
88
  * <li><code>sheetName</code> (string) - The label of the data sheet</li>
@@ -165,7 +165,7 @@ sap.ui.define([
165
165
  * columns: aColumns,
166
166
  * context: {
167
167
  * application: 'Debug Test Application',
168
- * version: '1.96.24',
168
+ * version: '1.96.25',
169
169
  * title: 'Some random title',
170
170
  * modifiedBy: 'John Doe',
171
171
  * metaSheetName: 'Custom metadata',
@@ -277,7 +277,7 @@ sap.ui.define([
277
277
  * @constructor The <code>sap.ui.export.Spreadsheet</code> class allows you to export table data from a UI5 application to a spreadsheet file.
278
278
  *
279
279
  * @author SAP SE
280
- * @version 1.96.24
280
+ * @version 1.96.25
281
281
  *
282
282
  * @since 1.50
283
283
  * @name sap.ui.export.Spreadsheet
@@ -20,7 +20,7 @@ sap.ui.define(['jquery.sap.global', 'sap/base/Log', 'sap/ui/Device'], function(j
20
20
  *
21
21
  * @class Utility class to perform spreadsheet export
22
22
  * @author SAP SE
23
- * @version 1.96.24
23
+ * @version 1.96.25
24
24
  * @static
25
25
  *
26
26
  * @private
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @namespace
18
18
  * @name sap.ui.export
19
19
  * @author SAP SE
20
- * @version 1.96.24
20
+ * @version 1.96.25
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.96.24"
36
+ version: "1.96.25"
37
37
  });
38
38
 
39
39
 
@@ -1,50 +1,77 @@
1
+ #This is the resource bundle for the SAPUI5 sap.ui.export library
2
+ #
1
3
 
4
+ #XBUT: Cancel button in the dialog
2
5
  CANCEL_BUTTON=Cancel
3
6
 
7
+ #XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
4
8
  EXPORT_BUTTON=Export
5
9
 
10
+ #XHED: Default title text for the export progress dialog
6
11
  PROGRESS_TITLE=Export Document
7
12
 
13
+ #XMSG: Message text informing that exported data is fetched from the server
8
14
  PROGRESS_FETCHING_MSG=Fetching data from server...
9
15
 
16
+ #XHED: Default title text for the export progress error message box
10
17
  PROGRESS_ERROR_TITLE=Export Error
11
18
 
19
+ #XMSG: Message text informing that an error has occurred during export
12
20
  PROGRESS_ERROR_MSG=The following error has occurred during export\:
13
21
 
22
+ #XMSG: Message text informing that the exported file is too big
14
23
  SIZE_WARNING_MSG=The exported document with {0} rows and {1} columns is too big.\nThe memory capacity of the application might be exceeded.\nCancel and select a smaller data set for the export.
15
24
 
25
+ #XMSG: Message text informing that the amount of items is too large to be exported in a single spreadsheet and the export is being cut off to maximum allowed amount of 1,048,576.
16
26
  MSG_WARNING_CUT_OFF=The number of rows ({0}) exceeds the maximum number of rows that you can export per spreadsheet (1,048,576).\nIf you proceed, the export will be cut off to match the maximum number.
17
27
 
28
+ #XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
18
29
  MSG_ERROR_OUT_OF_MEMORY=The export process ran out of memory and was terminated.\nPlease adjust your column or filter settings to select a smaller number of cells.
19
30
 
31
+ #XMSG: Message text informing that the original error message is empty or no specific error provided
20
32
  PROGRESS_ERROR_DEFAULT=Unknown error
21
33
 
34
+ #XHED: Default title text for the export settings dialog
22
35
  EXPORT_SETTINGS_TITLE=Export As
23
36
 
37
+ #XFLD: File name
24
38
  FILE_NAME=File Name
25
39
 
40
+ #XFLD: Select format
26
41
  SELECT_FORMAT=Select format
27
42
 
43
+ #XFLD: Split cells with multiple values
28
44
  SPLIT_CELLS=Split cells with multiple values
29
45
 
46
+ #XFLD: Include filter settings
30
47
  INCLUDE_FILTER_SETTINGS=Include filter settings
31
48
 
49
+ #XHED: Header of the filter sheet
32
50
  FILTER_HEADER=Filter
33
51
 
52
+ #XFLD: Add current date and time to the file name
34
53
  ADD_DATE_TIME=Add current date and time to the file name
35
54
 
55
+ #XLST: Microsoft Excel Workbook file type config for spreadsheet export
36
56
  XLSX_FILETYPE=Microsoft Excel Workbook (*.xlsx)
37
57
 
58
+ #XMSG: File name warning text
38
59
  FILENAME_WARNING=The file name you entered exceeds 100 characters. This may prevent the spreadsheet from opening correctly.
39
60
 
61
+ #XMSG: File name error text
40
62
  FILENAME_ERROR=You cannot use any of the following characters in a file name\: \\ / \: * ? " < > |
41
63
 
64
+ #XMSG: Message text informing that exported file is being created
42
65
  PROGRESS_BUNDLE_MSG=Generating file
43
66
 
67
+ #XMSG: Message text informing that the exported file size cannot be predicted
44
68
  NO_COUNT_WARNING_MSG=There is no count provided in the export configuration. \nThe total number of exported rows cannot be predicted and might exceed the memory capacity of the application. \nPlease do not proceed unless you are sure that the current filter settings will not result in a large amount of data.
45
69
 
70
+ #XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
46
71
  XLSX_DEFAULT_TITLE=SAPUI5 Export
47
72
 
73
+ #XTIT,30: Default label of the data sheet - use less than 31 characters!
48
74
  XLSX_DEFAULT_SHEETNAME=SAPUI5 Export
49
75
 
76
+ #XLST: Portable Document Format type config for PDF export
50
77
  PDF_FILETYPE=Portable Document Format (*.pdf)
@@ -7,15 +7,15 @@ PROGRESS_TITLE=Izvezi dokument
7
7
 
8
8
  PROGRESS_FETCHING_MSG=Pozivanje podataka sa servera...
9
9
 
10
- PROGRESS_ERROR_TITLE=Export Error
10
+ PROGRESS_ERROR_TITLE=Gre\u0161ka pri izvozu
11
11
 
12
- PROGRESS_ERROR_MSG=The following error has occurred during export\:
12
+ PROGRESS_ERROR_MSG=Tokom izvoza se pojavila slede\u0107a gre\u0161ka\:
13
13
 
14
- SIZE_WARNING_MSG=The exported document with {0} rows and {1} columns is too big.\nThe memory capacity of the application might be exceeded.\nCancel and select a smaller data set for the export.
14
+ SIZE_WARNING_MSG=Izvezeni dokument s {0} redova i {1} kolona je prevelik.\nKapacitet memorije aplikacije je mo\u017Eda prekora\u010Den.\nOtka\u017Eite i odaberite manji skup podataka za izvoz.
15
15
 
16
- MSG_WARNING_CUT_OFF=The number of rows ({0}) exceeds the maximum number of rows that you can export per spreadsheet (1,048,576).\nIf you proceed, the export will be cut off to match the maximum number.
16
+ MSG_WARNING_CUT_OFF=Broj redova ({0}) prekora\u010Duje maksimalni broj redova koje mo\u017Eete da izvezete po tabelarnom izra\u010Dunavanju (1.048.576).\nAko nastavite, izvoz \u0107e biti prekinut kako bi odgovarao maksimalnom broju.
17
17
 
18
- MSG_ERROR_OUT_OF_MEMORY=Ponestalo je memorije za proces izvoza i on je prekinut.\nUskladite pode\u0161avanja kolone ili filtera da bi se izabrao manji broj \u0107elija.
18
+ MSG_ERROR_OUT_OF_MEMORY=Ponestalo je memorije za proces izvoza i on je prekinut.\nUskladite svoja pode\u0161avanja kolone ili filtera da biste izabrali manji broj \u0107elija.
19
19
 
20
20
  PROGRESS_ERROR_DEFAULT=Nepoznata gre\u0161ka
21
21
 
@@ -23,7 +23,7 @@ EXPORT_SETTINGS_TITLE=Izvezi kao
23
23
 
24
24
  FILE_NAME=Naziv fajla
25
25
 
26
- SELECT_FORMAT=Select format
26
+ SELECT_FORMAT=Odabir formata
27
27
 
28
28
  SPLIT_CELLS=Podeli \u0107elije s vi\u0161estrukim vrednostima
29
29
 
@@ -33,15 +33,15 @@ FILTER_HEADER=Filter
33
33
 
34
34
  ADD_DATE_TIME=Dodaj teku\u0107i datum i vreme u naziv fajla
35
35
 
36
- XLSX_FILETYPE=Microsoft Excel Workbook (*.xlsx)
36
+ XLSX_FILETYPE=Microsoft Excel radna knjiga (*.xlsx)
37
37
 
38
38
  FILENAME_WARNING=Naziv fajla koji ste uneli prekora\u010Duje 100 znakova. To mo\u017Ee spre\u010Diti pravilno otvaranje tabelarnog izra\u010Dunavanja.
39
39
 
40
40
  FILENAME_ERROR=Ne mo\u017Eete koristiti nijedan od slede\u0107ih znakova u nazivu fajla\: \\ / \: * ? " < > |
41
41
 
42
- PROGRESS_BUNDLE_MSG=Generating file
42
+ PROGRESS_BUNDLE_MSG=Generisanje fajla
43
43
 
44
- NO_COUNT_WARNING_MSG=There is no count provided in the export configuration. \nThe total number of exported rows cannot be predicted and might exceed the memory capacity of the application. \nPlease do not proceed unless you are sure that the current filter settings will not result in a large amount of data.
44
+ NO_COUNT_WARNING_MSG=Brojanje nije obezbe\u0111eno u konfiguraciji izvoza. \nUkupni broj izvezenih redova se ne mo\u017Ee predvideti i mo\u017Ee prekora\u010Diti kapacitet memorije aplikacije. \nNemojte nastavljati ukoliko niste sigurni da trenutna pode\u0161avanja filtera ne\u0107e prouzrokovati veliku koli\u010Dinu podataka.
45
45
 
46
46
  XLSX_DEFAULT_TITLE=SAPUI5 izvoz
47
47
 
@@ -7,15 +7,15 @@ PROGRESS_TITLE=\u0418\u0437\u0432\u0435\u0437\u0438 \u0434\u043E\u043A\u0443\u04
7
7
 
8
8
  PROGRESS_FETCHING_MSG=\u041F\u043E\u0437\u0438\u0432\u0430\u045A\u0435 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430 \u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430...
9
9
 
10
- PROGRESS_ERROR_TITLE=Export Error
10
+ PROGRESS_ERROR_TITLE=\u0413\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u0438\u0437\u0432\u043E\u0437\u0443
11
11
 
12
- PROGRESS_ERROR_MSG=The following error has occurred during export\:
12
+ PROGRESS_ERROR_MSG=\u0422\u043E\u043A\u043E\u043C \u0438\u0437\u0432\u043E\u0437\u0430 \u0441\u0435 \u043F\u043E\u0458\u0430\u0432\u0438\u043B\u0430 \u0441\u043B\u0435\u0434\u0435\u045B\u0430 \u0433\u0440\u0435\u0448\u043A\u0430\:
13
13
 
14
- SIZE_WARNING_MSG=The exported document with {0} rows and {1} columns is too big.\nThe memory capacity of the application might be exceeded.\nCancel and select a smaller data set for the export.
14
+ SIZE_WARNING_MSG=\u0418\u0437\u0432\u0435\u0437\u0435\u043D\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u0441 {0} \u0440\u0435\u0434\u043E\u0432\u0430 \u0438 {1} \u043A\u043E\u043B\u043E\u043D\u0430 \u0458\u0435 \u043F\u0440\u0435\u0432\u0435\u043B\u0438\u043A.\n\u041A\u0430\u043F\u0430\u0446\u0438\u0442\u0435\u0442 \u043C\u0435\u043C\u043E\u0440\u0438\u0458\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435 \u0458\u0435 \u043C\u043E\u0436\u0434\u0430 \u043F\u0440\u0435\u043A\u043E\u0440\u0430\u0447\u0435\u043D.\n\u041E\u0442\u043A\u0430\u0436\u0438\u0442\u0435 \u0438 \u043E\u0434\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043C\u0430\u045A\u0438 \u0441\u043A\u0443\u043F \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430 \u0437\u0430 \u0438\u0437\u0432\u043E\u0437.
15
15
 
16
- MSG_WARNING_CUT_OFF=The number of rows ({0}) exceeds the maximum number of rows that you can export per spreadsheet (1,048,576).\nIf you proceed, the export will be cut off to match the maximum number.
16
+ MSG_WARNING_CUT_OFF=\u0411\u0440\u043E\u0458 \u0440\u0435\u0434\u043E\u0432\u0430 ({0}) \u043F\u0440\u0435\u043A\u043E\u0440\u0430\u0447\u0443\u0458\u0435 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u0438 \u0431\u0440\u043E\u0458 \u0440\u0435\u0434\u043E\u0432\u0430 \u043A\u043E\u0458\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0438\u0437\u0432\u0435\u0437\u0435\u0442\u0435 \u043F\u043E \u0442\u0430\u0431\u0435\u043B\u0430\u0440\u043D\u043E\u043C \u0438\u0437\u0440\u0430\u0447\u0443\u043D\u0430\u0432\u0430\u045A\u0443 (1.048.576).\n\u0410\u043A\u043E \u043D\u0430\u0441\u0442\u0430\u0432\u0438\u0442\u0435, \u0438\u0437\u0432\u043E\u0437 \u045B\u0435 \u0431\u0438\u0442\u0438 \u043F\u0440\u0435\u043A\u0438\u043D\u0443\u0442 \u043A\u0430\u043A\u043E \u0431\u0438 \u043E\u0434\u0433\u043E\u0432\u0430\u0440\u0430\u043E \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u043E\u043C \u0431\u0440\u043E\u0458\u0443.
17
17
 
18
- MSG_ERROR_OUT_OF_MEMORY=\u041F\u043E\u043D\u0435\u0441\u0442\u0430\u043B\u043E \u0458\u0435 \u043C\u0435\u043C\u043E\u0440\u0438\u0458\u0435 \u0437\u0430 \u043F\u0440\u043E\u0446\u0435\u0441 \u0438\u0437\u0432\u043E\u0437\u0430 \u0438 \u043E\u043D \u0458\u0435 \u043F\u0440\u0435\u043A\u0438\u043D\u0443\u0442.\n\u0423\u0441\u043A\u043B\u0430\u0434\u0438\u0442\u0435 \u043F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0430 \u043A\u043E\u043B\u043E\u043D\u0435 \u0438\u043B\u0438 \u0444\u0438\u043B\u0442\u0435\u0440\u0430 \u0434\u0430 \u0431\u0438 \u0441\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043E \u043C\u0430\u045A\u0438 \u0431\u0440\u043E\u0458 \u045B\u0435\u043B\u0438\u0458\u0430.
18
+ MSG_ERROR_OUT_OF_MEMORY=\u041F\u043E\u043D\u0435\u0441\u0442\u0430\u043B\u043E \u0458\u0435 \u043C\u0435\u043C\u043E\u0440\u0438\u0458\u0435 \u0437\u0430 \u043F\u0440\u043E\u0446\u0435\u0441 \u0438\u0437\u0432\u043E\u0437\u0430 \u0438 \u043E\u043D \u0458\u0435 \u043F\u0440\u0435\u043A\u0438\u043D\u0443\u0442.\n\u0423\u0441\u043A\u043B\u0430\u0434\u0438\u0442\u0435 \u0441\u0432\u043E\u0458\u0430 \u043F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0430 \u043A\u043E\u043B\u043E\u043D\u0435 \u0438\u043B\u0438 \u0444\u0438\u043B\u0442\u0435\u0440\u0430 \u0434\u0430 \u0431\u0438\u0441\u0442\u0435 \u0438\u0437\u0430\u0431\u0440\u0430\u043B\u0438 \u043C\u0430\u045A\u0438 \u0431\u0440\u043E\u0458 \u045B\u0435\u043B\u0438\u0458\u0430.
19
19
 
20
20
  PROGRESS_ERROR_DEFAULT=\u041D\u0435\u043F\u043E\u0437\u043D\u0430\u0442\u0430 \u0433\u0440\u0435\u0448\u043A\u0430
21
21
 
@@ -23,7 +23,7 @@ EXPORT_SETTINGS_TITLE=\u0418\u0437\u0432\u0435\u0437\u0438 \u043A\u0430\u043E
23
23
 
24
24
  FILE_NAME=\u041D\u0430\u0437\u0438\u0432 \u0444\u0430\u0458\u043B\u0430
25
25
 
26
- SELECT_FORMAT=Select format
26
+ SELECT_FORMAT=\u041E\u0434\u0430\u0431\u0438\u0440 \u0444\u043E\u0440\u043C\u0430\u0442\u0430
27
27
 
28
28
  SPLIT_CELLS=\u041F\u043E\u0434\u0435\u043B\u0438 \u045B\u0435\u043B\u0438\u0458\u0435 \u0441 \u0432\u0438\u0448\u0435\u0441\u0442\u0440\u0443\u043A\u0438\u043C \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0438\u043C\u0430
29
29
 
@@ -33,15 +33,15 @@ FILTER_HEADER=\u0424\u0438\u043B\u0442\u0435\u0440
33
33
 
34
34
  ADD_DATE_TIME=\u0414\u043E\u0434\u0430\u0458 \u0442\u0435\u043A\u0443\u045B\u0438 \u0434\u0430\u0442\u0443\u043C \u0438 \u0432\u0440\u0435\u043C\u0435 \u0443 \u043D\u0430\u0437\u0438\u0432 \u0444\u0430\u0458\u043B\u0430
35
35
 
36
- XLSX_FILETYPE=Microsoft Excel Workbook (*.xlsx)
36
+ XLSX_FILETYPE=Microsoft Excel \u0440\u0430\u0434\u043D\u0430 \u043A\u045A\u0438\u0433\u0430 (*.xlsx)
37
37
 
38
38
  FILENAME_WARNING=\u041D\u0430\u0437\u0438\u0432 \u0444\u0430\u0458\u043B\u0430 \u043A\u043E\u0458\u0438 \u0441\u0442\u0435 \u0443\u043D\u0435\u043B\u0438 \u043F\u0440\u0435\u043A\u043E\u0440\u0430\u0447\u0443\u0458\u0435 100 \u0437\u043D\u0430\u043A\u043E\u0432\u0430. \u0422\u043E \u043C\u043E\u0436\u0435 \u0441\u043F\u0440\u0435\u0447\u0438\u0442\u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u043D\u043E \u043E\u0442\u0432\u0430\u0440\u0430\u045A\u0435 \u0442\u0430\u0431\u0435\u043B\u0430\u0440\u043D\u043E\u0433 \u0438\u0437\u0440\u0430\u0447\u0443\u043D\u0430\u0432\u0430\u045A\u0430.
39
39
 
40
40
  FILENAME_ERROR=\u041D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0438\u0442\u0438 \u043D\u0438\u0458\u0435\u0434\u0430\u043D \u043E\u0434 \u0441\u043B\u0435\u0434\u0435\u045B\u0438\u0445 \u0437\u043D\u0430\u043A\u043E\u0432\u0430 \u0443 \u043D\u0430\u0437\u0438\u0432\u0443 \u0444\u0430\u0458\u043B\u0430\: \\ / \: * ? " < > |
41
41
 
42
- PROGRESS_BUNDLE_MSG=Generating file
42
+ PROGRESS_BUNDLE_MSG=\u0413\u0435\u043D\u0435\u0440\u0438\u0441\u0430\u045A\u0435 \u0444\u0430\u0458\u043B\u0430
43
43
 
44
- NO_COUNT_WARNING_MSG=There is no count provided in the export configuration. \nThe total number of exported rows cannot be predicted and might exceed the memory capacity of the application. \nPlease do not proceed unless you are sure that the current filter settings will not result in a large amount of data.
44
+ NO_COUNT_WARNING_MSG=\u0411\u0440\u043E\u0458\u0430\u045A\u0435 \u043D\u0438\u0458\u0435 \u043E\u0431\u0435\u0437\u0431\u0435\u0452\u0435\u043D\u043E \u0443 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0458\u0438 \u0438\u0437\u0432\u043E\u0437\u0430. \n\u0423\u043A\u0443\u043F\u043D\u0438 \u0431\u0440\u043E\u0458 \u0438\u0437\u0432\u0435\u0437\u0435\u043D\u0438\u0445 \u0440\u0435\u0434\u043E\u0432\u0430 \u0441\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435 \u043F\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u0442\u0438 \u0438 \u043C\u043E\u0436\u0435 \u043F\u0440\u0435\u043A\u043E\u0440\u0430\u0447\u0438\u0442\u0438 \u043A\u0430\u043F\u0430\u0446\u0438\u0442\u0435\u0442 \u043C\u0435\u043C\u043E\u0440\u0438\u0458\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435. \n\u041D\u0435\u043C\u043E\u0458\u0442\u0435 \u043D\u0430\u0441\u0442\u0430\u0432\u0459\u0430\u0442\u0438 \u0443\u043A\u043E\u043B\u0438\u043A\u043E \u043D\u0438\u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043D\u0438 \u0434\u0430 \u0442\u0440\u0435\u043D\u0443\u0442\u043D\u0430 \u043F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0430 \u0444\u0438\u043B\u0442\u0435\u0440\u0430 \u043D\u0435\u045B\u0435 \u043F\u0440\u043E\u0443\u0437\u0440\u043E\u043A\u043E\u0432\u0430\u0442\u0438 \u0432\u0435\u043B\u0438\u043A\u0443 \u043A\u043E\u043B\u0438\u0447\u0438\u043D\u0443 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430.
45
45
 
46
46
  XLSX_DEFAULT_TITLE=SAPUI5 \u0438\u0437\u0432\u043E\u0437
47
47