Add CPuls entity and related resources
- Introduced a new entity "CPuls" with metadata definitions including fields, links, and indexes. - Updated existing JSON files to include "CPuls" in various contexts such as translations, entity definitions, and client definitions. - Added localization support for "CPuls" in multiple languages. - Modified existing files to accommodate the new entity in the application structure.
This commit is contained in:
12
custom/Espo/Custom/Resources/i18n/en_US/CPuls.json
Normal file
12
custom/Espo/Custom/Resources/i18n/en_US/CPuls.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"fields": {
|
||||
},
|
||||
"links": {
|
||||
"meetings": "Meetings",
|
||||
"calls": "Calls",
|
||||
"tasks": "Tasks"
|
||||
},
|
||||
"labels": {
|
||||
"Create CPuls": "Create Puls"
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,8 @@
|
||||
"CCallQueues": "Call-Queue",
|
||||
"CBankverbindungen": "Bankverbindung",
|
||||
"CMietinkasso": "Mietinkasso",
|
||||
"CKuendigung": "Kündigung"
|
||||
"CKuendigung": "Kündigung",
|
||||
"CPuls": "Puls"
|
||||
},
|
||||
"scopeNamesPlural": {
|
||||
"CVmhMietverhltnis": "Mietverhältnisse",
|
||||
@@ -29,6 +30,7 @@
|
||||
"CCallQueues": "Call-Queues",
|
||||
"CBankverbindungen": "Bankverbindungen",
|
||||
"CMietinkasso": "Mietinkassa",
|
||||
"CKuendigung": "Kündigungen"
|
||||
"CKuendigung": "Kündigungen",
|
||||
"CPuls": "Pulse"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user