@sapui5/sap.ui.export 1.114.0 → 1.115.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.
Files changed (61) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/export/.library +1 -1
  3. package/src/sap/ui/export/ExportBase.js +1 -1
  4. package/src/sap/ui/export/ExportDialog.js +38 -29
  5. package/src/sap/ui/export/ExportHandler.js +1 -1
  6. package/src/sap/ui/export/ExportUtils.js +4 -5
  7. package/src/sap/ui/export/PortableDocument.js +8 -4
  8. package/src/sap/ui/export/Spreadsheet.js +5 -5
  9. package/src/sap/ui/export/SpreadsheetExport.js +1 -1
  10. package/src/sap/ui/export/library.js +3 -3
  11. package/src/sap/ui/export/messagebundle.properties +18 -6
  12. package/src/sap/ui/export/messagebundle_ar.properties +12 -4
  13. package/src/sap/ui/export/messagebundle_bg.properties +12 -4
  14. package/src/sap/ui/export/messagebundle_ca.properties +12 -4
  15. package/src/sap/ui/export/messagebundle_cs.properties +12 -4
  16. package/src/sap/ui/export/messagebundle_cy.properties +12 -4
  17. package/src/sap/ui/export/messagebundle_da.properties +12 -4
  18. package/src/sap/ui/export/messagebundle_de.properties +12 -4
  19. package/src/sap/ui/export/messagebundle_el.properties +12 -4
  20. package/src/sap/ui/export/messagebundle_en.properties +12 -4
  21. package/src/sap/ui/export/messagebundle_en_GB.properties +12 -4
  22. package/src/sap/ui/export/messagebundle_en_US_sappsd.properties +12 -4
  23. package/src/sap/ui/export/messagebundle_en_US_saprigi.properties +12 -4
  24. package/src/sap/ui/export/messagebundle_en_US_saptrc.properties +12 -4
  25. package/src/sap/ui/export/messagebundle_es.properties +12 -4
  26. package/src/sap/ui/export/messagebundle_es_MX.properties +12 -4
  27. package/src/sap/ui/export/messagebundle_et.properties +12 -4
  28. package/src/sap/ui/export/messagebundle_fi.properties +12 -4
  29. package/src/sap/ui/export/messagebundle_fr.properties +12 -4
  30. package/src/sap/ui/export/messagebundle_fr_CA.properties +12 -4
  31. package/src/sap/ui/export/messagebundle_hi.properties +12 -4
  32. package/src/sap/ui/export/messagebundle_hr.properties +12 -4
  33. package/src/sap/ui/export/messagebundle_hu.properties +12 -4
  34. package/src/sap/ui/export/messagebundle_id.properties +12 -4
  35. package/src/sap/ui/export/messagebundle_it.properties +12 -4
  36. package/src/sap/ui/export/messagebundle_iw.properties +12 -4
  37. package/src/sap/ui/export/messagebundle_ja.properties +13 -5
  38. package/src/sap/ui/export/messagebundle_kk.properties +12 -4
  39. package/src/sap/ui/export/messagebundle_ko.properties +12 -4
  40. package/src/sap/ui/export/messagebundle_lt.properties +12 -4
  41. package/src/sap/ui/export/messagebundle_lv.properties +12 -4
  42. package/src/sap/ui/export/messagebundle_ms.properties +12 -4
  43. package/src/sap/ui/export/messagebundle_nl.properties +12 -4
  44. package/src/sap/ui/export/messagebundle_no.properties +12 -4
  45. package/src/sap/ui/export/messagebundle_pl.properties +12 -4
  46. package/src/sap/ui/export/messagebundle_pt.properties +12 -4
  47. package/src/sap/ui/export/messagebundle_pt_PT.properties +12 -4
  48. package/src/sap/ui/export/messagebundle_ro.properties +12 -4
  49. package/src/sap/ui/export/messagebundle_ru.properties +12 -4
  50. package/src/sap/ui/export/messagebundle_sh.properties +12 -4
  51. package/src/sap/ui/export/messagebundle_sk.properties +12 -4
  52. package/src/sap/ui/export/messagebundle_sl.properties +12 -4
  53. package/src/sap/ui/export/messagebundle_sv.properties +12 -4
  54. package/src/sap/ui/export/messagebundle_th.properties +12 -4
  55. package/src/sap/ui/export/messagebundle_tr.properties +12 -4
  56. package/src/sap/ui/export/messagebundle_uk.properties +12 -4
  57. package/src/sap/ui/export/messagebundle_vi.properties +12 -4
  58. package/src/sap/ui/export/messagebundle_zh_CN.properties +12 -4
  59. package/src/sap/ui/export/messagebundle_zh_TW.properties +12 -4
  60. package/src/sap/ui/export/provider/DataProviderBase.js +1 -1
  61. package/src/sap/ui/export/util/Filter.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ui.export",
3
- "version": "1.114.0",
3
+ "version": "1.115.0",
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-2023 SAP SE. All rights reserved.</copyright>
8
- <version>1.114.0</version>
8
+ <version>1.115.0</version>
9
9
 
10
10
  <documentation>UI5 library: sap.ui.export</documentation>
11
11
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class The <code>sap.ui.export.ExportBase</code> class allows you to export table data from a UI5 application to certain formats. This class is an abstract class that requires specific implementations for each file format.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.114.0
30
+ * @version 1.115.0
31
31
  *
32
32
  * @since 1.96
33
33
  * @alias sap.ui.export.ExportBase
@@ -9,14 +9,15 @@
9
9
  */
