platform/plugins/card-assets/lang/en.json
Denis Bykhov 9d87ce7ede
Cards fixes (#8003)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-14 01:41:25 +07:00

24 lines
776 B
JSON

{
"string": {
"Card": "Card",
"CardApplication": "Cards",
"Cards": "Cards",
"Content": "Content",
"CreateCard": "Create Card",
"CreateMasterTag": "Create Type",
"CreateTag": "Create Tag",
"MasterTag": "Type",
"MasterTags": "Types",
"Parent": "Parent",
"Tags": "Tags",
"Tag": "Tag",
"CardLibrary": "Card Library",
"MinimizeAll": "Minimize All",
"ExpandAll": "Expand All",
"DeleteTag": "Delete Tag",
"TagRelations": "Tag Relations",
"DeleteTagConfirm": "Are you sure you want to delete this tag? All related properties will be deleted",
"DeleteMasterTag": "Delete Type",
"DeleteMasterTagConfirm": "Are you sure you want to delete this type? All objects related to this type will be deleted"
}
}