mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 21:18:46 +02:00
61 lines
2.9 KiB
PHP
61 lines
2.9 KiB
PHP
<?php
|
||
// Copyright (C) 2010-2023 Combodo SARL
|
||
//
|
||
// This file is part of iTop.
|
||
//
|
||
// iTop is free software; you can redistribute it and/or modify
|
||
// it under the terms of the GNU Affero General Public License as published by
|
||
// the Free Software Foundation, either version 3 of the License, or
|
||
// (at your option) any later version.
|
||
//
|
||
// iTop is distributed in the hope that it will be useful,
|
||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
// GNU Affero General Public License for more details.
|
||
//
|
||
// You should have received a copy of the GNU Affero General Public License
|
||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||
/**
|
||
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
||
* @license http://opensource.org/licenses/AGPL-3.0
|
||
*/
|
||
//////////////////////////////////////////////////////////////////////
|
||
// Note: The classes have been grouped by categories: bizmodel
|
||
//////////////////////////////////////////////////////////////////////
|
||
//////////////////////////////////////////////////////////////////////
|
||
// Classes in 'bizmodel'
|
||
//////////////////////////////////////////////////////////////////////
|
||
//
|
||
//
|
||
// Class: lnkFunctionalCIToTicket
|
||
//
|
||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||
'Class:lnkFunctionalCIToTicket' => 'İşlevsel CI / Çağrı kaydı bağla',
|
||
'Class:lnkFunctionalCIToTicket+' => '~~',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Çağrı Kaydı',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '~~',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '~~',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Ticket title~~',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '~~',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '~~',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Adı',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '~~',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Etki (Metin)',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '~~',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Etki',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Elle eklendi',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Hesaplandı',
|
||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Etkilemedi',
|
||
));
|
||
|
||
//
|
||
// Class: FunctionalCI
|
||
//
|
||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||
'Class:FunctionalCI/Attribute:tickets_list' => 'Çağrı Kayıtları',
|
||
'Class:FunctionalCI/Attribute:tickets_list+' => 'Bu yapılandırma öğesi için tüm çağrı kayıtları',
|
||
));
|