N°9356 Improve service classes tooltips (#849)

This commit is contained in:
Vincent Dumas
2026-03-26 15:30:47 +01:00
committed by GitHub
parent b85f4a5161
commit 398b47d5d1
56 changed files with 279 additions and 411 deletions

View File

@@ -235,7 +235,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
'Class:Service/Attribute:contacts_list' => 'Контакты',
'Class:Service/Attribute:contacts_list+' => 'Связанные контакты',
'Class:Service/Attribute:status' => 'Статус',
'Class:Service/Attribute:status+' => '',
'Class:Service/Attribute:status+' => 'By default only Service in production are visible by Portal users~~',
'Class:Service/Attribute:status/Value:implementation' => 'Внедрение',
'Class:Service/Attribute:status/Value:implementation+' => 'Внедрение',
'Class:Service/Attribute:status/Value:obsolete' => 'Устаревший',
@@ -307,7 +307,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
'Class:ServiceSubcategory/Attribute:service_name' => 'Услуга',
'Class:ServiceSubcategory/Attribute:service_name+' => '',
'Class:ServiceSubcategory/Attribute:request_type' => 'Тип запроса',
'Class:ServiceSubcategory/Attribute:request_type+' => '',
'Class:ServiceSubcategory/Attribute:request_type+' => 'Define the type of Ticket (Incident or Service Request) that will be created when a Portal user selects this service subcategory.~~',
'Class:ServiceSubcategory/Attribute:request_type/Value:incident' => 'Инцидент',
'Class:ServiceSubcategory/Attribute:request_type/Value:incident+' => 'Инцидент',
'Class:ServiceSubcategory/Attribute:request_type/Value:service_request' => 'Запрос на обслуживание',