@feedmepos/mf-common 1.29.19 → 1.29.20-dev
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/{CustomAttributesForm-91dde63a.js → CustomAttributesForm-b40325d3.js} +1 -1
- package/dist/{ItemSelector-328692fe.js → ItemSelector-08352c23.js} +13859 -13481
- package/dist/{RestaurantSelector-04b9865f.js → RestaurantSelector-0af009ac.js} +1 -1
- package/dist/{app-375248f7.js → app-aa0cbc0c.js} +750 -98
- package/dist/app.js +2 -2
- package/dist/composables/useLocale.d.ts +1 -1
- package/dist/composables/useLocale.d.ts.map +1 -1
- package/dist/i18n.d.ts +648 -0
- package/dist/i18n.d.ts.map +1 -1
- package/dist/locales/common/types.d.ts +99 -0
- package/dist/locales/common/types.d.ts.map +1 -1
- package/dist/locales/fr-MA.json +33 -0
- package/dist/locales/id-ID.json +33 -0
- package/dist/locales/ja-JP.json +33 -0
- package/dist/locales/types.ts +7 -1
- package/dist/permission/permission.d.ts +2 -2
- package/dist/permission/permission.d.ts.map +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/app.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as s } from "./app-
|
|
2
|
-
import { C as u, E as m, r as M, J as E, K as P, F as S, A as p, h as d, I as c, P as g, _ as C, R as _, g as h, L as F, D as R, m as A, x as y, B as O, k as I, i as L, n as Q, N as T, w as b, s as G, v as N, o as U, M as f, G as v, Q as w, u as x, j as B, q as D, t as Y, H as z, z as V, y as W } from "./app-
|
|
1
|
+
import { p as s } from "./app-aa0cbc0c.js";
|
|
2
|
+
import { C as u, E as m, r as M, J as E, K as P, F as S, A as p, h as d, I as c, P as g, _ as C, R as _, g as h, L as F, D as R, m as A, x as y, B as O, k as I, i as L, n as Q, N as T, w as b, s as G, v as N, o as U, M as f, G as v, Q as w, u as x, j as B, q as D, t as Y, H as z, z as V, y as W } from "./app-aa0cbc0c.js";
|
|
3
3
|
import "pinia";
|
|
4
4
|
import "vue";
|
|
5
5
|
import "vue-router";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type LOCALE = "en-US" | "zh-CN" | "zh-TW" | "zh-Hant" | "th-TH" | "ja-JP" | "id-ID" | "vi-VN" | "ms-MY" | "ph-PH" | "ko-KR";
|
|
1
|
+
export type LOCALE = "en-US" | "zh-CN" | "zh-TW" | "zh-Hant" | "th-TH" | "ja-JP" | "id-ID" | "vi-VN" | "ms-MY" | "ph-PH" | "ko-KR" | "fr-MA";
|
|
2
2
|
export declare const ALL_LOCALE_OPTIONS: {
|
|
3
3
|
code: LOCALE;
|
|
4
4
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLocale.d.ts","sourceRoot":"","sources":["../../../src/composables/useLocale.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,MAAM,GACd,OAAO,GACP,OAAO,GACP,OAAO,GACP,SAAS,GACT,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,CAAA;AAEX,eAAO,MAAM,kBAAkB,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"useLocale.d.ts","sourceRoot":"","sources":["../../../src/composables/useLocale.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,MAAM,GACd,OAAO,GACP,OAAO,GACP,OAAO,GACP,SAAS,GACT,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,CAAA;AAEX,eAAO,MAAM,kBAAkB,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EAY9D,CAAA;AAED,eAAO,MAAM,cAAc,uCAAoC,CAAA;AAE/D,iBAAS,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,QAE3C;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAA;AAE5B,wBAAgB,SAAS;;;;;;;;;;;;;;;+BAgCW,MAAM;;EAczC"}
|
package/dist/i18n.d.ts
CHANGED
|
@@ -868,6 +868,654 @@ export declare const i18nMessages: {
|
|
|
868
868
|
};
|
|
869
869
|
};
|
|
870
870
|
};
|
|
871
|
+
"ja-JP": {
|
|
872
|
+
common: {
|
|
873
|
+
yes: string;
|
|
874
|
+
no: string;
|
|
875
|
+
ok: string;
|
|
876
|
+
accept: string;
|
|
877
|
+
download: string;
|
|
878
|
+
export: string;
|
|
879
|
+
import: string;
|
|
880
|
+
save: string;
|
|
881
|
+
update: string;
|
|
882
|
+
cancel: string;
|
|
883
|
+
confirm: string;
|
|
884
|
+
delete: string;
|
|
885
|
+
edit: string;
|
|
886
|
+
create: string;
|
|
887
|
+
search: string;
|
|
888
|
+
filter: string;
|
|
889
|
+
sort: string;
|
|
890
|
+
refresh: string;
|
|
891
|
+
close: string;
|
|
892
|
+
back: string;
|
|
893
|
+
continue: string;
|
|
894
|
+
next: string;
|
|
895
|
+
previous: string;
|
|
896
|
+
add: string;
|
|
897
|
+
remove: string;
|
|
898
|
+
select: string;
|
|
899
|
+
selectAll: string;
|
|
900
|
+
unselectAll: string;
|
|
901
|
+
selected: string;
|
|
902
|
+
};
|
|
903
|
+
portalCommon: {
|
|
904
|
+
dismiss: {
|
|
905
|
+
title: string;
|
|
906
|
+
message: string;
|
|
907
|
+
primaryActions: string;
|
|
908
|
+
};
|
|
909
|
+
};
|
|
910
|
+
portalshell: {
|
|
911
|
+
menu: {
|
|
912
|
+
account: string;
|
|
913
|
+
business: string;
|
|
914
|
+
myBusiness: string;
|
|
915
|
+
manageAccount: string;
|
|
916
|
+
remy: string;
|
|
917
|
+
country: {
|
|
918
|
+
label: string;
|
|
919
|
+
au: string;
|
|
920
|
+
bn: string;
|
|
921
|
+
my: string;
|
|
922
|
+
sg: string;
|
|
923
|
+
id: string;
|
|
924
|
+
th: string;
|
|
925
|
+
vn: string;
|
|
926
|
+
ph: string;
|
|
927
|
+
hk: string;
|
|
928
|
+
mo: string;
|
|
929
|
+
};
|
|
930
|
+
language: string;
|
|
931
|
+
logOut: string;
|
|
932
|
+
debug: string;
|
|
933
|
+
stopDebug: string;
|
|
934
|
+
};
|
|
935
|
+
apps: {
|
|
936
|
+
section: {
|
|
937
|
+
switchTo: string;
|
|
938
|
+
devSpace: string;
|
|
939
|
+
};
|
|
940
|
+
actions: {
|
|
941
|
+
settings: string;
|
|
942
|
+
switchToV2: string;
|
|
943
|
+
};
|
|
944
|
+
pos: {
|
|
945
|
+
label: string;
|
|
946
|
+
sublabel: string;
|
|
947
|
+
};
|
|
948
|
+
connect: {
|
|
949
|
+
label: string;
|
|
950
|
+
sublabel: string;
|
|
951
|
+
};
|
|
952
|
+
report: {
|
|
953
|
+
label: string;
|
|
954
|
+
sublabel: string;
|
|
955
|
+
};
|
|
956
|
+
inventory: {
|
|
957
|
+
label: string;
|
|
958
|
+
sublabel: string;
|
|
959
|
+
};
|
|
960
|
+
brand: {
|
|
961
|
+
label: string;
|
|
962
|
+
sublabel: string;
|
|
963
|
+
};
|
|
964
|
+
payment: {
|
|
965
|
+
label: string;
|
|
966
|
+
sublabel: string;
|
|
967
|
+
};
|
|
968
|
+
settings: {
|
|
969
|
+
label: string;
|
|
970
|
+
};
|
|
971
|
+
adminSpace: {
|
|
972
|
+
label: string;
|
|
973
|
+
sublabel: string;
|
|
974
|
+
};
|
|
975
|
+
hrm: {
|
|
976
|
+
label: string;
|
|
977
|
+
sublabel: string;
|
|
978
|
+
};
|
|
979
|
+
menu: {
|
|
980
|
+
label: string;
|
|
981
|
+
sublabel: string;
|
|
982
|
+
};
|
|
983
|
+
restaurantOperation: {
|
|
984
|
+
label: string;
|
|
985
|
+
sublabel: string;
|
|
986
|
+
};
|
|
987
|
+
};
|
|
988
|
+
messages: {
|
|
989
|
+
businessCopySuccess: string;
|
|
990
|
+
restaurantCopySuccess: string;
|
|
991
|
+
loadError: string;
|
|
992
|
+
};
|
|
993
|
+
selectBusiness: {
|
|
994
|
+
title: string;
|
|
995
|
+
searchPlaceholder: string;
|
|
996
|
+
createBusiness: string;
|
|
997
|
+
noBusiness: string;
|
|
998
|
+
noBusinessFound: string;
|
|
999
|
+
};
|
|
1000
|
+
myBusiness: {
|
|
1001
|
+
title: string;
|
|
1002
|
+
search_restaurants: string;
|
|
1003
|
+
};
|
|
1004
|
+
debugUser: {
|
|
1005
|
+
title: string;
|
|
1006
|
+
subtitle: string;
|
|
1007
|
+
debug: string;
|
|
1008
|
+
phoneEmpty: string;
|
|
1009
|
+
debugFailed: string;
|
|
1010
|
+
stopDebugTitle: string;
|
|
1011
|
+
stopDebugMessage: string;
|
|
1012
|
+
stopDebugFailed: string;
|
|
1013
|
+
};
|
|
1014
|
+
logOut: {
|
|
1015
|
+
title: string;
|
|
1016
|
+
subtitle: string;
|
|
1017
|
+
logOut: string;
|
|
1018
|
+
};
|
|
1019
|
+
manageAccount: {
|
|
1020
|
+
title: string;
|
|
1021
|
+
basicInfo: string;
|
|
1022
|
+
name: string;
|
|
1023
|
+
email: string;
|
|
1024
|
+
phone: string;
|
|
1025
|
+
password: string;
|
|
1026
|
+
passwordSubtitle: string;
|
|
1027
|
+
changePassword: string;
|
|
1028
|
+
profileUpdated: string;
|
|
1029
|
+
failedToUpdateProfile: string;
|
|
1030
|
+
nameRequired: string;
|
|
1031
|
+
emailRequired: string;
|
|
1032
|
+
emailInvalid: string;
|
|
1033
|
+
};
|
|
1034
|
+
changePassword: {
|
|
1035
|
+
step1: {
|
|
1036
|
+
title: string;
|
|
1037
|
+
subtitle: string;
|
|
1038
|
+
currentPassword: string;
|
|
1039
|
+
forgotPassword: string;
|
|
1040
|
+
passwordConfirmed: string;
|
|
1041
|
+
passwordConfirmFailed: string;
|
|
1042
|
+
};
|
|
1043
|
+
step2: {
|
|
1044
|
+
title: string;
|
|
1045
|
+
newPassword: string;
|
|
1046
|
+
confirmNewPassword: string;
|
|
1047
|
+
changePassword: string;
|
|
1048
|
+
passwordChanged: string;
|
|
1049
|
+
failedToChangePassword: string;
|
|
1050
|
+
newPasswordRequired: string;
|
|
1051
|
+
passwordMustBeAtLeast8Characters: string;
|
|
1052
|
+
useAtLeast8Characters: string;
|
|
1053
|
+
passwordsDoNotMatch: string;
|
|
1054
|
+
};
|
|
1055
|
+
};
|
|
1056
|
+
customAttributes: {
|
|
1057
|
+
form: {
|
|
1058
|
+
key: string;
|
|
1059
|
+
value: string;
|
|
1060
|
+
valuePlaceholder: string;
|
|
1061
|
+
attributeValueMustBeNumber: string;
|
|
1062
|
+
noCustomAttributes: string;
|
|
1063
|
+
};
|
|
1064
|
+
queryBuilder: {
|
|
1065
|
+
any: string;
|
|
1066
|
+
noAttributeSettings: string;
|
|
1067
|
+
};
|
|
1068
|
+
};
|
|
1069
|
+
components: {
|
|
1070
|
+
restaurantSelector: {
|
|
1071
|
+
allRestaurants: string;
|
|
1072
|
+
restaurantCount: string;
|
|
1073
|
+
selectRestaurant: string;
|
|
1074
|
+
unknownRestaurant: string;
|
|
1075
|
+
restaurantTaggingFilter: string;
|
|
1076
|
+
resetFilter: string;
|
|
1077
|
+
};
|
|
1078
|
+
itemSelector: {
|
|
1079
|
+
productsSelected: string;
|
|
1080
|
+
expandAll: string;
|
|
1081
|
+
collapseAll: string;
|
|
1082
|
+
selectAll: string;
|
|
1083
|
+
};
|
|
1084
|
+
};
|
|
1085
|
+
};
|
|
1086
|
+
};
|
|
1087
|
+
"fr-MA": {
|
|
1088
|
+
common: {
|
|
1089
|
+
yes: string;
|
|
1090
|
+
no: string;
|
|
1091
|
+
ok: string;
|
|
1092
|
+
accept: string;
|
|
1093
|
+
download: string;
|
|
1094
|
+
export: string;
|
|
1095
|
+
import: string;
|
|
1096
|
+
save: string;
|
|
1097
|
+
update: string;
|
|
1098
|
+
cancel: string;
|
|
1099
|
+
confirm: string;
|
|
1100
|
+
delete: string;
|
|
1101
|
+
edit: string;
|
|
1102
|
+
create: string;
|
|
1103
|
+
search: string;
|
|
1104
|
+
filter: string;
|
|
1105
|
+
sort: string;
|
|
1106
|
+
refresh: string;
|
|
1107
|
+
close: string;
|
|
1108
|
+
back: string;
|
|
1109
|
+
continue: string;
|
|
1110
|
+
next: string;
|
|
1111
|
+
previous: string;
|
|
1112
|
+
add: string;
|
|
1113
|
+
remove: string;
|
|
1114
|
+
select: string;
|
|
1115
|
+
selectAll: string;
|
|
1116
|
+
unselectAll: string;
|
|
1117
|
+
selected: string;
|
|
1118
|
+
};
|
|
1119
|
+
portalCommon: {
|
|
1120
|
+
dismiss: {
|
|
1121
|
+
title: string;
|
|
1122
|
+
message: string;
|
|
1123
|
+
primaryActions: string;
|
|
1124
|
+
};
|
|
1125
|
+
};
|
|
1126
|
+
portalshell: {
|
|
1127
|
+
menu: {
|
|
1128
|
+
account: string;
|
|
1129
|
+
business: string;
|
|
1130
|
+
myBusiness: string;
|
|
1131
|
+
manageAccount: string;
|
|
1132
|
+
remy: string;
|
|
1133
|
+
country: {
|
|
1134
|
+
label: string;
|
|
1135
|
+
au: string;
|
|
1136
|
+
bn: string;
|
|
1137
|
+
my: string;
|
|
1138
|
+
sg: string;
|
|
1139
|
+
id: string;
|
|
1140
|
+
th: string;
|
|
1141
|
+
vn: string;
|
|
1142
|
+
ph: string;
|
|
1143
|
+
hk: string;
|
|
1144
|
+
mo: string;
|
|
1145
|
+
};
|
|
1146
|
+
language: string;
|
|
1147
|
+
logOut: string;
|
|
1148
|
+
debug: string;
|
|
1149
|
+
stopDebug: string;
|
|
1150
|
+
};
|
|
1151
|
+
apps: {
|
|
1152
|
+
section: {
|
|
1153
|
+
switchTo: string;
|
|
1154
|
+
devSpace: string;
|
|
1155
|
+
};
|
|
1156
|
+
actions: {
|
|
1157
|
+
settings: string;
|
|
1158
|
+
switchToV2: string;
|
|
1159
|
+
};
|
|
1160
|
+
pos: {
|
|
1161
|
+
label: string;
|
|
1162
|
+
sublabel: string;
|
|
1163
|
+
};
|
|
1164
|
+
connect: {
|
|
1165
|
+
label: string;
|
|
1166
|
+
sublabel: string;
|
|
1167
|
+
};
|
|
1168
|
+
report: {
|
|
1169
|
+
label: string;
|
|
1170
|
+
sublabel: string;
|
|
1171
|
+
};
|
|
1172
|
+
inventory: {
|
|
1173
|
+
label: string;
|
|
1174
|
+
sublabel: string;
|
|
1175
|
+
};
|
|
1176
|
+
brand: {
|
|
1177
|
+
label: string;
|
|
1178
|
+
sublabel: string;
|
|
1179
|
+
};
|
|
1180
|
+
payment: {
|
|
1181
|
+
label: string;
|
|
1182
|
+
sublabel: string;
|
|
1183
|
+
};
|
|
1184
|
+
settings: {
|
|
1185
|
+
label: string;
|
|
1186
|
+
};
|
|
1187
|
+
adminSpace: {
|
|
1188
|
+
label: string;
|
|
1189
|
+
sublabel: string;
|
|
1190
|
+
};
|
|
1191
|
+
hrm: {
|
|
1192
|
+
label: string;
|
|
1193
|
+
sublabel: string;
|
|
1194
|
+
};
|
|
1195
|
+
menu: {
|
|
1196
|
+
label: string;
|
|
1197
|
+
sublabel: string;
|
|
1198
|
+
};
|
|
1199
|
+
restaurantOperation: {
|
|
1200
|
+
label: string;
|
|
1201
|
+
sublabel: string;
|
|
1202
|
+
};
|
|
1203
|
+
};
|
|
1204
|
+
messages: {
|
|
1205
|
+
businessCopySuccess: string;
|
|
1206
|
+
restaurantCopySuccess: string;
|
|
1207
|
+
loadError: string;
|
|
1208
|
+
};
|
|
1209
|
+
selectBusiness: {
|
|
1210
|
+
title: string;
|
|
1211
|
+
searchPlaceholder: string;
|
|
1212
|
+
createBusiness: string;
|
|
1213
|
+
noBusiness: string;
|
|
1214
|
+
noBusinessFound: string;
|
|
1215
|
+
};
|
|
1216
|
+
myBusiness: {
|
|
1217
|
+
title: string;
|
|
1218
|
+
search_restaurants: string;
|
|
1219
|
+
};
|
|
1220
|
+
debugUser: {
|
|
1221
|
+
title: string;
|
|
1222
|
+
subtitle: string;
|
|
1223
|
+
debug: string;
|
|
1224
|
+
phoneEmpty: string;
|
|
1225
|
+
debugFailed: string;
|
|
1226
|
+
stopDebugTitle: string;
|
|
1227
|
+
stopDebugMessage: string;
|
|
1228
|
+
stopDebugFailed: string;
|
|
1229
|
+
};
|
|
1230
|
+
logOut: {
|
|
1231
|
+
title: string;
|
|
1232
|
+
subtitle: string;
|
|
1233
|
+
logOut: string;
|
|
1234
|
+
};
|
|
1235
|
+
manageAccount: {
|
|
1236
|
+
title: string;
|
|
1237
|
+
basicInfo: string;
|
|
1238
|
+
name: string;
|
|
1239
|
+
email: string;
|
|
1240
|
+
phone: string;
|
|
1241
|
+
password: string;
|
|
1242
|
+
passwordSubtitle: string;
|
|
1243
|
+
changePassword: string;
|
|
1244
|
+
profileUpdated: string;
|
|
1245
|
+
failedToUpdateProfile: string;
|
|
1246
|
+
nameRequired: string;
|
|
1247
|
+
emailRequired: string;
|
|
1248
|
+
emailInvalid: string;
|
|
1249
|
+
};
|
|
1250
|
+
changePassword: {
|
|
1251
|
+
step1: {
|
|
1252
|
+
title: string;
|
|
1253
|
+
subtitle: string;
|
|
1254
|
+
currentPassword: string;
|
|
1255
|
+
forgotPassword: string;
|
|
1256
|
+
passwordConfirmed: string;
|
|
1257
|
+
passwordConfirmFailed: string;
|
|
1258
|
+
};
|
|
1259
|
+
step2: {
|
|
1260
|
+
title: string;
|
|
1261
|
+
newPassword: string;
|
|
1262
|
+
confirmNewPassword: string;
|
|
1263
|
+
changePassword: string;
|
|
1264
|
+
passwordChanged: string;
|
|
1265
|
+
failedToChangePassword: string;
|
|
1266
|
+
newPasswordRequired: string;
|
|
1267
|
+
passwordMustBeAtLeast8Characters: string;
|
|
1268
|
+
useAtLeast8Characters: string;
|
|
1269
|
+
passwordsDoNotMatch: string;
|
|
1270
|
+
};
|
|
1271
|
+
};
|
|
1272
|
+
customAttributes: {
|
|
1273
|
+
form: {
|
|
1274
|
+
key: string;
|
|
1275
|
+
value: string;
|
|
1276
|
+
valuePlaceholder: string;
|
|
1277
|
+
attributeValueMustBeNumber: string;
|
|
1278
|
+
noCustomAttributes: string;
|
|
1279
|
+
};
|
|
1280
|
+
queryBuilder: {
|
|
1281
|
+
any: string;
|
|
1282
|
+
noAttributeSettings: string;
|
|
1283
|
+
};
|
|
1284
|
+
};
|
|
1285
|
+
components: {
|
|
1286
|
+
restaurantSelector: {
|
|
1287
|
+
allRestaurants: string;
|
|
1288
|
+
restaurantCount: string;
|
|
1289
|
+
selectRestaurant: string;
|
|
1290
|
+
unknownRestaurant: string;
|
|
1291
|
+
restaurantTaggingFilter: string;
|
|
1292
|
+
resetFilter: string;
|
|
1293
|
+
};
|
|
1294
|
+
itemSelector: {
|
|
1295
|
+
productsSelected: string;
|
|
1296
|
+
expandAll: string;
|
|
1297
|
+
collapseAll: string;
|
|
1298
|
+
selectAll: string;
|
|
1299
|
+
};
|
|
1300
|
+
};
|
|
1301
|
+
};
|
|
1302
|
+
};
|
|
1303
|
+
"id-ID": {
|
|
1304
|
+
common: {
|
|
1305
|
+
yes: string;
|
|
1306
|
+
no: string;
|
|
1307
|
+
ok: string;
|
|
1308
|
+
accept: string;
|
|
1309
|
+
download: string;
|
|
1310
|
+
export: string;
|
|
1311
|
+
import: string;
|
|
1312
|
+
save: string;
|
|
1313
|
+
update: string;
|
|
1314
|
+
cancel: string;
|
|
1315
|
+
confirm: string;
|
|
1316
|
+
delete: string;
|
|
1317
|
+
edit: string;
|
|
1318
|
+
create: string;
|
|
1319
|
+
search: string;
|
|
1320
|
+
filter: string;
|
|
1321
|
+
sort: string;
|
|
1322
|
+
refresh: string;
|
|
1323
|
+
close: string;
|
|
1324
|
+
back: string;
|
|
1325
|
+
continue: string;
|
|
1326
|
+
next: string;
|
|
1327
|
+
previous: string;
|
|
1328
|
+
add: string;
|
|
1329
|
+
remove: string;
|
|
1330
|
+
select: string;
|
|
1331
|
+
selectAll: string;
|
|
1332
|
+
unselectAll: string;
|
|
1333
|
+
selected: string;
|
|
1334
|
+
};
|
|
1335
|
+
portalCommon: {
|
|
1336
|
+
dismiss: {
|
|
1337
|
+
title: string;
|
|
1338
|
+
message: string;
|
|
1339
|
+
primaryActions: string;
|
|
1340
|
+
};
|
|
1341
|
+
};
|
|
1342
|
+
portalshell: {
|
|
1343
|
+
menu: {
|
|
1344
|
+
account: string;
|
|
1345
|
+
business: string;
|
|
1346
|
+
myBusiness: string;
|
|
1347
|
+
manageAccount: string;
|
|
1348
|
+
remy: string;
|
|
1349
|
+
country: {
|
|
1350
|
+
label: string;
|
|
1351
|
+
au: string;
|
|
1352
|
+
bn: string;
|
|
1353
|
+
my: string;
|
|
1354
|
+
sg: string;
|
|
1355
|
+
id: string;
|
|
1356
|
+
th: string;
|
|
1357
|
+
vn: string;
|
|
1358
|
+
ph: string;
|
|
1359
|
+
hk: string;
|
|
1360
|
+
mo: string;
|
|
1361
|
+
};
|
|
1362
|
+
language: string;
|
|
1363
|
+
logOut: string;
|
|
1364
|
+
debug: string;
|
|
1365
|
+
stopDebug: string;
|
|
1366
|
+
};
|
|
1367
|
+
apps: {
|
|
1368
|
+
section: {
|
|
1369
|
+
switchTo: string;
|
|
1370
|
+
devSpace: string;
|
|
1371
|
+
};
|
|
1372
|
+
actions: {
|
|
1373
|
+
settings: string;
|
|
1374
|
+
switchToV2: string;
|
|
1375
|
+
};
|
|
1376
|
+
pos: {
|
|
1377
|
+
label: string;
|
|
1378
|
+
sublabel: string;
|
|
1379
|
+
};
|
|
1380
|
+
connect: {
|
|
1381
|
+
label: string;
|
|
1382
|
+
sublabel: string;
|
|
1383
|
+
};
|
|
1384
|
+
report: {
|
|
1385
|
+
label: string;
|
|
1386
|
+
sublabel: string;
|
|
1387
|
+
};
|
|
1388
|
+
inventory: {
|
|
1389
|
+
label: string;
|
|
1390
|
+
sublabel: string;
|
|
1391
|
+
};
|
|
1392
|
+
brand: {
|
|
1393
|
+
label: string;
|
|
1394
|
+
sublabel: string;
|
|
1395
|
+
};
|
|
1396
|
+
payment: {
|
|
1397
|
+
label: string;
|
|
1398
|
+
sublabel: string;
|
|
1399
|
+
};
|
|
1400
|
+
settings: {
|
|
1401
|
+
label: string;
|
|
1402
|
+
};
|
|
1403
|
+
adminSpace: {
|
|
1404
|
+
label: string;
|
|
1405
|
+
sublabel: string;
|
|
1406
|
+
};
|
|
1407
|
+
hrm: {
|
|
1408
|
+
label: string;
|
|
1409
|
+
sublabel: string;
|
|
1410
|
+
};
|
|
1411
|
+
menu: {
|
|
1412
|
+
label: string;
|
|
1413
|
+
sublabel: string;
|
|
1414
|
+
};
|
|
1415
|
+
restaurantOperation: {
|
|
1416
|
+
label: string;
|
|
1417
|
+
sublabel: string;
|
|
1418
|
+
};
|
|
1419
|
+
};
|
|
1420
|
+
messages: {
|
|
1421
|
+
businessCopySuccess: string;
|
|
1422
|
+
restaurantCopySuccess: string;
|
|
1423
|
+
loadError: string;
|
|
1424
|
+
};
|
|
1425
|
+
selectBusiness: {
|
|
1426
|
+
title: string;
|
|
1427
|
+
searchPlaceholder: string;
|
|
1428
|
+
createBusiness: string;
|
|
1429
|
+
noBusiness: string;
|
|
1430
|
+
noBusinessFound: string;
|
|
1431
|
+
};
|
|
1432
|
+
myBusiness: {
|
|
1433
|
+
title: string;
|
|
1434
|
+
search_restaurants: string;
|
|
1435
|
+
};
|
|
1436
|
+
debugUser: {
|
|
1437
|
+
title: string;
|
|
1438
|
+
subtitle: string;
|
|
1439
|
+
debug: string;
|
|
1440
|
+
phoneEmpty: string;
|
|
1441
|
+
debugFailed: string;
|
|
1442
|
+
stopDebugTitle: string;
|
|
1443
|
+
stopDebugMessage: string;
|
|
1444
|
+
stopDebugFailed: string;
|
|
1445
|
+
};
|
|
1446
|
+
logOut: {
|
|
1447
|
+
title: string;
|
|
1448
|
+
subtitle: string;
|
|
1449
|
+
logOut: string;
|
|
1450
|
+
};
|
|
1451
|
+
manageAccount: {
|
|
1452
|
+
title: string;
|
|
1453
|
+
basicInfo: string;
|
|
1454
|
+
name: string;
|
|
1455
|
+
email: string;
|
|
1456
|
+
phone: string;
|
|
1457
|
+
password: string;
|
|
1458
|
+
passwordSubtitle: string;
|
|
1459
|
+
changePassword: string;
|
|
1460
|
+
profileUpdated: string;
|
|
1461
|
+
failedToUpdateProfile: string;
|
|
1462
|
+
nameRequired: string;
|
|
1463
|
+
emailRequired: string;
|
|
1464
|
+
emailInvalid: string;
|
|
1465
|
+
};
|
|
1466
|
+
changePassword: {
|
|
1467
|
+
step1: {
|
|
1468
|
+
title: string;
|
|
1469
|
+
subtitle: string;
|
|
1470
|
+
currentPassword: string;
|
|
1471
|
+
forgotPassword: string;
|
|
1472
|
+
passwordConfirmed: string;
|
|
1473
|
+
passwordConfirmFailed: string;
|
|
1474
|
+
};
|
|
1475
|
+
step2: {
|
|
1476
|
+
title: string;
|
|
1477
|
+
newPassword: string;
|
|
1478
|
+
confirmNewPassword: string;
|
|
1479
|
+
changePassword: string;
|
|
1480
|
+
passwordChanged: string;
|
|
1481
|
+
failedToChangePassword: string;
|
|
1482
|
+
newPasswordRequired: string;
|
|
1483
|
+
passwordMustBeAtLeast8Characters: string;
|
|
1484
|
+
useAtLeast8Characters: string;
|
|
1485
|
+
passwordsDoNotMatch: string;
|
|
1486
|
+
};
|
|
1487
|
+
};
|
|
1488
|
+
customAttributes: {
|
|
1489
|
+
form: {
|
|
1490
|
+
key: string;
|
|
1491
|
+
value: string;
|
|
1492
|
+
valuePlaceholder: string;
|
|
1493
|
+
attributeValueMustBeNumber: string;
|
|
1494
|
+
noCustomAttributes: string;
|
|
1495
|
+
};
|
|
1496
|
+
queryBuilder: {
|
|
1497
|
+
any: string;
|
|
1498
|
+
noAttributeSettings: string;
|
|
1499
|
+
};
|
|
1500
|
+
};
|
|
1501
|
+
components: {
|
|
1502
|
+
restaurantSelector: {
|
|
1503
|
+
allRestaurants: string;
|
|
1504
|
+
restaurantCount: string;
|
|
1505
|
+
selectRestaurant: string;
|
|
1506
|
+
unknownRestaurant: string;
|
|
1507
|
+
restaurantTaggingFilter: string;
|
|
1508
|
+
resetFilter: string;
|
|
1509
|
+
};
|
|
1510
|
+
itemSelector: {
|
|
1511
|
+
productsSelected: string;
|
|
1512
|
+
expandAll: string;
|
|
1513
|
+
collapseAll: string;
|
|
1514
|
+
selectAll: string;
|
|
1515
|
+
};
|
|
1516
|
+
};
|
|
1517
|
+
};
|
|
1518
|
+
};
|
|
871
1519
|
};
|
|
872
1520
|
export declare function createFeedMeI18n(options: FeedMeI18nOptions): import("@feedmepos/i18n").I18n<{}, {}, {}, string, boolean>;
|
|
873
1521
|
//# sourceMappingURL=i18n.d.ts.map
|
package/dist/i18n.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACxD,OAAO,EAAyC,OAAO,EAAE,MAAM,iBAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACxD,OAAO,EAAyC,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAUhF,OAAO,eAAe,MAAM,kCAAkC,CAAA;AAQ9D,OAAO,EAAE,OAAO,EAAE,CAAA;AAClB,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACnD,YAAY,EAAE,iBAAiB,EAAE,IAAI,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACnF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAElE,MAAM,MAAM,qBAAqB,GAAG,OAAO,eAAe,CAAA;AAI1D,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQxB,CAAA;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,iBAAiB,+DAW1D"}
|