yii.php 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE: this file must be saved in UTF-8 encoding.
  18. */
  19. return array (
  20. '(not set)' => '(nie je nastavené)',
  21. 'An internal server error occurred.' => 'Vyskytla sa interná chyba servera.',
  22. 'Are you sure to delete this item?' => 'Skutočne chcete odstrániť tento záznam?',
  23. 'Delete' => 'Zmazať',
  24. 'Error' => 'Chyba',
  25. 'File upload failed.' => 'Súbor sa nepodarilo nahrať.',
  26. 'Home' => 'Úvod',
  27. 'Invalid data received for parameter "{param}".' => 'Neplatné údaje pre parameter "{param}".',
  28. 'Login Required' => 'Je potrebné sa prihlásiť',
  29. 'Missing required arguments: {params}' => 'Chýbajú povinné argumenty: {params}',
  30. 'Missing required parameters: {params}' => 'Chýbajú povinné parametre: {params}',
  31. 'No' => 'Nie',
  32. 'No help for unknown command "{command}".' => 'Pre neznámy príkaz "{command}" nie je k dispozícii žiadna nápoveda.',
  33. 'No help for unknown sub-command "{command}".' => 'Pre neznámy podpríkaz "{command}" nie je k dispozícii žiadna nápoveda.',
  34. 'No results found.' => 'Neboli nájdené žiadne záznamy.',
  35. 'Only files with these extensions are allowed: {extensions}.' => 'Povolené sú len súbory s nasledovnými príponami: {extensions}.',
  36. 'Only files with these mimeTypes are allowed: {mimeTypes}.' => 'Povolené sú len súbory nasledovných MIME typov: {mimeTypes}.',
  37. 'Page not found.' => 'Stránka nebola nájdená.',
  38. 'Please fix the following errors:' => 'Opravte prosím nasledujúce chyby:',
  39. 'Please upload a file.' => 'Nahrajte prosím súbor.',
  40. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Zobrazujem <b>{begin, number}-{end, number}</b> z <b>{totalCount, number}</b> {totalCount, plural, one{záznam} other{záznamov}}.',
  41. 'The file "{file}" is not an image.' => 'Súbor "{file}" nie je obrázok.',
  42. 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Súbor "{file}" je príliš veľký. Veľkosť súboru nesmie byť viac ako {limit, number} {limit, plural, one{bajt} other{bajtov}}.',
  43. 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Súbor "{file}" je príliš malý. Veľkosť súboru nesmie byť menej ako {limit, number} {limit, plural, one{bajt} other{bajtov}}.',
  44. 'The format of {attribute} is invalid.' => 'Formát atribútu {attribute} je neplatný.',
  45. 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Obrázok "{file}" je príliš veľký. Výška nesmie byť menšia ako {limit, number} {limit, plural, one{pixel} other{pixlov}}.',
  46. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Obrázok "{file}" je príliš veľký. Šírka nesmie byť menšia ako {limit, number} {limit, plural, one{pixel} other{pixlov}}.',
  47. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Obrázok "{file}" je príliš malý. Výška nesmie byť menšia ako {limit, number} {limit, plural, one{pixel} other{pixlov}}.',
  48. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Obrázok "{file}" je príliš malý. Šírka nesmie byť menšia ako {limit, number} {limit, plural, one{pixel} other{pixlov}}.',
  49. 'The verification code is incorrect.' => 'Kód pre overenie je neplatný.',
  50. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Celkovo <b>{count, number}</b> {count, plural, one{záznam} other{záznamov}}.',
  51. 'Unable to verify your data submission.' => 'Nebolo možné preveriť odoslané údaje.',
  52. 'Unknown command "{command}".' => 'Neznámy príkaz "{command}".',
  53. 'Unknown option: --{name}' => 'Neznáme nastavenie: --{name}',
  54. 'Update' => 'Upraviť',
  55. 'View' => 'Náhľad',
  56. 'Yes' => 'Áno',
  57. 'You are not allowed to perform this action.' => 'Nemáte oprávnenie pre požadovanú akciu.',
  58. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Nahrať môžete najviac {limit, number} {limit, plural, one{súbor} other{súborov}}.',
  59. 'the input value' => 'vstupná hodnota',
  60. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" je už použité.',
  61. '{attribute} cannot be blank.' => '{attribute} nesmie byť prázdne.',
  62. '{attribute} is invalid.' => '{attribute} je neplatné.',
  63. '{attribute} is not a valid URL.' => '{attribute} nie je platná URL.',
  64. '{attribute} is not a valid email address.' => '{attribute} nie je platná emailová adresa.',
  65. '{attribute} must be "{requiredValue}".' => '{attribute} musí byť "{requiredValue}".',
  66. '{attribute} must be a number.' => '{attribute} musí byť číslo.',
  67. '{attribute} must be a string.' => '{attribute} musí byť reťazec.',
  68. '{attribute} must be an integer.' => '{attribute} musí byť integer.',
  69. '{attribute} must be either "{true}" or "{false}".' => '{attribute} musí byť "{true}" alebo "{false}".',
  70. '{attribute} must be greater than "{compareValue}".' => '{attribute} musí byť vyšší ako "{compareValue}".',
  71. '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} musí byť vyšší alebo rovný "{compareValue}".',
  72. '{attribute} must be less than "{compareValue}".' => '{attribute} musí byť nižší ako "{compareValue}".',
  73. '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} musí byť nižší alebo rovný "{compareValue}".',
  74. '{attribute} must be no greater than {max}.' => '{attribute} nesmie byť vyšší ako {max}.',
  75. '{attribute} must be no less than {min}.' => '{attribute} nesmie byť nižší ako {min}.',
  76. '{attribute} must be repeated exactly.' => '{attribute} musí byť rovnaký.',
  77. '{attribute} must not be equal to "{compareValue}".' => '{attribute} nesmie byť "{compareValue}".',
  78. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} musí obsahovať aspoň {min, number} {min, plural, one{znak} other{znakov}}.',
  79. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} môže obsahovať najviac {max, number} {max, plural, one{znak} other{znakov}}.',
  80. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} musí obsahovať {length, number} {length, plural, one{znak} other{znakov}}.',
  81. );