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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  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. # pjrobertson, 2014
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  12. "PO-Revision-Date: 2017-09-23 18:54+0000\n"
  13. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  14. "Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: cy\n"
  19. "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != "
  20. "11) ? 2 : 3;\n"
  21. #, python-format
  22. msgid "Successfully deleted %(count)d %(items)s."
  23. msgstr "Dilëwyd %(count)d %(items)s yn llwyddiannus."
  24. #, python-format
  25. msgid "Cannot delete %(name)s"
  26. msgstr "Ni ellir dileu %(name)s"
  27. msgid "Are you sure?"
  28. msgstr "Ydych yn sicr?"
  29. #, python-format
  30. msgid "Delete selected %(verbose_name_plural)s"
  31. msgstr "Dileu y %(verbose_name_plural)s â ddewiswyd"
  32. msgid "Administration"
  33. msgstr "Gweinyddu"
  34. msgid "All"
  35. msgstr "Pob un"
  36. msgid "Yes"
  37. msgstr "Ie"
  38. msgid "No"
  39. msgstr "Na"
  40. msgid "Unknown"
  41. msgstr "Anhysybys"
  42. msgid "Any date"
  43. msgstr "Unrhyw ddyddiad"
  44. msgid "Today"
  45. msgstr "Heddiw"
  46. msgid "Past 7 days"
  47. msgstr "7 diwrnod diwethaf"
  48. msgid "This month"
  49. msgstr "Mis yma"
  50. msgid "This year"
  51. msgstr "Eleni"
  52. msgid "No date"
  53. msgstr ""
  54. msgid "Has date"
  55. msgstr ""
  56. #, python-format
  57. msgid ""
  58. "Please enter the correct %(username)s and password for a staff account. Note "
  59. "that both fields may be case-sensitive."
  60. msgstr ""
  61. "Teipiwch yr %(username)s a chyfrinair cywir ar gyfer cyfrif staff. Noder y "
  62. "gall y ddau faes fod yn sensitif i lythrennau bach a llythrennau bras."
  63. msgid "Action:"
  64. msgstr "Gweithred:"
  65. #, python-format
  66. msgid "Add another %(verbose_name)s"
  67. msgstr "Ychwanegu %(verbose_name)s arall"
  68. msgid "Remove"
  69. msgstr "Gwaredu"
  70. msgid "action time"
  71. msgstr "amser y weithred"
  72. msgid "user"
  73. msgstr ""
  74. msgid "content type"
  75. msgstr ""
  76. msgid "object id"
  77. msgstr "id gwrthrych"
  78. #. Translators: 'repr' means representation
  79. #. (https://docs.python.org/3/library/functions.html#repr)
  80. msgid "object repr"
  81. msgstr "repr gwrthrych"
  82. msgid "action flag"
  83. msgstr "fflag gweithred"
  84. msgid "change message"
  85. msgstr "neges y newid"
  86. msgid "log entry"
  87. msgstr "cofnod"
  88. msgid "log entries"
  89. msgstr "cofnodion"
  90. #, python-format
  91. msgid "Added \"%(object)s\"."
  92. msgstr "Ychwanegwyd \"%(object)s\"."
  93. #, python-format
  94. msgid "Changed \"%(object)s\" - %(changes)s"
  95. msgstr "Newidwyd \"%(object)s\" - %(changes)s"
  96. #, python-format
  97. msgid "Deleted \"%(object)s.\""
  98. msgstr "Dilëwyd \"%(object)s.\""
  99. msgid "LogEntry Object"
  100. msgstr "Gwrthrych LogEntry"
  101. #, python-brace-format
  102. msgid "Added {name} \"{object}\"."
  103. msgstr ""
  104. msgid "Added."
  105. msgstr ""
  106. msgid "and"
  107. msgstr "a"
  108. #, python-brace-format
  109. msgid "Changed {fields} for {name} \"{object}\"."
  110. msgstr ""
  111. #, python-brace-format
  112. msgid "Changed {fields}."
  113. msgstr ""
  114. #, python-brace-format
  115. msgid "Deleted {name} \"{object}\"."
  116. msgstr ""
  117. msgid "No fields changed."
  118. msgstr "Ni newidwyd unrhwy feysydd."
  119. msgid "None"
  120. msgstr "Dim"
  121. msgid ""
  122. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  123. msgstr ""
  124. #, python-brace-format
  125. msgid ""
  126. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  127. msgstr ""
  128. #, python-brace-format
  129. msgid ""
  130. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  131. "below."
  132. msgstr ""
  133. #, python-brace-format
  134. msgid "The {name} \"{obj}\" was added successfully."
  135. msgstr ""
  136. #, python-brace-format
  137. msgid ""
  138. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  139. msgstr ""
  140. #, python-brace-format
  141. msgid ""
  142. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  143. "below."
  144. msgstr ""
  145. #, python-brace-format
  146. msgid "The {name} \"{obj}\" was changed successfully."
  147. msgstr ""
  148. msgid ""
  149. "Items must be selected in order to perform actions on them. No items have "
  150. "been changed."
  151. msgstr ""
  152. "Rhaid dewis eitemau er mwyn gweithredu arnynt. Ni ddewiswyd unrhyw eitemau."
  153. msgid "No action selected."
  154. msgstr "Ni ddewiswyd gweithred."
  155. #, python-format
  156. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  157. msgstr "Dilëwyd %(name)s \"%(obj)s\" yn llwyddiannus."
  158. #, python-format
  159. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  160. msgstr ""
  161. #, python-format
  162. msgid "Add %s"
  163. msgstr "Ychwanegu %s"
  164. #, python-format
  165. msgid "Change %s"
  166. msgstr "Newid %s"
  167. msgid "Database error"
  168. msgstr "Gwall cronfa ddata"
  169. #, python-format
  170. msgid "%(count)s %(name)s was changed successfully."
  171. msgid_plural "%(count)s %(name)s were changed successfully."
  172. msgstr[0] "Newidwyd %(count)s %(name)s yn llwyddiannus"
  173. msgstr[1] "Newidwyd %(count)s %(name)s yn llwyddiannus"
  174. msgstr[2] "Newidwyd %(count)s %(name)s yn llwyddiannus"
  175. msgstr[3] "Newidwyd %(count)s %(name)s yn llwyddiannus"
  176. #, python-format
  177. msgid "%(total_count)s selected"
  178. msgid_plural "All %(total_count)s selected"
  179. msgstr[0] "Dewiswyd %(total_count)s"
  180. msgstr[1] "Dewiswyd %(total_count)s"
  181. msgstr[2] "Dewiswyd %(total_count)s"
  182. msgstr[3] "Dewiswyd %(total_count)s"
  183. #, python-format
  184. msgid "0 of %(cnt)s selected"
  185. msgstr "Dewiswyd 0 o %(cnt)s"
  186. #, python-format
  187. msgid "Change history: %s"
  188. msgstr "Hanes newid: %s"
  189. #. Translators: Model verbose name and instance representation,
  190. #. suitable to be an item in a list.
  191. #, python-format
  192. msgid "%(class_name)s %(instance)s"
  193. msgstr "%(class_name)s %(instance)s"
  194. #, python-format
  195. msgid ""
  196. "Deleting %(class_name)s %(instance)s would require deleting the following "
  197. "protected related objects: %(related_objects)s"
  198. msgstr ""
  199. "Byddai dileu %(class_name)s %(instance)s yn golygu dileu'r gwrthrychau "
  200. "gwarchodedig canlynol sy'n perthyn: %(related_objects)s"
  201. msgid "Django site admin"
  202. msgstr "Adran weinyddol safle Django"
  203. msgid "Django administration"
  204. msgstr "Gweinyddu Django"
  205. msgid "Site administration"
  206. msgstr "Gweinyddu'r safle"
  207. msgid "Log in"
  208. msgstr "Mewngofnodi"
  209. #, python-format
  210. msgid "%(app)s administration"
  211. msgstr "Gweinyddu %(app)s"
  212. msgid "Page not found"
  213. msgstr "Ni ddarganfyddwyd y dudalen"
  214. msgid "We're sorry, but the requested page could not be found."
  215. msgstr "Mae'n ddrwg gennym, ond ni ddarganfuwyd y dudalen"
  216. msgid "Home"
  217. msgstr "Hafan"
  218. msgid "Server error"
  219. msgstr "Gwall gweinydd"
  220. msgid "Server error (500)"
  221. msgstr "Gwall gweinydd (500)"
  222. msgid "Server Error <em>(500)</em>"
  223. msgstr "Gwall Gweinydd <em>(500)</em>"
  224. msgid ""
  225. "There's been an error. It's been reported to the site administrators via "
  226. "email and should be fixed shortly. Thanks for your patience."
  227. msgstr ""
  228. "Mae gwall ac gyrrwyd adroddiad ohono i weinyddwyr y wefan drwy ebost a dylai "
  229. "gael ei drwsio yn fuan. Diolch am fod yn amyneddgar."
  230. msgid "Run the selected action"
  231. msgstr "Rhedeg y weithred a ddewiswyd"
  232. msgid "Go"
  233. msgstr "Ffwrdd â ni"
  234. msgid "Click here to select the objects across all pages"
  235. msgstr ""
  236. "Cliciwch fan hyn i ddewis yr holl wrthrychau ar draws yr holl dudalennau"
  237. #, python-format
  238. msgid "Select all %(total_count)s %(module_name)s"
  239. msgstr "Dewis y %(total_count)s %(module_name)s"
  240. msgid "Clear selection"
  241. msgstr "Clirio'r dewis"
  242. msgid ""
  243. "First, enter a username and password. Then, you'll be able to edit more user "
  244. "options."
  245. msgstr ""
  246. "Yn gyntaf, rhowch enw defnyddiwr a chyfrinair. Yna byddwch yn gallu golygu "
  247. "mwy o ddewisiadau."
  248. msgid "Enter a username and password."
  249. msgstr "Rhowch enw defnyddiwr a chyfrinair."
  250. msgid "Change password"
  251. msgstr "Newid cyfrinair"
  252. msgid "Please correct the error below."
  253. msgstr "Cywirwch y gwall isod."
  254. msgid "Please correct the errors below."
  255. msgstr "Cywirwch y gwallau isod."
  256. #, python-format
  257. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  258. msgstr "Rhowch gyfrinair newydd i'r defnyddiwr <strong>%(username)s</strong>."
  259. msgid "Welcome,"
  260. msgstr "Croeso,"
  261. msgid "View site"
  262. msgstr ""
  263. msgid "Documentation"
  264. msgstr "Dogfennaeth"
  265. msgid "Log out"
  266. msgstr "Allgofnodi"
  267. #, python-format
  268. msgid "Add %(name)s"
  269. msgstr "Ychwanegu %(name)s"
  270. msgid "History"
  271. msgstr "Hanes"
  272. msgid "View on site"
  273. msgstr "Gweld ar y safle"
  274. msgid "Filter"
  275. msgstr "Hidl"
  276. msgid "Remove from sorting"
  277. msgstr "Gwaredu o'r didoli"
  278. #, python-format
  279. msgid "Sorting priority: %(priority_number)s"
  280. msgstr "Blaenoriaeth didoli: %(priority_number)s"
  281. msgid "Toggle sorting"
  282. msgstr "Toglio didoli"
  283. msgid "Delete"
  284. msgstr "Dileu"
  285. #, python-format
  286. msgid ""
  287. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  288. "related objects, but your account doesn't have permission to delete the "
  289. "following types of objects:"
  290. msgstr ""
  291. "Byddai dileu %(object_name)s '%(escaped_object)s' yn golygu dileu'r "
  292. "gwrthrychau sy'n perthyn, ond nid oes ganddoch ganiatâd i ddileu y mathau "
  293. "canlynol o wrthrychau:"
  294. #, python-format
  295. msgid ""
  296. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  297. "following protected related objects:"
  298. msgstr ""
  299. "Byddai dileu %(object_name)s '%(escaped_object)s' yn golygu dileu'r "
  300. "gwrthrychau gwarchodedig canlynol sy'n perthyn:"
  301. #, python-format
  302. msgid ""
  303. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  304. "All of the following related items will be deleted:"
  305. msgstr ""
  306. msgid "Objects"
  307. msgstr ""
  308. msgid "Yes, I'm sure"
  309. msgstr "Ydw, rwy'n sicr"
  310. msgid "No, take me back"
  311. msgstr ""
  312. msgid "Delete multiple objects"
  313. msgstr ""
  314. #, python-format
  315. msgid ""
  316. "Deleting the selected %(objects_name)s would result in deleting related "
  317. "objects, but your account doesn't have permission to delete the following "
  318. "types of objects:"
  319. msgstr ""
  320. #, python-format
  321. msgid ""
  322. "Deleting the selected %(objects_name)s would require deleting the following "
  323. "protected related objects:"
  324. msgstr ""
  325. "Byddai dileu %(objects_name)s yn golygu dileu'r gwrthrychau gwarchodedig "
  326. "canlynol sy'n perthyn:"
  327. #, python-format
  328. msgid ""
  329. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  330. "following objects and their related items will be deleted:"
  331. msgstr ""
  332. "Ydych yn sicr eich bod am ddileu'r %(objects_name)s a ddewiswyd? Dilëir yr "
  333. "holl wrthrychau canlynol a'u heitemau perthnasol:"
  334. msgid "Change"
  335. msgstr "Newid"
  336. msgid "Delete?"
  337. msgstr "Dileu?"
  338. #, python-format
  339. msgid " By %(filter_title)s "
  340. msgstr "Wrth %(filter_title)s"
  341. msgid "Summary"
  342. msgstr ""
  343. #, python-format
  344. msgid "Models in the %(name)s application"
  345. msgstr "Modelau yn y rhaglen %(name)s "
  346. msgid "Add"
  347. msgstr "Ychwanegu"
  348. msgid "You don't have permission to edit anything."
  349. msgstr "Does gennych ddim hawl i olygu unrhywbeth."
  350. msgid "Recent actions"
  351. msgstr ""
  352. msgid "My actions"
  353. msgstr ""
  354. msgid "None available"
  355. msgstr "Dim ar gael"
  356. msgid "Unknown content"
  357. msgstr "Cynnwys anhysbys"
  358. msgid ""
  359. "Something's wrong with your database installation. Make sure the appropriate "
  360. "database tables have been created, and make sure the database is readable by "
  361. "the appropriate user."
  362. msgstr ""
  363. "Mae rhywbeth o'i le ar osodiad y gronfa ddata. Sicrhewch fod y tablau "
  364. "cronfa ddata priodol wedi eu creu, a sicrhewch fod y gronfa ddata yn "
  365. "ddarllenadwy gan y defnyddiwr priodol."
  366. #, python-format
  367. msgid ""
  368. "You are authenticated as %(username)s, but are not authorized to access this "
  369. "page. Would you like to login to a different account?"
  370. msgstr ""
  371. msgid "Forgotten your password or username?"
  372. msgstr "Anghofioch eich cyfrinair neu enw defnyddiwr?"
  373. msgid "Date/time"
  374. msgstr "Dyddiad/amser"
  375. msgid "User"
  376. msgstr "Defnyddiwr"
  377. msgid "Action"
  378. msgstr "Gweithred"
  379. msgid ""
  380. "This object doesn't have a change history. It probably wasn't added via this "
  381. "admin site."
  382. msgstr ""
  383. "Does dim hanes newid gan y gwrthrych yma. Mae'n debyg nad ei ychwanegwyd "
  384. "drwy'r safle gweinydd yma."
  385. msgid "Show all"
  386. msgstr "Dangos pob canlyniad"
  387. msgid "Save"
  388. msgstr "Cadw"
  389. msgid "Popup closing..."
  390. msgstr ""
  391. #, python-format
  392. msgid "Change selected %(model)s"
  393. msgstr ""
  394. #, python-format
  395. msgid "Add another %(model)s"
  396. msgstr ""
  397. #, python-format
  398. msgid "Delete selected %(model)s"
  399. msgstr ""
  400. msgid "Search"
  401. msgstr "Chwilio"
  402. #, python-format
  403. msgid "%(counter)s result"
  404. msgid_plural "%(counter)s results"
  405. msgstr[0] "%(counter)s canlyniad"
  406. msgstr[1] "%(counter)s canlyniad"
  407. msgstr[2] "%(counter)s canlyniad"
  408. msgstr[3] "%(counter)s canlyniad"
  409. #, python-format
  410. msgid "%(full_result_count)s total"
  411. msgstr "Cyfanswm o %(full_result_count)s"
  412. msgid "Save as new"
  413. msgstr "Cadw fel newydd"
  414. msgid "Save and add another"
  415. msgstr "Cadw ac ychwanegu un arall"
  416. msgid "Save and continue editing"
  417. msgstr "Cadw a pharhau i olygu"
  418. msgid "Thanks for spending some quality time with the Web site today."
  419. msgstr "Diolch am dreulio amser o ansawdd gyda'r safle we yma heddiw."
  420. msgid "Log in again"
  421. msgstr "Mewngofnodi eto"
  422. msgid "Password change"
  423. msgstr "Newid cyfrinair"
  424. msgid "Your password was changed."
  425. msgstr "Newidwyd eich cyfrinair."
  426. msgid ""
  427. "Please enter your old password, for security's sake, and then enter your new "
  428. "password twice so we can verify you typed it in correctly."
  429. msgstr ""
  430. "Rhowch eich hen gyfrinair, er mwyn diogelwch, ac yna rhowch eich cyfrinair "
  431. "newydd ddwywaith er mwyn gwirio y'i teipiwyd yn gywir."
  432. msgid "Change my password"
  433. msgstr "Newid fy nghyfrinair"
  434. msgid "Password reset"
  435. msgstr "Ailosod cyfrinair"
  436. msgid "Your password has been set. You may go ahead and log in now."
  437. msgstr "Mae'ch cyfrinair wedi ei osod. Gallwch fewngofnodi nawr."
  438. msgid "Password reset confirmation"
  439. msgstr "Cadarnhad ailosod cyfrinair"
  440. msgid ""
  441. "Please enter your new password twice so we can verify you typed it in "
  442. "correctly."
  443. msgstr ""
  444. "Rhowch eich cyfrinair newydd ddwywaith er mwyn gwirio y'i teipiwyd yn gywir."
  445. msgid "New password:"
  446. msgstr "Cyfrinair newydd:"
  447. msgid "Confirm password:"
  448. msgstr "Cadarnhewch y cyfrinair:"
  449. msgid ""
  450. "The password reset link was invalid, possibly because it has already been "
  451. "used. Please request a new password reset."
  452. msgstr ""
  453. "Roedd y ddolen i ailosod y cyfrinair yn annilys, o bosib oherwydd ei fod "
  454. "wedi ei ddefnyddio'n barod. Gofynnwch i ailosod y cyfrinair eto."
  455. msgid ""
  456. "We've emailed you instructions for setting your password, if an account "
  457. "exists with the email you entered. You should receive them shortly."
  458. msgstr ""
  459. msgid ""
  460. "If you don't receive an email, please make sure you've entered the address "
  461. "you registered with, and check your spam folder."
  462. msgstr ""
  463. "Os na dderbyniwch ebost, sicrhewych y rhoddwyd y cyfeiriad sydd wedi ei "
  464. "gofrestru gyda ni, ac edrychwch yn eich ffolder sbam."
  465. #, python-format
  466. msgid ""
  467. "You're receiving this email because you requested a password reset for your "
  468. "user account at %(site_name)s."
  469. msgstr ""
  470. "Derbyniwch yr ebost hwn oherwydd i chi ofyn i ailosod y cyfrinair i'ch "
  471. "cyfrif yn %(site_name)s."
  472. msgid "Please go to the following page and choose a new password:"
  473. msgstr "Ewch i'r dudalen olynol a dewsiwch gyfrinair newydd:"
  474. msgid "Your username, in case you've forgotten:"
  475. msgstr "Eich enw defnyddiwr, rhag ofn eich bod wedi anghofio:"
  476. msgid "Thanks for using our site!"
  477. msgstr "Diolch am ddefnyddio ein safle!"
  478. #, python-format
  479. msgid "The %(site_name)s team"
  480. msgstr "Tîm %(site_name)s"
  481. msgid ""
  482. "Forgotten your password? Enter your email address below, and we'll email "
  483. "instructions for setting a new one."
  484. msgstr ""
  485. "Anghofioch eich cyfrinair? Rhowch eich cyfeiriad ebost isod ac fe ebostiwn "
  486. "gyfarwyddiadau ar osod un newydd."
  487. msgid "Email address:"
  488. msgstr "Cyfeiriad ebost:"
  489. msgid "Reset my password"
  490. msgstr "Ailosod fy nghyfrinair"
  491. msgid "All dates"
  492. msgstr "Holl ddyddiadau"
  493. #, python-format
  494. msgid "Select %s"
  495. msgstr "Dewis %s"
  496. #, python-format
  497. msgid "Select %s to change"
  498. msgstr "Dewis %s i newid"
  499. msgid "Date:"
  500. msgstr "Dyddiad:"
  501. msgid "Time:"
  502. msgstr "Amser:"
  503. msgid "Lookup"
  504. msgstr "Archwilio"
  505. msgid "Currently:"
  506. msgstr "Cyfredol:"
  507. msgid "Change:"
  508. msgstr "Newid:"