@foxy.io/elements 1.30.0-beta.3 → 1.30.0-beta.5

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.
@@ -588,443 +588,468 @@
588
588
  "undo_message": "Looks like you didn't save your changes! What would you like to do with them?",
589
589
  "undo_cancel": "Review",
590
590
  "undo_confirm": "Discard",
591
- "header": {
592
- "title_existing": "Item #{{ id }}",
593
- "title_new": "New item",
594
- "subtitle_future_line_item": "This item is part of a future subscription",
595
- "subtitle_regular": "",
596
- "copy-id": {
597
- "failed_to_copy": "Failed to copy",
598
- "click_to_copy": "Copy ID",
599
- "copying": "Copying...",
600
- "done": "Copied to clipboard"
591
+ "item-form": {
592
+ "header": {
593
+ "title_existing": "Item #{{ id }}",
594
+ "title_new": "New item",
595
+ "subtitle_future_line_item": "This item is part of a future subscription",
596
+ "subtitle_regular": "",
597
+ "copy-id": {
598
+ "failed_to_copy": "Failed to copy",
599
+ "click_to_copy": "Copy ID",
600
+ "copying": "Copying...",
601
+ "done": "Copied to clipboard"
602
+ },
603
+ "copy-json": {
604
+ "failed_to_copy": "Failed to copy",
605
+ "click_to_copy": "Copy source as JSON",
606
+ "copying": "Copying...",
607
+ "done": "Copied to clipboard"
608
+ }
601
609
  },
602
- "copy-json": {
603
- "failed_to_copy": "Failed to copy",
604
- "click_to_copy": "Copy source as JSON",
605
- "copying": "Copying...",
606
- "done": "Copied to clipboard"
607
- }
608
- },
609
- "dimensions": "Dimensions",
610
- "subscriptions": "Subscriptions",
611
- "discount": "Discount",
612
- "name": {
613
- "label": "Name",
614
- "helper_text": "Public name of this item.",
615
- "placeholder": "13' Laptop Case",
616
- "v8n_required": "Name is required",
617
- "v8n_too_long": "Name mustn't exceed 255 characters"
618
- },
619
- "price": {
620
- "label": "Price",
621
- "helper_text": "Base price before option modifiers.",
622
- "placeholder": "25",
623
- "v8n_required": "Price is required",
624
- "v8n_negative": "Price can't be negative"
625
- },
626
- "quantity": {
627
- "label": "Quantity",
628
- "helper_text": "Number of items in the cart.",
629
- "placeholder": "1 by default",
630
- "v8n_less_than_one": "Quantity must be 1 or more"
631
- },
632
- "subscription-frequency": {
633
- "label": "Subscription frequency",
634
- "day": "Day",
635
- "day_plural": "Days",
636
- "week": "Week",
637
- "week_plural": "Weeks",
638
- "month": "Month",
639
- "month_plural": "Months",
640
- "year": "Year",
641
- "year_plural": "Years",
642
- "helper_text": "This determines how often this subscription will be processed. To modify this value for an existing subscription, you must modify the subscription directly."
643
- },
644
- "subscription-start-date": {
645
- "label": "Subscription start",
646
- "helper_text": "The original date this subscription began or will begin if set in the future. To modify this value for an existing subscription, you must modify the subscription directly.",
647
- "placeholder": "01/01/2022"
648
- },
649
- "subscription-end-date": {
650
- "label": "Subscription end",
651
- "helper_text": "If set, the date this subscription will end. The subscription will not run on this day.",
652
- "placeholder": "01/01/2022"
653
- },
654
- "discount-name": {
655
- "label": "Discount name",
656
- "helper_text": "The name of the line item discount if it is included on this item.",
657
- "placeholder": "One-off 10% discount"
658
- },
659
- "discount-builder": {
660
- "tier": "Tier",
661
- "tier_by": "by",
662
- "tier_if": "if",
663
- "tier_allunits": "price of each item",
664
- "tier_incremental": "price of additional items",
665
- "tier_repeat": "price of next item",
666
- "tier_single": "order total",
667
- "tier_then": "then",
668
- "quantity": "quantity",
669
- "total": "total",
670
- "reduce": "reduce",
671
- "increase": "increase"
672
- },
673
- "expires": {
674
- "label": "Expires",
675
- "helper_text": "Date when this item will be removed from the cart (optional).",
676
- "placeholder": "01/01/2022"
677
- },
678
- "image": {
679
- "label": "Image",
680
- "helper_text": "URL of the image to display for this item in the cart and checkout.",
681
- "placeholder": "https://picsum.photos/256"
682
- },
683
- "url": {
684
- "label": "URL",
685
- "helper_text": "Full URL for the customer to view this item on the store website.",
686
- "placeholder": "https://example.com/products/123"
687
- },
688
- "quantity-min": {
689
- "label": "Min quantity",
690
- "helper_text": "Minimum quantity per cart.",
691
- "placeholder": "1"
692
- },
693
- "quantity-max": {
694
- "label": "Max quantity",
695
- "helper_text": "Maximum quantity per cart.",
696
- "placeholder": "25"
697
- },
698
- "shipto": {
699
- "label": "Shipping address",
700
- "helper_text": "Used for multiship to assign this item to a specific shipment. This value will be the address name of the shipment.",
701
- "placeholder": "Select address to ship this item to..."
702
- },
703
- "width": {
704
- "label": "Width",
705
- "helper_text": "This is currently a placeholder for future use.",
706
- "placeholder": "16"
707
- },
708
- "height": {
709
- "label": "Height",
710
- "helper_text": "This is currently a placeholder for future use.",
711
- "placeholder": "8"
712
- },
713
- "length": {
714
- "label": "Width",
715
- "helper_text": "This is currently a placeholder for future use.",
716
- "placeholder": "32"
717
- },
718
- "weight": {
719
- "label": "Weight",
720
- "helper_text": "Per-item weight, used for shipping rate requests.",
721
- "placeholder": "24"
722
- },
723
- "item-category-uri": {
724
- "label": "Item category",
725
- "dialog": {
726
- "cancel": "Cancel",
727
- "close": "Close",
728
- "header": "Select an item category",
729
- "selection": {
730
- "label": "Item categories",
731
- "helper_text": "Select an item category to use with this item.",
732
- "search": "Search",
733
- "clear": "Clear",
734
- "pagination": {
735
- "search_button_text": "Search",
736
- "first": "First",
737
- "last": "Last",
738
- "next": "Next",
739
- "pagination": "{{from}}-{{to}} out of {{total}}",
740
- "previous": "Previous",
741
- "card": {
742
- "spinner": {
743
- "loading_busy": "Loading",
744
- "loading_empty": "No item categories found",
745
- "loading_error": "Unknown error"
610
+ "general": {
611
+ "label": "",
612
+ "helper_text": "",
613
+ "name": {
614
+ "label": "Name",
615
+ "helper_text": "",
616
+ "placeholder": "Required",
617
+ "v8n_required": "Name is required",
618
+ "v8n_too_long": "Name mustn't exceed 255 characters"
619
+ },
620
+ "price": {
621
+ "label": "Price",
622
+ "helper_text": "",
623
+ "placeholder": "Required",
624
+ "v8n_required": "Price is required",
625
+ "v8n_negative": "Price can't be negative"
626
+ },
627
+ "quantity": {
628
+ "label": "Quantity",
629
+ "helper_text": "",
630
+ "placeholder": "1",
631
+ "v8n_less_than_one": "Quantity must be 1 or more"
632
+ },
633
+ "item-category-uri": {
634
+ "label": "Item category",
635
+ "helper_text": "",
636
+ "placeholder": "Select",
637
+ "value": "{{ resource.name }}",
638
+ "dialog": {
639
+ "cancel": "Cancel",
640
+ "close": "Close",
641
+ "header": "Select an item category",
642
+ "selection": {
643
+ "label": "Item categories",
644
+ "helper_text": "Select an item category to use with this item.",
645
+ "search": "Search",
646
+ "clear": "Clear",
647
+ "pagination": {
648
+ "search_button_text": "Search",
649
+ "first": "First",
650
+ "last": "Last",
651
+ "next": "Next",
652
+ "pagination": "{{from}}-{{to}} out of {{total}}",
653
+ "previous": "Previous",
654
+ "card": {
655
+ "spinner": {
656
+ "loading_busy": "Loading",
657
+ "loading_empty": "No item categories found",
658
+ "loading_error": "Unknown error"
659
+ }
660
+ }
746
661
  }
747
662
  }
663
+ },
664
+ "card": {
665
+ "spinner": {
666
+ "loading_busy": "Loading",
667
+ "loading_empty": "Not assigned – click to select",
668
+ "loading_error": "Unknown error"
669
+ }
748
670
  }
671
+ },
672
+ "code": {
673
+ "label": "Code (SKU, barcode)",
674
+ "helper_text": "",
675
+ "placeholder": "Optional"
676
+ },
677
+ "parent-code": {
678
+ "label": "Parent code",
679
+ "helper_text": "",
680
+ "placeholder": "Optional"
681
+ },
682
+ "shipto": {
683
+ "label": "Shipment name",
684
+ "helper_text": "Used for multiship to assign this item to a specific shipment. This value will be the address name of the shipment.",
685
+ "placeholder": "Optional"
749
686
  }
750
687
  },
751
- "card": {
752
- "spinner": {
753
- "loading_busy": "Loading",
754
- "loading_empty": "Not assigned – click to select",
755
- "loading_error": "Unknown error"
688
+ "subscriptions": {
689
+ "label": "Subscription",
690
+ "helper_text": "To modify these value for an existing subscription, you must modify the subscription directly.",
691
+ "subscription-frequency": {
692
+ "label": "Frequency",
693
+ "helper_text": "",
694
+ "select": "Select",
695
+ "day": "Day",
696
+ "day_plural": "Days",
697
+ "week": "Week",
698
+ "week_plural": "Weeks",
699
+ "month": "Month",
700
+ "month_plural": "Months",
701
+ "year": "Year",
702
+ "year_plural": "Years"
703
+ },
704
+ "subscription-start-date": {
705
+ "label": "Start date",
706
+ "helper_text": "",
707
+ "display_value": "{{ value, date }}",
708
+ "placeholder": "None"
709
+ },
710
+ "subscription-end-date": {
711
+ "label": "End date",
712
+ "helper_text": "",
713
+ "display_value": "{{ value, date }}",
714
+ "placeholder": "None"
756
715
  }
757
716
  },
758
- "helper_text": "Item category associated with this item."
759
- },
760
- "code": {
761
- "label": "Code",
762
- "helper_text": "Unique item code such as SKU or barcode.",
763
- "placeholder": "MY-PRODUCT-001"
764
- },
765
- "parent-code": {
766
- "label": "Parent code",
767
- "helper_text": "Used if this should be a child product in a bundle.",
768
- "placeholder": "MY-BUNDLE-001"
769
- },
770
- "discount-details": {
771
- "title": "Discount details",
772
- "pagination": {
773
- "first": "First",
774
- "last": "Last",
775
- "next": "Next",
776
- "pagination": "{{from}}-{{to}} out of {{total}}",
777
- "previous": "Previous",
778
- "card": {
779
- "spinner": {
780
- "loading_busy": "Loading",
781
- "loading_empty": "No data",
782
- "loading_error": "Unknown error"
783
- }
717
+ "dimensions": {
718
+ "label": "Dimensions",
719
+ "helper_text": "",
720
+ "width": {
721
+ "label": "Width",
722
+ "helper_text": "",
723
+ "placeholder": "0"
724
+ },
725
+ "height": {
726
+ "label": "Height",
727
+ "helper_text": "",
728
+ "placeholder": "0"
729
+ },
730
+ "length": {
731
+ "label": "Length",
732
+ "helper_text": "",
733
+ "placeholder": "0"
734
+ },
735
+ "weight": {
736
+ "label": "Weight",
737
+ "helper_text": "",
738
+ "placeholder": "0"
784
739
  }
785
- }
786
- },
787
- "coupon-details": {
788
- "title": "Coupon details",
789
- "pagination": {
790
- "first": "First",
791
- "last": "Last",
792
- "next": "Next",
793
- "pagination": "{{from}}-{{to}} out of {{total}}",
794
- "previous": "Previous",
795
- "card": {
796
- "spinner": {
797
- "loading_busy": "Loading",
798
- "loading_empty": "No data",
799
- "loading_error": "Unknown error"
740
+ },
741
+ "meta": {
742
+ "label": "Meta",
743
+ "helper_text": "",
744
+ "url": {
745
+ "label": "URL",
746
+ "helper_text": "Full URL for the customer to view this item on the store website.",
747
+ "placeholder": "None"
748
+ },
749
+ "image": {
750
+ "label": "Image",
751
+ "helper_text": "URL of the image to display for this item in the cart and checkout.",
752
+ "placeholder": "None"
753
+ },
754
+ "quantity-max": {
755
+ "label": "Max quantity",
756
+ "helper_text": "",
757
+ "placeholder": "Unlimited"
758
+ },
759
+ "quantity-min": {
760
+ "label": "Min quantity",
761
+ "helper_text": "",
762
+ "placeholder": "1"
763
+ },
764
+ "expires": {
765
+ "label": "Expires",
766
+ "helper_text": "Date when this item will be removed from the cart.",
767
+ "display_value": "{{ value, date }}",
768
+ "placeholder": "Optional"
769
+ }
770
+ },
771
+ "discount": {
772
+ "label": "Line item discount",
773
+ "helper_text": "",
774
+ "discount-name": {
775
+ "label": "Discount name",
776
+ "helper_text": "Enter a discount name to open a discount builder.",
777
+ "placeholder": "None"
778
+ },
779
+ "discount-builder": {
780
+ "tier": "Tier",
781
+ "tier_by": "by",
782
+ "tier_if": "if",
783
+ "tier_allunits": "price of each item",
784
+ "tier_incremental": "price of additional items",
785
+ "tier_repeat": "price of next item",
786
+ "tier_single": "order total",
787
+ "tier_then": "then",
788
+ "quantity": "quantity",
789
+ "total": "total",
790
+ "reduce": "reduce",
791
+ "increase": "increase"
792
+ }
793
+ },
794
+ "discount-details": {
795
+ "label": "Applied discounts",
796
+ "pagination": {
797
+ "first": "First",
798
+ "last": "Last",
799
+ "next": "Next",
800
+ "pagination": "{{from}}-{{to}} out of {{total}}",
801
+ "previous": "Previous",
802
+ "card": {
803
+ "spinner": {
804
+ "loading_busy": "Loading",
805
+ "loading_empty": "No data",
806
+ "loading_error": "Unknown error"
807
+ }
800
808
  }
801
809
  }
802
- }
803
- },
804
- "attributes": {
805
- "title": "Attributes",
806
- "delete_header": "Remove attribute?",
807
- "delete_message": "Please confirm that you'd like to remove this attribute from the item.",
808
- "delete_confirm": "Remove",
809
- "delete_cancel": "Cancel",
810
- "dialog": {
811
- "header_create": "Create attribute",
812
- "header_update": "Update attribute",
813
- "close": "Close",
814
- "save": "Save",
815
- "cancel": "Cancel",
816
- "undo_header": "Unsaved changes",
817
- "undo_message": "Looks like you didn't save your changes! What would you like to do with them?",
818
- "undo_cancel": "Review",
819
- "undo_confirm": "Discard",
820
- "attribute-form": {
821
- "header": {
822
- "title_existing": "Item attribute #{{ id }}",
823
- "title_new": "New item attribute",
824
- "subtitle_private": "Visible only to you",
825
- "subtitle_restricted": "Visible to store admins",
826
- "subtitle_public": "Visible to everyone",
827
- "copy-id": {
828
- "failed_to_copy": "Failed to copy",
829
- "click_to_copy": "Copy ID",
830
- "copying": "Copying...",
831
- "done": "Copied to clipboard"
832
- },
833
- "copy-json": {
834
- "failed_to_copy": "Failed to copy",
835
- "click_to_copy": "Copy source as JSON",
836
- "copying": "Copying...",
837
- "done": "Copied to clipboard"
810
+ },
811
+ "coupon-details": {
812
+ "label": "Applied coupons",
813
+ "pagination": {
814
+ "first": "First",
815
+ "last": "Last",
816
+ "next": "Next",
817
+ "pagination": "{{from}}-{{to}} out of {{total}}",
818
+ "previous": "Previous",
819
+ "card": {
820
+ "spinner": {
821
+ "loading_busy": "Loading",
822
+ "loading_empty": "No data",
823
+ "loading_error": "Unknown error"
838
824
  }
839
- },
840
- "name": {
841
- "label": "Name",
842
- "placeholder": "Required",
843
- "helper_text": "Name of this attribute. It does not have to be unique.",
844
- "v8n_required": "Please name this attribute.",
845
- "v8n_too_long": "Please choose a name that is 500 characters long or less."
846
- },
847
- "value": {
848
- "label": "Value",
849
- "placeholder": "Required",
850
- "helper_text": "Value of this attribute. Attribute values are automatically HTML-escaped.",
851
- "v8n_required": "Please provide a value for this attribute.",
852
- "v8n_too_long": "Unfortunately we can't store values that are more than 1000 characters long."
853
- },
854
- "visibility": {
855
- "label": "Visibility",
856
- "option_public": "Everyone",
857
- "option_restricted": "Store admins",
858
- "option_private": "Only me",
859
- "helper_text": "Controls who can see this attribute. Public attributes can be shown to anyone, including customers. Private attributes are more suitable for configuration or technical details which are irrelevant to the public. Restricted attributes can only be viewed with the OAuth client that created them."
860
- },
861
- "timestamps": {
862
- "date": "{{value, date}}",
863
- "date_created": "Created on",
864
- "date_modified": "Last updated on"
865
- },
866
- "delete": {
867
- "delete": "Delete",
868
- "cancel": "Cancel",
869
- "delete_prompt": "Are you sure you'd like to remove this attribute? You won't be able to bring it back."
870
- },
871
- "undo": {
872
- "caption": "Undo"
873
- },
874
- "submit": {
875
- "caption": "Save changes"
876
- },
877
- "create": {
878
- "caption": "Create"
879
- },
880
- "spinner": {
881
- "refresh": "Refresh",
882
- "loading_busy": "Loading",
883
- "loading_error": "Unknown error"
884
825
  }
885
826
  }
886
827
  },
887
- "pagination": {
888
- "create_button_text": "Add attribute +",
889
- "card": {
890
- "delete_button_text": "Delete",
891
- "spinner": {
892
- "loading_busy": "Loading",
893
- "loading_empty": "No data",
894
- "loading_error": "Unknown error"
828
+ "attributes": {
829
+ "label": "Attributes",
830
+ "delete_header": "Remove attribute?",
831
+ "delete_message": "Please confirm that you'd like to remove this attribute from the item.",
832
+ "delete_confirm": "Remove",
833
+ "delete_cancel": "Cancel",
834
+ "dialog": {
835
+ "header_create": "Create attribute",
836
+ "header_update": "Update attribute",
837
+ "close": "Close",
838
+ "save": "Save",
839
+ "cancel": "Cancel",
840
+ "undo_header": "Unsaved changes",
841
+ "undo_message": "Looks like you didn't save your changes! What would you like to do with them?",
842
+ "undo_cancel": "Review",
843
+ "undo_confirm": "Discard",
844
+ "attribute-form": {
845
+ "header": {
846
+ "title_existing": "Item attribute #{{ id }}",
847
+ "title_new": "New item attribute",
848
+ "subtitle_private": "Visible only to you",
849
+ "subtitle_restricted": "Visible to store admins",
850
+ "subtitle_public": "Visible to everyone",
851
+ "copy-id": {
852
+ "failed_to_copy": "Failed to copy",
853
+ "click_to_copy": "Copy ID",
854
+ "copying": "Copying...",
855
+ "done": "Copied to clipboard"
856
+ },
857
+ "copy-json": {
858
+ "failed_to_copy": "Failed to copy",
859
+ "click_to_copy": "Copy source as JSON",
860
+ "copying": "Copying...",
861
+ "done": "Copied to clipboard"
862
+ }
863
+ },
864
+ "name": {
865
+ "label": "Name",
866
+ "placeholder": "Required",
867
+ "helper_text": "Name of this attribute. It does not have to be unique.",
868
+ "v8n_required": "Please name this attribute.",
869
+ "v8n_too_long": "Please choose a name that is 500 characters long or less."
870
+ },
871
+ "value": {
872
+ "label": "Value",
873
+ "placeholder": "Required",
874
+ "helper_text": "Value of this attribute. Attribute values are automatically HTML-escaped.",
875
+ "v8n_required": "Please provide a value for this attribute.",
876
+ "v8n_too_long": "Unfortunately we can't store values that are more than 1000 characters long."
877
+ },
878
+ "visibility": {
879
+ "label": "Visibility",
880
+ "option_public": "Everyone",
881
+ "option_restricted": "Store admins",
882
+ "option_private": "Only me",
883
+ "helper_text": "Controls who can see this attribute. Public attributes can be shown to anyone, including customers. Private attributes are more suitable for configuration or technical details which are irrelevant to the public. Restricted attributes can only be viewed with the OAuth client that created them."
884
+ },
885
+ "timestamps": {
886
+ "date": "{{value, date}}",
887
+ "date_created": "Created on",
888
+ "date_modified": "Last updated on"
889
+ },
890
+ "delete": {
891
+ "delete": "Delete",
892
+ "cancel": "Cancel",
893
+ "delete_prompt": "Are you sure you'd like to remove this attribute? You won't be able to bring it back."
894
+ },
895
+ "undo": {
896
+ "caption": "Undo"
897
+ },
898
+ "submit": {
899
+ "caption": "Save changes"
900
+ },
901
+ "create": {
902
+ "caption": "Create"
903
+ },
904
+ "spinner": {
905
+ "refresh": "Refresh",
906
+ "loading_busy": "Loading",
907
+ "loading_error": "Unknown error"
908
+ }
895
909
  }
896
910
  },
897
- "first": "First",
898
- "last": "Last",
899
- "next": "Next",
900
- "pagination": "{{from}}-{{to}} out of {{total}}",
901
- "previous": "Previous"
902
- }
903
- },
904
- "item-options": {
905
- "title": "Item options",
906
- "delete_header": "Remove item option?",
907
- "delete_message": "Please confirm that you'd like to remove this item option from the item.",
908
- "delete_confirm": "Remove",
909
- "delete_cancel": "Cancel",
910
- "dialog": {
911
- "header_create": "Create option",
912
- "header_update": "Update option",
913
- "close": "Close",
914
- "save": "Save",
915
- "cancel": "Cancel",
916
- "undo_header": "Unsaved changes",
917
- "undo_message": "Looks like you didn't save your changes! What would you like to do with them?",
918
- "undo_cancel": "Review",
919
- "undo_confirm": "Discard",
920
- "item-option-form": {
921
- "header": {
922
- "title_existing": "Item option #{{ id }}",
923
- "title_new": "New item option",
924
- "subtitle": "",
925
- "copy-id": {
926
- "failed_to_copy": "Failed to copy",
927
- "click_to_copy": "Copy ID",
928
- "copying": "Copying...",
929
- "done": "Copied to clipboard"
930
- },
931
- "copy-json": {
932
- "failed_to_copy": "Failed to copy",
933
- "click_to_copy": "Copy source as JSON",
934
- "copying": "Copying...",
935
- "done": "Copied to clipboard"
911
+ "pagination": {
912
+ "create_button_text": "Add attribute +",
913
+ "card": {
914
+ "delete_button_text": "Delete",
915
+ "spinner": {
916
+ "loading_busy": "Loading",
917
+ "loading_empty": "No data",
918
+ "loading_error": "Unknown error"
936
919
  }
937
920
  },
938
- "name": {
939
- "label": "Name",
940
- "helper_text": "",
941
- "placeholder": "Color",
942
- "v8n_required": "Name is required",
943
- "v8n_too_long": "Name mustn't exceed 100 characters"
944
- },
945
- "value": {
946
- "label": "Value",
947
- "helper_text": "",
948
- "placeholder": "Red",
949
- "v8n_required": "Value is required",
950
- "v8n_too_long": "Value mustn't exceed 1024 characters"
951
- },
952
- "price-mod": {
953
- "label": "Price",
954
- "helper_text": "Same currency as item",
955
- "placeholder": "10"
956
- },
957
- "weight-mod": {
958
- "label": "Weight",
959
- "helper_text": "Arbitrary units",
960
- "placeholder": "5"
961
- },
962
- "timestamps": {
963
- "date_created": "Created on",
964
- "date_modified": "Last updated on",
965
- "date": "{{value, date}}"
966
- },
967
- "spinner": {
968
- "refresh": "Refresh",
969
- "loading_busy": "Loading",
970
- "loading_error": "Unknown error"
971
- },
972
- "delete": {
973
- "delete": "Delete",
974
- "cancel": "Cancel",
975
- "delete_prompt": "Are you sure you'd like to remove this item option? You won't be able to bring it back."
976
- },
977
- "undo": {
978
- "caption": "Undo"
979
- },
980
- "submit": {
981
- "caption": "Save changes"
982
- },
983
- "create": {
984
- "caption": "Create"
985
- }
921
+ "first": "First",
922
+ "last": "Last",
923
+ "next": "Next",
924
+ "pagination": "{{from}}-{{to}} out of {{total}}",
925
+ "previous": "Previous"
986
926
  }
987
927
  },
988
- "pagination": {
989
- "card": {
990
- "delete_button_text": "Delete",
991
- "spinner": {
992
- "loading_busy": "Loading",
993
- "loading_empty": "No data",
994
- "loading_error": "Unknown error"
928
+ "item-options": {
929
+ "label": "Item options",
930
+ "delete_header": "Remove item option?",
931
+ "delete_message": "Please confirm that you'd like to remove this item option from the item.",
932
+ "delete_confirm": "Remove",
933
+ "delete_cancel": "Cancel",
934
+ "dialog": {
935
+ "header_create": "Create option",
936
+ "header_update": "Update option",
937
+ "close": "Close",
938
+ "save": "Save",
939
+ "cancel": "Cancel",
940
+ "undo_header": "Unsaved changes",
941
+ "undo_message": "Looks like you didn't save your changes! What would you like to do with them?",
942
+ "undo_cancel": "Review",
943
+ "undo_confirm": "Discard",
944
+ "item-option-form": {
945
+ "header": {
946
+ "title_existing": "Item option #{{ id }}",
947
+ "title_new": "New item option",
948
+ "subtitle": "",
949
+ "copy-id": {
950
+ "failed_to_copy": "Failed to copy",
951
+ "click_to_copy": "Copy ID",
952
+ "copying": "Copying...",
953
+ "done": "Copied to clipboard"
954
+ },
955
+ "copy-json": {
956
+ "failed_to_copy": "Failed to copy",
957
+ "click_to_copy": "Copy source as JSON",
958
+ "copying": "Copying...",
959
+ "done": "Copied to clipboard"
960
+ }
961
+ },
962
+ "name": {
963
+ "label": "Name",
964
+ "helper_text": "",
965
+ "placeholder": "Color",
966
+ "v8n_required": "Name is required",
967
+ "v8n_too_long": "Name mustn't exceed 100 characters"
968
+ },
969
+ "value": {
970
+ "label": "Value",
971
+ "helper_text": "",
972
+ "placeholder": "Red",
973
+ "v8n_required": "Value is required",
974
+ "v8n_too_long": "Value mustn't exceed 1024 characters"
975
+ },
976
+ "price-mod": {
977
+ "label": "Price",
978
+ "helper_text": "Same currency as item",
979
+ "placeholder": "10"
980
+ },
981
+ "weight-mod": {
982
+ "label": "Weight",
983
+ "helper_text": "Arbitrary units",
984
+ "placeholder": "5"
985
+ },
986
+ "timestamps": {
987
+ "date_created": "Created on",
988
+ "date_modified": "Last updated on",
989
+ "date": "{{value, date}}"
990
+ },
991
+ "spinner": {
992
+ "refresh": "Refresh",
993
+ "loading_busy": "Loading",
994
+ "loading_error": "Unknown error"
995
+ },
996
+ "delete": {
997
+ "delete": "Delete",
998
+ "cancel": "Cancel",
999
+ "delete_prompt": "Are you sure you'd like to remove this item option? You won't be able to bring it back."
1000
+ },
1001
+ "undo": {
1002
+ "caption": "Undo"
1003
+ },
1004
+ "submit": {
1005
+ "caption": "Save changes"
1006
+ },
1007
+ "create": {
1008
+ "caption": "Create"
1009
+ }
995
1010
  }
996
1011
  },
997
- "create_button_text": "Add option +",
998
- "first": "First",
999
- "last": "Last",
1000
- "next": "Next",
1001
- "pagination": "{{from}}-{{to}} out of {{total}}",
1002
- "previous": "Previous"
1012
+ "pagination": {
1013
+ "card": {
1014
+ "delete_button_text": "Delete",
1015
+ "spinner": {
1016
+ "loading_busy": "Loading",
1017
+ "loading_empty": "No data",
1018
+ "loading_error": "Unknown error"
1019
+ }
1020
+ },
1021
+ "create_button_text": "Add option +",
1022
+ "first": "First",
1023
+ "last": "Last",
1024
+ "next": "Next",
1025
+ "pagination": "{{from}}-{{to}} out of {{total}}",
1026
+ "previous": "Previous"
1027
+ }
1028
+ },
1029
+ "timestamps": {
1030
+ "date_created": "Created on",
1031
+ "date_modified": "Last updated on",
1032
+ "date": "{{value, date}}"
1033
+ },
1034
+ "delete": {
1035
+ "delete": "Delete",
1036
+ "cancel": "Cancel",
1037
+ "delete_prompt": "Are you sure you'd like to remove this item? You won't be able to bring it back."
1038
+ },
1039
+ "undo": {
1040
+ "caption": "Undo"
1041
+ },
1042
+ "submit": {
1043
+ "caption": "Save changes"
1044
+ },
1045
+ "create": {
1046
+ "caption": "Create"
1047
+ },
1048
+ "spinner": {
1049
+ "refresh": "Refresh",
1050
+ "loading_busy": "Loading",
1051
+ "loading_error": "Unknown error"
1003
1052
  }
1004
- },
1005
- "timestamps": {
1006
- "date_created": "Created on",
1007
- "date_modified": "Last updated on",
1008
- "date": "{{value, date}}"
1009
- },
1010
- "delete": {
1011
- "delete": "Delete",
1012
- "cancel": "Cancel",
1013
- "delete_prompt": "Are you sure you'd like to remove this item? You won't be able to bring it back."
1014
- },
1015
- "undo": {
1016
- "caption": "Undo"
1017
- },
1018
- "submit": {
1019
- "caption": "Save changes"
1020
- },
1021
- "create": {
1022
- "caption": "Create"
1023
- },
1024
- "spinner": {
1025
- "refresh": "Refresh",
1026
- "loading_busy": "Loading",
1027
- "loading_error": "Unknown error"
1028
1053
  }
1029
1054
  }
1030
1055
  },