View | Details | Raw Unified | Return to bug 41357
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/SIP2/SIP2AccountResource.vue (-22 / +46 lines)
Lines 507-516 export default { Link Here
507
                    resourceRelationships: {
507
                    resourceRelationships: {
508
                        resourceProperty: "custom_patron_fields",
508
                        resourceProperty: "custom_patron_fields",
509
                    },
509
                    },
510
                    relationshipStrings: {
510
                    relationshipI18n: {
511
                        nameLowerCase: __("custom patron field"),
512
                        nameUpperCase: __("Custom patron field"),
511
                        nameUpperCase: __("Custom patron field"),
513
                        namePlural: __("custom patron fields"),
512
                        removeThisMessage: __(
513
                            "Remove this custom patron field"
514
                        ),
515
                        addNewMessage: __("Add new custom patron field"),
516
                        noneCreatedYetMessage: __(
517
                            "There are no custom patron fields created yet"
518
                        ),
514
                    },
519
                    },
515
                    newRelationshipDefaultAttrs: {
520
                    newRelationshipDefaultAttrs: {
516
                        type: "object",
521
                        type: "object",
Lines 563-572 export default { Link Here
563
                    resourceRelationships: {
568
                    resourceRelationships: {
564
                        resourceProperty: "patron_attributes",
569
                        resourceProperty: "patron_attributes",
565
                    },
570
                    },
566
                    relationshipStrings: {
571
                    relationshipI18n: {
567
                        nameLowerCase: __("patron attribute"),
568
                        nameUpperCase: __("Patron attribute"),
572
                        nameUpperCase: __("Patron attribute"),
569
                        namePlural: __("patron attributes"),
573
                        removeThisMessage: __("Remove this patron attribute"),
574
                        addNewMessage: __("Add new patron attribute"),
575
                        noneCreatedYetMessage: __(
576
                            "There are no patron attributes created yet"
577
                        ),
570
                    },
578
                    },
571
                    newRelationshipDefaultAttrs: {
579
                    newRelationshipDefaultAttrs: {
572
                        type: "object",
580
                        type: "object",
Lines 622-631 export default { Link Here
622
                    resourceRelationships: {
630
                    resourceRelationships: {
623
                        resourceProperty: "custom_item_fields",
631
                        resourceProperty: "custom_item_fields",
624
                    },
632
                    },
625
                    relationshipStrings: {
633
                    relationshipI18n: {
626
                        nameLowerCase: __("custom item field"),
627
                        nameUpperCase: __("Custom item field"),
634
                        nameUpperCase: __("Custom item field"),
628
                        namePlural: __("custom item fields"),
635
                        removeThisMessage: __("Remove this custom item field"),
636
                        addNewMessage: __("Add new custom item field"),
637
                        noneCreatedYetMessage: __(
638
                            "There are no custom item fields created yet"
639
                        ),
629
                    },
640
                    },
630
                    newRelationshipDefaultAttrs: {
641
                    newRelationshipDefaultAttrs: {
631
                        type: "object",
642
                        type: "object",
Lines 678-687 export default { Link Here
678
                    resourceRelationships: {
689
                    resourceRelationships: {
679
                        resourceProperty: "item_fields",
690
                        resourceProperty: "item_fields",
680
                    },
691
                    },
681
                    relationshipStrings: {
692
                    relationshipI18n: {
682
                        nameLowerCase: __("item field"),
683
                        nameUpperCase: __("Item field"),
693
                        nameUpperCase: __("Item field"),
684
                        namePlural: __("item fields"),
694
                        removeThisMessage: __("Remove this item field"),
695
                        addNewMessage: __("Add new item field"),
696
                        noneCreatedYetMessage: __(
697
                            "There are no item fields created yet"
698
                        ),
685
                    },
699
                    },
686
                    newRelationshipDefaultAttrs: {
700
                    newRelationshipDefaultAttrs: {
687
                        type: "object",
701
                        type: "object",
Lines 730-739 export default { Link Here
730
                    resourceRelationships: {
744
                    resourceRelationships: {
731
                        resourceProperty: "sort_bin_mappings",
745
                        resourceProperty: "sort_bin_mappings",
732
                    },
746
                    },
733
                    relationshipStrings: {
747
                    relationshipI18n: {
734
                        nameLowerCase: __("sort bin mapping"),
735
                        nameUpperCase: __("Sort bin mapping"),
748
                        nameUpperCase: __("Sort bin mapping"),
736
                        namePlural: __("sort bin mappings"),
749
                        removeThisMessage: __("Remove this sort bin mapping"),
750
                        addNewMessage: __("Add new sort bin mapping"),
751
                        noneCreatedYetMessage: __(
752
                            "There are no sort bin mappings created yet"
753
                        ),
737
                    },
754
                    },
738
                    newRelationshipDefaultAttrs: {
755
                    newRelationshipDefaultAttrs: {
739
                        type: "object",
756
                        type: "object",
Lines 777-786 export default { Link Here
777
                    resourceRelationships: {
794
                    resourceRelationships: {
778
                        resourceProperty: "screen_msg_regexs",
795
                        resourceProperty: "screen_msg_regexs",
779
                    },
796
                    },
780
                    relationshipStrings: {
797
                    relationshipI18n: {
781
                        nameLowerCase: __("screen msg regex"),
782
                        nameUpperCase: __("Screen msg regex"),
798
                        nameUpperCase: __("Screen msg regex"),
783
                        namePlural: __("screen msg regexs"),
799
                        removeThisMessage: __("Remove this screen msg regex"),
800
                        addNewMessage: __("Add new screen msg regex"),
801
                        noneCreatedYetMessage: __(
802
                            "There are no screen msg regexs created yet"
803
                        ),
784
                    },
804
                    },
785
                    newRelationshipDefaultAttrs: {
805
                    newRelationshipDefaultAttrs: {
786
                        type: "object",
806
                        type: "object",
Lines 834-843 export default { Link Here
834
                    resourceRelationships: {
854
                    resourceRelationships: {
835
                        resourceProperty: "system_preference_overrides",
855
                        resourceProperty: "system_preference_overrides",
836
                    },
856
                    },
837
                    relationshipStrings: {
857
                    relationshipI18n: {
838
                        nameLowerCase: __("system preference override"),
839
                        nameUpperCase: __("System preference override"),
858
                        nameUpperCase: __("System preference override"),
840
                        namePlural: __("system preference overrides"),
859
                        removeThisMessage: __(
860
                            "Remove this system preference override"
861
                        ),
862
                        addNewMessage: __("Add new system preference override"),
863
                        noneCreatedYetMessage: __(
864
                            "There are no system preference overrides created yet"
865
                        ),
841
                    },
866
                    },
842
                    newRelationshipDefaultAttrs: {
867
                    newRelationshipDefaultAttrs: {
843
                        type: "object",
868
                        type: "object",
844
- 

Return to bug 41357