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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Baurzhan Muftakhidinov <baurthefirst@gmail.com>, 2015
  5. # Leo Trubach <leotrubach@gmail.com>, 2017
  6. # Nurlan Rakhimzhanov <nurlan.rakhimzhanov@gmail.com>, 2011
  7. # yun_man_ger <germanilyin@gmail.com>, 2011
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  13. "PO-Revision-Date: 2017-09-19 16:41+0000\n"
  14. "Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
  15. "Language-Team: Kazakh (http://www.transifex.com/django/django/language/kk/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: kk\n"
  20. "Plural-Forms: nplurals=1; plural=0;\n"
  21. #, python-format
  22. msgid "Successfully deleted %(count)d %(items)s."
  23. msgstr "Таңдалған %(count)d %(items)s элемент өшірілді."
  24. #, python-format
  25. msgid "Cannot delete %(name)s"
  26. msgstr "%(name)s өшіру мүмкін емес"
  27. msgid "Are you sure?"
  28. msgstr "Осыған сенімдісіз бе?"
  29. #, python-format
  30. msgid "Delete selected %(verbose_name_plural)s"
  31. msgstr "Таңдалған %(verbose_name_plural)s өшірілді"
  32. msgid "Administration"
  33. msgstr ""
  34. msgid "All"
  35. msgstr "Барлығы"
  36. msgid "Yes"
  37. msgstr "Иә"
  38. msgid "No"
  39. msgstr "Жоқ"
  40. msgid "Unknown"
  41. msgstr "Белгісіз"
  42. msgid "Any date"
  43. msgstr "Кез келген күн"
  44. msgid "Today"
  45. msgstr "Бүгін"
  46. msgid "Past 7 days"
  47. msgstr "Өткен 7 күн"
  48. msgid "This month"
  49. msgstr "Осы ай"
  50. msgid "This year"
  51. msgstr "Осы жыл"
  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. msgid "Action:"
  62. msgstr "Әрекет:"
  63. #, python-format
  64. msgid "Add another %(verbose_name)s"
  65. msgstr "Тағы басқа %(verbose_name)s кос"
  66. msgid "Remove"
  67. msgstr "Өшіру"
  68. msgid "action time"
  69. msgstr "әрекет уақыты"
  70. msgid "user"
  71. msgstr ""
  72. msgid "content type"
  73. msgstr ""
  74. msgid "object id"
  75. msgstr "объекттің id-i"
  76. #. Translators: 'repr' means representation
  77. #. (https://docs.python.org/3/library/functions.html#repr)
  78. msgid "object repr"
  79. msgstr "объекттің repr-i"
  80. msgid "action flag"
  81. msgstr "әрекет белгісі"
  82. msgid "change message"
  83. msgstr "хабарламаны өзгерту"
  84. msgid "log entry"
  85. msgstr "Жорнал жазуы"
  86. msgid "log entries"
  87. msgstr "Жорнал жазулары"
  88. #, python-format
  89. msgid "Added \"%(object)s\"."
  90. msgstr ""
  91. #, python-format
  92. msgid "Changed \"%(object)s\" - %(changes)s"
  93. msgstr ""
  94. #, python-format
  95. msgid "Deleted \"%(object)s.\""
  96. msgstr ""
  97. msgid "LogEntry Object"
  98. msgstr ""
  99. #, python-brace-format
  100. msgid "Added {name} \"{object}\"."
  101. msgstr ""
  102. msgid "Added."
  103. msgstr ""
  104. msgid "and"
  105. msgstr "және"
  106. #, python-brace-format
  107. msgid "Changed {fields} for {name} \"{object}\"."
  108. msgstr ""
  109. #, python-brace-format
  110. msgid "Changed {fields}."
  111. msgstr ""
  112. #, python-brace-format
  113. msgid "Deleted {name} \"{object}\"."
  114. msgstr ""
  115. msgid "No fields changed."
  116. msgstr "Ешқандай толтырма өзгермеді."
  117. msgid "None"
  118. msgstr "Ешнәрсе"
  119. msgid ""
  120. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  121. msgstr ""
  122. #, python-brace-format
  123. msgid ""
  124. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  125. msgstr ""
  126. #, python-brace-format
  127. msgid ""
  128. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  129. "below."
  130. msgstr ""
  131. #, python-brace-format
  132. msgid "The {name} \"{obj}\" was added successfully."
  133. msgstr ""
  134. #, python-brace-format
  135. msgid ""
  136. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  137. msgstr ""
  138. #, python-brace-format
  139. msgid ""
  140. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  141. "below."
  142. msgstr ""
  143. #, python-brace-format
  144. msgid "The {name} \"{obj}\" was changed successfully."
  145. msgstr ""
  146. msgid ""
  147. "Items must be selected in order to perform actions on them. No items have "
  148. "been changed."
  149. msgstr ""
  150. "Бірнәрсені өзгерту үшін бірінші оларды таңдау керек. Ешнәрсе өзгертілмеді."
  151. msgid "No action selected."
  152. msgstr "Ешқандай әрекет таңдалмады."
  153. #, python-format
  154. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  155. msgstr "%(name)s \"%(obj)s\" сәтті өшірілді."
  156. #, python-format
  157. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  158. msgstr ""
  159. #, python-format
  160. msgid "Add %s"
  161. msgstr "%s қосу"
  162. #, python-format
  163. msgid "Change %s"
  164. msgstr "%s өзгету"
  165. msgid "Database error"
  166. msgstr "Мәліметтер базасының қатесі"
  167. #, python-format
  168. msgid "%(count)s %(name)s was changed successfully."
  169. msgid_plural "%(count)s %(name)s were changed successfully."
  170. msgstr[0] ""
  171. "one: %(count)s %(name)s өзгертілді.\n"
  172. "\n"
  173. "other: %(count)s %(name)s таңдалғандарының барі өзгертілді."
  174. #, python-format
  175. msgid "%(total_count)s selected"
  176. msgid_plural "All %(total_count)s selected"
  177. msgstr[0] ""
  178. "one: %(total_count)s таңдалды\n"
  179. "\n"
  180. "other: Барлығы %(total_count)s таңдалды"
  181. #, python-format
  182. msgid "0 of %(cnt)s selected"
  183. msgstr "0 of %(cnt)s-ден 0 таңдалды"
  184. #, python-format
  185. msgid "Change history: %s"
  186. msgstr "Өзгерес тарихы: %s"
  187. #. Translators: Model verbose name and instance representation,
  188. #. suitable to be an item in a list.
  189. #, python-format
  190. msgid "%(class_name)s %(instance)s"
  191. msgstr ""
  192. #, python-format
  193. msgid ""
  194. "Deleting %(class_name)s %(instance)s would require deleting the following "
  195. "protected related objects: %(related_objects)s"
  196. msgstr ""
  197. msgid "Django site admin"
  198. msgstr "Даңғо сайтының әкімі"
  199. msgid "Django administration"
  200. msgstr "Даңғо әкімшілігі"
  201. msgid "Site administration"
  202. msgstr "Сайт әкімшілігі"
  203. msgid "Log in"
  204. msgstr "Кіру"
  205. #, python-format
  206. msgid "%(app)s administration"
  207. msgstr ""
  208. msgid "Page not found"
  209. msgstr "Бет табылмады"
  210. msgid "We're sorry, but the requested page could not be found."
  211. msgstr "Кешірім сұраймыз, сіздің сұраған бетіңіз табылмады."
  212. msgid "Home"
  213. msgstr "Негізгі"
  214. msgid "Server error"
  215. msgstr "Сервердің қатесі"
  216. msgid "Server error (500)"
  217. msgstr "Сервердің қатесі (500)"
  218. msgid "Server Error <em>(500)</em>"
  219. msgstr "Сервердің қатесі <em>(500)</em>"
  220. msgid ""
  221. "There's been an error. It's been reported to the site administrators via "
  222. "email and should be fixed shortly. Thanks for your patience."
  223. msgstr ""
  224. msgid "Run the selected action"
  225. msgstr "Таңдалған әрәкетті іске қосу"
  226. msgid "Go"
  227. msgstr "Алға"
  228. msgid "Click here to select the objects across all pages"
  229. msgstr "Осы беттегі барлық объекттерді таңдау үшін осы жерді шертіңіз"
  230. #, python-format
  231. msgid "Select all %(total_count)s %(module_name)s"
  232. msgstr "Осылардың %(total_count)s %(module_name)s барлығын таңдау"
  233. msgid "Clear selection"
  234. msgstr "Белгілерді өшіру"
  235. msgid ""
  236. "First, enter a username and password. Then, you'll be able to edit more user "
  237. "options."
  238. msgstr ""
  239. "Алдымен, пайдаланушының атын және құпия сөзді енгізіңіз. Содан соң, тағы "
  240. "басқа пайдаланушы параметрлерін енгізе аласыз."
  241. msgid "Enter a username and password."
  242. msgstr "Пайдаланушының атын және құпия сөзді енгізіңіз."
  243. msgid "Change password"
  244. msgstr "Құпия сөзді өзгерту"
  245. msgid "Please correct the error below."
  246. msgstr ""
  247. "one: Астындағы қатені дұрыстаңыз.\n"
  248. "other: Астындағы қателерді дұрыстаңыз."
  249. msgid "Please correct the errors below."
  250. msgstr ""
  251. #, python-format
  252. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  253. msgstr ""
  254. "<strong>%(username)s</strong> пайдаланушы үшін жаңа құпия сөзді енгізіңіз."
  255. msgid "Welcome,"
  256. msgstr "Қош келдіңіз,"
  257. msgid "View site"
  258. msgstr ""
  259. msgid "Documentation"
  260. msgstr "Құжаттама"
  261. msgid "Log out"
  262. msgstr "Шығу"
  263. #, python-format
  264. msgid "Add %(name)s"
  265. msgstr "%(name)s қосу"
  266. msgid "History"
  267. msgstr "Тарих"
  268. msgid "View on site"
  269. msgstr "Сайтта көру"
  270. msgid "Filter"
  271. msgstr "Сүзгіз"
  272. msgid "Remove from sorting"
  273. msgstr ""
  274. #, python-format
  275. msgid "Sorting priority: %(priority_number)s"
  276. msgstr ""
  277. msgid "Toggle sorting"
  278. msgstr ""
  279. msgid "Delete"
  280. msgstr "Өшіру"
  281. #, python-format
  282. msgid ""
  283. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  284. "related objects, but your account doesn't have permission to delete the "
  285. "following types of objects:"
  286. msgstr ""
  287. "%(object_name)s '%(escaped_object)s' объектты өшіруы байланысты объекттерін "
  288. "өшіруді қажет етеді, бырақ сізде осындай объектерді өшіру рұқсаты жоқ:"
  289. #, python-format
  290. msgid ""
  291. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  292. "following protected related objects:"
  293. msgstr ""
  294. "%(object_name)s '%(escaped_object)s' объектті өшіру осындай байлансты "
  295. "объекттерды өшіруді қажет етеді:"
  296. #, python-format
  297. msgid ""
  298. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  299. "All of the following related items will be deleted:"
  300. msgstr ""
  301. "%(object_name)s \"%(escaped_object)s\" объекттерді өшіруге сенімдісіз бе? "
  302. "Бұл байланысты элементтер де өшіріледі:"
  303. msgid "Objects"
  304. msgstr ""
  305. msgid "Yes, I'm sure"
  306. msgstr "Иә, сенімдімін"
  307. msgid "No, take me back"
  308. msgstr ""
  309. msgid "Delete multiple objects"
  310. msgstr "Бірнеше объекттерді өшіру"
  311. #, python-format
  312. msgid ""
  313. "Deleting the selected %(objects_name)s would result in deleting related "
  314. "objects, but your account doesn't have permission to delete the following "
  315. "types of objects:"
  316. msgstr ""
  317. "%(objects_name)s объектты өшіруы байланысты объекттерін өшіруді қажет етеді, "
  318. "бырақ сізде осындай объектерді өшіру рұқсаты жоқ:"
  319. #, python-format
  320. msgid ""
  321. "Deleting the selected %(objects_name)s would require deleting the following "
  322. "protected related objects:"
  323. msgstr ""
  324. "Таңдалған %(objects_name)s-ді(ы) өшіру, онымен байланыстағы қорғалған "
  325. "объектілердің барлығын жояды:"
  326. #, python-format
  327. msgid ""
  328. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  329. "following objects and their related items will be deleted:"
  330. msgstr ""
  331. "Таңдаған %(objects_name)s объектіңізді өшіруге сенімдісіз бе? Себебі, "
  332. "таңдағын объектіліріңіз және онымен байланыстағы барлық элементтер жойылады:"
  333. msgid "Change"
  334. msgstr "Өзгетру"
  335. msgid "Delete?"
  336. msgstr "Өшіру?"
  337. #, python-format
  338. msgid " By %(filter_title)s "
  339. msgstr " %(filter_title)s "
  340. msgid "Summary"
  341. msgstr ""
  342. #, python-format
  343. msgid "Models in the %(name)s application"
  344. msgstr ""
  345. msgid "Add"
  346. msgstr "Қосу"
  347. msgid "You don't have permission to edit anything."
  348. msgstr "Бірденке түзетуге рұқсатыңыз жоқ."
  349. msgid "Recent actions"
  350. msgstr ""
  351. msgid "My actions"
  352. msgstr ""
  353. msgid "None available"
  354. msgstr "Қол жетімдісі жоқ"
  355. msgid "Unknown content"
  356. msgstr "Белгісіз мазмұн"
  357. msgid ""
  358. "Something's wrong with your database installation. Make sure the appropriate "
  359. "database tables have been created, and make sure the database is readable by "
  360. "the appropriate user."
  361. msgstr ""
  362. "Дерекқор орнатуыңызда бір қате бар. Дерекқор кестелері дұрыс құрылғаның және "
  363. "дерекқор көрсетілген дерекқор пайдаланушыда оқұ рұқсаты бар."
  364. #, python-format
  365. msgid ""
  366. "You are authenticated as %(username)s, but are not authorized to access this "
  367. "page. Would you like to login to a different account?"
  368. msgstr ""
  369. msgid "Forgotten your password or username?"
  370. msgstr ""
  371. msgid "Date/time"
  372. msgstr "Өшіру/Уақыт"
  373. msgid "User"
  374. msgstr "Қолданушы"
  375. msgid "Action"
  376. msgstr "Әрекет"
  377. msgid ""
  378. "This object doesn't have a change history. It probably wasn't added via this "
  379. "admin site."
  380. msgstr ""
  381. "Бұл объекттың өзгерту тарихы жоқ. Мүмкін ол бұл сайт арқылы енгізілген жоқ."
  382. msgid "Show all"
  383. msgstr "Барлығын көрсету"
  384. msgid "Save"
  385. msgstr "Сақтау"
  386. msgid "Popup closing..."
  387. msgstr ""
  388. #, python-format
  389. msgid "Change selected %(model)s"
  390. msgstr ""
  391. #, python-format
  392. msgid "Add another %(model)s"
  393. msgstr ""
  394. #, python-format
  395. msgid "Delete selected %(model)s"
  396. msgstr ""
  397. msgid "Search"
  398. msgstr "Іздеу"
  399. #, python-format
  400. msgid "%(counter)s result"
  401. msgid_plural "%(counter)s results"
  402. msgstr[0] "%(counter)s нәтиже"
  403. #, python-format
  404. msgid "%(full_result_count)s total"
  405. msgstr "Барлығы %(full_result_count)s"
  406. msgid "Save as new"
  407. msgstr "Жаңадан сақтау"
  408. msgid "Save and add another"
  409. msgstr "Сақта және жаңасын қос"
  410. msgid "Save and continue editing"
  411. msgstr "Сақта және өзгертуді жалғастыр"
  412. msgid "Thanks for spending some quality time with the Web site today."
  413. msgstr "Бүгін Веб-торапқа уақыт бөлгеніңіз үшін рахмет."
  414. msgid "Log in again"
  415. msgstr "Қайтадан кіріңіз"
  416. msgid "Password change"
  417. msgstr "Құпия сөзді өзгерту"
  418. msgid "Your password was changed."
  419. msgstr "Құпия сөзіңіз өзгертілді."
  420. msgid ""
  421. "Please enter your old password, for security's sake, and then enter your new "
  422. "password twice so we can verify you typed it in correctly."
  423. msgstr ""
  424. "Ескі құпия сөзіңізді енгізіңіз, содан сон сенімді болу үшін жаңа құпия "
  425. "сөзіңізді екі рет енгізіңіз."
  426. msgid "Change my password"
  427. msgstr "Құпия сөзімді өзгерту"
  428. msgid "Password reset"
  429. msgstr "Құпия сөзді өзгерту"
  430. msgid "Your password has been set. You may go ahead and log in now."
  431. msgstr "Сіздің құпия сөзіңіз енгізілді. Жүйеге кіруіңізге болады."
  432. msgid "Password reset confirmation"
  433. msgstr "Құпия сөзді өзгерту растау"
  434. msgid ""
  435. "Please enter your new password twice so we can verify you typed it in "
  436. "correctly."
  437. msgstr "Сенімді болу үшін жаңа құпия сөзіңізді екі рет енгізіңіз."
  438. msgid "New password:"
  439. msgstr "Жаңа құпия сөз:"
  440. msgid "Confirm password:"
  441. msgstr "Құпия сөз (растау):"
  442. msgid ""
  443. "The password reset link was invalid, possibly because it has already been "
  444. "used. Please request a new password reset."
  445. msgstr ""
  446. "Құпия сөзді өзгерту байланыс дұрыс емес, мүмкін ол осыған дейін "
  447. "пайдаланылды. Жаңа құпия сөзді өзгерту сұрау жіберіңіз."
  448. msgid ""
  449. "We've emailed you instructions for setting your password, if an account "
  450. "exists with the email you entered. You should receive them shortly."
  451. msgstr ""
  452. msgid ""
  453. "If you don't receive an email, please make sure you've entered the address "
  454. "you registered with, and check your spam folder."
  455. msgstr ""
  456. #, python-format
  457. msgid ""
  458. "You're receiving this email because you requested a password reset for your "
  459. "user account at %(site_name)s."
  460. msgstr ""
  461. msgid "Please go to the following page and choose a new password:"
  462. msgstr "Жаңа құпия сөзді тандау үшін мынау бетке кіріңіз:"
  463. msgid "Your username, in case you've forgotten:"
  464. msgstr "Егер ұмытып қалған болсаңыз, пайдалануш атыңыз:"
  465. msgid "Thanks for using our site!"
  466. msgstr "Біздің веб-торабын қолданғаныңыз үшін рахмет!"
  467. #, python-format
  468. msgid "The %(site_name)s team"
  469. msgstr "%(site_name)s тобы"
  470. msgid ""
  471. "Forgotten your password? Enter your email address below, and we'll email "
  472. "instructions for setting a new one."
  473. msgstr ""
  474. msgid "Email address:"
  475. msgstr ""
  476. msgid "Reset my password"
  477. msgstr "Құпия сөзді жаңала"
  478. msgid "All dates"
  479. msgstr "Барлық мерзімдер"
  480. #, python-format
  481. msgid "Select %s"
  482. msgstr "%s таңда"
  483. #, python-format
  484. msgid "Select %s to change"
  485. msgstr "%s өзгерту үщін таңда"
  486. msgid "Date:"
  487. msgstr "Күнтізбелік күн:"
  488. msgid "Time:"
  489. msgstr "Уақыт:"
  490. msgid "Lookup"
  491. msgstr "Іздеу"
  492. msgid "Currently:"
  493. msgstr ""
  494. msgid "Change:"
  495. msgstr ""