Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Meir Kriheli <mkriheli@gmail.com>, 2012-2015,2017
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  11. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  12. "Last-Translator: Meir Kriheli <mkriheli@gmail.com>\n"
  13. "Language-Team: Hebrew (http://www.transifex.com/django/django/language/he/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: he\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. msgid "Administrative Documentation"
  20. msgstr "תיעוד ניהולי"
  21. msgid "Home"
  22. msgstr "דף הבית"
  23. msgid "Documentation"
  24. msgstr "תיעוד"
  25. msgid "Bookmarklets"
  26. msgstr "ייסומניות"
  27. msgid "Documentation bookmarklets"
  28. msgstr "ייסומוניות תיעוד"
  29. msgid ""
  30. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  31. "click the link and add it to your bookmarks. Now you can select the "
  32. "bookmarklet from any page in the site."
  33. msgstr ""
  34. "כדי להתקין ייסומניות, יש לגרור את הקישור לסרגל הסימניות שלך, או קליק ימני "
  35. "והוספה לסימניות. כעת ניתן לבחור את הייסומניה מכל עמוד באתר."
  36. msgid "Documentation for this page"
  37. msgstr "תיעוד לדף זה"
  38. msgid ""
  39. "Jumps you from any page to the documentation for the view that generates "
  40. "that page."
  41. msgstr "מקפיץ אותך מכל עמוד לתיעוד התצוגה שייצרה אותו."
  42. msgid "Tags"
  43. msgstr "תגים"
  44. msgid "List of all the template tags and their functions."
  45. msgstr "רשימת כל ה-template tags והפונקציות שלהן."
  46. msgid "Filters"
  47. msgstr "Filters"
  48. msgid ""
  49. "Filters are actions which can be applied to variables in a template to alter "
  50. "the output."
  51. msgstr "פילטרים ופעולות אשר ניתן ליישם על משתנים בתבנית לשינוי הפלט."
  52. msgid "Models"
  53. msgstr "מודלים"
  54. msgid ""
  55. "Models are descriptions of all the objects in the system and their "
  56. "associated fields. Each model has a list of fields which can be accessed as "
  57. "template variables"
  58. msgstr ""
  59. "מודלים הם תיאור כל האובייקטים במערכת והשדות הקשורים אליהם. לכל מודל יש רשימת "
  60. "שדות אשר ניתן לגשת אליהם בתור משתני תבנית"
  61. msgid "Views"
  62. msgstr "Views"
  63. msgid ""
  64. "Each page on the public site is generated by a view. The view defines which "
  65. "template is used to generate the page and which objects are available to "
  66. "that template."
  67. msgstr ""
  68. "כל עמוד באתר הציבורי מיוצר ע\"י view. ה־view מגדיר את התבנית המשמשת ליצירת "
  69. "העמוד ואת האובייקטים הזמינים לתבנית"
  70. msgid "Tools for your browser to quickly access admin functionality."
  71. msgstr "כלים המאפשרים לדפדפן שלך גישה מהירה ליכולות הניהול."
  72. msgid "Please install docutils"
  73. msgstr "נא להתקין את docutils"
  74. #, python-format
  75. msgid ""
  76. "The admin documentation system requires Python's <a href=\"%(link)s"
  77. "\">docutils</a> library."
  78. msgstr ""
  79. "מערכת התיעוד במנשק הניהול דורשת את ספריית הפייתון <a href=\"%(link)s"
  80. "\">docutils</a>."
  81. #, python-format
  82. msgid ""
  83. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  84. msgstr "נא לבקש ממנהל המערכת להתקין את <a href=\"%(link)s\">docutils</a>."
  85. #, python-format
  86. msgid "Model: %(name)s"
  87. msgstr "מודל: %(name)s"
  88. msgid "Fields"
  89. msgstr "שדות"
  90. msgid "Field"
  91. msgstr "שדה"
  92. msgid "Type"
  93. msgstr "סוג"
  94. msgid "Description"
  95. msgstr "תיאור"
  96. msgid "Methods with arguments"
  97. msgstr "מתודות עם פרמטרים"
  98. msgid "Method"
  99. msgstr "מתודות"
  100. msgid "Arguments"
  101. msgstr "פרמטרים"
  102. msgid "Back to Model documentation"
  103. msgstr "חזרה לתיעוד מודל"
  104. msgid "Model documentation"
  105. msgstr "תיעוד מודלים"
  106. msgid "Model groups"
  107. msgstr "קבוצות מודלים"
  108. msgid "Templates"
  109. msgstr "תבניות"
  110. #, python-format
  111. msgid "Template: %(name)s"
  112. msgstr "תבנית: %(name)s"
  113. #, python-format
  114. msgid "Template: \"%(name)s\""
  115. msgstr "תבנית: \"%(name)s\""
  116. #. Translators: Search is not a verb here, it qualifies path (a search path)
  117. #, python-format
  118. msgid "Search path for template \"%(name)s\":"
  119. msgstr "נתיב חיפוש לתבנית \"%(name)s\":"
  120. msgid "(does not exist)"
  121. msgstr "(לא קיים)"
  122. msgid "Back to Documentation"
  123. msgstr "חזרה לתיעוד"
  124. msgid "Template filters"
  125. msgstr "פילטרים לתבניות"
  126. msgid "Template filter documentation"
  127. msgstr "תיעוד פילטר לתבנית"
  128. msgid "Built-in filters"
  129. msgstr "פילטרים מובנים"
  130. #, python-format
  131. msgid ""
  132. "To use these filters, put <code>%(code)s</code> in your template before "
  133. "using the filter."
  134. msgstr ""
  135. "כדי להשתמש בפילטרים האלו יש להוסיף <code>%(code)s</code> בתבנית שלך לפני "
  136. "השימוש בפילטר."
  137. msgid "Template tags"
  138. msgstr "תגים לתבניות"
  139. msgid "Template tag documentation"
  140. msgstr "תיעוד תגים לתבניות"
  141. msgid "Built-in tags"
  142. msgstr "תגים מובנים"
  143. #, python-format
  144. msgid ""
  145. "To use these tags, put <code>%(code)s</code> in your template before using "
  146. "the tag."
  147. msgstr ""
  148. "כדי להשתמש בתגים האלו יש להוסיף <code>%(code)s</code> בתבנית שלך לפני השימוש "
  149. "בתג."
  150. #, python-format
  151. msgid "View: %(name)s"
  152. msgstr "View: %(name)s"
  153. msgid "Context:"
  154. msgstr "קונטקסט:"
  155. msgid "Templates:"
  156. msgstr "תבניות:"
  157. msgid "Back to View documentation"
  158. msgstr "חזרה לתיעוד ה-View"
  159. msgid "View documentation"
  160. msgstr "תיעוד View"
  161. msgid "Jump to namespace"
  162. msgstr "מעבר למרחב שמות"
  163. msgid "Empty namespace"
  164. msgstr "מרחב שמות ריק"
  165. #, python-format
  166. msgid "Views by namespace %(name)s"
  167. msgstr "Views לפי מרחב שמות %(name)s"
  168. msgid "Views by empty namespace"
  169. msgstr "Views לפני מרחב שמות ריק"
  170. #, python-format
  171. msgid ""
  172. "\n"
  173. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  174. "code>.\n"
  175. msgstr ""
  176. "\n"
  177. " פונקציית View: <code>%(full_name)s</code>. שם: <code>%(url_name)s</"
  178. "code>.\n"
  179. msgid "tag:"
  180. msgstr "תג:"
  181. msgid "filter:"
  182. msgstr "סינון:"
  183. msgid "view:"
  184. msgstr "ה־view:"
  185. #, python-format
  186. msgid "App %(app_label)r not found"
  187. msgstr "יישום %(app_label)r לא נמצא"
  188. #, python-format
  189. msgid "Model %(model_name)r not found in app %(app_label)r"
  190. msgstr "מודל %(model_name)r לא נמצא ביישום %(app_label)r"
  191. msgid "model:"
  192. msgstr "מודל:"
  193. #, python-format
  194. msgid "the related `%(app_label)s.%(data_type)s` object"
  195. msgstr "אוביקטי `%(app_label)s.%(data_type)s` קשורים"
  196. #, python-format
  197. msgid "related `%(app_label)s.%(object_name)s` objects"
  198. msgstr "אובייקטי `%(app_label)s.%(object_name)s` קשורים"
  199. #, python-format
  200. msgid "all %s"
  201. msgstr "כל %s"
  202. #, python-format
  203. msgid "number of %s"
  204. msgstr "מספר %s"
  205. #, python-format
  206. msgid "%s does not appear to be a urlpattern object"
  207. msgstr "לא נראה ש-%s הוא אובייקט urlpattern"