mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 19:18:44 +02:00
# Conflicts: # core/cmdbsource.class.inc.php # core/config.class.inc.php # core/displayablegraph.class.inc.php # core/log.class.inc.php # datamodels/2.x/itop-config-mgmt/dictionaries/tr.dict.itop-config-mgmt.php # datamodels/2.x/itop-knownerror-mgmt/dictionaries/tr.dict.itop-knownerror-mgmt.php # datamodels/2.x/itop-service-mgmt/dictionaries/tr.dict.itop-service-mgmt.php # datamodels/2.x/itop-tickets/tr.dict.itop-tickets.php # datamodels/2.x/itop-welcome-itil/tr.dict.itop-welcome-itil.php # dictionaries/tr.dictionary.itop.core.php # dictionaries/tr.dictionary.itop.ui.php # pages/UI.php # setup/itopdesignformat.class.inc.php # test/core/LogAPITest.php # test/integration/iTopModulesPhpVersionChecklistTest.php # test/postbuild_integration/SetupCssIntegrityChecklistTest.php # test/postbuild_integration/iTopModuleXmlInstallationChecklistTest.php # test/status/StatusTest.php
140 lines
6.9 KiB
PHP
140 lines
6.9 KiB
PHP
<?php
|
||
/**
|
||
* Localized data
|
||
*
|
||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||
* @license http://opensource.org/licenses/AGPL-3.0
|
||
*
|
||
* 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/>
|
||
*/
|
||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||
'Menu:ChangeManagement' => 'Değişiklik Yönetimi',
|
||
'Menu:Change:Overview' => 'Özet',
|
||
'Menu:Change:Overview+' => '~~',
|
||
'Menu:NewChange' => 'Yeni değişiklik',
|
||
'Menu:NewChange+' => 'Yeni değişiklik isteği yarat',
|
||
'Menu:SearchChanges' => 'Değişiklik ara',
|
||
'Menu:SearchChanges+' => 'Değişiklik isteği ara',
|
||
'Menu:Change:Shortcuts' => 'Kısayollar',
|
||
'Menu:Change:Shortcuts+' => '~~',
|
||
'Menu:WaitingAcceptance' => 'Kabul bekleyen değişiklik talepleri',
|
||
'Menu:WaitingAcceptance+' => '~~',
|
||
'Menu:WaitingApproval' => 'Onay bekleyen değişiklik talepleri',
|
||
'Menu:WaitingApproval+' => '~~',
|
||
'Menu:Changes' => 'Açık değişiklikler',
|
||
'Menu:Changes+' => 'All open changes~~',
|
||
'Menu:MyChanges' => 'Bana atanan değişiklik istekleri',
|
||
'Menu:MyChanges+' => 'Bana atanan değişiklik istekleri',
|
||
'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Son 7 gün için kategoriye göre değişiklikler',
|
||
'UI-ChangeManagementOverview-Last-7-days' => 'Son 7 gün için değişiklik sayısı',
|
||
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Son 7 gün için etki alanı tarafından yapılan değişiklikler',
|
||
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Son 7 gün için duruma göre değişiklikler',
|
||
'Tickets:Related:OpenChanges' => 'Açık değişiklikler',
|
||
'Tickets:Related:RecentChanges' => 'Son değişiklikler (72H)',
|
||
));
|
||
|
||
// Dictionnay conventions
|
||
// Class:<class_name>
|
||
// Class:<class_name>+
|
||
// Class:<class_name>/Attribute:<attribute_code>
|
||
// Class:<class_name>/Attribute:<attribute_code>+
|
||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||
|
||
|
||
//
|
||
// Class: Change
|
||
//
|
||
|
||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||
'Class:Change' => 'Değişiklik',
|
||
'Class:Change+' => '~~',
|
||
'Class:Change/Attribute:status' => 'Durumu',
|
||
'Class:Change/Attribute:status+' => '~~',
|
||
'Class:Change/Attribute:status/Value:new' => 'Yeni',
|
||
'Class:Change/Attribute:status/Value:new+' => '~~',
|
||
'Class:Change/Attribute:status/Value:assigned' => 'Atanmış',
|
||
'Class:Change/Attribute:status/Value:assigned+' => '~~',
|
||
'Class:Change/Attribute:status/Value:planned' => 'Planned~~',
|
||
'Class:Change/Attribute:status/Value:planned+' => '~~',
|
||
'Class:Change/Attribute:status/Value:rejected' => 'Reddedilen',
|
||
'Class:Change/Attribute:status/Value:rejected+' => '~~',
|
||
'Class:Change/Attribute:status/Value:approved' => 'Onaylanan',
|
||
'Class:Change/Attribute:status/Value:approved+' => '~~',
|
||
'Class:Change/Attribute:status/Value:closed' => 'Kapanan',
|
||
'Class:Change/Attribute:status/Value:closed+' => '~~',
|
||
'Class:Change/Attribute:category' => 'Category~~',
|
||
'Class:Change/Attribute:category+' => '~~',
|
||
'Class:Change/Attribute:category/Value:application' => 'application~~',
|
||
'Class:Change/Attribute:category/Value:application+' => 'application~~',
|
||
'Class:Change/Attribute:category/Value:hardware' => 'hardware~~',
|
||
'Class:Change/Attribute:category/Value:hardware+' => 'hardware~~',
|
||
'Class:Change/Attribute:category/Value:network' => 'network~~',
|
||
'Class:Change/Attribute:category/Value:network+' => 'network~~',
|
||
'Class:Change/Attribute:category/Value:other' => 'other~~',
|
||
'Class:Change/Attribute:category/Value:other+' => 'other~~',
|
||
'Class:Change/Attribute:category/Value:software' => 'software~~',
|
||
'Class:Change/Attribute:category/Value:software+' => 'software~~',
|
||
'Class:Change/Attribute:category/Value:system' => 'system~~',
|
||
'Class:Change/Attribute:category/Value:system+' => 'system~~',
|
||
'Class:Change/Attribute:reject_reason' => 'Reject reason~~',
|
||
'Class:Change/Attribute:reject_reason+' => '~~',
|
||
'Class:Change/Attribute:changemanager_id' => 'Change manager~~',
|
||
'Class:Change/Attribute:changemanager_id+' => '~~',
|
||
'Class:Change/Attribute:changemanager_email' => 'Change manager email~~',
|
||
'Class:Change/Attribute:changemanager_email+' => '~~',
|
||
'Class:Change/Attribute:parent_id' => 'Ana Kaynak Değişimi',
|
||
'Class:Change/Attribute:parent_id+' => '~~',
|
||
'Class:Change/Attribute:parent_name' => 'Ana Kaynak Değişimi Ref',
|
||
'Class:Change/Attribute:parent_name+' => '~~',
|
||
'Class:Change/Attribute:creation_date' => 'Yaratıldı',
|
||
'Class:Change/Attribute:creation_date+' => '~~',
|
||
'Class:Change/Attribute:approval_date' => 'Approval date~~',
|
||
'Class:Change/Attribute:approval_date+' => '~~',
|
||
'Class:Change/Attribute:fallback_plan' => 'Fallback plan~~',
|
||
'Class:Change/Attribute:fallback_plan+' => '~~',
|
||
'Class:Change/Attribute:related_request_list' => 'İlgili Talepler',
|
||
'Class:Change/Attribute:related_request_list+' => 'Bu değişikliğe bağlı tüm kullanıcı istekleri',
|
||
'Class:Change/Attribute:related_incident_list' => 'İlişkili Olaylar',
|
||
'Class:Change/Attribute:related_incident_list+' => 'Bu değişikliğe bağlı tüm olaylar',
|
||
'Class:Change/Attribute:related_problems_list' => 'İlgili problemler',
|
||
'Class:Change/Attribute:related_problems_list+' => 'Bu değişiklikle bağlantılı tüm problemler',
|
||
'Class:Change/Attribute:child_changes_list' => 'Alt bağlantı değişiklikleri',
|
||
'Class:Change/Attribute:child_changes_list+' => 'Bu değişikliğe bağlı tüm alt değişiklikler',
|
||
'Class:Change/Attribute:parent_id_friendlyname' => 'Ana Kaynak Bilinen Adı',
|
||
'Class:Change/Attribute:parent_id_friendlyname+' => '~~',
|
||
'Class:Change/Stimulus:ev_assign' => 'Ata',
|
||
'Class:Change/Stimulus:ev_assign+' => '~~',
|
||
'Class:Change/Stimulus:ev_plan' => 'Planla',
|
||
'Class:Change/Stimulus:ev_plan+' => '~~',
|
||
'Class:Change/Stimulus:ev_reject' => 'Ret',
|
||
'Class:Change/Stimulus:ev_reject+' => '~~',
|
||
'Class:Change/Stimulus:ev_reopen' => 'Tekrar aç',
|
||
'Class:Change/Stimulus:ev_reopen+' => '~~',
|
||
'Class:Change/Stimulus:ev_approve' => 'Onayla',
|
||
'Class:Change/Stimulus:ev_approve+' => '~~',
|
||
'Class:Change/Stimulus:ev_finish' => 'Bitir',
|
||
'Class:Change/Stimulus:ev_finish+' => '~~',
|
||
'Class:Change/Attribute:outage' => 'Servis kesilmesi',
|
||
'Class:Change/Attribute:outage+' => '~~',
|
||
'Class:Change/Attribute:outage/Value:no' => 'Hayır',
|
||
'Class:Change/Attribute:outage/Value:no+' => '~~',
|
||
'Class:Change/Attribute:outage/Value:yes' => 'Evet',
|
||
'Class:Change/Attribute:outage/Value:yes+' => '~~',
|
||
));
|