Merge branch 'support/3.2' into develop

This commit is contained in:
odain
2025-11-07 20:33:14 +01:00
1837 changed files with 33034 additions and 34549 deletions

View File

@@ -1,17 +1,18 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
* @author Lukáš Dvořák <lukas.dvorak@itopportal.cz>
* @author Daniel Rokos <daniel.rokos@itopportal.cz>
*
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Menu:IncidentManagement' => 'Správa incidentů',
'Menu:IncidentManagement+' => 'Správa incidentů',
'Menu:Incident:Overview' => 'Přehled',
@@ -33,8 +34,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Otevřené incidenty podle stavu',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Otevřené incidenty podle řešitele',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Otevřené incidenty podle zákazníka',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -50,7 +50,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
// Class: Incident
//
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:Incident' => 'Incident',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => 'Stav',
@@ -229,4 +229,4 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'Class:Incident/Method:ResolveChildTickets' => 'Vyřešit podřízené tikety',
'Class:Incident/Method:ResolveChildTickets+' => 'Kaskádovat vyřešení do podřízeného tiketu (ev_autoresolve) a sjednotit následující vlastnosti: služba, tým, řešitel, informace o vyřešení',
'Tickets:Related:OpenIncidents' => 'Otevřené incidenty',
));
]);

View File

