Update filled internship types to match moodle ones
This commit is contained in:
parent
4fa04557fb
commit
1194173c4c
@ -114,18 +114,27 @@ namespace InternshipSystem.Repository
|
|||||||
{
|
{
|
||||||
new InternshipType
|
new InternshipType
|
||||||
{
|
{
|
||||||
Label = "Praktyka bezpłatna",
|
Label = "Umowa o organizację praktyki",
|
||||||
LabelEng = "Free internship",
|
LabelEng = "Internship agreement",
|
||||||
|
Description = "Praktyka bezpłatna",
|
||||||
|
DescriptionEng = "Free internship",
|
||||||
},
|
},
|
||||||
new InternshipType
|
new InternshipType
|
||||||
{
|
{
|
||||||
Label = "Praktyka absolwencka",
|
Label = "Umowa o praktykę absolwencką",
|
||||||
LabelEng = "Graduate internship",
|
LabelEng = "Graduate internship agreement",
|
||||||
},
|
},
|
||||||
new InternshipType
|
new InternshipType
|
||||||
{
|
{
|
||||||
Label = "Praktyka bezpłatna",
|
Label = "Umowa o staż bezpłatny",
|
||||||
LabelEng = "Free apprenticeship",
|
LabelEng = "Free apprenticeship agreement",
|
||||||
|
},
|
||||||
|
new InternshipType
|
||||||
|
{
|
||||||
|
Label = "Umowa o staż zpłatny",
|
||||||
|
LabelEng = "Paid apprenticeship agreement",
|
||||||
|
Description = "np. staż przemysłowy",
|
||||||
|
DescriptionEng = "e.g. industrial apprenticeship",
|
||||||
},
|
},
|
||||||
new InternshipType
|
new InternshipType
|
||||||
{
|
{
|
||||||
@ -137,17 +146,17 @@ namespace InternshipSystem.Repository
|
|||||||
new InternshipType
|
new InternshipType
|
||||||
{
|
{
|
||||||
Label = "Umowa o pracę",
|
Label = "Umowa o pracę",
|
||||||
LabelEng = "contract of employment",
|
LabelEng = "Contract of employment",
|
||||||
},
|
},
|
||||||
new InternshipType
|
new InternshipType
|
||||||
{
|
{
|
||||||
Label = "Umowa o dzieło",
|
Label = "Umowa o dzieło (w tym B2B)",
|
||||||
LabelEng = "contract work",
|
LabelEng = "Contract work (including B2B)",
|
||||||
},
|
},
|
||||||
new InternshipType
|
new InternshipType
|
||||||
{
|
{
|
||||||
Label = "Umowa zlecenie",
|
Label = "Umowa zlecenia (w tym B2B)",
|
||||||
LabelEng = "contract of mandate"
|
LabelEng = "Contract of mandate (including B2B)",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
await Context.InternshipTypes.AddRangeAsync(internshipTypes);
|
await Context.InternshipTypes.AddRangeAsync(internshipTypes);
|
||||||
|
Loading…
Reference in New Issue
Block a user