yii.php 11 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 ' => '',
  26. '"{attribute}" does not support operator "{operator}".' => '',
  27. '(not set)' => '(לא הוגדר)',
  28. 'Action not found.' => '',
  29. 'Aliases available: {aliases}' => '',
  30. 'An internal server error occurred.' => 'שגיאת שרת פנימית',
  31. 'Are you sure you want to delete this item?' => 'האם אתה בטוח שברצונך למחוק פריט זה?',
  32. 'Condition for "{attribute}" should be either a value or valid operator specification.' => '',
  33. 'Delete' => 'מחק',
  34. 'Error' => 'שגיאה',
  35. 'File upload failed.' => 'העלאת קובץ נכשלה',
  36. 'Home' => 'דף הבית',
  37. 'Invalid data received for parameter "{param}".' => 'התקבל ערך לא חוקי לפרמטר "{param}"',
  38. 'Login Required' => 'נדרשת הרשמה',
  39. 'Missing required arguments: {params}' => 'חסרים ארגומנטים נדרשים: {params}',
  40. 'Missing required parameters: {params}' => 'חסרים פרמטרים נדרשים: {params}',
  41. 'No' => 'לא',
  42. 'No results found.' => 'לא נמצאו תוצאות',
  43. 'Only files with these MIME types are allowed: {mimeTypes}.' => '',
  44. 'Only files with these extensions are allowed: {extensions}.' => 'רק קבצים עם ההרחבות הבאות מותרים: {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.' => 'דף לא נמצא',
  49. 'Please fix the following errors:' => 'בבקשה, תקן את השגיאות הבאות: ',
  50. 'Please upload a file.' => 'נא העלה קובץ.',
  51. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'מציג <b>{begin, number}-{end, number}</b> מתוך <b>{totalCount, number}</b> {totalCount, plural, one{רשומה} other{רשומות}}.',
  52. 'The combination {values} of {attributes} has already been taken.' => '',
  53. 'The file "{file}" is not an image.' => 'הקובץ "{file}" אינו קובץ תמונה.',
  54. 'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'הקובץ "{file}" גדול מדי. גודל זה אינו מצליח {formattedLimit}.',
  55. 'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'הקובץ "{file}" קטן מדי. הקובץ אינו יכול להיות קטן מ {formattedLimit}.',
  56. 'The format of {attribute} is invalid.' => 'הפורמט של {attribute} אינו חוקי.',
  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}}.' => 'התמונה "{file}" גדולה מדי. הגובה לא יכול להיות גדול מ {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  59. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'התמונה "{file}" גדולה מדי. הרוחב לא יכול להיות גדול מ {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  60. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'התמונה "{file}" קטנה מדי. הגובה לא יכול להיות קטן מ {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  61. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'התמונה "{file}" קטנה מדי. הרוחב לא יכול להיות קטן מ {limit, number} {limit, plural, one{pixel} other{pixels}}.',
  62. 'The requested view "{name}" was not found.' => '',
  63. 'The verification code is incorrect.' => 'קוד האימות אינו תקין.',
  64. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'סך הכל <b>{count, number}</b> {count, plural, one{אייטם} other{אייטמים}}.',
  65. 'Unable to verify your data submission.' => 'אין אפשרות לאמת את המידע שהתקבל.',
  66. 'Unknown alias: -{name}' => '',
  67. 'Unknown filter attribute "{attribute}"' => '',
  68. 'Unknown option: --{name}' => 'Unknown option: --{name}',
  69. 'Update' => 'עדכון',
  70. 'View' => 'תצוגה',
  71. 'Yes' => 'כן',
  72. 'You are not allowed to perform this action.' => 'אינך מורשה לבצע את הפעולה הזו.',
  73. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'אתה יכול להעלות לכל היותר {limit, number} {limit, plural, one{קובץ} other{קבצים}}.',
  74. 'You should upload at least {limit, number} {limit, plural, one{file} other{files}}.' => '',
  75. 'in {delta, plural, =1{a day} other{# days}}' => '',
  76. 'in {delta, plural, =1{a minute} other{# minutes}}' => '',
  77. 'in {delta, plural, =1{a month} other{# months}}' => '',
  78. 'in {delta, plural, =1{a second} other{# seconds}}' => '',
  79. 'in {delta, plural, =1{a year} other{# years}}' => '',
  80. 'in {delta, plural, =1{an hour} other{# hours}}' => '',
  81. 'just now' => '',
  82. 'the input value' => 'הערך המוכנס',
  83. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" כבר בשימוש',
  84. '{attribute} cannot be blank.' => '{attribute} לא יכול להיות ריק.',
  85. '{attribute} contains wrong subnet mask.' => '',
  86. '{attribute} is invalid.' => '{attribute} לא חוקי.',
  87. '{attribute} is not a valid URL.' => '{attribute} איננו כתובת אינטרנט חוקית.',
  88. '{attribute} is not a valid email address.' => '{attribute} לא כתובת מייל חוקית.',
  89. '{attribute} is not in the allowed range.' => '',
  90. '{attribute} must be "{requiredValue}".' => '{attribute} חייב להיות "{requiredValue}".',
  91. '{attribute} must be a number.' => '{attribute} חייב להיות מספר',
  92. '{attribute} must be a string.' => '{attribute} חייב להיות מחרוזת טקסט',
  93. '{attribute} must be a valid IP address.' => '',
  94. '{attribute} must be an IP address with specified subnet.' => '',
  95. '{attribute} must be an integer.' => '{attribute} חייב להיות מספר שלם',
  96. '{attribute} must be either "{true}" or "{false}".' => '{attribute} חייב להיות "{true}" או "{false}".',
  97. '{attribute} must be equal to "{compareValueOrAttribute}".' => '',
  98. '{attribute} must be greater than "{compareValueOrAttribute}".' => '{attribute} חייב להיות גדול מ "{compareValueOrAttribute}".',
  99. '{attribute} must be greater than or equal to "{compareValueOrAttribute}".' => '{attribute} חייב להיות גדול מ או שווה "{compareValueOrAttribute}".',
  100. '{attribute} must be less than "{compareValueOrAttribute}".' => '{attribute} חייב להיות פחות מ "{compareValueOrAttribute}".',
  101. '{attribute} must be less than or equal to "{compareValueOrAttribute}".' => '{attribute} חייב להיות פחות מ או שווה "{compareValueOrAttribute}".',
  102. '{attribute} must be no greater than {max}.' => '{attribute} חייב להיות לא יותר מ "{max}".',
  103. '{attribute} must be no less than {min}.' => '{attribute} חייב להיות לא פחות מ "{min}".',
  104. '{attribute} must not be a subnet.' => '',
  105. '{attribute} must not be an IPv4 address.' => '',
  106. '{attribute} must not be an IPv6 address.' => '',
  107. '{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute} חייב להיות שווה ל "{compareValueOrAttribute}"',
  108. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} אמור לכלול לפחות {min, number} {min, plural, one{תו} other{תוים}}.',
  109. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} אמור לא לכלול יותר מ{max, number} {max, plural, one{תו} other{תוים}}.',
  110. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} אמור לכלול {length, number} {length, plural, one{תו} other{תוים}}.',
  111. '{compareAttribute} is invalid.' => '',
  112. '{delta, plural, =1{1 day} other{# days}}' => '',
  113. '{delta, plural, =1{1 hour} other{# hours}}' => '',
  114. '{delta, plural, =1{1 minute} other{# minutes}}' => '',
  115. '{delta, plural, =1{1 month} other{# months}}' => '',
  116. '{delta, plural, =1{1 second} other{# seconds}}' => '',
  117. '{delta, plural, =1{1 year} other{# years}}' => '',
  118. '{delta, plural, =1{a day} other{# days}} ago' => '',
  119. '{delta, plural, =1{a minute} other{# minutes}} ago' => '',
  120. '{delta, plural, =1{a month} other{# months}} ago' => '',
  121. '{delta, plural, =1{a second} other{# seconds}} ago' => '',
  122. '{delta, plural, =1{a year} other{# years}} ago' => '',
  123. '{delta, plural, =1{an hour} other{# hours}} ago' => '',
  124. '{nFormatted} B' => '',
  125. '{nFormatted} GB' => '',
  126. '{nFormatted} GiB' => '',
  127. '{nFormatted} KiB' => '',
  128. '{nFormatted} MB' => '',
  129. '{nFormatted} MiB' => '',
  130. '{nFormatted} PB' => '',
  131. '{nFormatted} PiB' => '',
  132. '{nFormatted} TB' => '',
  133. '{nFormatted} TiB' => '',
  134. '{nFormatted} kB' => '',
  135. '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '',
  136. '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '',
  137. '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '',
  138. '{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '',
  139. '{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '',
  140. '{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '',
  141. '{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '',
  142. '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '',
  143. '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '',
  144. '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '',
  145. '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '',
  146. ];