Files
espocrm/application/Espo/Resources/i18n/en_US/EntityManager.json
2026-01-19 17:46:06 +01:00

123 lines
6.3 KiB
JSON

{
"labels": {
"Fields": "Fields",
"Relationships": "Relationships",
"Layouts": "Layouts",
"Schedule": "Schedule",
"Log": "Log",
"Formula": "Formula",
"Parameters": "Parameters"
},
"fields": {
"name": "Name",
"type": "Type",
"labelSingular": "Label Singular",
"labelPlural": "Label Plural",
"stream": "Stream",
"label": "Label",
"linkType": "Link Type",
"entity": "Entity",
"entityForeign": "Foreign Entity",
"linkForeign": "Foreign Link",
"link": "Link",
"labelForeign": "Foreign Label",
"sortBy": "Default Order Field",
"sortDirection": "Default Order Direction",
"relationName": "Middle Table Name",
"linkMultipleField": "Link Multiple Field",
"linkMultipleFieldForeign": "Foreign Link Multiple Field",
"disabled": "Disabled",
"textFilterFields": "Text Filter Fields",
"audited": "Audited",
"auditedForeign": "Foreign Audited",
"statusField": "Status Field",
"beforeSaveCustomScript": "Before Save Custom Script",
"beforeSaveApiScript": "API Before Save Script",
"color": "Color",
"kanbanViewMode": "Kanban View",
"kanbanStatusIgnoreList": "Ignored groups in Kanban view",
"iconClass": "Icon",
"countDisabled": "Disable record count",
"fullTextSearch": "Full-Text Search",
"parentEntityTypeList": "Parent Entity Types",
"foreignLinkEntityTypeList": "Foreign Links",
"optimisticConcurrencyControl": "Optimistic concurrency control",
"preserveAuditLog": "Preserve Audit Log",
"updateDuplicateCheck": "Duplicate check on update",
"duplicateCheckFieldList": "Duplicate check fields",
"stars": "Stars",
"layout": "Layout",
"selectFilter": "Select Filter",
"author": "Author",
"module": "Module",
"version": "Version",
"primaryFilters": "Primary Filters",
"assignedUsers": "Multiple Assigned Users",
"collaborators": "Collaborators",
"aclContactLink": "ACL Contact Link",
"aclAccountLink": "ACL Account Link"
},
"options": {
"type": {
"": "None",
"Base": "Base",
"Person": "Person",
"CategoryTree": "Category Tree",
"Event": "Event",
"BasePlus": "Base Plus",
"Company": "Company"
},
"linkType": {
"manyToMany": "Many-to-Many",
"oneToMany": "One-to-Many",
"manyToOne": "Many-to-One",
"oneToOneRight": "One-to-One Right",
"oneToOneLeft": "One-to-One Left",
"parentToChildren": "Parent-to-Children",
"childrenToParent": "Children-to-Parent"
},
"sortDirection": {
"asc": "Ascending",
"desc": "Descending"
},
"module": {
"Custom": "Custom"
}
},
"messages": {
"urlHashCopiedToClipboard": "A URL fragment for the *{name}* filter is copied to the clipboard. You can add it to the navbar.",
"confirmRemoveLink": "Are you sure you want to remove the *{link}* relationship?",
"nameIsAlreadyUsed": "Name '{name}' is already used.",
"nameIsNotAllowed": "Name '{name}' is not allowed.",
"nameIsTooLong": "Name is too long.",
"confirmRemove": "Are you sure you want to remove the entity type from the system?",
"entityCreated": "Entity has been created",
"linkAlreadyExists": "Link name conflict.",
"linkConflict": "Name conflict: link or field with the same name already exists.",
"beforeSaveCustomScript": "A script called every time before an entity is saved. Use for setting calculated fields.",
"beforeSaveApiScript": "A script called on create and update API requests before an entity is saved. Use for custom validation and duplicate checking."
},
"tooltips": {
"aclContactLink": "The link with Contact to use when applying access control for portal users.",
"aclAccountLink": "The link with Account to use when applying access control for portal users.",
"collaborators": "The ability to share records with specific users.",
"assignedUsers": "The ability to assign multiple users to a record.\n\nNote that after enabling the parameter, existing assigned users won't be transferred to the new *Assigned Users* field.",
"duplicateCheckFieldList": "Which fields to check when performing checking for duplicates.",
"updateDuplicateCheck": "Perform checking for duplicates when updating a record.",
"optimisticConcurrencyControl": "Prevents writing conflicts.",
"preserveAuditLog": "Disables cleanup of the audit log. This parameter is applicable only if Stream is disabled. As if Stream is enabled, audit log records are not being deleted.",
"stars": "The ability to star records. Stars can be used by users to bookmark records.",
"statusField": "Updates of this field are logged in stream.",
"textFilterFields": "Fields used by text search.",
"stream": "Whether the entity has the Stream.",
"disabled": "Check if you don't need this entity in your system.",
"linkAudited": "Creating related record and linking with existing record will be logged in Stream.",
"linkMultipleField": "Link Multiple field provides a handy way to edit relations. Don't use it if you can have a large number of related records.",
"linkSelectFilter": "A primary filter to apply by default when selecting a record.",
"entityType": "Base Plus - has Activities, History and Tasks panels.\n\nEvent - available in Calendar and Activities panel.",
"countDisabled": "Total number won't be displayed on the list view. Can decrease loading time when the DB table is big.",
"fullTextSearch": "Running rebuild is required.",
"linkParamReadOnly": "A read-only link cannot be edited via the *link* and *unlink* API requests. It won't be possible to relate and unrelate records via the relationship panel. It still possible to edit read-only links via link and link-multiple fields."
}
}