cs.dict.itop-tickets.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. <?php
  2. // Copyright (C) 2010-2014 Combodo SARL
  3. //
  4. // This file is part of iTop.
  5. //
  6. // iTop is free software; you can redistribute it and/or modify
  7. // it under the terms of the GNU Affero General Public License as published by
  8. // the Free Software Foundation, either version 3 of the License, or
  9. // (at your option) any later version.
  10. //
  11. // iTop is distributed in the hope that it will be useful,
  12. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. // GNU Affero General Public License for more details.
  15. //
  16. // You should have received a copy of the GNU Affero General Public License
  17. // along with iTop. If not, see <http://www.gnu.org/licenses/>
  18. /**
  19. * Localized data.
  20. *
  21. * @author Lukáš Dvořák <lukas.dvorak@itopportal.cz>
  22. * @author Daniel Rokos <daniel.rokos@itopportal.cz>
  23. * @copyright Copyright (C) 2010-2014 Combodo SARL
  24. * @license http://opensource.org/licenses/AGPL-3.0
  25. */
  26. // Dictionnay conventions
  27. // Class:<class_name>
  28. // Class:<class_name>+
  29. // Class:<class_name>/Attribute:<attribute_code>
  30. // Class:<class_name>/Attribute:<attribute_code>+
  31. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>
  32. // Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
  33. // Class:<class_name>/Stimulus:<stimulus_code>
  34. // Class:<class_name>/Stimulus:<stimulus_code>+
  35. //
  36. // Class: Ticket
  37. //
  38. Dict::Add('CS CZ', 'Czech', 'Čeština', array(
  39. 'Class:Ticket' => 'Tiket',
  40. 'Class:Ticket+' => '',
  41. 'Class:Ticket/Attribute:ref' => 'ID',
  42. 'Class:Ticket/Attribute:ref+' => '',
  43. 'Class:Ticket/Attribute:org_id' => 'Organizace',
  44. 'Class:Ticket/Attribute:org_id+' => '',
  45. 'Class:Ticket/Attribute:org_name' => 'Název organizace',
  46. 'Class:Ticket/Attribute:org_name+' => '',
  47. 'Class:Ticket/Attribute:caller_id' => 'Zadavatel',
  48. 'Class:Ticket/Attribute:caller_id+' => '',
  49. 'Class:Ticket/Attribute:caller_name' => 'Název zadavatele',
  50. 'Class:Ticket/Attribute:caller_name+' => '',
  51. 'Class:Ticket/Attribute:team_id' => 'Tým',
  52. 'Class:Ticket/Attribute:team_id+' => '',
  53. 'Class:Ticket/Attribute:team_name' => 'Název týmu',
  54. 'Class:Ticket/Attribute:team_name+' => '',
  55. 'Class:Ticket/Attribute:agent_id' => 'Řešitel',
  56. 'Class:Ticket/Attribute:agent_id+' => '',
  57. 'Class:Ticket/Attribute:agent_name' => 'Název řešitele',
  58. 'Class:Ticket/Attribute:agent_name+' => '',
  59. 'Class:Ticket/Attribute:title' => 'Název',
  60. 'Class:Ticket/Attribute:title+' => '',
  61. 'Class:Ticket/Attribute:description' => 'Popis',
  62. 'Class:Ticket/Attribute:description+' => '',
  63. 'Class:Ticket/Attribute:start_date' => 'Datum vytvoření',
  64. 'Class:Ticket/Attribute:start_date+' => '',
  65. 'Class:Ticket/Attribute:end_date' => 'Datum ukončení',
  66. 'Class:Ticket/Attribute:end_date+' => '',
  67. 'Class:Ticket/Attribute:last_update' => 'Poslední aktualizace',
  68. 'Class:Ticket/Attribute:last_update+' => '',
  69. 'Class:Ticket/Attribute:close_date' => 'Datum uzavření',
  70. 'Class:Ticket/Attribute:close_date+' => '',
  71. 'Class:Ticket/Attribute:private_log' => 'Interní záznam',
  72. 'Class:Ticket/Attribute:private_log+' => '',
  73. 'Class:Ticket/Attribute:contacts_list' => 'Kontakty',
  74. 'Class:Ticket/Attribute:contacts_list+' => 'Všechny kontakty spojené s tímto tiketem',
  75. 'Class:Ticket/Attribute:functionalcis_list' => 'Konfigurační položky',
  76. 'Class:Ticket/Attribute:functionalcis_list+' => 'Všechny konfigurační položky ovlivněné tímto tiketem',
  77. 'Class:Ticket/Attribute:workorders_list' => 'Pracovní příkazy',
  78. 'Class:Ticket/Attribute:workorders_list+' => 'Všechny pracovní příkazy pro tento tiket',
  79. 'Class:Ticket/Attribute:finalclass' => 'Typ',
  80. 'Class:Ticket/Attribute:finalclass+' => '',
  81. 'Class:Ticket/Attribute:operational_status' => 'Provozní stav',
  82. 'Class:Ticket/Attribute:operational_status+' => 'Vypočítán z podrobného stavu',
  83. 'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Probíhající',
  84. 'Class:Ticket/Attribute:operational_status/Value:ongoing+' => '',
  85. 'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Vyřešený',
  86. 'Class:Ticket/Attribute:operational_status/Value:resolved+' => '',
  87. 'Class:Ticket/Attribute:operational_status/Value:closed' => 'Uzavřený',
  88. 'Class:Ticket/Attribute:operational_status/Value:closed+' => '',
  89. 'Ticket:ImpactAnalysis' => 'Analýza dopadů',
  90. ));
  91. //
  92. // Class: lnkContactToTicket
  93. //
  94. Dict::Add('CS CZ', 'Czech', 'Čeština', array(
  95. 'Class:lnkContactToTicket' => 'Spojení (Kontakt / Tiket)',
  96. 'Class:lnkContactToTicket+' => '',
  97. 'Class:lnkContactToTicket/Attribute:ticket_id' => 'Tiket',
  98. 'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
  99. 'Class:lnkContactToTicket/Attribute:ticket_ref' => 'ID',
  100. 'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
  101. 'Class:lnkContactToTicket/Attribute:contact_id' => 'Kontakt',
  102. 'Class:lnkContactToTicket/Attribute:contact_id+' => '',
  103. 'Class:lnkContactToTicket/Attribute:contact_email' => 'Email kontaktu',
  104. 'Class:lnkContactToTicket/Attribute:contact_email+' => '',
  105. 'Class:lnkContactToTicket/Attribute:role' => 'Role (text)',
  106. 'Class:lnkContactToTicket/Attribute:role+' => '',
  107. 'Class:lnkContactToTicket/Attribute:role_code' => 'Role',
  108. 'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Přidán manuálně',
  109. 'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Automaticky',
  110. 'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Neupozorňovat',
  111. ));
  112. //
  113. // Class: lnkFunctionalCIToTicket
  114. //
  115. Dict::Add('CS CZ', 'Czech', 'Čeština', array(
  116. 'Class:lnkFunctionalCIToTicket' => 'Spojení (Funkční konfigurační položka / Tiket)',
  117. 'Class:lnkFunctionalCIToTicket+' => '',
  118. 'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Tiket',
  119. 'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
  120. 'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'ID',
  121. 'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
  122. 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'Konfigurační položka',
  123. 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
  124. 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'Název konfigurační položky',
  125. 'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
  126. 'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Dopad (text)',
  127. 'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
  128. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Dopad',
  129. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Přidán manuálně',
  130. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Automaticky',
  131. 'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Není zasažen',
  132. ));
  133. //
  134. // Class: WorkOrder
  135. //
  136. Dict::Add('CS CZ', 'Czech', 'Čeština', array(
  137. 'Class:WorkOrder' => 'Pracovní příkaz',
  138. 'Class:WorkOrder+' => '',
  139. 'Class:WorkOrder/Attribute:name' => 'Název',
  140. 'Class:WorkOrder/Attribute:name+' => '',
  141. 'Class:WorkOrder/Attribute:status' => 'Stav',
  142. 'Class:WorkOrder/Attribute:status+' => '',
  143. 'Class:WorkOrder/Attribute:status/Value:open' => 'otevřený',
  144. 'Class:WorkOrder/Attribute:status/Value:open+' => '',
  145. 'Class:WorkOrder/Attribute:status/Value:closed' => 'uzavřený',
  146. 'Class:WorkOrder/Attribute:status/Value:closed+' => '',
  147. 'Class:WorkOrder/Attribute:description' => 'Popis',
  148. 'Class:WorkOrder/Attribute:description+' => '',
  149. 'Class:WorkOrder/Attribute:ticket_id' => 'Tiket',
  150. 'Class:WorkOrder/Attribute:ticket_id+' => '',
  151. 'Class:WorkOrder/Attribute:ticket_ref' => 'ID tiketu',
  152. 'Class:WorkOrder/Attribute:ticket_ref+' => '',
  153. 'Class:WorkOrder/Attribute:team_id' => 'Tým',
  154. 'Class:WorkOrder/Attribute:team_id+' => '',
  155. 'Class:WorkOrder/Attribute:team_name' => 'Název týmu',
  156. 'Class:WorkOrder/Attribute:team_name+' => '',
  157. 'Class:WorkOrder/Attribute:agent_id' => 'Řešitel',
  158. 'Class:WorkOrder/Attribute:agent_id+' => '',
  159. 'Class:WorkOrder/Attribute:agent_email' => 'Email řešitele',
  160. 'Class:WorkOrder/Attribute:agent_email+' => '',
  161. 'Class:WorkOrder/Attribute:start_date' => 'Datum začátku',
  162. 'Class:WorkOrder/Attribute:start_date+' => '',
  163. 'Class:WorkOrder/Attribute:end_date' => 'Datum konce',
  164. 'Class:WorkOrder/Attribute:end_date+' => '',
  165. 'Class:WorkOrder/Attribute:log' => 'Log',
  166. 'Class:WorkOrder/Attribute:log+' => '',
  167. 'Class:WorkOrder/Stimulus:ev_close' => 'Uzavřít',
  168. 'Class:WorkOrder/Stimulus:ev_close+' => '',
  169. ));
  170. // Fieldset translation
  171. Dict::Add('CS CZ', 'Czech', 'Čeština', array(
  172. 'Ticket:baseinfo' => 'Obecné informace',
  173. 'Ticket:date' => 'Data',
  174. 'Ticket:contact' => 'Kontakty',
  175. 'Ticket:moreinfo' => 'Více informací',
  176. 'Ticket:relation' => 'Vztahy',
  177. 'Ticket:log' => 'Komunikace',
  178. 'Ticket:Type' => 'Kvalifikace',
  179. 'Ticket:support' => 'Podpora',
  180. 'Ticket:resolution' => 'Řešení',
  181. 'Ticket:SLA' => 'SLA zpráva',
  182. 'WorkOrder:Details' => 'Detaily',
  183. 'WorkOrder:Moreinfo' => 'Více informací',
  184. 'Tickets:ResolvedFrom' => 'Vyřešeno automaticky na základě %1$s',
  185. 'Class:cmdbAbstractObject/Method:Set' => 'Set',
  186. 'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value',
  187. 'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field',
  188. 'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object',
  189. 'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Value',
  190. 'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set',
  191. 'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate',
  192. 'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time',
  193. 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Target Field',
  194. 'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object',
  195. 'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser',
  196. 'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user',
  197. 'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field',
  198. '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.',
  199. 'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson',
  200. 'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the "person" attached to the logged in "user").',
  201. 'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field',
  202. '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.',
  203. 'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime',
  204. 'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Set a field with the time (seconds) elapsed since a date given by another field',
  205. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Target Field',
  206. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object',
  207. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field',
  208. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date',
  209. 'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours',
  210. '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',
  211. 'Class:cmdbAbstractObject/Method:Reset' => 'Reset',
  212. 'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value',
  213. 'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field',
  214. 'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object',
  215. 'Class:cmdbAbstractObject/Method:Copy' => 'Copy',
  216. 'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field',
  217. 'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Target Field',
  218. 'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object',
  219. 'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field',
  220. 'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object',
  221. 'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
  222. 'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO',
  223. 'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve',
  224. 'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR',
  225. 'portal:itop-portal' => 'Standardní portál', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
  226. 'Page:DefaultTitle' => 'iTop - Uživatelský portál',
  227. 'Brick:Portal:UserProfile:Title' => 'Můj profil',
  228. 'Brick:Portal:NewRequest:Title' => 'Nový požadavek',
  229. 'Brick:Portal:NewRequest:Title+' => '<p>Potřebujete pomoci?</p><p>Vyberte z katalogu služeb a vytvořte nový požadavek.</p>',
  230. 'Brick:Portal:OngoingRequests:Title' => 'Otevřené požadavky',
  231. 'Brick:Portal:OngoingRequests:Title+' => '<p>Sledujte své otevřené požadavky.</p><p>Zkontrolujte stav, přidejte komentář, přiložte dokumenty, potvrďte řešení.</p>',
  232. 'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Probíhající',
  233. 'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Vyřešené',
  234. 'Brick:Portal:ClosedRequests:Title' => 'Uzavřené požadavky',
  235. ));