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 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Jannis Leidel <jannis@leidel.info>, 2011
  5. # Maredudd ap Gwyndaf <maredudd@maredudd.com>, 2014
  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-23 18:54+0000\n"
  12. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  13. "Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: cy\n"
  18. "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != "
  19. "11) ? 2 : 3;\n"
  20. msgid "Administrative Documentation"
  21. msgstr "Dogfennaeth Gweinyddol"
  22. msgid "Home"
  23. msgstr "Hafan"
  24. msgid "Documentation"
  25. msgstr "Dogfennaeth"
  26. msgid "Bookmarklets"
  27. msgstr "Nodau tudalen"
  28. msgid "Documentation bookmarklets"
  29. msgstr "Nodau tudalen dogfennaeth"
  30. msgid ""
  31. "To install bookmarklets, drag the link to your bookmarks toolbar, or right-"
  32. "click the link and add it to your bookmarks. Now you can select the "
  33. "bookmarklet from any page in the site."
  34. msgstr ""
  35. msgid "Documentation for this page"
  36. msgstr "Dogfennaeth y dudalen hon"
  37. msgid ""
  38. "Jumps you from any page to the documentation for the view that generates "
  39. "that page."
  40. msgstr ""
  41. "Cymerir chi o unrhyw dudalen i'r dogfennaeth am yr olwg sy'n creu'r dudalen "
  42. "hwnnw."
  43. msgid "Tags"
  44. msgstr "Tagiau"
  45. msgid "List of all the template tags and their functions."
  46. msgstr "Rhestr o holl dagiau'r templad a'u swyddogaeth."
  47. msgid "Filters"
  48. msgstr "Hidlau"
  49. msgid ""
  50. "Filters are actions which can be applied to variables in a template to alter "
  51. "the output."
  52. msgstr ""
  53. "Gweithredoedd yw hidlau sy'n gallu cael eu gosod ar newidynnau mewn templad "
  54. "i newid yr allbwm."
  55. msgid "Models"
  56. msgstr "Modelau"
  57. msgid ""
  58. "Models are descriptions of all the objects in the system and their "
  59. "associated fields. Each model has a list of fields which can be accessed as "
  60. "template variables"
  61. msgstr ""
  62. "Mae modelau yn disgrifio pob gwrthrych yn y system a'u meysydd "
  63. "cysylltiedig. Mae gan bob model restr o feysydd y gellir eu defnyddio fel "
  64. "newidynnau templad"
  65. msgid "Views"
  66. msgstr "Golygon"
  67. msgid ""
  68. "Each page on the public site is generated by a view. The view defines which "
  69. "template is used to generate the page and which objects are available to "
  70. "that template."
  71. msgstr ""
  72. "Mae pob tudalen ar y wefan gyhoeddus yn cael eu creu gan olwg. Mae'r golwg "
  73. "yn diffunio pa templad i'w ddefnyddio i gynhyrchu'r dudalen a pa wrthrychau "
  74. "sydd ar gael i'r templad."
  75. msgid "Tools for your browser to quickly access admin functionality."
  76. msgstr ""
  77. "Offer ar gyfer eich porwr i gael mynediad cyflym i swyddogaethau gweinyddwr."
  78. msgid "Please install docutils"
  79. msgstr "Gosodwch docutils"
  80. #, python-format
  81. msgid ""
  82. "The admin documentation system requires Python's <a href=\"%(link)s"
  83. "\">docutils</a> library."
  84. msgstr ""
  85. "Mae'r system dogfennaeth gweinyddol angen llyfrgell <a href=\"%(link)s"
  86. "\">docutils</a> Python."
  87. #, python-format
  88. msgid ""
  89. "Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
  90. msgstr "Gofynnwch i'r gweinyddwr i osod <a href=\"%(link)s\">docutils</a>."
  91. #, python-format
  92. msgid "Model: %(name)s"
  93. msgstr "Model: %(name)s"
  94. msgid "Fields"
  95. msgstr ""
  96. msgid "Field"
  97. msgstr "Maes"
  98. msgid "Type"
  99. msgstr "Math"
  100. msgid "Description"
  101. msgstr "Disgrifiad"
  102. msgid "Methods with arguments"
  103. msgstr ""
  104. msgid "Method"
  105. msgstr ""
  106. msgid "Arguments"
  107. msgstr ""
  108. msgid "Back to Model documentation"
  109. msgstr ""
  110. msgid "Model documentation"
  111. msgstr "Dogfennaeth model"
  112. msgid "Model groups"
  113. msgstr "Grwpiau model"
  114. msgid "Templates"
  115. msgstr "Templadau"
  116. #, python-format
  117. msgid "Template: %(name)s"
  118. msgstr "Templad: %(name)s"
  119. #, python-format
  120. msgid "Template: \"%(name)s\""
  121. msgstr "Templad: \"%(name)s\""
  122. #. Translators: Search is not a verb here, it qualifies path (a search path)
  123. #, python-format
  124. msgid "Search path for template \"%(name)s\":"
  125. msgstr "Chwilio'r llwybr am dempled \"%(name)s\":"
  126. msgid "(does not exist)"
  127. msgstr "(nid yw'n bodoli)"
  128. msgid "Back to Documentation"
  129. msgstr "Nôl i Dogfennaeth"
  130. msgid "Template filters"
  131. msgstr "Hidlau templadau"
  132. msgid "Template filter documentation"
  133. msgstr "Dogfennaeth hidlau templadau"
  134. msgid "Built-in filters"
  135. msgstr "Hidlau mewnol"
  136. #, python-format
  137. msgid ""
  138. "To use these filters, put <code>%(code)s</code> in your template before "
  139. "using the filter."
  140. msgstr ""
  141. "I ddefnyddio'r hildau, rhowch <code>%(code)s</code> yn eich templad cyn "
  142. "defnyddio'r hidl."
  143. msgid "Template tags"
  144. msgstr "Tagiau templadau"
  145. msgid "Template tag documentation"
  146. msgstr "Dogfennaeth tag templad"
  147. msgid "Built-in tags"
  148. msgstr "Tagiau mewnol"
  149. #, python-format
  150. msgid ""
  151. "To use these tags, put <code>%(code)s</code> in your template before using "
  152. "the tag."
  153. msgstr ""
  154. "I ddefnyddio'r tagiau rhowch <code>%(code)s</code> yn eich templad cyn "
  155. "defnyddio'r tag."
  156. #, python-format
  157. msgid "View: %(name)s"
  158. msgstr "Golwg: %(name)s"
  159. msgid "Context:"
  160. msgstr "Cyd-destun:"
  161. msgid "Templates:"
  162. msgstr "Templadau:"
  163. msgid "Back to View documentation"
  164. msgstr ""
  165. msgid "View documentation"
  166. msgstr "Dogfennaeth golygon"
  167. msgid "Jump to namespace"
  168. msgstr ""
  169. msgid "Empty namespace"
  170. msgstr ""
  171. #, python-format
  172. msgid "Views by namespace %(name)s"
  173. msgstr ""
  174. msgid "Views by empty namespace"
  175. msgstr ""
  176. #, python-format
  177. msgid ""
  178. "\n"
  179. " View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
  180. "code>.\n"
  181. msgstr ""
  182. "\n"
  183. "Gweld ffwythiant: <code>%(full_name)s</code>. Enw: <code>%(url_name)s</"
  184. "code>.\n"
  185. msgid "tag:"
  186. msgstr "tag:"
  187. msgid "filter:"
  188. msgstr "hidl:"
  189. msgid "view:"
  190. msgstr "golwg:"
  191. #, python-format
  192. msgid "App %(app_label)r not found"
  193. msgstr "Ni ddarganfuwyd ap %(app_label)r"
  194. #, python-format
  195. msgid "Model %(model_name)r not found in app %(app_label)r"
  196. msgstr "Ni darganfyddwyd model %(model_name)r yn ap %(app_label)r"
  197. msgid "model:"
  198. msgstr "model:"
  199. #, python-format
  200. msgid "the related `%(app_label)s.%(data_type)s` object"
  201. msgstr "y gwrthrych `%(app_label)s.%(data_type)s` cysylltiedig"
  202. #, python-format
  203. msgid "related `%(app_label)s.%(object_name)s` objects"
  204. msgstr "gwrthrychau `%(app_label)s.%(object_name)s` cysylltiedig"
  205. #, python-format
  206. msgid "all %s"
  207. msgstr "pob %s"
  208. #, python-format
  209. msgid "number of %s"
  210. msgstr "nifer o %s"
  211. #, python-format
  212. msgid "%s does not appear to be a urlpattern object"
  213. msgstr "nid yw %s yn ymweld i fod yn wrthrych urlpattern"