@feedmepos/mf-transaction 0.0.52 → 0.0.53-beta.1
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/dist/{App-C4uJamS-.js → App-xY8SnMC3.js} +3150 -3130
- package/dist/{app-RhEAiSVZ.js → app-DuREQMyU.js} +54 -41
- package/dist/app.js +3 -2
- package/dist/apps/mf-transaction/src/app.d.ts +632 -60
- package/dist/apps/mf-transaction/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index.es-JdtP8sQz.js → index.es-CnDZRbNn.js} +179 -179
- package/package.json +2 -1
|
@@ -2,6 +2,218 @@ import enUS from "./locales/en-US.json";
|
|
|
2
2
|
export type AppMessagesSchema = typeof enUS;
|
|
3
3
|
export declare const i18nMessages: {
|
|
4
4
|
"en-US": {
|
|
5
|
+
"mf-kitchen": {
|
|
6
|
+
title: string;
|
|
7
|
+
cancel: string;
|
|
8
|
+
count: string;
|
|
9
|
+
advance: string;
|
|
10
|
+
advanceBuilder: string;
|
|
11
|
+
advanceTemplateBuilder: string;
|
|
12
|
+
confirmation: string;
|
|
13
|
+
designPanel: string;
|
|
14
|
+
discard: string;
|
|
15
|
+
imageUpload: {
|
|
16
|
+
logoSizeError: string;
|
|
17
|
+
};
|
|
18
|
+
preview: string;
|
|
19
|
+
remove: string;
|
|
20
|
+
reset: string;
|
|
21
|
+
resetToDefault: string;
|
|
22
|
+
receiptSetting: string;
|
|
23
|
+
receiptTemplate: string;
|
|
24
|
+
save: string;
|
|
25
|
+
templateBuilder: string;
|
|
26
|
+
template: {
|
|
27
|
+
load: {
|
|
28
|
+
fail: string;
|
|
29
|
+
};
|
|
30
|
+
save: {
|
|
31
|
+
success: string;
|
|
32
|
+
failed: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
variables: {
|
|
36
|
+
"bill:billRemark": string;
|
|
37
|
+
"bill:billRounding": string;
|
|
38
|
+
"bill:createdAt": string;
|
|
39
|
+
"bill:itemKey": string;
|
|
40
|
+
"bill:officialReceipt": string;
|
|
41
|
+
"bill:plsPayAtCounter": string;
|
|
42
|
+
"common:amount": string;
|
|
43
|
+
"common:balance": string;
|
|
44
|
+
"common:code": string;
|
|
45
|
+
"common:currentTime": string;
|
|
46
|
+
"common:customer": string;
|
|
47
|
+
"common:date": string;
|
|
48
|
+
"common:dateAndTime": string;
|
|
49
|
+
"common:generatedAt": string;
|
|
50
|
+
"common:item": string;
|
|
51
|
+
"common:numberShort": string;
|
|
52
|
+
"common:poweredBy": string;
|
|
53
|
+
"common:qty": string;
|
|
54
|
+
"common:reason": string;
|
|
55
|
+
"common:ref": string;
|
|
56
|
+
"common:sendBy": string;
|
|
57
|
+
"common:signature": string;
|
|
58
|
+
"common:to": string;
|
|
59
|
+
"common:total": string;
|
|
60
|
+
"common:address": string;
|
|
61
|
+
"common:contact": string;
|
|
62
|
+
"common:email": string;
|
|
63
|
+
"common:name": string;
|
|
64
|
+
"common:discount": string;
|
|
65
|
+
"common:quantity": string;
|
|
66
|
+
"common:price": string;
|
|
67
|
+
"common:remark": string;
|
|
68
|
+
"common:invoiceNo": string;
|
|
69
|
+
"device:counter:counter": string;
|
|
70
|
+
"marketing:feedback:feedbackFooter": string;
|
|
71
|
+
"marketing:feedback:feedbackReminder": string;
|
|
72
|
+
"marketing:membership:credit": string;
|
|
73
|
+
"marketing:membership:creditAsDiscount": string;
|
|
74
|
+
"marketing:membership:creditBalance": string;
|
|
75
|
+
"marketing:membership:creditInfo": string;
|
|
76
|
+
"marketing:membership:creditUsed": string;
|
|
77
|
+
"marketing:membership:creditedTo": string;
|
|
78
|
+
"marketing:membership:freeCredit": string;
|
|
79
|
+
"marketing:membership:level": string;
|
|
80
|
+
"marketing:membership:memberInfo": string;
|
|
81
|
+
"marketing:memberstore:reward": string;
|
|
82
|
+
"marketing:memberstore:title": string;
|
|
83
|
+
"marketing:voucher:voucher": string;
|
|
84
|
+
"menu:unitQuantity": string;
|
|
85
|
+
"menu:subItem": string;
|
|
86
|
+
"menu:takeaway": string;
|
|
87
|
+
"menu:variant": string;
|
|
88
|
+
"order:takeaway": string;
|
|
89
|
+
"order:dineIn": string;
|
|
90
|
+
"order:order": string;
|
|
91
|
+
"order:pax:pax": string;
|
|
92
|
+
"order:move:moved": string;
|
|
93
|
+
"order:bill:newOrder": string;
|
|
94
|
+
"order:voidAction:voidAction": string;
|
|
95
|
+
"order:pickup:pickupInfo": string;
|
|
96
|
+
"order:pickup:pickupRef": string;
|
|
97
|
+
"order:delivery:driver:vehicle": string;
|
|
98
|
+
"order:delivery:delivery": string;
|
|
99
|
+
"order:delivery:deliveryFee": string;
|
|
100
|
+
"order:delivery:deliveryInfo": string;
|
|
101
|
+
"order:delivery:driver:driver": string;
|
|
102
|
+
"restaurant:restaurantTaxRegNo": string;
|
|
103
|
+
"printer:template:variables:paymentAmount": string;
|
|
104
|
+
"printer:template:variables:salesType": string;
|
|
105
|
+
"printer:template:variables:cashier": string;
|
|
106
|
+
"printer:template:variables:changesName": string;
|
|
107
|
+
"printer:template:variables:changesAmount": string;
|
|
108
|
+
"printer:template:variables:balanceName": string;
|
|
109
|
+
"printer:template:variables:balanceAmount": string;
|
|
110
|
+
"printer:template:variables:currency": string;
|
|
111
|
+
"printer:template:variables:itemUnitPrice": string;
|
|
112
|
+
"printer:template:variables:paymentName": string;
|
|
113
|
+
"printer:template:variables:chargeAmount": string;
|
|
114
|
+
"printer:template:variables:chargeName": string;
|
|
115
|
+
"printer:template:variables:parent": string;
|
|
116
|
+
"printer:template:variables:year": string;
|
|
117
|
+
"printer:template:variables:counterCode": string;
|
|
118
|
+
"printer:template:order:orderTemplate": string;
|
|
119
|
+
"printer:template:order:stickerTemplate": string;
|
|
120
|
+
"printer:template:order:textTemplate": string;
|
|
121
|
+
"printer:totalItems": string;
|
|
122
|
+
"printer:totalPrice": string;
|
|
123
|
+
"payment:subtotal": string;
|
|
124
|
+
"payment:change": string;
|
|
125
|
+
"payment:processingFee": string;
|
|
126
|
+
"payment:wTax": string;
|
|
127
|
+
"printer:currentPage": string;
|
|
128
|
+
"printer:print:reprint": string;
|
|
129
|
+
"printer:printStatus": string;
|
|
130
|
+
"printer:printerName": string;
|
|
131
|
+
"printer:totalPage": string;
|
|
132
|
+
"restaurant:restaurantCode": string;
|
|
133
|
+
"restaurant:restaurantName": string;
|
|
134
|
+
"restaurant:restaurantLegalName": string;
|
|
135
|
+
"restaurant:regNo": string;
|
|
136
|
+
"table:table": string;
|
|
137
|
+
"table:tablePax": string;
|
|
138
|
+
"user:role:cashier": string;
|
|
139
|
+
validUntil: string;
|
|
140
|
+
};
|
|
141
|
+
editor: {
|
|
142
|
+
alignment: string;
|
|
143
|
+
alignmentBottom: string;
|
|
144
|
+
alignmentLeft: string;
|
|
145
|
+
alignmentRight: string;
|
|
146
|
+
alignmentTop: string;
|
|
147
|
+
auto: string;
|
|
148
|
+
autoWidth: string;
|
|
149
|
+
body: string;
|
|
150
|
+
checkbox: string;
|
|
151
|
+
checkboxWidget: string;
|
|
152
|
+
column: string;
|
|
153
|
+
columnWidth: string;
|
|
154
|
+
divider: string;
|
|
155
|
+
dividerWidget: string;
|
|
156
|
+
editor: string;
|
|
157
|
+
footer: string;
|
|
158
|
+
footerText: string;
|
|
159
|
+
footerQr: string;
|
|
160
|
+
fontSize: string;
|
|
161
|
+
header: string;
|
|
162
|
+
headerText: string;
|
|
163
|
+
height: string;
|
|
164
|
+
hideAddonWithZeroPrice: string;
|
|
165
|
+
hideItemWithZeroPrice: string;
|
|
166
|
+
hideProductCode: string;
|
|
167
|
+
invoicePrefix: string;
|
|
168
|
+
image: string;
|
|
169
|
+
imageUploadFail: string;
|
|
170
|
+
imageWidget: string;
|
|
171
|
+
logoImage: string;
|
|
172
|
+
logoHeight: string;
|
|
173
|
+
logoWidth: string;
|
|
174
|
+
overallFontSize: string;
|
|
175
|
+
qrCode: string;
|
|
176
|
+
qrCodeFail: string;
|
|
177
|
+
qrCodeWidget: string;
|
|
178
|
+
removeColumn: string;
|
|
179
|
+
removeWidget: string;
|
|
180
|
+
row: string;
|
|
181
|
+
scale: string;
|
|
182
|
+
showAddress: string;
|
|
183
|
+
showContact: string;
|
|
184
|
+
showEmail: string;
|
|
185
|
+
size: string;
|
|
186
|
+
spacer: string;
|
|
187
|
+
spacerWidget: string;
|
|
188
|
+
spacing: string;
|
|
189
|
+
text: string;
|
|
190
|
+
textWidget: string;
|
|
191
|
+
textAlignment: string;
|
|
192
|
+
textStyle: string;
|
|
193
|
+
thick: string;
|
|
194
|
+
thickness: string;
|
|
195
|
+
validation: {
|
|
196
|
+
scale: string;
|
|
197
|
+
minOne: string;
|
|
198
|
+
columnWidthMax: string;
|
|
199
|
+
fontSizeMax: string;
|
|
200
|
+
};
|
|
201
|
+
variable_plural: string;
|
|
202
|
+
widget: string;
|
|
203
|
+
widget_plural: string;
|
|
204
|
+
width: string;
|
|
205
|
+
};
|
|
206
|
+
editorDescription: string;
|
|
207
|
+
removeLogoDesc: string;
|
|
208
|
+
resetDesc: string;
|
|
209
|
+
returnToBasicMode: string;
|
|
210
|
+
saveDialogTitle: string;
|
|
211
|
+
saveDialogDesc: string;
|
|
212
|
+
headerTextPlaceholder: string;
|
|
213
|
+
invoicePrefixPlaceholder: string;
|
|
214
|
+
footerTextPlaceholder: string;
|
|
215
|
+
footerQrPlaceholder: string;
|
|
216
|
+
};
|
|
5
217
|
transaction: {
|
|
6
218
|
title: string;
|
|
7
219
|
receipt: {
|
|
@@ -69,6 +281,219 @@ export declare const i18nMessages: {
|
|
|
69
281
|
};
|
|
70
282
|
};
|
|
71
283
|
"zh-CN": {
|
|
284
|
+
"mf-kitchen": {
|
|
285
|
+
title: string;
|
|
286
|
+
cancel: string;
|
|
287
|
+
count: string;
|
|
288
|
+
advance: string;
|
|
289
|
+
advanceBuilder: string;
|
|
290
|
+
advanceTemplateBuilder: string;
|
|
291
|
+
confirmation: string;
|
|
292
|
+
designPanel: string;
|
|
293
|
+
discard: string;
|
|
294
|
+
imageUpload: {
|
|
295
|
+
logoSizeError: string;
|
|
296
|
+
};
|
|
297
|
+
preview: string;
|
|
298
|
+
remove: string;
|
|
299
|
+
reset: string;
|
|
300
|
+
resetToDefault: string;
|
|
301
|
+
receiptSetting: string;
|
|
302
|
+
receiptTemplate: string;
|
|
303
|
+
save: string;
|
|
304
|
+
templateBuilder: string;
|
|
305
|
+
template: {
|
|
306
|
+
load: {
|
|
307
|
+
fail: string;
|
|
308
|
+
};
|
|
309
|
+
save: {
|
|
310
|
+
success: string;
|
|
311
|
+
failed: string;
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
variables: {
|
|
315
|
+
"bill:billRemark": string;
|
|
316
|
+
"bill:billRounding": string;
|
|
317
|
+
"bill:createdAt": string;
|
|
318
|
+
"bill:itemKey": string;
|
|
319
|
+
"bill:officialReceipt": string;
|
|
320
|
+
"bill:plsPayAtCounter": string;
|
|
321
|
+
"common:address": string;
|
|
322
|
+
"common:amount": string;
|
|
323
|
+
"common:balance": string;
|
|
324
|
+
"common:code": string;
|
|
325
|
+
"common:contact": string;
|
|
326
|
+
"common:currentTime": string;
|
|
327
|
+
"common:customer": string;
|
|
328
|
+
"common:date": string;
|
|
329
|
+
"common:dateAndTime": string;
|
|
330
|
+
"common:discount": string;
|
|
331
|
+
"common:email": string;
|
|
332
|
+
"common:generatedAt": string;
|
|
333
|
+
"common:invoiceNo": string;
|
|
334
|
+
"common:item": string;
|
|
335
|
+
"common:name": string;
|
|
336
|
+
"common:numberShort": string;
|
|
337
|
+
"common:poweredBy": string;
|
|
338
|
+
"common:price": string;
|
|
339
|
+
"common:qty": string;
|
|
340
|
+
"common:quantity": string;
|
|
341
|
+
"common:reason": string;
|
|
342
|
+
"common:ref": string;
|
|
343
|
+
"common:remark": string;
|
|
344
|
+
"common:sendBy": string;
|
|
345
|
+
"common:signature": string;
|
|
346
|
+
"common:time": string;
|
|
347
|
+
"common:to": string;
|
|
348
|
+
"common:total": string;
|
|
349
|
+
"device:counter:counter": string;
|
|
350
|
+
"marketing:feedback:feedbackFooter": string;
|
|
351
|
+
"marketing:feedback:feedbackReminder": string;
|
|
352
|
+
"marketing:membership:credit": string;
|
|
353
|
+
"marketing:membership:creditAsDiscount": string;
|
|
354
|
+
"marketing:membership:creditBalance": string;
|
|
355
|
+
"marketing:membership:creditInfo": string;
|
|
356
|
+
"marketing:membership:creditUsed": string;
|
|
357
|
+
"marketing:membership:creditedTo": string;
|
|
358
|
+
"marketing:membership:freeCredit": string;
|
|
359
|
+
"marketing:membership:level": string;
|
|
360
|
+
"marketing:membership:memberInfo": string;
|
|
361
|
+
"marketing:memberstore:reward": string;
|
|
362
|
+
"marketing:memberstore:title": string;
|
|
363
|
+
"marketing:voucher:voucher": string;
|
|
364
|
+
"menu:subItem": string;
|
|
365
|
+
"menu:takeaway": string;
|
|
366
|
+
"menu:unitQuantity": string;
|
|
367
|
+
"menu:variant": string;
|
|
368
|
+
"order:bill:newOrder": string;
|
|
369
|
+
"order:delivery:delivery": string;
|
|
370
|
+
"order:delivery:deliveryFee": string;
|
|
371
|
+
"order:delivery:deliveryInfo": string;
|
|
372
|
+
"order:delivery:driver:driver": string;
|
|
373
|
+
"order:delivery:driver:vehicle": string;
|
|
374
|
+
"order:dineIn": string;
|
|
375
|
+
"order:move:moved": string;
|
|
376
|
+
"order:order": string;
|
|
377
|
+
"order:pax:pax": string;
|
|
378
|
+
"order:pickup:pickupInfo": string;
|
|
379
|
+
"order:pickup:pickupRef": string;
|
|
380
|
+
"order:takeaway": string;
|
|
381
|
+
"order:voidAction:voidAction": string;
|
|
382
|
+
"payment:change": string;
|
|
383
|
+
"payment:processingFee": string;
|
|
384
|
+
"payment:subtotal": string;
|
|
385
|
+
"payment:wTax": string;
|
|
386
|
+
"printer:currentPage": string;
|
|
387
|
+
"printer:print:reprint": string;
|
|
388
|
+
"printer:printStatus": string;
|
|
389
|
+
"printer:printerName": string;
|
|
390
|
+
"printer:template:order:orderTemplate": string;
|
|
391
|
+
"printer:template:order:stickerTemplate": string;
|
|
392
|
+
"printer:template:order:textTemplate": string;
|
|
393
|
+
"printer:template:variables:balanceAmount": string;
|
|
394
|
+
"printer:template:variables:balanceName": string;
|
|
395
|
+
"printer:template:variables:cashier": string;
|
|
396
|
+
"printer:template:variables:changesAmount": string;
|
|
397
|
+
"printer:template:variables:changesName": string;
|
|
398
|
+
"printer:template:variables:chargeAmount": string;
|
|
399
|
+
"printer:template:variables:chargeName": string;
|
|
400
|
+
"printer:template:variables:counterCode": string;
|
|
401
|
+
"printer:template:variables:currency": string;
|
|
402
|
+
"printer:template:variables:itemUnitPrice": string;
|
|
403
|
+
"printer:template:variables:parent": string;
|
|
404
|
+
"printer:template:variables:paymentAmount": string;
|
|
405
|
+
"printer:template:variables:paymentName": string;
|
|
406
|
+
"printer:template:variables:salesType": string;
|
|
407
|
+
"printer:template:variables:year": string;
|
|
408
|
+
"printer:totalItems": string;
|
|
409
|
+
"printer:totalPage": string;
|
|
410
|
+
"printer:totalPrice": string;
|
|
411
|
+
"restaurant:regNo": string;
|
|
412
|
+
"restaurant:restaurantCode": string;
|
|
413
|
+
"restaurant:restaurantLegalName": string;
|
|
414
|
+
"restaurant:restaurantName": string;
|
|
415
|
+
"restaurant:restaurantTaxRegNo": string;
|
|
416
|
+
"table:table": string;
|
|
417
|
+
"table:tablePax": string;
|
|
418
|
+
"user:role:cashier": string;
|
|
419
|
+
validUntil: string;
|
|
420
|
+
};
|
|
421
|
+
editor: {
|
|
422
|
+
alignment: string;
|
|
423
|
+
alignmentBottom: string;
|
|
424
|
+
alignmentLeft: string;
|
|
425
|
+
alignmentRight: string;
|
|
426
|
+
alignmentTop: string;
|
|
427
|
+
auto: string;
|
|
428
|
+
autoWidth: string;
|
|
429
|
+
body: string;
|
|
430
|
+
checkbox: string;
|
|
431
|
+
checkboxWidget: string;
|
|
432
|
+
column: string;
|
|
433
|
+
columnWidth: string;
|
|
434
|
+
divider: string;
|
|
435
|
+
dividerWidget: string;
|
|
436
|
+
editor: string;
|
|
437
|
+
footer: string;
|
|
438
|
+
footerText: string;
|
|
439
|
+
footerQr: string;
|
|
440
|
+
fontSize: string;
|
|
441
|
+
header: string;
|
|
442
|
+
headerText: string;
|
|
443
|
+
height: string;
|
|
444
|
+
hideAddonWithZeroPrice: string;
|
|
445
|
+
hideItemWithZeroPrice: string;
|
|
446
|
+
hideProductCode: string;
|
|
447
|
+
invoicePrefix: string;
|
|
448
|
+
image: string;
|
|
449
|
+
imageUploadFail: string;
|
|
450
|
+
imageWidget: string;
|
|
451
|
+
logoImage: string;
|
|
452
|
+
logoHeight: string;
|
|
453
|
+
logoWidth: string;
|
|
454
|
+
overallFontSize: string;
|
|
455
|
+
qrCode: string;
|
|
456
|
+
qrCodeFail: string;
|
|
457
|
+
qrCodeWidget: string;
|
|
458
|
+
removeColumn: string;
|
|
459
|
+
removeWidget: string;
|
|
460
|
+
row: string;
|
|
461
|
+
scale: string;
|
|
462
|
+
showAddress: string;
|
|
463
|
+
showContact: string;
|
|
464
|
+
showEmail: string;
|
|
465
|
+
size: string;
|
|
466
|
+
spacer: string;
|
|
467
|
+
spacerWidget: string;
|
|
468
|
+
spacing: string;
|
|
469
|
+
text: string;
|
|
470
|
+
textWidget: string;
|
|
471
|
+
textAlignment: string;
|
|
472
|
+
textStyle: string;
|
|
473
|
+
thick: string;
|
|
474
|
+
thickness: string;
|
|
475
|
+
validation: {
|
|
476
|
+
scale: string;
|
|
477
|
+
minOne: string;
|
|
478
|
+
columnWidthMax: string;
|
|
479
|
+
fontSizeMax: string;
|
|
480
|
+
};
|
|
481
|
+
variable_plural: string;
|
|
482
|
+
widget: string;
|
|
483
|
+
widget_plural: string;
|
|
484
|
+
width: string;
|
|
485
|
+
};
|
|
486
|
+
editorDescription: string;
|
|
487
|
+
removeLogoDesc: string;
|
|
488
|
+
resetDesc: string;
|
|
489
|
+
returnToBasicMode: string;
|
|
490
|
+
saveDialogTitle: string;
|
|
491
|
+
saveDialogDesc: string;
|
|
492
|
+
headerTextPlaceholder: string;
|
|
493
|
+
invoicePrefixPlaceholder: string;
|
|
494
|
+
footerTextPlaceholder: string;
|
|
495
|
+
footerQrPlaceholder: string;
|
|
496
|
+
};
|
|
72
497
|
transaction: {
|
|
73
498
|
title: string;
|
|
74
499
|
receipt: {
|
|
@@ -136,72 +561,219 @@ export declare const i18nMessages: {
|
|
|
136
561
|
};
|
|
137
562
|
};
|
|
138
563
|
"th-TH": {
|
|
139
|
-
|
|
564
|
+
"mf-kitchen": {
|
|
140
565
|
title: string;
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
566
|
+
cancel: string;
|
|
567
|
+
count: string;
|
|
568
|
+
advance: string;
|
|
569
|
+
advanceBuilder: string;
|
|
570
|
+
advanceTemplateBuilder: string;
|
|
571
|
+
confirmation: string;
|
|
572
|
+
designPanel: string;
|
|
573
|
+
discard: string;
|
|
574
|
+
imageUpload: {
|
|
575
|
+
logoSizeError: string;
|
|
576
|
+
};
|
|
577
|
+
preview: string;
|
|
578
|
+
remove: string;
|
|
579
|
+
reset: string;
|
|
580
|
+
resetToDefault: string;
|
|
581
|
+
receiptSetting: string;
|
|
582
|
+
receiptTemplate: string;
|
|
583
|
+
save: string;
|
|
584
|
+
templateBuilder: string;
|
|
585
|
+
template: {
|
|
586
|
+
load: {
|
|
587
|
+
fail: string;
|
|
146
588
|
};
|
|
147
|
-
|
|
148
|
-
pdf: string;
|
|
149
|
-
excel: string;
|
|
150
|
-
noReceipts: string;
|
|
589
|
+
save: {
|
|
151
590
|
success: string;
|
|
152
|
-
|
|
153
|
-
starting: string;
|
|
154
|
-
progress: string;
|
|
155
|
-
pdfSuccess: string;
|
|
156
|
-
pdfFailed: string;
|
|
157
|
-
defaultError: string;
|
|
158
|
-
};
|
|
159
|
-
columns: {
|
|
160
|
-
receipt: string;
|
|
161
|
-
table: string;
|
|
162
|
-
paymentMethod: string;
|
|
163
|
-
createdAt: string;
|
|
164
|
-
completed: string;
|
|
165
|
-
status: string;
|
|
166
|
-
total: string;
|
|
167
|
-
};
|
|
168
|
-
search: {
|
|
169
|
-
placeholder: string;
|
|
170
|
-
};
|
|
171
|
-
labels: {
|
|
172
|
-
receipt: string;
|
|
591
|
+
failed: string;
|
|
173
592
|
};
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
593
|
+
};
|
|
594
|
+
variables: {
|
|
595
|
+
"bill:billRemark": string;
|
|
596
|
+
"bill:billRounding": string;
|
|
597
|
+
"bill:createdAt": string;
|
|
598
|
+
"bill:itemKey": string;
|
|
599
|
+
"bill:officialReceipt": string;
|
|
600
|
+
"bill:plsPayAtCounter": string;
|
|
601
|
+
"common:address": string;
|
|
602
|
+
"common:amount": string;
|
|
603
|
+
"common:balance": string;
|
|
604
|
+
"common:code": string;
|
|
605
|
+
"common:contact": string;
|
|
606
|
+
"common:currentTime": string;
|
|
607
|
+
"common:customer": string;
|
|
608
|
+
"common:date": string;
|
|
609
|
+
"common:dateAndTime": string;
|
|
610
|
+
"common:discount": string;
|
|
611
|
+
"common:email": string;
|
|
612
|
+
"common:generatedAt": string;
|
|
613
|
+
"common:invoiceNo": string;
|
|
614
|
+
"common:item": string;
|
|
615
|
+
"common:name": string;
|
|
616
|
+
"common:numberShort": string;
|
|
617
|
+
"common:poweredBy": string;
|
|
618
|
+
"common:price": string;
|
|
619
|
+
"common:qty": string;
|
|
620
|
+
"common:quantity": string;
|
|
621
|
+
"common:reason": string;
|
|
622
|
+
"common:ref": string;
|
|
623
|
+
"common:remark": string;
|
|
624
|
+
"common:sendBy": string;
|
|
625
|
+
"common:signature": string;
|
|
626
|
+
"common:time": string;
|
|
627
|
+
"common:to": string;
|
|
628
|
+
"common:total": string;
|
|
629
|
+
"device:counter:counter": string;
|
|
630
|
+
"marketing:feedback:feedbackFooter": string;
|
|
631
|
+
"marketing:feedback:feedbackReminder": string;
|
|
632
|
+
"marketing:membership:credit": string;
|
|
633
|
+
"marketing:membership:creditAsDiscount": string;
|
|
634
|
+
"marketing:membership:creditBalance": string;
|
|
635
|
+
"marketing:membership:creditInfo": string;
|
|
636
|
+
"marketing:membership:creditUsed": string;
|
|
637
|
+
"marketing:membership:creditedTo": string;
|
|
638
|
+
"marketing:membership:freeCredit": string;
|
|
639
|
+
"marketing:membership:level": string;
|
|
640
|
+
"marketing:membership:memberInfo": string;
|
|
641
|
+
"marketing:memberstore:reward": string;
|
|
642
|
+
"marketing:memberstore:title": string;
|
|
643
|
+
"marketing:voucher:voucher": string;
|
|
644
|
+
"menu:subItem": string;
|
|
645
|
+
"menu:takeaway": string;
|
|
646
|
+
"menu:unitQuantity": string;
|
|
647
|
+
"menu:variant": string;
|
|
648
|
+
"order:bill:newOrder": string;
|
|
649
|
+
"order:delivery:delivery": string;
|
|
650
|
+
"order:delivery:deliveryFee": string;
|
|
651
|
+
"order:delivery:deliveryInfo": string;
|
|
652
|
+
"order:delivery:driver:driver": string;
|
|
653
|
+
"order:delivery:driver:vehicle": string;
|
|
654
|
+
"order:dineIn": string;
|
|
655
|
+
"order:move:moved": string;
|
|
656
|
+
"order:order": string;
|
|
657
|
+
"order:pax:pax": string;
|
|
658
|
+
"order:pickup:pickupInfo": string;
|
|
659
|
+
"order:pickup:pickupRef": string;
|
|
660
|
+
"order:takeaway": string;
|
|
661
|
+
"order:voidAction:voidAction": string;
|
|
662
|
+
"payment:change": string;
|
|
663
|
+
"payment:processingFee": string;
|
|
664
|
+
"payment:subtotal": string;
|
|
665
|
+
"payment:wTax": string;
|
|
666
|
+
"printer:currentPage": string;
|
|
667
|
+
"printer:print:reprint": string;
|
|
668
|
+
"printer:printStatus": string;
|
|
669
|
+
"printer:printerName": string;
|
|
670
|
+
"printer:template:order:orderTemplate": string;
|
|
671
|
+
"printer:template:order:stickerTemplate": string;
|
|
672
|
+
"printer:template:order:textTemplate": string;
|
|
673
|
+
"printer:template:variables:balanceAmount": string;
|
|
674
|
+
"printer:template:variables:balanceName": string;
|
|
675
|
+
"printer:template:variables:cashier": string;
|
|
676
|
+
"printer:template:variables:changesAmount": string;
|
|
677
|
+
"printer:template:variables:changesName": string;
|
|
678
|
+
"printer:template:variables:chargeAmount": string;
|
|
679
|
+
"printer:template:variables:chargeName": string;
|
|
680
|
+
"printer:template:variables:counterCode": string;
|
|
681
|
+
"printer:template:variables:currency": string;
|
|
682
|
+
"printer:template:variables:itemUnitPrice": string;
|
|
683
|
+
"printer:template:variables:parent": string;
|
|
684
|
+
"printer:template:variables:paymentAmount": string;
|
|
685
|
+
"printer:template:variables:paymentName": string;
|
|
686
|
+
"printer:template:variables:salesType": string;
|
|
687
|
+
"printer:template:variables:year": string;
|
|
688
|
+
"printer:totalItems": string;
|
|
689
|
+
"printer:totalPage": string;
|
|
690
|
+
"printer:totalPrice": string;
|
|
691
|
+
"restaurant:regNo": string;
|
|
692
|
+
"restaurant:restaurantCode": string;
|
|
693
|
+
"restaurant:restaurantLegalName": string;
|
|
694
|
+
"restaurant:restaurantName": string;
|
|
695
|
+
"restaurant:restaurantTaxRegNo": string;
|
|
696
|
+
"table:table": string;
|
|
697
|
+
"table:tablePax": string;
|
|
698
|
+
"user:role:cashier": string;
|
|
699
|
+
validUntil: string;
|
|
700
|
+
};
|
|
701
|
+
editor: {
|
|
702
|
+
alignment: string;
|
|
703
|
+
alignmentBottom: string;
|
|
704
|
+
alignmentLeft: string;
|
|
705
|
+
alignmentRight: string;
|
|
706
|
+
alignmentTop: string;
|
|
707
|
+
auto: string;
|
|
708
|
+
autoWidth: string;
|
|
709
|
+
body: string;
|
|
710
|
+
checkbox: string;
|
|
711
|
+
checkboxWidget: string;
|
|
712
|
+
column: string;
|
|
713
|
+
columnWidth: string;
|
|
714
|
+
divider: string;
|
|
715
|
+
dividerWidget: string;
|
|
716
|
+
editor: string;
|
|
717
|
+
footer: string;
|
|
718
|
+
footerText: string;
|
|
719
|
+
footerQr: string;
|
|
720
|
+
fontSize: string;
|
|
721
|
+
header: string;
|
|
722
|
+
headerText: string;
|
|
723
|
+
height: string;
|
|
724
|
+
hideAddonWithZeroPrice: string;
|
|
725
|
+
hideItemWithZeroPrice: string;
|
|
726
|
+
hideProductCode: string;
|
|
727
|
+
invoicePrefix: string;
|
|
728
|
+
image: string;
|
|
729
|
+
imageUploadFail: string;
|
|
730
|
+
imageWidget: string;
|
|
731
|
+
logoImage: string;
|
|
732
|
+
logoHeight: string;
|
|
733
|
+
logoWidth: string;
|
|
734
|
+
overallFontSize: string;
|
|
735
|
+
qrCode: string;
|
|
736
|
+
qrCodeFail: string;
|
|
737
|
+
qrCodeWidget: string;
|
|
738
|
+
removeColumn: string;
|
|
739
|
+
removeWidget: string;
|
|
740
|
+
row: string;
|
|
741
|
+
scale: string;
|
|
742
|
+
showAddress: string;
|
|
743
|
+
showContact: string;
|
|
744
|
+
showEmail: string;
|
|
745
|
+
size: string;
|
|
746
|
+
spacer: string;
|
|
747
|
+
spacerWidget: string;
|
|
748
|
+
spacing: string;
|
|
749
|
+
text: string;
|
|
750
|
+
textWidget: string;
|
|
751
|
+
textAlignment: string;
|
|
752
|
+
textStyle: string;
|
|
753
|
+
thick: string;
|
|
754
|
+
thickness: string;
|
|
755
|
+
validation: {
|
|
756
|
+
scale: string;
|
|
757
|
+
minOne: string;
|
|
758
|
+
columnWidthMax: string;
|
|
759
|
+
fontSizeMax: string;
|
|
200
760
|
};
|
|
761
|
+
variable_plural: string;
|
|
762
|
+
widget: string;
|
|
763
|
+
widget_plural: string;
|
|
764
|
+
width: string;
|
|
201
765
|
};
|
|
766
|
+
editorDescription: string;
|
|
767
|
+
removeLogoDesc: string;
|
|
768
|
+
resetDesc: string;
|
|
769
|
+
returnToBasicMode: string;
|
|
770
|
+
saveDialogTitle: string;
|
|
771
|
+
saveDialogDesc: string;
|
|
772
|
+
headerTextPlaceholder: string;
|
|
773
|
+
invoicePrefixPlaceholder: string;
|
|
774
|
+
footerTextPlaceholder: string;
|
|
775
|
+
footerQrPlaceholder: string;
|
|
202
776
|
};
|
|
203
|
-
};
|
|
204
|
-
"zh-Hant": {
|
|
205
777
|
transaction: {
|
|
206
778
|
title: string;
|
|
207
779
|
receipt: {
|
|
@@ -243,7 +815,6 @@ export declare const i18nMessages: {
|
|
|
243
815
|
receipt: string;
|
|
244
816
|
activity: string;
|
|
245
817
|
orderRecords: string;
|
|
246
|
-
transaction: string;
|
|
247
818
|
};
|
|
248
819
|
footer: {
|
|
249
820
|
creditInfo: string;
|
|
@@ -268,5 +839,6 @@ export declare const i18nMessages: {
|
|
|
268
839
|
};
|
|
269
840
|
};
|
|
270
841
|
};
|
|
842
|
+
"zh-Hant": any;
|
|
271
843
|
};
|
|
272
844
|
export declare const FmApp: any;
|