platform/plugins/activity-assets/lang/en.json
Alexander Platov 96fac678fc
Add AttributeFilter in Activity (#2608)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2023-02-09 10:09:53 +07:00

20 lines
446 B
JSON

{
"string": {
"Delete": "Delete",
"Edit": "Edit",
"Edited": "edited",
"DocCreated": "created {_class}",
"DocDeleted": "deleted {_class}",
"Activity": "Activity",
"Changed": "changed",
"To": "to",
"Unset": "unset",
"System": "System",
"CollectionUpdated": "Update {collection}",
"Added": "added",
"Removed": "removed",
"From": "from",
"All": "All",
"Attributes": "Attributes"
}
}