platform/packages/core/src/lang/en.json
Sergei Ogorelkov 1362b556d9
[TSK-1338] Update issue filters order (#3141)
Signed-off-by: Sergei Ogorelkov <sergei.ogorelkov@icloud.com>
2023-05-05 18:12:15 +07:00

38 lines
917 B
JSON

{
"string": {
"Id": "Id",
"Space": "Space",
"Modified": "Modified",
"ModifiedDate": "Modified date",
"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",
"Enum": "Enum",
"Members": "Members",
"Hyperlink": "URL",
"Object": "Object",
"System": "System",
"CreatedBy": "Created by",
"Status": "Status",
"StatusCategory": "Status category",
"Account": "Account"
}
}