@tabres/react 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist/index.esm.js +1 -1
  2. package/dist/index.esm.js.map +1 -1
  3. package/dist/index.js +1 -1
  4. package/dist/index.js.map +1 -1
  5. package/dist/models/services/translation/locales/az/customer.d.ts +0 -1
  6. package/dist/models/services/translation/locales/az/error.d.ts +0 -1
  7. package/dist/models/services/translation/locales/az/index.d.ts +0 -4
  8. package/dist/models/services/translation/locales/az/pricing.d.ts +0 -2
  9. package/dist/models/services/translation/locales/et/customer.d.ts +0 -1
  10. package/dist/models/services/translation/locales/et/error.d.ts +0 -1
  11. package/dist/models/services/translation/locales/et/index.d.ts +0 -2
  12. package/dist/models/services/translation/locales/index.d.ts +296 -12
  13. package/dist/models/services/translation/locales/nl/customer.d.ts +0 -1
  14. package/dist/models/services/translation/locales/nl/error.d.ts +0 -1
  15. package/dist/models/services/translation/locales/nl/index.d.ts +0 -2
  16. package/dist/models/services/translation/locales/pl/auth.d.ts +7 -0
  17. package/dist/models/services/translation/locales/pl/branch.d.ts +14 -0
  18. package/dist/models/services/translation/locales/pl/common.d.ts +6 -0
  19. package/dist/models/services/translation/locales/pl/customer.d.ts +17 -0
  20. package/dist/models/services/translation/locales/pl/error.d.ts +20 -0
  21. package/dist/models/services/translation/locales/pl/events.d.ts +8 -0
  22. package/dist/models/services/translation/locales/pl/index.d.ts +149 -0
  23. package/dist/models/services/translation/locales/pl/order.d.ts +47 -0
  24. package/dist/models/services/translation/locales/pl/pricing.d.ts +35 -0
  25. package/dist/models/services/translation/locales/pt/auth.d.ts +7 -0
  26. package/dist/models/services/translation/locales/pt/branch.d.ts +14 -0
  27. package/dist/models/services/translation/locales/pt/common.d.ts +6 -0
  28. package/dist/models/services/translation/locales/pt/customer.d.ts +17 -0
  29. package/dist/models/services/translation/locales/pt/error.d.ts +20 -0
  30. package/dist/models/services/translation/locales/pt/events.d.ts +8 -0
  31. package/dist/models/services/translation/locales/pt/index.d.ts +149 -0
  32. package/dist/models/services/translation/locales/pt/order.d.ts +47 -0
  33. package/dist/models/services/translation/locales/pt/pricing.d.ts +35 -0
  34. package/dist/models/services/translation/locales/ru/customer.d.ts +0 -1
  35. package/dist/models/services/translation/locales/ru/error.d.ts +0 -1
  36. package/dist/models/services/translation/locales/ru/index.d.ts +0 -2
  37. package/dist/models/services/translation/locales/tr/customer.d.ts +0 -1
  38. package/dist/models/services/translation/locales/tr/error.d.ts +0 -1
  39. package/dist/models/services/translation/locales/tr/index.d.ts +0 -2
  40. package/dist/services/translation/locales/az/customer.d.ts +0 -1
  41. package/dist/services/translation/locales/az/error.d.ts +0 -1
  42. package/dist/services/translation/locales/az/index.d.ts +0 -4
  43. package/dist/services/translation/locales/az/pricing.d.ts +0 -2
  44. package/dist/services/translation/locales/et/customer.d.ts +0 -1
  45. package/dist/services/translation/locales/et/error.d.ts +0 -1
  46. package/dist/services/translation/locales/et/index.d.ts +0 -2
  47. package/dist/services/translation/locales/index.d.ts +296 -12
  48. package/dist/services/translation/locales/nl/customer.d.ts +0 -1
  49. package/dist/services/translation/locales/nl/error.d.ts +0 -1
  50. package/dist/services/translation/locales/nl/index.d.ts +0 -2
  51. package/dist/services/translation/locales/pl/auth.d.ts +7 -0
  52. package/dist/services/translation/locales/pl/branch.d.ts +14 -0
  53. package/dist/services/translation/locales/pl/common.d.ts +6 -0
  54. package/dist/services/translation/locales/pl/customer.d.ts +17 -0
  55. package/dist/services/translation/locales/pl/error.d.ts +20 -0
  56. package/dist/services/translation/locales/pl/events.d.ts +8 -0
  57. package/dist/services/translation/locales/pl/index.d.ts +149 -0
  58. package/dist/services/translation/locales/pl/order.d.ts +47 -0
  59. package/dist/services/translation/locales/pl/pricing.d.ts +35 -0
  60. package/dist/services/translation/locales/pt/auth.d.ts +7 -0
  61. package/dist/services/translation/locales/pt/branch.d.ts +14 -0
  62. package/dist/services/translation/locales/pt/common.d.ts +6 -0
  63. package/dist/services/translation/locales/pt/customer.d.ts +17 -0
  64. package/dist/services/translation/locales/pt/error.d.ts +20 -0
  65. package/dist/services/translation/locales/pt/events.d.ts +8 -0
  66. package/dist/services/translation/locales/pt/index.d.ts +149 -0
  67. package/dist/services/translation/locales/pt/order.d.ts +47 -0
  68. package/dist/services/translation/locales/pt/pricing.d.ts +35 -0
  69. package/dist/services/translation/locales/ru/customer.d.ts +0 -1
  70. package/dist/services/translation/locales/ru/error.d.ts +0 -1
  71. package/dist/services/translation/locales/ru/index.d.ts +0 -2
  72. package/dist/services/translation/locales/tr/customer.d.ts +0 -1
  73. package/dist/services/translation/locales/tr/error.d.ts +0 -1
  74. package/dist/services/translation/locales/tr/index.d.ts +0 -2
  75. package/package.json +1 -1