@@ -1,16 +1,17 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
* @author Erik Bøg <erik@boegmoeller.dk>
*
*/
Dict::Add('DA DA', 'Danish', 'Dansk', array(
Dict::Add('DA DA', 'Danish', 'Dansk', [
'Menu:IncidentManagement' => 'Incident Management',
'Menu:IncidentManagement+' => '',
'Menu:Incident:Overview' => 'Oversigt',
@@ -32,8 +33,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Åbne Incidents efter status',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Åbne Incidents efter tildelt til',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Åbne Incidents efter bruger',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -49,7 +49,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
// Class: Incident
//
Dict::Add('DA DA', 'Danish', 'Dansk', array(
Dict::Add('DA DA', 'Danish', 'Dansk', [
'Class:Incident' => 'Incident',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => 'Status',
@@ -228,4 +228,4 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
));
]);

View File

@@ -1,16 +1,17 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
* @author ITOMIG GmbH <martin.raenker@itomig.de>
*
*/
Dict::Add('DE DE', 'German', 'Deutsch', array(
Dict::Add('DE DE', 'German', 'Deutsch', [
'Menu:IncidentManagement' => 'Incident Management',
'Menu:IncidentManagement+' => '',
'Menu:Incident:Overview' => 'Übersicht',
@@ -32,8 +33,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Offene Incidents nach Status',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Offene Incidents nach Bearbeiter',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Offene Incidents nach Kunde',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -49,7 +49,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
// Class: Incident
//
Dict::Add('DE DE', 'German', 'Deutsch', array(
Dict::Add('DE DE', 'German', 'Deutsch', [
'Class:Incident' => 'Incident',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => 'Status',
@@ -228,4 +228,4 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:Incident/Method:ResolveChildTickets' => 'Kind-Tickets lösen',
'Class:Incident/Method:ResolveChildTickets+' => 'Lösung auf Kind-Tickets übertragen (ev_autoresolve), und folgende Ticket-Eigenschaften angleichen: Service, Team, Agent, Lösungsinformationen',
'Tickets:Related:OpenIncidents' => 'Offene Incidents',
));
]);

View File

@@ -1,4 +1,5 @@
<?php
/**
* Localized data
*
@@ -21,7 +22,7 @@
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
Dict::Add('EN US', 'English', 'English', array(
Dict::Add('EN US', 'English', 'English', [
'Menu:IncidentManagement' => 'Incident Management',
'Menu:IncidentManagement+' => '',
'Menu:Incident:Overview' => 'Overview',
@@ -43,8 +44,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidents by status',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidents by agent',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidents by customer',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -60,7 +60,7 @@ Dict::Add('EN US', 'English', 'English', array(
// Class: Incident
//
Dict::Add('EN US', 'English', 'English', array(
Dict::Add('EN US', 'English', 'English', [
'Class:Incident' => 'Incident',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => 'Status',
@@ -240,4 +240,4 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets',
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info',
'Tickets:Related:OpenIncidents' => 'Open incidents',
));
]);

View File

@@ -1,4 +1,5 @@
<?php
/**
* Localized data
*
@@ -21,7 +22,7 @@
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
Dict::Add('EN GB', 'British English', 'British English', array(
Dict::Add('EN GB', 'British English', 'British English', [
'Menu:IncidentManagement' => 'Incident Management',
'Menu:IncidentManagement+' => '',
'Menu:Incident:Overview' => 'Overview',
@@ -43,8 +44,7 @@ Dict::Add('EN GB', 'British English', 'British English', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidents by status',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidents by agent',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidents by customer',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -60,7 +60,7 @@ Dict::Add('EN GB', 'British English', 'British English', array(
// Class: Incident
//
Dict::Add('EN GB', 'British English', 'British English', array(
Dict::Add('EN GB', 'British English', 'British English', [
'Class:Incident' => 'Incident',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => 'Status',
@@ -240,4 +240,4 @@ Dict::Add('EN GB', 'British English', 'British English', array(
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets',
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info.',
'Tickets:Related:OpenIncidents' => 'Open incidents',
));
]);

View File

@@ -1,13 +1,14 @@
<?php
/**
* Spanish Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Menu:IncidentManagement' => 'Administración de Incidentes',
'Menu:IncidentManagement+' => 'Administración de Incidentes',
'Menu:Incident:Overview' => 'Resumen de Incidentes',
@@ -29,8 +30,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Incidentes Abiertos por Estatus',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Incidentes Abiertos por Analista',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Incidentes Abiertos por Cliente',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -46,7 +46,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
// Class: Incident
//
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Class:Incident' => 'Incidente',
'Class:Incident+' => 'Incidente',
'Class:Incident/Attribute:status' => 'Estatus',
@@ -225,4 +225,4 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'Class:Incident/Method:ResolveChildTickets' => 'Resolver tickets hijos',
'Class:Incident/Method:ResolveChildTickets+' => 'Cascadear la solución a los tickets hijos (ev_autoresolve), y alinear las siguientes características: servicio, equipo, agente, información de solución',
'Tickets:Related:OpenIncidents' => 'Incidentes Abiertos',
));
]);

View File

@@ -1,15 +1,16 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
*
*/
Dict::Add('FR FR', 'French', 'Français', array(
Dict::Add('FR FR', 'French', 'Français', [
'Menu:IncidentManagement' => 'Gestion des incidents',
'Menu:IncidentManagement+' => '',
'Menu:Incident:Overview' => 'Vue d\'ensemble',
@@ -31,8 +32,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Incidents ouverts par statut',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Incidents ouverts par agent',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Incidents ouverts par client',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -48,7 +48,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
// Class: Incident
//
Dict::Add('FR FR', 'French', 'Français', array(
Dict::Add('FR FR', 'French', 'Français', [
'Class:Incident' => 'Incident',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => 'Etat',
@@ -238,5 +238,5 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'L\'incident parent ne peut pas être lui-même',
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets (résoudre les tickets fils)',
'Class:Incident/Method:ResolveChildTickets+' => 'Cascader l\'action de résolution du ticket (ev_autoresolve) vers les requêtes et incidents fils, et aligner les caractéristiques suivantes : service, équipe, agent, information de résolution',
'Tickets:Related:OpenIncidents' => 'Incidents ouverts'
));
'Tickets:Related:OpenIncidents' => 'Incidents ouverts',
]);

View File

@@ -1,15 +1,16 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
*
*/
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
'Menu:IncidentManagement' => 'Incidenskezelés',
'Menu:IncidentManagement+' => '',
'Menu:Incident:Overview' => 'Áttekintő',
@@ -31,8 +32,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Nyitott incidensek állapotuk szerint',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Nyitott incidensek ügyintézőnként',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Nyitott incidensek ügyfelenként',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -48,7 +48,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
// Class: Incident
//
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
Dict::Add('HU HU', 'Hungarian', 'Magyar', [
'Class:Incident' => 'Incidens',
'Class:Incident+' => '~~',
'Class:Incident/Attribute:status' => 'Állapot',
@@ -227,4 +227,4 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets',
'Class:Incident/Method:ResolveChildTickets+' => 'A megoldás kaszkádozása a kapcsolódó jegyhez (ev_autoresolve), és a következő jellemzők összehangolása: szolgáltatás, csapat, ügyintéző, megoldási információ.',
'Tickets:Related:OpenIncidents' => 'Nyitott incidensek',
));
]);

View File

@@ -1,15 +1,16 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
*
*/
Dict::Add('JA JP', 'Japanese', '日本語', array(
Dict::Add('JA JP', 'Japanese', '日本語', [
'Menu:IncidentManagement' => 'インシデント管理',
'Menu:IncidentManagement+' => 'インシデント管理',
'Menu:Incident:Overview' => '概要',
@@ -31,8 +32,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => '状態別オープンインシデント',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'エージェント別オープンインシデント',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => '顧客別オープンインシデント',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -48,7 +48,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
// Class: Incident
//
Dict::Add('JA JP', 'Japanese', '日本語', array(
Dict::Add('JA JP', 'Japanese', '日本語', [
'Class:Incident' => 'インシデント',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => '状態',
@@ -227,4 +227,4 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
));
]);

View File

@@ -1,17 +1,18 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
* @author Thomas Casteleyn <info@super-visions.com>
* @author Jeffrey Bostoen <info@jeffreybostoen.be> (2018 - 2022)
*
*/
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Menu:IncidentManagement' => 'Incident Management',
'Menu:IncidentManagement+' => 'Incident Management',
'Menu:Incident:Overview' => 'Overzicht',
@@ -33,8 +34,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidenten per status',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidenten per agent',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidenten per klant',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -50,7 +50,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
// Class: Incident
//
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:Incident' => 'Incident',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => 'Status',
@@ -229,4 +229,4 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets',
'Class:Incident/Method:ResolveChildTickets+' => 'Pas de oplossing ook toe op subverzoeken (ev_autoresolve) en neem deze kenmerken over: service, team, agent, oplossing',
'Tickets:Related:OpenIncidents' => 'Open incidenten',
));
]);

View File

@@ -1,15 +1,16 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
*
*/
Dict::Add('PL PL', 'Polish', 'Polski', array(
Dict::Add('PL PL', 'Polish', 'Polski', [
'Menu:IncidentManagement' => 'Zarządzanie incydentami',
'Menu:IncidentManagement+' => 'Zarządzanie incydentami',
'Menu:Incident:Overview' => 'Przegląd',
@@ -31,8 +32,7 @@ Dict::Add('PL PL', 'Polish', 'Polski', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Otwarte incydenty według statusu',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Otwarte incydenty według agenta',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Otwarte incydenty według klienta',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -48,7 +48,7 @@ Dict::Add('PL PL', 'Polish', 'Polski', array(
// Class: Incident
//
Dict::Add('PL PL', 'Polish', 'Polski', array(
Dict::Add('PL PL', 'Polish', 'Polski', [
'Class:Incident' => 'Incydent',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => 'Status',
@@ -227,4 +227,4 @@ Dict::Add('PL PL', 'Polish', 'Polski', array(
'Class:Incident/Method:ResolveChildTickets' => 'Rozpatrz zgłoszenia podrzędne',
'Class:Incident/Method:ResolveChildTickets+' => 'Połącz rozwiązanie kaskadowo ze zgłoszeniem podrzędnym (ev_autoresolve) i dopasuj następujące cechy: usługa, zespół, agent, informacje o rozwiązaniu',
'Tickets:Related:OpenIncidents' => 'Otwarte incydenty',
));
]);

View File

@@ -1,15 +1,16 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
*
*/
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
'Menu:IncidentManagement' => 'Gerenciamento de Incidentes',
'Menu:IncidentManagement+' => '',
'Menu:Incident:Overview' => 'Visão geral',
@@ -31,8 +32,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Incidentes abertos por status',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Incidentes abertos por agente',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Incidentes abertos por cliente',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -48,7 +48,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
// Class: Incident
//
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
'Class:Incident' => 'Incidente',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => 'Status',
@@ -227,4 +227,4 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets (resolver solicitações filhas)',
'Class:Incident/Method:ResolveChildTickets+' => 'Conecte a solução a solicitação filha (ev_autoresolve) e alinhe as seguintes características: serviço, equipe, agente, informação da solução',
'Tickets:Related:OpenIncidents' => 'Incidentes abertos',
));
]);

View File

@@ -1,16 +1,17 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
* @author Vladimir Kunin <v.b.kunin@gmail.com>
*
*/
Dict::Add('RU RU', 'Russian', 'Русский', array(
Dict::Add('RU RU', 'Russian', 'Русский', [
'Menu:IncidentManagement' => 'Управление инцидентами',
'Menu:IncidentManagement+' => 'Управление инцидентами',
'Menu:Incident:Overview' => 'Обзор',
@@ -32,8 +33,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Открытые инциденты по статусу',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Открытые инциденты по агенту',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Открытые инциденты по заказчику',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -49,7 +49,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
// Class: Incident
//
Dict::Add('RU RU', 'Russian', 'Русский', array(
Dict::Add('RU RU', 'Russian', 'Русский', [
'Class:Incident' => 'Инцидент',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => 'Статус',
@@ -228,4 +228,4 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets',
'Class:Incident/Method:ResolveChildTickets+' => 'Каскадное решение дочерних тикетов (ev_autoresolve) с установкой следующих параметров: услуга, команда, агент, информация о решении.',
'Tickets:Related:OpenIncidents' => 'Открытые инциденты',
));
]);

View File

@@ -1,15 +1,16 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
*
*/
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
'Menu:IncidentManagement' => 'Incident Management~~',
'Menu:IncidentManagement+' => '~~',
'Menu:Incident:Overview' => 'Overview~~',
@@ -31,8 +32,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidents by status~~',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidents by agent~~',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidents by customer~~',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -48,7 +48,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
// Class: Incident
//
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
'Class:Incident' => 'Incident~~',
'Class:Incident+' => '~~',
'Class:Incident/Attribute:status' => 'Status~~',
@@ -227,4 +227,4 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
));
]);

View File

@@ -1,15 +1,16 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*
*/
/**
*
*/
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
'Menu:IncidentManagement' => 'Incident Management~~',
'Menu:IncidentManagement+' => '',
'Menu:Incident:Overview' => 'Overview~~',
@@ -31,8 +32,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidents by status~~',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidents by agent~~',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidents by customer~~',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -48,7 +48,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
// Class: Incident
//
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
Dict::Add('TR TR', 'Turkish', 'Türkçe', [
'Class:Incident' => 'Incident~~',
'Class:Incident+' => '~~',
'Class:Incident/Attribute:status' => 'Status~~',
@@ -227,4 +227,4 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
));
]);

View File

@@ -1,4 +1,5 @@
<?php
/**
* Localized data
*
@@ -20,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
Dict::Add('ZH CN', 'Chinese', '简体中文', [
'Menu:IncidentManagement' => '事件管理',
'Menu:IncidentManagement+' => '事件管理',
'Menu:Incident:Overview' => '概况',
@@ -42,8 +43,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI-IncidentManagementOverview-OpenIncidentByStatus' => '打开的事件 (按状态)',
'UI-IncidentManagementOverview-OpenIncidentByAgent' => '打开的事件 (按办理人)',
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => '打开的事件 (按客户)',
));
]);
// Dictionnay conventions
// Class:<class_name>
@@ -59,7 +59,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
// Class: Incident
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
Dict::Add('ZH CN', 'Chinese', '简体中文', [
'Class:Incident' => '事件',
'Class:Incident+' => '',
'Class:Incident/Attribute:status' => '状态',
@@ -238,4 +238,4 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Incident/Method:ResolveChildTickets' => '解决子工单',
'Class:Incident/Method:ResolveChildTickets+' => '递归解决子工单 (自动解决), 并调整相关字段与父级工单保持一致: 服务, 团队, 办理人, 解决方案',
'Tickets:Related:OpenIncidents' => '打开的事件',
));
]);