platform/packages/core/lang/en.json
Alexey Zinoviev 0e20c35194
Qfix: invert delete object permission (#5085)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-03-28 15:09:37 +05:00

55 lines
1.6 KiB
JSON

{
"string": {
"Id": "Id",
"Space": "Space",
"TypedSpace": "Typed space",
"SpaceType": "Space type",
"Modified": "Modified",
"ModifiedDate": "Modified date",
"ModifiedBy": "Modified by",
"Class": "Class",
"AttachedTo": "Attached to",
"AttachedToClass": "Attached to class",
"Name": "Name",
"Description": "Description",
"ShortDescription": "Short description",
"Descriptor": "Descriptor",
"TargetClass": "Target class",
"Role": "Role",
"Roles": "Roles",
"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",
"Collaborative": "Collaborative",
"Object": "Object",
"System": "System",
"CreatedBy": "Created by",
"CreatedDate": "Created date",
"Status": "Status",
"StatusCategory": "Status category",
"Account": "Account",
"Rank": "Rank",
"Permission": "Permission",
"CreateObject": "Create object",
"UpdateObject": "Update object",
"DeleteObject": "Delete object",
"DeleteObjectDescription": "Grants users ability to delete objects in the space",
"ForbidDeleteObject": "Forbid delete object",
"ForbidDeleteObjectDescription": "Forbid users deleting objects in the space"
}
}