diff --git a/datamodels/2.x/itop-service-mgmt-provider/datamodel.itop-service-mgmt-provider.xml b/datamodels/2.x/itop-service-mgmt-provider/datamodel.itop-service-mgmt-provider.xml index d28da9b0a6..2068bcb2de 100755 --- a/datamodels/2.x/itop-service-mgmt-provider/datamodel.itop-service-mgmt-provider.xml +++ b/datamodels/2.x/itop-service-mgmt-provider/datamodel.itop-service-mgmt-provider.xml @@ -2759,49 +2759,196 @@ public function PrefillSearchForm(&$aContextParam) 1 - ServiceManagement + Service:Overview SELECT CustomerContract 1 2 - ServiceManagement + Service:Overview SELECT ProviderContract 1 + + 10 + ServiceManagement + + DashboardLayoutTwoCols + UI-ServiceCatalogMenu-Title + + false + 300 + + + + 0 + + + 0 + UI-ServiceCatalogMenu-Title + + + + 1 + ServiceFamily + + + 2 + Service + + + 3 + ServiceSubcategory + + + 4 + SLA + + + 5 + SLT + + + 6 + Class:DeliveryModel + SELECT DeliveryModel + true + + + + + 1 + + + 0 + UI-ServiceCatalogMenu-NotInPortal + + + + 1 + Class:Service + /icons8-service.svg + UI-ServiceCatalogMenu-ObsoleteNotInPortal + SELECT Service + status + implementation,obsolete,production + + + 2 + Class:ServiceSubcategory + /icons8-services.svg + UI-ServiceCatalogMenu-ObsoleteNotInPortal + SELECT ServiceSubcategory + status + implementation,obsolete,production + + + 3 + UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal + SELECT Service WHERE servicefamily_id=0 + false + + + + + 2 + + + 0 + UI-ServiceCatalogMenu-SLTBySLA + SELECT lnkSLAToSLT + sla_id + + count + + + attribute + desc + + + + + 3 + + + 0 + UI-ServiceCatalogMenu-ContractByService + SELECT lnkCustomerContractToService AS lnk JOIN CustomerContract AS cc ON lnk.customercontract_id=cc.id WHERE cc.status != 'obsolete' + service_id + + count + + + attribute + desc + + + + + 4 + + + 0 + UI-ServiceCatalogMenu-ContractBySLA + SELECT lnkCustomerContractToService AS lnk JOIN CustomerContract AS cc ON lnk.customercontract_id=cc.id WHERE cc.status != 'obsolete' + sla_id + + count + + + attribute + desc + + + + + 5 + + + 0 + UI-ServiceCatalogMenu-UnusedService + SELECT Service WHERE status='production' AND id NOT IN (SELECT Service AS s JOIN lnkCustomerContractToService AS lnk ON lnk.service_id= s.id JOIN CustomerContract AS cc ON lnk.customercontract_id = cc.id WHERE cc.status != 'obsolete') + + false + + + + + + 2.5 - ServiceManagement + ServiceCatalog SELECT ServiceFamily 1 3 - ServiceManagement + ServiceCatalog SELECT Service 1 4 - ServiceManagement + ServiceCatalog SELECT ServiceSubcategory 1 5 - ServiceManagement + ServiceCatalog SELECT SLA 1 6 - ServiceManagement + ServiceCatalog SELECT SLT 1 7 - ServiceManagement + ServiceCatalog SELECT DeliveryModel 1 diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/cs.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/cs.dict.itop-service-mgmt-provider.php index 17f881cbe3..9f6d26c9c5 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/cs.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/cs.dict.itop-service-mgmt-provider.php @@ -28,8 +28,6 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Menu:ServiceSubcategory+' => 'Podkategorie služeb', 'Menu:Service' => 'Služby', 'Menu:Service+' => 'Služby', - 'Menu:ServiceElement' => 'Prvky služby', - 'Menu:ServiceElement+' => 'Prvky služby', 'Menu:SLA' => 'SLA - dohody o úrovních služeb', 'Menu:SLA+' => 'Dohody o úrovních služeb', 'Menu:SLT' => 'SLT - cíle úrovní služeb', @@ -38,6 +36,21 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Menu:DeliveryModel+' => 'Modely poskytování služeb', 'Menu:ServiceFamily' => 'Balíčky (kategorie) služeb', 'Menu:ServiceFamily+' => 'Balíčky (kategorie) služeb', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'Obecné informace', 'Contract:moreinfo' => 'Smluvní informace', 'Contract:cost' => 'Informace o nákladech', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/da.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/da.dict.itop-service-mgmt-provider.php index 50c2135287..88bf877f95 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/da.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/da.dict.itop-service-mgmt-provider.php @@ -20,23 +20,36 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Kontrakter efter Status', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Kontrakter som udløber om mindre end 30 dage', 'Menu:ProviderContract' => 'Leverandørkontrakter', - 'Menu:ProviderContract+' => '', + 'Menu:ProviderContract+' => 'What is bought to external companies~~', 'Menu:CustomerContract' => 'Kundekontrakter', - 'Menu:CustomerContract+' => '', + 'Menu:CustomerContract+' => 'Who is buying the services~~', 'Menu:ServiceSubcategory' => 'Ydelses underkategori', - 'Menu:ServiceSubcategory+' => '', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'Ydelser', - 'Menu:Service+' => '', - 'Menu:ServiceElement' => 'Ydelses elementer', - 'Menu:ServiceElement+' => '', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => '', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => '', 'Menu:DeliveryModel' => 'Leveringsmodel', - 'Menu:DeliveryModel+' => '', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'Ydelses familie(r)', - 'Menu:ServiceFamily+' => '', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'General information~~', 'Contract:moreinfo' => 'Contractual information~~', 'Contract:cost' => 'Cost information~~', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/de.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/de.dict.itop-service-mgmt-provider.php index e37c7132c7..f20e0890e5 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/de.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/de.dict.itop-service-mgmt-provider.php @@ -20,23 +20,37 @@ Dict::Add('DE DE', 'German', 'Deutsch', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Verträge nach Status', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Verträge, die in weniger als 30 Tagen auslaufen', 'Menu:ProviderContract' => 'Provider-Verträge', - 'Menu:ProviderContract+' => 'Provider-Verträge', + 'Menu:ProviderContract+' => 'What is bought to external companies~~', 'Menu:CustomerContract' => 'Kundenverträge', - 'Menu:CustomerContract+' => 'Kundenverträge', + 'Menu:CustomerContract+' => 'Who is buying the services~~', 'Menu:ServiceSubcategory' => 'Service-Unterkategorien', - 'Menu:ServiceSubcategory+' => 'Service-Unterkategorien', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'Services', - 'Menu:Service+' => 'Services', - 'Menu:ServiceElement' => 'Service-Elemente', - 'Menu:ServiceElement+' => 'Service-Elemente', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Service Level Agreements (SLAs)', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Service Level Targets (SLTs)', 'Menu:DeliveryModel' => 'Delivery-Modelle', - 'Menu:DeliveryModel+' => 'Delivery-Modelle', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'Service-Familien', - 'Menu:ServiceFamily+' => 'Service-Familien', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', + 'Contract:baseinfo' => 'Allgemeine Informationen', 'Contract:moreinfo' => 'Vertragliche Informationen', 'Contract:cost' => 'Kosteninformation', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/en.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/en.dict.itop-service-mgmt-provider.php index 82cb622c30..6d9e402f65 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/en.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/en.dict.itop-service-mgmt-provider.php @@ -45,38 +45,42 @@ Dict::Add('EN US', 'English', 'English', [ 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less than 30 days', 'Menu:ProviderContract' => 'Provider contracts', - 'Menu:ProviderContract+' => 'Provider contracts', + 'Menu:ProviderContract+' => 'What is bought to external companies', 'Menu:CustomerContract' => 'Customer contracts', - 'Menu:CustomerContract+' => 'Customer contracts', + 'Menu:CustomerContract+' => 'Who is buying the services', 'Menu:ServiceSubcategory' => 'Service subcategories', - 'Menu:ServiceSubcategory+' => 'Service subcategories', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy', 'Menu:Service' => 'Services', - 'Menu:Service+' => 'Services', - 'Menu:ServiceElement' => 'Sevice elements', - 'Menu:ServiceElement+' => 'Sevice elements', + 'Menu:Service+' => 'Second level in service hierarchy', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Service Level Agreements', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Service Level Targets', 'Menu:DeliveryModel' => 'Delivery models', - 'Menu:DeliveryModel+' => 'Delivery models', + 'Menu:DeliveryModel+' => 'Teams handling tickets', 'Menu:ServiceFamily' => 'Service families', - 'Menu:ServiceFamily+' => 'Service families', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy', + 'Menu:ServiceCatalog' => 'Service catalog', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA', + 'Menu:RulesAndWorkflow' => 'Rules and workflow', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.', 'Contract:baseinfo' => 'General information', 'Contract:moreinfo' => 'Contractual information', 'Contract:cost' => 'Cost information', ]); -/* - 'UI:ServiceManagementMenu' => 'Gestion des Services', - 'UI:ServiceManagementMenu+' => 'Gestion des Services', - 'UI:ServiceManagementMenu:Title' => 'Résumé des services & contrats', - 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contrats par niveau de service', - 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats par état', - 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins de 30 jours', -*/ - // // Class: Organization // diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/en_gb.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/en_gb.dict.itop-service-mgmt-provider.php index ab5cc7ac2f..ae091692bf 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/en_gb.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/en_gb.dict.itop-service-mgmt-provider.php @@ -45,24 +45,36 @@ Dict::Add('EN GB', 'British English', 'British English', [ 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less than 30 days', 'Menu:ProviderContract' => 'Provider contracts', - 'Menu:ProviderContract+' => 'Provider contracts', + 'Menu:ProviderContract+' => 'What is bought to external companies', 'Menu:CustomerContract' => 'Customer contracts', - 'Menu:CustomerContract+' => 'Customer contracts', + 'Menu:CustomerContract+' => 'Who is buying the services', 'Menu:ServiceSubcategory' => 'Service subcategories', - 'Menu:ServiceSubcategory+' => 'Service subcategories', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy', 'Menu:Service' => 'Services', - 'Menu:Service+' => 'Services', - 'Menu:ServiceElement' => 'Sevice elements', - 'Menu:ServiceElement+' => 'Sevice elements', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Service Level Agreements', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Service Level Targets', 'Menu:DeliveryModel' => 'Delivery models', - 'Menu:DeliveryModel+' => 'Delivery models', + 'Menu:DeliveryModel+' => 'Teams handling tickets', 'Menu:ServiceFamily' => 'Service families', - 'Menu:ServiceFamily+' => 'Service families', - + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'General information', 'Contract:moreinfo' => 'Contractual information', 'Contract:cost' => 'Cost information', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/es_cr.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/es_cr.dict.itop-service-mgmt-provider.php index 8d85a1f8c6..961c2a88c6 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/es_cr.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/es_cr.dict.itop-service-mgmt-provider.php @@ -17,23 +17,36 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por Estatus', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos Finalizando en menos de 30 días', 'Menu:ProviderContract' => 'Contratos con Proveedores', - 'Menu:ProviderContract+' => 'Contratos con Proveedores', + 'Menu:ProviderContract+' => 'What is bought to external companies~~', 'Menu:CustomerContract' => 'Acuerdos con Clientes', - 'Menu:CustomerContract+' => 'Acuerdos con Clientes', + 'Menu:CustomerContract+' => 'Who is buying the services~~', 'Menu:ServiceSubcategory' => 'Subcategorías de Servicio', - 'Menu:ServiceSubcategory+' => 'Subcategorías de Servicio', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'Servicios', - 'Menu:Service+' => 'Servicios', - 'Menu:ServiceElement' => 'Elementos del Servicio', - 'Menu:ServiceElement+' => 'Elementos del Servicio', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLAs - Acuerdos de Nivel de Servicio', 'Menu:SLA+' => 'Acuerdos de Nivel de Servicio', 'Menu:SLT' => 'SLTs - Objetivos de Nivel de Servicio', 'Menu:SLT+' => 'Objetivos de Nivel de Servicio', 'Menu:DeliveryModel' => 'Modelos de Entrega', - 'Menu:DeliveryModel+' => 'Modelos de Entrega', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'Familias de Servicio', - 'Menu:ServiceFamily+' => 'Familias de Servicio', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'Información General', 'Contract:moreinfo' => 'Información Contractual', 'Contract:cost' => 'Información de Costos', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/fr.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/fr.dict.itop-service-mgmt-provider.php index 4b23bf36df..502492ba30 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/fr.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/fr.dict.itop-service-mgmt-provider.php @@ -19,37 +19,42 @@ Dict::Add('FR FR', 'French', 'Français', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats, par état', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins d\'un mois', 'Menu:ProviderContract' => 'Contrats fournisseurs', - 'Menu:ProviderContract+' => 'Contrats fournisseurs', + 'Menu:ProviderContract+' => 'Ce que votre société achète', 'Menu:CustomerContract' => 'Contrats clients', - 'Menu:CustomerContract+' => 'Contrats clients', + 'Menu:CustomerContract+' => 'Souscriptions à des services', 'Menu:ServiceSubcategory' => 'Sous catégories de service', - 'Menu:ServiceSubcategory+' => 'Sous catégories de service', + 'Menu:ServiceSubcategory+' => 'Dernier niveau dans la hiérarchie des services', 'Menu:Service' => 'Services', - 'Menu:Service+' => 'Services', - 'Menu:ServiceElement' => 'Eléments de service', - 'Menu:ServiceElement+' => 'Eléments de service', + 'Menu:Service+' => 'Second niveau dans la hiérarchie des services', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Accords de niveau de service (SLA)', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Objectifs de niveau de service (SLT)', 'Menu:DeliveryModel' => 'Modèles de support', - 'Menu:DeliveryModel+' => 'Modèles de support', + 'Menu:DeliveryModel+' => 'Les équipes gérant les tickets', 'Menu:ServiceFamily' => 'Familles de service', - 'Menu:ServiceFamily+' => 'Familles de service', + 'Menu:ServiceFamily+' => 'Plus haut niveau dans la hiérarchie des services', + 'Menu:ServiceCatalog' => 'Catalogue de services', + 'Menu:ServiceCatalog+' => 'Définir les éléments des offres de service', + 'UI-ServiceCatalogMenu-Title' => 'Catalogue de services', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Les obsolètes sont invisibles dans le portail utilisateur', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services en production sans contrat client', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Non affichés dans le portail utilisateur', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Les services sans famille de service sont invisibles dans le portail utilisateur', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Nombre de SLTs par SLA', + 'UI-ServiceCatalogMenu-ContractByService' => 'Nombre de contrats clients utilisant ce service', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Nombre de contrats clients utilisant ce SLA', + 'Menu:RulesAndWorkflow' => 'Règles d\'automatisation', + 'Menu:RulesAndWorkflow+' => '', + 'UI-RulesAndWorkflow-Title' => 'Règles d\'automatisation', + 'UI-RulesAndWorkflow-Description' => 'De nombreuses extensions apportent des règles de notification et d\'automatisation du cycle de vie des tickets. +Elles sont incluses dans les produits Professionels, mais pas dans la version communautaire. Vous pouvez les obtenir sur iTop Hub.', + 'Contract:baseinfo' => 'Information générale', 'Contract:moreinfo' => 'Aspects contractuels', 'Contract:cost' => 'Coûts', ]); -/* - 'UI:ServiceManagementMenu' => 'Gestion des Services', - 'UI:ServiceManagementMenu+' => 'Gestion des Services', - 'UI:ServiceManagementMenu:Title' => 'Résumé des services & contrats', - 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contrats par niveau de service', - 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats par état', - 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins de 30 jours', -*/ - // // Class: Organization // diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/hu.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/hu.dict.itop-service-mgmt-provider.php index 901bf105e7..3768f2867f 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/hu.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/hu.dict.itop-service-mgmt-provider.php @@ -19,15 +19,13 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Szerződések állapotuk szerint', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30 napon belül lejáró szerződések', 'Menu:ProviderContract' => 'Szolgáltatói szerződések', - 'Menu:ProviderContract+' => 'Provider contracts~~', + 'Menu:ProviderContract+' => 'What is bought to external companies~~', 'Menu:CustomerContract' => 'Ügyfélszerződések', - 'Menu:CustomerContract+' => 'Customer contracts~~', + 'Menu:CustomerContract+' => 'Who is buying the services~~', 'Menu:ServiceSubcategory' => 'Szolgáltatás alkategóriák', - 'Menu:ServiceSubcategory+' => 'Service subcategories~~', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'Szolgáltatások', - 'Menu:Service+' => 'Services~~', - 'Menu:ServiceElement' => 'Szolgáltatáselemek', - 'Menu:ServiceElement+' => 'A szolgáltatás összetevői', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLA-k', 'Menu:SLA+' => 'Szolgáltatásszint megállapodások', 'Menu:SLT' => 'SLT-k', @@ -36,6 +34,21 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'Menu:DeliveryModel+' => 'Ki kinek szolgáltat', 'Menu:ServiceFamily' => 'Szolgáltatáscsaládok', 'Menu:ServiceFamily+' => 'Hasonló célú szolgáltatások', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'General information~~', 'Contract:moreinfo' => 'Contractual information~~', 'Contract:cost' => 'Cost information~~', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/it.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/it.dict.itop-service-mgmt-provider.php index fd199739be..5f29d481fc 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/it.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/it.dict.itop-service-mgmt-provider.php @@ -19,23 +19,21 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratti per stato', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratti che terminano in meno di 30 giorni', 'Menu:ProviderContract' => 'Contratti con Provider', - 'Menu:ProviderContract+' => 'Contratti con Provider', + 'Menu:ProviderContract+' => 'What is bought to external companies~~', 'Menu:CustomerContract' => 'Contratti con Clienti', - 'Menu:CustomerContract+' => 'Contratti con Clienti', + 'Menu:CustomerContract+' => 'Who is buying the services~~', 'Menu:ServiceSubcategory' => 'Sottocategorie di Servizio', - 'Menu:ServiceSubcategory+' => 'Sottocategorie di Servizio', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'Servizi', - 'Menu:Service+' => 'Servizi', - 'Menu:ServiceElement' => 'Elementi di Servizio', - 'Menu:ServiceElement+' => 'Elementi di Servizio', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLA', 'Menu:SLA+' => 'Accordi di Livello di Servizio', 'Menu:SLT' => 'SLT', 'Menu:SLT+' => 'Target di Livello di Servizio', 'Menu:DeliveryModel' => 'Modelli di Delivery', - 'Menu:DeliveryModel+' => 'Modelli di Delivery', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'Famiglie di Servizi', - 'Menu:ServiceFamily+' => 'Famiglie di Servizi', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', 'Contract:baseinfo' => 'Informazioni Generali', 'Contract:moreinfo' => 'Informazioni Contrattuali', 'Contract:cost' => 'Informazioni sui Costi', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/ja.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/ja.dict.itop-service-mgmt-provider.php index 0f768b81d9..a8b56cb117 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/ja.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/ja.dict.itop-service-mgmt-provider.php @@ -19,23 +19,36 @@ Dict::Add('JA JP', 'Japanese', '日本語', [ 'UI-ServiceManagementMenu-ContractsByStatus' => '状態別の契約', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => '30日以内に終わる契約', 'Menu:ProviderContract' => 'プロバイダー契約', - 'Menu:ProviderContract+' => '', + 'Menu:ProviderContract+' => 'What is bought to external companies~~', 'Menu:CustomerContract' => '顧客契約', - 'Menu:CustomerContract+' => '', + 'Menu:CustomerContract+' => 'Who is buying the services~~', 'Menu:ServiceSubcategory' => 'サービスサブカテゴリ', - 'Menu:ServiceSubcategory+' => '', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'サービス', - 'Menu:Service+' => '', - 'Menu:ServiceElement' => 'サービス要素', - 'Menu:ServiceElement+' => '', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLA', 'Menu:SLA+' => '', 'Menu:SLT' => 'SLT', 'Menu:SLT+' => '', 'Menu:DeliveryModel' => '提供モデル', - 'Menu:DeliveryModel+' => '', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'サービスファミリ', 'Menu:ServiceFamily+' => 'サービスファミリ', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'General information~~', 'Contract:moreinfo' => 'Contractual information~~', 'Contract:cost' => 'Cost information~~', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/nl.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/nl.dict.itop-service-mgmt-provider.php index 874aae3cf2..09d17bd4c8 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/nl.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/nl.dict.itop-service-mgmt-provider.php @@ -27,9 +27,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [ 'Menu:ServiceSubcategory' => 'Subcategorieën services', 'Menu:ServiceSubcategory+' => 'Subcategorieën services', 'Menu:Service' => 'Services', - 'Menu:Service+' => 'Services', - 'Menu:ServiceElement' => 'Service-elementen', - 'Menu:ServiceElement+' => 'Service-elementen', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLA\'s', 'Menu:SLA+' => 'Service Level Agreements', 'Menu:SLT' => 'SLT\'s', @@ -38,6 +36,21 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [ 'Menu:DeliveryModel+' => 'Leveringsmodellen', 'Menu:ServiceFamily' => 'Servicecategorieën', 'Menu:ServiceFamily+' => 'Servicecategorieën', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'Algemene informatie', 'Contract:moreinfo' => 'Contractuele informatie', 'Contract:cost' => 'Financiële informatie', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/pl.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/pl.dict.itop-service-mgmt-provider.php index d254b01176..132128043b 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/pl.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/pl.dict.itop-service-mgmt-provider.php @@ -26,8 +26,6 @@ Dict::Add('PL PL', 'Polish', 'Polski', [ 'Menu:ServiceSubcategory+' => 'Podkategorie usług', 'Menu:Service' => 'Usługi', 'Menu:Service+' => 'Usługi', - 'Menu:ServiceElement' => 'Elementy usługi', - 'Menu:ServiceElement+' => 'Elementy usługi', 'Menu:SLA' => 'Umowy SLA', 'Menu:SLA+' => 'Umowy gwarantowanych poziomów usług', 'Menu:SLT' => 'Poziomy usług SLT', @@ -36,6 +34,21 @@ Dict::Add('PL PL', 'Polish', 'Polski', [ 'Menu:DeliveryModel+' => 'Modele obsługi', 'Menu:ServiceFamily' => 'Rodziny usług', 'Menu:ServiceFamily+' => 'Rodziny usług', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'Informacje ogólne', 'Contract:moreinfo' => 'Informacje o umowach', 'Contract:cost' => 'Informacje o kosztach', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/pt_br.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/pt_br.dict.itop-service-mgmt-provider.php index f42aa925d5..32258f8b20 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/pt_br.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/pt_br.dict.itop-service-mgmt-provider.php @@ -19,23 +19,36 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contratos por status', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contratos terminando em menos de 30 dias', 'Menu:ProviderContract' => 'Contratos de provedores(as)', - 'Menu:ProviderContract+' => '', + 'Menu:ProviderContract+' => 'What is bought to external companies~~', 'Menu:CustomerContract' => 'Contratos de clientes', - 'Menu:CustomerContract+' => '', + 'Menu:CustomerContract+' => 'Who is buying the services~~', 'Menu:ServiceSubcategory' => 'Subcategorias de serviços', - 'Menu:ServiceSubcategory+' => '', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'Serviços', - 'Menu:Service+' => '', - 'Menu:ServiceElement' => 'Elementos de seviços', - 'Menu:ServiceElement+' => '', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Lista de Acordos de Nível de Serviço (ANSs)', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Lista de Níveis Mínimos de Serviço (NMSs)', 'Menu:DeliveryModel' => 'Modelos de entrega', - 'Menu:DeliveryModel+' => '', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'Família de serviços', - 'Menu:ServiceFamily+' => '', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'General information~~', 'Contract:moreinfo' => 'Contractual information~~', 'Contract:cost' => 'Cost information~~', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/ru.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/ru.dict.itop-service-mgmt-provider.php index d770f63a78..b7ba642b02 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/ru.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/ru.dict.itop-service-mgmt-provider.php @@ -27,8 +27,6 @@ Dict::Add('RU RU', 'Russian', 'Русский', [ 'Menu:ServiceSubcategory+' => 'Подкатегории услуг', 'Menu:Service' => 'Услуги', 'Menu:Service+' => 'Услуги', - 'Menu:ServiceElement' => 'Элементы услуг', - 'Menu:ServiceElement+' => 'Элементы услуг', 'Menu:SLA' => 'SLA', 'Menu:SLA+' => 'Соглашения об уровне услуг', 'Menu:SLT' => 'SLT', @@ -37,6 +35,21 @@ Dict::Add('RU RU', 'Russian', 'Русский', [ 'Menu:DeliveryModel+' => 'Модели предоставления услуг (Delivery Models)', 'Menu:ServiceFamily' => 'Пакеты услуг', 'Menu:ServiceFamily+' => 'Пакеты услуг', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'General information~~', 'Contract:moreinfo' => 'Contractual information~~', 'Contract:cost' => 'Cost information~~', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/sk.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/sk.dict.itop-service-mgmt-provider.php index 3a35124074..6299e3519b 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/sk.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/sk.dict.itop-service-mgmt-provider.php @@ -19,23 +19,36 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'zmluvy podla stavu', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'zmluvy končiace za menej ako 30 dní', 'Menu:ProviderContract' => 'Poskytovateľské zmluvy', - 'Menu:ProviderContract+' => 'Provider contracts~~', + 'Menu:ProviderContract+' => 'What is bought to external companies~~', 'Menu:CustomerContract' => 'Zákaznícke zmluvy', - 'Menu:CustomerContract+' => 'Customer contracts~~', + 'Menu:CustomerContract+' => 'Who is buying the services~~', 'Menu:ServiceSubcategory' => 'Subkategórie služieb', - 'Menu:ServiceSubcategory+' => 'Service subcategories~~', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'Služby', - 'Menu:Service+' => 'Services~~', - 'Menu:ServiceElement' => 'Prvky služby', - 'Menu:ServiceElement+' => 'Sevice elements~~', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Service Level Agreements~~', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Service Level Targets~~', 'Menu:DeliveryModel' => 'Typy dodávky', - 'Menu:DeliveryModel+' => 'Delivery models~~', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'Rodiny služieb', - 'Menu:ServiceFamily+' => 'Service families~~', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'General information~~', 'Contract:moreinfo' => 'Contractual information~~', 'Contract:cost' => 'Cost information~~', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/tr.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/tr.dict.itop-service-mgmt-provider.php index a0cb360432..abe0188888 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/tr.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/tr.dict.itop-service-mgmt-provider.php @@ -26,16 +26,29 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [ 'Menu:ServiceSubcategory+' => 'Hizmet alt kategorileri', 'Menu:Service' => 'Hizmetler', 'Menu:Service+' => 'Hizmetler', - 'Menu:ServiceElement' => 'Sevice elements~~', - 'Menu:ServiceElement+' => 'Sevice elements~~', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Hizmet Seviyesi Anlaşmaları', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Hizmet Seviyesi Taahütleri', 'Menu:DeliveryModel' => 'Delivery models~~', - 'Menu:DeliveryModel+' => 'Delivery models~~', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'Service families~~', - 'Menu:ServiceFamily+' => 'Service families~~', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'General information~~', 'Contract:moreinfo' => 'Contractual information~~', 'Contract:cost' => 'Cost information~~', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/zh_cn.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/zh_cn.dict.itop-service-mgmt-provider.php index 67896d1998..a61bcf17f5 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/zh_cn.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/zh_cn.dict.itop-service-mgmt-provider.php @@ -49,8 +49,6 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'Menu:ServiceSubcategory+' => '子服务', 'Menu:Service' => '服务', 'Menu:Service+' => '服务', - 'Menu:ServiceElement' => '服务元素', - 'Menu:ServiceElement+' => '服务元素', 'Menu:SLA' => 'SLA', 'Menu:SLA+' => '服务等级协议', 'Menu:SLT' => 'SLT', @@ -59,6 +57,21 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'Menu:DeliveryModel+' => '交付模式', 'Menu:ServiceFamily' => '服务系列', 'Menu:ServiceFamily+' => '服务系列', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => '常规信息', 'Contract:moreinfo' => '合同信息', 'Contract:cost' => '费用信息', diff --git a/datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml b/datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml index 896a589ed5..d7e2eb45db 100755 --- a/datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml +++ b/datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml @@ -2693,14 +2693,9 @@ public function PrefillSearchForm(&$aContextParam) - 10 - WelcomeMenu - DashboardLayoutOneCol - <cells> <cell id="0"> - <rank>0</rank> <dashlets> <dashlet id="6" xsi:type="DashletBadge" _delta="define"> <rank>5</rank> @@ -2743,49 +2738,196 @@ public function PrefillSearchForm(&$aContextParam) </menu> <menu id="CustomerContract" xsi:type="OQLMenuNode" _delta="define"> <rank>1</rank> - <parent>ServiceManagement</parent> + <parent>Service:Overview</parent> <oql>SELECT CustomerContract</oql> <do_search>1</do_search> </menu> <menu id="ProviderContract" xsi:type="OQLMenuNode" _delta="define"> <rank>2</rank> - <parent>ServiceManagement</parent> + <parent>Service:Overview</parent> <oql>SELECT ProviderContract</oql> <do_search>1</do_search> </menu> + <menu id="ServiceCatalog" xsi:type="DashboardMenuNode" _delta="define"> + <rank>10</rank> + <parent>ServiceManagement</parent> + <definition> + <layout>DashboardLayoutTwoCols</layout> + <title>UI-ServiceCatalogMenu-Title + + false + 300 + + + + 0 + + + 0 + UI-ServiceCatalogMenu-Title + + + + 1 + ServiceFamily + + + 2 + Service + + + 3 + ServiceSubcategory + + + 4 + SLA + + + 5 + SLT + + + 6 + Class:DeliveryModel + SELECT DeliveryModel + true + + + + + 1 + + + 0 + UI-ServiceCatalogMenu-NotInPortal + + + + 1 + Class:Service + /icons8-service.svg + UI-ServiceCatalogMenu-ObsoleteNotInPortal + SELECT Service + status + implementation,obsolete,production + + + 2 + Class:ServiceSubcategory + /icons8-services.svg + UI-ServiceCatalogMenu-ObsoleteNotInPortal + SELECT ServiceSubcategory + status + implementation,obsolete,production + + + 3 + UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal + SELECT Service WHERE servicefamily_id=0 + false + + + + + 2 + + + 0 + UI-ServiceCatalogMenu-SLTBySLA + SELECT lnkSLAToSLT + sla_id + + count + + + attribute + desc + + + + + 3 + + + 0 + UI-ServiceCatalogMenu-ContractByService + SELECT lnkCustomerContractToService AS lnk JOIN CustomerContract AS cc ON lnk.customercontract_id=cc.id WHERE cc.status != 'obsolete' + service_id + + count + + + attribute + desc + + + + + 4 + + + 0 + UI-ServiceCatalogMenu-ContractBySLA + SELECT lnkCustomerContractToService AS lnk JOIN CustomerContract AS cc ON lnk.customercontract_id=cc.id WHERE cc.status != 'obsolete' + sla_id + + count + + + attribute + desc + + + + + 5 + + + 0 + UI-ServiceCatalogMenu-UnusedService + SELECT Service WHERE status='production' AND id NOT IN (SELECT Service AS s JOIN lnkCustomerContractToService AS lnk ON lnk.service_id= s.id JOIN CustomerContract AS cc ON lnk.customercontract_id = cc.id WHERE cc.status != 'obsolete') + + false + + + + + + 3 - ServiceManagement + ServiceCatalog SELECT ServiceFamily 1 4 - ServiceManagement + ServiceCatalog SELECT Service 1 5 - ServiceManagement + ServiceCatalog SELECT ServiceSubcategory 1 6 - ServiceManagement + ServiceCatalog SELECT SLA 1 7 - ServiceManagement + ServiceCatalog SELECT SLT 1 8 - ServiceManagement + ServiceCatalog SELECT DeliveryModel 1 diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/cs.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/cs.dict.itop-service-mgmt.php index 8203f00025..a1357ae7b4 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/cs.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/cs.dict.itop-service-mgmt.php @@ -28,8 +28,6 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Menu:ServiceSubcategory+' => 'Podkategorie služeb', 'Menu:Service' => 'Služby', 'Menu:Service+' => 'Služby', - 'Menu:ServiceElement' => 'Prvky služby', - 'Menu:ServiceElement+' => 'Prvky služby', 'Menu:SLA' => 'SLA - dohody o úrovních služeb', 'Menu:SLA+' => 'Dohody o úrovních služeb', 'Menu:SLT' => 'SLT - cíle úrovní služeb', @@ -40,6 +38,21 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Menu:ServiceFamily+' => 'Balíčky (kategorie) služeb', 'Menu:Procedure' => 'Katalog postupů', 'Menu:Procedure+' => 'Katalog všech postupů', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Contract:baseinfo' => 'Obecné informace', 'Contract:moreinfo' => 'Smluvní informace', 'Contract:cost' => 'Informace o nákladech', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/da.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/da.dict.itop-service-mgmt.php index 7e48840895..cf4aa8248e 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/da.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/da.dict.itop-service-mgmt.php @@ -34,9 +34,24 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [ 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Service Level Targets', 'Menu:DeliveryModel' => 'Leverings model(ler)', - 'Menu:DeliveryModel+' => '', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'Ydelses familie(r)', - 'Menu:ServiceFamily+' => '', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Procedure katalog', 'Menu:Procedure+' => '', 'Contract:baseinfo' => 'General information~~', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/de.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/de.dict.itop-service-mgmt.php index 8d9019e51b..e52def5afe 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/de.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/de.dict.itop-service-mgmt.php @@ -20,23 +20,36 @@ Dict::Add('DE DE', 'German', 'Deutsch', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Verträge nach Status', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Verträge, die in weniger als 30 Tagen auslaufen', 'Menu:ProviderContract' => 'Provider-Verträge', - 'Menu:ProviderContract+' => 'Provider-Verträge', + 'Menu:ProviderContract+' => 'What is bought to external companies~~', 'Menu:CustomerContract' => 'Kundenverträge', - 'Menu:CustomerContract+' => 'Kundenverträge', + 'Menu:CustomerContract+' => 'Who is buying the services~~', 'Menu:ServiceSubcategory' => 'Service-Unterkategorien', - 'Menu:ServiceSubcategory+' => 'Service-Unterkategorien', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'Services', - 'Menu:Service+' => 'Services', - 'Menu:ServiceElement' => 'Service-Elemente', - 'Menu:ServiceElement+' => 'Service-Elemente', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Service Level Agreements (SLAs)', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Service Level Targets (SLTs)', 'Menu:DeliveryModel' => 'Delivery-Modelle', - 'Menu:DeliveryModel+' => 'Delivery-Modelle', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'Service-Familien', - 'Menu:ServiceFamily+' => 'Service-Familien', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Verfahrens-Katalog', 'Menu:Procedure+' => '', 'Contract:baseinfo' => 'Allgemeine Informationen', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/en.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/en.dict.itop-service-mgmt.php index 3f806d06ea..201882822c 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/en.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/en.dict.itop-service-mgmt.php @@ -32,8 +32,9 @@ // Class:/Stimulus: // Class:/Stimulus:+ +// // Menu, fieldsets, UI, messages translations - +// Dict::Add('EN US', 'English', 'English', [ 'Menu:ServiceManagement' => 'Service management', 'Menu:ServiceManagement+' => 'Service management overview', @@ -42,24 +43,39 @@ Dict::Add('EN US', 'English', 'English', [ 'UI-ServiceManagementMenu-ContractsBySrvLevel' => 'Contracts by service level', 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less than 30 days', + 'Menu:ProviderContract' => 'Provider contracts', - 'Menu:ProviderContract+' => 'Provider contracts', + 'Menu:ProviderContract+' => 'What is bought to external companies', 'Menu:CustomerContract' => 'Customer contracts', - 'Menu:CustomerContract+' => 'Customer contracts', + 'Menu:CustomerContract+' => 'Who is buying the services', 'Menu:ServiceSubcategory' => 'Service subcategories', - 'Menu:ServiceSubcategory+' => 'Service subcategories', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy', 'Menu:Service' => 'Services', - 'Menu:Service+' => 'Services', - 'Menu:ServiceElement' => 'Sevice elements', - 'Menu:ServiceElement+' => 'Sevice elements', + 'Menu:Service+' => 'Second level in service hierarchy', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Service Level Agreements', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Service Level Targets', 'Menu:DeliveryModel' => 'Delivery models', - 'Menu:DeliveryModel+' => 'Delivery models', + 'Menu:DeliveryModel+' => 'Teams handling tickets', 'Menu:ServiceFamily' => 'Service families', - 'Menu:ServiceFamily+' => 'Service families', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy', + 'Menu:ServiceCatalog' => 'Service catalog', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA', + 'Menu:RulesAndWorkflow' => 'Rules and workflow', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.', + 'Menu:Procedure' => 'Procedures catalog', 'Menu:Procedure+' => 'All procedures catalog', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/en_gb.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/en_gb.dict.itop-service-mgmt.php index 888492625c..a05b6a26f8 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/en_gb.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/en_gb.dict.itop-service-mgmt.php @@ -43,13 +43,13 @@ Dict::Add('EN GB', 'British English', 'British English', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contracts by status', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contracts ending in less than 30 days', 'Menu:ProviderContract' => 'Provider contracts', - 'Menu:ProviderContract+' => 'Provider contracts', + 'Menu:ProviderContract+' => 'What is bought to external companies', 'Menu:CustomerContract' => 'Customer contracts', - 'Menu:CustomerContract+' => 'Customer contracts', + 'Menu:CustomerContract+' => 'Who is buying the services', 'Menu:ServiceSubcategory' => 'Service subcategories', - 'Menu:ServiceSubcategory+' => 'Service subcategories', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy', 'Menu:Service' => 'Services', - 'Menu:Service+' => 'Services', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:ServiceElement' => 'Sevice elements', 'Menu:ServiceElement+' => 'Sevice elements', 'Menu:SLA' => 'SLAs', @@ -57,9 +57,24 @@ Dict::Add('EN GB', 'British English', 'British English', [ 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Service Level Targets', 'Menu:DeliveryModel' => 'Delivery models', - 'Menu:DeliveryModel+' => 'Delivery models', + 'Menu:DeliveryModel+' => 'Teams handling tickets', 'Menu:ServiceFamily' => 'Service families', - 'Menu:ServiceFamily+' => 'Service families', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Procedures catalogue', 'Menu:Procedure+' => 'All procedures catalogue', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/es_cr.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/es_cr.dict.itop-service-mgmt.php index cfc2bd642f..25752e5565 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/es_cr.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/es_cr.dict.itop-service-mgmt.php @@ -24,8 +24,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [ 'Menu:ServiceSubcategory+' => 'Subcategorías de servicio', 'Menu:Service' => 'Servicios', 'Menu:Service+' => 'Servicios', - 'Menu:ServiceElement' => 'Elementos del servicio', - 'Menu:ServiceElement+' => 'Elementos del servicio', 'Menu:SLA' => 'SLAs - Acuerdos de Nivel de Servicio', 'Menu:SLA+' => 'Acuerdos de Nivel de Servicio', 'Menu:SLT' => 'SLTs - Objetivos de Nivel de Servicio', @@ -34,6 +32,21 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [ 'Menu:DeliveryModel+' => 'Modelos de entrega', 'Menu:ServiceFamily' => 'Familias de servicio', 'Menu:ServiceFamily+' => 'Familias de servicio', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Catálogo de procedimientos', 'Menu:Procedure+' => 'Catálogo de procedimientos', 'Contract:baseinfo' => 'Información General', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/fr.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/fr.dict.itop-service-mgmt.php index 212e477219..a87255376c 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/fr.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/fr.dict.itop-service-mgmt.php @@ -19,25 +19,39 @@ Dict::Add('FR FR', 'French', 'Français', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'Contrats, par état', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'Contrats se terminant dans moins d\'un mois', 'Menu:ProviderContract' => 'Contrats fournisseurs', - 'Menu:ProviderContract+' => 'Contrats fournisseurs', + 'Menu:ProviderContract+' => 'Ce qui est acheté à des sociétés externes', 'Menu:CustomerContract' => 'Contrats clients', - 'Menu:CustomerContract+' => 'Contrats clients', + 'Menu:CustomerContract+' => 'Qui achète quels services', 'Menu:ServiceSubcategory' => 'Sous catégories de service', - 'Menu:ServiceSubcategory+' => 'Sous catégories de service', + 'Menu:ServiceSubcategory+' => 'Dernier niveau dans la hiérarchie des services', 'Menu:Service' => 'Services', - 'Menu:Service+' => 'Services', - 'Menu:ServiceElement' => 'Eléments de service', - 'Menu:ServiceElement+' => 'Eléments de service', + 'Menu:Service+' => 'Second niveau dans la hiérarchie des services', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Accords de niveau de service (SLA)', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Objectifs de niveau de service (SLT)', 'Menu:DeliveryModel' => 'Modèles de support', - 'Menu:DeliveryModel+' => 'Modèles de support', + 'Menu:DeliveryModel+' => 'Les équipes gérant les tickets', 'Menu:ServiceFamily' => 'Familles de service', - 'Menu:ServiceFamily+' => 'Familles de service', + 'Menu:ServiceFamily+' => 'Plus haut niveau dans la hiérarchie des services', + 'Menu:ServiceCatalog' => 'Catalogue de services', + 'Menu:ServiceCatalog+' => 'Définir les éléments des offres de service', + 'UI-ServiceCatalogMenu-Title' => 'Catalogue de services', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Les obsolètes sont invisibles dans le portail utilisateur', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services en production sans contrat client', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Non affichés dans le portail utilisateur', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Les services sans famille de service sont invisibles dans le portail utilisateur', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Nombre de SLTs par SLA', + 'UI-ServiceCatalogMenu-ContractByService' => 'Nombre de contrats clients utilisant ce service', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Nombre de contrats clients utilisant ce SLA', + 'Menu:RulesAndWorkflow' => 'Règles d\'automatisation', + 'Menu:RulesAndWorkflow+' => '', + 'UI-RulesAndWorkflow-Title' => 'Règles d\'automatisation', + 'UI-RulesAndWorkflow-Description' => 'De nombreuses extensions apportent des règles de notification et d\'automatisation du cycle de vie des tickets. +Elles sont incluses dans les produits Professionels, mais pas dans la version communautaire. Vous pouvez les obtenir sur iTop Hub.', + 'Menu:Procedure' => 'Catalogue des procédures', - 'Menu:Procedure+' => 'Catalogue des procédures', + 'Menu:Procedure+' => '', 'Contract:baseinfo' => 'Information générale', 'Contract:moreinfo' => 'Aspects contractuels', 'Contract:cost' => 'Coûts', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/hu.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/hu.dict.itop-service-mgmt.php index a985376936..a686143198 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/hu.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/hu.dict.itop-service-mgmt.php @@ -23,11 +23,9 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'Menu:CustomerContract' => 'Ügyfélszerződések', 'Menu:CustomerContract+' => 'Aki a szolgáltatást igénybe veszi', 'Menu:ServiceSubcategory' => 'Szolgáltatás alkategóriák', - 'Menu:ServiceSubcategory+' => '', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'Szolgáltatások', - 'Menu:Service+' => '', - 'Menu:ServiceElement' => 'Szolgáltatáselemek', - 'Menu:ServiceElement+' => 'Szolgáltatás összetevői', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLA-k', 'Menu:SLA+' => 'Szolgáltatásszint megállapodás', 'Menu:SLT' => 'SLT-k', @@ -36,6 +34,21 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'Menu:DeliveryModel+' => 'Ki kinek szolgáltat', 'Menu:ServiceFamily' => 'Szolgáltatáscsaládok', 'Menu:ServiceFamily+' => 'Hasonló célú szolgáltatások csoportosítása', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Eljáráskatalógus', 'Menu:Procedure+' => 'Eljárások gyűjteménye', 'Contract:baseinfo' => 'General information~~', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/it.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/it.dict.itop-service-mgmt.php index e67fa6c24a..97360b323f 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/it.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/it.dict.itop-service-mgmt.php @@ -26,8 +26,6 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [ 'Menu:ServiceSubcategory+' => 'Sottocategorie di servizio', 'Menu:Service' => 'Servizi', 'Menu:Service+' => 'Servizi', - 'Menu:ServiceElement' => 'Elementi del Servizio', - 'Menu:ServiceElement+' => 'Elementi del Servizio', 'Menu:SLA' => 'SLA', 'Menu:SLA+' => 'Accordi di Livello di Servizio', 'Menu:SLT' => 'SLT', @@ -36,6 +34,21 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [ 'Menu:DeliveryModel+' => 'Modelli di Consegna', 'Menu:ServiceFamily' => 'Famiglie di Servizi', 'Menu:ServiceFamily+' => 'Famiglie di Servizi', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Catalogo delle Procedure', 'Menu:Procedure+' => 'Tutti i cataloghi delle procedure', 'Contract:baseinfo' => 'Informazioni Generali', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/ja.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/ja.dict.itop-service-mgmt.php index ada44aa4ea..e0f2ae7911 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/ja.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/ja.dict.itop-service-mgmt.php @@ -26,8 +26,6 @@ Dict::Add('JA JP', 'Japanese', '日本語', [ 'Menu:ServiceSubcategory+' => 'サービスサブカテゴリ', 'Menu:Service' => 'サービス', 'Menu:Service+' => 'サービス', - 'Menu:ServiceElement' => 'サービス要素', - 'Menu:ServiceElement+' => 'サービス要素', 'Menu:SLA' => 'SLA', 'Menu:SLA+' => 'サービスレベルアグリーメント', 'Menu:SLT' => 'SLT', @@ -36,6 +34,21 @@ Dict::Add('JA JP', 'Japanese', '日本語', [ 'Menu:DeliveryModel+' => '提供モデル', 'Menu:ServiceFamily' => 'サービスファミリ', 'Menu:ServiceFamily+' => 'サービスファミリ', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => '手順カタログ', 'Menu:Procedure+' => '全ての手順カタログ', 'Contract:baseinfo' => 'General information~~', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/nl.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/nl.dict.itop-service-mgmt.php index b71de81e53..432c6e89de 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/nl.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/nl.dict.itop-service-mgmt.php @@ -27,9 +27,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [ 'Menu:ServiceSubcategory' => 'Subcategorieën services', 'Menu:ServiceSubcategory+' => 'Subcategorieën services', 'Menu:Service' => 'Services', - 'Menu:Service+' => 'Services', - 'Menu:ServiceElement' => 'Service-elementen', - 'Menu:ServiceElement+' => 'Service-elementen', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLA\'s', 'Menu:SLA+' => 'Service Level Agreements', 'Menu:SLT' => 'SLT\'s', @@ -38,6 +36,21 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [ 'Menu:DeliveryModel+' => 'Leveringsmodellen', 'Menu:ServiceFamily' => 'Servicecategorieën', 'Menu:ServiceFamily+' => 'Servicecategorieën', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Procedurecatalogus', 'Menu:Procedure+' => 'Alle procedures in een catalogus', 'Contract:baseinfo' => 'Algemene informatie', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/pl.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/pl.dict.itop-service-mgmt.php index a5c41a436d..3656526811 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/pl.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/pl.dict.itop-service-mgmt.php @@ -26,8 +26,6 @@ Dict::Add('PL PL', 'Polish', 'Polski', [ 'Menu:ServiceSubcategory+' => 'Podkategorie usług', 'Menu:Service' => 'Usługi', 'Menu:Service+' => 'Usługi', - 'Menu:ServiceElement' => 'Elementy usługi', - 'Menu:ServiceElement+' => 'Elementy usługi', 'Menu:SLA' => 'Umowy SLA', 'Menu:SLA+' => 'Umowy gwarantowanych poziomów usług', 'Menu:SLT' => 'SLTs', @@ -36,6 +34,21 @@ Dict::Add('PL PL', 'Polish', 'Polski', [ 'Menu:DeliveryModel+' => 'Modele obsługi', 'Menu:ServiceFamily' => 'Rodziny usług', 'Menu:ServiceFamily+' => 'Rodziny usług', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Katalog procedur', 'Menu:Procedure+' => 'Katalog wszystkich procedur', 'Contract:baseinfo' => 'Informacje ogólne', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/pt_br.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/pt_br.dict.itop-service-mgmt.php index f0a83713c2..dcd2290e2e 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/pt_br.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/pt_br.dict.itop-service-mgmt.php @@ -26,8 +26,6 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'Menu:ServiceSubcategory+' => 'Lista de subcategorias de serviços', 'Menu:Service' => 'Serviços', 'Menu:Service+' => 'Lista de serviços', - 'Menu:ServiceElement' => 'Elementos de serviços', - 'Menu:ServiceElement+' => 'Lista de elementos de serviços', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Lista de Acordos de Nível de Serviço (ANS)', 'Menu:SLT' => 'SLTs', @@ -36,6 +34,21 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'Menu:DeliveryModel+' => 'Lista de modelos de entrega', 'Menu:ServiceFamily' => 'Família de serviços', 'Menu:ServiceFamily+' => 'Lista de família de serviços', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Catálogo de procedimentos', 'Menu:Procedure+' => '', 'Contract:baseinfo' => 'General information~~', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/ru.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/ru.dict.itop-service-mgmt.php index b4efc69cfd..27555fd1ad 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/ru.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/ru.dict.itop-service-mgmt.php @@ -27,8 +27,6 @@ Dict::Add('RU RU', 'Russian', 'Русский', [ 'Menu:ServiceSubcategory+' => 'Подкатегории услуг', 'Menu:Service' => 'Услуги', 'Menu:Service+' => 'Услуги', - 'Menu:ServiceElement' => 'Элементы услуг', - 'Menu:ServiceElement+' => 'Элементы услуг', 'Menu:SLA' => 'SLA', 'Menu:SLA+' => 'Соглашения об уровне услуг', 'Menu:SLT' => 'SLT', @@ -37,6 +35,21 @@ Dict::Add('RU RU', 'Russian', 'Русский', [ 'Menu:DeliveryModel+' => 'Модели предоставления услуг (Delivery Models)', 'Menu:ServiceFamily' => 'Пакеты услуг', 'Menu:ServiceFamily+' => 'Пакеты услуг', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Каталог процедур', 'Menu:Procedure+' => 'Каталог процедур', 'Contract:baseinfo' => 'General information~~', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/sk.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/sk.dict.itop-service-mgmt.php index 41ed379875..83ec292f7d 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/sk.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/sk.dict.itop-service-mgmt.php @@ -19,23 +19,36 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', [ 'UI-ServiceManagementMenu-ContractsByStatus' => 'zmluvy podla stavu', 'UI-ServiceManagementMenu-ContractsEndingIn30Days' => 'zmluvy končiace za menej ako 30 dní', 'Menu:ProviderContract' => 'Poskytovateľské zmluvy', - 'Menu:ProviderContract+' => 'Provider contracts~~', + 'Menu:ProviderContract+' => 'What is bought to external companies~~', 'Menu:CustomerContract' => 'Zákaznícke zmluvy', - 'Menu:CustomerContract+' => 'Customer contracts~~', + 'Menu:CustomerContract+' => 'Who is buying the services~~', 'Menu:ServiceSubcategory' => 'Subkategórie služieb', - 'Menu:ServiceSubcategory+' => 'Service subcategories~~', + 'Menu:ServiceSubcategory+' => 'Lowest level in service hierarchy~~', 'Menu:Service' => 'Služby', - 'Menu:Service+' => 'Services~~', - 'Menu:ServiceElement' => 'Prvky služby', - 'Menu:ServiceElement+' => 'Sevice elements~~', + 'Menu:Service+' => 'Second level in service hierarchy~~', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Service Level Agreements~~', 'Menu:SLT' => 'SLTs', 'Menu:SLT+' => 'Service Level Targets~~', 'Menu:DeliveryModel' => 'Typy dodávky', - 'Menu:DeliveryModel+' => 'Delivery models~~', + 'Menu:DeliveryModel+' => 'Teams handling tickets~~', 'Menu:ServiceFamily' => 'Rodiny služieb', - 'Menu:ServiceFamily+' => 'Service families~~', + 'Menu:ServiceFamily+' => 'Top level in service hierarchy~~', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Katalóg procedúr', 'Menu:Procedure+' => 'All procedures catalog~~', 'Contract:baseinfo' => 'General information~~', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/tr.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/tr.dict.itop-service-mgmt.php index 6c6c86650a..b949c50d11 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/tr.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/tr.dict.itop-service-mgmt.php @@ -27,8 +27,6 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [ 'Menu:ServiceSubcategory+' => 'Hizmet alt kategorileri', 'Menu:Service' => 'Hizmetler', 'Menu:Service+' => 'Hizmetler', - 'Menu:ServiceElement' => 'Servis elemanları', - 'Menu:ServiceElement+' => 'Servis elemanları', 'Menu:SLA' => 'SLAs', 'Menu:SLA+' => 'Hizmet Seviyesi Anlaşmaları', 'Menu:SLT' => 'SLTs', @@ -37,6 +35,21 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [ 'Menu:DeliveryModel+' => 'Teslimat modelleri', 'Menu:ServiceFamily' => 'Servis aileleri', 'Menu:ServiceFamily+' => 'Servis aileleri', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => 'Prosedür kataloğu', 'Menu:Procedure+' => 'Tüm prosedürler kataloğu', 'Contract:baseinfo' => 'General information~~', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php index 63a8a7faa9..4f49b759bf 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/zh_cn.dict.itop-service-mgmt.php @@ -57,6 +57,21 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'Menu:DeliveryModel+' => '交付模式', 'Menu:ServiceFamily' => '服务系列', 'Menu:ServiceFamily+' => '服务系列', + 'Menu:ServiceCatalog' => 'Service catalog~~', + 'Menu:ServiceCatalog+' => 'Define the service elements of your offering~~', + 'UI-ServiceCatalogMenu-Title' => 'Service catalog~~', + 'UI-ServiceCatalogMenu-NotInPortal' => 'Not displayed in User Portal~~', + 'UI-ServiceCatalogMenu-ObsoleteNotInPortal' => 'Obsolete are hidden in User Portal~~', + 'UI-ServiceCatalogMenu-UnusedService' => 'Services not used by any Customers~~', + 'UI-ServiceCatalogMenu-ServiceWithoutFamilyNotInPortal' => 'Services without Service Family are not visible in User Portal~~', + 'UI-ServiceCatalogMenu-SLTBySLA' => 'Count SLTs on each SLA~~', + 'UI-ServiceCatalogMenu-ContractByService' => 'Count Contracts using a Service~~', + 'UI-ServiceCatalogMenu-ContractBySLA' => 'Count Contracts using an SLA~~', + 'Menu:RulesAndWorkflow' => 'Rules and workflow~~', + 'Menu:RulesAndWorkflow+' => 'Automation rules and workflow~~', + 'UI-RulesAndWorkflow-Title' => 'Rules and workflow~~', + 'UI-RulesAndWorkflow-Description' => 'Multiple iTop extensions brings notification rules and workflow automation. +They are included in iTop Products, but not in iTop Community. You may get them on iTop Hub.~~', 'Menu:Procedure' => '流程清单', 'Menu:Procedure+' => '所有流程清单', 'Contract:baseinfo' => '常规信息',