Approval in value-sets

This commit is contained in:
2022-12-14 00:17:54 +00:00
committed by md translation bot
parent 5cbf67e9c9
commit 993625a2ff
40 changed files with 320 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"gender_set": {
"female": "Female",
"male": "Male",
"other": "Other"
}
}

View File

@ -0,0 +1,9 @@
{
"object_form_set": {
"cube": "Cube",
"cuboid": "Cuboid",
"sphere": "Sphere",
"cone": "Cone",
"cylinder": "Cylinder"
}
}