platform/plugins/activity-assets/lang/en.json
Alexander Platov 90bc1da39f
Activity: filters (#2395)
* Activity: filters
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2022-11-27 23:05:26 +07:00

19 lines
414 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"
}
}