@sapui5/sap.ui.export 1.84.39 → 1.84.42
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/ExportDialog.js +1 -1
- package/src/sap/ui/export/ExportUtils.js +3 -3
- package/src/sap/ui/export/Spreadsheet.js +4 -4
- package/src/sap/ui/export/SpreadsheetExport.js +2 -2
- package/src/sap/ui/export/library.js +3 -3
- package/src/sap/ui/export/messagebundle_ar.properties +24 -0
- package/src/sap/ui/export/messagebundle_bg.properties +24 -0
- package/src/sap/ui/export/messagebundle_ca.properties +24 -0
- package/src/sap/ui/export/messagebundle_cs.properties +24 -0
- package/src/sap/ui/export/messagebundle_cy.properties +24 -0
- package/src/sap/ui/export/messagebundle_da.properties +24 -0
- package/src/sap/ui/export/messagebundle_de.properties +24 -0
- package/src/sap/ui/export/messagebundle_el.properties +24 -0
- package/src/sap/ui/export/messagebundle_en.properties +25 -1
- package/src/sap/ui/export/messagebundle_en_GB.properties +24 -0
- package/src/sap/ui/export/messagebundle_es.properties +24 -0
- package/src/sap/ui/export/messagebundle_es_MX.properties +24 -0
- package/src/sap/ui/export/messagebundle_et.properties +24 -0
- package/src/sap/ui/export/messagebundle_fi.properties +24 -0
- package/src/sap/ui/export/messagebundle_fr.properties +24 -0
- package/src/sap/ui/export/messagebundle_fr_CA.properties +24 -0
- package/src/sap/ui/export/messagebundle_hi.properties +24 -0
- package/src/sap/ui/export/messagebundle_hr.properties +24 -0
- package/src/sap/ui/export/messagebundle_hu.properties +24 -0
- package/src/sap/ui/export/messagebundle_id.properties +24 -0
- package/src/sap/ui/export/messagebundle_it.properties +24 -0
- package/src/sap/ui/export/messagebundle_iw.properties +24 -0
- package/src/sap/ui/export/messagebundle_ja.properties +24 -0
- package/src/sap/ui/export/messagebundle_kk.properties +24 -0
- package/src/sap/ui/export/messagebundle_ko.properties +24 -0
- package/src/sap/ui/export/messagebundle_lt.properties +24 -0
- package/src/sap/ui/export/messagebundle_lv.properties +24 -0
- package/src/sap/ui/export/messagebundle_ms.properties +24 -0
- package/src/sap/ui/export/messagebundle_nl.properties +24 -0
- package/src/sap/ui/export/messagebundle_no.properties +24 -0
- package/src/sap/ui/export/messagebundle_pl.properties +24 -0
- package/src/sap/ui/export/messagebundle_pt.properties +24 -0
- package/src/sap/ui/export/messagebundle_pt_PT.properties +24 -0
- package/src/sap/ui/export/messagebundle_ro.properties +24 -0
- package/src/sap/ui/export/messagebundle_ru.properties +24 -0
- package/src/sap/ui/export/messagebundle_sh.properties +24 -0
- package/src/sap/ui/export/messagebundle_sk.properties +24 -0
- package/src/sap/ui/export/messagebundle_sl.properties +24 -0
- package/src/sap/ui/export/messagebundle_sr.properties +68 -0
- package/src/sap/ui/export/messagebundle_sv.properties +24 -0
- package/src/sap/ui/export/messagebundle_th.properties +24 -0
- package/src/sap/ui/export/messagebundle_tr.properties +24 -0
- package/src/sap/ui/export/messagebundle_uk.properties +24 -0
- package/src/sap/ui/export/messagebundle_vi.properties +24 -0
- package/src/sap/ui/export/messagebundle_zh_CN.properties +24 -0
- package/src/sap/ui/export/messagebundle_zh_TW.properties +24 -0
- package/src/sap/ui/export/provider/DataProviderBase.js +1 -1
- package/src/sap/ui/export/themes/base/ExportUtils.less +1 -1
- package/src/sap/ui/export/themes/base/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/ui/export/themes/sap_hcb/library.source.less +1 -1
|
@@ -1,44 +1,68 @@
|
|
|
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=H\u1EE7y
|
|
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=Xu\u00E2\u0301t
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=Xu\u00E2\u0301t ta\u0300i li\u00EA\u0323u
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=Ti\u0300m na\u0323p d\u01B0\u0303 li\u00EA\u0323u t\u01B0\u0300 ma\u0301y chu\u0309...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=L\u00F4\u0303i xu\u00E2\u0301t
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=\u0110a\u0303 xa\u0309y ra l\u00F4\u0303i sau \u0111\u00E2y trong lu\u0301c xu\u00E2\u0301t\:
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=Ca\u0309nh ba\u0301o\: Ta\u0300i li\u00EA\u0323u \u0111a\u0303 xu\u00E2\u0301t co\u0301 {0} ha\u0300ng va\u0300 {1} c\u00F4\u0323t qua\u0301 l\u01A1\u0301n.\nC\u00F4ng su\u00E2\u0301t b\u00F4\u0323 nh\u01A1\u0301 \u01B0\u0301ng du\u0323ng co\u0301 th\u00EA\u0309 \u0111a\u0303 v\u01B0\u01A1\u0323t qua\u0301.\nHu\u0309y va\u0300 cho\u0323n t\u00E2\u0323p h\u01A1\u0323p d\u01B0\u0303 li\u00EA\u0323u nho\u0309 h\u01A1n \u0111\u00EA\u0309 xu\u00E2\u0301t.
|
|
15
24
|
|
|
25
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
16
26
|
PROGRESS_ERROR_DEFAULT=L\u00F4\u0303i kh\u00F4ng bi\u00EA\u0301t
|
|
17
27
|
|
|
28
|
+
#XHED: Default title text for the export settings dialog
|
|
18
29
|
EXPORT_SETTINGS_TITLE=Xu\u00E2\u0301t tha\u0300nh
|
|
19
30
|
|
|
31
|
+
#XFLD: File name
|
|
20
32
|
FILE_NAME=T\u00EAn t\u00E2\u0323p tin
|
|
21
33
|
|
|
34
|
+
#XFLD: Select format
|
|
22
35
|
SELECT_FORMAT=Cho\u0323n \u0111i\u0323nh da\u0323ng
|
|
23
36
|
|
|
37
|
+
#XFLD: Split cells with multiple values
|
|
24
38
|
SPLIT_CELLS=Ph\u00E2n chia \u00F4 co\u0301 nhi\u00EA\u0300u gia\u0301 tri\u0323
|
|
25
39
|
|
|
40
|
+
#XFLD: Include filter settings
|
|
26
41
|
INCLUDE_FILTER_SETTINGS=Bao g\u00F4\u0300m ca\u0301c thi\u00EA\u0301t l\u00E2\u0323p b\u00F4\u0323 lo\u0323c
|
|
27
42
|
|
|
43
|
+
#XHED: Header of the filter sheet
|
|
28
44
|
FILTER_HEADER=B\u00F4\u0323 lo\u0323c
|
|
29
45
|
|
|
46
|
+
#XFLD: Add current date and time to the file name
|
|
30
47
|
ADD_DATE_TIME=Th\u00EAm nga\u0300y va\u0300 gi\u01A1\u0300 hi\u00EA\u0323n ta\u0323i va\u0300o t\u00EAn t\u00E2\u0323p tin
|
|
31
48
|
|
|
49
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
32
50
|
XLSX_FILETYPE=Microsoft Excel Workbook (*.xlsx)
|
|
33
51
|
|
|
52
|
+
#XMSG: File name warning text
|
|
34
53
|
FILENAME_WARNING=T\u00EAn t\u00E2\u0323p tin ba\u0323n \u0111a\u0303 nh\u00E2\u0323p v\u01B0\u01A1\u0323t qua\u0301 100 ky\u0301 t\u01B0\u0323. \u0110i\u00EA\u0300u na\u0300y co\u0301 th\u00EA\u0309 ng\u0103n ca\u0309n vi\u00EA\u0323c m\u01A1\u0309 chi\u0301nh xa\u0301c ba\u0309ng ti\u0301nh.
|
|
35
54
|
|
|
55
|
+
#XMSG: File name error text
|
|
36
56
|
FILENAME_ERROR=Ba\u0323n kh\u00F4ng th\u00EA\u0309 s\u01B0\u0309 du\u0323ng b\u00E2\u0301t ky\u0300 ky\u0301 t\u01B0\u0323 na\u0300o sau \u0111\u00E2y trong t\u00EAn t\u00E2\u0323p tin\: \\ / \: * ? " < > |
|
|
37
57
|
|
|
58
|
+
#XMSG: Message text informing that exported file is being created
|
|
38
59
|
PROGRESS_BUNDLE_MSG=\u0110ang ta\u0323o t\u00E2\u0323p tin
|
|
39
60
|
|
|
61
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
40
62
|
NO_COUNT_WARNING_MSG=Kh\u00F4ng cung c\u00E2\u0301p \u0111\u00EA\u0301m trong c\u00E2\u0301u hi\u0300nh xu\u00E2\u0301t. \nKh\u00F4ng th\u00EA\u0309 d\u01B0\u0323 ba\u0301o t\u00F4\u0309ng s\u00F4\u0301 ha\u0300ng \u0111a\u0303 xu\u00E2\u0301t va\u0300 co\u0301 th\u00EA\u0309 v\u01B0\u01A1\u0323t qua\u0301 c\u00F4ng su\u00E2\u0301t b\u00F4\u0323 nh\u01A1\u0301 cu\u0309a \u01B0\u0301ng du\u0323ng. \nVui lo\u0300ng kh\u00F4ng ti\u00EA\u0301n ha\u0300nh tr\u01B0\u0300 khi ba\u0323n ch\u0103\u0301c ch\u0103\u0301n la\u0300 thi\u00EA\u0301t l\u00E2\u0323p b\u00F4\u0323 lo\u0323c hi\u00EA\u0323n ta\u0323i se\u0303 kh\u00F4ng d\u00E2\u0303n \u0111\u00EA\u0301n s\u00F4\u0301 l\u01B0\u01A1\u0323ng d\u01B0\u0303 li\u00EA\u0323u l\u01A1\u0301n.
|
|
41
63
|
|
|
64
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
42
65
|
XLSX_DEFAULT_TITLE=Xu\u00E2\u0301t SAPUI5
|
|
43
66
|
|
|
67
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
44
68
|
XLSX_DEFAULT_SHEETNAME=Xu\u00E2\u0301t SAPUI5
|
|
@@ -1,44 +1,68 @@
|
|
|
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=\u53D6\u6D88
|
|
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=\u5BFC\u51FA
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=\u5BFC\u51FA\u6587\u6863
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=\u6B63\u5728\u4ECE\u670D\u52A1\u5668\u4E2D\u63D0\u53D6\u6570\u636E...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=\u5BFC\u51FA\u9519\u8BEF
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=\u5BFC\u51FA\u671F\u95F4\u51FA\u73B0\u4EE5\u4E0B\u9519\u8BEF\uFF1A
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=\u8B66\u544A\uFF1A\u4EE5 {0} \u884C\u548C {1} \u5217\u5BFC\u51FA\u7684\u6587\u6863\u8FC7\u5927\u3002\n\u53EF\u80FD\u4F1A\u8D85\u8FC7\u5E94\u7528\u7A0B\u5E8F\u7684\u5185\u5B58\u5BB9\u91CF\u3002\n\u53D6\u6D88\u800C\u540E\u9009\u62E9\u8F83\u5C0F\u7684\u6570\u636E\u96C6\u8FDB\u884C\u5BFC\u51FA\u3002
|
|
15
24
|
|
|
25
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
16
26
|
PROGRESS_ERROR_DEFAULT=\u672A\u77E5\u9519\u8BEF
|
|
17
27
|
|
|
28
|
+
#XHED: Default title text for the export settings dialog
|
|
18
29
|
EXPORT_SETTINGS_TITLE=\u5BFC\u51FA\u4E3A
|
|
19
30
|
|
|
31
|
+
#XFLD: File name
|
|
20
32
|
FILE_NAME=\u6587\u4EF6\u540D\u79F0
|
|
21
33
|
|
|
34
|
+
#XFLD: Select format
|
|
22
35
|
SELECT_FORMAT=\u9009\u62E9\u683C\u5F0F
|
|
23
36
|
|
|
37
|
+
#XFLD: Split cells with multiple values
|
|
24
38
|
SPLIT_CELLS=\u62C6\u5206\u5177\u6709\u591A\u4E2A\u503C\u7684\u5355\u5143\u683C
|
|
25
39
|
|
|
40
|
+
#XFLD: Include filter settings
|
|
26
41
|
INCLUDE_FILTER_SETTINGS=\u5305\u62EC\u8FC7\u6EE4\u5668\u8BBE\u7F6E
|
|
27
42
|
|
|
43
|
+
#XHED: Header of the filter sheet
|
|
28
44
|
FILTER_HEADER=\u8FC7\u6EE4\u5668
|
|
29
45
|
|
|
46
|
+
#XFLD: Add current date and time to the file name
|
|
30
47
|
ADD_DATE_TIME=\u7ED9\u6587\u4EF6\u540D\u6DFB\u52A0\u5F53\u524D\u65E5\u671F\u548C\u65F6\u95F4
|
|
31
48
|
|
|
49
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
32
50
|
XLSX_FILETYPE=Microsoft Excel \u5DE5\u4F5C\u7C3F (*.xlsx)
|
|
33
51
|
|
|
52
|
+
#XMSG: File name warning text
|
|
34
53
|
FILENAME_WARNING=\u6240\u8F93\u5165\u7684\u6587\u4EF6\u540D\u79F0\u8D85\u8FC7 100 \u4E2A\u5B57\u7B26\u3002\u8FD9\u53EF\u80FD\u4F1A\u59A8\u788D\u7535\u5B50\u8868\u683C\u6B63\u5E38\u6253\u5F00\u3002
|
|
35
54
|
|
|
55
|
+
#XMSG: File name error text
|
|
36
56
|
FILENAME_ERROR=\u4E0D\u80FD\u5728\u6587\u4EF6\u540D\u79F0\u4E2D\u4F7F\u7528\u4EE5\u4E0B\u4EFB\u4F55\u5B57\u7B26\uFF1A\\ / \: * ? " < > |
|
|
37
57
|
|
|
58
|
+
#XMSG: Message text informing that exported file is being created
|
|
38
59
|
PROGRESS_BUNDLE_MSG=\u6B63\u5728\u751F\u6210\u6587\u4EF6
|
|
39
60
|
|
|
61
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
40
62
|
NO_COUNT_WARNING_MSG=\u5BFC\u51FA\u914D\u7F6E\u4E2D\u6CA1\u6709\u63D0\u4F9B\u8BA1\u6570\u3002\n\u5BFC\u51FA\u603B\u884C\u6570\u65E0\u6CD5\u9884\u6D4B\uFF0C\u5E76\u4E14\u53EF\u80FD\u4F1A\u8D85\u8FC7\u5E94\u7528\u7A0B\u5E8F\u7684\u5185\u5BB9\u5BB9\u91CF\u3002\n\u9664\u975E\u786E\u5B9A\u5F53\u524D\u8FC7\u6EE4\u5668\u8BBE\u7F6E\u4E0D\u4F1A\u5BFC\u81F4\u5927\u91CF\u6570\u636E\uFF0C\u5426\u5219\u8BF7\u52FF\u7EE7\u7EED\u3002
|
|
41
63
|
|
|
64
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
42
65
|
XLSX_DEFAULT_TITLE=SAPUI5 \u5BFC\u51FA
|
|
43
66
|
|
|
67
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
44
68
|
XLSX_DEFAULT_SHEETNAME=SAPUI5 \u5BFC\u51FA
|
|
@@ -1,44 +1,68 @@
|
|
|
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=\u53D6\u6D88
|
|
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=\u532F\u51FA
|
|
5
9
|
|
|
10
|
+
#XHED: Default title text for the export progress dialog
|
|
6
11
|
PROGRESS_TITLE=\u532F\u51FA\u6587\u4EF6
|
|
7
12
|
|
|
13
|
+
#XMSG: Message text informing that exported data is fetched from the server
|
|
8
14
|
PROGRESS_FETCHING_MSG=\u6B63\u5728\u81EA\u4F3A\u670D\u5668\u53D6\u5F97\u8CC7\u6599...
|
|
9
15
|
|
|
16
|
+
#XHED: Default title text for the export progress error message box
|
|
10
17
|
PROGRESS_ERROR_TITLE=\u532F\u51FA\u932F\u8AA4
|
|
11
18
|
|
|
19
|
+
#XMSG: Message text informing that an error has occurred during export
|
|
12
20
|
PROGRESS_ERROR_MSG=\u532F\u51FA\u671F\u9593\u767C\u751F\u4E0B\u5217\u932F\u8AA4\uFF1A
|
|
13
21
|
|
|
22
|
+
#XMSG: Message text informing that the exported file is too big
|
|
14
23
|
SIZE_WARNING_MSG=\u8B66\u544A\uFF1A\u5167\u542B {0} \u884C\u548C {1} \u6B04\u7684\u5DF2\u532F\u51FA\u6587\u4EF6\u904E\u5927\u3002\n\u53EF\u80FD\u6703\u8D85\u904E\u61C9\u7528\u7A0B\u5F0F\u7684\u8A18\u61B6\u9AD4\u5BB9\u91CF\u3002\n\u8ACB\u53D6\u6D88\u4E26\u9078\u64C7\u8F03\u5C0F\u7684\u8CC7\u6599\u96C6\u9032\u884C\u532F\u51FA\u3002
|
|
15
24
|
|
|
25
|
+
#XMSG: Message text informing that the original error message is empty or no specific error provided
|
|
16
26
|
PROGRESS_ERROR_DEFAULT=\u672A\u77E5\u932F\u8AA4
|
|
17
27
|
|
|
28
|
+
#XHED: Default title text for the export settings dialog
|
|
18
29
|
EXPORT_SETTINGS_TITLE=\u532F\u51FA\u683C\u5F0F
|
|
19
30
|
|
|
31
|
+
#XFLD: File name
|
|
20
32
|
FILE_NAME=\u6A94\u6848\u540D\u7A31
|
|
21
33
|
|
|
34
|
+
#XFLD: Select format
|
|
22
35
|
SELECT_FORMAT=\u9078\u64C7\u683C\u5F0F
|
|
23
36
|
|
|
37
|
+
#XFLD: Split cells with multiple values
|
|
24
38
|
SPLIT_CELLS=\u4F7F\u7528\u591A\u91CD\u503C\u5206\u5272\u5132\u5B58\u683C
|
|
25
39
|
|
|
40
|
+
#XFLD: Include filter settings
|
|
26
41
|
INCLUDE_FILTER_SETTINGS=\u5305\u542B\u7BE9\u9078\u8A2D\u5B9A
|
|
27
42
|
|
|
43
|
+
#XHED: Header of the filter sheet
|
|
28
44
|
FILTER_HEADER=\u7BE9\u9078
|
|
29
45
|
|
|
46
|
+
#XFLD: Add current date and time to the file name
|
|
30
47
|
ADD_DATE_TIME=\u5C07\u76EE\u524D\u65E5\u671F\u548C\u6642\u9593\u52A0\u5230\u6A94\u6848\u540D\u7A31
|
|
31
48
|
|
|
49
|
+
#XLST: Microsoft Excel Workbook file type config for spreadsheet export
|
|
32
50
|
XLSX_FILETYPE=Microsoft Excel \u6D3B\u9801\u7C3F (*.xlsx)
|
|
33
51
|
|
|
52
|
+
#XMSG: File name warning text
|
|
34
53
|
FILENAME_WARNING=\u60A8\u8F38\u5165\u7684\u6A94\u6848\u540D\u7A31\u8D85\u904E 100 \u500B\u5B57\u5143\uFF0C\u9019\u53EF\u80FD\u6703\u9020\u6210\u60A8\u7121\u6CD5\u6B63\u78BA\u958B\u555F\u8A66\u7B97\u8868\u3002
|
|
35
54
|
|
|
55
|
+
#XMSG: File name error text
|
|
36
56
|
FILENAME_ERROR=\u60A8\u4E0D\u80FD\u5728\u6A94\u6848\u540D\u7A31\u4E2D\u4F7F\u7528\u4E0B\u5217\u4EFB\u4F55\u4E00\u500B\u5B57\u5143\uFF1A\\ / \: * ? " < > |
|
|
37
57
|
|
|
58
|
+
#XMSG: Message text informing that exported file is being created
|
|
38
59
|
PROGRESS_BUNDLE_MSG=\u6B63\u5728\u7522\u751F\u6A94\u6848
|
|
39
60
|
|
|
61
|
+
#XMSG: Message text informing that the exported file size cannot be predicted
|
|
40
62
|
NO_COUNT_WARNING_MSG=\u532F\u51FA\u7D44\u614B\u4E2D\u6C92\u6709\u63D0\u4F9B\u8A08\u6578\u3002\n\u7121\u6CD5\u9810\u6E2C\u7E3D\u532F\u51FA\u5217\u6578\uFF0C\u4E14\u53EF\u80FD\u6703\u8D85\u904E\u61C9\u7528\u7A0B\u5F0F\u7684\u8A18\u61B6\u9AD4\u5BB9\u91CF\u3002\n\u8ACB\u65BC\u7E7C\u7E8C\u524D\u5148\u78BA\u5B9A\u76EE\u524D\u7BE9\u9078\u8A2D\u5B9A\u4E0D\u6703\u7522\u751F\u5927\u91CF\u8CC7\u6599\u3002
|
|
41
63
|
|
|
64
|
+
#XTIT: Title of the XLSX document if no title is defined in SpreadSheet settings
|
|
42
65
|
XLSX_DEFAULT_TITLE=SAPUI5 \u532F\u51FA
|
|
43
66
|
|
|
67
|
+
#XTIT,30: Default label of the data sheet - use less than 31 characters!
|
|
44
68
|
XLSX_DEFAULT_SHEETNAME=SAPUI5 \u532F\u51FA
|