10
10
  sap.ui.define([
11
11
  'sap/ui/core/library',
12
+ 'sap/ui/core/format/NumberFormat',
13
+ 'sap/ui/export/ExportUtils',
12
14
  'sap/m/library',
13
15
  'sap/m/Dialog',
14
16
  'sap/m/Button',
15
17
  'sap/m/ProgressIndicator',
16
18
  'sap/m/Text',
17
- 'sap/m/MessageBox',
18
- 'sap/ui/core/format/NumberFormat'
19
- ], function(coreLibrary, MLibrary, Dialog, Button, ProgressIndicator, Text, MessageBox, NumberFormat) {
19
+ 'sap/m/MessageBox'
20
+ ], function(coreLibrary, NumberFormat, ExportUtils, MLibrary, Dialog, Button, ProgressIndicator, Text, MessageBox) {
20
21
  'use strict';
21
22
 
22
23
  var ValueState = coreLibrary.ValueState;
@@ -24,9 +25,6 @@ sap.ui.define([
24
25
  var DialogType = MLibrary.DialogType;
25
26
  var ButtonType = MLibrary.ButtonType;
26
27
 
27
- /* Async call to resource bundle */
28
- var oResourceBundlePromise = sap.ui.getCore().getLibraryResourceBundle("sap.ui.export", true);
29
-
30
28
  /**
31
29
  * The method returns a new Promise that results in a new
32
30
  * progress dialog.
@@ -37,7 +35,7 @@ sap.ui.define([
37
35
  return new Promise(function(fnResolve, fnReject) {
38
36
  var dialog;
39
37
 
40
- oResourceBundlePromise.then(function(oResourceBundle) {
38
+ ExportUtils.getResourceBundle().then(function(oResourceBundle) {
41
39
  var cancelButton = new Button({
42
40
  text : oResourceBundle.getText("CANCEL_BUTTON"),
43
41
  press : function() {
@@ -117,49 +115,60 @@ sap.ui.define([
117
115
  * Shows a warning dialog that can show several warning messages, either alone or combined.
118
116
  *
119
117
  * @param {Object} mParams Configuration of the warning dialog
120
- * @param {number} mParams.rows Amount of rows that will be exported
121
- * @param {number} mParams.columns Amount of columns that will be exported
122
- * @param {boolean} mParams.sizeLimit Indicates whether the size limit warning needs to be shown
123
- * @param {boolean} mParams.cutOff Indicates whether the cut off message needs to be shown
118
+ * @param {number} mParams.rows Number of rows that will be exported
119
+ * @param {number} mParams.columns Number of columns that will be exported
120
+ * @param {boolean} mParams.cellLimit Number of cells that are suported
121
+ * @param {boolean} mParams.rowLimit Number of rows that are supported
124
122
  * @param {String} mParams.fileType File type of the exported document
125
123
  * @returns {Promise} Promise that gets resolved when the user wants to export, regardless of the warning
126
124
  */
127
125
  function showWarningDialog(mParams) {
128
126
  return new Promise(function(fnResolve, fnReject) {
129
127
 
130
- oResourceBundlePromise.then(function(oResourceBundle) {
131
- var bContinue, oWarningDialog, oWarningText, sWarningText, oNumberFormat, sRowsFormatted, sCellsFormatted, sCutOffFormatted, sFileTypeText;
128
+ ExportUtils.getResourceBundle().then(function(oResourceBundle) {
129
+ var aText, bContinue, oWarningDialog, oWarningText, oNumberFormat, sRowCount, sCellCount, sCellLimit, sLimit, sFileType;
132
130
 
133
- oNumberFormat = NumberFormat.getIntegerInstance({groupingEnabled: true});
131
+ aText = [];
134
132
  bContinue = false;
135
- sWarningText = '';
133
+ oNumberFormat = NumberFormat.getIntegerInstance({groupingEnabled: true});
134
+ sFileType = oResourceBundle.getText(mParams.fileType + "_FILETYPE");
135
+ sLimit = oNumberFormat.format(mParams.rowLimit);
136
136
 
137
- if (!mParams.rows) {
138
- sWarningText = oResourceBundle.getText("NO_COUNT_WARNING_MSG");
139
- } else {
140
- sRowsFormatted = oNumberFormat.format(mParams.rows);
137
+ if (mParams.rows) {
138
+ sRowCount = oNumberFormat.format(mParams.rows);
141
139
 
142
- if (mParams.sizeLimit) {
143
- sCellsFormatted = oNumberFormat.format(mParams.rows * mParams.columns);
144
- sWarningText = oResourceBundle.getText("SIZE_WARNING_MSG", [sRowsFormatted, mParams.columns, sCellsFormatted]);
140
+ if (mParams.columns) {
141
+ sCellCount = oNumberFormat.format(mParams.rows * mParams.columns);
142
+ aText.push(oResourceBundle.getText("MSG_WARNING_CELL_COUNT", [sRowCount, mParams.columns, sCellCount]));
143
+ } else {
144
+ aText.push(oResourceBundle.getText("MSG_WARNING_ROW_COUNT", [sRowCount]));
145
145
  }
146
146
 
147
- if (mParams.rows > mParams.cutOff) {
148
- sCutOffFormatted = oNumberFormat.format(mParams.cutOff);
149
- sWarningText += sWarningText === '' ? '' : '\n\n'; // Add line breaks if there is already a message
150
- sFileTypeText = oResourceBundle.getText(mParams.fileType + "_FILETYPE");
151
- sWarningText += oResourceBundle.getText("MSG_WARNING_CUT_OFF", [sRowsFormatted, sCutOffFormatted, sFileTypeText]);
147
+ if (mParams.rows > mParams.rowLimit) {
148
+ aText.push(oResourceBundle.getText("MSG_WARNING_ROW_LIMIT", [sLimit, sFileType]));
152
149
  }
150
+
151
+ if (mParams.rows * mParams.columns > mParams.cellLimit) {
152
+ sCellLimit = oNumberFormat.format(mParams.cellLimit);
153
+ aText.push(oResourceBundle.getText("MSG_WARNING_CELL_LIMIT", [sCellLimit]));
154
+ }
155
+ } else {
156
+ aText.push(oResourceBundle.getText("MSG_WARNING_COUNT_UNKNOWN"));
157
+ aText.push(oResourceBundle.getText("MSG_WARNING_ROW_LIMIT", [sLimit, sFileType]));
158
+ aText.push(oResourceBundle.getText("MSG_WARNING_ADVICE"));
153
159
  }
154
160
 
161
+ aText.push(oResourceBundle.getText("MSG_WARNING_EXPORT_ANYWAY"));
162
+
155
163
  oWarningText = new Text({
156
- text: sWarningText
164
+ text: aText.join('\n\n')
157
165
  });
158
166
  oWarningDialog = new Dialog({
159
167
  title: oResourceBundle.getText('WARNING_TITLE'),
160
168
  type: DialogType.Message,
161
169
  state: ValueState.Warning,
162
170
  content: oWarningText,
171
+ contentWidth: '550px', // UX recommendation
163
172
  ariaLabelledBy: oWarningText,
164
173
  endButton: new Button({
165
174
  type: ButtonType.Transparent,
@@ -201,7 +210,7 @@ sap.ui.define([
201
210
  sMessage = sMessage.message;
202
211
  }
203
212
 
204
- oResourceBundlePromise.then(function(oResourceBundle) {
213
+ ExportUtils.getResourceBundle().then(function(oResourceBundle) {
205
214
  var sErrorMessage = sMessage || oResourceBundle.getText('PROGRESS_ERROR_DEFAULT');
206
215
 
207
216
  // Replace technical error message in case of "out of memory"
@@ -15,7 +15,7 @@ sap.ui.define(['./library', './ExportUtils', './ExportDialog', 'sap/m/MessageToa
15
15
  * @class The <code>sap.ui.export.ExportHandler</code> class allows you to export table data from a UI5 application.
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.114.0
18
+ * @version 1.115.0
19
19
  *
20
20
  * @since 1.102
21
21
  * @alias sap.ui.export.ExportHandler
@@ -33,7 +33,6 @@ sap.ui.define([
33
33
 
34
34
  /* Async call to resource bundle */
35
35
  var oResourceBundle;
36
- var oResourceBundlePromise = Core.getLibraryResourceBundle('sap.ui.export', true);
37
36
 
38
37
  var CLASS_NAME = 'sap.ui.export.ExportUtils';
39
38
 
@@ -135,7 +134,7 @@ sap.ui.define([
135
134
  * @class Utilities related to export to enable reuse in integration scenarios (e.g. tables).
136
135
  *
137
136
  * @author SAP SE
138
- * @version 1.114.0
137
+ * @version 1.115.0
139
138
  *
140
139
  * @since 1.59
141
140
  * @alias sap.ui.export.ExportUtils
@@ -250,7 +249,7 @@ sap.ui.define([
250
249
  oOpener = null;
251
250
  }
252
251
 
253
- oResourceBundlePromise.then(function (oResourceBundle) {
252
+ Utils.getResourceBundle().then(function (oResourceBundle) {
254
253
  var oExportConfigModel = new JSONModel();
255
254
 
256
255
  oExportConfigModel.setData(getDefaultSettings(mCustomConfig, oResourceBundle, oExportCapabilities, bRemoteDestination));
@@ -618,7 +617,7 @@ sap.ui.define([
618
617
  parseFilterConfiguration: function() {
619
618
  Log.error('Function is deprecated and must not be used anymore');
620
619
 
621
- return oResourceBundlePromise.then(function(oResourceBundle) {
620
+ return Utils.getResourceBundle().then(function(oResourceBundle) {
622
621
  return {
623
622
  name: oResourceBundle.getText('FILTER_HEADER'),
624
623
  items: []
@@ -1168,7 +1167,7 @@ sap.ui.define([
1168
1167
  *
1169
1168
  * @param {object} oContext Context object
1170
1169
  * @param {string} [oContext.application] Name of the application (default: "SAP UI5")
1171
- * @param {string} [oContext.version] Application version (default: "1.114.0")
1170
+ * @param {string} [oContext.version] Application version (default: "1.115.0")
1172
1171
  * @param {string} [oContext.title] Title that will be written to the file (NOT the filename)
1173
1172
  * @param {string} [oContext.modifiedBy] Optional user context that will be written to the file
1174
1173
  * @param {string} [oContext.sheetName] Name of the data sheet - Maximum length of 31 characters
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @class 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.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.114.0
24
+ * @version 1.115.0
25
25
  *
26
26
  * @since 1.96
27
27
  * @alias sap.ui.export.PortableDocument
@@ -239,10 +239,14 @@ sap.ui.define([
239
239
  }
240
240
  }
241
241
 
242
- /* Eliminate duplicates before adding columns */
242
+ /* Eliminate duplicate or unknown columns before adding them to the DocumentDescription */
243
243
  oWorkbook.columns.filter(function(oColumn, iIndex, aArray) {
244
244
  var sProperty = Array.isArray(oColumn.property) ? oColumn.property[0] : oColumn.property;
245
245
 
246
+ if (!sProperty) {
247
+ return false;
248
+ }
249
+
246
250
  return aArray.findIndex(function(oOtherColumn) {
247
251
  var sOtherProperty = Array.isArray(oOtherColumn.property) ? oOtherColumn.property[0] : oOtherColumn.property;
248
252
 
@@ -312,13 +316,13 @@ sap.ui.define([
312
316
 
313
317
  mParams = {
314
318
  rows: mSettings.dataSource.count,
315
- cutOff: this._mCapabilities.ResultSizeMax,
319
+ rowLimit: this._mCapabilities.ResultSizeMaximum,
316
320
  fileType: FileType.PDF
317
321
  };
318
322
 
319
323
  oWarningPromise = Promise.resolve();
320
324
 
321
- if (mParams.rows > mParams.cutOff) {
325
+ if (isNaN(mParams.rows) || (mParams.rows > mParams.rowLimit)) {
322
326
  oWarningPromise = ExportDialog.showWarningDialog(mParams);
323
327
  }
324
328
 
@@ -84,7 +84,7 @@ sap.ui.define([
84
84
  * <li><code>workbook.context</code> - Context object that will be applied to the generated file. It may contain the following fields:</li>
85
85
  * <ul>
86
86
  * <li><code>application</code> (string) - The application that creates the XLSX document (default: "SAP UI5")</li>
87
- * <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.114.0")</li>
87
+ * <li><code>version</code> (string) - Application version that creates the XLSX document (default: "1.115.0")</li>
88
88
  * <li><code>title</code> (string) - Title of the XLSX document (NOT the filename)</li>
89
89
  * <li><code>modifiedBy</code> (string) - User context for the XLSX document</li>
90
90
  * <li><code>sheetName</code> (string) - The label of the data sheet</li>
@@ -167,7 +167,7 @@ sap.ui.define([
167
167
  * columns: aColumns,
168
168
  * context: {
169
169
  * application: 'Debug Test Application',
170
- * version: '1.114.0',
170
+ * version: '1.115.0',
171
171
  * title: 'Some random title',
172
172
  * modifiedBy: 'John Doe',
173
173
  * metaSheetName: 'Custom metadata',
@@ -279,7 +279,7 @@ sap.ui.define([
279
279
  * @class The <code>sap.ui.export.Spreadsheet</code> class allows you to export table data from a UI5 application to a spreadsheet file.
280
280
  *
281
281
  * @author SAP SE
282
- * @version 1.114.0
282
+ * @version 1.115.0
283
283
  *
284
284
  * @since 1.50
285
285
  * @alias sap.ui.export.Spreadsheet
@@ -752,8 +752,8 @@ sap.ui.define([
752
752
  var oDialogSettings = {
753
753
  rows: nRows,
754
754
  columns: nColumns,
755
- sizeLimit: nRows * nColumns > nSizeLimit,
756
- cutOff: MAX_ROWS,
755
+ cellLimit: nSizeLimit,
756
+ rowLimit: MAX_ROWS,
757
757
  fileType: Library.FileType.XLSX
758
758
  };
759
759
 
@@ -21,7 +21,7 @@ sap.ui.define(['sap/base/Log', 'sap/ui/export/ExportUtils'], function(Log, Expor
21
21
  * Utility class to perform spreadsheet export.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.114.0
24
+ * @version 1.115.0
25
25
  *
26
26
  * @alias sap.ui.export.SpreadsheetExport
27
27
  * @private
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * Initialization Code and shared classes of library sap.ui.export.
8
8
  */
9
- sap.ui.define([], function() {
9
+ sap.ui.define(['sap/ui/core/library'], function(library1) {
10
10
  "use strict";
11
11
 
12
12
  /**
@@ -15,7 +15,7 @@ sap.ui.define([], function() {
15
15
  * @namespace
16
16
  * @alias sap.ui.export
17
17
  * @author SAP SE
18
- * @version 1.114.0
18
+ * @version 1.115.0
19
19
  * @public
20
20
  */
21
21
 
@@ -31,7 +31,7 @@ sap.ui.define([], function() {
31
31
  interfaces: [],
32
32
  controls: [],
33
33
  elements: [],
34
- version: "1.114.0"
34
+ version: "1.115.0"
35
35
  });
36
36
 
37
37
 
@@ -23,10 +23,25 @@ PROGRESS_FETCHING_MSG=Fetching data from server...
23
23
  PROGRESS_ERROR_TITLE=Error
24
24
 
25
25
  #XMSG: Message text informing that the exported file is too big
26
- SIZE_WARNING_MSG=The document contains {0} rows and {1} column(s) ({2} cells).\n Documents with more than 2,000,000 cells might be too large to process.\n Export anyway?
26
+ MSG_WARNING_CELL_COUNT=The document contains {0} rows and {1} column(s) ({2} cells).
27
27
 
28
- #XMSG: Message text informing that the amount of items is too large to be exported in a single spreadsheet/PDF and the export is being cut off to maximum allowed amount depending on the file type.
29
- MSG_WARNING_CUT_OFF=The document contains {0} rows.\n Only {1} rows can be exported in a single {2} file.\n Export anyway?
28
+ #XMSG: Part of a message text that informs about the file specific cell limit for exporting
29
+ MSG_WARNING_CELL_LIMIT=Documents with more than {0} cells might be too large to process.
30
+
31
+ #XMSG: Part of a message text that informs about the number of rows which will be exported
32
+ MSG_WARNING_ROW_COUNT=The document contains {0} rows.
33
+
34
+ #XMSG: Part of a message text that contains information about the file specific export limit - Placeholder 1 references the limit and placeholder 2 references the file type
35
+ MSG_WARNING_ROW_LIMIT=Only {0} rows can be exported in a single {1} file.
36
+
37
+ #XMSG: Part of a message text that will be used when the number of rows is unknown
38
+ MSG_WARNING_COUNT_UNKNOWN=The document contains an unknown number of rows.
39
+
40
+ #XMSG: Part of a message text that gives advice on how to proceed
41
+ MSG_WARNING_ADVICE=Please do not proceed unless you are sure that the current filter settings do not result in a large amount of data, as the file might be too large to process.
42
+
43
+ #XMSG: Last sentence of a warning message to ask the user if he/she still wants to export
44
+ MSG_WARNING_EXPORT_ANYWAY=Export anyway?
30
45
 
31
46
  #XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
32
47
  MSG_ERROR_OUT_OF_MEMORY=The export process ran out of memory and was terminated.\n Please adjust your column or filter settings to select a smaller number of cells.
@@ -130,9 +145,6 @@ FILENAME_ERROR=You cannot use any of the following characters in a file name: \\
130
145
  #XMSG: Message text informing that exported file is being created
131
146
  PROGRESS_BUNDLE_MSG=Generating file...
132
147
 
133
- #XMSG: Message text informing that the exported file size cannot be predicted
134
- 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 do not result in a large amount of data.
135
-
136
148
  #XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
137
149
  XLSX_DEFAULT_TITLE=SAPUI5 Export
138
150
 
@@ -13,9 +13,19 @@ PROGRESS_FETCHING_MSG=\u062C\u0627\u0631\u064D \u0627\u0633\u062A\u062F\u0639\u0
13
13
 
14
14
  PROGRESS_ERROR_TITLE=\u062E\u0637\u0623
15
15
 
16
- SIZE_WARNING_MSG=\u0627\u0644\u0645\u0633\u062A\u0646\u062F \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0639\u062F\u062F {0} \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641 \u0648{1} \u0645\u0646 \u0627\u0644\u0623\u0639\u0645\u062F\u0629 ({2} \u0645\u0646 \u0627\u0644\u062E\u0644\u0627\u064A\u0627).\n\u0642\u062F \u062A\u0643\u0648\u0646 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0623\u0643\u062B\u0631 \u0645\u0646 2000000 \u062E\u0644\u064A\u0629 \u0643\u0628\u064A\u0631\u0629 \u062C\u062F\u064B\u0627 \u0628\u062D\u064A\u062B \u0644\u0627 \u064A\u0645\u0643\u0646 \u0645\u0639\u0627\u0644\u062C\u062A\u0647\u0627.\n\u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0644\u062A\u0635\u062F\u064A\u0631 \u0639\u0644\u0649 \u0623\u064A \u062D\u0627\u0644\u061F
16
+ MSG_WARNING_CELL_COUNT=\u064A\u062D\u062A\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0646\u062F \u0639\u0644\u0649 {0} \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641 \u0648{1} \u0645\u0646 \u0627\u0644\u0623\u0639\u0645\u062F\u0629 ({2} \u0645\u0646 \u0627\u0644\u062E\u0644\u0627\u064A\u0627).
17
17
 
18
- MSG_WARNING_CUT_OFF=\u064A\u062D\u062A\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0646\u062F \u0639\u0644\u0649 \u0639\u062F\u062F {0} \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641.\n\u064A\u0645\u0643\u0646 \u062A\u0635\u062F\u064A\u0631 {1} \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641 \u0641\u0642\u0637 \u0641\u064A \u0645\u0644\u0641 {2} \u0648\u0627\u062D\u062F.\n\u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0644\u062A\u0635\u062F\u064A\u0631 \u0639\u0644\u0649 \u0623\u064A \u062D\u0627\u0644\u061F
18
+ MSG_WARNING_CELL_LIMIT=\u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 {0} \u0645\u0646 \u0627\u0644\u062E\u0644\u0627\u064A\u0627 \u0642\u062F \u064A\u0643\u0648\u0646 \u062D\u062C\u0645\u0647\u0627 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627 \u0644\u0644\u0645\u0639\u0627\u0644\u062C\u0629.
19
+
20
+ MSG_WARNING_ROW_COUNT=\u0627\u0644\u0645\u0633\u062A\u0646\u062F \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 {0} \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641.
21
+
22
+ MSG_WARNING_ROW_LIMIT=\u064A\u0645\u0643\u0646 \u062A\u0635\u062F\u064A\u0631 {0} \u0641\u0642\u0637 \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641 \u0641\u064A \u0645\u0633\u062A\u0646\u062F {1} \u0641\u0631\u062F\u064A.
23
+
24
+ MSG_WARNING_COUNT_UNKNOWN=\u064A\u062D\u062A\u0648\u064A \u0627\u0644\u0645\u0633\u062A\u0646\u062F \u0639\u0644\u0649 \u0639\u062F\u062F \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641 \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641.
25
+
26
+ MSG_WARNING_ADVICE=\u064A\u064F\u0631\u062C\u0649 \u0639\u062F\u0645 \u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629 \u0625\u0644\u0627 \u0628\u0639\u062F \u0627\u0644\u062A\u0623\u0643\u062F \u0645\u0646 \u0623\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0644\u0646 \u064A\u0646\u062A\u062C \u0639\u0646\u0647\u0627 \u0642\u062F\u0631\u064B\u0627 \u0643\u0628\u064A\u0631\u064B\u0627 \u0645\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A\u060C \u0644\u0623\u0646 \u062D\u062C\u0645 \u0627\u0644\u0645\u0644\u0641 \u0642\u062F \u064A\u0643\u0648\u0646 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627 \u0644\u0644\u0645\u0639\u0627\u0644\u062C\u0629.
27
+
28
+ MSG_WARNING_EXPORT_ANYWAY=\u0647\u0644 \u062A\u0631\u064A\u062F \u0627\u0644\u062A\u0635\u062F\u064A\u0631 \u0639\u0644\u0649 \u0623\u064A \u062D\u0627\u0644\u061F
19
29
 
20
30
  MSG_ERROR_OUT_OF_MEMORY=\u0646\u0641\u062F\u062A \u0630\u0627\u0643\u0631\u0629 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0635\u062F\u064A\u0631 \u0648\u062A\u0645 \u0625\u0646\u0647\u0627\u0624\u0647\u0627.\n\u064A\u0631\u062C\u0649 \u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u0639\u0645\u0648\u062F \u0623\u0648 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0644\u062A\u062D\u062F\u064A\u062F \u0639\u062F\u062F \u0623\u0642\u0644 \u0645\u0646 \u0627\u0644\u062E\u0644\u0627\u064A\u0627.
21
31
 
@@ -85,8 +95,6 @@ FILENAME_ERROR=\u0644\u0627 \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u0
85
95
 
86
96
  PROGRESS_BUNDLE_MSG=\u062C\u0627\u0631\u064D \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0645\u0644\u0641...
87
97
 
88
- NO_COUNT_WARNING_MSG=\u0644\u0645 \u064A\u062A\u0645 \u0625\u062F\u062E\u0627\u0644 \u0639\u062F\u062F \u0641\u064A \u062A\u0643\u0648\u064A\u0646 \u0627\u0644\u062A\u0635\u062F\u064A\u0631.\n\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u0648\u0642\u0639 \u0625\u062C\u0645\u0627\u0644\u064A \u0639\u062F\u062F \u0627\u0644\u0635\u0641\u0648\u0641 \u0627\u0644\u0645\u064F\u0635\u062F\u0651\u064E\u0631\u0629 \u0648\u0642\u062F \u064A\u062A\u062C\u0627\u0648\u0632 \u0633\u0639\u0629 \u0630\u0627\u0643\u0631\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642.\n\u064A\u0631\u062C\u0649 \u0639\u062F\u0645 \u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629 \u0625\u0644\u0627 \u0625\u0630\u0627 \u0643\u0646\u062A \u0645\u062A\u0623\u0643\u062F\u064B\u0627 \u0645\u0646 \u0623\u0646 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0644\u0646 \u062A\u0624\u062F\u064A \u0625\u0644\u0649 \u0648\u062C\u0648\u062F \u0643\u0645\u064A\u0629 \u0643\u0628\u064A\u0631\u0629 \u0645\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A.
89
-
90
98
  XLSX_DEFAULT_TITLE=\u062A\u0635\u062F\u064A\u0631 SAPUI5
91
99
 
92
100
  XLSX_DEFAULT_SHEETNAME=\u062A\u0635\u062F\u064A\u0631 SAPUI5
@@ -13,9 +13,19 @@ PROGRESS_FETCHING_MSG=\u0412\u0437\u0435\u043C\u0430\u043D\u0435 \u043D\u0430 \u
13
13
 
14
14
  PROGRESS_ERROR_TITLE=\u0413\u0440\u0435\u0448\u043A\u0430
15
15
 
16
- SIZE_WARNING_MSG=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044A\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 {0} \u0440\u0435\u0434\u0430 \u0438 {1} \u043A\u043E\u043B\u043E\u043D\u0438 ({2} \u043A\u043B\u0435\u0442\u043A\u0438).\n\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438, \u043A\u043E\u0438\u0442\u043E \u0438\u043C\u0430\u0442 \u043F\u043E\u0432\u0435\u0447\u0435 \u043E\u0442 2,000,000 \u043A\u043B\u0435\u0442\u043A\u0438 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0430 \u0442\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u0435\u043C\u0438 \u0437\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430.\n\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0432\u044A\u043F\u0440\u0435\u043A\u0438 \u0442\u043E\u0432\u0430?
16
+ MSG_WARNING_CELL_COUNT=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044A\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 {0} \u0440\u0435\u0434\u043E\u0432\u0435 \u0438 {1} \u043A\u043E\u043B\u043E\u043D\u0438 ({2} \u043A\u043B\u0435\u0442\u043A\u0438).
17
17
 
18
- MSG_WARNING_CUT_OFF=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044A\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 {0} \u0440\u0435\u0434\u0430.\n\u0421\u0430\u043C\u043E {1} \u0440\u0435\u0434\u0430 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0430\u0442 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0438 \u0432 \u0435\u0434\u0438\u043D\u0438\u0447\u0435\u043D \u0444\u0430\u0439\u043B {2}.\n\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0432\u044A\u043F\u0440\u0435\u043A\u0438 \u0442\u043E\u0432\u0430?
18
+ MSG_WARNING_CELL_LIMIT=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438\u0442\u0435 \u0441 \u043F\u043E\u0432\u0435\u0447\u0435 \u043E\u0442 {0} \u043A\u043B\u0435\u0442\u043A\u0438 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0430 \u0442\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u0435\u043C\u0438 \u0437\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430.
19
+
20
+ MSG_WARNING_ROW_COUNT=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044A\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 {0} \u0440\u0435\u0434\u0430.
21
+
22
+ MSG_WARNING_ROW_LIMIT=\u0421\u0430\u043C\u043E {0} \u0440\u0435\u0434\u043E\u0432\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0430\u0442 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0438 \u0432 \u0435\u0434\u0438\u043D\u0438\u0447\u0435\u043D \u0444\u0430\u0439\u043B {1}.
23
+
24
+ MSG_WARNING_COUNT_UNKNOWN=\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u044A\u0442 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043D \u0431\u0440\u043E\u0439 \u0440\u0435\u0434\u043E\u0432\u0435.
25
+
26
+ MSG_WARNING_ADVICE=\u041C\u043E\u043B\u044F, \u043D\u0435 \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0430\u0432\u0430\u0439\u0442\u0435, \u0430\u043A\u043E \u043D\u0435 \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043D\u0438, \u0447\u0435 \u0442\u0435\u043A\u0443\u0449\u0438\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430 \u043D\u044F\u043C\u0430 \u0434\u0430 \u0434\u043E\u0432\u0435\u0434\u0430\u0442 \u0434\u043E \u0433\u043E\u043B\u044F\u043C\u043E \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0434\u0430\u043D\u043D\u0438, \u0442\u044A\u0439 \u043A\u0430\u0442\u043E \u0444\u0430\u0439\u043B\u044A\u0442 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043E\u043A\u0430\u0436\u0435 \u0442\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C \u0437\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0430.
27
+
28
+ MSG_WARNING_EXPORT_ANYWAY=\u0415\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0432\u044A\u043F\u0440\u0435\u043A\u0438 \u0442\u043E\u0432\u0430?
19
29
 
20
30
  MSG_ERROR_OUT_OF_MEMORY=\u041D\u044F\u043C\u0430 \u0434\u043E\u0441\u0442\u0430\u0442\u044A\u0447\u043D\u043E \u043F\u0430\u043C\u0435\u0442 \u0437\u0430 \u043F\u0440\u043E\u0446\u0435\u0441\u0430 \u043D\u0430 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u0438 \u043F\u043E\u0440\u0430\u0434\u0438 \u0442\u043E\u0432\u0430 \u0442\u043E\u0439 \u0435 \u043F\u0440\u0435\u043A\u0440\u0430\u0442\u0435\u043D.\n\u041C\u043E\u043B\u044F, \u043A\u043E\u0440\u0438\u0433\u0438\u0440\u0430\u0439\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438\u0442\u0435 \u0437\u0430 \u043A\u043E\u043B\u043E\u043D\u0430\u0442\u0430 \u0438\u043B\u0438 \u0437\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430, \u0437\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043F\u043E-\u043C\u0430\u043B\u044A\u043A \u0431\u0440\u043E\u0439 \u043A\u043B\u0435\u0442\u043A\u0438.
21
31
 
@@ -85,8 +95,6 @@ FILENAME_ERROR=\u0412 \u0438\u043C\u0435\u043D\u0430\u0442\u0430 \u043D\u0430 \u
85
95
 
86
96
  PROGRESS_BUNDLE_MSG=\u0413\u0435\u043D\u0435\u0440\u0438\u0440\u0430 \u0441\u0435 \u0444\u0430\u0439\u043B...
87
97
 
88
- NO_COUNT_WARNING_MSG=\u0412 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F\u0442\u0430 \u043D\u0430 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0430 \u043D\u044F\u043C\u0430 \u043F\u043E\u0441\u043E\u0447\u0435\u043D \u0431\u0440\u043E\u0439.\n\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043D\u0430\u043F\u0440\u0430\u0432\u0435\u043D\u043E \u043F\u0440\u0435\u0434\u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0437\u0430 \u043E\u0431\u0449\u0438\u044F \u0431\u0440\u043E\u0439 \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0438 \u0440\u0435\u0434\u043E\u0432\u0435 \u0438 \u0435 \u0432\u044A\u0437\u043C\u043E\u0436\u043D\u043E \u0435 \u043A\u0430\u043F\u0430\u0446\u0438\u0442\u0435\u0442\u044A\u0442 \u043D\u0430 \u043F\u0430\u043C\u0435\u0442\u0442\u0430 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u0434\u0430 \u0431\u044A\u0434\u0435 \u043D\u0430\u0434\u0445\u0432\u044A\u0440\u043B\u0435\u043D.\n\u041C\u043E\u043B\u044F, \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0435\u0442\u0435, \u0441\u0430\u043C\u043E \u0430\u043A\u043E \u0441\u0442\u0435 \u0441\u0438\u0433\u0443\u0440\u043D\u0438, \u0447\u0435 \u0442\u0435\u043A\u0443\u0449\u0438\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430 \u043D\u044F\u043C\u0430 \u0434\u0430 \u0434\u043E\u0432\u0435\u0434\u0430\u0442 \u0434\u043E \u0435\u043A\u0441\u043F\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0433\u043E\u043B\u044F\u043C \u043E\u0431\u0435\u043C \u043E\u0442 \u0434\u0430\u043D\u043D\u0438.
89
-
90
98
  XLSX_DEFAULT_TITLE=SAPUI5 \u0435\u043A\u0441\u043F\u043E\u0440\u0442
91
99
 
92
100
  XLSX_DEFAULT_SHEETNAME=SAPUI5 \u0435\u043A\u0441\u043F\u043E\u0440\u0442
@@ -13,9 +13,19 @@ PROGRESS_FETCHING_MSG=Sol\u00B7licitant dades del servidor...
13
13
 
14
14
  PROGRESS_ERROR_TITLE=Error
15
15
 
16
- SIZE_WARNING_MSG=El document cont\u00E9 {0} files i {1} columnes ({2} cel\u00B7les).\nPot ser que els documents amb m\u00E9s de 2.000.000 de cel\u00B7les siguin massa grans per processar-se.\nVoleu realitzar l''exportaci\u00F3 de totes maneres?
16
+ MSG_WARNING_CELL_COUNT=El document cont\u00E9 {0}\u00A0files i {1}\u00A0columna/es ({2}\u00A0cel\u00B7les).
17
17
 
18
- MSG_WARNING_CUT_OFF=El document cont\u00E9 {0} files.\nNom\u00E9s es poden exportar {1} files en un fitxer {2} \u00FAnic.\nVoleu realitzar l''exportaci\u00F3 de totes maneres?
18
+ MSG_WARNING_CELL_LIMIT=Els documents amb m\u00E9s de {0}\u00A0cel\u00B7les poden ser massa grans per processar-los.
19
+
20
+ MSG_WARNING_ROW_COUNT=El document cont\u00E9 {0} files.
21
+
22
+ MSG_WARNING_ROW_LIMIT=Nom\u00E9s es poden exportar {0}\u00A0files en un \u00FAnic fitxer {1}.
23
+
24
+ MSG_WARNING_COUNT_UNKNOWN=El document cont\u00E9 un nombre desconegut de files.
25
+
26
+ MSG_WARNING_ADVICE=No continueu tret que estigueu segur que les opcions de filtre actuals no generaran una gran quantitat de dades, ja que el fitxer pot ser massa gran per processar-lo.
27
+
28
+ MSG_WARNING_EXPORT_ANYWAY=Voleu exportar-les igualment?
19
29
 
20
30
  MSG_ERROR_OUT_OF_MEMORY=El proc\u00E9s d'exportaci\u00F3 s'ha quedat sense mem\u00F2ria i s'ha finalitzat.\nAjusteu les opcions de columna o filtre per a seleccionar una quantitat inferior de cel\u00B7les.
21
31
 
@@ -85,8 +95,6 @@ FILENAME_ERROR=No podeu utilitzar cap dels seg\u00FCents car\u00E0cters en un no
85
95
 
86
96
  PROGRESS_BUNDLE_MSG=Generant fitxer...
87
97
 
88
- NO_COUNT_WARNING_MSG=No s'ha indicat cap recompte a la configuraci\u00F3 d'exportaci\u00F3. La quantitat total de files exportades no es pot preveure i es podria superar la capacitat de mem\u00F2ria de l'aplicaci\u00F3.\nNo continueu si no esteu segurs que les opcions de filtre actuals no provocaran una gran quantitat de dades.
89
-
90
98
  XLSX_DEFAULT_TITLE=Exportaci\u00F3 SAPUI5
91
99
 
92
100
  XLSX_DEFAULT_SHEETNAME=Exportaci\u00F3 SAPUI5
@@ -13,9 +13,19 @@ PROGRESS_FETCHING_MSG=Na\u010D\u00EDt\u00E1n\u00ED dat ze serveru...
13
13
 
14
14
  PROGRESS_ERROR_TITLE=Chyba
15
15
 
16
- SIZE_WARNING_MSG=Dokument obsahuje {0} \u0159\u00E1dek a {1} sloupc\u016F ({2} bun\u011Bk).\nDokumenty s v\u00EDce ne\u017E 2 000 000 bun\u011Bk by mohly b\u00FDt na zpracov\u00E1n\u00ED p\u0159\u00EDli\u0161 velk\u00E9.\nP\u0159esto exportovat?
16
+ MSG_WARNING_CELL_COUNT=Dokument obsahuje {0} \u0159\u00E1dek a {1} sloupc\u016F ({2} bun\u011Bk).
17
17
 
18
- MSG_WARNING_CUT_OFF=Dokument obsahuje {0} \u0159\u00E1dek.\nExportovat lze pouze {1} \u0159\u00E1dek v jednom souboru {2}.\nP\u0159esto exportovat?
18
+ MSG_WARNING_CELL_LIMIT=Dokumenty s v\u00EDce ne\u017E {0} bu\u0148kami mohou b\u00FDt na zpracov\u00E1n\u00ED p\u0159\u00EDli\u0161 velk\u00E9.
19
+
20
+ MSG_WARNING_ROW_COUNT=Dokument obsahuje {0} \u0159\u00E1dek.
21
+
22
+ MSG_WARNING_ROW_LIMIT=Pouze {0} \u0159\u00E1dek lze exportovat v jednom souboru {1}.
23
+
24
+ MSG_WARNING_COUNT_UNKNOWN=Dokument obsahuje nezn\u00E1m\u00FD po\u010Det \u0159\u00E1dek.
25
+
26
+ MSG_WARNING_ADVICE=Nepokra\u010Dujte, pokud si nejste jisti, \u017Ee z aktu\u00E1ln\u00EDho nastaven\u00ED filtru nevyplyne velk\u00E9 mno\u017Estv\u00ED dat, proto\u017Ee soubor by mohl b\u00FDt na zpracov\u00E1n\u00ED p\u0159\u00EDli\u0161 velk\u00FD.
27
+
28
+ MSG_WARNING_EXPORT_ANYWAY=P\u0159esto exportovat?
19
29
 
20
30
  MSG_ERROR_OUT_OF_MEMORY=Procesu exportu do\u0161la pam\u011B\u0165 a byl ukon\u010Den.\nUpravte va\u0161e nastaven\u00ED sloupc\u016F nebo filtru, aby se vybral men\u0161\u00ED po\u010Det bun\u011Bk.
21
31
 
@@ -85,8 +95,6 @@ FILENAME_ERROR=V n\u00E1zvu souboru nesm\u00EDte pou\u017E\u00EDt \u017E\u00E1dn
85
95
 
86
96
  PROGRESS_BUNDLE_MSG=Generov\u00E1n\u00ED souboru...
87
97
 
88
- NO_COUNT_WARNING_MSG=Nen\u00ED zad\u00E1n po\u010Det v konfiguraci exportu. Celkov\u00FD po\u010Det exportovan\u00FDch \u0159\u00E1dek nelze p\u0159edpov\u011Bd\u011Bt a m\u016F\u017Ee p\u0159ekro\u010Dit kapacitu pam\u011Bti aplikace.\nNepokra\u010Dujte, pokud si nejste jisti, \u017Ee aktu\u00E1ln\u00ED nastaven\u00ED filtru nebudou m\u00EDt za n\u00E1sledek velk\u00E9 mno\u017Estv\u00ED dat.
89
-
90
98
  XLSX_DEFAULT_TITLE=SAPUI5 Export
91
99
 
92
100
  XLSX_DEFAULT_SHEETNAME=SAPUI5 Export
@@ -13,9 +13,19 @@ PROGRESS_FETCHING_MSG=Wrthi'n cyrchu data o'r gweinydd...
13
13
 
14
14
  PROGRESS_ERROR_TITLE=Gwall
15
15
 
16
- SIZE_WARNING_MSG=Mae''r ddogfen hon yn cynnwys {0} rhes a {1} colofn ({2} cell). \nMae''n bosib y bydd dogfennau \u00E2 mwy na 2,000,000 o gelloedd yn rhy fawr i''w prosesu.\nAllgludo beth bynnag?
16
+ MSG_WARNING_CELL_COUNT=Mae\u2019r ddogfen yn cynnwys {0} rhes a {1} colofn ({2} cell).
17
17
 
18
- MSG_WARNING_CUT_OFF=Mae''r ddogfen yn cynnwys ({0}) rhes.\nDim ond {1} rhes sy''n gallu cael eu hallgludo mewn un ffeil {2}.\nAllgludo beth bynnag?
18
+ MSG_WARNING_CELL_LIMIT=Efallai y bydd dogfennau gyda mwy na {0} cell yn rhy fawr i\u2019w prosesu.
19
+
20
+ MSG_WARNING_ROW_COUNT=Mae''r ddogfen yn cynnwys {0} rhes.
21
+
22
+ MSG_WARNING_ROW_LIMIT=Dim ond {0} rhes all gael eu hallgludo mewn un ffeil {1}.
23
+
24
+ MSG_WARNING_COUNT_UNKNOWN=Mae nifer anhysbys o resi yn y ddogfen.
25
+
26
+ MSG_WARNING_ADVICE=Peidiwch \u00E2 bwrw ymlaen oni bai eich bod chi\u2019n siwr na fydd y gosodiadau hidlo cyfredol yn arwain at swm mawr o ddata, gan y gall y ffeil fod yn rhy fawr i\u2019w phrosesu.
27
+
28
+ MSG_WARNING_EXPORT_ANYWAY=Allgludo beth bynnag?
19
29
 
20
30
  MSG_ERROR_OUT_OF_MEMORY=Mae'r broses allgludo wedi rhedeg allan o gof ac mae wedi dod i ben.\nAddaswch eich gosodiadau colofn neu hidlo er mwyn newis llai o gelloedd.
21
31
 
@@ -85,8 +95,6 @@ FILENAME_ERROR=Ni allwch ddefnyddio unrhyw un o'r nodau canlynol mewn enw ffeil\
85
95
 
86
96
  PROGRESS_BUNDLE_MSG=Wrthi'n cynhyrchu'r ffeil...
87
97
 
88
- NO_COUNT_WARNING_MSG=Does dim cyfrif wedi'i ddarparu yn y ffurfweddiad allgludo.\nDoes dim modd rhagweld cyfanswm nifer y rhesi sy'n cael eu hallgludo a gallant fod yn fwy na chapasiti cof y rhaglen.\nPeidiwch \u00E2 bwrw ymlaen oni bai eich bod yn si\u0175r na fydd y gosodiadau hidlo cyfredol yn arwain at lawer iawn o ddata.
89
-
90
98
  XLSX_DEFAULT_TITLE=Allgludo SAPUI5
91
99
 
92
100
  XLSX_DEFAULT_SHEETNAME=Allgludo SAPUI5
@@ -13,9 +13,19 @@ PROGRESS_FETCHING_MSG=Henter data fra server...
13
13
 
14
14
  PROGRESS_ERROR_TITLE=Fejl
15
15
 
16
- SIZE_WARNING_MSG=Dokumentet indeholder {0} r\u00E6kker og {1} kolonne(r) ({2} celler).\nDokumenter med mere end 2.000.000 celler er muligvis for store at behandle.\nEksporter alligevel?
16
+ MSG_WARNING_CELL_COUNT=Dokumentet indeholder {0} r\u00E6kker og {1} kolonne(r) ({2} celler).
17
17
 
18
- MSG_WARNING_CUT_OFF=Dokumentet indeholder {0} r\u00E6kker.\nKun {1} r\u00E6kker kan eksporteres i en enkelt {2} fil.\nEksporter alligevel?
18
+ MSG_WARNING_CELL_LIMIT=Dokumenter med mere end {0} celler kan v\u00E6re for store at behandle.
19
+
20
+ MSG_WARNING_ROW_COUNT=Dokumentet indeholder {0} r\u00E6kker.
21
+
22
+ MSG_WARNING_ROW_LIMIT=Kun {0} r\u00E6kker kan eksporteres i en enkelt {1}-fil.
23
+
24
+ MSG_WARNING_COUNT_UNKNOWN=Dokumentet indeholder et ukendt antal r\u00E6kker.
25
+
26
+ MSG_WARNING_ADVICE=Forts\u00E6t ikke, medmindre du er sikker p\u00E5, at de aktuelle filterindstillinger ikke vil medf\u00F8re en stor m\u00E6ngde data, da filen muligvis er for stor til at behandle.
27
+
28
+ MSG_WARNING_EXPORT_ANYWAY=Eksporter alligevel?
19
29
 
20
30
  MSG_ERROR_OUT_OF_MEMORY=Eksportprocessen l\u00F8b t\u00F8r for hukommelse og blev afsluttet.\nTilpas dine kolonne- eller filterindstillinger for at v\u00E6lge et mindre antal celler.
21
31
 
@@ -85,8 +95,6 @@ FILENAME_ERROR=Du kan ikke anvende nogen af f\u00F8lgende tegn i et filnavn\: \\
85
95
 
86
96
  PROGRESS_BUNDLE_MSG=Genererer fil...
87
97
 
88
- NO_COUNT_WARNING_MSG=Der er ikke angivet noget antal i eksportkonfigurationen. \nDet samlede antal eksporterede r\u00E6kker kan ikke prognosticeres og kan overskride hukommelseskapaciteten for applikationen. \nForts\u00E6t ikke, medmindre du er sikker p\u00E5, at de aktuelle filterindstillinger ikke resulterer i en stor m\u00E6ngde data.
89
-
90
98
  XLSX_DEFAULT_TITLE=SAPUI5-eksport
91
99
 
92
100
  XLSX_DEFAULT_SHEETNAME=SAPUI5-eksport
@@ -13,9 +13,19 @@ PROGRESS_FETCHING_MSG=Daten werden vom Server abgerufen...
13
13
 
14
14
  PROGRESS_ERROR_TITLE=Fehler
15
15
 
16
- SIZE_WARNING_MSG=Das Dokument enth\u00E4lt {0} Zeilen und {1} Spalte(n) ({2} Zellen).\nDokumente mit mehr als 2.000.000 Zellen sind m\u00F6glicherweise zu gro\u00DF um verarbeitet zu werden.\nDennoch exportieren?
16
+ MSG_WARNING_CELL_COUNT=Das Dokument enth\u00E4lt {0} Zeilen und {1} Spalte(n) ({2} Zellen).
17
17
 
18
- MSG_WARNING_CUT_OFF=Das Dokument enth\u00E4lt {0} Zeilen.\nIn einer einzelnen {2}-Datei k\u00F6nnen nur {1} Zeilen exportiert werden.\nDennoch exportieren?
18
+ MSG_WARNING_CELL_LIMIT=Dokumente mit mehr als {0} Zellen sind m\u00F6glicherweise zu gro\u00DF um verarbeitet zu werden.
19
+
20
+ MSG_WARNING_ROW_COUNT=Das Dokument enth\u00E4lt {0} Zeilen.
21
+
22
+ MSG_WARNING_ROW_LIMIT=In einer einzelnen {1}-Datei k\u00F6nnen nur {0} Zeilen exportiert werden.
23
+
24
+ MSG_WARNING_COUNT_UNKNOWN=Das Dokument enth\u00E4lt eine unbekannte Anzahl an Zeilen.
25
+
26
+ MSG_WARNING_ADVICE=Bitte fahren Sie nur fort, wenn Sie sich sicher sind, dass die aktuellen Filtereinstellungen nicht zu einer gro\u00DFen Datenmenge f\u00FChren, da die Datei sonst m\u00F6glicherweise zu gro\u00DF ist, um verarbeitet zu werden.
27
+
28
+ MSG_WARNING_EXPORT_ANYWAY=Dennoch exportieren?
19
29
 
20
30
  MSG_ERROR_OUT_OF_MEMORY=Die Speicherkapazit\u00E4t f\u00FCr den Exportvorgang ist ersch\u00F6pft und der Vorgang wurde abgebrochen.\nBitte passen Sie Ihre Spalten- oder Filtereinstellungen an, um eine kleinere Anzahl Zellen auszuw\u00E4hlen.
21
31
 
@@ -85,8 +95,6 @@ FILENAME_ERROR=Die folgenden Zeichen k\u00F6nnen Sie nicht in Dateinamen verwend
85
95
 
86
96
  PROGRESS_BUNDLE_MSG=Datei wird generiert...
87
97
 
88
- NO_COUNT_WARNING_MSG=In der Exportkonfiguration ist keine Anzahl bereitgestellt. \nDie Gesamtzahl der exportierten Zeilen kann nicht vorhergesagt werden und k\u00F6nnte die Speicherkapazit\u00E4t der Anwendung \u00FCberschreiten. \nBitte fahren Sie nur fort, wenn Sie sich sicher sind, dass die aktuellen Filtereinstellungen nicht zu einer gro\u00DFen Datenmenge f\u00FChren.
89
-
90
98
  XLSX_DEFAULT_TITLE=SAPUI5-Export
91
99
 
92
100
  XLSX_DEFAULT_SHEETNAME=SAPUI5-Export