mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
🚚 Move dict files to dictionaries subdirectory
Affected modules in datamodels/2.x :
- itop-bridge-cmdb-ticket
- itop-portal
- itop-structure
This commit is contained in:
@@ -0,0 +1,361 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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/>
|
||||
/**
|
||||
* Localized data.
|
||||
*
|
||||
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||||
* @author Lukáš Dvořák <lukas.dvorak@itopportal.cz>
|
||||
* @author Daniel Rokos <daniel.rokos@itopportal.cz>
|
||||
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Relations
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:Organization' => 'Organizace',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Název',
|
||||
'Class:Organization/Attribute:name+' => '',
|
||||
'Class:Organization/Attribute:code' => 'Kód',
|
||||
'Class:Organization/Attribute:code+' => 'Kód organizace (IČO, DIČO,...)',
|
||||
'Class:Organization/Attribute:status' => 'Stav',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Aktivní',
|
||||
'Class:Organization/Attribute:status/Value:active+' => '',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Neaktivní',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => '',
|
||||
'Class:Organization/Attribute:parent_id' => 'Mateřská organizace',
|
||||
'Class:Organization/Attribute:parent_id+' => '',
|
||||
'Class:Organization/Attribute:parent_name' => 'Název mateřské organizace',
|
||||
'Class:Organization/Attribute:parent_name+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Model poskytování služeb',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Název modelu poskytování služeb',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Mateřská organizace',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => '',
|
||||
'Class:Organization/Attribute:overview' => 'Overview~~',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~',
|
||||
'Organization:Overview:Users' => 'iTop Users within this organization~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:Location' => 'Umístění',
|
||||
'Class:Location+' => 'Jakékoli umístění: země, okres, město, čtvrť, budova, patro, místnost, rack,...',
|
||||
'Class:Location/Attribute:name' => 'Název',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Stav',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Aktivní',
|
||||
'Class:Location/Attribute:status/Value:active+' => '',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Neaktivní',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => '',
|
||||
'Class:Location/Attribute:org_id' => 'Vlastník (Organizace)',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Vlastník (Organizace)',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Adresa',
|
||||
'Class:Location/Attribute:address+' => '',
|
||||
'Class:Location/Attribute:postal_code' => 'PSČ',
|
||||
'Class:Location/Attribute:postal_code+' => 'Poštovní směrovací číslo',
|
||||
'Class:Location/Attribute:city' => 'Město',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Země',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Zařízení',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'Všechna zařízení v tomto umístění',
|
||||
'Class:Location/Attribute:person_list' => 'Kontakty',
|
||||
'Class:Location/Attribute:person_list+' => 'Všechny kontakty v tomto umístění',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:Contact' => 'Kontakt',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Název',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Stav',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Aktivní',
|
||||
'Class:Contact/Attribute:status/Value:active+' => '',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Neaktivní',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => '',
|
||||
'Class:Contact/Attribute:org_id' => 'Organizace',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Název organizace',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Email',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Telefon',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Upozornění',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'ne',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'ano',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => '',
|
||||
'Class:Contact/Attribute:function' => 'Funkce',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'Konfigurační položky',
|
||||
'Class:Contact/Attribute:cis_list+' => 'Všechny konfigurační položky spojené s tímto kontaktem',
|
||||
'Class:Contact/Attribute:finalclass' => 'Typ kontaktu',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:Person' => 'Osoba',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Příjmení',
|
||||
'Class:Person/Attribute:name+' => '',
|
||||
'Class:Person/Attribute:first_name' => 'Jméno',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Osobní číslo',
|
||||
'Class:Person/Attribute:employee_number+' => '',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Mobilní telefon',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => 'Umístění',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => 'Umístění',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'Vedoucí',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => 'Vedoucí',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => 'Týmy',
|
||||
'Class:Person/Attribute:team_list+' => 'Všechny týmy, kterých je tato osoba členem',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tikety',
|
||||
'Class:Person/Attribute:tickets_list+' => 'Všechny tikety, které tato osoba zadala',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Popisný název vedoucího',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Picture~~',
|
||||
'Class:Person/Attribute:picture+' => '~~',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organization~~',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number~~',
|
||||
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization~~',
|
||||
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:Team' => 'Tým',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'Členové',
|
||||
'Class:Team/Attribute:persons_list+' => 'Všichni členové týmu',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tikety',
|
||||
'Class:Team/Attribute:tickets_list+' => 'Všechny tikety přidělené tomuto týmu',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:Document' => 'Dokument',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Název',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Organizace',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => 'Název organizace',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Typ dokumentu',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Název typu dokumentu',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => 'Verze',
|
||||
'Class:Document/Attribute:version+' => '',
|
||||
'Class:Document/Attribute:description' => 'Popis',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Stav',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Návrh',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Zastaralý',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Publikovaný',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'Konfigurační položky',
|
||||
'Class:Document/Attribute:cis_list+' => '',
|
||||
'Class:Document/Attribute:finalclass' => 'Typ dokumentu',
|
||||
'Class:Document/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:DocumentFile' => 'Dokument (soubor)',
|
||||
'Class:DocumentFile+' => '',
|
||||
'Class:DocumentFile/Attribute:file' => 'Soubor',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:DocumentNote' => 'Dokument (poznámka)',
|
||||
'Class:DocumentNote+' => '',
|
||||
'Class:DocumentNote/Attribute:text' => 'Poznámka',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:DocumentWeb' => 'Dokument (web)',
|
||||
'Class:DocumentWeb+' => '',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:Typology' => 'Typologie',
|
||||
'Class:Typology+' => '',
|
||||
'Class:Typology/Attribute:name' => 'Název',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => 'Typ',
|
||||
'Class:Typology/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:DocumentType' => 'Typ dokumentu',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:ContactType' => 'Typ kontaktu',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:lnkPersonToTeam' => 'Spojení (Osoba / Tým)',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Tým',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Název týmu',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Osoba',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Název osoby',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Role',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Název role',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Menu:DataAdministration' => 'Správa dat',
|
||||
'Menu:DataAdministration+' => 'Správa dat',
|
||||
'Menu:Catalogs' => 'Katalogy',
|
||||
'Menu:Catalogs+' => 'Datové typy',
|
||||
'Menu:Audit' => 'Audit',
|
||||
'Menu:Audit+' => 'Audit',
|
||||
'Menu:CSVImport' => 'CSV import',
|
||||
'Menu:CSVImport+' => 'Hromadné vytvoření nebo aktualizace',
|
||||
'Menu:Organization' => 'Organizace',
|
||||
'Menu:Organization+' => 'Všechny organizace',
|
||||
'Menu:ConfigManagement' => 'Správa konfigurací',
|
||||
'Menu:ConfigManagement+' => 'Správa konfigurací',
|
||||
'Menu:ConfigManagementCI' => 'Konfigurační položky',
|
||||
'Menu:ConfigManagementCI+' => 'Konfigurační položky',
|
||||
'Menu:ConfigManagementOverview' => 'Přehled',
|
||||
'Menu:ConfigManagementOverview+' => 'Přehled',
|
||||
'Menu:Contact' => 'Kontakty',
|
||||
'Menu:Contact+' => 'Kontakty',
|
||||
'Menu:Contact:Count' => '%1$d kontaktů',
|
||||
'Menu:Person' => 'Osoby',
|
||||
'Menu:Person+' => 'Všechny osoby',
|
||||
'Menu:Team' => 'Týmy',
|
||||
'Menu:Team+' => 'Všechny týmy',
|
||||
'Menu:Document' => 'Dokumenty',
|
||||
'Menu:Document+' => 'Všechny dokumenty',
|
||||
'Menu:Location' => 'Umístění',
|
||||
'Menu:Location+' => 'Všechna umístění',
|
||||
'Menu:NewContact' => 'Nový kontakt',
|
||||
'Menu:NewContact+' => 'Nový kontakt',
|
||||
'Menu:SearchContacts' => 'Hledat kontakty',
|
||||
'Menu:SearchContacts+' => 'Hledat kontakty',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Odkazy',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Všechny kontakty: %1$d',
|
||||
'Menu:Typology' => 'Typologie',
|
||||
'Menu:Typology+' => 'Konfigurace typologie',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Souhrn',
|
||||
'Menu:ConfigManagement:Typology' => 'Konfigurace typologie',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Person:info' => 'Obecné informace',
|
||||
'UserLocal:info' => 'General information~~',
|
||||
'Person:personal_info' => 'Personal information~~',
|
||||
'Person:notifiy' => 'Upozornění',
|
||||
));
|
||||
@@ -0,0 +1,351 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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>
|
||||
* @author Erik Bøg <erik@boegmoeller.dk>
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Organization' => 'Organisation',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Navn',
|
||||
'Class:Organization/Attribute:name+' => 'Almindeligt navn',
|
||||
'Class:Organization/Attribute:code' => 'Kodenummer',
|
||||
'Class:Organization/Attribute:code+' => '',
|
||||
'Class:Organization/Attribute:status' => 'Status',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Aktiv',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'Aktiv',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Inaktiv',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => 'Inaktiv',
|
||||
'Class:Organization/Attribute:parent_id' => 'Parent id',
|
||||
'Class:Organization/Attribute:parent_id+' => '',
|
||||
'Class:Organization/Attribute:parent_name' => 'Parent name',
|
||||
'Class:Organization/Attribute:parent_name+' => 'Parent name',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Leverings Model Id',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Leveringsmodel navn',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Parent',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => '',
|
||||
'Class:Organization/Attribute:overview' => 'Overview~~',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~',
|
||||
'Organization:Overview:Users' => 'iTop Users within this organization~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Location' => 'Placering',
|
||||
'Class:Location+' => 'Enhver type af placering: Region, land, by, bygning, rum rack, ...',
|
||||
'Class:Location/Attribute:name' => 'Navn',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Status',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Aktiv',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'Aktiv',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Inaktiv',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => 'Inaktiv',
|
||||
'Class:Location/Attribute:org_id' => 'Organisation',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Organisationsnavn',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Adresse',
|
||||
'Class:Location/Attribute:address+' => 'Postadresse',
|
||||
'Class:Location/Attribute:postal_code' => 'Postnummer',
|
||||
'Class:Location/Attribute:postal_code+' => 'Postnummer',
|
||||
'Class:Location/Attribute:city' => 'By',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Land',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'List Fysiske Enheder',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => '',
|
||||
'Class:Location/Attribute:person_list' => 'List Kontakter',
|
||||
'Class:Location/Attribute:person_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Contact' => 'Kontakt',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Navn',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Status',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Aktiv',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'Aktiv',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Inaktiv',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => 'Inaktiv',
|
||||
'Class:Contact/Attribute:org_id' => 'Organisation',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Organisation',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Email',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Telefonnummer',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Underretning',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'Nej',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'Ja',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => '',
|
||||
'Class:Contact/Attribute:function' => 'Funktion',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'CIs',
|
||||
'Class:Contact/Attribute:cis_list+' => '',
|
||||
'Class:Contact/Attribute:finalclass' => 'Type',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Person' => 'Person',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Efternavn',
|
||||
'Class:Person/Attribute:name+' => '~~',
|
||||
'Class:Person/Attribute:first_name' => 'Fornavn',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Personalenummer',
|
||||
'Class:Person/Attribute:employee_number+' => '',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Mobiltelefon',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => 'Placering',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => 'Placering',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'Manager',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => 'Manager-Navn',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => 'List Teams',
|
||||
'Class:Person/Attribute:team_list+' => '',
|
||||
'Class:Person/Attribute:tickets_list' => 'List Tickets',
|
||||
'Class:Person/Attribute:tickets_list+' => '',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Manager Friendly Name',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Picture~~',
|
||||
'Class:Person/Attribute:picture+' => '~~',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organization~~',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number~~',
|
||||
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization~~',
|
||||
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Team' => 'Team',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'List Medlemmer',
|
||||
'Class:Team/Attribute:persons_list+' => '',
|
||||
'Class:Team/Attribute:tickets_list' => 'List Tickets',
|
||||
'Class:Team/Attribute:tickets_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Document' => 'Dokument',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Navn',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Organisation',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => 'Organisationsnavn',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Dokumenttype',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Dokumenttypnavn',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => 'Version~~',
|
||||
'Class:Document/Attribute:version+' => '~~',
|
||||
'Class:Document/Attribute:description' => 'Beskrivelse',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Status',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Udkast',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Forældet',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Offentlig',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CIs',
|
||||
'Class:Document/Attribute:cis_list+' => '',
|
||||
'Class:Document/Attribute:finalclass' => 'Dokumenttype',
|
||||
'Class:Document/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:DocumentFile' => 'Dokument (Data)',
|
||||
'Class:DocumentFile+' => '',
|
||||
'Class:DocumentFile/Attribute:file' => 'Data',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:DocumentNote' => 'Dokument (Noter)',
|
||||
'Class:DocumentNote+' => '',
|
||||
'Class:DocumentNote/Attribute:text' => 'Tekst',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:DocumentWeb' => 'Dokument (Web)',
|
||||
'Class:DocumentWeb+' => '',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Typology' => 'Typologi',
|
||||
'Class:Typology+' => '',
|
||||
'Class:Typology/Attribute:name' => 'Navn',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => 'Type',
|
||||
'Class:Typology/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:DocumentType' => 'Dokumentype',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:ContactType' => 'Kontakttype',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:lnkPersonToTeam' => 'Sammenhæng Person/Team',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Team',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Team navn',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Person',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Person navn',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Rolle',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Rollen navn',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Menu:DataAdministration' => 'Data administration',
|
||||
'Menu:DataAdministration+' => '',
|
||||
'Menu:Catalogs' => 'Katalog',
|
||||
'Menu:Catalogs+' => 'Datatyper',
|
||||
'Menu:Audit' => 'Audit',
|
||||
'Menu:Audit+' => 'Audit',
|
||||
'Menu:CSVImport' => 'CSV import~~',
|
||||
'Menu:CSVImport+' => 'Bulk creation or update~~',
|
||||
'Menu:Organization' => 'Organisation',
|
||||
'Menu:Organization+' => 'Alle Organisationer',
|
||||
'Menu:ConfigManagement' => 'Configuration Management',
|
||||
'Menu:ConfigManagement+' => 'Configuration Management',
|
||||
'Menu:ConfigManagementCI' => 'Configuration Items',
|
||||
'Menu:ConfigManagementCI+' => 'Configuration Items',
|
||||
'Menu:ConfigManagementOverview' => 'Oversigt',
|
||||
'Menu:ConfigManagementOverview+' => 'Oversigt',
|
||||
'Menu:Contact' => 'Kontakt',
|
||||
'Menu:Contact+' => 'Kontakt',
|
||||
'Menu:Contact:Count' => '%1$d kontakter',
|
||||
'Menu:Person' => 'Person',
|
||||
'Menu:Person+' => 'Alle Personer',
|
||||
'Menu:Team' => 'Teams',
|
||||
'Menu:Team+' => 'Alle Teams',
|
||||
'Menu:Document' => 'Dokument',
|
||||
'Menu:Document+' => 'Alle Dokumenter',
|
||||
'Menu:Location' => 'Placering',
|
||||
'Menu:Location+' => 'Alle Placeringer',
|
||||
'Menu:NewContact' => 'Ny Kontakt',
|
||||
'Menu:NewContact+' => 'Ny Kontakt',
|
||||
'Menu:SearchContacts' => 'Søg efter kontakter',
|
||||
'Menu:SearchContacts+' => 'Søg efter kontakter',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Genveje',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Alle Kontakter: %1$d',
|
||||
'Menu:Typology' => 'Typologi-Konfiguration',
|
||||
'Menu:Typology+' => '',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Sammenfatning',
|
||||
'Menu:ConfigManagement:Typology' => 'Typologi Konfiguration',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Person:info' => 'Almindelig Information',
|
||||
'UserLocal:info' => 'General information~~',
|
||||
'Person:personal_info' => 'Personal information~~',
|
||||
'Person:notifiy' => 'Underretning',
|
||||
));
|
||||
@@ -0,0 +1,360 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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>
|
||||
* @author ITOMIG GmbH <martin.raenker@itomig.de>
|
||||
|
||||
* @copyright Copyright (C) 2021 Combodo SARL
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Relations
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Organization' => 'Organisation',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Name',
|
||||
'Class:Organization/Attribute:name+' => 'Gemeinsamer Name',
|
||||
'Class:Organization/Attribute:code' => 'Kennziffer',
|
||||
'Class:Organization/Attribute:code+' => 'Organisationskennziffer (D-U-N-S, Siret)',
|
||||
'Class:Organization/Attribute:status' => 'Status',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Aktiv',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'Aktiv',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Inaktiv',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => 'Inaktiv',
|
||||
'Class:Organization/Attribute:parent_id' => 'Mutterfirma',
|
||||
'Class:Organization/Attribute:parent_id+' => 'Dachorganisation',
|
||||
'Class:Organization/Attribute:parent_name' => 'Name der Mutterfirma',
|
||||
'Class:Organization/Attribute:parent_name+' => 'Name der Mutterfirma',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery-Modell',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery-Modell-Name',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Parent',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => '',
|
||||
'Class:Organization/Attribute:overview' => 'Überblick',
|
||||
'Organization:Overview:FunctionalCIs' => 'CIs dieser Organisation',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'nach Typ',
|
||||
'Organization:Overview:Users' => 'iTop Benutzer innerhalb dieser Organisation',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Location' => 'Standort',
|
||||
'Class:Location+' => 'Jeder Typ von Standort: Region, Land, Stadt, Seite, Gebäude, Flur, Raum, Rack,...',
|
||||
'Class:Location/Attribute:name' => 'Name',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Status',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Aktiv',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'Aktiv',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Inaktiv',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => 'Inaktiv',
|
||||
'Class:Location/Attribute:org_id' => 'Organisation',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Name der Organisation',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Adresse',
|
||||
'Class:Location/Attribute:address+' => 'Postanschrift',
|
||||
'Class:Location/Attribute:postal_code' => 'Postleitzahl',
|
||||
'Class:Location/Attribute:postal_code+' => 'Postleitzahl',
|
||||
'Class:Location/Attribute:city' => 'Stadt',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Land',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Geräte',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => '',
|
||||
'Class:Location/Attribute:person_list' => 'Kontakte',
|
||||
'Class:Location/Attribute:person_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Contact' => 'Kontakt',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Name',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Status',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Aktiv',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'Aktiv',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Inaktiv',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => 'Inaktiv',
|
||||
'Class:Contact/Attribute:org_id' => 'Organisation',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Organisation',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Email',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Telefonnummer',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Benachrichtigung',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'Nein',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'Ja',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => '',
|
||||
'Class:Contact/Attribute:function' => 'Funktion',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'CIs',
|
||||
'Class:Contact/Attribute:cis_list+' => '',
|
||||
'Class:Contact/Attribute:finalclass' => 'Typ',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Person' => 'Person',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Name',
|
||||
'Class:Person/Attribute:name+' => '',
|
||||
'Class:Person/Attribute:first_name' => 'Vorname',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Personalnummer',
|
||||
'Class:Person/Attribute:employee_number+' => '',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Mobiltelefone',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => 'Standort',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => 'Standortname',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'Manager',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => 'Manager-Name',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => 'Teams',
|
||||
'Class:Person/Attribute:team_list+' => '',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Person/Attribute:tickets_list+' => '',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Manager Friendly Name',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Bild',
|
||||
'Class:Person/Attribute:picture+' => '',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'Die Personalnummer muss innerhalb dieser Organisation eindeutig sein.',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'In der Organisation \'$this->org_name$\' existiert bereits eine Person mit der gleichen Personalnummer',
|
||||
'Class:Person/UniquenessRule:name+' => 'Innerhalb einer Organisation muss der Name einer Person eindeutig sein',
|
||||
'Class:Person/UniquenessRule:name' => 'In der Organisation \'$this->org_name$\' existiert bereits eine Person mit dem gleichen Namen',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Team' => 'Team',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'Mitglieder',
|
||||
'Class:Team/Attribute:persons_list+' => '',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Team/Attribute:tickets_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Document' => 'Dokument',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Name',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Organisation',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => 'Organisationsname',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Dokumenttyp',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Dokumenttypname',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => 'Version',
|
||||
'Class:Document/Attribute:version+' => '',
|
||||
'Class:Document/Attribute:description' => 'Beschreibung',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Status',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Entwurf',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Obsolet (Veraltet)',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Veröffentlicht',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CIs',
|
||||
'Class:Document/Attribute:cis_list+' => '',
|
||||
'Class:Document/Attribute:finalclass' => 'Dokumenttyp',
|
||||
'Class:Document/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:DocumentFile' => 'Dokument (Datei)',
|
||||
'Class:DocumentFile+' => '',
|
||||
'Class:DocumentFile/Attribute:file' => 'Datei',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:DocumentNote' => 'Dokument (Notiz)',
|
||||
'Class:DocumentNote+' => '',
|
||||
'Class:DocumentNote/Attribute:text' => 'Text',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:DocumentWeb' => 'Dokument (Web)',
|
||||
'Class:DocumentWeb+' => '',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Typology' => 'Typologie',
|
||||
'Class:Typology+' => '',
|
||||
'Class:Typology/Attribute:name' => 'Name',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => 'Typ',
|
||||
'Class:Typology/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:DocumentType' => 'Dokumentyp',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:ContactType' => 'Kontakttyp',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:lnkPersonToTeam' => 'Verknüpfung Person/Team',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Team',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Teamname',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Person',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Personenname',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Rolle',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Rollenname',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Menu:DataAdministration' => 'Data Management',
|
||||
'Menu:DataAdministration+' => 'Data Management',
|
||||
'Menu:Catalogs' => 'Kataloge',
|
||||
'Menu:Catalogs+' => 'Datentypen',
|
||||
'Menu:Audit' => 'Audit',
|
||||
'Menu:Audit+' => 'Audit',
|
||||
'Menu:CSVImport' => 'CSV-Import',
|
||||
'Menu:CSVImport+' => 'Massenerstellung oder -aktualisierung',
|
||||
'Menu:Organization' => 'Organisationen',
|
||||
'Menu:Organization+' => 'Alle Organisationen',
|
||||
'Menu:ConfigManagement' => 'Configuration Management',
|
||||
'Menu:ConfigManagement+' => 'Configuration Management',
|
||||
'Menu:ConfigManagementCI' => 'Configuration Items',
|
||||
'Menu:ConfigManagementCI+' => 'Configuration Items',
|
||||
'Menu:ConfigManagementOverview' => 'Übersicht',
|
||||
'Menu:ConfigManagementOverview+' => 'Übersicht',
|
||||
'Menu:Contact' => 'Kontakte',
|
||||
'Menu:Contact+' => 'Kontakte',
|
||||
'Menu:Contact:Count' => '%1$d Kontakte',
|
||||
'Menu:Person' => 'Personen',
|
||||
'Menu:Person+' => 'Alle Personen',
|
||||
'Menu:Team' => 'Teams',
|
||||
'Menu:Team+' => 'Alle Teams',
|
||||
'Menu:Document' => 'Dokumente',
|
||||
'Menu:Document+' => 'Alle Dokumente',
|
||||
'Menu:Location' => 'Standorte',
|
||||
'Menu:Location+' => 'Alle Standorte',
|
||||
'Menu:NewContact' => 'Neuer Kontakt',
|
||||
'Menu:NewContact+' => 'Neuer Kontakt',
|
||||
'Menu:SearchContacts' => 'Nach Kontakten suchen',
|
||||
'Menu:SearchContacts+' => 'Nach Kontakten suchen',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Shortcuts',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Alle Kontakte: %1$d',
|
||||
'Menu:Typology' => 'Typologie-Konfiguration',
|
||||
'Menu:Typology+' => '',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Zusammenfassung',
|
||||
'Menu:ConfigManagement:Typology' => 'Typologie-Konfiguration',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Person:info' => 'Allgemeine Informationen',
|
||||
'UserLocal:info' => 'Allgemeine Informationen',
|
||||
'Person:personal_info' => 'Persönliche Informationen',
|
||||
'Person:notifiy' => 'Benachrichtigungen',
|
||||
));
|
||||
@@ -0,0 +1,373 @@
|
||||
<?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/>
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnary 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:<class_name>/UniquenessRule:<rule_code>
|
||||
// Class:<class_name>/UniquenessRule:<rule_code>+
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Organization' => 'Organization',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Name',
|
||||
'Class:Organization/Attribute:name+' => 'Common name',
|
||||
'Class:Organization/Attribute:code' => 'Code',
|
||||
'Class:Organization/Attribute:code+' => 'Organization code (Siret, DUNS,...)',
|
||||
'Class:Organization/Attribute:status' => 'Status',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Active',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'Active',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Inactive',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => 'Inactive',
|
||||
'Class:Organization/Attribute:parent_id' => 'Parent',
|
||||
'Class:Organization/Attribute:parent_id+' => 'Parent organization',
|
||||
'Class:Organization/Attribute:parent_name' => 'Parent name',
|
||||
'Class:Organization/Attribute:parent_name+' => 'Name of the parent organization',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Parent',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Parent organization',
|
||||
'Class:Organization/Attribute:overview' => 'Overview',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'by type',
|
||||
'Organization:Overview:Users' => 'iTop Users within this organization',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Location' => 'Location',
|
||||
'Class:Location+' => 'Any type of location: Region, Country, City, Site, Building, Floor, Room, Rack,...',
|
||||
'Class:Location/Attribute:name' => 'Name',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Status',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Active',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'Active',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Inactive',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => 'Inactive',
|
||||
'Class:Location/Attribute:org_id' => 'Owner organization',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Name of the owner organization',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Address',
|
||||
'Class:Location/Attribute:address+' => 'Postal address',
|
||||
'Class:Location/Attribute:postal_code' => 'Postal code',
|
||||
'Class:Location/Attribute:postal_code+' => 'ZIP/Postal code',
|
||||
'Class:Location/Attribute:city' => 'City',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Country',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Devices',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'All the devices in this location',
|
||||
'Class:Location/Attribute:person_list' => 'Contacts',
|
||||
'Class:Location/Attribute:person_list+' => 'All the contacts located on this location',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Contact' => 'Contact',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Name',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Status',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Active',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'Active',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Inactive',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => 'Inactive',
|
||||
'Class:Contact/Attribute:org_id' => 'Organization',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Organization name',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Email',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Phone',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Notification',
|
||||
'Class:Contact/Attribute:notify+' => 'Flag which can be used by each notification',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'no',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'no',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'yes',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'yes',
|
||||
'Class:Contact/Attribute:function' => 'Function',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'CIs',
|
||||
'Class:Contact/Attribute:cis_list+' => 'All the configuration items linked to this contact',
|
||||
'Class:Contact/Attribute:finalclass' => 'Contact sub-class',
|
||||
'Class:Contact/Attribute:finalclass+' => 'Name of the final class',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Person' => 'Person',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Last Name',
|
||||
'Class:Person/Attribute:name+' => '',
|
||||
'Class:Person/Attribute:first_name' => 'First Name',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Employee number',
|
||||
'Class:Person/Attribute:employee_number+' => '',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Mobile phone',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => 'Location',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => 'Location name',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'Manager',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => 'Manager name',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => 'Teams',
|
||||
'Class:Person/Attribute:team_list+' => 'All the teams this person belongs to',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Person/Attribute:tickets_list+' => 'All the tickets this person is the caller',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Manager friendly name',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Picture',
|
||||
'Class:Person/Attribute:picture+' => '',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organization',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number',
|
||||
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization',
|
||||
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Team' => 'Team',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'Members',
|
||||
'Class:Team/Attribute:persons_list+' => 'All the people belonging to this team',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Team/Attribute:tickets_list+' => 'All the tickets assigned to this team',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Document' => 'Document',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Name',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Organization',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => 'Organization name',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Document type',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Document type name',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => 'Version',
|
||||
'Class:Document/Attribute:version+' => '',
|
||||
'Class:Document/Attribute:description' => 'Description',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Status',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Draft',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Obsolete',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Published',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CIs',
|
||||
'Class:Document/Attribute:cis_list+' => 'All the configuration items linked to this document',
|
||||
'Class:Document/Attribute:finalclass' => 'Document sub-class',
|
||||
'Class:Document/Attribute:finalclass+' => 'Name of the final class',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:DocumentFile' => 'Document File',
|
||||
'Class:DocumentFile+' => '',
|
||||
'Class:DocumentFile/Attribute:file' => 'File',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:DocumentNote' => 'Document Note',
|
||||
'Class:DocumentNote+' => '',
|
||||
'Class:DocumentNote/Attribute:text' => 'Text',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:DocumentWeb' => 'Document Web',
|
||||
'Class:DocumentWeb+' => '',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Typology' => 'Typology',
|
||||
'Class:Typology+' => '',
|
||||
'Class:Typology/Attribute:name' => 'Name',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => 'Typology sub-class',
|
||||
'Class:Typology/Attribute:finalclass+' => 'Name of the final class',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:DocumentType' => 'Document Type',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:ContactType' => 'Contact Type',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:lnkPersonToTeam' => 'Link Person / Team',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Team',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Team name',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Person',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Person name',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Role',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Role name',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Menu:DataAdministration' => 'Data administration',
|
||||
'Menu:DataAdministration+' => 'Data administration',
|
||||
'Menu:Catalogs' => 'Catalogs',
|
||||
'Menu:Catalogs+' => 'Data types',
|
||||
'Menu:Audit' => 'Audit',
|
||||
'Menu:Audit+' => 'Audit',
|
||||
'Menu:CSVImport' => 'CSV import',
|
||||
'Menu:CSVImport+' => 'Bulk creation or update',
|
||||
'Menu:Organization' => 'Organizations',
|
||||
'Menu:Organization+' => 'All organizations',
|
||||
'Menu:ConfigManagement' => 'Configuration Management',
|
||||
'Menu:ConfigManagement+' => 'Configuration Management',
|
||||
'Menu:ConfigManagementCI' => 'Configuration items',
|
||||
'Menu:ConfigManagementCI+' => 'Configuration items',
|
||||
'Menu:ConfigManagementOverview' => 'Overview',
|
||||
'Menu:ConfigManagementOverview+' => 'Overview',
|
||||
'Menu:Contact' => 'Contacts',
|
||||
'Menu:Contact+' => 'Contacts',
|
||||
'Menu:Contact:Count' => '%1$d contacts',
|
||||
'Menu:Person' => 'Persons',
|
||||
'Menu:Person+' => 'All persons',
|
||||
'Menu:Team' => 'Teams',
|
||||
'Menu:Team+' => 'All teams',
|
||||
'Menu:Document' => 'Documents',
|
||||
'Menu:Document+' => 'All documents',
|
||||
'Menu:Location' => 'Locations',
|
||||
'Menu:Location+' => 'All locations',
|
||||
'Menu:NewContact' => 'New contact',
|
||||
'Menu:NewContact+' => 'New contact',
|
||||
'Menu:SearchContacts' => 'Search for contacts',
|
||||
'Menu:SearchContacts+' => 'Search for contacts',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Shortcuts',
|
||||
'Menu:ConfigManagement:AllContacts' => 'All contacts: %1$d',
|
||||
'Menu:Typology' => 'Typology configuration',
|
||||
'Menu:Typology+' => 'Typology configuration',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Summary',
|
||||
'Menu:ConfigManagement:Typology' => 'Typology configuration',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Person:info' => 'General information',
|
||||
'UserLocal:info' => 'General information',
|
||||
'Person:personal_info' => 'Personal information',
|
||||
'Person:notifiy' => 'Notification',
|
||||
));
|
||||
@@ -0,0 +1,355 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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/>
|
||||
/**
|
||||
* Localized data
|
||||
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
* @traductor Miguel Turrubiates <miguel_tf@yahoo.com>
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Organization' => 'Organización',
|
||||
'Class:Organization+' => 'Organización',
|
||||
'Class:Organization/Attribute:name' => 'Nombre',
|
||||
'Class:Organization/Attribute:name+' => 'Nombre de la Organización',
|
||||
'Class:Organization/Attribute:code' => 'Código',
|
||||
'Class:Organization/Attribute:code+' => 'Código de Organización (RFC, DUNS, Siret, etc.)',
|
||||
'Class:Organization/Attribute:status' => 'Estatus',
|
||||
'Class:Organization/Attribute:status+' => 'Estatus',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Activo',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'Activo',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Inactivo',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => 'Inactivo',
|
||||
'Class:Organization/Attribute:parent_id' => 'Padre',
|
||||
'Class:Organization/Attribute:parent_id+' => 'Organización Padre',
|
||||
'Class:Organization/Attribute:parent_name' => 'Organización Padre',
|
||||
'Class:Organization/Attribute:parent_name+' => 'Nombre de la Organización Padre',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Modelo de Entrega',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => 'Modelo de Entrega',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Nombre del Modelo de Entrega',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => 'Nombre del Modelo de Entrega',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Organización Padre',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Organización Padre',
|
||||
'Class:Organization/Attribute:overview' => 'Overview~~',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~',
|
||||
'Organization:Overview:Users' => 'iTop Users within this organization~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Location' => 'Localidad',
|
||||
'Class:Location+' => 'Cualquier Tipo de Localidad: Región, País, Ciudad, Sitio, Edificio, Piso, Cuarto, Rack,...',
|
||||
'Class:Location/Attribute:name' => 'Nombre',
|
||||
'Class:Location/Attribute:name+' => 'Nombre de Localidad',
|
||||
'Class:Location/Attribute:status' => 'Estatus',
|
||||
'Class:Location/Attribute:status+' => 'Estatus de Localidad',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Activo',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'Activo',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Inactivo',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => 'Inactivo',
|
||||
'Class:Location/Attribute:org_id' => 'Organización',
|
||||
'Class:Location/Attribute:org_id+' => 'Organización',
|
||||
'Class:Location/Attribute:org_name' => 'Nombre de la Organización',
|
||||
'Class:Location/Attribute:org_name+' => 'Nombre de la Organización',
|
||||
'Class:Location/Attribute:address' => 'Dirección',
|
||||
'Class:Location/Attribute:address+' => 'Dirección Postal',
|
||||
'Class:Location/Attribute:postal_code' => 'Código Postal',
|
||||
'Class:Location/Attribute:postal_code+' => 'ZIP/Código Postal',
|
||||
'Class:Location/Attribute:city' => 'Ciudad',
|
||||
'Class:Location/Attribute:city+' => 'Ciudad',
|
||||
'Class:Location/Attribute:country' => 'País',
|
||||
'Class:Location/Attribute:country+' => 'País',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Dispositivos',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'Dispositivos',
|
||||
'Class:Location/Attribute:person_list' => 'Contactos',
|
||||
'Class:Location/Attribute:person_list+' => 'Contactos',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Contact' => 'Contacto',
|
||||
'Class:Contact+' => 'Contacto',
|
||||
'Class:Contact/Attribute:name' => 'Nombre',
|
||||
'Class:Contact/Attribute:name+' => 'Nombre del Contacto',
|
||||
'Class:Contact/Attribute:status' => 'Estatus',
|
||||
'Class:Contact/Attribute:status+' => 'Estatus',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Activo',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'Activo',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Inactivo',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => 'Inactivo',
|
||||
'Class:Contact/Attribute:org_id' => 'Organización',
|
||||
'Class:Contact/Attribute:org_id+' => 'Organización',
|
||||
'Class:Contact/Attribute:org_name' => 'Organización',
|
||||
'Class:Contact/Attribute:org_name+' => 'Organización',
|
||||
'Class:Contact/Attribute:email' => 'Correo Electrónico',
|
||||
'Class:Contact/Attribute:email+' => 'Correo Electrónico',
|
||||
'Class:Contact/Attribute:phone' => 'Teléfono',
|
||||
'Class:Contact/Attribute:phone+' => 'Teléfono',
|
||||
'Class:Contact/Attribute:notify' => 'Notificación',
|
||||
'Class:Contact/Attribute:notify+' => 'Notificación',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'No',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'No',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'Si',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'Si',
|
||||
'Class:Contact/Attribute:function' => 'Función',
|
||||
'Class:Contact/Attribute:function+' => 'Función',
|
||||
'Class:Contact/Attribute:cis_list' => 'ECs',
|
||||
'Class:Contact/Attribute:cis_list+' => 'Elementos de Configuración relacionados con el contacto',
|
||||
'Class:Contact/Attribute:finalclass' => 'Clase',
|
||||
'Class:Contact/Attribute:finalclass+' => 'Clase',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Person' => 'Persona',
|
||||
'Class:Person+' => 'Persona',
|
||||
'Class:Person/Attribute:name' => 'Apellidos',
|
||||
'Class:Person/Attribute:name+' => 'Apellidos',
|
||||
'Class:Person/Attribute:first_name' => 'Nombre',
|
||||
'Class:Person/Attribute:first_name+' => 'Nombre de la Persona',
|
||||
'Class:Person/Attribute:employee_number' => 'Número de Empleado',
|
||||
'Class:Person/Attribute:employee_number+' => 'Número de Empleado',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Móvil',
|
||||
'Class:Person/Attribute:mobile_phone+' => 'Móvil',
|
||||
'Class:Person/Attribute:location_id' => 'Localidad',
|
||||
'Class:Person/Attribute:location_id+' => 'Localidad',
|
||||
'Class:Person/Attribute:location_name' => 'Nombre de Localidad',
|
||||
'Class:Person/Attribute:location_name+' => 'Nombre de Localidad',
|
||||
'Class:Person/Attribute:manager_id' => 'Jefe',
|
||||
'Class:Person/Attribute:manager_id+' => 'Jefe',
|
||||
'Class:Person/Attribute:manager_name' => 'Nombre del Jefe',
|
||||
'Class:Person/Attribute:manager_name+' => 'Nombre del Jefe',
|
||||
'Class:Person/Attribute:team_list' => 'Grupos',
|
||||
'Class:Person/Attribute:team_list+' => 'Grupos',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Person/Attribute:tickets_list+' => 'Tickets',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Nombre del Jefe',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => 'Nombre del Jefe',
|
||||
'Class:Person/Attribute:picture' => 'Fotografía',
|
||||
'Class:Person/Attribute:picture+' => 'Fotografía',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organization~~',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number~~',
|
||||
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization~~',
|
||||
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Team' => 'Grupo de Trabajo',
|
||||
'Class:Team+' => 'Grupo de Trabajo',
|
||||
'Class:Team/Attribute:persons_list' => 'Miembros',
|
||||
'Class:Team/Attribute:persons_list+' => 'Miembros',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Team/Attribute:tickets_list+' => 'Tickets',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Document' => 'Documento',
|
||||
'Class:Document+' => 'Documento',
|
||||
'Class:Document/Attribute:name' => 'Nombre',
|
||||
'Class:Document/Attribute:name+' => 'Nombre del Documento',
|
||||
'Class:Document/Attribute:org_id' => 'Organización',
|
||||
'Class:Document/Attribute:org_id+' => 'Organización',
|
||||
'Class:Document/Attribute:org_name' => 'Nombre de la Organización',
|
||||
'Class:Document/Attribute:org_name+' => 'Nombre de la Organización',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Tipo de Documento',
|
||||
'Class:Document/Attribute:documenttype_id+' => 'Tipo de Documento',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Tipo de Documento',
|
||||
'Class:Document/Attribute:documenttype_name+' => 'Tipo de Documento',
|
||||
'Class:Document/Attribute:version' => 'Versión',
|
||||
'Class:Document/Attribute:version+' => 'Versión',
|
||||
'Class:Document/Attribute:description' => 'Descripción',
|
||||
'Class:Document/Attribute:description+' => 'Descripción',
|
||||
'Class:Document/Attribute:status' => 'Estatus',
|
||||
'Class:Document/Attribute:status+' => 'Estatus',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Borrador de Documento',
|
||||
'Class:Document/Attribute:status/Value:draft+' => 'Borrador de Documento',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Obsoleto',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => 'Obsoleto',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Publicado',
|
||||
'Class:Document/Attribute:status/Value:published+' => 'Publicado',
|
||||
'Class:Document/Attribute:cis_list' => 'ECs',
|
||||
'Class:Document/Attribute:cis_list+' => 'Elementos de Configuración referenciados en este documento',
|
||||
'Class:Document/Attribute:finalclass' => 'Tipo de Documento',
|
||||
'Class:Document/Attribute:finalclass+' => 'Tipo de Documento',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:DocumentFile' => 'Documento de Archivo',
|
||||
'Class:DocumentFile+' => '~~',
|
||||
'Class:DocumentFile/Attribute:file' => 'Archivo',
|
||||
'Class:DocumentFile/Attribute:file+' => 'Archivo',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:DocumentNote' => 'Nota',
|
||||
'Class:DocumentNote+' => 'Nota',
|
||||
'Class:DocumentNote/Attribute:text' => 'Texto',
|
||||
'Class:DocumentNote/Attribute:text+' => 'Texto',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:DocumentWeb' => 'Documento Web',
|
||||
'Class:DocumentWeb+' => 'Documento disponible en otro servidor Web',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => 'URL de Internet',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Typology' => 'Tipología',
|
||||
'Class:Typology+' => 'Tipología',
|
||||
'Class:Typology/Attribute:name' => 'Nombre',
|
||||
'Class:Typology/Attribute:name+' => 'Nombre del Tipo',
|
||||
'Class:Typology/Attribute:finalclass' => 'Clase',
|
||||
'Class:Typology/Attribute:finalclass+' => 'Clase',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:DocumentType' => 'Tipo de Documento',
|
||||
'Class:DocumentType+' => 'Tipo de Documento',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:ContactType' => 'Tipo de Contacto',
|
||||
'Class:ContactType+' => 'Tipo de Contacto',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:lnkPersonToTeam' => 'Relación Persona y Grupo',
|
||||
'Class:lnkPersonToTeam+' => 'Relación Persona y Grupo',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Grupo',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => 'Grupo',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Grupo',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => 'Grupo',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Persona',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => 'Persona',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Persona',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => 'Persona',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Rol',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => 'Rol',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Rol',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => 'Rol',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Menu:DataAdministration' => 'Administración de Datos',
|
||||
'Menu:DataAdministration+' => 'Administración de Datos',
|
||||
'Menu:Catalogs' => 'Catálogos',
|
||||
'Menu:Catalogs+' => 'Tipos de Datos',
|
||||
'Menu:Audit' => 'Auditoría',
|
||||
'Menu:Audit+' => 'Auditoría',
|
||||
'Menu:CSVImport' => 'Importar CSV',
|
||||
'Menu:CSVImport+' => 'Creación o Actualización Másiva',
|
||||
'Menu:Organization' => 'Organizaciones',
|
||||
'Menu:Organization+' => 'Organizaciones',
|
||||
'Menu:ConfigManagement' => 'Administración de la Configuración',
|
||||
'Menu:ConfigManagement+' => 'Administración de la Configuración',
|
||||
'Menu:ConfigManagementCI' => 'Elementos de Configuración',
|
||||
'Menu:ConfigManagementCI+' => 'Elementos de Confirguración',
|
||||
'Menu:ConfigManagementOverview' => 'Resumen de Infraestructura',
|
||||
'Menu:ConfigManagementOverview+' => 'Resumen de Infraestructura',
|
||||
'Menu:Contact' => 'Contactos',
|
||||
'Menu:Contact+' => 'Contactos',
|
||||
'Menu:Contact:Count' => '%1$d Contactos',
|
||||
'Menu:Person' => 'Personas',
|
||||
'Menu:Person+' => 'Personas',
|
||||
'Menu:Team' => 'Grupos',
|
||||
'Menu:Team+' => 'Grupos de Trabajo',
|
||||
'Menu:Document' => 'Documentos',
|
||||
'Menu:Document+' => 'Documentos',
|
||||
'Menu:Location' => 'Localidades',
|
||||
'Menu:Location+' => 'Localidades',
|
||||
'Menu:NewContact' => 'Nuevo Contacto',
|
||||
'Menu:NewContact+' => 'Nuevo Contacto',
|
||||
'Menu:SearchContacts' => 'Búsqueda de Contactos',
|
||||
'Menu:SearchContacts+' => 'Búsqueda de Contactos',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Acceso Rápido',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Contactos: %1$d',
|
||||
'Menu:Typology' => 'Configuración de Tipos',
|
||||
'Menu:Typology+' => 'Configuración de Tipos',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Resumen',
|
||||
'Menu:ConfigManagement:Typology' => 'Configuración de Tipos',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Person:info' => 'Información General',
|
||||
'UserLocal:info' => 'Información General',
|
||||
'Person:personal_info' => 'Información Personal',
|
||||
'Person:notifiy' => 'Notificación',
|
||||
));
|
||||
@@ -0,0 +1,383 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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-2018 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
// 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:<class_name>/UniquenessRule:<rule_code>
|
||||
// Class:<class_name>/UniquenessRule:<rule_code>+
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// 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:<class_name>/UniquenessRule:<rule_code>
|
||||
// Class:<class_name>/UniquenessRule:<rule_code>+
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Organization' => 'Organisation',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Nom organisation',
|
||||
'Class:Organization/Attribute:name+' => 'Nom commun',
|
||||
'Class:Organization/Attribute:code' => 'Code',
|
||||
'Class:Organization/Attribute:code+' => 'Organisation code (Siret, DUNS,...)',
|
||||
'Class:Organization/Attribute:status' => 'Statut',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'active',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'active',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'inactive',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => 'Inactive',
|
||||
'Class:Organization/Attribute:parent_id' => 'Organisation Parent',
|
||||
'Class:Organization/Attribute:parent_id+' => 'Organisation parent',
|
||||
'Class:Organization/Attribute:parent_name' => 'Nom du parent',
|
||||
'Class:Organization/Attribute:parent_name+' => 'Nom de l\'organisation parente',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Modèle de support',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Nom modèle de support',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '~~',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Nom commun',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => '',
|
||||
'Class:Organization/Attribute:overview' => 'Tableau de bord',
|
||||
'Organization:Overview:FunctionalCIs' => 'Infrastructure de cette organisation',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'par type',
|
||||
'Organization:Overview:Users' => 'Utilisateurs iTop dans cette organisation',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Location' => 'Lieu',
|
||||
'Class:Location+' => 'Tout type de lieu: Région, Pays, Ville, Site, batiment, Bureau,...',
|
||||
'Class:Location/Attribute:name' => 'Nom',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Statut',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Actif',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'Actif',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Inactif',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => 'Inactif',
|
||||
'Class:Location/Attribute:org_id' => 'Organisation',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Nom organisation',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Adresse',
|
||||
'Class:Location/Attribute:address+' => 'Adresse postale',
|
||||
'Class:Location/Attribute:postal_code' => 'Code postal',
|
||||
'Class:Location/Attribute:postal_code+' => 'Code postal',
|
||||
'Class:Location/Attribute:city' => 'Ville',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Pays',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Matériels',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => '',
|
||||
'Class:Location/Attribute:person_list' => 'Contacts',
|
||||
'Class:Location/Attribute:person_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Contact' => 'Contact',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Nom',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Statut',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Actif',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'Actif',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Inactif',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => 'Inactif',
|
||||
'Class:Contact/Attribute:org_id' => 'Organisation',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Nom organisation',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Email',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Téléphone',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Notification',
|
||||
'Class:Contact/Attribute:notify+' => 'Champ utilisable dans la recherche des destinataires de Notifications',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'non',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'non',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'oui',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'oui',
|
||||
'Class:Contact/Attribute:function' => 'Fonction',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'CIs',
|
||||
'Class:Contact/Attribute:cis_list+' => '',
|
||||
'Class:Contact/Attribute:finalclass' => 'Sous-classe de Contact',
|
||||
'Class:Contact/Attribute:finalclass+' => 'Nom de la classe instanciable',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Person' => 'Personne',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Nom',
|
||||
'Class:Person/Attribute:name+' => '~~',
|
||||
'Class:Person/Attribute:first_name' => 'Prénom',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Numéro d\'employé',
|
||||
'Class:Person/Attribute:employee_number+' => '',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Téléphone mobile',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => 'Site',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => 'Nom site',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'Manager',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => 'Nom Manager',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => 'Equipes',
|
||||
'Class:Person/Attribute:team_list+' => '',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Person/Attribute:tickets_list+' => '',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Manager friendly name',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Photo',
|
||||
'Class:Person/Attribute:picture+' => '',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'Le numéro d\'employé doit être unique dans l\'organisation',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'il y a déjà une personne avec ce numéro d\'employé dans l\'organisation
|
||||
\'$this->org_name$\'',
|
||||
'Class:Person/UniquenessRule:name+' => 'Le nom de l\'employé devrait être unique dans l\'organisation',
|
||||
'Class:Person/UniquenessRule:name' => 'Il y a déjà une personne avec ce nom dans l\'organisation \'$this->org_name$\'',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Team' => 'Equipe',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'Membres',
|
||||
'Class:Team/Attribute:persons_list+' => '',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Team/Attribute:tickets_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Document' => 'Document',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Nom',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Organisation',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => 'Nom organisation',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Type de document',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Nom type de document',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => 'Version',
|
||||
'Class:Document/Attribute:version+' => '',
|
||||
'Class:Document/Attribute:description' => 'Description',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Statut',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Brouillon',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Obsolète',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Publié',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CIs',
|
||||
'Class:Document/Attribute:cis_list+' => '',
|
||||
'Class:Document/Attribute:finalclass' => 'Sous-classe de Document',
|
||||
'Class:Document/Attribute:finalclass+' => 'Nom de la classe instanciable',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:DocumentFile' => 'Document Fichier',
|
||||
'Class:DocumentFile+' => '',
|
||||
'Class:DocumentFile/Attribute:file' => 'Fichier',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:DocumentNote' => 'Document Note',
|
||||
'Class:DocumentNote+' => '',
|
||||
'Class:DocumentNote/Attribute:text' => 'Texte',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:DocumentWeb' => 'Document Web',
|
||||
'Class:DocumentWeb+' => '',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Typology' => 'Typologie',
|
||||
'Class:Typology+' => '',
|
||||
'Class:Typology/Attribute:name' => 'Nom',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => 'Sous-classe de Typologie',
|
||||
'Class:Typology/Attribute:finalclass+' => 'Nom de la classe instanciable',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:DocumentType' => 'Type de document',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:ContactType' => 'Type de contact',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:lnkPersonToTeam' => 'Lien Personne / Equipe',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Equipe',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Nom Equipe',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Personne',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Nom Personne',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Rôle',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Nom Role',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Menu:DataAdministration' => 'Administration des données',
|
||||
'Menu:DataAdministration+' => 'Administration des données',
|
||||
'Menu:Catalogs' => 'Catalogues',
|
||||
'Menu:Catalogs+' => 'Types de données',
|
||||
'Menu:Audit' => 'Audit',
|
||||
'Menu:Audit+' => 'Audit',
|
||||
'Menu:CSVImport' => 'Import CSV',
|
||||
'Menu:CSVImport+' => 'Import ou mise à jour en masse',
|
||||
'Menu:Organization' => 'Organisations',
|
||||
'Menu:Organization+' => 'Toutes les organisations',
|
||||
'Menu:ConfigManagement' => 'Gestion des configurations',
|
||||
'Menu:ConfigManagement+' => 'Gestion des configurations',
|
||||
'Menu:ConfigManagementCI' => 'CIs',
|
||||
'Menu:ConfigManagementCI+' => 'CIs',
|
||||
'Menu:ConfigManagementOverview' => 'Tableaux de bord',
|
||||
'Menu:ConfigManagementOverview+' => 'Tableaux de bord',
|
||||
'Menu:Contact' => 'Contacts',
|
||||
'Menu:Contact+' => 'Contacts',
|
||||
'Menu:Contact:Count' => '%1$d contacts',
|
||||
'Menu:Person' => 'Personnes',
|
||||
'Menu:Person+' => 'Toutes les personnes',
|
||||
'Menu:Team' => 'Equipes',
|
||||
'Menu:Team+' => 'Toutes les équipes',
|
||||
'Menu:Document' => 'Documents',
|
||||
'Menu:Document+' => 'Tous les documents',
|
||||
'Menu:Location' => 'Lieux',
|
||||
'Menu:Location+' => 'Tous les lieux',
|
||||
'Menu:NewContact' => 'Nouveau contact',
|
||||
'Menu:NewContact+' => 'Nouveau contact',
|
||||
'Menu:SearchContacts' => 'Rechercher des contacts',
|
||||
'Menu:SearchContacts+' => 'Rechercher des contacts',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Raccourcis',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Tous les contacts: %1$d',
|
||||
'Menu:Typology' => 'Typologie configuration',
|
||||
'Menu:Typology+' => 'Typologie configuration',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Résumé',
|
||||
'Menu:ConfigManagement:Typology' => 'Configuration des typologies',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Person:info' => 'Informations générales',
|
||||
'UserLocal:info' => 'Informations générales',
|
||||
'Person:personal_info' => 'Informations personnelles',
|
||||
'Person:notifiy' => 'Notification',
|
||||
));
|
||||
@@ -0,0 +1,353 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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-2018 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:Organization' => 'Szevezeti egység',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Név',
|
||||
'Class:Organization/Attribute:name+' => '',
|
||||
'Class:Organization/Attribute:code' => 'Azonosító',
|
||||
'Class:Organization/Attribute:code+' => '',
|
||||
'Class:Organization/Attribute:status' => 'Státusz',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Aktív',
|
||||
'Class:Organization/Attribute:status/Value:active+' => '',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Inaktív',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => '',
|
||||
'Class:Organization/Attribute:parent_id' => 'Felérendelt szervezeti egység',
|
||||
'Class:Organization/Attribute:parent_id+' => '',
|
||||
'Class:Organization/Attribute:parent_name' => 'Felérendelt szervezeti egység neve',
|
||||
'Class:Organization/Attribute:parent_name+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model~~',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name~~',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '~~',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Parent~~',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Parent organization~~',
|
||||
'Class:Organization/Attribute:overview' => 'Overview~~',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~',
|
||||
'Organization:Overview:Users' => 'iTop Users within this organization~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:Location' => 'Helyszín',
|
||||
'Class:Location+' => '',
|
||||
'Class:Location/Attribute:name' => 'Név',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Státusz',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Aktív',
|
||||
'Class:Location/Attribute:status/Value:active+' => '',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Inaktív',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => '',
|
||||
'Class:Location/Attribute:org_id' => 'Tulajdonos szevezeti egység',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Tulejdonos szevezeti egység neve',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Cím',
|
||||
'Class:Location/Attribute:address+' => '',
|
||||
'Class:Location/Attribute:postal_code' => 'Irányítószám',
|
||||
'Class:Location/Attribute:postal_code+' => '',
|
||||
'Class:Location/Attribute:city' => 'Város',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Ország',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Devices~~',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'All the devices in this location~~',
|
||||
'Class:Location/Attribute:person_list' => 'Contacts~~',
|
||||
'Class:Location/Attribute:person_list+' => 'All the contacts located on this location~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:Contact' => 'Kapcsolattartó',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Név',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Státusz',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Aktív',
|
||||
'Class:Contact/Attribute:status/Value:active+' => '',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Inaktív',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => '',
|
||||
'Class:Contact/Attribute:org_id' => 'Szevezeti egység',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Szevezeti egység',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'E-mail',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Telefonszám',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Notification~~',
|
||||
'Class:Contact/Attribute:notify+' => '~~',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'no~~',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'no~~',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'yes~~',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'yes~~',
|
||||
'Class:Contact/Attribute:function' => 'Function~~',
|
||||
'Class:Contact/Attribute:function+' => '~~',
|
||||
'Class:Contact/Attribute:cis_list' => 'CIs~~',
|
||||
'Class:Contact/Attribute:cis_list+' => 'All the configuration items linked to this contact~~',
|
||||
'Class:Contact/Attribute:finalclass' => 'Típus',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:Person' => 'Személy',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Last Name~~',
|
||||
'Class:Person/Attribute:name+' => '~~',
|
||||
'Class:Person/Attribute:first_name' => 'Keresztnév',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Employee number~~',
|
||||
'Class:Person/Attribute:employee_number+' => '~~',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Mobile phone~~',
|
||||
'Class:Person/Attribute:mobile_phone+' => '~~',
|
||||
'Class:Person/Attribute:location_id' => 'Location~~',
|
||||
'Class:Person/Attribute:location_id+' => '~~',
|
||||
'Class:Person/Attribute:location_name' => 'Location name~~',
|
||||
'Class:Person/Attribute:location_name+' => '~~',
|
||||
'Class:Person/Attribute:manager_id' => 'Manager~~',
|
||||
'Class:Person/Attribute:manager_id+' => '~~',
|
||||
'Class:Person/Attribute:manager_name' => 'Manager name~~',
|
||||
'Class:Person/Attribute:manager_name+' => '~~',
|
||||
'Class:Person/Attribute:team_list' => 'Teams~~',
|
||||
'Class:Person/Attribute:team_list+' => 'All the teams this person belongs to~~',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tickets~~',
|
||||
'Class:Person/Attribute:tickets_list+' => 'All the tickets this person is the caller~~',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Manager friendly name~~',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '~~',
|
||||
'Class:Person/Attribute:picture' => 'Picture~~',
|
||||
'Class:Person/Attribute:picture+' => '~~',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organization~~',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number~~',
|
||||
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization~~',
|
||||
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:Team' => 'Csoport',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'Members~~',
|
||||
'Class:Team/Attribute:persons_list+' => 'All the people belonging to this team~~',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickets~~',
|
||||
'Class:Team/Attribute:tickets_list+' => 'All the tickets assigned to this team~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:Document' => 'Dokumentum',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Név',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Szevezeti egység',
|
||||
'Class:Document/Attribute:org_id+' => '~~',
|
||||
'Class:Document/Attribute:org_name' => 'Szervezeti egység neve',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Document type~~',
|
||||
'Class:Document/Attribute:documenttype_id+' => '~~',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Document type name~~',
|
||||
'Class:Document/Attribute:documenttype_name+' => '~~',
|
||||
'Class:Document/Attribute:version' => 'Version~~',
|
||||
'Class:Document/Attribute:version+' => '~~',
|
||||
'Class:Document/Attribute:description' => 'Leírás',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Státusz',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Munkapéldány',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Elavult',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Érvényes',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CIs~~',
|
||||
'Class:Document/Attribute:cis_list+' => 'All the configuration items linked to this document~~',
|
||||
'Class:Document/Attribute:finalclass' => 'Document Type~~',
|
||||
'Class:Document/Attribute:finalclass+' => 'Name of the final class~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:DocumentFile' => 'Document File~~',
|
||||
'Class:DocumentFile+' => '~~',
|
||||
'Class:DocumentFile/Attribute:file' => 'File~~',
|
||||
'Class:DocumentFile/Attribute:file+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:DocumentNote' => 'Document Note~~',
|
||||
'Class:DocumentNote+' => '~~',
|
||||
'Class:DocumentNote/Attribute:text' => 'Text~~',
|
||||
'Class:DocumentNote/Attribute:text+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:DocumentWeb' => 'Document Web~~',
|
||||
'Class:DocumentWeb+' => '~~',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL~~',
|
||||
'Class:DocumentWeb/Attribute:url+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:Typology' => 'Typology~~',
|
||||
'Class:Typology+' => '~~',
|
||||
'Class:Typology/Attribute:name' => 'Name~~',
|
||||
'Class:Typology/Attribute:name+' => '~~',
|
||||
'Class:Typology/Attribute:finalclass' => 'Type~~',
|
||||
'Class:Typology/Attribute:finalclass+' => 'Name of the final class~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:DocumentType' => 'Document Type~~',
|
||||
'Class:DocumentType+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:ContactType' => 'Contact Type~~',
|
||||
'Class:ContactType+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:lnkPersonToTeam' => 'Link Person / Team~~',
|
||||
'Class:lnkPersonToTeam+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Team~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Team name~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Person~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Person name~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Role~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Role name~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Menu:DataAdministration' => 'Adat adminisztráció',
|
||||
'Menu:DataAdministration+' => '',
|
||||
'Menu:Catalogs' => 'Katalógusok',
|
||||
'Menu:Catalogs+' => '',
|
||||
'Menu:Audit' => 'Audit',
|
||||
'Menu:Audit+' => '',
|
||||
'Menu:CSVImport' => 'CSV import',
|
||||
'Menu:CSVImport+' => '',
|
||||
'Menu:Organization' => 'Szervezet',
|
||||
'Menu:Organization+' => '',
|
||||
'Menu:ConfigManagement' => 'Konfiguráció menedzsment',
|
||||
'Menu:ConfigManagement+' => '',
|
||||
'Menu:ConfigManagementCI' => 'Konfigurációs elemek (CI)',
|
||||
'Menu:ConfigManagementCI+' => '',
|
||||
'Menu:ConfigManagementOverview' => 'Áttekintő',
|
||||
'Menu:ConfigManagementOverview+' => '',
|
||||
'Menu:Contact' => 'Kapcsolattartók',
|
||||
'Menu:Contact+' => '',
|
||||
'Menu:Contact:Count' => '%1$d',
|
||||
'Menu:Person' => 'Személyek',
|
||||
'Menu:Person+' => '',
|
||||
'Menu:Team' => 'Csoportok',
|
||||
'Menu:Team+' => '',
|
||||
'Menu:Document' => 'Dokumentumok',
|
||||
'Menu:Document+' => '',
|
||||
'Menu:Location' => 'Helyszínek',
|
||||
'Menu:Location+' => '',
|
||||
'Menu:NewContact' => 'Új kapcsolattartó',
|
||||
'Menu:NewContact+' => '',
|
||||
'Menu:SearchContacts' => 'Kapcsolattartó keresés',
|
||||
'Menu:SearchContacts+' => '',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Gyorsmenük',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Összes kapcsolattartó: %1$d',
|
||||
'Menu:Typology' => 'Typology configuration~~',
|
||||
'Menu:Typology+' => 'Typology configuration~~',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Summary~~',
|
||||
'Menu:ConfigManagement:Typology' => 'Typology configuration~~',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Person:info' => 'General information~~',
|
||||
'UserLocal:info' => 'General information~~',
|
||||
'Person:personal_info' => 'Personal information~~',
|
||||
'Person:notifiy' => 'Notification~~',
|
||||
));
|
||||
@@ -0,0 +1,353 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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-2018 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:Organization' => 'Organizzazione',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Cognome',
|
||||
'Class:Organization/Attribute:name+' => 'Nome',
|
||||
'Class:Organization/Attribute:code' => 'Codice',
|
||||
'Class:Organization/Attribute:code+' => 'Codice dell\'organizzazione (Siret, DUNS,...)',
|
||||
'Class:Organization/Attribute:status' => 'Stato',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Attivo',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'Attivo',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Inattivo',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => 'Inattivo',
|
||||
'Class:Organization/Attribute:parent_id' => 'Parent',
|
||||
'Class:Organization/Attribute:parent_id+' => 'Parent organization',
|
||||
'Class:Organization/Attribute:parent_name' => 'Parent name',
|
||||
'Class:Organization/Attribute:parent_name+' => 'Name of the parent organization',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model~~',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name~~',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '~~',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Parent~~',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Parent organization~~',
|
||||
'Class:Organization/Attribute:overview' => 'Overview~~',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~',
|
||||
'Organization:Overview:Users' => 'iTop Users within this organization~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:Location' => 'Localizzazione',
|
||||
'Class:Location+' => 'Qualsiasi tipo di localizzazione: Regione, Paese, Città, Sito, Edificio, Piano, Stanza, Rack,,...',
|
||||
'Class:Location/Attribute:name' => 'Nome',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Stato',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Attivo',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'Attivo',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Inattivo',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => 'Inattivo',
|
||||
'Class:Location/Attribute:org_id' => 'Organizzazione proprietaria',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Nome dell\'organizzazione',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Indirizzo',
|
||||
'Class:Location/Attribute:address+' => 'Indirizzo postale',
|
||||
'Class:Location/Attribute:postal_code' => 'Codice avviamento postale',
|
||||
'Class:Location/Attribute:postal_code+' => 'CAP/codice avviamento postale',
|
||||
'Class:Location/Attribute:city' => 'Città',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Paese',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Devices~~',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'All the devices in this location~~',
|
||||
'Class:Location/Attribute:person_list' => 'Contacts~~',
|
||||
'Class:Location/Attribute:person_list+' => 'All the contacts located on this location~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:Contact' => 'Contatto',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Nome',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Stato',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Attivo',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'Attivo',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Inattivo',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => 'Inattivo',
|
||||
'Class:Contact/Attribute:org_id' => 'Organizzazione',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Organizzazione',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Email',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Telefono',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Notification~~',
|
||||
'Class:Contact/Attribute:notify+' => '~~',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'no~~',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'no~~',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'yes~~',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'yes~~',
|
||||
'Class:Contact/Attribute:function' => 'Function~~',
|
||||
'Class:Contact/Attribute:function+' => '~~',
|
||||
'Class:Contact/Attribute:cis_list' => 'CIs~~',
|
||||
'Class:Contact/Attribute:cis_list+' => 'All the configuration items linked to this contact~~',
|
||||
'Class:Contact/Attribute:finalclass' => 'Tipo',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:Person' => 'Persona',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Last Name~~',
|
||||
'Class:Person/Attribute:name+' => '~~',
|
||||
'Class:Person/Attribute:first_name' => 'Nome',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Employee number~~',
|
||||
'Class:Person/Attribute:employee_number+' => '~~',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Mobile phone~~',
|
||||
'Class:Person/Attribute:mobile_phone+' => '~~',
|
||||
'Class:Person/Attribute:location_id' => 'Location~~',
|
||||
'Class:Person/Attribute:location_id+' => '~~',
|
||||
'Class:Person/Attribute:location_name' => 'Location name~~',
|
||||
'Class:Person/Attribute:location_name+' => '~~',
|
||||
'Class:Person/Attribute:manager_id' => 'Manager~~',
|
||||
'Class:Person/Attribute:manager_id+' => '~~',
|
||||
'Class:Person/Attribute:manager_name' => 'Manager name~~',
|
||||
'Class:Person/Attribute:manager_name+' => '~~',
|
||||
'Class:Person/Attribute:team_list' => 'Teams~~',
|
||||
'Class:Person/Attribute:team_list+' => 'All the teams this person belongs to~~',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tickets~~',
|
||||
'Class:Person/Attribute:tickets_list+' => 'All the tickets this person is the caller~~',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Manager friendly name~~',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '~~',
|
||||
'Class:Person/Attribute:picture' => 'Picture~~',
|
||||
'Class:Person/Attribute:picture+' => '~~',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organization~~',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number~~',
|
||||
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization~~',
|
||||
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:Team' => 'Squadra',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'Members~~',
|
||||
'Class:Team/Attribute:persons_list+' => 'All the people belonging to this team~~',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickets~~',
|
||||
'Class:Team/Attribute:tickets_list+' => 'All the tickets assigned to this team~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:Document' => 'Documento',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Nome',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Organizzazione',
|
||||
'Class:Document/Attribute:org_id+' => '~~',
|
||||
'Class:Document/Attribute:org_name' => 'Nome dell\'organizzazione',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Document type~~',
|
||||
'Class:Document/Attribute:documenttype_id+' => '~~',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Document type name~~',
|
||||
'Class:Document/Attribute:documenttype_name+' => '~~',
|
||||
'Class:Document/Attribute:version' => 'Version~~',
|
||||
'Class:Document/Attribute:version+' => '~~',
|
||||
'Class:Document/Attribute:description' => 'Descrizione',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Stato',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Draft',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Obsoleto',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Pubblicato',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CIs~~',
|
||||
'Class:Document/Attribute:cis_list+' => 'All the configuration items linked to this document~~',
|
||||
'Class:Document/Attribute:finalclass' => 'Document Type~~',
|
||||
'Class:Document/Attribute:finalclass+' => 'Name of the final class~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:DocumentFile' => 'Document File~~',
|
||||
'Class:DocumentFile+' => '~~',
|
||||
'Class:DocumentFile/Attribute:file' => 'File~~',
|
||||
'Class:DocumentFile/Attribute:file+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:DocumentNote' => 'Document Note~~',
|
||||
'Class:DocumentNote+' => '~~',
|
||||
'Class:DocumentNote/Attribute:text' => 'Text~~',
|
||||
'Class:DocumentNote/Attribute:text+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:DocumentWeb' => 'Document Web~~',
|
||||
'Class:DocumentWeb+' => '~~',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL~~',
|
||||
'Class:DocumentWeb/Attribute:url+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:Typology' => 'Typology~~',
|
||||
'Class:Typology+' => '~~',
|
||||
'Class:Typology/Attribute:name' => 'Name~~',
|
||||
'Class:Typology/Attribute:name+' => '~~',
|
||||
'Class:Typology/Attribute:finalclass' => 'Type~~',
|
||||
'Class:Typology/Attribute:finalclass+' => 'Name of the final class~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:DocumentType' => 'Document Type~~',
|
||||
'Class:DocumentType+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:ContactType' => 'Contact Type~~',
|
||||
'Class:ContactType+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:lnkPersonToTeam' => 'Link Person / Team~~',
|
||||
'Class:lnkPersonToTeam+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Team~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Team name~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Person~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Person name~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Role~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Role name~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Menu:DataAdministration' => 'Dati di amministrazione',
|
||||
'Menu:DataAdministration+' => '',
|
||||
'Menu:Catalogs' => 'Cataloghi',
|
||||
'Menu:Catalogs+' => 'Tipi di dato',
|
||||
'Menu:Audit' => 'Audit',
|
||||
'Menu:Audit+' => 'Audit',
|
||||
'Menu:CSVImport' => 'Importazione CSV',
|
||||
'Menu:CSVImport+' => '',
|
||||
'Menu:Organization' => 'Organizzazioni',
|
||||
'Menu:Organization+' => 'Tutte le organizzazioni',
|
||||
'Menu:ConfigManagement' => 'Gestione delle Configurazioni',
|
||||
'Menu:ConfigManagement+' => 'Gestione delle Configurazioni',
|
||||
'Menu:ConfigManagementCI' => 'Elementi di Configurazione (CI)',
|
||||
'Menu:ConfigManagementCI+' => 'Elementi di Configurazione (CI)',
|
||||
'Menu:ConfigManagementOverview' => 'Panoramica',
|
||||
'Menu:ConfigManagementOverview+' => 'Panoramica',
|
||||
'Menu:Contact' => 'Contatti',
|
||||
'Menu:Contact+' => 'Contatti',
|
||||
'Menu:Contact:Count' => '%1$d contatti',
|
||||
'Menu:Person' => 'Persone',
|
||||
'Menu:Person+' => 'Tutte le persone',
|
||||
'Menu:Team' => 'Teams',
|
||||
'Menu:Team+' => 'Tutti i Teams',
|
||||
'Menu:Document' => 'Documenti',
|
||||
'Menu:Document+' => 'Tutti i Documenti',
|
||||
'Menu:Location' => 'Posizioni',
|
||||
'Menu:Location+' => 'Tutte le pozisioni',
|
||||
'Menu:NewContact' => 'Nuovo Contatto',
|
||||
'Menu:NewContact+' => 'Nuovo Contatto',
|
||||
'Menu:SearchContacts' => 'Ricerca contatti',
|
||||
'Menu:SearchContacts+' => 'Ricerca contatti',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Scorciatoie',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Tutti i contatti: %1$d',
|
||||
'Menu:Typology' => 'Typology configuration~~',
|
||||
'Menu:Typology+' => 'Typology configuration~~',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Summary~~',
|
||||
'Menu:ConfigManagement:Typology' => 'Typology configuration~~',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Person:info' => 'General information~~',
|
||||
'UserLocal:info' => 'General information~~',
|
||||
'Person:personal_info' => 'Personal information~~',
|
||||
'Person:notifiy' => 'Notification~~',
|
||||
));
|
||||
@@ -0,0 +1,353 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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-2018 Combodo SARL
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Organization' => '組織',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => '名前',
|
||||
'Class:Organization/Attribute:name+' => '共通名',
|
||||
'Class:Organization/Attribute:code' => 'コード',
|
||||
'Class:Organization/Attribute:code+' => '組織コード(Siret, DUNS, ...)',
|
||||
'Class:Organization/Attribute:status' => '状態',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'アクティブ',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'アクティブ',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => '非アクティブ',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => '非アクティブ',
|
||||
'Class:Organization/Attribute:parent_id' => '親',
|
||||
'Class:Organization/Attribute:parent_id+' => '親組織',
|
||||
'Class:Organization/Attribute:parent_name' => '親名前',
|
||||
'Class:Organization/Attribute:parent_name+' => '親組織の名前',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => '提供モデル',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => '提供モデル名',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => '親',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => '親組織',
|
||||
'Class:Organization/Attribute:overview' => 'Overview~~',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~',
|
||||
'Organization:Overview:Users' => 'iTop Users within this organization~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Location' => '場所',
|
||||
'Class:Location+' => '任意の場所のタイプ: リージョン、国、都市、サイト、ビル、フロア、部屋、ラック、...',
|
||||
'Class:Location/Attribute:name' => '名前',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => '状態',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'アクティブ',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'アクティブ',
|
||||
'Class:Location/Attribute:status/Value:inactive' => '非アクティブ',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => '非アクティブ',
|
||||
'Class:Location/Attribute:org_id' => 'オーナー組織',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'オーナー組織名前',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => '住所',
|
||||
'Class:Location/Attribute:address+' => '住所',
|
||||
'Class:Location/Attribute:postal_code' => '郵便番号',
|
||||
'Class:Location/Attribute:postal_code+' => 'ZIP/郵便番号',
|
||||
'Class:Location/Attribute:city' => '都市',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => '国',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'デバイス',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => '',
|
||||
'Class:Location/Attribute:person_list' => '連絡先',
|
||||
'Class:Location/Attribute:person_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Contact' => '連絡先',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => '名前',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => '状態',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'アクティブ',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'アクティブ',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => '非アクティブ',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => '非アクティブ',
|
||||
'Class:Contact/Attribute:org_id' => '組織',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => '組織',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Eメール',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => '電話',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => '通知',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'いいえ',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'いいえ',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'はい',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'はい',
|
||||
'Class:Contact/Attribute:function' => '機能',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'CI',
|
||||
'Class:Contact/Attribute:cis_list+' => '',
|
||||
'Class:Contact/Attribute:finalclass' => '連絡先タイプ',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Person' => '人物',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => '姓',
|
||||
'Class:Person/Attribute:name+' => '~~',
|
||||
'Class:Person/Attribute:first_name' => 'ファーストネーム',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => '社員番号',
|
||||
'Class:Person/Attribute:employee_number+' => '',
|
||||
'Class:Person/Attribute:mobile_phone' => '携帯電話',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => '場所',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => '場所名',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'マネージャ',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => 'マネージャ名',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => 'チーム',
|
||||
'Class:Person/Attribute:team_list+' => '',
|
||||
'Class:Person/Attribute:tickets_list' => 'チケット',
|
||||
'Class:Person/Attribute:tickets_list+' => '',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'マネージャーフレンドリ名',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Picture~~',
|
||||
'Class:Person/Attribute:picture+' => '~~',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organization~~',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number~~',
|
||||
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization~~',
|
||||
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Team' => 'チーム',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'メンバー',
|
||||
'Class:Team/Attribute:persons_list+' => '',
|
||||
'Class:Team/Attribute:tickets_list' => 'チケット',
|
||||
'Class:Team/Attribute:tickets_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Document' => '文書',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => '名前',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => '組織',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => '組織名',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => '文書タイプ',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => '文書タイプ名',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => 'Version~~',
|
||||
'Class:Document/Attribute:version+' => '~~',
|
||||
'Class:Document/Attribute:description' => '説明',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => '状態',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => '下書き',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => '廃止',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => '公開済み',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CI',
|
||||
'Class:Document/Attribute:cis_list+' => '',
|
||||
'Class:Document/Attribute:finalclass' => '文書タイプ',
|
||||
'Class:Document/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:DocumentFile' => '文書ファイル',
|
||||
'Class:DocumentFile+' => '',
|
||||
'Class:DocumentFile/Attribute:file' => 'ファイル',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:DocumentNote' => '文書ノート',
|
||||
'Class:DocumentNote+' => '',
|
||||
'Class:DocumentNote/Attribute:text' => 'テキスト',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:DocumentWeb' => '文書Web',
|
||||
'Class:DocumentWeb+' => '',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Typology' => '分類',
|
||||
'Class:Typology+' => '',
|
||||
'Class:Typology/Attribute:name' => '名前',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => 'タイプ',
|
||||
'Class:Typology/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:DocumentType' => '文書タイプ',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:ContactType' => '問い合せ先タイプ',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:lnkPersonToTeam' => 'リンク 人物/チーム',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'チーム',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'チーム名',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => '人物',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => '名前',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => '役割',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => '役割名',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Menu:DataAdministration' => 'データ管理',
|
||||
'Menu:DataAdministration+' => 'データ管理',
|
||||
'Menu:Catalogs' => 'カタログ',
|
||||
'Menu:Catalogs+' => 'データタイプ',
|
||||
'Menu:Audit' => '監査',
|
||||
'Menu:Audit+' => '監査',
|
||||
'Menu:CSVImport' => 'CSV インポート',
|
||||
'Menu:CSVImport+' => '一括作成/一括更新',
|
||||
'Menu:Organization' => '組織',
|
||||
'Menu:Organization+' => '全組織',
|
||||
'Menu:ConfigManagement' => '構成管理',
|
||||
'Menu:ConfigManagement+' => '構成管理',
|
||||
'Menu:ConfigManagementCI' => '構成管理項目',
|
||||
'Menu:ConfigManagementCI+' => '構成管理項目',
|
||||
'Menu:ConfigManagementOverview' => '概要',
|
||||
'Menu:ConfigManagementOverview+' => '概要',
|
||||
'Menu:Contact' => '連絡先',
|
||||
'Menu:Contact+' => '連絡先',
|
||||
'Menu:Contact:Count' => '%1$d',
|
||||
'Menu:Person' => '人物',
|
||||
'Menu:Person+' => '全人物',
|
||||
'Menu:Team' => 'チーム',
|
||||
'Menu:Team+' => '全チーム',
|
||||
'Menu:Document' => '文書',
|
||||
'Menu:Document+' => '全文書',
|
||||
'Menu:Location' => '場所',
|
||||
'Menu:Location+' => '全ての場所',
|
||||
'Menu:NewContact' => '新規連絡先',
|
||||
'Menu:NewContact+' => '新規連絡先',
|
||||
'Menu:SearchContacts' => '連絡先検索',
|
||||
'Menu:SearchContacts+' => '連絡先検索',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'ショートカット',
|
||||
'Menu:ConfigManagement:AllContacts' => '全連絡先: %1$d',
|
||||
'Menu:Typology' => 'トポロジー構成',
|
||||
'Menu:Typology+' => 'トポロジー構成',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'サマリー',
|
||||
'Menu:ConfigManagement:Typology' => '分類構成',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Person:info' => '情報',
|
||||
'UserLocal:info' => 'General information~~',
|
||||
'Person:personal_info' => 'Personal information~~',
|
||||
'Person:notifiy' => '通知',
|
||||
));
|
||||
@@ -0,0 +1,360 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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>
|
||||
* @author LinProfs <info@linprofs.com>
|
||||
* Linux & Open Source Professionals
|
||||
* http://www.linprofs.com
|
||||
*
|
||||
* @author Hipska (2018, 2019)
|
||||
* @author Jeffrey Bostoen - <jbostoen.itop@outlook.com> (2018 - 2020)
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Organization' => 'Organisatie',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Naam',
|
||||
'Class:Organization/Attribute:name+' => 'Gekende naam voor de organisatie',
|
||||
'Class:Organization/Attribute:code' => 'Code',
|
||||
'Class:Organization/Attribute:code+' => 'Code voor de organisatie',
|
||||
'Class:Organization/Attribute:status' => 'Status',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Actief',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'Actief',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Inactief',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => 'Inactief',
|
||||
'Class:Organization/Attribute:parent_id' => 'Hoofdorganisatie',
|
||||
'Class:Organization/Attribute:parent_id+' => 'Hoofdorganisatie',
|
||||
'Class:Organization/Attribute:parent_name' => 'Naam hoofdorganisatie',
|
||||
'Class:Organization/Attribute:parent_name+' => 'Naam van de hoofdorganisatie',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Leveringsmodel',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Naam leveringsmodel',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Hoofdorganisatie',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Hoofdorganisatie',
|
||||
'Class:Organization/Attribute:overview' => 'Overzicht',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuratie-items van deze organisatie',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'per type',
|
||||
'Organization:Overview:Users' => 'iTop-gebruikers in deze organisatie',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Location' => 'Locatie',
|
||||
'Class:Location+' => 'Een locatie zoals: land, regio, gemeente/stad, gebouw, verdieping, kamer, ...',
|
||||
'Class:Location/Attribute:name' => 'Naam',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Status',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Actief',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'Actief',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Inactief',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => 'Inactief',
|
||||
'Class:Location/Attribute:org_id' => 'Organisatie',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Naam organisatie',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Adres',
|
||||
'Class:Location/Attribute:address+' => 'Adres van de organisatie',
|
||||
'Class:Location/Attribute:postal_code' => 'Postcode',
|
||||
'Class:Location/Attribute:postal_code+' => 'Postcode van de organisatie',
|
||||
'Class:Location/Attribute:city' => 'Gemeente',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Land',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Apparaten',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'Alle apparaten die zich op deze locatie bevinden',
|
||||
'Class:Location/Attribute:person_list' => 'Contacten',
|
||||
'Class:Location/Attribute:person_list+' => 'Alle contacten die zich op deze locatie bevinden',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Contact' => 'Contact',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Naam',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Status',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Actief',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'Actief',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Inactief',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => 'Inactief',
|
||||
'Class:Contact/Attribute:org_id' => 'Organisatie',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Naam organisatie',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'E-mailadres',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Telefoon',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Melding',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'Nee',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'Nee',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'Ja',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'Ja',
|
||||
'Class:Contact/Attribute:function' => 'Functie',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'CI\'s',
|
||||
'Class:Contact/Attribute:cis_list+' => 'Alle configuratie-items die gerelateerd zijn aan dit team',
|
||||
'Class:Contact/Attribute:finalclass' => 'Subklasse contact',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Person' => 'Persoon',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Achternaam',
|
||||
'Class:Person/Attribute:name+' => '',
|
||||
'Class:Person/Attribute:first_name' => 'Voornaam',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Identificatienummer',
|
||||
'Class:Person/Attribute:employee_number+' => 'Een uniek nummer om de persoon te identificeren (bv. rijksregister, burgerservicenummer, werknemernummer, ...)',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Mobiele telefoon',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => 'Locatie',
|
||||
'Class:Person/Attribute:location_id+' => 'Locatie waar de persoon gecontacteerd kan worden',
|
||||
'Class:Person/Attribute:location_name' => 'Naam locatie',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'Manager',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => 'Naam manager',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => 'Teams',
|
||||
'Class:Person/Attribute:team_list+' => 'Alle teams waarvan deze persoon lid is',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Person/Attribute:tickets_list+' => 'Alle tickets waarvan deze persoon de aanvrager is',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Herkenbare naam manager',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Foto',
|
||||
'Class:Person/Attribute:picture+' => 'Foto van de contactpersoon',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'Het identificatienummer moet uniek zijn binnen de organisatie',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'Er is al een persoon in de organisatie \'$this->org_name$\' met hetzelfde identificatienummer',
|
||||
'Class:Person/UniquenessRule:name+' => 'De naam moet uniek zijn binnen een organisatie',
|
||||
'Class:Person/UniquenessRule:name' => 'Er is al een persoon in de organisatie \'$this->org_name$\' met dezelfde naam',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Team' => 'Team',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'Leden',
|
||||
'Class:Team/Attribute:persons_list+' => 'Alle personen die lid zijn van dit team',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickets',
|
||||
'Class:Team/Attribute:tickets_list+' => 'Alle tickets die toegewezen zijn aan dit team',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Document' => 'Document',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Naam',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Organisatie',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => 'Naam organisatie',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Soort document',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Naam van het soort document',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => 'Versie',
|
||||
'Class:Document/Attribute:version+' => '',
|
||||
'Class:Document/Attribute:description' => 'Omschrijving',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Status',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Concept',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Verouderd',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Gepubliceerd',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CI\'s',
|
||||
'Class:Document/Attribute:cis_list+' => 'Alle configuratie-items gerelateerd aan dit document',
|
||||
'Class:Document/Attribute:finalclass' => 'Subklasse document',
|
||||
'Class:Document/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:DocumentFile' => 'Document: Bestand',
|
||||
'Class:DocumentFile+' => '',
|
||||
'Class:DocumentFile/Attribute:file' => 'Bestand',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:DocumentNote' => 'Document: Notitie',
|
||||
'Class:DocumentNote+' => '',
|
||||
'Class:DocumentNote/Attribute:text' => 'Tekst',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:DocumentWeb' => 'Document: Web',
|
||||
'Class:DocumentWeb+' => '',
|
||||
'Class:DocumentWeb/Attribute:url' => 'Link (URL)',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Typology' => 'Typologie',
|
||||
'Class:Typology+' => '',
|
||||
'Class:Typology/Attribute:name' => 'Naam',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => 'Subklasse typologie',
|
||||
'Class:Typology/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:DocumentType' => 'Soort Document',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:ContactType' => 'Soort Contact',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:lnkPersonToTeam' => 'Link Persoon / Team',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Team',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Naam team',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Persoon',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Naam persoon',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Rol',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Naam rol',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Menu:DataAdministration' => 'Databeheer',
|
||||
'Menu:DataAdministration+' => 'Databeheer',
|
||||
'Menu:Catalogs' => 'Catalogus',
|
||||
'Menu:Catalogs+' => 'Soorten data',
|
||||
'Menu:Audit' => 'Audit',
|
||||
'Menu:Audit+' => 'Audit',
|
||||
'Menu:CSVImport' => 'CSV-import',
|
||||
'Menu:CSVImport+' => 'Grootschalige aanmaak of update',
|
||||
'Menu:Organization' => 'Organisaties',
|
||||
'Menu:Organization+' => 'Alle organisaties',
|
||||
'Menu:ConfigManagement' => 'Configuratiebeheer',
|
||||
'Menu:ConfigManagement+' => 'Configuratiebeheer',
|
||||
'Menu:ConfigManagementCI' => 'Configuratie-items',
|
||||
'Menu:ConfigManagementCI+' => 'Configuratie-items',
|
||||
'Menu:ConfigManagementOverview' => 'Overzicht',
|
||||
'Menu:ConfigManagementOverview+' => 'Overzicht',
|
||||
'Menu:Contact' => 'Contacten',
|
||||
'Menu:Contact+' => 'Contacten',
|
||||
'Menu:Contact:Count' => '%1$d contacten',
|
||||
'Menu:Person' => 'Personen',
|
||||
'Menu:Person+' => 'Alle personen',
|
||||
'Menu:Team' => 'Teams',
|
||||
'Menu:Team+' => 'Alle teams',
|
||||
'Menu:Document' => 'Documenten',
|
||||
'Menu:Document+' => 'Alle documenten',
|
||||
'Menu:Location' => 'Locaties',
|
||||
'Menu:Location+' => 'Alle locaties',
|
||||
'Menu:NewContact' => 'Nieuw contact',
|
||||
'Menu:NewContact+' => 'Maak een nieuw contact aan',
|
||||
'Menu:SearchContacts' => 'Zoek naar contacten',
|
||||
'Menu:SearchContacts+' => 'Zoek naar contacten',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Snelkoppelingen',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Alle contacten: %1$d',
|
||||
'Menu:Typology' => 'Configuratie typologie',
|
||||
'Menu:Typology+' => 'Configuratie van de typologie',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Samenvatting',
|
||||
'Menu:ConfigManagement:Typology' => 'Configuratie typologie',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Person:info' => 'Globale informatie',
|
||||
'UserLocal:info' => 'Globale informatie',
|
||||
'Person:personal_info' => 'Persoonlijke informatie',
|
||||
'Person:notifiy' => 'Notificeer',
|
||||
));
|
||||
@@ -0,0 +1,354 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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/>
|
||||
/**
|
||||
* Localized data
|
||||
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||||
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Organization' => 'Organização',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Nome',
|
||||
'Class:Organization/Attribute:name+' => 'Nome comum',
|
||||
'Class:Organization/Attribute:code' => 'Código',
|
||||
'Class:Organization/Attribute:code+' => 'Código organização (Siret, DUNS,...)',
|
||||
'Class:Organization/Attribute:status' => 'Estado',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Ativo',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'Ativo',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Inativo',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => 'Inativo',
|
||||
'Class:Organization/Attribute:parent_id' => 'Principal',
|
||||
'Class:Organization/Attribute:parent_id+' => 'Organização principal',
|
||||
'Class:Organization/Attribute:parent_name' => 'Nome principal',
|
||||
'Class:Organization/Attribute:parent_name+' => 'Nome da organização principal',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Modelo entrega',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Nome modelo entrega',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Principal',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Organização principal',
|
||||
'Class:Organization/Attribute:overview' => 'Visão geral',
|
||||
'Organization:Overview:FunctionalCIs' => 'Itens de configuração desta organização',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'por tipo',
|
||||
'Organization:Overview:Users' => 'Usuários iTop dentro desta organização',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Location' => 'Localidade',
|
||||
'Class:Location+' => 'Qualquer tipo de localização: Região, País, Cidade, Lugar, Edifício, Andar, Sala, Rack,...',
|
||||
'Class:Location/Attribute:name' => 'Nome',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Estado',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Ativo',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'Ativo',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Inativo',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => 'Inativo',
|
||||
'Class:Location/Attribute:org_id' => 'Organização',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Nome organização',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Endereço',
|
||||
'Class:Location/Attribute:address+' => 'Endereço',
|
||||
'Class:Location/Attribute:postal_code' => 'CEP',
|
||||
'Class:Location/Attribute:postal_code+' => 'CEP',
|
||||
'Class:Location/Attribute:city' => 'Cidade',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'País',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Dispositivos',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'Todos os dispositivos desta localidade',
|
||||
'Class:Location/Attribute:person_list' => 'Contatos',
|
||||
'Class:Location/Attribute:person_list+' => 'Todos os contatos desta localidade',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Contact' => 'Contato',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Nome',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Estado',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Ativo',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'Ativo',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Inativo',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => 'Inativo',
|
||||
'Class:Contact/Attribute:org_id' => 'Organização',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Nome organização',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Email',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Telefone',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Notificação',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'Não',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'Não',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'Sim',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'Sim',
|
||||
'Class:Contact/Attribute:function' => 'Função',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'CIs',
|
||||
'Class:Contact/Attribute:cis_list+' => 'Todos os itens de configuração vinculado a esse contato',
|
||||
'Class:Contact/Attribute:finalclass' => 'Tipo contato',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Person' => 'Pessoa',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Último nome',
|
||||
'Class:Person/Attribute:name+' => '',
|
||||
'Class:Person/Attribute:first_name' => 'Primeiro nome',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Número colaborador',
|
||||
'Class:Person/Attribute:employee_number+' => '',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Celular',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => 'Localidade',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => 'Nome localidade',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'Gerente',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => 'Nome gerente',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => 'Equipes',
|
||||
'Class:Person/Attribute:team_list+' => 'Todas as equipes que essa pessoa pertence',
|
||||
'Class:Person/Attribute:tickets_list' => 'Solicitações',
|
||||
'Class:Person/Attribute:tickets_list+' => 'Todos as solicitações que essa pessoa solicitou',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Nome amigável gerente',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Foto',
|
||||
'Class:Person/Attribute:picture+' => '',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'O número de funcionário deve ser único na organização',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'Já existe uma pessoa na organização \'$this->org_name$\' com o mesmo número de funcionário',
|
||||
'Class:Person/UniquenessRule:name+' => 'O nome do funcionário deve ser único dentro de sua organização',
|
||||
'Class:Person/UniquenessRule:name' => 'Já existe uma pessoa na organização \'$this->org_name$\' com o mesmo nome',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Team' => 'Equipe',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'Membros',
|
||||
'Class:Team/Attribute:persons_list+' => 'Todas as pessoas que pertencem a esta equipe',
|
||||
'Class:Team/Attribute:tickets_list' => 'Solicitações',
|
||||
'Class:Team/Attribute:tickets_list+' => 'Todas as solicitações atribuídas a esta equipe',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Document' => 'Documento',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Nome',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Organização',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => 'Nome organização',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Tipo documento',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Nome tipo documento',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => 'Versão',
|
||||
'Class:Document/Attribute:version+' => '',
|
||||
'Class:Document/Attribute:description' => 'Descrição',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Estado',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Rascunho',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Obsoleto',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Publicado',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CIs',
|
||||
'Class:Document/Attribute:cis_list+' => 'Todos os itens de configuração vinculados a esse documento',
|
||||
'Class:Document/Attribute:finalclass' => 'Tipo documento',
|
||||
'Class:Document/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:DocumentFile' => 'Arquivo',
|
||||
'Class:DocumentFile+' => '',
|
||||
'Class:DocumentFile/Attribute:file' => 'Arquivo',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:DocumentNote' => 'Texto',
|
||||
'Class:DocumentNote+' => '',
|
||||
'Class:DocumentNote/Attribute:text' => 'Texto',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:DocumentWeb' => 'Web',
|
||||
'Class:DocumentWeb+' => '',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Typology' => 'Tipologia',
|
||||
'Class:Typology+' => '',
|
||||
'Class:Typology/Attribute:name' => 'Nome',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => 'Tipo',
|
||||
'Class:Typology/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:DocumentType' => 'Tipo documento',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:ContactType' => 'Tipo contato',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:lnkPersonToTeam' => 'Link Pessoa / Equipe',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Equipe',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Nome equipe',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Pessoa',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Nome pessoa',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Função',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Nome função',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Menu:DataAdministration' => 'Administração Dados',
|
||||
'Menu:DataAdministration+' => 'Administração Dados',
|
||||
'Menu:Catalogs' => 'Catálogos',
|
||||
'Menu:Catalogs+' => 'Tipos dados',
|
||||
'Menu:Audit' => 'Auditoria',
|
||||
'Menu:Audit+' => 'Auditoria',
|
||||
'Menu:CSVImport' => 'Importar CSV',
|
||||
'Menu:CSVImport+' => 'Criação ou atualização em massa',
|
||||
'Menu:Organization' => 'Organizações',
|
||||
'Menu:Organization+' => 'Todas organizações',
|
||||
'Menu:ConfigManagement' => 'Gerenciamento Configurações',
|
||||
'Menu:ConfigManagement+' => 'Gerenciamento Configurações',
|
||||
'Menu:ConfigManagementCI' => 'Itens de configuração',
|
||||
'Menu:ConfigManagementCI+' => 'Itens de configuração',
|
||||
'Menu:ConfigManagementOverview' => 'Visão geral',
|
||||
'Menu:ConfigManagementOverview+' => 'Visão geral',
|
||||
'Menu:Contact' => 'Contatos',
|
||||
'Menu:Contact+' => 'Contatos',
|
||||
'Menu:Contact:Count' => '%1$d contatos',
|
||||
'Menu:Person' => 'Pessoas',
|
||||
'Menu:Person+' => 'Todas pessoas',
|
||||
'Menu:Team' => 'Equipes',
|
||||
'Menu:Team+' => 'Todas equipes',
|
||||
'Menu:Document' => 'Documentos',
|
||||
'Menu:Document+' => 'Todos documentos',
|
||||
'Menu:Location' => 'Localidades',
|
||||
'Menu:Location+' => 'Todas localidades',
|
||||
'Menu:NewContact' => 'Novo contato',
|
||||
'Menu:NewContact+' => 'Novo contato',
|
||||
'Menu:SearchContacts' => 'Pesquisar por contatos',
|
||||
'Menu:SearchContacts+' => 'Pesquisar por contatos',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Atalhos',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Todos contatos: %1$d',
|
||||
'Menu:Typology' => 'Configuração tipologia',
|
||||
'Menu:Typology+' => 'Configuração tipologia',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Índice',
|
||||
'Menu:ConfigManagement:Typology' => 'Configuração tipologia',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Person:info' => 'Informações gerais',
|
||||
'UserLocal:info' => 'General information~~',
|
||||
'Person:personal_info' => 'Informação pessoal',
|
||||
'Person:notifiy' => 'Notificação',
|
||||
));
|
||||
@@ -0,0 +1,341 @@
|
||||
<?php
|
||||
/**
|
||||
* Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru.
|
||||
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||||
* @author Vladimir Kunin <v.b.kunin@gmail.com>
|
||||
* @link http://community.itop-itsm.ru iTop Russian Community
|
||||
* @link https://github.com/itop-itsm-ru/itop-rus
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Organization' => 'Организация',
|
||||
'Class:Organization+' => 'Организация',
|
||||
'Class:Organization/Attribute:name' => 'Название',
|
||||
'Class:Organization/Attribute:name+' => 'Название',
|
||||
'Class:Organization/Attribute:code' => 'Код',
|
||||
'Class:Organization/Attribute:code+' => 'Код в реестре организаций или другой идентификатор',
|
||||
'Class:Organization/Attribute:status' => 'Статус',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Активный',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'Активный',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Неактивный',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => 'Неактивный',
|
||||
'Class:Organization/Attribute:parent_id' => 'Вышестоящая',
|
||||
'Class:Organization/Attribute:parent_id+' => 'Вышестоящая организация',
|
||||
'Class:Organization/Attribute:parent_name' => 'Вышестоящая',
|
||||
'Class:Organization/Attribute:parent_name+' => 'Вышестоящая организация',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Модель услуг',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => 'Модель предоставления услуг',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Модель услуг',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => 'Модель предоставления услуг',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Вышестоящая',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Вышестоящая организация',
|
||||
'Class:Organization/Attribute:overview' => 'Обзор',
|
||||
'Organization:Overview:FunctionalCIs' => 'Конфигурационные единицы этой организации',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'по типу',
|
||||
'Organization:Overview:Users' => 'Пользователи iTop этой организации',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Location' => 'Расположение',
|
||||
'Class:Location+' => 'Типы расположения: Регион, Страна, Город, Сайт, Здание, Этаж, Комната, Стойка и т.п.',
|
||||
'Class:Location/Attribute:name' => 'Название',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Статус',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Активный',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'Активный',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Неактивный',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => 'Неактивный',
|
||||
'Class:Location/Attribute:org_id' => 'Организация',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Организация',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Адрес',
|
||||
'Class:Location/Attribute:address+' => 'Почтовый адрес',
|
||||
'Class:Location/Attribute:postal_code' => 'Индекс',
|
||||
'Class:Location/Attribute:postal_code+' => 'Почтовый индекс',
|
||||
'Class:Location/Attribute:city' => 'Город',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Страна',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Устройства',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'Устройства в этом расположении',
|
||||
'Class:Location/Attribute:person_list' => 'Контакты',
|
||||
'Class:Location/Attribute:person_list+' => 'Контакты в этом расположении',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Contact' => 'Контакт',
|
||||
'Class:Contact+' => 'Контакт',
|
||||
'Class:Contact/Attribute:name' => 'Название',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Статус',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Активный',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'Активный',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Неактивный',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => 'Неактивный',
|
||||
'Class:Contact/Attribute:org_id' => 'Организация',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Организация',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Email',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Телефон',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Уведомлять',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'нет',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'нет',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'да',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'да',
|
||||
'Class:Contact/Attribute:function' => 'Функция',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'КЕ',
|
||||
'Class:Contact/Attribute:cis_list+' => 'Связанные конфигурационные единицы',
|
||||
'Class:Contact/Attribute:finalclass' => 'Тип контакта',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Person' => 'Персона',
|
||||
'Class:Person+' => 'Персона',
|
||||
'Class:Person/Attribute:name' => 'Фамилия',
|
||||
'Class:Person/Attribute:name+' => '',
|
||||
'Class:Person/Attribute:first_name' => 'Имя',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Номер сотрудника',
|
||||
'Class:Person/Attribute:employee_number+' => 'Табельный номер сотрудника или т.п.',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Мобильный телефон',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => 'Расположение',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => 'Расположение',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'Руководитель',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => 'Руководитель',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => 'Команды',
|
||||
'Class:Person/Attribute:team_list+' => 'Команды с участием персоны',
|
||||
'Class:Person/Attribute:tickets_list' => 'Тикеты',
|
||||
'Class:Person/Attribute:tickets_list+' => 'Связанные тикеты',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Руководитель',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Фотография',
|
||||
'Class:Person/Attribute:picture+' => '',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'Номер сотрудника должен быть уникальным в организации',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'В организации \'$this->org_name$\' уже есть персона с таким номером сотрудника',
|
||||
'Class:Person/UniquenessRule:name+' => 'Имя сотрудника должно быть уникальным внутри организации',
|
||||
'Class:Person/UniquenessRule:name' => 'В организации \'$this->org_name$\' уже есть персона с таким именем',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Team' => 'Команда',
|
||||
'Class:Team+' => 'Команда',
|
||||
'Class:Team/Attribute:persons_list' => 'Участники',
|
||||
'Class:Team/Attribute:persons_list+' => 'Участники команды',
|
||||
'Class:Team/Attribute:tickets_list' => 'Тикеты',
|
||||
'Class:Team/Attribute:tickets_list+' => 'Все тикеты, назначенные на команду',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Document' => 'Документ',
|
||||
'Class:Document+' => 'Документ',
|
||||
'Class:Document/Attribute:name' => 'Название',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Организация',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => 'Организация',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Тип документа',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Тип документа',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => 'Версия',
|
||||
'Class:Document/Attribute:version+' => '',
|
||||
'Class:Document/Attribute:description' => 'Описание',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Статус',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Черновик',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Устаревший',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Опубликованный',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'КЕ',
|
||||
'Class:Document/Attribute:cis_list+' => 'Связанные конфигурационные единицы',
|
||||
'Class:Document/Attribute:finalclass' => 'Тип',
|
||||
'Class:Document/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:DocumentFile' => 'Файл',
|
||||
'Class:DocumentFile+' => 'Файл',
|
||||
'Class:DocumentFile/Attribute:file' => 'Файл',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:DocumentNote' => 'Заметка',
|
||||
'Class:DocumentNote+' => 'Заметка',
|
||||
'Class:DocumentNote/Attribute:text' => 'Заметка',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:DocumentWeb' => 'Веб-документ',
|
||||
'Class:DocumentWeb+' => 'Веб-документ',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Typology' => 'Типология',
|
||||
'Class:Typology+' => 'Типология',
|
||||
'Class:Typology/Attribute:name' => 'Название',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => 'Тип',
|
||||
'Class:Typology/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:DocumentType' => 'Тип документа',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:ContactType' => 'Тип контакта',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:lnkPersonToTeam' => 'Связь Персона/Команда',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Команда',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Команда',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Персона',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Персона',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Роль',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Роль',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Menu:DataAdministration' => 'Администрирование данных',
|
||||
'Menu:DataAdministration+' => 'Администрирование данных',
|
||||
'Menu:Catalogs' => 'Каталоги',
|
||||
'Menu:Catalogs+' => 'Каталоги',
|
||||
'Menu:Audit' => 'Аудит',
|
||||
'Menu:Audit+' => 'Аудит',
|
||||
'Menu:CSVImport' => 'Импорт CSV',
|
||||
'Menu:CSVImport+' => 'Массовое создание или обновление объектов',
|
||||
'Menu:Organization' => 'Организации',
|
||||
'Menu:Organization+' => 'Все организации',
|
||||
'Menu:ConfigManagement' => 'Управление конфигурациями',
|
||||
'Menu:ConfigManagement+' => 'Управление конфигурациями',
|
||||
'Menu:ConfigManagementCI' => 'Конфигурационные единицы',
|
||||
'Menu:ConfigManagementCI+' => 'Конфигурационные единицы',
|
||||
'Menu:ConfigManagementOverview' => 'Обзор',
|
||||
'Menu:ConfigManagementOverview+' => 'Обзор',
|
||||
'Menu:Contact' => 'Контакты',
|
||||
'Menu:Contact+' => 'Контакты',
|
||||
'Menu:Contact:Count' => '%1$d Контактов',
|
||||
'Menu:Person' => 'Персоны',
|
||||
'Menu:Person+' => 'Все персоны',
|
||||
'Menu:Team' => 'Команды',
|
||||
'Menu:Team+' => 'Все команды',
|
||||
'Menu:Document' => 'Документы',
|
||||
'Menu:Document+' => 'Все документы',
|
||||
'Menu:Location' => 'Расположения',
|
||||
'Menu:Location+' => 'Все расположения',
|
||||
'Menu:NewContact' => 'Новый контакт',
|
||||
'Menu:NewContact+' => 'Новый контакт',
|
||||
'Menu:SearchContacts' => 'Поиск контактов',
|
||||
'Menu:SearchContacts+' => 'Поиск контактов',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Ярлыки',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Все контакты: %1$d',
|
||||
'Menu:Typology' => 'Типология',
|
||||
'Menu:Typology+' => 'Типология',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Все конфигурационные единицы',
|
||||
'Menu:ConfigManagement:Typology' => 'Настройка типологии',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Person:info' => 'Основная информация',
|
||||
'UserLocal:info' => 'Основная информация',
|
||||
'Person:personal_info' => 'Личная информация',
|
||||
'Person:notifiy' => 'Уведомления',
|
||||
));
|
||||
@@ -0,0 +1,353 @@
|
||||
<?php
|
||||
/**
|
||||
* Localized data
|
||||
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||||
* @copyright Copyright (C) 2010-2018 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/>
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:Organization' => 'Organizácia',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Názov',
|
||||
'Class:Organization/Attribute:name+' => '',
|
||||
'Class:Organization/Attribute:code' => 'Kód',
|
||||
'Class:Organization/Attribute:code+' => '',
|
||||
'Class:Organization/Attribute:status' => 'Stav',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Aktívna',
|
||||
'Class:Organization/Attribute:status/Value:active+' => '',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Neaktívna',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => '',
|
||||
'Class:Organization/Attribute:parent_id' => 'Nadradená organizácia',
|
||||
'Class:Organization/Attribute:parent_id+' => '',
|
||||
'Class:Organization/Attribute:parent_name' => 'Nadradená organizácia',
|
||||
'Class:Organization/Attribute:parent_name+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Model dodávky',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Názov modelu dodávky',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Nadradená organizácia',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => '',
|
||||
'Class:Organization/Attribute:overview' => 'Overview~~',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~',
|
||||
'Organization:Overview:Users' => 'iTop Users within this organization~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:Location' => 'Poloha',
|
||||
'Class:Location+' => '',
|
||||
'Class:Location/Attribute:name' => 'Názov',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Stav',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Aktívna',
|
||||
'Class:Location/Attribute:status/Value:active+' => '',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Neaktívna',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => '',
|
||||
'Class:Location/Attribute:org_id' => 'Organizácia vlastníka',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Názov organizácie vlastníka',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Adresa',
|
||||
'Class:Location/Attribute:address+' => '',
|
||||
'Class:Location/Attribute:postal_code' => 'PSČ',
|
||||
'Class:Location/Attribute:postal_code+' => '',
|
||||
'Class:Location/Attribute:city' => 'Mesto',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Štát',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Zariadenia',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => '',
|
||||
'Class:Location/Attribute:person_list' => 'Kontakty',
|
||||
'Class:Location/Attribute:person_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:Contact' => 'Kontakt',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Meno',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Stav',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Aktívny',
|
||||
'Class:Contact/Attribute:status/Value:active+' => '',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Neaktívny',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => '',
|
||||
'Class:Contact/Attribute:org_id' => 'Organizácia',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Názov Organizácie',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Email',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Telefón',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Upozornenie',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'nie',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'áno',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => '',
|
||||
'Class:Contact/Attribute:function' => 'Funkcia',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => 'Zariadenia',
|
||||
'Class:Contact/Attribute:cis_list+' => '',
|
||||
'Class:Contact/Attribute:finalclass' => 'Typ kontaktu',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:Person' => 'Osoba',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Priezvisko',
|
||||
'Class:Person/Attribute:name+' => '',
|
||||
'Class:Person/Attribute:first_name' => 'Krstné meno',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Číslo zamestnanca',
|
||||
'Class:Person/Attribute:employee_number+' => '',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Telefónne číslo',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => 'Poloha',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => 'Názov lokality',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => 'Manažér',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => 'Meno manažéra',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => 'Tímy',
|
||||
'Class:Person/Attribute:team_list+' => '',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tickety',
|
||||
'Class:Person/Attribute:tickets_list+' => '',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Ľahko čitateľné meno manažéra',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => 'Picture~~',
|
||||
'Class:Person/Attribute:picture+' => '~~',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organization~~',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number~~',
|
||||
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization~~',
|
||||
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:Team' => 'Tím',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'Osoby',
|
||||
'Class:Team/Attribute:persons_list+' => '',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickety',
|
||||
'Class:Team/Attribute:tickets_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:Document' => 'Dokument',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Názov',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Organizácia',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => 'Názov Organizácie',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Typ dokumentu',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Názov typu dokumentu',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => 'Version~~',
|
||||
'Class:Document/Attribute:version+' => '~~',
|
||||
'Class:Document/Attribute:description' => 'Popis',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Stav',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Návrh',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Vyradený',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Publikovaný',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'Komponenty',
|
||||
'Class:Document/Attribute:cis_list+' => '',
|
||||
'Class:Document/Attribute:finalclass' => 'Typ dokumentu',
|
||||
'Class:Document/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:DocumentFile' => 'Dokumentový súbor',
|
||||
'Class:DocumentFile+' => '',
|
||||
'Class:DocumentFile/Attribute:file' => 'Súbor',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:DocumentNote' => 'Poznámka dokumentu',
|
||||
'Class:DocumentNote+' => '',
|
||||
'Class:DocumentNote/Attribute:text' => 'Text',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:DocumentWeb' => 'Web stránka dokumentu',
|
||||
'Class:DocumentWeb+' => '',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:Typology' => 'Typológia',
|
||||
'Class:Typology+' => '',
|
||||
'Class:Typology/Attribute:name' => 'Názov',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => 'Typ',
|
||||
'Class:Typology/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:DocumentType' => 'Typ dokumentu',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:ContactType' => 'Typ kontaktu',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:lnkPersonToTeam' => 'väzba - Osoba / Tím',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Tím',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Názov tímu',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Osoba',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Meno osoby',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Rola',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Názov role',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Menu:DataAdministration' => 'Dátová administrácia',
|
||||
'Menu:DataAdministration+' => '',
|
||||
'Menu:Catalogs' => 'Katalógy',
|
||||
'Menu:Catalogs+' => '',
|
||||
'Menu:Audit' => 'Audity',
|
||||
'Menu:Audit+' => '',
|
||||
'Menu:CSVImport' => 'CSV import~~',
|
||||
'Menu:CSVImport+' => 'Bulk creation or update~~',
|
||||
'Menu:Organization' => 'Organizácia',
|
||||
'Menu:Organization+' => '',
|
||||
'Menu:ConfigManagement' => 'Manažment konfigurácie',
|
||||
'Menu:ConfigManagement+' => '',
|
||||
'Menu:ConfigManagementCI' => 'Konfiguračné položky',
|
||||
'Menu:ConfigManagementCI+' => '',
|
||||
'Menu:ConfigManagementOverview' => 'Prehľad',
|
||||
'Menu:ConfigManagementOverview+' => '',
|
||||
'Menu:Contact' => 'Kontakty',
|
||||
'Menu:Contact+' => '',
|
||||
'Menu:Contact:Count' => '%1$d kontakt/y/ov',
|
||||
'Menu:Person' => 'Osoby',
|
||||
'Menu:Person+' => '',
|
||||
'Menu:Team' => 'Tímy',
|
||||
'Menu:Team+' => '',
|
||||
'Menu:Document' => 'Dokumenty',
|
||||
'Menu:Document+' => '',
|
||||
'Menu:Location' => 'Poloha',
|
||||
'Menu:Location+' => '',
|
||||
'Menu:NewContact' => 'Nový kontakt',
|
||||
'Menu:NewContact+' => '',
|
||||
'Menu:SearchContacts' => 'Vyhľadať kontakty',
|
||||
'Menu:SearchContacts+' => '',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Skratky',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Všetky kontakty: %1$d',
|
||||
'Menu:Typology' => 'Konfiguračná typológia',
|
||||
'Menu:Typology+' => '',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Zhrnutie',
|
||||
'Menu:ConfigManagement:Typology' => 'Konfiguračná typológia',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Person:info' => 'Všeobecné informácie',
|
||||
'UserLocal:info' => 'General information~~',
|
||||
'Person:personal_info' => 'Personal information~~',
|
||||
'Person:notifiy' => 'Upozornenie',
|
||||
));
|
||||
@@ -0,0 +1,355 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2021 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/>
|
||||
/**
|
||||
* Localized data
|
||||
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||||
* @author Izzet Sirin <izzet.sirin@htr.com.tr>
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:Organization' => 'Kurum',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => 'Adı',
|
||||
'Class:Organization/Attribute:name+' => 'Kullanılan adı',
|
||||
'Class:Organization/Attribute:code' => 'Kodu',
|
||||
'Class:Organization/Attribute:code+' => 'Kurumu kodu (Siret, DUNS,...)',
|
||||
'Class:Organization/Attribute:status' => 'Durumu',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => 'Etkin',
|
||||
'Class:Organization/Attribute:status/Value:active+' => 'Etkin',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => 'Etkin değil',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => 'Etkin değil',
|
||||
'Class:Organization/Attribute:parent_id' => 'Bağlı olduğu kurum',
|
||||
'Class:Organization/Attribute:parent_id+' => 'Bağlı olduğu kurum',
|
||||
'Class:Organization/Attribute:parent_name' => 'Bağlı olduğu kurumun adı',
|
||||
'Class:Organization/Attribute:parent_name+' => 'Bağlı olduğu kurumun adı',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery model~~',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '~~',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => 'Delivery model name~~',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '~~',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => 'Parent~~',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Parent organization~~',
|
||||
'Class:Organization/Attribute:overview' => 'Overview~~',
|
||||
'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~',
|
||||
'Organization:Overview:Users' => 'iTop Users within this organization~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:Location' => 'Yerleşke',
|
||||
'Class:Location+' => 'Yerleşke : Bölge, Ülke, Şehir, Yerleşke, Bina, Kat, Oda, kabin,...',
|
||||
'Class:Location/Attribute:name' => 'Adı',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => 'Durumu',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => 'Etkin',
|
||||
'Class:Location/Attribute:status/Value:active+' => 'Etkin',
|
||||
'Class:Location/Attribute:status/Value:inactive' => 'Etkin değil',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => 'Etkin değil',
|
||||
'Class:Location/Attribute:org_id' => 'Kurumun sahibi',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => 'Kurumun sahibinin adı',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => 'Adres',
|
||||
'Class:Location/Attribute:address+' => 'Posta adresi',
|
||||
'Class:Location/Attribute:postal_code' => 'Posta kodu',
|
||||
'Class:Location/Attribute:postal_code+' => 'Posta kodu',
|
||||
'Class:Location/Attribute:city' => 'Şehir',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => 'Ülke',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => 'Devices~~',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => 'All the devices in this location~~',
|
||||
'Class:Location/Attribute:person_list' => 'Contacts~~',
|
||||
'Class:Location/Attribute:person_list+' => 'All the contacts located on this location~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:Contact' => 'İrtibat',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => 'Adı',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => 'Durumu',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => 'Etkin',
|
||||
'Class:Contact/Attribute:status/Value:active+' => 'Etkin',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => 'Etkin değil',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => 'Etkin değil',
|
||||
'Class:Contact/Attribute:org_id' => 'Kurum',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => 'Kurum',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'E-posta',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => 'Telefon',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => 'Notification~~',
|
||||
'Class:Contact/Attribute:notify+' => '~~',
|
||||
'Class:Contact/Attribute:notify/Value:no' => 'no~~',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => 'no~~',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => 'yes~~',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => 'yes~~',
|
||||
'Class:Contact/Attribute:function' => 'Function~~',
|
||||
'Class:Contact/Attribute:function+' => '~~',
|
||||
'Class:Contact/Attribute:cis_list' => 'CIs~~',
|
||||
'Class:Contact/Attribute:cis_list+' => 'All the configuration items linked to this contact~~',
|
||||
'Class:Contact/Attribute:finalclass' => 'Tip',
|
||||
'Class:Contact/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:Person' => 'Kişi',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => 'Last Name~~',
|
||||
'Class:Person/Attribute:name+' => '~~',
|
||||
'Class:Person/Attribute:first_name' => 'Adı',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => 'Employee number~~',
|
||||
'Class:Person/Attribute:employee_number+' => '~~',
|
||||
'Class:Person/Attribute:mobile_phone' => 'Mobile phone~~',
|
||||
'Class:Person/Attribute:mobile_phone+' => '~~',
|
||||
'Class:Person/Attribute:location_id' => 'Location~~',
|
||||
'Class:Person/Attribute:location_id+' => '~~',
|
||||
'Class:Person/Attribute:location_name' => 'Location name~~',
|
||||
'Class:Person/Attribute:location_name+' => '~~',
|
||||
'Class:Person/Attribute:manager_id' => 'Manager~~',
|
||||
'Class:Person/Attribute:manager_id+' => '~~',
|
||||
'Class:Person/Attribute:manager_name' => 'Manager name~~',
|
||||
'Class:Person/Attribute:manager_name+' => '~~',
|
||||
'Class:Person/Attribute:team_list' => 'Teams~~',
|
||||
'Class:Person/Attribute:team_list+' => 'All the teams this person belongs to~~',
|
||||
'Class:Person/Attribute:tickets_list' => 'Tickets~~',
|
||||
'Class:Person/Attribute:tickets_list+' => 'All the tickets this person is the caller~~',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => 'Manager friendly name~~',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '~~',
|
||||
'Class:Person/Attribute:picture' => 'Picture~~',
|
||||
'Class:Person/Attribute:picture+' => '~~',
|
||||
'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organization~~',
|
||||
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number~~',
|
||||
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization~~',
|
||||
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:Team' => 'Ekip',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => 'Members~~',
|
||||
'Class:Team/Attribute:persons_list+' => 'All the people belonging to this team~~',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickets~~',
|
||||
'Class:Team/Attribute:tickets_list+' => 'All the tickets assigned to this team~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:Document' => 'Doküman',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => 'Adı',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => 'Kurum',
|
||||
'Class:Document/Attribute:org_id+' => '~~',
|
||||
'Class:Document/Attribute:org_name' => 'Kurum Adı',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => 'Document type~~',
|
||||
'Class:Document/Attribute:documenttype_id+' => '~~',
|
||||
'Class:Document/Attribute:documenttype_name' => 'Document type name~~',
|
||||
'Class:Document/Attribute:documenttype_name+' => '~~',
|
||||
'Class:Document/Attribute:version' => 'Version~~',
|
||||
'Class:Document/Attribute:version+' => '~~',
|
||||
'Class:Document/Attribute:description' => 'Tanımlama',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => 'Durumu',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => 'Taslak',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => 'Geçersiz',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => 'Yayınlanan',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => 'CIs~~',
|
||||
'Class:Document/Attribute:cis_list+' => 'All the configuration items linked to this document~~',
|
||||
'Class:Document/Attribute:finalclass' => 'Document Type~~',
|
||||
'Class:Document/Attribute:finalclass+' => 'Name of the final class~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:DocumentFile' => 'Document File~~',
|
||||
'Class:DocumentFile+' => '~~',
|
||||
'Class:DocumentFile/Attribute:file' => 'File~~',
|
||||
'Class:DocumentFile/Attribute:file+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:DocumentNote' => 'Document Note~~',
|
||||
'Class:DocumentNote+' => '~~',
|
||||
'Class:DocumentNote/Attribute:text' => 'Text~~',
|
||||
'Class:DocumentNote/Attribute:text+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:DocumentWeb' => 'Document Web~~',
|
||||
'Class:DocumentWeb+' => '~~',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL~~',
|
||||
'Class:DocumentWeb/Attribute:url+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:Typology' => 'Typology~~',
|
||||
'Class:Typology+' => '~~',
|
||||
'Class:Typology/Attribute:name' => 'Name~~',
|
||||
'Class:Typology/Attribute:name+' => '~~',
|
||||
'Class:Typology/Attribute:finalclass' => 'Type~~',
|
||||
'Class:Typology/Attribute:finalclass+' => 'Name of the final class~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:DocumentType' => 'Document Type~~',
|
||||
'Class:DocumentType+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:ContactType' => 'Contact Type~~',
|
||||
'Class:ContactType+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:lnkPersonToTeam' => 'Link Person / Team~~',
|
||||
'Class:lnkPersonToTeam+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => 'Team~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => 'Team name~~',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => 'Person~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => 'Person name~~',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => 'Role~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => 'Role name~~',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Menu:DataAdministration' => 'Veri Yönetimi',
|
||||
'Menu:DataAdministration+' => 'Veri Yönetimi',
|
||||
'Menu:Catalogs' => 'Kataloglar',
|
||||
'Menu:Catalogs+' => 'Veri tipleri',
|
||||
'Menu:Audit' => 'Denetleme',
|
||||
'Menu:Audit+' => 'Denetleme',
|
||||
'Menu:CSVImport' => 'CSV dışardan al',
|
||||
'Menu:CSVImport+' => 'Çoklu yaratım veya güncelleme',
|
||||
'Menu:Organization' => 'Kurumlar',
|
||||
'Menu:Organization+' => 'Tüm Kurumlar',
|
||||
'Menu:ConfigManagement' => 'Konfigürasyon Yönetimi',
|
||||
'Menu:ConfigManagement+' => 'Konfigürasyon Yönetimi',
|
||||
'Menu:ConfigManagementCI' => 'Konfigürasyon Kalemleri',
|
||||
'Menu:ConfigManagementCI+' => 'Konfigürasyon Kalemleri',
|
||||
'Menu:ConfigManagementOverview' => 'Özet',
|
||||
'Menu:ConfigManagementOverview+' => 'Özet',
|
||||
'Menu:Contact' => 'İrtibatlar',
|
||||
'Menu:Contact+' => 'İrtibatlar',
|
||||
'Menu:Contact:Count' => '%1$d',
|
||||
'Menu:Person' => 'Kişiler',
|
||||
'Menu:Person+' => 'Tüm Kişiler',
|
||||
'Menu:Team' => 'Ekipler',
|
||||
'Menu:Team+' => 'Tüm ekipler',
|
||||
'Menu:Document' => 'Dokümanlar',
|
||||
'Menu:Document+' => 'Tüm dokümanlar',
|
||||
'Menu:Location' => 'Yerleşkeler',
|
||||
'Menu:Location+' => 'Tüm Yerleşkeler',
|
||||
'Menu:NewContact' => 'Yeni İrtibat',
|
||||
'Menu:NewContact+' => 'Yeni İrtibat',
|
||||
'Menu:SearchContacts' => 'İrtibat ara',
|
||||
'Menu:SearchContacts+' => 'İrtibat ara',
|
||||
'Menu:ConfigManagement:Shortcuts' => 'Kısalyollar',
|
||||
'Menu:ConfigManagement:AllContacts' => 'Tüm irtibatlar: %1$d',
|
||||
'Menu:Typology' => 'Typology configuration~~',
|
||||
'Menu:Typology+' => 'Typology configuration~~',
|
||||
'UI_WelcomeMenu_AllConfigItems' => 'Summary~~',
|
||||
'Menu:ConfigManagement:Typology' => 'Typology configuration~~',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Person:info' => 'General information~~',
|
||||
'UserLocal:info' => 'General information~~',
|
||||
'Person:personal_info' => 'Personal information~~',
|
||||
'Person:notifiy' => 'Notification~~',
|
||||
));
|
||||
@@ -0,0 +1,353 @@
|
||||
<?php
|
||||
/**
|
||||
* Localized data
|
||||
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
||||
* @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/>
|
||||
*/
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Note: The classes have been grouped by categories: bizmodel
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Classes in 'bizmodel'
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
// Class: Organization
|
||||
//
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:Organization' => '组织',
|
||||
'Class:Organization+' => '',
|
||||
'Class:Organization/Attribute:name' => '名称',
|
||||
'Class:Organization/Attribute:name+' => '常用名称',
|
||||
'Class:Organization/Attribute:code' => '编码',
|
||||
'Class:Organization/Attribute:code+' => '组织编码(Siret, DUNS,...)',
|
||||
'Class:Organization/Attribute:status' => '状态',
|
||||
'Class:Organization/Attribute:status+' => '',
|
||||
'Class:Organization/Attribute:status/Value:active' => '启用',
|
||||
'Class:Organization/Attribute:status/Value:active+' => '启用',
|
||||
'Class:Organization/Attribute:status/Value:inactive' => '停用',
|
||||
'Class:Organization/Attribute:status/Value:inactive+' => '停用',
|
||||
'Class:Organization/Attribute:parent_id' => '父级',
|
||||
'Class:Organization/Attribute:parent_id+' => '父级组织',
|
||||
'Class:Organization/Attribute:parent_name' => '父级名称',
|
||||
'Class:Organization/Attribute:parent_name+' => '父级组织名称',
|
||||
'Class:Organization/Attribute:deliverymodel_id' => '交付模式',
|
||||
'Class:Organization/Attribute:deliverymodel_id+' => '',
|
||||
'Class:Organization/Attribute:deliverymodel_name' => '交付模式名称',
|
||||
'Class:Organization/Attribute:deliverymodel_name+' => '',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname' => '上级组织',
|
||||
'Class:Organization/Attribute:parent_id_friendlyname+' => '上级组织',
|
||||
'Class:Organization/Attribute:overview' => '概览',
|
||||
'Organization:Overview:FunctionalCIs' => '该组织的所有配置项',
|
||||
'Organization:Overview:FunctionalCIs:subtitle' => '按类型',
|
||||
'Organization:Overview:Users' => '该组织里所有的iTop 用户',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Location
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:Location' => '地理位置',
|
||||
'Class:Location+' => '任何类型的地理位置: 区域, 国家, 城市, 位置, 建筑, 楼层, 房间, 机架,...',
|
||||
'Class:Location/Attribute:name' => '名称',
|
||||
'Class:Location/Attribute:name+' => '',
|
||||
'Class:Location/Attribute:status' => '状态',
|
||||
'Class:Location/Attribute:status+' => '',
|
||||
'Class:Location/Attribute:status/Value:active' => '启用',
|
||||
'Class:Location/Attribute:status/Value:active+' => '启用',
|
||||
'Class:Location/Attribute:status/Value:inactive' => '停用',
|
||||
'Class:Location/Attribute:status/Value:inactive+' => '停用',
|
||||
'Class:Location/Attribute:org_id' => '拥有者组织',
|
||||
'Class:Location/Attribute:org_id+' => '',
|
||||
'Class:Location/Attribute:org_name' => '拥有者组织名称',
|
||||
'Class:Location/Attribute:org_name+' => '',
|
||||
'Class:Location/Attribute:address' => '地址',
|
||||
'Class:Location/Attribute:address+' => '门户地址',
|
||||
'Class:Location/Attribute:postal_code' => '邮编',
|
||||
'Class:Location/Attribute:postal_code+' => 'ZIP/邮政编码',
|
||||
'Class:Location/Attribute:city' => '城市',
|
||||
'Class:Location/Attribute:city+' => '',
|
||||
'Class:Location/Attribute:country' => '国家',
|
||||
'Class:Location/Attribute:country+' => '',
|
||||
'Class:Location/Attribute:physicaldevice_list' => '设备',
|
||||
'Class:Location/Attribute:physicaldevice_list+' => '该位置的所有设备',
|
||||
'Class:Location/Attribute:person_list' => '联系人',
|
||||
'Class:Location/Attribute:person_list+' => '该位置的所有联系人',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Contact
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:Contact' => '联系人',
|
||||
'Class:Contact+' => '',
|
||||
'Class:Contact/Attribute:name' => '名称',
|
||||
'Class:Contact/Attribute:name+' => '',
|
||||
'Class:Contact/Attribute:status' => '状态',
|
||||
'Class:Contact/Attribute:status+' => '',
|
||||
'Class:Contact/Attribute:status/Value:active' => '启用',
|
||||
'Class:Contact/Attribute:status/Value:active+' => '启用',
|
||||
'Class:Contact/Attribute:status/Value:inactive' => '停用',
|
||||
'Class:Contact/Attribute:status/Value:inactive+' => '停用',
|
||||
'Class:Contact/Attribute:org_id' => '组织',
|
||||
'Class:Contact/Attribute:org_id+' => '',
|
||||
'Class:Contact/Attribute:org_name' => '组织',
|
||||
'Class:Contact/Attribute:org_name+' => '',
|
||||
'Class:Contact/Attribute:email' => 'Email',
|
||||
'Class:Contact/Attribute:email+' => '',
|
||||
'Class:Contact/Attribute:phone' => '电话',
|
||||
'Class:Contact/Attribute:phone+' => '',
|
||||
'Class:Contact/Attribute:notify' => '通知',
|
||||
'Class:Contact/Attribute:notify+' => '',
|
||||
'Class:Contact/Attribute:notify/Value:no' => '否',
|
||||
'Class:Contact/Attribute:notify/Value:no+' => '否',
|
||||
'Class:Contact/Attribute:notify/Value:yes' => '是',
|
||||
'Class:Contact/Attribute:notify/Value:yes+' => '是',
|
||||
'Class:Contact/Attribute:function' => '职责',
|
||||
'Class:Contact/Attribute:function+' => '',
|
||||
'Class:Contact/Attribute:cis_list' => '配置项',
|
||||
'Class:Contact/Attribute:cis_list+' => '该联系人关联的所有配置项',
|
||||
'Class:Contact/Attribute:finalclass' => '联系人子类别',
|
||||
'Class:Contact/Attribute:finalclass+' => 'Name of the final class',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Person
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:Person' => '个人',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/Attribute:name' => '姓',
|
||||
'Class:Person/Attribute:name+' => '',
|
||||
'Class:Person/Attribute:first_name' => '名',
|
||||
'Class:Person/Attribute:first_name+' => '',
|
||||
'Class:Person/Attribute:employee_number' => '员工编号',
|
||||
'Class:Person/Attribute:employee_number+' => '',
|
||||
'Class:Person/Attribute:mobile_phone' => '移动电话',
|
||||
'Class:Person/Attribute:mobile_phone+' => '',
|
||||
'Class:Person/Attribute:location_id' => '地理位置',
|
||||
'Class:Person/Attribute:location_id+' => '',
|
||||
'Class:Person/Attribute:location_name' => '名称',
|
||||
'Class:Person/Attribute:location_name+' => '',
|
||||
'Class:Person/Attribute:manager_id' => '经理',
|
||||
'Class:Person/Attribute:manager_id+' => '',
|
||||
'Class:Person/Attribute:manager_name' => '名称',
|
||||
'Class:Person/Attribute:manager_name+' => '',
|
||||
'Class:Person/Attribute:team_list' => '团队',
|
||||
'Class:Person/Attribute:team_list+' => '这个人归属的所有团队',
|
||||
'Class:Person/Attribute:tickets_list' => '工单',
|
||||
'Class:Person/Attribute:tickets_list+' => '这个人发起的所有工单',
|
||||
'Class:Person/Attribute:manager_id_friendlyname' => '经理姓名',
|
||||
'Class:Person/Attribute:manager_id_friendlyname+' => '',
|
||||
'Class:Person/Attribute:picture' => '头像',
|
||||
'Class:Person/Attribute:picture+' => '',
|
||||
'Class:Person/UniquenessRule:employee_number+' => '同一组织内的员工号必须唯一',
|
||||
'Class:Person/UniquenessRule:employee_number' => '\'$this->org_name$\' 内已经有人占用了这个员工号',
|
||||
'Class:Person/UniquenessRule:name+' => '同一组织内的员工姓名必须唯一',
|
||||
'Class:Person/UniquenessRule:name' => '\'$this->org_name$\' 内已经有人叫这个名字',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Team
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:Team' => '团队',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/Attribute:persons_list' => '成员',
|
||||
'Class:Team/Attribute:persons_list+' => '该团队包含的所有成员',
|
||||
'Class:Team/Attribute:tickets_list' => '工单',
|
||||
'Class:Team/Attribute:tickets_list+' => '该团队的所有工单',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Document
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:Document' => '文档',
|
||||
'Class:Document+' => '',
|
||||
'Class:Document/Attribute:name' => '名称',
|
||||
'Class:Document/Attribute:name+' => '',
|
||||
'Class:Document/Attribute:org_id' => '组织',
|
||||
'Class:Document/Attribute:org_id+' => '',
|
||||
'Class:Document/Attribute:org_name' => '组织名称',
|
||||
'Class:Document/Attribute:org_name+' => '',
|
||||
'Class:Document/Attribute:documenttype_id' => '文档类型',
|
||||
'Class:Document/Attribute:documenttype_id+' => '',
|
||||
'Class:Document/Attribute:documenttype_name' => '文档类型名称',
|
||||
'Class:Document/Attribute:documenttype_name+' => '',
|
||||
'Class:Document/Attribute:version' => '版本',
|
||||
'Class:Document/Attribute:version+' => '',
|
||||
'Class:Document/Attribute:description' => '描述',
|
||||
'Class:Document/Attribute:description+' => '',
|
||||
'Class:Document/Attribute:status' => '状态',
|
||||
'Class:Document/Attribute:status+' => '',
|
||||
'Class:Document/Attribute:status/Value:draft' => '草稿',
|
||||
'Class:Document/Attribute:status/Value:draft+' => '',
|
||||
'Class:Document/Attribute:status/Value:obsolete' => '废弃',
|
||||
'Class:Document/Attribute:status/Value:obsolete+' => '',
|
||||
'Class:Document/Attribute:status/Value:published' => '已发布',
|
||||
'Class:Document/Attribute:status/Value:published+' => '',
|
||||
'Class:Document/Attribute:cis_list' => '配置项',
|
||||
'Class:Document/Attribute:cis_list+' => '该文档关联的所有配置项',
|
||||
'Class:Document/Attribute:finalclass' => '文档子类别',
|
||||
'Class:Document/Attribute:finalclass+' => 'Name of the final class',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentFile
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:DocumentFile' => '文档文件',
|
||||
'Class:DocumentFile+' => '',
|
||||
'Class:DocumentFile/Attribute:file' => '文件',
|
||||
'Class:DocumentFile/Attribute:file+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentNote
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:DocumentNote' => '文档笔记',
|
||||
'Class:DocumentNote+' => '',
|
||||
'Class:DocumentNote/Attribute:text' => '文本',
|
||||
'Class:DocumentNote/Attribute:text+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentWeb
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:DocumentWeb' => '文档网页',
|
||||
'Class:DocumentWeb+' => '',
|
||||
'Class:DocumentWeb/Attribute:url' => 'URL',
|
||||
'Class:DocumentWeb/Attribute:url+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Typology
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:Typology' => '类型',
|
||||
'Class:Typology+' => '',
|
||||
'Class:Typology/Attribute:name' => '名称',
|
||||
'Class:Typology/Attribute:name+' => '',
|
||||
'Class:Typology/Attribute:finalclass' => '类型',
|
||||
'Class:Typology/Attribute:finalclass+' => 'Name of the final class',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: DocumentType
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:DocumentType' => '文档类型',
|
||||
'Class:DocumentType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ContactType
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:ContactType' => '联系人类型',
|
||||
'Class:ContactType+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkPersonToTeam
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:lnkPersonToTeam' => '链接 个体 / 团队',
|
||||
'Class:lnkPersonToTeam+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id' => '团队',
|
||||
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name' => '团队名称',
|
||||
'Class:lnkPersonToTeam/Attribute:team_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id' => '个体',
|
||||
'Class:lnkPersonToTeam/Attribute:person_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name' => '姓名',
|
||||
'Class:lnkPersonToTeam/Attribute:person_name+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id' => '角色',
|
||||
'Class:lnkPersonToTeam/Attribute:role_id+' => '',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name' => '角色名称',
|
||||
'Class:lnkPersonToTeam/Attribute:role_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Application Menu
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Menu:DataAdministration' => '数据管理',
|
||||
'Menu:DataAdministration+' => '数据管理',
|
||||
'Menu:Catalogs' => '类别',
|
||||
'Menu:Catalogs+' => '数据类型',
|
||||
'Menu:Audit' => '审计',
|
||||
'Menu:Audit+' => '审计',
|
||||
'Menu:CSVImport' => 'CSV 导入',
|
||||
'Menu:CSVImport+' => '批量创建或更新',
|
||||
'Menu:Organization' => '组织',
|
||||
'Menu:Organization+' => '所有组织',
|
||||
'Menu:ConfigManagement' => '配置管理',
|
||||
'Menu:ConfigManagement+' => '配置管理',
|
||||
'Menu:ConfigManagementCI' => '配置项',
|
||||
'Menu:ConfigManagementCI+' => '配置项',
|
||||
'Menu:ConfigManagementOverview' => '概览',
|
||||
'Menu:ConfigManagementOverview+' => '概览',
|
||||
'Menu:Contact' => '联系人',
|
||||
'Menu:Contact+' => '联系人',
|
||||
'Menu:Contact:Count' => '%1$d 个联系人',
|
||||
'Menu:Person' => '个体',
|
||||
'Menu:Person+' => '所有个体',
|
||||
'Menu:Team' => '团队',
|
||||
'Menu:Team+' => '所有团队',
|
||||
'Menu:Document' => '文档',
|
||||
'Menu:Document+' => '所有文档',
|
||||
'Menu:Location' => '地理位置',
|
||||
'Menu:Location+' => '所有位置',
|
||||
'Menu:NewContact' => '新建联系人',
|
||||
'Menu:NewContact+' => '新建联系人',
|
||||
'Menu:SearchContacts' => '搜索联系人',
|
||||
'Menu:SearchContacts+' => '搜索联系人',
|
||||
'Menu:ConfigManagement:Shortcuts' => '快捷方式',
|
||||
'Menu:ConfigManagement:AllContacts' => '所有联系人: %1$d',
|
||||
'Menu:Typology' => '类型配置',
|
||||
'Menu:Typology+' => '类型配置',
|
||||
'UI_WelcomeMenu_AllConfigItems' => '摘要',
|
||||
'Menu:ConfigManagement:Typology' => '类型配置',
|
||||
));
|
||||
|
||||
// Add translation for Fieldsets
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Person:info' => '基本信息',
|
||||
'UserLocal:info' => 'General information~~',
|
||||
'Person:personal_info' => '个人信息',
|
||||
'Person:notifiy' => '通知',
|
||||
));
|
||||
Reference in New Issue
Block a user