diff --git a/datamodels/2.x/authent-cas/dictionaries/cs.dict.authent-cas.php b/datamodels/2.x/authent-cas/dictionaries/cs.dict.authent-cas.php
index 3e6903b30..47956fbd7 100644
--- a/datamodels/2.x/authent-cas/dictionaries/cs.dict.authent-cas.php
+++ b/datamodels/2.x/authent-cas/dictionaries/cs.dict.authent-cas.php
@@ -10,7 +10,7 @@
*
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', [
- 'CAS:Error:UserNotAllowed' => 'User not allowed~~',
- 'CAS:Login:SignIn' => 'Sign in with CAS~~',
- 'CAS:Login:SignInTooltip' => 'Click here to authenticate yourself with the CAS server~~',
+ 'CAS:Error:UserNotAllowed' => 'Uživatel není oprávněn',
+ 'CAS:Login:SignIn' => 'Přihlásit se prostřednictvím CAS',
+ 'CAS:Login:SignInTooltip' => 'Klikni zde pro příhlášení prostřednictvím CAS serveru',
]);
diff --git a/datamodels/2.x/authent-ldap/dictionaries/cs.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/dictionaries/cs.dict.authent-ldap.php
index 7937a2d0f..2397a3468 100644
--- a/datamodels/2.x/authent-ldap/dictionaries/cs.dict.authent-ldap.php
+++ b/datamodels/2.x/authent-ldap/dictionaries/cs.dict.authent-ldap.php
@@ -14,5 +14,5 @@
Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:UserLDAP' => 'LDAP uživatel',
'Class:UserLDAP+' => 'Uživatel ověřen přes LDAP',
- 'UserLDAP:server' => 'LDAP specifics~~',
+ 'UserLDAP:server' => 'Specifika LDAP',
]);
diff --git a/datamodels/2.x/authent-local/dictionaries/cs.dict.authent-local.php b/datamodels/2.x/authent-local/dictionaries/cs.dict.authent-local.php
index d5f19d95b..1d16b80d1 100644
--- a/datamodels/2.x/authent-local/dictionaries/cs.dict.authent-local.php
+++ b/datamodels/2.x/authent-local/dictionaries/cs.dict.authent-local.php
@@ -14,21 +14,21 @@
Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:UserLocal' => 'interní uživatel '.ITOP_APPLICATION_SHORT,
'Class:UserLocal+' => 'Uživatel ověřen interně v '.ITOP_APPLICATION_SHORT,
- 'Class:UserLocal/Attribute:expiration' => 'Password expiration~~',
- 'Class:UserLocal/Attribute:expiration+' => 'Password expiration status (requires an extension to have an effect)~~',
- 'Class:UserLocal/Attribute:expiration/Value:can_expire' => 'Can expire~~',
+ 'Class:UserLocal/Attribute:expiration' => 'Exspirace hesla',
+ 'Class:UserLocal/Attribute:expiration+' => 'Status exspirace hesla (je vyžadováno rozšíření, aby mělo efekt)',
+ 'Class:UserLocal/Attribute:expiration/Value:can_expire' => 'Může exspirovat',
'Class:UserLocal/Attribute:expiration/Value:can_expire+' => '~~',
- 'Class:UserLocal/Attribute:expiration/Value:force_expire' => 'Expired~~',
+ 'Class:UserLocal/Attribute:expiration/Value:force_expire' => 'Exspirován',
'Class:UserLocal/Attribute:expiration/Value:force_expire+' => '~~',
- 'Class:UserLocal/Attribute:expiration/Value:never_expire' => 'Never expire~~',
+ 'Class:UserLocal/Attribute:expiration/Value:never_expire' => 'Nikdy neexspiruje',
'Class:UserLocal/Attribute:expiration/Value:never_expire+' => '~~',
- 'Class:UserLocal/Attribute:expiration/Value:otp_expire' => 'One-time Password~~',
- 'Class:UserLocal/Attribute:expiration/Value:otp_expire+' => 'Password cannot be changed by the user.~~',
+ 'Class:UserLocal/Attribute:expiration/Value:otp_expire' => 'Jednorázové heslo',
+ 'Class:UserLocal/Attribute:expiration/Value:otp_expire+' => 'Heslo nemůže uživatel změnit.',
'Class:UserLocal/Attribute:password' => 'Heslo',
'Class:UserLocal/Attribute:password+' => '',
- 'Class:UserLocal/Attribute:password_renewed_date' => 'Password renewed on~~',
- 'Class:UserLocal/Attribute:password_renewed_date+' => 'When the password was last changed~~',
- 'Class:UserLocal/Error:OneTimePasswordChangeIsNotAllowed' => 'Setting password expiration to "One-time password" is not allowed for your own User~~',
- 'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => 'Password must be at least 8 characters and include uppercase, lowercase, numeric and special characters.~~',
- 'UserLocal:password:expiration' => 'The fields below require an extension~~',
+ 'Class:UserLocal/Attribute:password_renewed_date' => 'Heslo bylo obnoveno',
+ 'Class:UserLocal/Attribute:password_renewed_date+' => 'Termín, kdy bylo heslo změneno',
+ 'Class:UserLocal/Error:OneTimePasswordChangeIsNotAllowed' => 'Nastavení exspirace "Jednorázového hesla" nelze u vlastního účtu uživatele.',
+ 'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => 'Heslo musí obsahovat minimálně 8 znaků a musí obsahovat minimálně jedno velké písmeno, jedno malé písmeno, jedno číslo a speciální znak.',
+ 'UserLocal:password:expiration' => 'Níže uvedená pole vyžadují rozšíření',
]);
diff --git a/datamodels/2.x/combodo-db-tools/dictionaries/cs.dict.combodo-db-tools.php b/datamodels/2.x/combodo-db-tools/dictionaries/cs.dict.combodo-db-tools.php
index 06df2cb06..4e20df202 100644
--- a/datamodels/2.x/combodo-db-tools/dictionaries/cs.dict.combodo-db-tools.php
+++ b/datamodels/2.x/combodo-db-tools/dictionaries/cs.dict.combodo-db-tools.php
@@ -19,7 +19,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'DBAnalyzer-Integrity-OrphanRecord' => 'Orphan record in `%1$s`, it should have its counterpart in table `%2$s`~~',
'DBAnalyzer-Integrity-RootFinalClass' => 'Field `%2$s`.`%1$s` must contains a valid class~~',
'DBAnalyzer-Integrity-UsersWithoutProfile' => 'Some user accounts have no profile at all~~',
- 'DBTools:Analyze' => 'Analyze~~',
+ 'DBTools:Analyze' => 'Analyzuj',
'DBTools:Base' => 'Base~~',
'DBTools:Class' => 'Class~~',
'DBTools:Count' => 'Count~~',
@@ -28,7 +28,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'DBTools:DetailedErrorTitle' => '%2$s error(s) in class %1$s: %3$s~~',
'DBTools:Details' => 'Show Details~~',
'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~',
- 'DBTools:Error' => 'Error~~',
+ 'DBTools:Error' => 'Chyba',
'DBTools:ErrorsFound' => 'Errors Found~~',
'DBTools:FetchCheck' => 'Fetch Check (long)~~',
'DBTools:FixitSQLquery' => 'SQL query To Fix it (indication)~~',
@@ -53,14 +53,14 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'DBTools:LostAttachments:Step:RestoreResults' => 'Restore results:~~',
'DBTools:LostAttachments:Step:RestoreResults:Results' => '%1$d/%2$d attachments were restored.~~',
'DBTools:LostAttachments:StoredAsInlineImage' => 'Stored as inline image~~',
- 'DBTools:NoError' => 'The database is OK~~',
+ 'DBTools:NoError' => 'Databáze je OK',
'DBTools:SQLquery' => 'SQL query~~',
'DBTools:SQLresult' => 'SQL result~~',
'DBTools:SelectAnalysisType' => 'Select analysis type~~',
'DBTools:ShowAll' => 'Show All Errors~~',
'DBTools:ShowIds' => 'Detailed view~~',
- 'DBTools:ShowReport' => 'Report~~',
- 'DBTools:Size' => 'Size~~',
- 'DBTools:Title' => 'Database integrity check~~',
- 'Menu:DBToolsMenu' => 'Database integrity~~',
+ 'DBTools:ShowReport' => 'Report',
+ 'DBTools:Size' => 'Velikost',
+ 'DBTools:Title' => 'Kontrola integrity databáze',
+ 'Menu:DBToolsMenu' => 'Integrita databáze',
]);
diff --git a/datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php
index 68d3926a8..7ae649aee 100644
--- a/datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php
+++ b/datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php
@@ -18,45 +18,45 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Attachments:AddAttachment' => 'Přidat přílohu: ',
'Attachments:DeleteBtn' => 'Odstranit',
'Attachments:EmptyTabTitle' => 'Přílohy',
- 'Attachments:Error:FileTooLarge' => 'File is too large to be uploaded. %1$s~~',
- 'Attachments:Error:UploadedFileEmpty' => 'The received file is empty and cannot be attached.
-Either you have pushed an empty file,
-or ask your '.ITOP_APPLICATION_SHORT.' administrator if the '.ITOP_APPLICATION_SHORT.' server disk is full.~~',
+ 'Attachments:Error:FileTooLarge' => 'Soubor je příliš velký k nahrání. %1$s',
+ 'Attachments:Error:UploadedFileEmpty' => 'Obdržený soubr je prázný a nemůže být přiložen.
+Buťo jste odeslali prázný soubor,
+nebe se zeptejte'.ITOP_APPLICATION_SHORT.' správce '.ITOP_APPLICATION_SHORT.' zda není zaplněný disk.',
'Attachments:FieldsetTitle' => 'Přílohy',
- 'Attachments:File:Date' => 'Upload date~~',
- 'Attachments:File:DownloadsCount' => 'Downloads~~',
- 'Attachments:File:MimeType' => 'Type~~',
- 'Attachments:File:Name' => 'File name~~',
- 'Attachments:File:Size' => 'Size~~',
- 'Attachments:File:Thumbnail' => 'Icon~~',
- 'Attachments:File:Uploader' => 'Uploaded by~~',
+ 'Attachments:File:Date' => 'Datum nahrání',
+ 'Attachments:File:DownloadsCount' => 'Staženo',
+ 'Attachments:File:MimeType' => 'Typ',
+ 'Attachments:File:Name' => 'Jméno souboru',
+ 'Attachments:File:Size' => 'Velikost',
+ 'Attachments:File:Thumbnail' => 'Ikona',
+ 'Attachments:File:Uploader' => 'Nahráno',
'Attachments:History_File_Added' => 'Příloha %1$s byla přidána.',
'Attachments:History_File_Removed' => 'Příloha %1$s byla odstraněna.',
'Attachments:NoAttachment' => 'Žádná příloha. ',
'Attachments:PreviewNotAvailable' => 'Pro tento typ přílohy není náhled k dispozici.',
- 'Attachments:Render:Icons' => 'Display as icons~~',
- 'Attachments:Render:Table' => 'Display as list~~',
+ 'Attachments:Render:Icons' => 'Zobrazit jako ikony',
+ 'Attachments:Render:Table' => 'Zobrazit jako seznam',
'Attachments:TabTitle_Count' => 'Přílohy (%1$d)',
'Attachments:UploadNotAllowedOnThisSystem' => 'Na tomto systému není povoleno nahrávání souborů.',
- 'Class:Attachment' => 'Attachment~~',
+ 'Class:Attachment' => 'Příloha',
'Class:Attachment+' => '~~',
- 'Class:Attachment/Attribute:contact_id' => 'Contact id~~',
+ 'Class:Attachment/Attribute:contact_id' => 'Kontakt',
'Class:Attachment/Attribute:contact_id+' => '~~',
- 'Class:Attachment/Attribute:contents' => 'Contents~~',
+ 'Class:Attachment/Attribute:contents' => 'Obsah',
'Class:Attachment/Attribute:contents+' => '~~',
- 'Class:Attachment/Attribute:creation_date' => 'Creation date~~',
+ 'Class:Attachment/Attribute:creation_date' => 'Datum vytvoření',
'Class:Attachment/Attribute:creation_date+' => '~~',
- 'Class:Attachment/Attribute:expire' => 'Expire~~',
+ 'Class:Attachment/Attribute:expire' => 'Exspirace',
'Class:Attachment/Attribute:expire+' => '~~',
- 'Class:Attachment/Attribute:item_class' => 'Item class~~',
+ 'Class:Attachment/Attribute:item_class' => 'Položka třídy',
'Class:Attachment/Attribute:item_class+' => '~~',
- 'Class:Attachment/Attribute:item_id' => 'Item~~',
+ 'Class:Attachment/Attribute:item_id' => 'Položka',
'Class:Attachment/Attribute:item_id+' => '~~',
- 'Class:Attachment/Attribute:item_org_id' => 'Item organization~~',
+ 'Class:Attachment/Attribute:item_org_id' => 'Organizace',
'Class:Attachment/Attribute:item_org_id+' => '~~',
- 'Class:Attachment/Attribute:temp_id' => 'Temporary id~~',
+ 'Class:Attachment/Attribute:temp_id' => 'Dočasné id',
'Class:Attachment/Attribute:temp_id+' => '~~',
- 'Class:Attachment/Attribute:user_id' => 'User id~~',
+ 'Class:Attachment/Attribute:user_id' => 'Jméno uživatele',
'Class:Attachment/Attribute:user_id+' => '~~',
'Class:TriggerOnAttachmentDownload' => 'Trigger (on object\'s attachment download)~~',
'Class:TriggerOnAttachmentDownload+' => 'Trigger on object\'s attachment download of [a child class of] the given class~~',
diff --git a/datamodels/2.x/itop-backup/dictionaries/cs.dict.itop-backup.php b/datamodels/2.x/itop-backup/dictionaries/cs.dict.itop-backup.php
index e0e34d242..8a888af83 100644
--- a/datamodels/2.x/itop-backup/dictionaries/cs.dict.itop-backup.php
+++ b/datamodels/2.x/itop-backup/dictionaries/cs.dict.itop-backup.php
@@ -26,7 +26,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'bkp-mysqldump-ok' => 'mysqldump nalezen: %1$s',
'bkp-name-sample' => 'Soubory zálohy jsou pojmenovány dle DB, data a času. Příklad: %1$s',
'bkp-next-backup' => 'Další záloha bude provedena dne %1$s (%2$s) v %3$s',
- 'bkp-next-backup-unknown' => 'The next backup is not scheduled yet.~~',
+ 'bkp-next-backup-unknown' => 'Další záloha není naplánována.',
'bkp-next-to-delete' => 'Bude odstraněna při další záloze (nastavení "retention_count")',
'bkp-restore-running' => 'Probíhá obnova ze zálohy. Vyčkejte prosím...',
'bkp-retention' => 'V cílové složce bude uchováno maximálně %1$d souborů záloh.',
diff --git a/datamodels/2.x/itop-bridge-cmdb-services/dictionaries/cs.dict.itop-bridge-cmdb-services.php b/datamodels/2.x/itop-bridge-cmdb-services/dictionaries/cs.dict.itop-bridge-cmdb-services.php
index b562230ad..c53611238 100644
--- a/datamodels/2.x/itop-bridge-cmdb-services/dictionaries/cs.dict.itop-bridge-cmdb-services.php
+++ b/datamodels/2.x/itop-bridge-cmdb-services/dictionaries/cs.dict.itop-bridge-cmdb-services.php
@@ -12,9 +12,9 @@
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:Document/Attribute:contracts_list' => 'Smlouvy',
- 'Class:Document/Attribute:contracts_list+' => 'All the contracts linked to this document~~',
+ 'Class:Document/Attribute:contracts_list+' => 'Všechny smlouvy spojené s tímto dokumentem',
'Class:Document/Attribute:services_list' => 'Služby',
- 'Class:Document/Attribute:services_list+' => 'All the services linked to this document~~',
+ 'Class:Document/Attribute:services_list+' => 'Všechny služby spojené s tímto dokumentem',
'Class:FunctionalCI/Attribute:providercontracts_list' => 'Smlouvy s poskytovateli',
'Class:FunctionalCI/Attribute:providercontracts_list+' => '',
'Class:FunctionalCI/Attribute:services_list' => 'Služby',
diff --git a/datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/cs.dict.itop-bridge-cmdb-ticket.php b/datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/cs.dict.itop-bridge-cmdb-ticket.php
index 8b78de98d..c9d2476ed 100644
--- a/datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/cs.dict.itop-bridge-cmdb-ticket.php
+++ b/datamodels/2.x/itop-bridge-cmdb-ticket/dictionaries/cs.dict.itop-bridge-cmdb-ticket.php
@@ -12,7 +12,7 @@
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:FunctionalCI/Attribute:tickets_list' => 'Tikety',
- 'Class:FunctionalCI/Attribute:tickets_list+' => 'All the tickets for this configuration item~~',
+ 'Class:FunctionalCI/Attribute:tickets_list+' => 'Všechny tikety této konfigurační položky',
'Class:lnkFunctionalCIToTicket' => 'Spojení (Funkční konfigurační položka / Tiket)',
'Class:lnkFunctionalCIToTicket+' => '',
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'Konfigurační položka',
@@ -29,7 +29,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'ID',
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
- 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Ticket title~~',
+ 'Class:lnkFunctionalCIToTicket/Attribute:ticket_title' => 'Název tiketu',
'Class:lnkFunctionalCIToTicket/Attribute:ticket_title+' => '~~',
'Class:lnkFunctionalCIToTicket/Name' => '%1$s / %2$s~~',
]);
diff --git a/datamodels/2.x/itop-config-mgmt/dictionaries/cs.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/dictionaries/cs.dict.itop-config-mgmt.php
index 89ac56a37..7510db764 100644
--- a/datamodels/2.x/itop-config-mgmt/dictionaries/cs.dict.itop-config-mgmt.php
+++ b/datamodels/2.x/itop-config-mgmt/dictionaries/cs.dict.itop-config-mgmt.php
@@ -32,8 +32,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:Brand+' => '',
'Class:Brand/Attribute:physicaldevices_list' => 'Fyzická zařízení',
'Class:Brand/Attribute:physicaldevices_list+' => 'Všechna fyzická zařízení odpovídající této značce',
- 'Class:Brand/UniquenessRule:name' => 'This brand already exists~~',
- 'Class:Brand/UniquenessRule:name+' => 'The name must be unique~~',
+ 'Class:Brand/UniquenessRule:name' => 'Tato značka již existuje',
+ 'Class:Brand/UniquenessRule:name+' => 'Jméno značky musí být unikátní',
'Class:BusinessProcess' => 'Obchodní proces',
'Class:BusinessProcess+' => '',
'Class:BusinessProcess/Attribute:applicationsolutions_list' => 'Aplikační řešení',
@@ -47,10 +47,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:ConnectableCI' => 'Připojitelná konfigurační položka',
'Class:ConnectableCI+' => '',
'Class:ConnectableCI/Attribute:networkdevice_list' => 'Síťové prvky',
- 'Class:ConnectableCI/Attribute:networkdevice_list+' => 'All network devices connected to this device~~',
+ 'Class:ConnectableCI/Attribute:networkdevice_list+' => 'Všechny síťová zařízení, která jsou připojena k tomuto zařízení',
'Class:ConnectableCI/Attribute:physicalinterface_list' => 'Síťová rozhraní',
- 'Class:ConnectableCI/Attribute:physicalinterface_list+' => 'All the physical network interfaces~~',
- 'Class:ConnectableCI/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:ConnectableCI/Attribute:physicalinterface_list+' => 'Všechna fyzická síťové rozhraní',
+ 'Class:ConnectableCI/ComplementaryName' => '%1$s - %2$s',
'Class:DBServer' => 'DB Server',
'Class:DBServer+' => '',
'Class:DBServer/Attribute:dbschema_list' => 'DB schémata',
@@ -61,7 +61,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:DatabaseSchema/Attribute:dbserver_id+' => '',
'Class:DatabaseSchema/Attribute:dbserver_name' => 'Název DB serveru',
'Class:DatabaseSchema/Attribute:dbserver_name+' => '',
- 'Class:DatabaseSchema/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:DatabaseSchema/ComplementaryName' => '%1$s - %2$s',
'Class:DatacenterDevice' => 'Zařízení datového centra',
'Class:DatacenterDevice+' => '',
'Class:DatacenterDevice/Attribute:enclosure_id' => 'Šasi',
@@ -69,7 +69,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:DatacenterDevice/Attribute:enclosure_name' => 'Název šasi',
'Class:DatacenterDevice/Attribute:enclosure_name+' => '',
'Class:DatacenterDevice/Attribute:fiberinterfacelist_list' => 'FC porty',
- 'Class:DatacenterDevice/Attribute:fiberinterfacelist_list+' => 'All the fiber channel interfaces for this device~~',
+ 'Class:DatacenterDevice/Attribute:fiberinterfacelist_list+' => 'Všechna fiber channel rozhraní',
'Class:DatacenterDevice/Attribute:managementip' => 'IP pro správu',
'Class:DatacenterDevice/Attribute:managementip+' => '',
'Class:DatacenterDevice/Attribute:nb_u' => 'Velikost (U)',
@@ -91,8 +91,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:DatacenterDevice/Attribute:redundancy/disabled' => 'Zařízení je v provozu, pouze pokud jsou funknčí všechny zdroje',
'Class:DatacenterDevice/Attribute:redundancy/percent' => 'Zařízení je v provozu, pokud je alespoň %1$s %% zdrojů funkčních',
'Class:DatacenterDevice/Attribute:san_list' => 'SAN switche',
- 'Class:DatacenterDevice/Attribute:san_list+' => 'All the SAN switches connected to this device~~',
- 'Class:DatacenterDevice/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:DatacenterDevice/Attribute:san_list+' => 'Všechny připojené SAN switche',
+ 'Class:DatacenterDevice/ComplementaryName' => '%1$s - %2$s',
'Class:Document:PreviewTab' => 'Náhled',
'Class:Enclosure' => 'Šasi',
'Class:Enclosure+' => '',
@@ -104,7 +104,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:Enclosure/Attribute:rack_id+' => '',
'Class:Enclosure/Attribute:rack_name' => 'Název racku',
'Class:Enclosure/Attribute:rack_name+' => '',
- 'Class:Enclosure/ComplementaryName' => '%1$s - %2$s - %3$s~~',
+ 'Class:Enclosure/ComplementaryName' => '%1$s - %2$s - %3$s',
'Class:Farm' => 'Farma',
'Class:Farm+' => '',
'Class:Farm/Attribute:hypervisor_list' => 'Hypervisory',
@@ -138,11 +138,11 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:FunctionalCI/Attribute:business_criticity/Value:medium' => 'střední',
'Class:FunctionalCI/Attribute:business_criticity/Value:medium+' => '',
'Class:FunctionalCI/Attribute:contacts_list' => 'Kontakty',
- 'Class:FunctionalCI/Attribute:contacts_list+' => 'All the contacts for this configuration item~~',
+ 'Class:FunctionalCI/Attribute:contacts_list+' => 'Všechny kontakty této konfigurační položky',
'Class:FunctionalCI/Attribute:description' => 'Popis',
'Class:FunctionalCI/Attribute:description+' => '',
'Class:FunctionalCI/Attribute:documents_list' => 'Dokumenty',
- 'Class:FunctionalCI/Attribute:documents_list+' => 'All the documents linked to this configuration item~~',
+ 'Class:FunctionalCI/Attribute:documents_list+' => 'Všechny dokumenty této konfigurační položky',
'Class:FunctionalCI/Attribute:finalclass' => 'Typ konfigurační položky',
'Class:FunctionalCI/Attribute:finalclass+' => '',
'Class:FunctionalCI/Attribute:move2production' => 'Datum uvedení do produkce',
@@ -154,7 +154,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:FunctionalCI/Attribute:organization_name' => 'Název organizace',
'Class:FunctionalCI/Attribute:organization_name+' => '',
'Class:FunctionalCI/Attribute:softwares_list' => 'Software',
- 'Class:FunctionalCI/Attribute:softwares_list+' => 'All the softwares installed on this configuration item~~',
+ 'Class:FunctionalCI/Attribute:softwares_list+' => 'Software instalovaný na této konfigurační položce',
'Class:FunctionalCI/Tab:OpenedTickets' => 'Aktivní tikety',
'Class:FunctionalCI/Tab:OpenedTickets+' => 'Active Tickets which are impacting this functional CI~~',
'Class:Group' => 'Skupina',
@@ -185,7 +185,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:Group/Attribute:status/Value:production+' => '',
'Class:Group/Attribute:type' => 'Typ',
'Class:Group/Attribute:type+' => '',
- 'Class:Group/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:Group/ComplementaryName' => '%1$s - %2$s',
'Class:Hypervisor' => 'Hypervisor',
'Class:Hypervisor+' => '',
'Class:Hypervisor/Attribute:farm_id' => 'Farma',
@@ -282,7 +282,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:MiddlewareInstance/Attribute:middleware_id+' => '',
'Class:MiddlewareInstance/Attribute:middleware_name' => 'Název middlewaru',
'Class:MiddlewareInstance/Attribute:middleware_name+' => '',
- 'Class:MiddlewareInstance/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:MiddlewareInstance/ComplementaryName' => '%1$s - %2$s',
'Class:MobilePhone' => 'Mobilní telefon',
'Class:MobilePhone+' => '',
'Class:MobilePhone/Attribute:hw_pin' => 'Hardware PIN',
@@ -360,7 +360,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:NetworkDevice' => 'Síťový prvek',
'Class:NetworkDevice+' => '',
'Class:NetworkDevice/Attribute:connectablecis_list' => 'Zařízení',
- 'Class:NetworkDevice/Attribute:connectablecis_list+' => 'All the devices connected to this network device~~',
+ 'Class:NetworkDevice/Attribute:connectablecis_list+' => 'Všechna zařízení připojená k tomuto síťovému prvku',
'Class:NetworkDevice/Attribute:iosversion_id' => 'Verze IOS',
'Class:NetworkDevice/Attribute:iosversion_id+' => '',
'Class:NetworkDevice/Attribute:iosversion_name' => 'Název verze IOS',
@@ -501,32 +501,32 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:PhysicalInterface/Attribute:connectableci_name+' => '',
'Class:PhysicalInterface/Attribute:vlans_list' => 'VLAN',
'Class:PhysicalInterface/Attribute:vlans_list+' => '',
- 'Class:PhysicalInterface/Name' => '%2$s %1$s~~',
+ 'Class:PhysicalInterface/Name' => '%2$s %1$s',
'Class:PowerConnection' => 'Připojení k napájení',
'Class:PowerConnection+' => '',
- 'Class:PowerConnection/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:PowerConnection/ComplementaryName' => '%1$s - %2$s',
'Class:PowerSource' => 'Zdroj napájení',
'Class:PowerSource+' => '',
'Class:PowerSource/Attribute:pdus_list' => 'PDU',
'Class:PowerSource/Attribute:pdus_list+' => 'Všechny jednotky pro rozvod energie využívající tento zdroj napájení',
- 'Class:PowerSource/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:PowerSource/ComplementaryName' => '%1$s - %2$s',
'Class:Printer' => 'Tiskárna',
'Class:Printer+' => '',
- 'Class:Printer/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:Printer/ComplementaryName' => '%1$s - %2$s',
'Class:Rack' => 'Rack',
'Class:Rack+' => '',
'Class:Rack/Attribute:device_list' => 'Zařízení',
- 'Class:Rack/Attribute:device_list+' => 'All the physical devices racked into this rack~~',
+ 'Class:Rack/Attribute:device_list+' => 'Všechna zařízení umístěná v tomto racku',
'Class:Rack/Attribute:enclosure_list' => 'Šasi',
- 'Class:Rack/Attribute:enclosure_list+' => 'All the enclosures in this rack~~',
+ 'Class:Rack/Attribute:enclosure_list+' => 'Všechna šasi umístěná v tomto racku',
'Class:Rack/Attribute:nb_u' => 'Velikost (U)',
'Class:Rack/Attribute:nb_u+' => '',
- 'Class:Rack/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:Rack/ComplementaryName' => '%1$s - %2$s',
'Class:SANSwitch' => 'SAN Switch',
'Class:SANSwitch+' => '',
'Class:SANSwitch/Attribute:datacenterdevice_list' => 'Zařízení',
'Class:SANSwitch/Attribute:datacenterdevice_list+' => 'Všechna zařízení připojená k tomuto SAN switchi',
- 'Class:SANSwitch/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:SANSwitch/ComplementaryName' => '%1$s - %2$s',
'Class:Server' => 'Server',
'Class:Server+' => '',
'Class:Server/Attribute:cpu' => 'CPU',
@@ -547,7 +547,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:Server/Attribute:osversion_name+' => '',
'Class:Server/Attribute:ram' => 'RAM',
'Class:Server/Attribute:ram+' => '',
- 'Class:Server/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:Server/ComplementaryName' => '%1$s - %2$s',
'Class:Software' => 'Software',
'Class:Software+' => '',
'Class:Software/Attribute:documents_list' => 'Dokumenty',
@@ -726,7 +726,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:VirtualMachine/Attribute:virtualhost_id+' => '',
'Class:VirtualMachine/Attribute:virtualhost_name' => 'Název virtual hosta',
'Class:VirtualMachine/Attribute:virtualhost_name+' => '',
- 'Class:VirtualMachine/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:VirtualMachine/ComplementaryName' => '%1$s - %2$s',
'Class:WebApplication' => 'Web aplikace',
'Class:WebApplication+' => '',
'Class:WebApplication/Attribute:url' => 'URL',
@@ -735,7 +735,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:WebApplication/Attribute:webserver_id+' => '',
'Class:WebApplication/Attribute:webserver_name' => 'Název web serveru',
'Class:WebApplication/Attribute:webserver_name+' => '',
- 'Class:WebApplication/ComplementaryName' => '%1$s - %2$s~~',
+ 'Class:WebApplication/ComplementaryName' => '%1$s - %2$s',
'Class:WebServer' => 'Web server',
'Class:WebServer+' => '',
'Class:WebServer/Attribute:webapp_list' => 'Web aplikace',
@@ -928,7 +928,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:lnkSubnetToVLAN/Attribute:vlan_id+' => '',
'Class:lnkSubnetToVLAN/Attribute:vlan_tag' => 'VLAN Tag',
'Class:lnkSubnetToVLAN/Attribute:vlan_tag+' => '',
- 'Class:lnkSubnetToVLAN/Name' => '%1$s / %2$s~~',
+ 'Class:lnkSubnetToVLAN/Name' => '%1$s / %2$s',
'Class:lnkVirtualDeviceToVolume' => 'Spojení (Virtuální zařízení / Svazek)',
'Class:lnkVirtualDeviceToVolume+' => '',
'Class:lnkVirtualDeviceToVolume/Attribute:size_used' => 'Využitá velikost',
@@ -941,7 +941,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:lnkVirtualDeviceToVolume/Attribute:volume_id+' => '',
'Class:lnkVirtualDeviceToVolume/Attribute:volume_name' => 'Název svazku',
'Class:lnkVirtualDeviceToVolume/Attribute:volume_name+' => '',
- 'Class:lnkVirtualDeviceToVolume/Name' => '%1$s / %2$s~~',
+ 'Class:lnkVirtualDeviceToVolume/Name' => '%1$s / %2$s',
'Menu:Application' => 'Aplikace',
'Menu:Application+' => 'Všechny aplikace',
'Menu:ApplicationInstance' => 'Instalovaný software',
@@ -996,7 +996,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Relation:impacts/LoadData' => 'Load data~~',
'Relation:impacts/NoFilteredData' => 'please select objects and load data~~',
'Relation:impacts/UpStream' => 'Závislost na',
- 'Relation:impacts/UpStream+' => 'Elements impacting~~',
+ 'Relation:impacts/UpStream+' => 'Elements impacting',
'Server:Date' => 'Data',
'Server:baseinfo' => 'Obecné informace',
'Server:moreinfo' => 'Více informací',
diff --git a/datamodels/2.x/itop-config/dictionaries/cs.dict.itop-config.php b/datamodels/2.x/itop-config/dictionaries/cs.dict.itop-config.php
index af510d1da..b936fd343 100644
--- a/datamodels/2.x/itop-config/dictionaries/cs.dict.itop-config.php
+++ b/datamodels/2.x/itop-config/dictionaries/cs.dict.itop-config.php
@@ -20,13 +20,13 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'config-current-line' => 'Řádek: %1$s',
'config-edit-intro' => 'Při úpravách konfiguračního souboru buďte velice opatrní. Nesprávné nastavení může vést k nedostupnosti '.ITOP_APPLICATION_SHORT,
'config-edit-title' => 'Editor konfiguračního souboru',
- 'config-error-file-changed' => 'Error: The Configuration file has changed since you opened it and cannot be saved. Refresh and apply your changes again.~~',
- 'config-error-transaction' => 'Error: invalid Transaction ID. The configuration was NOT modified.~~',
+ 'config-error-file-changed' => 'Chyba: Konfigurační soubor se od doby, kdy jste jej otevřeli, změnil a nelze jej uložit. Obnovte a znovu použijte změny.',
+ 'config-error-transaction' => 'Chyba: Neplatné ID transakce. Konfigurace nebyla změněna.',
'config-interactive-not-allowed' => ITOP_APPLICATION_SHORT.' interactive edition of the configuration as been disabled. See \'config_editor\' => \'disabled\' in the configuration file.~~',
'config-no-change' => 'Soubor nebyl změněn.',
- 'config-not-allowed-in-demo' => 'Sorry, '.ITOP_APPLICATION_SHORT.' is in demonstration mode: the configuration file cannot be edited.~~',
+ 'config-not-allowed-in-demo' => 'Omlouvám se, '.ITOP_APPLICATION_SHORT.' je v předváděcí režimu: Konfigurace nemůže být editována',
'config-parse-error' => 'Řádek %2$d: %1$s.
Soubor nebyl uložen.',
- 'config-reverted' => 'The configuration has been reverted.~~',
- 'config-saved' => 'Successfully recorded.~~',
+ 'config-reverted' => 'Konfigurace byla vrácena.',
+ 'config-saved' => 'Úspěšně zaznamenáno.',
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
]);
diff --git a/datamodels/2.x/itop-core-update/dictionaries/cs.dict.itop-core-update.php b/datamodels/2.x/itop-core-update/dictionaries/cs.dict.itop-core-update.php
index eaaf58598..3d0f5521d 100644
--- a/datamodels/2.x/itop-core-update/dictionaries/cs.dict.itop-core-update.php
+++ b/datamodels/2.x/itop-core-update/dictionaries/cs.dict.itop-core-update.php
@@ -10,44 +10,44 @@
*
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', [
- 'Class:ModuleInstallation/Attribute:comment' => 'Comment~~',
+ 'Class:ModuleInstallation/Attribute:comment' => 'Komentář',
'Class:ModuleInstallation/Attribute:installed' => 'Installed on~~',
- 'Class:ModuleInstallation/Attribute:name' => 'Name~~',
- 'Class:ModuleInstallation/Attribute:version' => 'Version~~',
- 'Menu:iTopUpdate' => 'Application upgrade~~',
- 'Menu:iTopUpdate+' => 'Application upgrade~~',
- 'iTopUpdate:Error:BadFileContent' => 'Upgrade file is not an application archive~~',
- 'iTopUpdate:Error:BadFileFormat' => 'Upgrade file is not a zip file~~',
- 'iTopUpdate:Error:BadItopProduct' => 'Upgrade file is not compatible with your application~~',
- 'iTopUpdate:Error:Copy' => 'Error, cannot copy \'%1$s\' to \'%2$s\'~~',
- 'iTopUpdate:Error:CorruptedFile' => 'File %1$s is corrupted~~',
- 'iTopUpdate:Error:FileNotFound' => 'File not found~~',
- 'iTopUpdate:Error:FileUploadMaxSizeTooSmall' => 'The upload max size seems too small for update. Please change the PHP configuration.~~',
+ 'Class:ModuleInstallation/Attribute:name' => 'Jméno',
+ 'Class:ModuleInstallation/Attribute:version' => 'Verze',
+ 'Menu:iTopUpdate' => 'Upgrade aplikace',
+ 'Menu:iTopUpdate+' => 'Upgrade aplikace',
+ 'iTopUpdate:Error:BadFileContent' => 'Soubor neobsahuje data pro upgrade aplikace',
+ 'iTopUpdate:Error:BadFileFormat' => 'Soubor není zip',
+ 'iTopUpdate:Error:BadItopProduct' => 'Soubor neobsahuje kompatibilní verzi upgrade aplikace',
+ 'iTopUpdate:Error:Copy' => 'Chyba, nelze zkopírovat \'%1$s\' do \'%2$s\'',
+ 'iTopUpdate:Error:CorruptedFile' => 'Soubor %1$s je poškozen',
+ 'iTopUpdate:Error:FileNotFound' => 'Soubor nenalezen',
+ 'iTopUpdate:Error:FileUploadMaxSizeTooSmall' => 'Maximální velikost pro přenos souboru je pravděpodobně menší, než soubor který se snažíte nahrát. Bude nutné provést změnu PHP konfigurace',
'iTopUpdate:Error:InvalidToken' => 'Invalid token~~',
- 'iTopUpdate:Error:MissingFile' => 'Missing file: %1$s~~',
+ 'iTopUpdate:Error:MissingFile' => 'Chybějící soubor: %1$s',
'iTopUpdate:Error:MissingFunction' => 'Impossible to start upgrade, missing function~~',
'iTopUpdate:Error:NoFile' => 'No file provided~~',
- 'iTopUpdate:Error:UpdateFailed' => 'Upgrade failed ~~',
- 'iTopUpdate:UI:Action' => 'Update~~',
- 'iTopUpdate:UI:Back' => 'Back~~',
- 'iTopUpdate:UI:Backup' => 'Backup generated before update~~',
+ 'iTopUpdate:Error:UpdateFailed' => 'Upgrade skončil s chybou',
+ 'iTopUpdate:UI:Action' => 'Update',
+ 'iTopUpdate:UI:Back' => 'Zpět',
+ 'iTopUpdate:UI:Backup' => 'Záloha vytvořena před provedením update',
'iTopUpdate:UI:CanCoreUpdate:Error' => 'Checking files failed (%1$s)~~',
'iTopUpdate:UI:CanCoreUpdate:ErrorFileNotExist' => 'Checking files failed (File not exist %1$s)~~',
- 'iTopUpdate:UI:CanCoreUpdate:Failed' => 'Checking files failed~~',
- 'iTopUpdate:UI:CanCoreUpdate:Loading' => 'Checking files~~',
- 'iTopUpdate:UI:CanCoreUpdate:No' => 'Application cannot be updated: %1$s~~',
- 'iTopUpdate:UI:CanCoreUpdate:Warning' => 'Warning: application update can fail: %1$s~~',
- 'iTopUpdate:UI:CanCoreUpdate:Yes' => 'Application can be updated~~',
- 'iTopUpdate:UI:Cancel' => 'Cancel~~',
+ 'iTopUpdate:UI:CanCoreUpdate:Failed' => 'Kontrola souborů skončila s chybou',
+ 'iTopUpdate:UI:CanCoreUpdate:Loading' => 'Kontrola souborů',
+ 'iTopUpdate:UI:CanCoreUpdate:No' => 'Aplikace nemůže být updatována: %1$s',
+ 'iTopUpdate:UI:CanCoreUpdate:Warning' => 'Varování: update aplikace může skončit s chybou: %1$s',
+ 'iTopUpdate:UI:CanCoreUpdate:Yes' => 'Aplikace může být updatována',
+ 'iTopUpdate:UI:Cancel' => 'Storno',
'iTopUpdate:UI:CannotUpdateUseSetup' => 'Some modified files were detected, a partial update cannot be executed.Follow the procedure in order to manually upgrade your iTop. You must use the setup to update the application.~~',
'iTopUpdate:UI:CheckInProgress' => 'Please wait during integrity check~~',
'iTopUpdate:UI:CheckUpdate' => 'Verify upgrade file~~',
'iTopUpdate:UI:ConfirmInstallFile' => 'You are about to install %1$s~~',
- 'iTopUpdate:UI:Continue' => 'Continue~~',
- 'iTopUpdate:UI:CurrentVersion' => 'Current installed version~~',
- 'iTopUpdate:UI:DBDiskSpace' => 'Database disk space~~',
- 'iTopUpdate:UI:DiskFreeSpace' => 'Disk free space~~',
- 'iTopUpdate:UI:DoBackup:Label' => 'Backup files and database~~',
+ 'iTopUpdate:UI:Continue' => 'Pokračovat',
+ 'iTopUpdate:UI:CurrentVersion' => 'Aktuálně instalovaná verze',
+ 'iTopUpdate:UI:DBDiskSpace' => 'Prostor obsazený Databází',
+ 'iTopUpdate:UI:DiskFreeSpace' => 'Volné místo',
+ 'iTopUpdate:UI:DoBackup:Label' => 'Záložní soubory a databáze',
'iTopUpdate:UI:DoBackup:Warning' => 'Backup is not recommended due to limited available disk space~~',
'iTopUpdate:UI:DoFilesArchive' => 'Archive application files~~',
'iTopUpdate:UI:DoUpdate' => 'Upgrade~~',
diff --git a/datamodels/2.x/itop-faq-light/dictionaries/cs.dict.itop-faq-light.php b/datamodels/2.x/itop-faq-light/dictionaries/cs.dict.itop-faq-light.php
index 69dec0ff4..570783f8a 100644
--- a/datamodels/2.x/itop-faq-light/dictionaries/cs.dict.itop-faq-light.php
+++ b/datamodels/2.x/itop-faq-light/dictionaries/cs.dict.itop-faq-light.php
@@ -23,7 +23,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:FAQ/Attribute:category_name+' => '',
'Class:FAQ/Attribute:description' => 'Popis',
'Class:FAQ/Attribute:description+' => '',
- 'Class:FAQ/Attribute:domains' => 'Domains~~',
+ 'Class:FAQ/Attribute:domains' => 'Domény',
'Class:FAQ/Attribute:error_code' => 'Kód chyby',
'Class:FAQ/Attribute:error_code+' => '',
'Class:FAQ/Attribute:key_words' => 'Klíčová slova',
diff --git a/datamodels/2.x/itop-files-information/dictionaries/cs.dict.itop-files-information.php b/datamodels/2.x/itop-files-information/dictionaries/cs.dict.itop-files-information.php
index 2ac57f85d..9eee348d1 100644
--- a/datamodels/2.x/itop-files-information/dictionaries/cs.dict.itop-files-information.php
+++ b/datamodels/2.x/itop-files-information/dictionaries/cs.dict.itop-files-information.php
@@ -10,8 +10,8 @@
*
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', [
- 'FilesInformation:Error:CantWriteToFile' => 'Can not write to file %1$s~~',
- 'FilesInformation:Error:CorruptedFile' => 'File %1$s is corrupted~~',
- 'FilesInformation:Error:ListCorruptedFile' => 'File(s) corrupted: %1$s ~~',
- 'FilesInformation:Error:MissingFile' => 'Missing file: %1$s~~',
+ 'FilesInformation:Error:CantWriteToFile' => 'Nelze zapisovat do souboru %1$s',
+ 'FilesInformation:Error:CorruptedFile' => 'Soubor %1$s je poškozený',
+ 'FilesInformation:Error:ListCorruptedFile' => 'Poškozené soubory: %1$s',
+ 'FilesInformation:Error:MissingFile' => 'Chybějící soubor: %1$s',
]);
diff --git a/datamodels/2.x/itop-hub-connector/dictionaries/cs.dict.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/dictionaries/cs.dict.itop-hub-connector.php
index 5623d07f3..cb8c0a6bf 100644
--- a/datamodels/2.x/itop-hub-connector/dictionaries/cs.dict.itop-hub-connector.php
+++ b/datamodels/2.x/itop-hub-connector/dictionaries/cs.dict.itop-hub-connector.php
@@ -11,57 +11,57 @@
*/
Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Menu:iTopHub' => 'iTop Hub~~',
- 'Menu:iTopHub:BrowseExtensions' => 'Get extensions from iTop Hub~~',
- 'Menu:iTopHub:BrowseExtensions+' => 'Browse for more extensions on iTop Hub~~',
+ 'Menu:iTopHub:BrowseExtensions' => 'Získat rozšíření z iTop Hubu',
+ 'Menu:iTopHub:BrowseExtensions+' => 'Procházet rozšíření dostupná na iTop Hubu',
'Menu:iTopHub:BrowseExtensions:Description' => '
Look into iTop Hub’s store, your one stop place to find wonderful iTop extensions !
Find the ones that will help you customize and adapt '.ITOP_APPLICATION_SHORT.' to your processes.
By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.
Get access to your community platform iTop Hub!
Find all the content and information you need, manage your instances through personalized tools & install more extensions.
By connecting to the Hub from this page, you will push information about this '.ITOP_APPLICATION_SHORT.' instance into the Hub.
View all requests regardless of their status.
~~', + 'Brick:Portal:ListAllRequests:Tab' => 'Probíhající a uzavřené', + 'Brick:Portal:ListAllRequests:Title' => 'Všechny požadavky', + 'Brick:Portal:ListAllRequests:Title+' => 'Zobrazit všechny požadavky bez ohledu na jejich stav.
', 'Brick:Portal:NewRequest:Title' => 'Nový požadavek', 'Brick:Portal:NewRequest:Title+' => 'Potřebujete pomoci?
Vyberte z katalogu služeb a vytvořte nový požadavek.
', 'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Probíhající', 'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Vyřešené', 'Brick:Portal:OngoingRequests:Title' => 'Otevřené požadavky', 'Brick:Portal:OngoingRequests:Title+' => 'Sledujte své otevřené požadavky.
Zkontrolujte stav, přidejte komentář, přiložte dokumenty, potvrďte řešení.
', - 'Brick:Portal:SearchInAllRequests:Title' => 'Search in all requests~~', - 'Brick:Portal:SearchInAllRequests:Title+' => 'Regardless of their status.
~~', + 'Brick:Portal:SearchInAllRequests:Title' => 'Vyhledávání ve všech požadavcích', + 'Brick:Portal:SearchInAllRequests:Title+' => 'Bez ohledu na jejich stav.
', 'Brick:Portal:UserProfile:Title' => 'Můj profil', 'Page:DefaultTitle' => '%1$s - Uživatelský portál', 'portal:itop-portal' => 'Standardní portál', diff --git a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/cs.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/cs.dict.itop-request-mgmt-itil.php index 9690fff3e..e6c67f267 100644 --- a/datamodels/2.x/itop-request-mgmt-itil/dictionaries/cs.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/dictionaries/cs.dict.itop-request-mgmt-itil.php @@ -42,10 +42,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:origin' => 'Původ', 'Class:UserRequest/Attribute:origin+' => '', - 'Class:UserRequest/Attribute:origin/Value:chat' => 'Chat~~', - 'Class:UserRequest/Attribute:origin/Value:chat+' => 'Request created following a chat discussion~~', - 'Class:UserRequest/Attribute:origin/Value:in_person' => 'In-person~~', - 'Class:UserRequest/Attribute:origin/Value:in_person+' => 'Request created following a face-to-face discussion~~', + 'Class:UserRequest/Attribute:origin/Value:chat' => 'Chat', + 'Class:UserRequest/Attribute:origin/Value:chat+' => 'Požadavek vytvořený v návaznosti na chat', + 'Class:UserRequest/Attribute:origin/Value:in_person' => 'Osobně', + 'Class:UserRequest/Attribute:origin/Value:in_person+' => 'Požadavek vytvořený po osobní diskuzi', 'Class:UserRequest/Attribute:origin/Value:mail' => 'email', 'Class:UserRequest/Attribute:origin/Value:mail+' => '', 'Class:UserRequest/Attribute:origin/Value:monitoring' => 'monitoring', @@ -184,7 +184,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => '', 'Class:UserRequest/Error:CannotAssignParentRequestIdToSelf' => 'Požadavek nemůže být nadřazený sám sobě', 'Class:UserRequest/Method:ResolveChildTickets' => 'Vyřešit podřízené tikety', - 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~', + 'Class:UserRequest/Method:ResolveChildTickets+' => 'Kaskádovat vyřešení do podřízeného požadavku (ev_autoresolve) a sjednotit následující vlastnosti: služba, tým, řešitel, informace o vyřešení', 'Class:UserRequest/Stimulus:ev_approve' => 'Schválit', 'Class:UserRequest/Stimulus:ev_approve+' => '', 'Class:UserRequest/Stimulus:ev_assign' => 'Přidělit', @@ -210,7 +210,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:UserRequest/Stimulus:ev_wait_for_approval' => 'Čeká na schválení', 'Class:UserRequest/Stimulus:ev_wait_for_approval+' => '', 'Class:UserRequest:KnownErrorList' => 'Známé chyby', - 'Class:UserRequest:KnownErrorList+' => 'Known Errors related to Functional CI linked to the current ticket~~', + 'Class:UserRequest:KnownErrorList+' => 'Známé chyby související s funkční konfigurační položkou spojenou s daným tiketem', 'Menu:NewUserRequest' => 'Nový uživatelský požadavek', 'Menu:NewUserRequest+' => 'Vytvořit nový uživatelský požadavek', 'Menu:RequestManagement' => 'Helpdesk', @@ -233,9 +233,9 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Menu:UserRequest:Provider+' => 'Otevřené požadavky předané poskytovateli', 'Menu:UserRequest:Shortcuts' => 'Odkazy', 'Menu:UserRequest:Shortcuts+' => '', - 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', - 'Organization:Overview:Tickets' => 'Tickets for this organization~~', - 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'Moje uživatelské požadavky pro tuto organizaci', + 'Organization:Overview:Tickets' => 'Tikety pro tuto organizaci', + 'Organization:Overview:UserRequests' => 'Uživatelské požadavky z této organizace', 'UI-RequestManagementOverview-Last-14-days' => 'Počet požadavků za posledních 14 dní', 'UI-RequestManagementOverview-OpenRequestByAgent' => 'Otevřené požadavky podle řešitele', 'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Otevřené požadavky podle zákazníka', diff --git a/datamodels/2.x/itop-request-mgmt/dictionaries/cs.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/dictionaries/cs.dict.itop-request-mgmt.php index c32ac1e9e..02c2230f6 100644 --- a/datamodels/2.x/itop-request-mgmt/dictionaries/cs.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/dictionaries/cs.dict.itop-request-mgmt.php @@ -43,10 +43,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:UserRequest/Attribute:last_pending_date+' => '', 'Class:UserRequest/Attribute:origin' => 'Původ', 'Class:UserRequest/Attribute:origin+' => '', - 'Class:UserRequest/Attribute:origin/Value:chat' => 'Chat~~', - 'Class:UserRequest/Attribute:origin/Value:chat+' => 'Request created following a chat discussion~~', - 'Class:UserRequest/Attribute:origin/Value:in_person' => 'In-person~~', - 'Class:UserRequest/Attribute:origin/Value:in_person+' => 'Request created following a face-to-face discussion~~', + 'Class:UserRequest/Attribute:origin/Value:chat' => 'Chat', + 'Class:UserRequest/Attribute:origin/Value:chat+' => 'Požadavek vytvořený v návaznosti na chat', + 'Class:UserRequest/Attribute:origin/Value:in_person' => 'Osobně', + 'Class:UserRequest/Attribute:origin/Value:in_person+' => 'Požadavek vytvořený po osobní diskuzi', 'Class:UserRequest/Attribute:origin/Value:mail' => 'email', 'Class:UserRequest/Attribute:origin/Value:mail+' => '', 'Class:UserRequest/Attribute:origin/Value:monitoring' => 'monitoring', @@ -183,7 +183,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => '', 'Class:UserRequest/Error:CannotAssignParentRequestIdToSelf' => 'Požadavek nemůže být nadřazený sám sobě', 'Class:UserRequest/Method:ResolveChildTickets' => 'Vyřešit podřízené tikety', - 'Class:UserRequest/Method:ResolveChildTickets+' => 'Cascade the resolution to child requests (ev_autoresolve), and align the following characteristics of the request: service, team, agent, resolution info~~', + 'Class:UserRequest/Method:ResolveChildTickets+' => 'Kaskádovat vyřešení do podřízeného požadavku (ev_autoresolve) a sjednotit následující vlastnosti: služba, tým, řešitel, informace o vyřešení', 'Class:UserRequest/Stimulus:ev_approve' => 'Schválit', 'Class:UserRequest/Stimulus:ev_approve+' => '', 'Class:UserRequest/Stimulus:ev_assign' => 'Přidělit', @@ -209,7 +209,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:UserRequest/Stimulus:ev_wait_for_approval' => 'Čeká na schválení', 'Class:UserRequest/Stimulus:ev_wait_for_approval+' => '', 'Class:UserRequest:KnownErrorList' => 'Známé chyby', - 'Class:UserRequest:KnownErrorList+' => 'Known Errors related to Functional CI linked to the current ticket~~', + 'Class:UserRequest:KnownErrorList+' => 'Známé chyby související s funkční konfigurační položkou spojenou s daným tiketem', 'Menu:NewUserRequest' => 'Nový uživatelský požadavek', 'Menu:NewUserRequest+' => 'Vytvořit nový uživatelský požadavek', 'Menu:RequestManagement' => 'Helpdesk', @@ -234,9 +234,9 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Menu:UserRequest:Provider+' => 'Otevřené požadavky předané poskytovateli', 'Menu:UserRequest:Shortcuts' => 'Odkazy', 'Menu:UserRequest:Shortcuts+' => '', - 'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~', - 'Organization:Overview:Tickets' => 'Tickets for this organization~~', - 'Organization:Overview:UserRequests' => 'User Requests from this organization~~', + 'Organization:Overview:MyUserRequests' => 'Moje uživatelské požadavky pro tuto organizaci', + 'Organization:Overview:Tickets' => 'Tikety pro tuto organizaci', + 'Organization:Overview:UserRequests' => 'Uživatelské požadavky z této organizace', 'Portal:Button:CreateRequestFromService' => 'Vytvořit požadavek k této službě', 'Portal:ButtonClose' => 'Uzavřít', 'Portal:ButtonReopen' => 'Znovu otevřít', diff --git a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/cs.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/cs.dict.itop-service-mgmt-provider.php index d97b29364..f3f0f7377 100644 --- a/datamodels/2.x/itop-service-mgmt-provider/dictionaries/cs.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/dictionaries/cs.dict.itop-service-mgmt-provider.php @@ -110,7 +110,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:SLA/Attribute:organization_name+' => '', 'Class:SLA/Attribute:slts_list' => 'SLTs', 'Class:SLA/Attribute:slts_list+' => 'Všechny cíle úrovně služeb pro tuto dohodu o úrovni služeb', - 'Class:SLA/Error:UniqueLnkCustomerContractToService' => 'Could not save link with Customer contract %1$s and service %2$s : SLA already exists~~', + 'Class:SLA/Error:UniqueLnkCustomerContractToService' => 'Nepodařilo se uložit spojení smlouvy se zákazníkem %1$s a služby %2$s : SLA již existují', 'Class:SLT' => 'SLT', 'Class:SLT+' => 'Cíl úrovně služeb', 'Class:SLT/Attribute:metric' => 'Metrika', @@ -155,7 +155,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:Service/Attribute:description+' => '', 'Class:Service/Attribute:documents_list' => 'Dokumenty', 'Class:Service/Attribute:documents_list+' => 'Všechny dokumenty spojené s touto službou', - 'Class:Service/Attribute:icon' => 'Icon~~', + 'Class:Service/Attribute:icon' => 'Ikona', 'Class:Service/Attribute:icon+' => '', 'Class:Service/Attribute:name' => 'Název', 'Class:Service/Attribute:name+' => '', @@ -180,7 +180,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:Service/ComplementaryName' => '%1$s - %2$s~~', 'Class:ServiceFamily' => 'Balíček služeb', 'Class:ServiceFamily+' => '', - 'Class:ServiceFamily/Attribute:icon' => 'Icon~~', + 'Class:ServiceFamily/Attribute:icon' => 'Ikona', 'Class:ServiceFamily/Attribute:icon+' => '', 'Class:ServiceFamily/Attribute:name' => 'Název', 'Class:ServiceFamily/Attribute:name+' => '', @@ -328,22 +328,22 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:lnkSLAToSLT/Attribute:sla_name+' => '', 'Class:lnkSLAToSLT/Attribute:slt_id' => 'SLT', 'Class:lnkSLAToSLT/Attribute:slt_id+' => '', - 'Class:lnkSLAToSLT/Attribute:slt_metric' => 'SLT metric~~', + 'Class:lnkSLAToSLT/Attribute:slt_metric' => 'Metrika SLT', 'Class:lnkSLAToSLT/Attribute:slt_metric+' => '~~', 'Class:lnkSLAToSLT/Attribute:slt_name' => 'Název SLT', 'Class:lnkSLAToSLT/Attribute:slt_name+' => '', - 'Class:lnkSLAToSLT/Attribute:slt_request_type' => 'SLT request type~~', + 'Class:lnkSLAToSLT/Attribute:slt_request_type' => 'Typ požadavku SLT', 'Class:lnkSLAToSLT/Attribute:slt_request_type+' => '~~', - 'Class:lnkSLAToSLT/Attribute:slt_ticket_priority' => 'SLT ticket priority~~', + 'Class:lnkSLAToSLT/Attribute:slt_ticket_priority' => 'Priorita požadavku SLT', 'Class:lnkSLAToSLT/Attribute:slt_ticket_priority+' => '~~', - 'Class:lnkSLAToSLT/Attribute:slt_value' => 'SLT value~~', + 'Class:lnkSLAToSLT/Attribute:slt_value' => 'Hodnota SLT', 'Class:lnkSLAToSLT/Attribute:slt_value+' => '~~', - 'Class:lnkSLAToSLT/Attribute:slt_value_unit' => 'SLT value unit~~', + 'Class:lnkSLAToSLT/Attribute:slt_value_unit' => 'Jednotka hodnoty SLT', 'Class:lnkSLAToSLT/Attribute:slt_value_unit+' => '~~', 'Class:lnkSLAToSLT/Name' => '%1$s / %2$s~~', - 'Contract:baseinfo' => 'General information~~', - 'Contract:cost' => 'Cost information~~', - 'Contract:moreinfo' => 'Contractual information~~', + 'Contract:baseinfo' => 'Obecné informace', + 'Contract:cost' => 'Informace o nákladech', + 'Contract:moreinfo' => 'Smluvní informace', 'Menu:CustomerContract' => 'Smlouvy se zákazníky', 'Menu:CustomerContract+' => 'Smlouvy se zákazníky', 'Menu:DeliveryModel' => 'Modely poskytování služeb', diff --git a/datamodels/2.x/itop-service-mgmt/dictionaries/cs.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/dictionaries/cs.dict.itop-service-mgmt.php index db6c0d503..799a111ab 100644 --- a/datamodels/2.x/itop-service-mgmt/dictionaries/cs.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/dictionaries/cs.dict.itop-service-mgmt.php @@ -93,8 +93,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:ProviderContract/Attribute:coverage+' => '', 'Class:ProviderContract/Attribute:functionalcis_list' => 'Konfigurační položky', 'Class:ProviderContract/Attribute:functionalcis_list+' => 'Všechny konfigurační položky pokryté touto smlouvou s poskytovatelem', - 'Class:ProviderContract/Attribute:services_list' => 'Services~~', - 'Class:ProviderContract/Attribute:services_list+' => 'All the services purchased with this contract~~', + 'Class:ProviderContract/Attribute:services_list' => 'Služby', + 'Class:ProviderContract/Attribute:services_list+' => 'Všechny služby zakoupené v rámci této smlouvy', 'Class:ProviderContract/Attribute:sla' => 'SLA', 'Class:ProviderContract/Attribute:sla+' => 'Dohoda o úrovni služeb', 'Class:SLA' => 'SLA', @@ -109,9 +109,9 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:SLA/Attribute:org_id+' => '', 'Class:SLA/Attribute:organization_name' => 'Název poskytovatele', 'Class:SLA/Attribute:organization_name+' => '', - 'Class:SLA/Attribute:slts_list' => 'SLTs', + 'Class:SLA/Attribute:slts_list' => 'SLT', 'Class:SLA/Attribute:slts_list+' => 'Všechny cíle úrovně služeb pro tuto dohodu o úrovni služeb', - 'Class:SLA/Error:UniqueLnkCustomerContractToService' => 'Could not save link with Customer contract %1$s and service %2$s : SLA already exists~~', + 'Class:SLA/Error:UniqueLnkCustomerContractToService' => 'Nepodařilo se uložit spojení smlouvy se zákazníkem %1$s a služby %2$s : SLA již existují', 'Class:SLT' => 'SLT', 'Class:SLT+' => 'Cíl úrovně služeb', 'Class:SLT/Attribute:metric' => 'Metrika', @@ -138,8 +138,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:SLT/Attribute:request_type/Value:incident+' => '', 'Class:SLT/Attribute:request_type/Value:service_request' => 'Požadavek na službu', 'Class:SLT/Attribute:request_type/Value:service_request+' => '', - 'Class:SLT/Attribute:slas_list' => 'SLAs~~', - 'Class:SLT/Attribute:slas_list+' => 'All the service level agreements using this SLT~~', + 'Class:SLT/Attribute:slas_list' => 'SLA', + 'Class:SLT/Attribute:slas_list+' => 'Všechny dohody o úrovni služeb (SLA) využívající toto SLT', 'Class:SLT/Attribute:unit' => 'Jednotka', 'Class:SLT/Attribute:unit+' => '', 'Class:SLT/Attribute:unit/Value:hours' => 'hodiny', @@ -160,7 +160,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:Service/Attribute:documents_list+' => 'Všechny dokumenty spojené s touto službou', 'Class:Service/Attribute:functionalcis_list' => 'Konfigurační položky', 'Class:Service/Attribute:functionalcis_list+' => 'Všechny konfigurační položky využívané pro poskytování této služby', - 'Class:Service/Attribute:icon' => 'Icon~~', + 'Class:Service/Attribute:icon' => 'Ikona', 'Class:Service/Attribute:icon+' => '', 'Class:Service/Attribute:name' => 'Název', 'Class:Service/Attribute:name+' => '', @@ -187,7 +187,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:Service/ComplementaryName' => '%1$s - %2$s~~', 'Class:ServiceFamily' => 'Balíček služeb', 'Class:ServiceFamily+' => '', - 'Class:ServiceFamily/Attribute:icon' => 'Icon~~', + 'Class:ServiceFamily/Attribute:icon' => 'Ikona', 'Class:ServiceFamily/Attribute:icon+' => '', 'Class:ServiceFamily/Attribute:name' => 'Název', 'Class:ServiceFamily/Attribute:name+' => '', @@ -311,22 +311,22 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:lnkSLAToSLT/Attribute:sla_name+' => '', 'Class:lnkSLAToSLT/Attribute:slt_id' => 'SLT', 'Class:lnkSLAToSLT/Attribute:slt_id+' => '', - 'Class:lnkSLAToSLT/Attribute:slt_metric' => 'Slt metric~~', + 'Class:lnkSLAToSLT/Attribute:slt_metric' => 'Metrika SLT', 'Class:lnkSLAToSLT/Attribute:slt_metric+' => '~~', 'Class:lnkSLAToSLT/Attribute:slt_name' => 'Název SLT', 'Class:lnkSLAToSLT/Attribute:slt_name+' => '', - 'Class:lnkSLAToSLT/Attribute:slt_request_type' => 'Slt request type~~', + 'Class:lnkSLAToSLT/Attribute:slt_request_type' => 'Typ požadavku SLT', 'Class:lnkSLAToSLT/Attribute:slt_request_type+' => '~~', - 'Class:lnkSLAToSLT/Attribute:slt_ticket_priority' => 'Slt ticket priority~~', + 'Class:lnkSLAToSLT/Attribute:slt_ticket_priority' => 'Priorita tiketu SLT', 'Class:lnkSLAToSLT/Attribute:slt_ticket_priority+' => '~~', - 'Class:lnkSLAToSLT/Attribute:slt_value' => 'Slt value~~', + 'Class:lnkSLAToSLT/Attribute:slt_value' => 'Hodnota SLT', 'Class:lnkSLAToSLT/Attribute:slt_value+' => '~~', - 'Class:lnkSLAToSLT/Attribute:slt_value_unit' => 'Slt value unit~~', + 'Class:lnkSLAToSLT/Attribute:slt_value_unit' => 'Jednotka hodnoty SLT', 'Class:lnkSLAToSLT/Attribute:slt_value_unit+' => '~~', 'Class:lnkSLAToSLT/Name' => '%1$s / %2$s~~', - 'Contract:baseinfo' => 'General information~~', - 'Contract:cost' => 'Cost information~~', - 'Contract:moreinfo' => 'Contractual information~~', + 'Contract:baseinfo' => 'Obecné informace', + 'Contract:cost' => 'Informace o nákladech', + 'Contract:moreinfo' => 'Smluvní informace', 'Menu:CustomerContract' => 'Smlouvy se zákazníky', 'Menu:CustomerContract+' => 'Smlouvy se zákazníky', 'Menu:DeliveryModel' => 'Modely poskytování služeb', diff --git a/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php b/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php index 9a6d8890e..32a08df54 100644 --- a/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php +++ b/datamodels/2.x/itop-structure/dictionaries/cs.dict.itop-structure.php @@ -49,7 +49,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:Document' => 'Dokument', 'Class:Document+' => '', 'Class:Document/Attribute:cis_list' => 'Konfigurační položky', - 'Class:Document/Attribute:cis_list+' => 'All the configuration items linked to this document~~', + 'Class:Document/Attribute:cis_list+' => 'Všechny konfigurační položky spojené s tímto dokumentem', 'Class:Document/Attribute:description' => 'Popis', 'Class:Document/Attribute:description+' => '', 'Class:Document/Attribute:documenttype_id' => 'Typ dokumentu', @@ -118,14 +118,14 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:Organization' => 'Organizace', 'Class:Organization+' => '', 'Class:Organization/Attribute:code' => 'Kód', - 'Class:Organization/Attribute:code+' => 'Kód organizace (IČO, DIČO,...)', + 'Class:Organization/Attribute:code+' => 'Kód organizace (IČO, DIČ,...)', '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:name' => 'Název', 'Class:Organization/Attribute:name+' => '', - 'Class:Organization/Attribute:overview' => 'Overview~~', + 'Class:Organization/Attribute:overview' => 'Přehled', 'Class:Organization/Attribute:parent_id' => 'Mateřská organizace', 'Class:Organization/Attribute:parent_id+' => '', 'Class:Organization/Attribute:parent_id_friendlyname' => 'Mateřská organizace', @@ -146,7 +146,7 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:Person/Attribute:first_name+' => '', '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' => 'Název umístění', 'Class:Person/Attribute:location_name+' => '', 'Class:Person/Attribute:manager_id' => 'Vedoucí', 'Class:Person/Attribute:manager_id+' => '', @@ -158,20 +158,20 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:Person/Attribute:mobile_phone+' => '', 'Class:Person/Attribute:name' => 'Příjmení', 'Class:Person/Attribute:name+' => '', - 'Class:Person/Attribute:picture' => 'Picture~~', + 'Class:Person/Attribute:picture' => 'Obrázek', 'Class:Person/Attribute:picture+' => '~~', '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:user_list' => 'Users~~', - 'Class:Person/Attribute:user_list+' => 'All the Users associated to this person~~', + 'Class:Person/Attribute:user_list' => 'Uživatelé', + 'Class:Person/Attribute:user_list+' => 'Všichni uživatelé přiřazení k této osobě', 'Class:Person/ComplementaryName' => '%1$s - %2$s~~', - 'Class:Person/Error:ChangingOrgDenied' => 'Impossible to move this person under organization \'%1$s\' as it would break his access to the User Portal, his associated user not being allowed on this organization~~', - 'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number~~', - 'Class:Person/UniquenessRule:employee_number+' => 'The employee number must be unique in the organization~~', - 'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name~~', - 'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization~~', + 'Class:Person/Error:ChangingOrgDenied' => 'Tuto osobu nelze přesunout do organizace \'%1$s\' protože její přiřazený uživatel nemá oprávnění k této organizaci a přerušil by se tím přístup osoby k standardnímu portálu', + 'Class:Person/UniquenessRule:employee_number' => 'v organizaci \'$this->org_name$\' již existuje osoba se stejným osobním číslem', + 'Class:Person/UniquenessRule:employee_number+' => 'Osobní číslo musí být jedinečné v organizaci', + 'Class:Person/UniquenessRule:name' => 'V organizaci \'$this->org_name$\' již existuje osoba se stejným jménem', + 'Class:Person/UniquenessRule:name+' => 'Jméno zaměstnance by mělo být v rámci organizace jedinečné', 'Class:Team' => 'Tým', 'Class:Team+' => '', 'Class:Team/Attribute:persons_list' => 'Členové', @@ -237,15 +237,15 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Menu:Team+' => 'Všechny týmy', 'Menu:Typology' => 'Typologie', 'Menu:Typology+' => 'Konfigurace typologie', - 'Organization:Overview:FunctionalCIs' => 'Configuration items of this organization~~', - 'Organization:Overview:FunctionalCIs:subtitle' => 'by type~~', - 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Users within this organization~~', + 'Organization:Overview:FunctionalCIs' => 'Konfigurační položky této organizace', + 'Organization:Overview:FunctionalCIs:subtitle' => 'podle typu', + 'Organization:Overview:Users' => ITOP_APPLICATION_SHORT.' Uživatelé v rámci této organizace', 'Person:info' => 'Obecné informace', 'Person:notifiy' => 'Upozornění', 'Person:personal_info' => 'Osobní informace', 'UI_WelcomeMenu_AllConfigItems' => 'Souhrn', 'User:info' => 'Obecné informace', - 'User:profiles' => 'Profiles (minimum one)~~', - 'theme:fullmoon' => 'Full moon~~', - 'theme:test-red' => 'Test instance (Red)~~', + 'User:profiles' => 'Profily (minimálně jeden)', + 'theme:fullmoon' => 'Úplněk', + 'theme:test-red' => 'Testovací instance (červená)', ]); diff --git a/datamodels/2.x/itop-themes-compat/dictionaries/cs.dict.itop-themes-compat.php b/datamodels/2.x/itop-themes-compat/dictionaries/cs.dict.itop-themes-compat.php index 80b2bedee..a05aaa94f 100644 --- a/datamodels/2.x/itop-themes-compat/dictionaries/cs.dict.itop-themes-compat.php +++ b/datamodels/2.x/itop-themes-compat/dictionaries/cs.dict.itop-themes-compat.php @@ -10,5 +10,5 @@ * */ Dict::Add('CS CZ', 'Czech', 'Čeština', [ - 'theme:light-grey' => 'Light Grey (deprecated)~~', + 'theme:light-grey' => 'Světle šedá (zastaralé)', ]); diff --git a/datamodels/2.x/itop-tickets/dictionaries/cs.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/dictionaries/cs.dict.itop-tickets.php index 937ed1a24..aabc605da 100644 --- a/datamodels/2.x/itop-tickets/dictionaries/cs.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/dictionaries/cs.dict.itop-tickets.php @@ -12,10 +12,10 @@ * */ Dict::Add('CS CZ', 'Czech', 'Čeština', [ - 'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own', - 'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO', - 'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve', - 'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR', + 'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Čas pro převzetí (TTO)', + 'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Cíl úrovně služeb typu TTO', + 'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Čas pro vyřešení (TTR)', + 'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Cíl úrovně služeb typu TTR', 'Class:Ticket' => 'Tiket', 'Class:Ticket+' => '', 'Class:Ticket/Attribute:agent_id' => 'Řešitel', @@ -98,85 +98,85 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:WorkOrder/Attribute:ticket_ref+' => '', 'Class:WorkOrder/Stimulus:ev_close' => 'Uzavřít', 'Class:WorkOrder/Stimulus:ev_close+' => '', - 'Class:cmdbAbstractObject/Method:AddValue' => 'AddValue~~', - 'Class:cmdbAbstractObject/Method:AddValue+' => 'Add a fixed value to a field~~', - 'Class:cmdbAbstractObject/Method:AddValue/Param:1' => 'Target Field~~', - 'Class:cmdbAbstractObject/Method:AddValue/Param:1+' => 'The field to modify, in the current object~~', - 'Class:cmdbAbstractObject/Method:AddValue/Param:2' => 'Value~~', - 'Class:cmdbAbstractObject/Method:AddValue/Param:2+' => 'Decimal value which will be added, can be negative~~', - 'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~', - 'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~', - 'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~', - 'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~', - 'Class:cmdbAbstractObject/Method:Copy' => 'Copy', - 'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field', - 'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Target Field', - 'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object', - 'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field', - 'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object', + 'Class:cmdbAbstractObject/Method:AddValue' => 'Přidat hodnotu', + 'Class:cmdbAbstractObject/Method:AddValue+' => 'Přidání pevné hodnoty do pole', + 'Class:cmdbAbstractObject/Method:AddValue/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:AddValue/Param:1+' => 'Pole, které má být v aktuálním objektu upraveno', + 'Class:cmdbAbstractObject/Method:AddValue/Param:2' => 'Hodnota', + 'Class:cmdbAbstractObject/Method:AddValue/Param:2+' => 'Desetinná hodnota, která bude přičtena, může být záporná', + 'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'Použít stimul', + 'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Použít zadaný stimul na aktuální objekt', + 'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Kód stimulu', + 'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'Platný kód stimulu pro aktuální třídu', + 'Class:cmdbAbstractObject/Method:Copy' => 'Kopie', + 'Class:cmdbAbstractObject/Method:Copy+' => 'Kopírování hodnoty pole do jiného pole', + 'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'Pole, které sem má v aktuálním objektu nastavit', + 'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Zdrojové pole', + 'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'Pole aktuální objektu, ze kterého má být hodnota získána', 'Class:cmdbAbstractObject/Method:Reset' => 'Reset', - 'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value', - 'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field', - 'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object', - 'Class:cmdbAbstractObject/Method:Set' => 'Set', - 'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value', - 'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field', - 'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object', - 'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Value', - 'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set', - 'Class:cmdbAbstractObject/Method:SetComputedDate' => 'SetComputedDate~~', - 'Class:cmdbAbstractObject/Method:SetComputedDate+' => 'Set a field with a date computed from another field with extra logic~~', - 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1' => 'Target Field~~', - 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1+' => 'The field to set, in the current object~~', - 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2' => 'Modifier~~', - 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2+' => 'Textual information to modify the source date, eg. "+3 days"~~', - 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3' => 'Source field~~', - 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3+' => 'The field used as source to apply the Modifier logic~~', - 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull' => 'SetComputedDateIfNull~~', - 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull+' => 'Set non empty field with a date computed from another field with extra logic~~', - 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1' => 'Target Field~~', - 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1+' => 'The field to set, in the current object~~', - 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2' => 'Modifier~~', - 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2+' => 'Textual information to modify the source date, eg. "+3 days"~~', - 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3' => 'Source field~~', - 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3+' => 'The field used as source to apply the Modifier logic~~', - 'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate', - 'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time', - 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Target Field', - 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object', - 'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull' => 'SetCurrentDateIfNull~~', - 'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull+' => 'Set an empty field with the current date and time~~', - 'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull/Param:1' => 'Target Field~~', - 'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull/Param:1+' => 'The field to set, in the current object~~', - 'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson', - 'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the "person" attached to the logged in "user").', - 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field', - 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.', - 'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser', - 'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user', - 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field', - 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.', - 'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime', - 'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Set a field with the time (seconds) elapsed since a date given by another field', - 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Target Field', - 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object', - 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field', - 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date', - 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours', - 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to "DefaultWorkingTimeComputer" to force a 24x7 scheme', - 'Class:cmdbAbstractObject/Method:SetIfNull' => 'SetIfNull~~', - 'Class:cmdbAbstractObject/Method:SetIfNull+' => 'Set a field only if it is empty, with a static value~~', - 'Class:cmdbAbstractObject/Method:SetIfNull/Param:1' => 'Target Field~~', - 'Class:cmdbAbstractObject/Method:SetIfNull/Param:1+' => 'The field to set, in the current object~~', - 'Class:cmdbAbstractObject/Method:SetIfNull/Param:2' => 'Value~~', - 'Class:cmdbAbstractObject/Method:SetIfNull/Param:2+' => 'The value to set~~', + 'Class:cmdbAbstractObject/Method:Reset+' => 'Obnovení výchozí hodnoty pole', + 'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'Pole aktuálního objektu, které má být resetováno', + 'Class:cmdbAbstractObject/Method:Set' => 'Nastavit', + 'Class:cmdbAbstractObject/Method:Set+' => 'Nastavení pole s pevnou hodnotou', + 'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'Pole, které sem má v aktuálním objektu nastavit', + 'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Hodnota', + 'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'Hodnota, která se nastaví', + 'Class:cmdbAbstractObject/Method:SetComputedDate' => 'Nastavení vypočteného data', + 'Class:cmdbAbstractObject/Method:SetComputedDate+' => 'Nastaví pole s datem vypočteným z jiného pole s dodatečnou logikou', + 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1+' => 'Pole, které sem má v aktuálním objektu nastavit', + 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2' => 'Modifikátor', + 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2+' => 'Textové informace pro úpravu zdrojového data, např. "+3 dny"', + 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3' => 'Zdrojové pole', + 'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3+' => 'Pole použité jako zdroj pro použití logiky modifikátoru', + 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull' => 'Nastavení vypočteného data, pokud je nulové', + 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull+' => 'Nastaví neprázdné pole s datem vypočteným z jiného pole s dodatečnou logikou', + 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1+' => 'Pole, které sem má v aktuálním objektu nastavit', + 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2' => 'Modifikátor', + 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2+' => 'Textové informace pro úpravu zdrojového data, např. "+3 dny"', + 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3' => 'Zdrojové pole', + 'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3+' => 'Pole použité jako zdroj pro použití logiky modifikátoru', + 'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'Nastavení aktuálního data', + 'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Nastavení pole s aktuálním datem a časem', + 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'Pole, které sem má v aktuálním objektu nastavit', + 'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull' => 'Nastavení aktuálního data, pokud je nulové', + 'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull+' => 'Nastaví aktuální datum a čas v prázdném poli', + 'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull/Param:1+' => 'Pole, které sem má v aktuálním objektu nastavit', + 'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'Nastavit aktuální osobu', + 'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Nastaví do pole aktuálně přihlášenou osobu („osoba“ připojená k přihlášenému „uživateli“)..', + 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'Pole, které sem má v aktuálním objektu nastavit. Pokud je pole řetězec, použije se friendly name, jinak se použije identifikátor.', + 'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'Nastavit aktuálního uživatele', + 'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Nastaví do pole aktuálně přihlášeného uživatele', + 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'Pole, které sem má v aktuálním objektu nastavit. Pokud je pole řetězec, použije se friendly name, jinak se použije identifikátor. Friendly name je jméno osoby, pokud je k uživateli připojena, jinak je to přihlašovací jméno.', + 'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'Nastavení uplynulého času', + 'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Nastaví pole s časem (v sekundách), který uplynul od data zadaného jiným polem.', + 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'Pole, které sem má v aktuálním objektu nastavit', + 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Referenční pole', + 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'Pole, ze kterého se získá referenční datum', + 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Pracovní hodiny', + 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Nechte prázdné, pokud se chcete spolehnout na standardní schéma pracovní doby, nebo nastavte hodnotu "DefaultWorkingTimeComputer", aby bylo vynuceno schéma 24x7.', + 'Class:cmdbAbstractObject/Method:SetIfNull' => 'Nastavit nulové pole', + 'Class:cmdbAbstractObject/Method:SetIfNull+' => 'Nastaví pole pevnou hodnotou, pokud je prázdné', + 'Class:cmdbAbstractObject/Method:SetIfNull/Param:1' => 'Cílové pole', + 'Class:cmdbAbstractObject/Method:SetIfNull/Param:1+' => 'Pole, které sem má v aktuálním objektu nastavit', + 'Class:cmdbAbstractObject/Method:SetIfNull/Param:2' => 'Hodnota', + 'Class:cmdbAbstractObject/Method:SetIfNull/Param:2+' => 'Hodnota, která se má nastavit', 'Class:lnkContactToTicket' => 'Spojení (Kontakt / Tiket)', 'Class:lnkContactToTicket+' => '', 'Class:lnkContactToTicket/Attribute:contact_email' => 'Email kontaktu', 'Class:lnkContactToTicket/Attribute:contact_email+' => '', 'Class:lnkContactToTicket/Attribute:contact_id' => 'Kontakt', 'Class:lnkContactToTicket/Attribute:contact_id+' => '', - 'Class:lnkContactToTicket/Attribute:contact_name' => 'Contact name~~', + 'Class:lnkContactToTicket/Attribute:contact_name' => 'Jméno kontaktu', 'Class:lnkContactToTicket/Attribute:contact_name+' => '~~', 'Class:lnkContactToTicket/Attribute:role' => 'Role (text)', 'Class:lnkContactToTicket/Attribute:role+' => '', diff --git a/dictionaries/core/uniqueness-rule/cs.dictionary.itop.uniqueness-rule.php b/dictionaries/core/uniqueness-rule/cs.dictionary.itop.uniqueness-rule.php index 918a92a86..d9ad3a3e8 100644 --- a/dictionaries/core/uniqueness-rule/cs.dictionary.itop.uniqueness-rule.php +++ b/dictionaries/core/uniqueness-rule/cs.dictionary.itop.uniqueness-rule.php @@ -10,5 +10,5 @@ * */ Dict::Add('CS CZ', 'Czech', 'Čeština', [ - 'Class:cmdbAbstractObject/UniquenessRule:no_duplicate' => '%1$s: %2$s is already linked to %3$s: %4$s, duplicates are not allowed on this relation.~~', + 'Class:cmdbAbstractObject/UniquenessRule:no_duplicate' => '%1$s: %2$s je již propojeno s %3$s: %4$s, duplicity nejsou pro toto spojení povoleny.', ]); diff --git a/dictionaries/cs.dictionary.itop.core.php b/dictionaries/cs.dictionary.itop.core.php index 22cc421fd..ec055c146 100755 --- a/dictionaries/cs.dictionary.itop.core.php +++ b/dictionaries/cs.dictionary.itop.core.php @@ -12,11 +12,11 @@ * */ Dict::Add('CS CZ', 'Czech', 'Čeština', [ - 'Action:WarningNoTriggerLinked' => 'Warning, no trigger is linked to the action. It will not be active until it has at least 1.~~', - 'Action:last_executions_tab' => 'Last executions~~', - 'Action:last_executions_tab_limit_days' => 'past %1$s days~~', - 'Action:last_executions_tab_limit_none' => 'no limit~~', - 'Action:last_executions_tab_panel_title' => 'Executions of this action (%1$s)~~', + 'Action:WarningNoTriggerLinked' => 'Varování, s akcí není spojen žádný triger. Akce nebude aktivní, dokud nebude mít alespoň jeden triger', + 'Action:last_executions_tab' => 'Poslední provedení', + 'Action:last_executions_tab_limit_days' => 'posledních %1$s dní', + 'Action:last_executions_tab_limit_none' => 'bez omezení', + 'Action:last_executions_tab_panel_title' => 'Provedení této akce (%1$s)', 'ActionEmail:content_placeholder_missing' => 'Odkaz "%1$s" nebyl v HMTL šabloně nalezen. Obsah pole "%2$s" nebude součástí generovaného emailu', 'ActionEmail:main' => 'Zpráva', 'ActionEmail:preview_more_info' => 'Další informace ohledně podpory CSS v emailových klientech, se dozvíte zde %1$s', @@ -25,34 +25,34 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'ActionEmail:preview_warning' => 'Finální podoba emailu může vypadat v emailovém klientu jinak, než tento aktuální náhled v prohlížeci', 'ActionEmail:recipients' => 'Kontakty', 'ActionEmail:trigger' => 'Spouštěče', - 'ActionNewsroom:content' => 'Message~~', - 'ActionNewsroom:settings' => 'Settings~~', - 'ActionNewsroom:trigger' => 'Trigger~~', + 'ActionNewsroom:content' => 'Zpráva', + 'ActionNewsroom:settings' => 'Nastavení', + 'ActionNewsroom:trigger' => 'Triger', 'Change:AttName_Changed' => '%1$s upraven', 'Change:AttName_Changed_PreviousValue_OldValue' => '%1$s upraven, předchozí hodnota: %2$s', 'Change:AttName_EntryAdded' => '%1$s upraven, přidána nová položka.', 'Change:AttName_SetTo' => 'Atribut %1$s nastaven na hodnotu %2$s', 'Change:AttName_SetTo_NewValue_PreviousValue_OldValue' => 'Atribut %1$s nastaven na hodnotu %2$s (předchozí hodnota: %3$s)', - 'Change:FourOrMoreAttributesChanged' => 'Edited %1$s, %2$s and %3$s others~~', + 'Change:FourOrMoreAttributesChanged' => 'Upraveno %1$s, %2$s a %3$s další', 'Change:LinkSet:Added' => 'přidán %1$s', 'Change:LinkSet:Modified' => 'upraven %1$s', 'Change:LinkSet:Removed' => 'odstraněn %1$s', 'Change:ObjectCreated' => 'Objekt vytvořen', 'Change:ObjectDeleted' => 'Objekt odstraněn', 'Change:ObjectModified' => 'Objekt upraven', - 'Change:State_Changed_NewValue_OldValue' => 'Changed from %2$s to %1$s~~', + 'Change:State_Changed_NewValue_OldValue' => 'Změněn z %2$s na %1$s', 'Change:Text_AppendedTo_AttName' => '%1$s připojen k %2$s', - 'Change:ThreeAttributesChanged' => 'Edited %1$s, %2$s and 1 other~~', - 'Change:TwoAttributesChanged' => 'Edited %1$s and %2$s~~', - 'Class:AbstractResource' => 'Abstract Resource~~', + 'Change:ThreeAttributesChanged' => 'Upraven %1$s, %2$s a 1 další', + 'Change:TwoAttributesChanged' => 'Upraven %1$s a %2$s', + 'Class:AbstractResource' => 'Abstraktní zdroj', 'Class:AbstractResource+' => '', 'Class:Action' => 'Vlastní akce', 'Class:Action+' => '', - 'Class:Action/Attribute:asynchronous' => 'Asynchronous~~', - 'Class:Action/Attribute:asynchronous+' => 'Whether this action should be executed in background or not~~', - 'Class:Action/Attribute:asynchronous/Value:no' => 'No~~', - 'Class:Action/Attribute:asynchronous/Value:use_global_setting' => 'Use global setting~~', - 'Class:Action/Attribute:asynchronous/Value:yes' => 'Yes~~', + 'Class:Action/Attribute:asynchronous' => 'Asynchronnní', + 'Class:Action/Attribute:asynchronous+' => 'Zda se má akce provádět na pozadí, nebo ne.', + 'Class:Action/Attribute:asynchronous/Value:no' => 'Ne', + 'Class:Action/Attribute:asynchronous/Value:use_global_setting' => 'Použít globální nastavení', + 'Class:Action/Attribute:asynchronous/Value:yes' => 'Ano', 'Class:Action/Attribute:description' => 'Popis', 'Class:Action/Attribute:description+' => '', 'Class:Action/Attribute:finalclass' => 'Typ', @@ -67,86 +67,86 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:Action/Attribute:status/Value:enabled+' => '', 'Class:Action/Attribute:status/Value:test' => 'Testování', 'Class:Action/Attribute:status/Value:test+' => '', - 'Class:Action/Attribute:trigger_list' => 'Související triggery', - 'Class:Action/Attribute:trigger_list+' => 'Triggery spojené s touto akcí', + 'Class:Action/Attribute:trigger_list' => 'Související trigery', + 'Class:Action/Attribute:trigger_list+' => 'Trigery spojené s touto akcí', 'Class:Action/ComplementaryName' => '%1$s: %2$s', 'Class:ActionEmail' => 'Emailové upozornění', 'Class:ActionEmail+' => '', - 'Class:ActionEmail/Attribute:bcc' => 'Bcc', - 'Class:ActionEmail/Attribute:bcc+' => 'Slepá kopie', + 'Class:ActionEmail/Attribute:bcc' => 'Skrytá kopie', + 'Class:ActionEmail/Attribute:bcc+' => 'Skrytá kopie', 'Class:ActionEmail/Attribute:body' => 'Tělo', 'Class:ActionEmail/Attribute:body+' => 'Obsah zprávy', - 'Class:ActionEmail/Attribute:cc' => 'Cc', + 'Class:ActionEmail/Attribute:cc' => 'Kopie', 'Class:ActionEmail/Attribute:cc+' => 'Kopie', 'Class:ActionEmail/Attribute:from' => 'Odesílatel', 'Class:ActionEmail/Attribute:from+' => '', - 'Class:ActionEmail/Attribute:from_label' => 'From (label)~~', - 'Class:ActionEmail/Attribute:from_label+' => 'Either a static label or a placeholder like $this->agent_id->friendlyname$~~', + 'Class:ActionEmail/Attribute:from_label' => 'Od (označení)', + 'Class:ActionEmail/Attribute:from_label+' => 'Statické označení nebo zástupný znak jako $this->agent_id->friendlyname$', 'Class:ActionEmail/Attribute:html_template' => 'HTML šablona', - 'Class:ActionEmail/Attribute:html_template+' => 'Optional HTML template wrapping around the content of the \'Body\' attribute below, useful for tailored email layouts (in the template, content of the \'Body\' attribute will replace the $content$ placeholder)~~', - 'Class:ActionEmail/Attribute:ignore_notify' => 'Ignore the Notify flag~~', - 'Class:ActionEmail/Attribute:ignore_notify+' => 'If set to \'Yes\' the \'Notify\' flag on Contacts has no effect.~~', + 'Class:ActionEmail/Attribute:html_template+' => 'Volitelná HTML šablona obsahující níže uvedený atribut \'Body\', užitečná pro rozvržení emailu (v šabloně obsah atributu \'Body\' nahradí zástupný znak $content$)', + 'Class:ActionEmail/Attribute:ignore_notify' => 'Ignorovat Upozornění', + 'Class:ActionEmail/Attribute:ignore_notify+' => 'Pokud je nastaveno \'Ano\', příznak \'Upozornění\' u kontaktu nemá žádný vliv.', 'Class:ActionEmail/Attribute:ignore_notify/Value:no' => 'Ne', 'Class:ActionEmail/Attribute:ignore_notify/Value:yes' => 'Ano', 'Class:ActionEmail/Attribute:importance' => 'Důležitost', 'Class:ActionEmail/Attribute:importance+' => 'Příznak důležitosti', - 'Class:ActionEmail/Attribute:importance/Value:high' => 'high', + 'Class:ActionEmail/Attribute:importance/Value:high' => 'vysoká', 'Class:ActionEmail/Attribute:importance/Value:high+' => '', 'Class:ActionEmail/Attribute:importance/Value:low' => 'nízká', 'Class:ActionEmail/Attribute:importance/Value:low+' => '', - 'Class:ActionEmail/Attribute:importance/Value:normal' => 'normal', + 'Class:ActionEmail/Attribute:importance/Value:normal' => 'normalní', 'Class:ActionEmail/Attribute:importance/Value:normal+' => '', 'Class:ActionEmail/Attribute:language' => 'Jazyk', - 'Class:ActionEmail/Attribute:language+' => 'Language to use for placeholders ($xxx$) inside the message (state, importance, priority, etc)~~', + 'Class:ActionEmail/Attribute:language+' => 'Jazyk použitý pro zástupné znaky ($xxx$) uvnitř zprávy (stav, důležitost, priorita atd.)', 'Class:ActionEmail/Attribute:reply_to' => 'Odpověď na', 'Class:ActionEmail/Attribute:reply_to+' => '', - 'Class:ActionEmail/Attribute:reply_to_label' => 'Reply to (label)~~', - 'Class:ActionEmail/Attribute:reply_to_label+' => 'Either a static label or a placeholder like $this->team_id->friendlyname$. -If omitted the From (label) is used.~~', - 'Class:ActionEmail/Attribute:status+' => 'This status drives who will be notified: -- Being tested: just the Test recipient, -- In production: all (To, cc and Bcc) -- Inactive: no-one~~', - 'Class:ActionEmail/Attribute:status/Value:disabled+' => 'The email notification will not be sent~~', - 'Class:ActionEmail/Attribute:status/Value:enabled+' => 'All To, Cc and Bcc emails are notified~~', - 'Class:ActionEmail/Attribute:status/Value:test+' => 'Only the Test recipient is notified~~', + 'Class:ActionEmail/Attribute:reply_to_label' => 'Odpověď na (označení)', + 'Class:ActionEmail/Attribute:reply_to_label+' => 'Statické označení nebo zástupný znak jako $this->team_id->friendlyname$. +If omitted the From (label) is used.', + 'Class:ActionEmail/Attribute:status+' => 'Tento stav určuje, kdo bude upozorněn: +- Testování: pouze adresát pro test, +- V produkci: všichni (komu, kopie, skrytá kopie) +- Neaktivní: nikdo', + 'Class:ActionEmail/Attribute:status/Value:disabled+' => 'Emailové upozornění nebude odesláno', + 'Class:ActionEmail/Attribute:status/Value:enabled+' => 'Všem adresátům (komu, kopie, skrytá kopie) je emailové upozornění odesláno', + 'Class:ActionEmail/Attribute:status/Value:test+' => 'Upozornění je odesláno pouze adresátovi pro test', 'Class:ActionEmail/Attribute:subject' => 'Předmět', 'Class:ActionEmail/Attribute:subject+' => '', 'Class:ActionEmail/Attribute:test_recipient' => 'Adresát pro test', 'Class:ActionEmail/Attribute:test_recipient+' => 'Cílová adresa pro případ, kdy je stav nastaven na "Testování"', 'Class:ActionEmail/Attribute:to' => 'To', 'Class:ActionEmail/Attribute:to+' => 'Adresát', - 'Class:ActionNewsroom' => 'Notification by Newsroom~~', + 'Class:ActionNewsroom' => 'Notifikace v novinkách', 'Class:ActionNewsroom+' => '~~', - 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. -- If filled, the custom icon will be used -- Else the icon of the triggering object if there is one (e.g. picture of a Person), -- Else the icon of the triggering object class, -- Otherwise, the application compact logo will be used~~', - 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: -- $this->attribute_code$ any attribute of the object triggering the notification, -- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, -- $current_contact->attribute$ attribute of the Person who triggered the notification~~', - 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', - 'Class:ActionNewsroom/Attribute:priority+' => 'News will be ordered by decreasing priority, when displayed in the Newsroom popup~~', - 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', - 'Class:ActionNewsroom/Attribute:priority/Value:1+' => 'Critical~~', - 'Class:ActionNewsroom/Attribute:priority/Value:2' => 'Urgent~~', - 'Class:ActionNewsroom/Attribute:priority/Value:2+' => 'Urgent~~', - 'Class:ActionNewsroom/Attribute:priority/Value:3' => 'Important~~', - 'Class:ActionNewsroom/Attribute:priority/Value:3+' => 'Important~~', - 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', - 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', - 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', - 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', - 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', - 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', - 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => 'By default, it points to the object triggering the notification. But you can also specify a custom URL.~~', + 'Class:ActionNewsroom/Attribute:icon' => 'Ikona', + 'Class:ActionNewsroom/Attribute:icon+' => 'Ikona, která se zobrazí vedle zpráv v novinkách. +- Pokud je vyplněna, použite se vlastní ikona +- V opačném případě, pokud má ikonu spouštěný objekt (např. obrázek objektu Osoba), použije se tato ikona +- V opačném případě, pokud má třída spouštěného objektu ikonu definovanou v datovém modelu, použije se tato ikona +- V opačném případě se použije kompaktní logo aplikace', + 'Class:ActionNewsroom/Attribute:message' => 'Zpráva', + 'Class:ActionNewsroom/Attribute:message+' => 'Obsah novinek ve formátu Markdow, nikoli HTML. Může obsahovat zástupné znaky, jako např.: +- $this->attribute_code$ jakýkoli atribut objektu, který vyvolal upozornění, +- $this->attribute_external_key->attribute$ rekurzivní syntaxe pro libovolný vzdálený atribut, +- $current_contact->attribute$ atribut osoby, která upozornění spustila', + 'Class:ActionNewsroom/Attribute:priority' => 'Priorita', + 'Class:ActionNewsroom/Attribute:priority+' => '~~', + 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Kritická', + 'Class:ActionNewsroom/Attribute:priority/Value:1+' => 'Kritická', + 'Class:ActionNewsroom/Attribute:priority/Value:2' => 'Urgentní', + 'Class:ActionNewsroom/Attribute:priority/Value:2+' => 'Urgentní', + 'Class:ActionNewsroom/Attribute:priority/Value:3' => 'Důležitá', + 'Class:ActionNewsroom/Attribute:priority/Value:3+' => 'Důležitá', + 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standardní', + 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standardní', + 'Class:ActionNewsroom/Attribute:recipients' => 'Příjemci', + 'Class:ActionNewsroom/Attribute:recipients+' => 'Dotaz OQL vracející objekty Kontaktu', + 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Adresát pro test', + 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Osoba použitá místo příjemce při testování upozornění', + 'Class:ActionNewsroom/Attribute:title' => 'Titulek', + 'Class:ActionNewsroom/Attribute:title+' => 'Titulek novinky. Může obsahovat zástupné znaky jako $this->attribute_code$', + 'Class:ActionNewsroom/Attribute:url' => 'URL', + 'Class:ActionNewsroom/Attribute:url+' => 'Pokud je URL prázdná, bude odkazovat na objekt, který upozornění spustil. Můžete však zadat vlastní URL adresu.', 'Class:ActionNotification' => 'Upozornění', 'Class:ActionNotification+' => 'Upozornění (abstraktní)', 'Class:AsyncSendEmail' => 'Email (asynchronní)', @@ -208,15 +208,15 @@ If omitted the From (label) is used.~~', 'Class:CMDBChange/Attribute:date+' => 'datum a čas při kterém byly změny zaznamenány', 'Class:CMDBChange/Attribute:origin/Value:csv-import.php' => 'CSV import script', 'Class:CMDBChange/Attribute:origin/Value:csv-interactive' => 'CSV import prostřednictvím GUI', - 'Class:CMDBChange/Attribute:origin/Value:custom-extension' => 'By an extension~~', - 'Class:CMDBChange/Attribute:origin/Value:email-processing' => 'Email processing~~', + 'Class:CMDBChange/Attribute:origin/Value:custom-extension' => 'Rozšíření', + 'Class:CMDBChange/Attribute:origin/Value:email-processing' => 'Zpracování emailu', 'Class:CMDBChange/Attribute:origin/Value:interactive' => 'Uživatelská interakce v GUI', 'Class:CMDBChange/Attribute:origin/Value:synchro-data-source' => 'Zdroje dat pro synchronizaci', - 'Class:CMDBChange/Attribute:origin/Value:webservice-rest' => 'REST/JSON webservices', - 'Class:CMDBChange/Attribute:origin/Value:webservice-soap' => 'SOAP webservices', + 'Class:CMDBChange/Attribute:origin/Value:webservice-rest' => 'Webové služby REST/JSON', + 'Class:CMDBChange/Attribute:origin/Value:webservice-soap' => 'Wbové služby SOAP', 'Class:CMDBChange/Attribute:userinfo' => 'informace', 'Class:CMDBChange/Attribute:userinfo+' => 'informace definované zadavatelem', - 'Class:CMDBChangeOp' => 'Change Operation', + 'Class:CMDBChangeOp' => 'Změna operace', 'Class:CMDBChangeOp+' => 'Tracking provozu změn', 'Class:CMDBChangeOp/Attribute:change' => 'změna', 'Class:CMDBChangeOp/Attribute:change+' => '', @@ -328,38 +328,38 @@ If omitted the From (label) is used.~~', 'Class:EventNotificationEmail/Attribute:subject+' => '', 'Class:EventNotificationEmail/Attribute:to' => 'Pro', 'Class:EventNotificationEmail/Attribute:to+' => '', - 'Class:EventNotificationNewsroom' => 'News sent~~', + 'Class:EventNotificationNewsroom' => 'Zaslané novinky', 'Class:EventNotificationNewsroom+' => '~~', - 'Class:EventNotificationNewsroom/Attribute:contact_id' => 'Contact~~', + 'Class:EventNotificationNewsroom/Attribute:contact_id' => 'Kontakt', 'Class:EventNotificationNewsroom/Attribute:contact_id+' => '~~', - 'Class:EventNotificationNewsroom/Attribute:icon' => 'Icon~~', + 'Class:EventNotificationNewsroom/Attribute:icon' => 'Ikona', 'Class:EventNotificationNewsroom/Attribute:icon+' => '~~', - 'Class:EventNotificationNewsroom/Attribute:priority' => 'Priority~~', + 'Class:EventNotificationNewsroom/Attribute:priority' => 'Priorita', 'Class:EventNotificationNewsroom/Attribute:priority+' => '~~', - 'Class:EventNotificationNewsroom/Attribute:priority/Value:1' => 'Critical~~', - 'Class:EventNotificationNewsroom/Attribute:priority/Value:1+' => 'Critical~~', - 'Class:EventNotificationNewsroom/Attribute:priority/Value:2' => 'Urgent~~', - 'Class:EventNotificationNewsroom/Attribute:priority/Value:2+' => 'Urgent~~', - 'Class:EventNotificationNewsroom/Attribute:priority/Value:3' => 'Important~~', - 'Class:EventNotificationNewsroom/Attribute:priority/Value:3+' => 'Important~~', - 'Class:EventNotificationNewsroom/Attribute:priority/Value:4' => 'Standard~~', - 'Class:EventNotificationNewsroom/Attribute:priority/Value:4+' => 'Standard~~', - 'Class:EventNotificationNewsroom/Attribute:read' => 'Read~~', + 'Class:EventNotificationNewsroom/Attribute:priority/Value:1' => 'Kritická', + 'Class:EventNotificationNewsroom/Attribute:priority/Value:1+' => 'Kritická', + 'Class:EventNotificationNewsroom/Attribute:priority/Value:2' => 'Urgentní', + 'Class:EventNotificationNewsroom/Attribute:priority/Value:2+' => 'Urgentní', + 'Class:EventNotificationNewsroom/Attribute:priority/Value:3' => 'Důležitá', + 'Class:EventNotificationNewsroom/Attribute:priority/Value:3+' => 'Důležitá', + 'Class:EventNotificationNewsroom/Attribute:priority/Value:4' => 'Standardní', + 'Class:EventNotificationNewsroom/Attribute:priority/Value:4+' => 'Standardní', + 'Class:EventNotificationNewsroom/Attribute:read' => 'Číst', 'Class:EventNotificationNewsroom/Attribute:read+' => '~~', - 'Class:EventNotificationNewsroom/Attribute:read/Value:no' => 'No~~', - 'Class:EventNotificationNewsroom/Attribute:read/Value:no+' => 'No~~', - 'Class:EventNotificationNewsroom/Attribute:read/Value:yes' => 'Yes~~', - 'Class:EventNotificationNewsroom/Attribute:read/Value:yes+' => 'Yes~~', - 'Class:EventNotificationNewsroom/Attribute:read_date' => 'Read date~~', + 'Class:EventNotificationNewsroom/Attribute:read/Value:no' => 'Ne', + 'Class:EventNotificationNewsroom/Attribute:read/Value:no+' => 'Ne', + 'Class:EventNotificationNewsroom/Attribute:read/Value:yes' => 'Ano', + 'Class:EventNotificationNewsroom/Attribute:read/Value:yes+' => 'Ano', + 'Class:EventNotificationNewsroom/Attribute:read_date' => 'Datum přečtení', 'Class:EventNotificationNewsroom/Attribute:read_date+' => '~~', - 'Class:EventNotificationNewsroom/Attribute:title' => 'Title~~', + 'Class:EventNotificationNewsroom/Attribute:title' => 'Titulek', 'Class:EventNotificationNewsroom/Attribute:title+' => '~~', - 'Class:EventNotificationNewsroom/Attribute:url' => 'URL~~', + 'Class:EventNotificationNewsroom/Attribute:url' => 'URL', 'Class:EventNotificationNewsroom/Attribute:url+' => '~~', 'Class:EventRestService' => 'Volání REST/JSON', 'Class:EventRestService+' => 'Stopa REST/JSON volání', 'Class:EventRestService/Attribute:code' => 'Kód', - 'Class:EventRestService/Attribute:code+' => 'Result code', + 'Class:EventRestService/Attribute:code+' => 'Výsledný kód', 'Class:EventRestService/Attribute:json_input' => 'Vstup (data)', 'Class:EventRestService/Attribute:json_input+' => 'Argument \'json_data\'', 'Class:EventRestService/Attribute:json_output' => 'Odpověď', @@ -367,10 +367,10 @@ If omitted the From (label) is used.~~', 'Class:EventRestService/Attribute:operation' => 'Operace', 'Class:EventRestService/Attribute:operation+' => 'Argument \'operation\'', 'Class:EventRestService/Attribute:provider' => 'Poskytovatel', - 'Class:EventRestService/Attribute:provider+' => 'PHP class implementing the expected operation~~', + 'Class:EventRestService/Attribute:provider+' => 'Třída PHP implementující očekávanou operaci', 'Class:EventRestService/Attribute:version' => 'Verze', 'Class:EventRestService/Attribute:version+' => 'Argument \'version\'', - 'Class:EventWebService' => 'Webservice call', + 'Class:EventWebService' => 'Volání webové služby', 'Class:EventWebService+' => '', 'Class:EventWebService/Attribute:data' => 'Data', 'Class:EventWebService/Attribute:data+' => '', @@ -447,12 +447,12 @@ If omitted the From (label) is used.~~', 'Class:SynchroDataSource/Attribute:notify_contact_id' => 'Kontakt k upozornění', 'Class:SynchroDataSource/Attribute:notify_contact_id+' => '', 'Class:SynchroDataSource/Attribute:reconciliation_policy' => 'Způsob párování', - 'Class:SynchroDataSource/Attribute:reconciliation_policy+' => '"Use the attributes": '.ITOP_APPLICATION_SHORT.' object matches replica values for each Synchro attributes flagged for Reconciliation. -"Use primary_key": the column primary_key of the replica is expected to contain the identifier of the '.ITOP_APPLICATION_SHORT.' object~~', + 'Class:SynchroDataSource/Attribute:reconciliation_policy+' => '"Použijte atribut": '.ITOP_APPLICATION_SHORT.' objekt odpovídá hodnotám replik pro jednotivé atributy synchronizace označené pro odsouhlasení. +"Použít primary_key": sloupec primary_key repliky by měl obsahovat identifikátor objektu '.ITOP_APPLICATION_SHORT.'', 'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_attributes' => 'Použít atributy', 'Class:SynchroDataSource/Attribute:reconciliation_policy/Value:use_primary_key' => 'Použít pole primary_key', 'Class:SynchroDataSource/Attribute:scope_class' => 'Cílová třída', - 'Class:SynchroDataSource/Attribute:scope_class+' => 'A Synchro Data Source can only populate a single '.ITOP_APPLICATION_SHORT.' class~~', + 'Class:SynchroDataSource/Attribute:scope_class+' => 'Zdroj dat pro synchronizaci může naplnit pouze jednu třídu '.ITOP_APPLICATION_SHORT.'', 'Class:SynchroDataSource/Attribute:scope_restriction' => 'Omezení rozsahu', 'Class:SynchroDataSource/Attribute:status' => 'Stav', 'Class:SynchroDataSource/Attribute:status/Value:implementation' => 'Implementace', @@ -524,44 +524,44 @@ If omitted the From (label) is used.~~', 'Class:TagSetFieldData/Attribute:label+' => 'Zobrazované označení', 'Class:TagSetFieldData/Attribute:obj_attcode' => 'Pole kódu', 'Class:TagSetFieldData/Attribute:obj_class' => 'Třída objektů', - 'Class:Trigger' => 'Trigger', + 'Class:Trigger' => 'Triger', 'Class:Trigger+' => '', 'Class:Trigger/Attribute:action_list' => 'Spouštěné akce', - 'Class:Trigger/Attribute:action_list+' => 'Akce prováděné, když je aktivován trigger', - 'Class:Trigger/Attribute:complement' => 'Additional information~~', - 'Class:Trigger/Attribute:complement+' => 'Computed automatically in english for triggers derived from TriggerOnObject~~', - 'Class:Trigger/Attribute:context' => 'Context~~', - 'Class:Trigger/Attribute:context+' => 'Context to allow the trigger to start~~', + 'Class:Trigger/Attribute:action_list+' => 'Akce prováděné, když je aktivován triger', + 'Class:Trigger/Attribute:complement' => 'Doplňující informace', + 'Class:Trigger/Attribute:complement+' => 'Další informace poskytnuté tímto trigerem v angličtině', + 'Class:Trigger/Attribute:context' => 'Kontext', + 'Class:Trigger/Attribute:context+' => 'Kontext pro spuštění trigeru', 'Class:Trigger/Attribute:description' => 'Popis', 'Class:Trigger/Attribute:description+' => 'Krátký popis', 'Class:Trigger/Attribute:finalclass' => 'Typ', 'Class:Trigger/Attribute:finalclass+' => '', - 'Class:Trigger/Attribute:subscription_policy' => 'Subscription policy~~', - 'Class:Trigger/Attribute:subscription_policy+' => 'Allows users to unsubscribe from the trigger~~', - 'Class:Trigger/Attribute:subscription_policy/Value:allow_no_channel' => 'Allow complete unsubscription~~', - 'Class:Trigger/Attribute:subscription_policy/Value:force_all_channels' => 'Deny unsubscription~~', - 'Class:Trigger/Attribute:subscription_policy/Value:force_at_least_one_channel' => 'Force at least one channel (News or Email)~~', + 'Class:Trigger/Attribute:subscription_policy' => 'Pravidla odběru', + 'Class:Trigger/Attribute:subscription_policy+' => 'Umožňuje uživatelům odhlásit se z odběru trigeru', + 'Class:Trigger/Attribute:subscription_policy/Value:allow_no_channel' => 'Povolit úplné odhlášení odběru', + 'Class:Trigger/Attribute:subscription_policy/Value:force_all_channels' => 'Zakázat odmítnutí odběru', + 'Class:Trigger/Attribute:subscription_policy/Value:force_at_least_one_channel' => 'Vynucení alespoň jednoho kanálu (Novinka nebo Email)', 'Class:Trigger/ComplementaryName' => '%1$s, %2$s~~', - 'Class:TriggerOnAttributeBlobDownload' => 'Trigger (on object\'s document download)~~', - 'Class:TriggerOnAttributeBlobDownload+' => 'Trigger on object\'s document field download of [a child class of] the given class~~', + 'Class:TriggerOnAttributeBlobDownload' => 'Triger (on object\'s document download)~~', + 'Class:TriggerOnAttributeBlobDownload+' => 'Spustit při stažení pole dokumentu objektu [podřízené třídy] dané třídy', 'Class:TriggerOnAttributeBlobDownload/Attribute:target_attcodes' => 'Cílová pole', 'Class:TriggerOnAttributeBlobDownload/Attribute:target_attcodes+' => '', - 'Class:TriggerOnObject' => 'Trigger \'závislý na třídě objektů\'', + 'Class:TriggerOnObject' => 'Triger \'závislý na třídě objektů\'', 'Class:TriggerOnObject+' => '', 'Class:TriggerOnObject/Attribute:filter' => 'Filtr', - 'Class:TriggerOnObject/Attribute:filter+' => 'Limit the object list (of the target class) which will activate the trigger~~', + 'Class:TriggerOnObject/Attribute:filter+' => 'Omezit seznam objektů (cílové třídy), které aktivují triger', 'Class:TriggerOnObject/Attribute:target_class' => 'Cílová třída', 'Class:TriggerOnObject/Attribute:target_class+' => '', 'Class:TriggerOnObjectCreate' => 'Triger \'vytvoření objektu\'', 'Class:TriggerOnObjectCreate+' => '', 'Class:TriggerOnObjectDelete' => 'Triger \'smazání objektu\'', - 'Class:TriggerOnObjectDelete+' => 'Trigger on object deletion of [a child class of] the given class~~', - 'Class:TriggerOnObjectMention' => 'Trigger (on object mention)~~', - 'Class:TriggerOnObjectMention+' => 'Trigger on mention (@xxx) of an object of [a child class of] the given class in a log attribute~~', - 'Class:TriggerOnObjectMention/Attribute:mentioned_filter' => 'Mentioned filter~~', - 'Class:TriggerOnObjectMention/Attribute:mentioned_filter+' => 'Limit the list of mentioned objects which will activate the trigger. If empty, any mentioned object (of any class) will activate it.~~', + 'Class:TriggerOnObjectDelete+' => 'Spustit při smazání objektu [podřízené třídy] dané třídy', + 'Class:TriggerOnObjectMention' => 'Triger (při zmíňce objektu)', + 'Class:TriggerOnObjectMention+' => 'Spustit při zmínce (@xxx) o objektu [podřízené třídy] dané třídy v logu atributu', + 'Class:TriggerOnObjectMention/Attribute:mentioned_filter' => 'Filtr zmínek', + 'Class:TriggerOnObjectMention/Attribute:mentioned_filter+' => 'Omezit seznam zmíněných objektů, které aktivují triger. Pokud je prázdný, aktivuje jej libovolný zmíněný objekt (libovolné třídy).~~', 'Class:TriggerOnObjectUpdate' => 'Triger \'aktualizace objektu\'', - 'Class:TriggerOnObjectUpdate+' => 'Trigger on object update of [a child class of] the given class~~', + 'Class:TriggerOnObjectUpdate+' => 'Spustit při aktualizaci objektu [podřízené třídy] dané třídy', 'Class:TriggerOnObjectUpdate/Attribute:target_attcodes' => 'Cílová pole', 'Class:TriggerOnObjectUpdate/Attribute:target_attcodes+' => '', 'Class:TriggerOnPortalUpdate' => 'Triger \'aktualizace přes portál\'', @@ -570,7 +570,7 @@ If omitted the From (label) is used.~~', 'Class:TriggerOnStateChange+' => '', 'Class:TriggerOnStateChange/Attribute:state' => 'Stav', 'Class:TriggerOnStateChange/Attribute:state+' => '', - 'Class:TriggerOnStateEnter' => 'Trigger \'změna stavu na\'', + 'Class:TriggerOnStateEnter' => 'Triger \'změna stavu na\'', 'Class:TriggerOnStateEnter+' => '', 'Class:TriggerOnStateLeave' => 'Triger \'změna stavu z\'', 'Class:TriggerOnStateLeave+' => '', @@ -658,8 +658,8 @@ Je-li čas vynechán, bude nastaveno 00:00:00 'Core:AttributeDecimal+' => 'Desetinné číslo (může být záporné)', 'Core:AttributeEmailAddress' => 'Emailová addresa', 'Core:AttributeEmailAddress+' => 'Emailová addresa', - 'Core:AttributeEncryptFailedToDecrypt' => '** decryption error **~~', - 'Core:AttributeEncryptUnknownLibrary' => 'Encryption library specified (%1$s) unknown~~', + 'Core:AttributeEncryptFailedToDecrypt' => '** chyba dešifrování **', + 'Core:AttributeEncryptUnknownLibrary' => 'Zadaná šifrovací knihovna (%1$s) není známa', 'Core:AttributeEncryptedString' => 'Šifrovaný řetězec', 'Core:AttributeEncryptedString+' => 'Řetězec šifrovaný lokálním klíčem', 'Core:AttributeEnum' => 'Enum', @@ -771,13 +771,13 @@ Je-li čas vynechán, bude nastaveno 00:00:00 'Core:BulkExport:XMLOptions' => 'Možnosti XML', 'Core:BulkExportCanRunNonInteractive' => 'Klikni zde pro spuštění exportu v neinteraktivním režimu', 'Core:BulkExportLabelOQLExpression' => 'Dotaz OQL:', - 'Core:BulkExportLabelPhrasebookEntry' => 'Query Phrasebook Entry:~~', + 'Core:BulkExportLabelPhrasebookEntry' => 'Záznam v knihovně dotazů:', 'Core:BulkExportLegacyExport' => 'Původní verze exportu', 'Core:BulkExportMessageEmptyOQL' => 'Zadejte platný OQL dotaz.', 'Core:BulkExportMessageEmptyPhrasebookEntry' => 'Prosím vyberte platnou položku ze slovníku příkazů', 'Core:BulkExportOf_Class' => '%1$s_export', 'Core:BulkExportQueryPlaceholder' => 'Zde zadejte OQL dotaz...', - 'Core:CheckConsistencyError' => 'Consistency rules not followed: %1$s~~', + 'Core:CheckConsistencyError' => 'Nedodržena pravidla konzistence: %1$s', 'Core:CheckValueError' => 'Neočekávaná hodnota atributu \'%1$s\' (%2$s) : %3$s', 'Core:Context=CRON' => 'cron', 'Core:Context=GUI:Console' => 'Konzole', @@ -788,7 +788,7 @@ Je-li čas vynechán, bude nastaveno 00:00:00 'Core:DateTime:Placeholder_A' => 'AM/PM', 'Core:DateTime:Placeholder_G' => 'hh', 'Core:DateTime:Placeholder_H' => 'hh', - 'Core:DateTime:Placeholder_Y' => 'YYYY', + 'Core:DateTime:Placeholder_Y' => 'RRRR', 'Core:DateTime:Placeholder_a' => 'am/pm', 'Core:DateTime:Placeholder_d' => 'DD', 'Core:DateTime:Placeholder_g' => 'h', @@ -798,7 +798,7 @@ Je-li čas vynechán, bude nastaveno 00:00:00 'Core:DateTime:Placeholder_m' => 'MM', 'Core:DateTime:Placeholder_n' => 'M', 'Core:DateTime:Placeholder_s' => 'ss', - 'Core:DateTime:Placeholder_y' => 'YY', + 'Core:DateTime:Placeholder_y' => 'RR', 'Core:DeletedObjectLabel' => '%1s (odstraněn)', 'Core:DeletedObjectTip' => 'Objekt byl odstraněn %1$s (%2$s)', 'Core:Duration_Days_Hours_Minutes_Seconds' => '%1$sd %2$dh %3$dmin %4$ds', diff --git a/dictionaries/cs.dictionary.itop.ui.php b/dictionaries/cs.dictionary.itop.ui.php index 11551648c..81ee2a2e3 100755 --- a/dictionaries/cs.dictionary.itop.ui.php +++ b/dictionaries/cs.dictionary.itop.ui.php @@ -33,13 +33,13 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [ 'Class:AuditDomain+' => 'Domény Auditu umožňují slučovat audity podle kategorií. Domény nejčastěji odpovídají skupinám řešitelů, které následně opravují chyby nalezené auditem', 'Class:AuditDomain/Attribute:categories_list' => 'Kategorie', - 'Class:AuditDomain/Attribute:categories_list+' => 'Related audit categories. When running the audit on a domain, all related audit categories are checked and only those.~~', + 'Class:AuditDomain/Attribute:categories_list+' => 'Související kategorie auditu. Při spuštění auditu v doméně se kontrolují všechny související kategorie auditu a pouze ty.', 'Class:AuditDomain/Attribute:description' => 'Poznámky', 'Class:AuditDomain/Attribute:description+' => '', 'Class:AuditDomain/Attribute:icon' => 'Ikona', 'Class:AuditDomain/Attribute:icon+' => '', 'Class:AuditDomain/Attribute:name' => 'Jméno', - 'Class:AuditDomain/Attribute:name+' => 'Its a segmentation of the Audit by who is in charge of fixing it or just interested~~', + 'Class:AuditDomain/Attribute:name+' => 'Je to rozdělení auditu podle toho, kdo je odpovědný za jeho opravu nebo má jen zájem.', 'Class:AuditRule' => 'Pravidlo Auditu', 'Class:AuditRule+' => 'Pravidlo pro kontrolu v dané kategorii auditu', 'Class:AuditRule/Attribute:category_id' => 'Kategorie', @@ -64,14 +64,14 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'Class:Query/Attribute:description+' => 'Dlouhý popis dotazu', 'Class:Query/Attribute:export_count' => 'Počítadlo exportů', 'Class:Query/Attribute:export_count+' => 'Počítadlo počtu spuštění dotazu', - 'Class:Query/Attribute:export_last_date' => 'Last export~~', + 'Class:Query/Attribute:export_last_date' => 'Poslední export', 'Class:Query/Attribute:export_last_date+' => 'Datum a čas posledního spuštění exportu', 'Class:Query/Attribute:export_last_user_contact' => 'Kontakt', 'Class:Query/Attribute:export_last_user_contact+' => 'kontakt, který naposledy spustil export', 'Class:Query/Attribute:export_last_user_id' => 'Uživatel', 'Class:Query/Attribute:export_last_user_id+' => 'Uživatel, který naposledy spustil export', 'Class:Query/Attribute:is_template' => 'Vzor OQL polí', - 'Class:Query/Attribute:is_template+' => 'Usable as source for recipient OQL in Notifications~~', + 'Class:Query/Attribute:is_template+' => 'Použitelné jako zdroj pro příjemce OQL v Upozorněních', 'Class:Query/Attribute:is_template/Value:no' => 'Ne', 'Class:Query/Attribute:is_template/Value:yes' => 'Ano', 'Class:Query/Attribute:name' => 'Název', @@ -95,11 +95,11 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'Class:ShortcutOQL/Attribute:auto_reload_sec/tip' => 'Minimální povolená hodnota je %1$d sekund', 'Class:ShortcutOQL/Attribute:oql' => 'Dotaz', 'Class:ShortcutOQL/Attribute:oql+' => 'OQL stanovující seznam objektů pro hledání', - 'Class:TagSetFieldData/Attribute:finalclass' => 'Tag class~~', - 'Class:TagSetFieldData/Attribute:obj_attcode' => 'Field code~~', - 'Class:TagSetFieldData/Attribute:obj_class' => 'Object class~~', - 'Class:URP_ActionGrant' => 'action_permission', - 'Class:URP_ActionGrant+' => 'permissions on classes', + 'Class:TagSetFieldData/Attribute:finalclass' => 'Třída štítku', + 'Class:TagSetFieldData/Attribute:obj_attcode' => 'Kód pole', + 'Class:TagSetFieldData/Attribute:obj_class' => 'Třída objektu', + 'Class:URP_ActionGrant' => 'Oprávnění k akci', + 'Class:URP_ActionGrant+' => 'Oprávnění pro třídy', 'Class:URP_ActionGrant/Attribute:action' => 'Akce', 'Class:URP_ActionGrant/Attribute:action+' => 'operace, které se mají v dané třídě provést', 'Class:URP_ActionGrant/Attribute:class' => 'Třída', @@ -114,24 +114,24 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'Class:URP_ActionGrant/Attribute:profile+' => '', 'Class:URP_ActionGrant/Attribute:profileid' => 'Profil', 'Class:URP_ActionGrant/Attribute:profileid+' => '', - 'Class:URP_AttributeGrant' => 'attribute_permission', - 'Class:URP_AttributeGrant+' => 'permissions at the attributes level', + 'Class:URP_AttributeGrant' => 'Oprávnění k akci', + 'Class:URP_AttributeGrant+' => 'Oprávnění na úrovni atributů', 'Class:URP_AttributeGrant/Attribute:actiongrantid' => 'Action grant', 'Class:URP_AttributeGrant/Attribute:actiongrantid+' => '', - 'Class:URP_AttributeGrant/Attribute:attcode' => 'Attribute', - 'Class:URP_AttributeGrant/Attribute:attcode+' => 'attribute code', + 'Class:URP_AttributeGrant/Attribute:attcode' => 'Atribut', + 'Class:URP_AttributeGrant/Attribute:attcode+' => 'kód atributu', 'Class:URP_ClassProjection' => 'class_projection', 'Class:URP_ClassProjection+' => 'class projections', - 'Class:URP_ClassProjection/Attribute:attribute' => 'Attribute', - 'Class:URP_ClassProjection/Attribute:attribute+' => 'Target attribute code (optional)', + 'Class:URP_ClassProjection/Attribute:attribute' => 'Atribut', + 'Class:URP_ClassProjection/Attribute:attribute+' => 'Kód atributu cíle (nepovinné)', 'Class:URP_ClassProjection/Attribute:class' => 'Třída', 'Class:URP_ClassProjection/Attribute:class+' => 'Cílová Třída', - 'Class:URP_ClassProjection/Attribute:dimension' => 'Dimension', - 'Class:URP_ClassProjection/Attribute:dimension+' => 'application dimension', - 'Class:URP_ClassProjection/Attribute:dimensionid' => 'Dimension', - 'Class:URP_ClassProjection/Attribute:dimensionid+' => 'application dimension', - 'Class:URP_ClassProjection/Attribute:value' => 'Value expression', - 'Class:URP_ClassProjection/Attribute:value+' => 'OQL expression (using $this) | constant | | +attribute code', + 'Class:URP_ClassProjection/Attribute:dimension' => 'Rozměr', + 'Class:URP_ClassProjection/Attribute:dimension+' => 'rozměr aplikace', + 'Class:URP_ClassProjection/Attribute:dimensionid' => 'Rozměr ID', + 'Class:URP_ClassProjection/Attribute:dimensionid+' => 'ID rozměru aplikace', + 'Class:URP_ClassProjection/Attribute:value' => 'Vyjádření hodnoty', + 'Class:URP_ClassProjection/Attribute:value+' => 'OQL výraz (pomocí $this) | konstanta | | +kód atributu', 'Class:URP_Dimensions' => 'Rozměry', 'Class:URP_Dimensions+' => 'Rozměry aplikace (defining silos)', 'Class:URP_Dimensions/Attribute:description' => 'Popis', @@ -142,18 +142,18 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'Class:URP_Dimensions/Attribute:type+' => 'Název třídy nebo typu dat (projekční jednotka)', 'Class:URP_ProfileProjection' => 'profile_projection', 'Class:URP_ProfileProjection+' => 'profile projections', - 'Class:URP_ProfileProjection/Attribute:attribute' => 'Attribute', - 'Class:URP_ProfileProjection/Attribute:attribute+' => 'Target attribute code (optional)', - 'Class:URP_ProfileProjection/Attribute:dimension' => 'Dimension', - 'Class:URP_ProfileProjection/Attribute:dimension+' => 'application dimension', - 'Class:URP_ProfileProjection/Attribute:dimensionid' => 'Dimension', - 'Class:URP_ProfileProjection/Attribute:dimensionid+' => 'application dimension', - 'Class:URP_ProfileProjection/Attribute:profile' => 'Profile', - 'Class:URP_ProfileProjection/Attribute:profile+' => 'Profile name', - 'Class:URP_ProfileProjection/Attribute:profileid' => 'Profile', + 'Class:URP_ProfileProjection/Attribute:attribute' => 'Atribut', + 'Class:URP_ProfileProjection/Attribute:attribute+' => 'Kód atributu cíle (nepovinné)', + 'Class:URP_ProfileProjection/Attribute:dimension' => 'Rozměr', + 'Class:URP_ProfileProjection/Attribute:dimension+' => 'rozměr aplikace', + 'Class:URP_ProfileProjection/Attribute:dimensionid' => 'Rozměr ID', + 'Class:URP_ProfileProjection/Attribute:dimensionid+' => 'ID rozměru aplikace', + 'Class:URP_ProfileProjection/Attribute:profile' => 'Profil', + 'Class:URP_ProfileProjection/Attribute:profile+' => 'Název profilu', + 'Class:URP_ProfileProjection/Attribute:profileid' => 'Profil', 'Class:URP_ProfileProjection/Attribute:profileid+' => 'usage profile', - 'Class:URP_ProfileProjection/Attribute:value' => 'Value expression', - 'Class:URP_ProfileProjection/Attribute:value+' => 'OQL expression (using $user) | constant | | +attribute code', + 'Class:URP_ProfileProjection/Attribute:value' => 'Vyjádření hodnoty', + 'Class:URP_ProfileProjection/Attribute:value+' => 'OQL výraz (pomocí $user) | konstanta | | +kód atributu', 'Class:URP_Profiles' => 'Profil (role)', 'Class:URP_Profiles+' => 'Uživatelský profil (role)', 'Class:URP_Profiles/Attribute:description' => 'Popis', @@ -162,8 +162,8 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'Class:URP_Profiles/Attribute:name+' => 'Označení', 'Class:URP_Profiles/Attribute:user_list' => 'Uživatelé', 'Class:URP_Profiles/Attribute:user_list+' => 'Uživatelé mající tento profil (roli)', - 'Class:URP_StimulusGrant' => 'stimulus_permission', - 'Class:URP_StimulusGrant+' => 'permissions on stimilus in the life cycle of the object', + 'Class:URP_StimulusGrant' => 'Oprávnění', + 'Class:URP_StimulusGrant+' => 'oprávnění k podnětu v životním cyklu objektu', 'Class:URP_StimulusGrant/Attribute:class' => 'Třída', 'Class:URP_StimulusGrant/Attribute:class+' => '', 'Class:URP_StimulusGrant/Attribute:permission' => 'Oprávnění', @@ -176,8 +176,8 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'Class:URP_StimulusGrant/Attribute:profile+' => '', 'Class:URP_StimulusGrant/Attribute:profileid' => 'Profil', 'Class:URP_StimulusGrant/Attribute:profileid+' => '', - 'Class:URP_StimulusGrant/Attribute:stimulus' => 'Stimulus', - 'Class:URP_StimulusGrant/Attribute:stimulus+' => 'stimulus code', + 'Class:URP_StimulusGrant/Attribute:stimulus' => 'Pondět', + 'Class:URP_StimulusGrant/Attribute:stimulus+' => 'Kód podnětu', 'Class:URP_UserOrg' => 'Přístupné organizace', 'Class:URP_UserOrg+' => '', 'Class:URP_UserOrg/Attribute:allowed_org_id' => 'Organizace', @@ -234,24 +234,24 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'Class:User/Attribute:status+' => '', 'Class:User/Attribute:status/Value:disabled' => 'Neaktivní', 'Class:User/Attribute:status/Value:enabled' => 'Aktivní', - 'Class:User/Error:AllowedOrgsMustContainUserOrg' => 'Allowed organizations must contain User organization~~', - 'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'Uživatel musí být přiřazen minimálně do jedné organizace', + 'Class:User/Error:AllowedOrgsMustContainUserOrg' => 'Přístupné organizace musí obsahovat organizaci uživatele.', + 'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'Uživatel musí být přiřazen minimálně do jedné organizace.', 'Class:User/Error:AtLeastOneProfileIsNeeded' => 'Uživateli musí být přidělen alespoň jeden profil.', - 'Class:User/Error:CurrentProfilesHaveInsufficientRights' => 'The current list of profiles does not give sufficient access rights (Users are not modifiable anymore)~~', + 'Class:User/Error:CurrentProfilesHaveInsufficientRights' => 'Aktuální seznam profilů neposkytuje dostatečná přístupová práva (uživatele již nelze upravovat)', 'Class:User/Error:LoginMustBeUnique' => 'Uživatelské jméno musí být jedinečné - "%1s" je již použito.', 'Class:User/Error:OrganizationNotAllowed' => 'Organizace není povolena', 'Class:User/Error:PersonIsMandatory' => 'Kontakt je vyžadován', - 'Class:User/Error:PortalPowerUserHasInsufficientRights' => 'The Portal power user profile does not give sufficient access rights (another profile must be added)~~', + 'Class:User/Error:PortalPowerUserHasInsufficientRights' => 'Profil Portal power user neposkytuje dostatečná přístupová práva (je třeba přidat jiný profil)', 'Class:User/Error:ProfileNotAllowed' => 'Profil "%1$s" nemůže být přidán, byl by mu odepřen přístup do backoffice', - 'Class:User/Error:StatusChangeIsNotAllowed' => 'Changing status is not allowed for your own User~~', - 'Class:User/Error:UserOrganizationNotAllowed' => 'The user account does not belong to your allowed organizations.~~', - 'Class:User/Warning:NoContactHasImpact' => 'Cautious: there is no Person defined on this User, this prevents access to portals, news notifications and other side effects in back-office~~', - 'Class:User/Warning:NoOrganizationMeansFullAccess' => 'No "Allowed Organizations" defined for this user, this means they have access to all organizations~~', + 'Class:User/Error:StatusChangeIsNotAllowed' => 'Změna není povolena pro vašeho vlastního uživatele', + 'Class:User/Error:UserOrganizationNotAllowed' => 'Uživatelský účet nepatří do vám přístupné organizace.', + 'Class:User/Warning:NoContactHasImpact' => 'Upozornění: tento uživatel nemá definovanou žádnou osobu, což znemožňuje přístup k portálu, novým upozorněním a má další vedlejší důsledky v Back-Office', + 'Class:User/Warning:NoOrganizationMeansFullAccess' => 'Pro tohoto uživatele nejsou definovány žádné přístupné organizace, což znamená, že má přístup do všech organizací.', 'Class:UserDashboard' => 'Nástěnka uživatele', 'Class:UserDashboard+' => '~~', - 'Class:UserDashboard/Attribute:contents' => 'Contents~~', + 'Class:UserDashboard/Attribute:contents' => 'Obsah', 'Class:UserDashboard/Attribute:contents+' => '~~', - 'Class:UserDashboard/Attribute:menu_code' => 'Menu code~~', + 'Class:UserDashboard/Attribute:menu_code' => 'Kód menu', 'Class:UserDashboard/Attribute:menu_code+' => '~~', 'Class:UserDashboard/Attribute:user_id' => 'Uživatel', 'Class:UserDashboard/Attribute:user_id+' => '~~', @@ -300,13 +300,13 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'Expression:Unit:Long:MINUTE' => 'minut(y)', 'Expression:Unit:Short:DAY' => 'd', 'Expression:Unit:Short:MONTH' => 'm', - 'Expression:Unit:Short:WEEK' => 'w', - 'Expression:Unit:Short:YEAR' => 'y', + 'Expression:Unit:Short:WEEK' => 't', + 'Expression:Unit:Short:YEAR' => 'r', 'Expression:Verb:ISNULL' => ': nedefinováno', 'Expression:Verb:NOW' => 'nyní', 'Menu:AdminTools' => 'Administrace', 'Menu:AdminTools+' => 'Nástroje pro administraci', - 'Menu:AdminTools?' => 'Nástroje přístupné pouze uživatelům, kteří mají potřbná oprávnění', + 'Menu:AdminTools?' => 'Nástroje přístupné pouze uživatelům, kteří mají potřebná oprávnění', 'Menu:AuditCategories' => 'Konfigurace Auditu', 'Menu:AuditCategories+' => 'Konfigurace auditingu', 'Menu:AuditCategories:Title' => 'Konfigurace Auditu', @@ -334,8 +334,8 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'Menu:RunQueriesMenu' => 'Provést dotaz', 'Menu:RunQueriesMenu+' => 'Provést dotaz', 'Menu:SystemTools' => 'Systém', - 'Menu:TagAdminMenu' => 'Tags configuration~~', - 'Menu:TagAdminMenu+' => 'Tags values management~~', + 'Menu:TagAdminMenu' => 'Štítky konfigurace', + 'Menu:TagAdminMenu+' => 'Štítky správy hodnot', 'Menu:UniversalSearchMenu' => 'Univerzální hledání', 'Menu:UniversalSearchMenu+' => 'Hledejte cokoli...', 'Menu:UserAccountsMenu' => 'Uživatelské účty', @@ -413,7 +413,7 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'Tag:Archived' => 'Archivováno', 'Tag:Archived+' => 'Dostupné pouze v modu Archivu', 'Tag:Obsolete' => 'Zastaralé', - 'Tag:Obsolete+' => 'Excluded from the impact analysis and search results~~', + 'Tag:Obsolete+' => 'Vyloučeno z analýzy dopadů a výsledků vyhledávání', 'Tag:Synchronized' => 'Synchronizováno', 'UI-ChangeManagementMenu-ChangesByStatus' => 'Změny podle stavu', 'UI-ChangeManagementMenu-ChangesByType' => 'Změny podle typu', @@ -438,7 +438,7 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Smlouvy s poskytovateli k obnovení do 30 dní', 'UI:About:DataModel' => 'Datový model', 'UI:About:Extension_Version' => 'Verze: %1$s', - 'UI:About:InstallationOptions' => 'Installation options~~', + 'UI:About:InstallationOptions' => 'Možnosti instalace', 'UI:About:Licenses' => 'Licence', 'UI:About:ManualExtensionSource' => 'Rozšíření', 'UI:About:RemoteExtensionSource' => 'Data', @@ -455,7 +455,7 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'UI:AllOrganizations' => ' Všechny organizace ', 'UI:ApplicationEnvironment' => 'Aplikační prostředí: %1$s', 'UI:Apply_Stimulus_On_Object_In_State_ToTarget_State' => 'Aplikace %1$s na objekt: %2$s ve stavu %3$s do cílového stavu: %4$s.', - 'UI:ArchiveMode:Banner' => 'Archivní mó', + 'UI:ArchiveMode:Banner' => 'Archivní mód', 'UI:ArchiveMode:Banner+' => 'Archivované objekty jsou nyní vyditelné, ale je zakázána jejich úprava', 'UI:ArchiveModeOff' => 'Deaktivovat archivní mód', 'UI:ArchiveModeOn' => 'Aktivovat archivní mód', @@ -469,9 +469,9 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'UI:Audit:Dashboard:ObjectsInError' => 'Objektů s chybou', 'UI:Audit:Dashboard:ObjectsValidated' => 'Objektů validováno', 'UI:Audit:Error:ValueNA' => 'n/a~~', - 'UI:Audit:ErrorIn_Category' => 'Error in Category~~', + 'UI:Audit:ErrorIn_Category' => 'Chyba v kategorii', 'UI:Audit:ErrorIn_Category_Reason' => 'OQL chyba v kategorii %1$s: %2$s.', - 'UI:Audit:ErrorIn_Rule' => 'Error in Rule~~', + 'UI:Audit:ErrorIn_Rule' => 'Chyba v pravidle', 'UI:Audit:ErrorIn_Rule_Reason' => 'OQL chyba v pravidle %1$s: %2$s.', 'UI:Audit:HeaderAuditRule' => 'Pravidlo auditu', 'UI:Audit:HeaderNbErrors' => 'Počet chyb', @@ -484,19 +484,19 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'UI:Audit:Interactive:Button:Configuration' => 'Nastavení Auditu', 'UI:Audit:Interactive:Categories:BreadCrumb' => 'Kategorie', 'UI:Audit:Interactive:Categories:BreadCrumb+' => 'Kategorie Auditu: %1$s', - 'UI:Audit:Interactive:Categories:SubTitle' => 'Audit results for all the rules belonging to one of those %1$s categories~~', + 'UI:Audit:Interactive:Categories:SubTitle' => 'Výsledky Auditu pro všechna pravidla patřící do některé z těchto kategorií: %1$s', 'UI:Audit:Interactive:Categories:Title' => 'Výsledky Auditu pro kategorie: %1$s', 'UI:Audit:Interactive:Domain:BreadCrumb' => '%1$s', 'UI:Audit:Interactive:Domain:BreadCrumb+' => 'Audit pro Doménu: %1$s', - 'UI:Audit:Interactive:Domain:SubTitle' => 'Audit results for all the rules belonging to a category related to the domain: %1$s~~', - 'UI:Audit:Interactive:Domain:Title' => 'Audit results for Domain: %1$s~~', + 'UI:Audit:Interactive:Domain:SubTitle' => 'Výsledky Auditu pro všechna pravidla patřící do kategorie související s doménou: %1$s', + 'UI:Audit:Interactive:Domain:Title' => 'Výsledky Auditu pro Doménu: %1$s', 'UI:Audit:Interactive:Selection:BadgeAll' => 'Všechny kategorie', 'UI:Audit:Interactive:Selection:BreadCrumb' => 'Výběr', 'UI:Audit:Interactive:Selection:BreadCrumb+' => 'Výběr Auditu, který bude spuštěn', 'UI:Audit:Interactive:Selection:SubTitle' => 'Vyber auditovanou doménu, nebo vyber "Všechny kategorie" k provedení plného auditu (operace múže trvat v závislosti na počtu auditovaných dat nebo chyb).', 'UI:Audit:Interactive:Selection:Title' => 'Výběr auditu', 'UI:Audit:InteractiveAudit' => 'Interaktivní Audit', - 'UI:Audit:OqlError' => 'OQL Error~~', + 'UI:Audit:OqlError' => 'OQL chyba', 'UI:Audit:PercentageOk' => '% OK', 'UI:Audit:Title' => ITOP_APPLICATION_SHORT.' - CMDB Audit', 'UI:Audit:ViewRules' => 'Kontrola pravidel', @@ -564,7 +564,7 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'UI:Button:Save' => 'Uložit', 'UI:Button:SaveAnd' => 'Uložit a %1$s', 'UI:Button:Search' => ' Hledat ', - 'UI:Button:SearchInHierarchy' => 'Search in hierarchy~~', + 'UI:Button:SearchInHierarchy' => 'Hledání v hierarchii', 'UI:Button:Send' => 'Odeslat', 'UI:Button:SendAnd' => 'Odeslat a %1$s', 'UI:Button:SimulateImport' => ' Simulovat import ', @@ -576,13 +576,13 @@ Domény nejčastěji odpovídají skupinám řešitelů, které následně oprav 'UI:CSVExport:LostChars' => 'Problém s kódováním', 'UI:CSVExport:LostChars+' => 'CSV soubor bude kódován v %1$s. '.ITOP_APPLICATION_SHORT.' zjistil, že některé charaktery nejsou s tímto kódováním kompatibilní. Tyto znaky budou nahrazeny zástupným znakem, nebo budou vynechány. Kontaktujte administrátora pro změnu kódování (parametr \'csv_file_default_charset\').', 'UI:CSVImport:AdvancedMode' => 'Pokročilý režim', - 'UI:CSVImport:AdvancedMode+' => 'V pokročilém režimu může být "id" (primární klíč) objektů použito k aktualizaci a přejmenování objektů.Nicméně sloupec "id" (pokud existuje) slouží pouze pro vyhledávání a nemůže být použit v kombinaci s jinými vyhledávacími kritérii.', + 'UI:CSVImport:AdvancedMode+' => 'V pokročilém režimu může být "id" (primární klíč) objektů použito k aktualizaci a přejmenování objektů. Nicméně sloupec "id" (pokud existuje) slouží pouze pro vyhledávání a nemůže být použit v kombinaci s jinými vyhledávacími kritérii.', 'UI:CSVImport:AlertIncompleteMapping' => 'Vyberte prosím mapování pro každé pole.', 'UI:CSVImport:AlertMultipleMapping' => 'Ujistěte se prosím, že cílové pole je mapováno pouze jednou.', 'UI:CSVImport:AlertNoSearchCriteria' => 'Vyberte prosím alespoň jedno vyhledávací kritérium.', 'UI:CSVImport:CSVDataPreview' => 'Náhled CSV dat', 'UI:CSVImport:ClassesSelectOne' => '-- zvolte jednu z možností --', - 'UI:CSVImport:Column' => 'Column %1$s~~', + 'UI:CSVImport:Column' => 'Sloupec %1$s', 'UI:CSVImport:CommentsAndHeader' => 'Záhlaví a komentáře', 'UI:CSVImport:CustomDateTimeFormat' => 'Vlastní formát: %1$s', 'UI:CSVImport:CustomDateTimeFormatTooltip' => 'Dostupné zástupné znaky: