platform/packages/core/lang/en.json
Denis Bykhov 578283d78b
Contacts: Type Filter (#1855)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

Co-authored-by: Andrey Sobolev <haiodo@gmail.com>
2022-05-25 00:40:37 +07:00

29 lines
658 B
JSON

{
"string": {
"Id": "Id",
"Space": "Space",
"Modified": "Modified",
"ModifiedBy": "Modified by",
"Class": "Class",
"AttachedTo": "Attached to",
"AttachedToClass": "Attached to class",
"Name": "Name",
"Description": "Description",
"Private": "Private",
"Archived": "Archived",
"ClassLabel": "Type",
"ClassPropertyLabel": "Label",
"String": "String",
"Markup": "Markup",
"Number": "Number",
"Boolean": "Boolean",
"Timestamp": "Timestamp",
"Date": "Date",
"IntlString": "IntlString",
"Ref": "Ref",
"Collection": "Collection",
"Array": "Array",
"Bag": "Bag"
}
}