@sapui5/sap.ui.export 1.96.25 → 1.96.26
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/ExportBase.js +1 -1
- package/src/sap/ui/export/ExportUtils.js +2 -2
- package/src/sap/ui/export/PortableDocument.js +1 -1
- 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_ar.properties +27 -0
- package/src/sap/ui/export/messagebundle_bg.properties +27 -0
- package/src/sap/ui/export/messagebundle_ca.properties +27 -0
- package/src/sap/ui/export/messagebundle_cs.properties +27 -0
- package/src/sap/ui/export/messagebundle_cy.properties +27 -0
- package/src/sap/ui/export/messagebundle_da.properties +27 -0
- package/src/sap/ui/export/messagebundle_de.properties +27 -0
- package/src/sap/ui/export/messagebundle_el.properties +27 -0
- package/src/sap/ui/export/messagebundle_en_GB.properties +27 -0
- package/src/sap/ui/export/messagebundle_en_US_saprigi.properties +52 -25
- package/src/sap/ui/export/messagebundle_es.properties +27 -0
- package/src/sap/ui/export/messagebundle_es_MX.properties +27 -0
- package/src/sap/ui/export/messagebundle_et.properties +27 -0
- package/src/sap/ui/export/messagebundle_fi.properties +27 -0
- package/src/sap/ui/export/messagebundle_fr.properties +27 -0
- package/src/sap/ui/export/messagebundle_fr_CA.properties +27 -0
- package/src/sap/ui/export/messagebundle_hi.properties +27 -0
- package/src/sap/ui/export/messagebundle_hr.properties +27 -0
- package/src/sap/ui/export/messagebundle_hu.properties +27 -0
- package/src/sap/ui/export/messagebundle_id.properties +27 -0
- package/src/sap/ui/export/messagebundle_it.properties +27 -0
- package/src/sap/ui/export/messagebundle_iw.properties +27 -0
- package/src/sap/ui/export/messagebundle_ja.properties +27 -0
- package/src/sap/ui/export/messagebundle_kk.properties +27 -0
- package/src/sap/ui/export/messagebundle_ko.properties +27 -0
- package/src/sap/ui/export/messagebundle_lt.properties +27 -0
- package/src/sap/ui/export/messagebundle_lv.properties +27 -0
- package/src/sap/ui/export/messagebundle_ms.properties +27 -0
- package/src/sap/ui/export/messagebundle_nl.properties +27 -0
- package/src/sap/ui/export/messagebundle_no.properties +27 -0
- package/src/sap/ui/export/messagebundle_pl.properties +27 -0
- package/src/sap/ui/export/messagebundle_pt.properties +27 -0
- package/src/sap/ui/export/messagebundle_pt_PT.properties +27 -0
- package/src/sap/ui/export/messagebundle_ro.properties +27 -0
- package/src/sap/ui/export/messagebundle_ru.properties +27 -0
- package/src/sap/ui/export/messagebundle_sh.properties +27 -0
- package/src/sap/ui/export/messagebundle_sk.properties +27 -0
- package/src/sap/ui/export/messagebundle_sl.properties +27 -0
- package/src/sap/ui/export/messagebundle_sr.properties +27 -0
- package/src/sap/ui/export/messagebundle_sv.properties +27 -0
- package/src/sap/ui/export/messagebundle_th.properties +27 -0
- package/src/sap/ui/export/messagebundle_tr.properties +27 -0
- package/src/sap/ui/export/messagebundle_uk.properties +27 -0
- package/src/sap/ui/export/messagebundle_vi.properties +27 -0
- package/src/sap/ui/export/messagebundle_zh_CN.properties +27 -0
- package/src/sap/ui/export/messagebundle_zh_TW.properties +27 -0
|
@@ -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=Abbrechen
|
|
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=Exportieren
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Dokument exportieren
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Daten werden vom Server abgerufen...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Exportfehler
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=Beim Export ist folgender Fehler aufgetreten\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=Das exportierte Dokument mit {0} Zeilen und {1} Spalten ist zu gro\u00DF.\nEventuell hat die Anwendung nicht gen\u00FCgend Speicher.\nBrechen Sie den Vorgang ab und schr\u00E4nken Sie die zu exportierende Datenmenge ein.
|
|
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=Die Anzahl der Zeilen ({0}) \u00FCberschreitet die maximale Anzahl an Zeilen, die Sie pro Tabellenkalkulation exportieren k\u00F6nnen (1.048.576).\nWenn Sie fortfahren, wird der Export an der Obergrenze abgeschnitten.
|
|
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=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.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Unbekannter Fehler
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Exportieren als
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=Dateiname
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=Format ausw\u00E4hlen
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=Zellen mit mehreren Werten aufteilen
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Mit Filtereinstellungen
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Filtern
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=Dateiname um aktuelles Datum und aktuelle Zeit erg\u00E4nzen
|
|
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=Der von Ihnen eingegebene Dateiname ist l\u00E4nger als 100 Zeichen. Eventuell kann das Spreadsheet nicht korrekt ge\u00F6ffnet werden.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=Die folgenden Zeichen k\u00F6nnen Sie nicht in Dateinamen verwenden\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=Datei wird generiert
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
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.
|
|
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)
|
|
@@ -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=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
|
|
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=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE \u0395\u03B3\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=\u03A0\u03C1\u03BF\u03C3\u03BA\u03CC\u03BC\u03B9\u03C3\u03B7 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03B1\u03C0\u03CC \u03C4\u03BF \u03B4\u03B9\u03B1\u03BA\u03BF\u03BC\u03B9\u03C3\u03C4\u03AE...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=\u039B\u03AC\u03B8\u03BF\u03C2 \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=\u03A4\u03BF \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03BB\u03AC\u03B8\u03BF\u03C2 \u03C3\u03C5\u03BD\u03AD\u03B2\u03B7 \u03BA\u03B1\u03C4\u03AC \u03C4\u03B7\u03BD \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=\u03A4\u03BF \u03B5\u03BE\u03B7\u03B3\u03BC\u03AD\u03BD\u03BF \u03AD\u03B3\u03B3\u03C1\u03B1\u03C6\u03BF \u03BC\u03B5 {0} \u03C3\u03B5\u03B9\u03C1\u03AD\u03C2 \u03BA\u03B1\u03B9 {1} \u03C3\u03C4\u03AE\u03BB\u03B5\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF.\n\u0397 \u03C7\u03C9\u03C1\u03B7\u03C4\u03B9\u03BA\u03CC\u03C4\u03B7\u03C4\u03B1 \u03BC\u03BD\u03AE\u03BC\u03B7\u03C2 \u03C4\u03B7\u03C2 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 \u03BE\u03B5\u03C0\u03B5\u03C1\u03B1\u03C3\u03C4\u03B5\u03AF.\n\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7 \u03BA\u03B1\u03B9 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03BC\u03B9\u03BA\u03C1\u03CC\u03C4\u03B5\u03C1\u03B7\u03C2 \u03BF\u03BC\u03AC\u03B4\u03B1\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE.
|
|
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=\u039F \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 \u03C3\u03B5\u03B9\u03C1\u03CE\u03BD ({0}) \u03C5\u03C0\u03B5\u03C1\u03B2\u03B1\u03AF\u03BD\u03B5\u03B9 \u03C4\u03BF \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC \u03C3\u03B5\u03B9\u03C1\u03CE\u03BD \u03C0\u03BF\u03C5 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B5\u03BE\u03AC\u03B3\u03B5\u03C4\u03B5 \u03B1\u03BD\u03AC \u03BB\u03BF\u03B3\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC \u03C6\u03CD\u03BB\u03BB\u03BF (1.048.576).\n\u0395\u03AC\u03BD \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5, \u03B7 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE \u03B8\u03B1 \u03C0\u03B5\u03C1\u03B9\u03BF\u03C1\u03B9\u03C3\u03C4\u03B5\u03AF \u03CE\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03B5\u03B9 \u03BC\u03B5 \u03C4\u03BF\u03BD \u03BC\u03AD\u03B3\u03B9\u03C3\u03C4\u03BF \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC.
|
|
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=\u0397 \u03B4\u03B9\u03B1\u03B4\u03B9\u03BA\u03B1\u03C3\u03AF\u03B1 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 \u03B5\u03BE\u03AC\u03BD\u03C4\u03BB\u03B7\u03C3\u03B5 \u03C4\u03B7 \u03BC\u03BD\u03AE\u03BC\u03B7 \u03BA\u03B1\u03B9 \u03B4\u03B9\u03B1\u03BA\u03CC\u03C0\u03B7\u03BA\u03B5.\n\u03A0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03CC\u03C3\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C3\u03C4\u03AE\u03BB\u03B7 \u03AE \u03C6\u03B9\u03BB\u03C4\u03C1\u03AC\u03C1\u03B5\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03C4\u03B5 \u03BC\u03B9\u03BA\u03C1\u03CC\u03C4\u03B5\u03C1\u03BF \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC \u03BA\u03B5\u03BB\u03B9\u03CE\u03BD.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=\u0386\u03B3\u03BD\u03C9\u03C3\u03C4\u03BF \u03C3\u03C6\u03AC\u03BB\u03BC\u03B1
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE \u03A9\u03C2
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=\u038C\u03BD\u03BF\u03BC\u03B1 \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03BC\u03BF\u03C1\u03C6\u03AE\u03C2
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=\u0394\u03B9\u03B1\u03C7\u03C9\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2 \u03BA\u03B5\u03BB\u03B9\u03CE\u03BD \u03BC\u03B5 \u03C0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03AD\u03C2 \u03C4\u03B9\u03BC\u03AD\u03C2
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=\u03A3\u03C5\u03BC\u03C0\u03B5\u03C1\u03AF\u03BB\u03B7\u03C8\u03B7 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03C9\u03BD \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF\u03C5
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=\u03A6\u03AF\u03BB\u03C4\u03C1\u03BF
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1\u03C2 \u03B7\u03BC/\u03BD\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03CE\u03C1\u03B1\u03C2 \u03C3\u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
|
|
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=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03C0\u03BF\u03C5 \u03B5\u03B9\u03C3\u03B1\u03B3\u03AC\u03B3\u03B1\u03C4\u03B5 \u03C5\u03C0\u03B5\u03C1\u03B2\u03B1\u03AF\u03BD\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 100 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2. \u0391\u03C5\u03C4\u03CC \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03B5\u03BC\u03C0\u03BF\u03B4\u03AF\u03C3\u03B5\u03B9 \u03C4\u03BF \u03C3\u03C9\u03C3\u03C4\u03CC \u03AC\u03BD\u03BF\u03B9\u03B3\u03BC\u03B1 \u03C4\u03BF\u03C5 \u03BB\u03BF\u03B3\u03B9\u03C3\u03C4\u03B9\u03BA\u03BF\u03CD \u03C6\u03CD\u03BB\u03BB\u03BF\u03C5.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=\u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03BF\u03C5\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2 \u03C3\u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03C5\u03C0\u03BF\u03BB\u03BF\u03B3\u03B9\u03C3\u03BC\u03CC\u03C2 \u03C0\u03BF\u03C5 \u03C0\u03B1\u03C1\u03AD\u03C7\u03B5\u03C4\u03B1\u03B9 \u03C3\u03C4\u03B7 \u03B4\u03B9\u03B1\u03BC\u03CC\u03C1\u03C6\u03C9\u03C3\u03B7 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2.\n\u039F \u03C3\u03C5\u03BD\u03BF\u03BB\u03B9\u03BA\u03CC\u03C2 \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 \u03B5\u03BE\u03B7\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD \u03C3\u03B5\u03B9\u03C1\u03CE\u03BD \u03B4\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C0\u03C1\u03BF\u03B2\u03BB\u03B5\u03C6\u03B8\u03B5\u03AF \u03BA\u03B1\u03B9 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C5\u03C0\u03B5\u03C1\u03B2\u03B1\u03AF\u03BD\u03B5\u03B9 \u03C4\u03B7 \u03B4\u03C5\u03BD\u03B1\u03BC\u03B9\u03BA\u03CC\u03C4\u03B7\u03C4\u03B1 \u03BC\u03BD\u03AE\u03BC\u03B7\u03C2 \u03C4\u03B7\u03C2 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2.\n\u039C\u03B7\u03BD \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5 \u03B5\u03BA\u03C4\u03CC\u03C2 \u03B1\u03BD \u03B5\u03AF\u03C3\u03C4\u03B5 \u03C3\u03AF\u03B3\u03BF\u03C5\u03C1\u03BF\u03B9 \u03CC\u03C4\u03B9 \u03BF\u03B9 \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B5\u03C2 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF\u03C5 \u03B4\u03B5\u03BD \u03B8\u03B1 \u03BA\u03B1\u03C4\u03B1\u03BB\u03AE\u03BE\u03BF\u03C5\u03BD \u03C3\u03B5 \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF \u03CC\u03B3\u03BA\u03BF \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=SAPUI5 \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=SAPUI5 \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=\u039C\u03BF\u03C1\u03C6\u03AE \u039C\u03B5\u03C4\u03B1\u03C6\u03B5\u03C1\u03CC\u03BC\u03B5\u03BD\u03BF\u03C5 \u0395\u03B3\u03B3\u03C1\u03AC\u03C6\u03BF\u03C5 (*.pdf)
|
|
@@ -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)
|
|
@@ -1,50 +1,77 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.ui.export library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
|
-
|
|
4
|
+
#XBUT: Cancel button in the dialog
|
|
5
|
+
CANCEL_BUTTON=\u206A\u206A\u206A\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200B\u200D\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200D\u200B\u200C\u206ACancel\u206A\u206A
|
|
3
6
|
|
|
4
|
-
|
|
7
|
+
#XBUT: Export button in the dialog. The meaning is: "Continue" but the first character should not be the same as by "Cancel"
|
|
8
|
+
EXPORT_BUTTON=\u206A\u206A\u206A\u200D\u200D\u200C\u200C\u200B\u200B\u200B\u200D\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u206AExport\u206A\u206A
|
|
5
9
|
|
|
6
|
-
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
11
|
+
PROGRESS_TITLE=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200D\u200C\u200C\u200D\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200D\u206AExport Document\u206A\u206A
|
|
7
12
|
|
|
8
|
-
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
14
|
+
PROGRESS_FETCHING_MSG=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200D\u200C\u200B\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200D\u200D\u200D\u200B\u200D\u200D\u200B\u200B\u200D\u200D\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200D\u200B\u206AFetching data from server...\u206A\u206A
|
|
9
15
|
|
|
10
|
-
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
17
|
+
PROGRESS_ERROR_TITLE=\u206A\u206A\u206A\u200C\u200D\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200B\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200D\u206AExport Error\u206A\u206A
|
|
11
18
|
|
|
12
|
-
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
20
|
+
PROGRESS_ERROR_MSG=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200C\u200C\u200D\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200D\u200B\u200D\u200D\u200C\u200D\u200B\u200C\u206AThe following error has occurred during export\:\u206A\u206A
|
|
13
21
|
|
|
14
|
-
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
23
|
+
SIZE_WARNING_MSG=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200D\u200D\u200D\u200C\u206AThe exported document with \u200B\u200B\u200B{0}\u200C\u200C\u200C rows and \u200B\u200B\u200B{1}\u200C\u200C\u200C columns is too big.\nThe memory capacity of the application might be exceeded.\nCancel and select a smaller data set for the export.\u206A\u206A
|
|
15
24
|
|
|
16
|
-
|
|
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.
|
|
26
|
+
MSG_WARNING_CUT_OFF=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u206AThe number of rows (\u200B\u200B\u200B{0}\u200C\u200C\u200C) 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.\u206A\u206A
|
|
17
27
|
|
|
18
|
-
|
|
28
|
+
#XMSG: Textual representation of the technical error message which indicates that the export ran out of memory.
|
|
29
|
+
MSG_ERROR_OUT_OF_MEMORY=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200B\u200B\u200D\u200D\u200D\u200D\u200D\u200C\u206AThe export process ran out of memory and was terminated.\nPlease adjust your column or filter settings to select a smaller number of cells.\u206A\u206A
|
|
19
30
|
|
|
20
|
-
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
32
|
+
PROGRESS_ERROR_DEFAULT=\u206A\u206A\u206A\u200D\u200D\u200B\u200B\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200C\u200C\u200D\u200C\u200C\u200B\u200B\u200B\u200D\u200C\u200D\u206AUnknown error\u206A\u206A
|
|
21
33
|
|
|
22
|
-
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
35
|
+
EXPORT_SETTINGS_TITLE=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200C\u206AExport As\u206A\u206A
|
|
23
36
|
|
|
24
|
-
|
|
37
|
+
#XFLD: File name
|
|
38
|
+
FILE_NAME=\u206A\u206A\u206A\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200D\u200C\u200C\u200D\u200B\u200D\u200D\u200D\u200C\u206AFile Name\u206A\u206A
|
|
25
39
|
|
|
26
|
-
|
|
40
|
+
#XFLD: Select format
|
|
41
|
+
SELECT_FORMAT=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200C\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200C\u200B\u200B\u200D\u206ASelect format\u206A\u206A
|
|
27
42
|
|
|
28
|
-
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
44
|
+
SPLIT_CELLS=\u206A\u206A\u206A\u200C\u200C\u200D\u200D\u200B\u200B\u200D\u200B\u200B\u200B\u200B\u200B\u200C\u200B\u200B\u200D\u200D\u200B\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u206ASplit cells with multiple values\u206A\u206A
|
|
29
45
|
|
|
30
|
-
|
|
46
|
+
#XFLD: Include filter settings
|
|
47
|
+
INCLUDE_FILTER_SETTINGS=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200B\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200C\u200C\u200B\u200B\u200C\u200D\u200D\u200C\u200C\u200C\u206AInclude filter settings\u206A\u206A
|
|
31
48
|
|
|
32
|
-
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
50
|
+
FILTER_HEADER=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200C\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200C\u200D\u200B\u200D\u200D\u200B\u200D\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u206AFilter\u206A\u206A
|
|
33
51
|
|
|
34
|
-
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
53
|
+
ADD_DATE_TIME=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200D\u200C\u200C\u200B\u200D\u200C\u200B\u200D\u200D\u200B\u200B\u206AAdd current date and time to the file name\u206A\u206A
|
|
35
54
|
|
|
36
|
-
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
56
|
+
XLSX_FILETYPE=\u206A\u206A\u206A\u200D\u200D\u200D\u200B\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200C\u200B\u200B\u200B\u200D\u200D\u206AMicrosoft Excel Workbook (*.xlsx)\u206A\u206A
|
|
37
57
|
|
|
38
|
-
|
|
58
|
+
#XMSG: File name warning text
|
|
59
|
+
FILENAME_WARNING=\u206A\u206A\u206A\u200C\u200D\u200B\u200B\u200D\u200C\u200C\u200B\u200B\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u206AThe file name you entered exceeds 100 characters. This may prevent the spreadsheet from opening correctly.\u206A\u206A
|
|
39
60
|
|
|
40
|
-
|
|
61
|
+
#XMSG: File name error text
|
|
62
|
+
FILENAME_ERROR=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200D\u200D\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200D\u200D\u200D\u200C\u200C\u200B\u200C\u200D\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u206AYou cannot use any of the following characters in a file name\: \\ / \: * ? " < > |\u206A\u206A
|
|
41
63
|
|
|
42
|
-
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
65
|
+
PROGRESS_BUNDLE_MSG=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200B\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200D\u200C\u206AGenerating file\u206A\u206A
|
|
43
66
|
|
|
44
|
-
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
68
|
+
NO_COUNT_WARNING_MSG=\u206A\u206A\u206A\u200D\u200D\u200B\u200D\u200D\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u200B\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u206AThere 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.\u206A\u206A
|
|
45
69
|
|
|
46
|
-
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
71
|
+
XLSX_DEFAULT_TITLE=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200C\u200C\u200B\u200C\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200C\u206ASAPUI5 Export\u206A\u206A
|
|
47
72
|
|
|
48
|
-
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
74
|
+
XLSX_DEFAULT_SHEETNAME=\u206A\u206A\u206A\u200D\u200C\u200D\u200C\u200D\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200D\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200C\u200D\u200D\u200D\u206ASAPUI5 Export\u206A\u206A
|
|
49
75
|
|
|
50
|
-
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
77
|
+
PDF_FILETYPE=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u200B\u200C\u200C\u200C\u200B\u200D\u200C\u200B\u200B\u206APortable Document Format (*.pdf)\u206A\u206A
|
|
@@ -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=Cancelar
|
|
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=Exportar
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Exportar documento
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Solicitando datos del servidor...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Error de exportaci\u00F3n
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=Se ha producido el siguiente error durante la exportaci\u00F3n\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=El documento exportado con {0} filas y {1} columnas es demasiado grande.\nPuede que se haya superado la capacidad de memoria de la aplicaci\u00F3n.\nCancele y seleccione un conjunto de datos m\u00E1s peque\u00F1o para la exportaci\u00F3n.
|
|
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=El n\u00FAmero de filas ({0}) supera el n\u00FAmero m\u00E1ximo de filas que puede exportar por hoja de c\u00E1lculo (1.048.576).\nSi contin\u00FAa, la exportaci\u00F3n se interrumpir\u00E1 para que coincida con el n\u00FAmero m\u00E1ximo.
|
|
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=El proceso de exportaci\u00F3n se ha quedado sin espacio en la memoria y ha finalizado.\nAjuste las opciones de columna o filtro para seleccionar una cantidad inferior de celdas.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Error desconocido
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Exportar como
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=Nombre de fichero
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=Seleccionar formato
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=Dividir celdas con varios valores
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Incluir opciones de filtro
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Filtro
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=A\u00F1adir fecha y hora actual en el nombre de fichero
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Libro de trabajo de Microsoft Excel (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=El nombre de fichero indicado tiene m\u00E1s de 100 caracteres. Esto puede impedir que la hoja de c\u00E1lculo se abra correctamente.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=No puede utilizar ninguno de los siguientes caracteres en un nombre de fichero\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=Generando fichero
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=No se proporciona ning\u00FAn recuento en la configuraci\u00F3n de exportaci\u00F3n. La cantidad total de filas exportadas no se puede prever y puede que se supere la capacidad de memoria de la aplicaci\u00F3n.\nNo contin\u00FAe si no est\u00E1 seguro de que las opciones de filtro actuales no dar\u00E1n lugar a una gran cantidad de datos.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=Exportaci\u00F3n SAPUI5
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=Exportaci\u00F3n SAPUI5
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=Formato de documento portable (*.pdf)
|
|
@@ -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=Cancelar
|
|
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=Exportar
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Exportar documento
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Obteniendo datos del servidor...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Error de exportaci\u00F3n
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=Se produjo el siguiente error durante la exportaci\u00F3n\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=El documento exportado con {0} filas y {1} columnas es demasiado grande.\nEs posible que supere la capacidad de memoria de la aplicaci\u00F3n.\nCancele la operaci\u00F3n y seleccione un conjunto de datos m\u00E1s peque\u00F1o para exportar.
|
|
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=La cantidad de filas ({0}) supera la cantidad m\u00E1xima de filas que puede exportar por hoja de c\u00E1lculo (1,048,576).\nSi contin\u00FAa, la exportaci\u00F3n se interrumpir\u00E1 para que coincida con la cantidad m\u00E1xima.
|
|
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=El proces de exportaci\u00F3n se ha quedado sin memoria y se ha finalizado.\nAjuste las opciones de columna o filtro para seleccionar una cantidad inferior de celdas.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Error desconocido
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Exportar como
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=Nombre de archivo
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=Seleccionar formato
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=Dividir celdas con varios valores
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Incluir los par\u00E1metros de filtro
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Filtro
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=Agregar la fecha y hora actual al nombre del archivo
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Libro de Microsoft Excel (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=El nombre de archivo que ingres\u00F3 tiene m\u00E1s de 100 caracteres. Esto puede impedir que la hoja de c\u00E1lculo se abra correctamente.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=No se pueden usar ninguno de los siguientes caracteres en el nombre de un archivo\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=Generando archivo
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=No se proporcion\u00F3 ning\u00FAn recuento en la configuraci\u00F3n de la exportaci\u00F3n.\nNo se puede prever la cantidad total de filas exportadas, las cuales pueden superar la capacidad de memoria de la aplicaci\u00F3n.\nNo proceda a menos que est\u00E9 seguro de que los par\u00E1metros de filtro actuales no generar\u00E1n una gran cantidad de datos.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=Exportaci\u00F3n de SAPUI5
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=Exportaci\u00F3n de SAPUI5
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=Formato de documento port\u00E1til (*.pdf)
|
|
@@ -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=T\u00FChista
|
|
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=Ekspordi
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Ekspordi dokument
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Andmete toomine serverist...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=Ekspordit\u00F5rge
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=Eksportimisel ilmnes j\u00E4rgmine t\u00F5rge\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=Eksporditud dokument, milles on {0} rida ja {1} veergu, on liiga suur.\nRakenduse m\u00E4lumaht v\u00F5idakse \u00FCletada.\nT\u00FChista ja vali eksportimiseks v\u00E4iksem andmekogum.
|
|
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=Ridade arv ({0}) \u00FCletab ridade mahutavuse, mille saate eksportida arvutustabeli kohta (1\u00A0048\u00A0576).\nJ\u00E4tkamisel eksport katkestatakse mauhutavusele vastamiseks.
|
|
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=Eksportimise m\u00E4lumaht sai t\u00E4is ja katksestati.\nV\u00E4iksema arvu lahtrite valimiseks korrigeerige veeru- v\u00F5i filtris\u00E4tteid.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
20
32
|
PROGRESS_ERROR_DEFAULT=Tundmatu t\u00F5rge
|
|
21
33
|
|
|
34
|
+
#XHED: Default title text for the export settings dialog
|
|
22
35
|
EXPORT_SETTINGS_TITLE=Ekspordi\:
|
|
23
36
|
|
|
37
|
+
#XFLD: File name
|
|
24
38
|
FILE_NAME=Faili nimi
|
|
25
39
|
|
|
40
|
+
#XFLD: Select format
|
|
26
41
|
SELECT_FORMAT=Vali vorming
|
|
27
42
|
|
|
43
|
+
#XFLD: Split cells with multiple values
|
|
28
44
|
SPLIT_CELLS=T\u00FCkelda mitme v\u00E4\u00E4rtusega lahtrid
|
|
29
45
|
|
|
46
|
+
#XFLD: Include filter settings
|
|
30
47
|
INCLUDE_FILTER_SETTINGS=Kaasa filtris\u00E4tted
|
|
31
48
|
|
|
49
|
+
#XHED: Header of the filter sheet
|
|
32
50
|
FILTER_HEADER=Filtreeri
|
|
33
51
|
|
|
52
|
+
#XFLD: Add current date and time to the file name
|
|
34
53
|
ADD_DATE_TIME=Lisa failinimesse praegune kuup\u00E4ev ja kellaaeg
|
|
35
54
|
|
|
55
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
36
56
|
XLSX_FILETYPE=Microsoft Exceli t\u00F6\u00F6vihik (*.xlsx)
|
|
37
57
|
|
|
58
|
+
#XMSG: File name warning text
|
|
38
59
|
FILENAME_WARNING=Teie sisestatud failinimi \u00FCletab 100 m\u00E4rki. See v\u00F5ib takistada arvutustabeli \u00F5iget avamist.
|
|
39
60
|
|
|
61
|
+
#XMSG: File name error text
|
|
40
62
|
FILENAME_ERROR=Faili nimes ei tohi kasutada j\u00E4rgmisi m\u00E4rke\: \\ / \: * ? " < > |
|
|
41
63
|
|
|
64
|
+
#XMSG: Message text informing that exported file is being created
|
|
42
65
|
PROGRESS_BUNDLE_MSG=Faili genereerimine
|
|
43
66
|
|
|
67
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
44
68
|
NO_COUNT_WARNING_MSG=Ekspordi konfiguratsioonis pole arvu pakutud. \nEksporditud ridade koguarvu ei saa prognoosida ja see v\u00F5ib \u00FCletada rakenduse m\u00E4lu v\u00F5imsuse. \n\u00C4rge j\u00E4tkake enne, kui olete kindel, et praegused filtris\u00E4tted ei p\u00F5hjusta suuri andmehulki.
|
|
45
69
|
|
|
70
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
46
71
|
XLSX_DEFAULT_TITLE=SAPUI5 eksport
|
|
47
72
|
|
|
73
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
48
74
|
XLSX_DEFAULT_SHEETNAME=SAPUI5 eksport
|
|
49
75
|
|
|
76
|
+
#XLST: Portable Document Format type config for PDF export
|
|
50
77
|
PDF_FILETYPE=PDF-vorming (*.pdf)
|