yii.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?php
  2. /**
  3. * @link https://www.yiiframework.com/
  4. * @copyright Copyright (c) 2008 Yii Software LLC
  5. * @license https://www.yiiframework.com/license/
  6. */
  7. /**
  8. * Message translations.
  9. *
  10. * This file is automatically generated by 'yii message/extract' command.
  11. * It contains the localizable messages extracted from source code.
  12. * You may modify this file by translating the extracted messages.
  13. *
  14. * Each array element represents the translation (value) of a message (key).
  15. * If the value is empty, the message is considered as not translated.
  16. * Messages that no longer need translation will have their translations
  17. * enclosed between a pair of '@@' marks.
  18. *
  19. * Message string can be used with plural forms format. Check i18n section
  20. * of the guide for details.
  21. *
  22. * NOTE: this file must be saved in UTF-8 encoding.
  23. */
  24. return [
  25. ' and ' => ' a ',
  26. '"{attribute}" does not support operator "{operator}".' => '',
  27. '(not set)' => '(není zadáno)',
  28. 'Action not found.' => '',
  29. 'Aliases available: {aliases}' => '',
  30. 'An internal server error occurred.' => 'Vyskytla se vnitřní chyba serveru.',
  31. 'Are you sure you want to delete this item?' => 'Opravdu chcete smazat tuto položku?',
  32. 'Condition for "{attribute}" should be either a value or valid operator specification.' => '',
  33. 'Delete' => 'Smazat',
  34. 'Error' => 'Chyba',
  35. 'File upload failed.' => 'Nepodařilo se nahrát soubor.',
  36. 'Home' => 'Úvod',
  37. 'Invalid data received for parameter "{param}".' => 'Přijata neplatná data pro parametr "{param}".',
  38. 'Login Required' => 'Je zapotřebí se přihlásit.',
  39. 'Missing required arguments: {params}' => 'Chybí povinné argumenty: {params}',
  40. 'Missing required parameters: {params}' => 'Chybí povinné parametry: {params}',
  41. 'No' => 'Ne',
  42. 'No results found.' => 'Nenalezeny žádné záznamy.',
  43. 'Only files with these MIME types are allowed: {mimeTypes}.' => 'Povolené jsou pouze soubory následujících MIME typů: {mimeTypes}.',
  44. 'Only files with these extensions are allowed: {extensions}.' => 'Povolené jsou pouze soubory s následujícími příponami: {extensions}.',
  45. 'Operator "{operator}" must be used with a search attribute.' => '',
  46. 'Operator "{operator}" requires multiple operands.' => '',
  47. 'Options available: {options}' => '',
  48. 'Page not found.' => 'Stránka nenalezena.',
  49. 'Please fix the following errors:' => 'Opravte prosím následující chyby:',
  50. 'Please upload a file.' => 'Nahrajte prosím soubor.',
  51. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '{totalCount, plural, one{Zobrazen} few{Zobrazeny} other{Zobrazeno}} <b>{totalCount, plural, one{{begin, number}} other{{begin, number}-{end, number}}}</b> z <b>{totalCount, number}</b> {totalCount, plural, one{záznamu} other{záznamů}}.',
  52. 'The combination {values} of {attributes} has already been taken.' => 'Kombinace {values} pro {attributes} je již použitá.',
  53. 'The file "{file}" is not an image.' => 'Soubor "{file}" není obrázek.',
  54. 'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'Soubor "{file}" je příliš velký. Velikost souboru nesmí přesáhnout {formattedLimit}.',
  55. 'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'Soubor "{file}" je příliš malý. Velikost souboru nesmí být méně než {formattedLimit}.',
  56. 'The format of {attribute} is invalid.' => 'Formát údaje {attribute} je neplatný.',
  57. 'The format of {filter} is invalid.' => '',
  58. 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Obrázek "{file}" je příliš velký. Výška nesmí přesáhnout {limit, number} {limit, plural, one{pixel} few{pixely} other{pixelů}}.',
  59. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Obrázek "{file}" je příliš velký. Šířka nesmí přesáhnout {limit, number} {limit, plural, one{pixel} few{pixely} other{pixelů}}.',
  60. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Obrázek "{file}" je příliš malý. Výška nesmí být méně než {limit, number} {limit, plural, one{pixel} few{pixely} other{pixelů}}.',
  61. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Obrázek "{file}" je příliš malý. Šířka nesmí být méně než {limit, number} {limit, plural, one{pixel} few{pixely} other{pixelů}}.',
  62. 'The requested view "{name}" was not found.' => 'Nebyl nalezen požadovaný náhled "{name}".',
  63. 'The verification code is incorrect.' => 'Nesprávný ověřovací kód.',
  64. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Celkem <b>{count, number}</b> {count, plural, one{záznam} few{záznamy} other{záznamů}}.',
  65. 'Unable to verify your data submission.' => 'Nebylo možné ověřit odeslané údaje.',
  66. 'Unknown alias: -{name}' => 'Neznámý alias: -{name}',
  67. 'Unknown filter attribute "{attribute}"' => '',
  68. 'Unknown option: --{name}' => 'Neznámá volba: --{name}',
  69. 'Update' => 'Upravit',
  70. 'View' => 'Náhled',
  71. 'Yes' => 'Ano',
  72. 'You are not allowed to perform this action.' => 'Nemáte oprávnění pro požadovanou akci.',
  73. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Nahrát můžete nanejvýš {limit, number} {limit, plural, one{soubor} few{soubory} other{souborů}}.',
  74. 'You should upload at least {limit, number} {limit, plural, one{file} other{files}}.' => '',
  75. 'in {delta, plural, =1{a day} other{# days}}' => 'za {delta, plural, =1{den} few{# dny} other{# dnů}}',
  76. 'in {delta, plural, =1{a minute} other{# minutes}}' => 'za {delta, plural, =1{minutu} few{# minuty} other{# minut}}',
  77. 'in {delta, plural, =1{a month} other{# months}}' => 'za {delta, plural, =1{měsíc} few{# měsíce} other{# měsíců}}',
  78. 'in {delta, plural, =1{a second} other{# seconds}}' => 'za {delta, plural, =1{sekundu} few{# sekundy} other{# sekund}}',
  79. 'in {delta, plural, =1{a year} other{# years}}' => 'za {delta, plural, =1{rok} few{# roky} other{# let}}',
  80. 'in {delta, plural, =1{an hour} other{# hours}}' => 'za {delta, plural, =1{hodinu} few{# hodiny} other{# hodin}}',
  81. 'just now' => 'právě teď',
  82. 'the input value' => 'vstupní hodnota',
  83. '{attribute} "{value}" has already been taken.' => 'Hodnota "{value}" pro údaj {attribute} již byla dříve použita.',
  84. '{attribute} cannot be blank.' => 'Je zapotřebí vyplnit {attribute}.',
  85. '{attribute} contains wrong subnet mask.' => '{attribute} obsahuje neplatnou masku podsítě.',
  86. '{attribute} is invalid.' => 'Neplatná hodnota pro {attribute}.',
  87. '{attribute} is not a valid URL.' => '{attribute} není platná URL.',
  88. '{attribute} is not a valid email address.' => 'Pro {attribute} nebyla použita platná emailová adresa.',
  89. '{attribute} is not in the allowed range.' => '{attribute} není v povoleném rozsahu.',
  90. '{attribute} must be "{requiredValue}".' => '{attribute} musí být "{requiredValue}".',
  91. '{attribute} must be a number.' => '{attribute} musí být číslo.',
  92. '{attribute} must be a string.' => '{attribute} musí být řetězec.',
  93. '{attribute} must be a valid IP address.' => '{attribute} musí být platná IP adresa.',
  94. '{attribute} must be an IP address with specified subnet.' => '{attribute} musí být IP adresa se zadanou podsítí.',
  95. '{attribute} must be an integer.' => '{attribute} musí být celé číslo.',
  96. '{attribute} must be either "{true}" or "{false}".' => '{attribute} musí být buď "{true}" nebo "{false}".',
  97. '{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute} se musí rovnat "{compareValueOrAttribute}".',
  98. '{attribute} must be greater than "{compareValueOrAttribute}".' => '{attribute} musí být větší než "{compareValueOrAttribute}".',
  99. '{attribute} must be greater than or equal to "{compareValueOrAttribute}".' => '{attribute} musí být větší nebo roven "{compareValueOrAttribute}".',
  100. '{attribute} must be less than "{compareValueOrAttribute}".' => '{attribute} musí být menší než "{compareValueOrAttribute}".',
  101. '{attribute} must be less than or equal to "{compareValueOrAttribute}".' => '{attribute} musí být menší nebo roven "{compareValueOrAttribute}".',
  102. '{attribute} must be no greater than {max}.' => '{attribute} nesmí být větší než {max}.',
  103. '{attribute} must be no less than {min}.' => '{attribute} nesmí být menší než {min}.',
  104. '{attribute} must not be a subnet.' => '{attribute} nesmí být podsíť.',
  105. '{attribute} must not be an IPv4 address.' => '{attribute} nesmí být IPv4 adresa.',
  106. '{attribute} must not be an IPv6 address.' => '{attribute} nesmí být IPv6 adresa.',
  107. '{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute} se nesmí rovnat "{compareValueOrAttribute}".',
  108. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} musí obsahovat alespoň {min, number} {min, plural, one{znak} few{znaky} other{znaků}}.',
  109. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} může obsahovat nanejvýš {max, number} {max, plural, one{znak} few{znaky} other{znaků}}.',
  110. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} musí obsahovat {length, number} {length, plural, one{znak} few{znaky} other{znaků}}.',
  111. '{compareAttribute} is invalid.' => '',
  112. '{delta, plural, =1{1 day} other{# days}}' => '{delta, plural, =1{1 den} few{# dny} other{# dní}}',
  113. '{delta, plural, =1{1 hour} other{# hours}}' => '{delta, plural, =1{1 hodina} few{# hodiny} other{# hodin}}',
  114. '{delta, plural, =1{1 minute} other{# minutes}}' => '{delta, plural, =1{1 minuta} few{# minuty} other{# minut}}',
  115. '{delta, plural, =1{1 month} other{# months}}' => '{delta, plural, =1{1 měsíc} few{# měsíce} other{# měsíců}}',
  116. '{delta, plural, =1{1 second} other{# seconds}}' => '{delta, plural, =1{1 sekunda} few{# sekundy} other{# sekund}}',
  117. '{delta, plural, =1{1 year} other{# years}}' => '{delta, plural, =1{1 rok} few{# roky} other{# let}}',
  118. '{delta, plural, =1{a day} other{# days}} ago' => '{delta, plural, =1{včera} other{před # dny}}',
  119. '{delta, plural, =1{a minute} other{# minutes}} ago' => 'před {delta, plural, =1{minutou} other{# minutami}}',
  120. '{delta, plural, =1{a month} other{# months}} ago' => 'před {delta, plural, =1{měsícem} other{# měsíci}}',
  121. '{delta, plural, =1{a second} other{# seconds}} ago' => 'před {delta, plural, =1{sekundou} other{# sekundami}}',
  122. '{delta, plural, =1{a year} other{# years}} ago' => 'před {delta, plural, =1{rokem} other{# lety}}',
  123. '{delta, plural, =1{an hour} other{# hours}} ago' => 'před {delta, plural, =1{hodinou} other{# hodinami}}',
  124. '{nFormatted} B' => '{nFormatted} B',
  125. '{nFormatted} GB' => '{nFormatted} GB',
  126. '{nFormatted} GiB' => '{nFormatted} GiB',
  127. '{nFormatted} KiB' => '{nFormatted} KiB',
  128. '{nFormatted} MB' => '{nFormatted} MB',
  129. '{nFormatted} MiB' => '{nFormatted} MiB',
  130. '{nFormatted} PB' => '{nFormatted} PB',
  131. '{nFormatted} PiB' => '{nFormatted} PiB',
  132. '{nFormatted} TB' => '{nFormatted} TB',
  133. '{nFormatted} TiB' => '{nFormatted} TiB',
  134. '{nFormatted} kB' => '{nFormatted} kB',
  135. '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} {n, plural, =1{byte} few{byty} other{bytů}}',
  136. '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} {n, plural, =1{gibibyte} few{gibibyty} other{gibibytů}}',
  137. '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} {n, plural, =1{gigabyte} few{gigabyty} other{gigabytů}}',
  138. '{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '{nFormatted} {n, plural, =1{kibibyte} few{kibibyty} other{kibibytů}}',
  139. '{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} {n, plural, =1{kilobyte} few{kilobyty} other{kilobytů}}',
  140. '{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '{nFormatted} {n, plural, =1{mebibyte} few{mebibyty} other{mebibytů}}',
  141. '{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} {n, plural, =1{megabyte} few{megabyty} other{megabytů}}',
  142. '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} {n, plural, =1{pebibyte} few{pebibyty} other{pebibytů}}',
  143. '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} {n, plural, =1{petabyte} few{petabyty} other{petabytů}}',
  144. '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} {n, plural, =1{tebibyte} few{tebibyty} other{tebibytů}}',
  145. '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} {n, plural, =1{terabyte} few{terabyty} other{terabytů}}',
  146. ];