@@ -10,7 +10,6 @@ declare const _default: {
10
10
  "Additional number": string;
11
11
  "Example: Door code is 555": string;
12
12
  "Delivery Instructions": string;
13
- Azerbaijan: string;
14
13
  Floor: string;
15
14
  "Enter address": string;
16
15
  "House No.": string;
@@ -1,7 +1,6 @@
1
1
  declare const _default: {
2
2
  SOMETHING_WRONG: string;
3
3
  FIELD_REQUIRED: string;
4
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
5
4
  "Unsupported country code": string;
6
5
  "Invalid OTP": string;
7
6
  INVALID_OTP: string;
@@ -2,7 +2,6 @@ declare const _default: {
2
2
  error: {
3
3
  SOMETHING_WRONG: string;
4
4
  FIELD_REQUIRED: string;
5
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
6
5
  "Unsupported country code": string;
7
6
  "Invalid OTP": string;
8
7
  INVALID_OTP: string;
@@ -82,7 +81,6 @@ declare const _default: {
82
81
  "Additional number": string;
83
82
  "Example: Door code is 555": string;
84
83
  "Delivery Instructions": string;
85
- Azerbaijan: string;
86
84
  Floor: string;
87
85
  "Enter address": string;
88
86
  "House No.": string;
@@ -127,8 +125,6 @@ declare const _default: {
127
125
  annually: string;
128
126
  "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
129
127
  "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
130
- Appetizer: string;
131
- "Main Course": string;
132
128
  "Unlimited Languages": string;
133
129
  "30-day money-back guarantee": string;
134
130
  "Limited Time Only": string;
@@ -25,8 +25,6 @@ declare const _default: {
25
25
  annually: string;
26
26
  "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
27
27
  "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
28
- Appetizer: string;
29
- "Main Course": string;
30
28
  "Unlimited Languages": string;
31
29
  "30-day money-back guarantee": string;
32
30
  "Limited Time Only": string;
@@ -10,7 +10,6 @@ declare const _default: {
10
10
  "Additional number": string;
11
11
  "Example: Door code is 555": string;
12
12
  "Delivery Instructions": string;
13
- Azerbaijan: string;
14
13
  Floor: string;
15
14
  "Enter address": string;
16
15
  "House No.": string;
@@ -1,7 +1,6 @@
1
1
  declare const _default: {
2
2
  SOMETHING_WRONG: string;
3
3
  FIELD_REQUIRED: string;
4
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
5
4
  "Unsupported country code": string;
6
5
  "Invalid OTP": string;
7
6
  INVALID_OTP: string;
@@ -2,7 +2,6 @@ declare const _default: {
2
2
  error: {
3
3
  SOMETHING_WRONG: string;
4
4
  FIELD_REQUIRED: string;
5
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
6
5
  "Unsupported country code": string;
7
6
  "Invalid OTP": string;
8
7
  INVALID_OTP: string;
@@ -81,7 +80,6 @@ declare const _default: {
81
80
  "Additional number": string;
82
81
  "Example: Door code is 555": string;
83
82
  "Delivery Instructions": string;
84
- Azerbaijan: string;
85
83
  Floor: string;
86
84
  "Enter address": string;
87
85
  "House No.": string;
@@ -3,7 +3,6 @@ declare const _default: {
3
3
  error: {
4
4
  SOMETHING_WRONG: string;
5
5
  FIELD_REQUIRED: string;
6
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
7
6
  "Unsupported country code": string;
8
7
  "Invalid OTP": string;
9
8
  INVALID_OTP: string;
@@ -83,7 +82,6 @@ declare const _default: {
83
82
  "Additional number": string;
84
83
  "Example: Door code is 555": string;
85
84
  "Delivery Instructions": string;
86
- Azerbaijan: string;
87
85
  Floor: string;
88
86
  "Enter address": string;
89
87
  "House No.": string;
@@ -128,8 +126,6 @@ declare const _default: {
128
126
  annually: string;
129
127
  "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
130
128
  "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
131
- Appetizer: string;
132
- "Main Course": string;
133
129
  "Unlimited Languages": string;
134
130
  "30-day money-back guarantee": string;
135
131
  "Limited Time Only": string;
@@ -188,7 +184,6 @@ declare const _default: {
188
184
  error: {
189
185
  SOMETHING_WRONG: string;
190
186
  FIELD_REQUIRED: string;
191
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
192
187
  "Unsupported country code": string;
193
188
  "Invalid OTP": string;
194
189
  INVALID_OTP: string;
@@ -267,7 +262,6 @@ declare const _default: {
267
262
  "Additional number": string;
268
263
  "Example: Door code is 555": string;
269
264
  "Delivery Instructions": string;
270
- Azerbaijan: string;
271
265
  Floor: string;
272
266
  "Enter address": string;
273
267
  "House No.": string;
@@ -336,7 +330,6 @@ declare const _default: {
336
330
  error: {
337
331
  SOMETHING_WRONG: string;
338
332
  FIELD_REQUIRED: string;
339
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
340
333
  "Unsupported country code": string;
341
334
  "Invalid OTP": string;
342
335
  INVALID_OTP: string;
@@ -415,7 +408,6 @@ declare const _default: {
415
408
  "Additional number": string;
416
409
  "Example: Door code is 555": string;
417
410
  "Delivery Instructions": string;
418
- Azerbaijan: string;
419
411
  Floor: string;
420
412
  "Enter address": string;
421
413
  "House No.": string;
@@ -484,7 +476,6 @@ declare const _default: {
484
476
  error: {
485
477
  SOMETHING_WRONG: string;
486
478
  FIELD_REQUIRED: string;
487
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
488
479
  "Unsupported country code": string;
489
480
  "Invalid OTP": string;
490
481
  INVALID_OTP: string;
@@ -563,7 +554,6 @@ declare const _default: {
563
554
  "Additional number": string;
564
555
  "Example: Door code is 555": string;
565
556
  "Delivery Instructions": string;
566
- Azerbaijan: string;
567
557
  Floor: string;
568
558
  "Enter address": string;
569
559
  "House No.": string;
@@ -632,7 +622,6 @@ declare const _default: {
632
622
  error: {
633
623
  SOMETHING_WRONG: string;
634
624
  FIELD_REQUIRED: string;
635
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
636
625
  "Unsupported country code": string;
637
626
  "Invalid OTP": string;
638
627
  INVALID_OTP: string;
@@ -711,7 +700,6 @@ declare const _default: {
711
700
  "Additional number": string;
712
701
  "Example: Door code is 555": string;
713
702
  "Delivery Instructions": string;
714
- Azerbaijan: string;
715
703
  Floor: string;
716
704
  "Enter address": string;
717
705
  "House No.": string;
@@ -776,5 +764,301 @@ declare const _default: {
776
764
  "Delivery Hours": string;
777
765
  };
778
766
  };
767
+ pl: {
768
+ error: {
769
+ SOMETHING_WRONG: string;
770
+ FIELD_REQUIRED: string;
771
+ "Unsupported country code": string;
772
+ "Invalid OTP": string;
773
+ INVALID_OTP: string;
774
+ OTP_RATE_LIMIT_EXCEEDED: string;
775
+ "Invalid Email Address": string;
776
+ FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
777
+ ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
778
+ ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
779
+ COUNTRY_REQUIRED: string;
780
+ CITY_REQUIRED: string;
781
+ STREET_REQUIRED: string;
782
+ STREET_NUMBER_REQUIRED: string;
783
+ OUT_OF_DELIVERY_RANGE: string;
784
+ NO_ORDER_TYPE: string;
785
+ INVALID_ADDRESS: string;
786
+ };
787
+ common: {
788
+ Save: string;
789
+ Cancel: string;
790
+ Continue: string;
791
+ };
792
+ order: {
793
+ "View order": string;
794
+ "Remove from order": string;
795
+ "Update order": string;
796
+ "Add to order": string;
797
+ Add: string;
798
+ "Your order": string;
799
+ Subtotal: string;
800
+ "Empty order": string;
801
+ "You don't have any items in your order": string;
802
+ "Add items": string;
803
+ "Add an order note": string;
804
+ "Specify any allergies, special requests, or ingredients you want to add or remove": string;
805
+ "Your Order is Completed!": string;
806
+ "Thank you! We've received your order and it will be delivered shortly.": string;
807
+ Delivery: string;
808
+ "Dine in": string;
809
+ Pickup: string;
810
+ Cash: string;
811
+ "POS Terminal": string;
812
+ "Order summary": string;
813
+ Items: string;
814
+ Tax: string;
815
+ Total: string;
816
+ "Special instructions, allergies, etc.": string;
817
+ "Go to checkout": string;
818
+ "Place order": string;
819
+ Continue: string;
820
+ "Not available": string;
821
+ "In order": string;
822
+ "Product choices": string;
823
+ "Track order": string;
824
+ "Minimum order amount for delivery is {{amount}}": string;
825
+ "This field is required": string;
826
+ "Please select a table": string;
827
+ "Please enter an address": string;
828
+ "Please choose product": string;
829
+ Table: string;
830
+ "Select Table": string;
831
+ Card: string;
832
+ "Closed Now": string;
833
+ "Delivery Fee": string;
834
+ "Play video": string;
835
+ " / kg": string;
836
+ " / l": string;
837
+ };
838
+ customer: {
839
+ "Unknown address": string;
840
+ "No address available": string;
841
+ "Update Delivery Address": string;
842
+ Country: string;
843
+ City: string;
844
+ "Baker Street": string;
845
+ Address: string;
846
+ "House number": string;
847
+ "Additional number": string;
848
+ "Example: Door code is 555": string;
849
+ "Delivery Instructions": string;
850
+ Floor: string;
851
+ "Enter address": string;
852
+ "House No.": string;
853
+ };
854
+ auth: {
855
+ "Create an account or log in": string;
856
+ "Phone number": string;
857
+ "I don't have an email": string;
858
+ "We sent a confirmation code to {{address}}": string;
859
+ };
860
+ events: {
861
+ Events: string;
862
+ "Scrolled to Category": string;
863
+ "Category Selected": string;
864
+ "Product Details": string;
865
+ "Product Added to Order": string;
866
+ };
867
+ pricing: {
868
+ "Get Started": string;
869
+ "Choose Plan": string;
870
+ "Smart QR Menu": string;
871
+ "Link-in-bio": string;
872
+ "Menu Analytics": string;
873
+ "Unlimited Products": string;
874
+ "Unlimited Categories": string;
875
+ "Product variants": string;
876
+ "Product options": string;
877
+ "Sales reports": string;
878
+ "24/7 Support": string;
879
+ "Multiple Branches": string;
880
+ "Order Management": string;
881
+ "Table Management": string;
882
+ "Mobile App for Owners & Staff": string;
883
+ "Point of Sale (POS)": string;
884
+ "Delivery Management": string;
885
+ "Third-Party Delivery Integrations": string;
886
+ "TabresPay with Mobile": string;
887
+ "Event management": string;
888
+ "Unlimited Users": string;
889
+ "/ month": string;
890
+ monthly: string;
891
+ annually: string;
892
+ "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
893
+ "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
894
+ "Unlimited Languages": string;
895
+ "30-day money-back guarantee": string;
896
+ "Limited Time Only": string;
897
+ "/ lifetime": string;
898
+ "Try for free": string;
899
+ "No credit card needed": string;
900
+ };
901
+ branch: {
902
+ "WEEKDAY-0": string;
903
+ "WEEKDAY-1": string;
904
+ "WEEKDAY-2": string;
905
+ "WEEKDAY-3": string;
906
+ "WEEKDAY-4": string;
907
+ "WEEKDAY-5": string;
908
+ "WEEKDAY-6": string;
909
+ Closed: string;
910
+ "Opening Hours": string;
911
+ "Delivery Hours": string;
912
+ Feedback: string;
913
+ };
914
+ };
915
+ pt: {
916
+ error: {
917
+ SOMETHING_WRONG: string;
918
+ FIELD_REQUIRED: string;
919
+ "Unsupported country code": string;
920
+ "Invalid OTP": string;
921
+ INVALID_OTP: string;
922
+ OTP_RATE_LIMIT_EXCEEDED: string;
923
+ "Invalid Email Address": string;
924
+ FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
925
+ ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
926
+ ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
927
+ COUNTRY_REQUIRED: string;
928
+ CITY_REQUIRED: string;
929
+ STREET_REQUIRED: string;
930
+ STREET_NUMBER_REQUIRED: string;
931
+ OUT_OF_DELIVERY_RANGE: string;
932
+ NO_ORDER_TYPE: string;
933
+ INVALID_ADDRESS: string;
934
+ };
935
+ common: {
936
+ Save: string;
937
+ Cancel: string;
938
+ Continue: string;
939
+ };
940
+ order: {
941
+ "View order": string;
942
+ "Remove from order": string;
943
+ "Update order": string;
944
+ "Add to order": string;
945
+ Add: string;
946
+ "Your order": string;
947
+ Subtotal: string;
948
+ "Empty order": string;
949
+ "You don't have any items in your order": string;
950
+ "Add items": string;
951
+ "Add an order note": string;
952
+ "Specify any allergies, special requests, or ingredients you want to add or remove": string;
953
+ "Your Order is Completed!": string;
954
+ "Thank you! We've received your order and it will be delivered shortly.": string;
955
+ Delivery: string;
956
+ "Dine in": string;
957
+ Pickup: string;
958
+ Cash: string;
959
+ "POS Terminal": string;
960
+ "Order summary": string;
961
+ Items: string;
962
+ Tax: string;
963
+ Total: string;
964
+ "Special instructions, allergies, etc.": string;
965
+ "Go to checkout": string;
966
+ "Place order": string;
967
+ Continue: string;
968
+ "Not available": string;
969
+ "In order": string;
970
+ "Product choices": string;
971
+ "Track order": string;
972
+ "Minimum order amount for delivery is {{amount}}": string;
973
+ "This field is required": string;
974
+ "Please select a table": string;
975
+ "Please enter an address": string;
976
+ "Please choose product": string;
977
+ Table: string;
978
+ "Select Table": string;
979
+ Card: string;
980
+ "Closed Now": string;
981
+ "Delivery Fee": string;
982
+ "Play video": string;
983
+ " / kg": string;
984
+ " / l": string;
985
+ };
986
+ customer: {
987
+ "Unknown address": string;
988
+ "No address available": string;
989
+ "Update Delivery Address": string;
990
+ Country: string;
991
+ City: string;
992
+ "Baker Street": string;
993
+ Address: string;
994
+ "House number": string;
995
+ "Additional number": string;
996
+ "Example: Door code is 555": string;
997
+ "Delivery Instructions": string;
998
+ Floor: string;
999
+ "Enter address": string;
1000
+ "House No.": string;
1001
+ };
1002
+ auth: {
1003
+ "Create an account or log in": string;
1004
+ "Phone number": string;
1005
+ "I don't have an email": string;
1006
+ "We sent a confirmation code to {{address}}": string;
1007
+ };
1008
+ events: {
1009
+ Events: string;
1010
+ "Scrolled to Category": string;
1011
+ "Category Selected": string;
1012
+ "Product Details": string;
1013
+ "Product Added to Order": string;
1014
+ };
1015
+ pricing: {
1016
+ "Get Started": string;
1017
+ "Choose Plan": string;
1018
+ "Smart QR Menu": string;
1019
+ "Link-in-bio": string;
1020
+ "Menu Analytics": string;
1021
+ "Unlimited Products": string;
1022
+ "Unlimited Categories": string;
1023
+ "Product variants": string;
1024
+ "Product options": string;
1025
+ "Sales reports": string;
1026
+ "24/7 Support": string;
1027
+ "Multiple Branches": string;
1028
+ "Order Management": string;
1029
+ "Table Management": string;
1030
+ "Mobile App for Owners & Staff": string;
1031
+ "Point of Sale (POS)": string;
1032
+ "Delivery Management": string;
1033
+ "Third-Party Delivery Integrations": string;
1034
+ "TabresPay with Mobile": string;
1035
+ "Event management": string;
1036
+ "Unlimited Users": string;
1037
+ "/ month": string;
1038
+ monthly: string;
1039
+ annually: string;
1040
+ "Flexible Plans for Every Business - Simple Pricing, More Value!": string;
1041
+ "Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
1042
+ "Unlimited Languages": string;
1043
+ "30-day money-back guarantee": string;
1044
+ "Limited Time Only": string;
1045
+ "/ lifetime": string;
1046
+ "Try for free": string;
1047
+ "No credit card needed": string;
1048
+ };
1049
+ branch: {
1050
+ "WEEKDAY-0": string;
1051
+ "WEEKDAY-1": string;
1052
+ "WEEKDAY-2": string;
1053
+ "WEEKDAY-3": string;
1054
+ "WEEKDAY-4": string;
1055
+ "WEEKDAY-5": string;
1056
+ "WEEKDAY-6": string;
1057
+ Closed: string;
1058
+ "Opening Hours": string;
1059
+ "Delivery Hours": string;
1060
+ Feedback: string;
1061
+ };
1062
+ };
779
1063
  };
780
1064
  export default _default;
@@ -10,7 +10,6 @@ declare const _default: {
10
10
  "Additional number": string;
11
11
  "Example: Door code is 555": string;
12
12
  "Delivery Instructions": string;
13
- Azerbaijan: string;
14
13
  Floor: string;
15
14
  "Enter address": string;
16
15
  "House No.": string;
@@ -1,7 +1,6 @@
1
1
  declare const _default: {
2
2
  SOMETHING_WRONG: string;
3
3
  FIELD_REQUIRED: string;
4
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
5
4
  "Unsupported country code": string;
6
5
  "Invalid OTP": string;
7
6
  INVALID_OTP: string;
@@ -2,7 +2,6 @@ declare const _default: {
2
2
  error: {
3
3
  SOMETHING_WRONG: string;
4
4
  FIELD_REQUIRED: string;
5
- "Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
6
5
  "Unsupported country code": string;
7
6
  "Invalid OTP": string;
8
7
  INVALID_OTP: string;
@@ -81,7 +80,6 @@ declare const _default: {
81
80
  "Additional number": string;
82
81
  "Example: Door code is 555": string;
83
82
  "Delivery Instructions": string;
84
- Azerbaijan: string;
85
83
  Floor: string;
86
84
  "Enter address": string;
87
85
  "House No.": string;
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ "Create an account or log in": string;
3
+ "Phone number": string;
4
+ "I don't have an email": string;
5
+ "We sent a confirmation code to {{address}}": string;
6
+ };
7
+ export default _default;
@@ -0,0 +1,14 @@
1
+ declare const _default: {
2
+ "WEEKDAY-0": string;
3
+ "WEEKDAY-1": string;
4
+ "WEEKDAY-2": string;
5
+ "WEEKDAY-3": string;
6
+ "WEEKDAY-4": string;
7
+ "WEEKDAY-5": string;
8
+ "WEEKDAY-6": string;
9
+ Closed: string;
10
+ "Opening Hours": string;
11
+ "Delivery Hours": string;
12
+ Feedback: string;
13
+ };
14
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ Save: string;
3
+ Cancel: string;
4
+ Continue: string;
5
+ };
6
+ export default _default;
@@ -0,0 +1,17 @@
1
+ declare const _default: {
2
+ "Unknown address": string;
3
+ "No address available": string;
4
+ "Update Delivery Address": string;
5
+ Country: string;
6
+ City: string;
7
+ "Baker Street": string;
8
+ Address: string;
9
+ "House number": string;
10
+ "Additional number": string;
11
+ "Example: Door code is 555": string;
12
+ "Delivery Instructions": string;
13
+ Floor: string;
14
+ "Enter address": string;
15
+ "House No.": string;
16
+ };
17
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: {
2
+ SOMETHING_WRONG: string;
3
+ FIELD_REQUIRED: string;
4
+ "Unsupported country code": string;
5
+ "Invalid OTP": string;
6
+ INVALID_OTP: string;
7
+ OTP_RATE_LIMIT_EXCEEDED: string;
8
+ "Invalid Email Address": string;
9
+ FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
10
+ ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
11
+ ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
12
+ COUNTRY_REQUIRED: string;
13
+ CITY_REQUIRED: string;
14
+ STREET_REQUIRED: string;
15
+ STREET_NUMBER_REQUIRED: string;
16
+ OUT_OF_DELIVERY_RANGE: string;
17
+ NO_ORDER_TYPE: string;
18
+ INVALID_ADDRESS: string;
19
+ };
20
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: {
2
+ Events: string;
3
+ "Scrolled to Category": string;
4
+ "Category Selected": string;
5
+ "Product Details": string;
6
+ "Product Added to Order": string;
7
+ };
8
+ export default _default;