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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  1. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  2. # This file is distributed under the same license as the PACKAGE package.
  3. #
  4. #
  5. # Translators:
  6. # Muhammad Panji <sumodirjo@gmail.com>, 2012
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Django Debug Toolbar\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2014-04-25 21:52+0200\n"
  12. "PO-Revision-Date: 2014-04-25 19:53+0000\n"
  13. "Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n"
  14. "Language-Team: Indonesian (http://www.transifex.com/projects/p/django-debug-toolbar/language/id/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: id\n"
  19. "Plural-Forms: nplurals=1; plural=0;\n"
  20. #: apps.py:11
  21. msgid "Debug Toolbar"
  22. msgstr ""
  23. #: views.py:14
  24. msgid ""
  25. "Data for this panel isn't available anymore. Please reload the page and "
  26. "retry."
  27. msgstr ""
  28. #: panels/cache.py:191
  29. msgid "Cache"
  30. msgstr ""
  31. #: panels/cache.py:196
  32. #, python-format
  33. msgid "%(cache_calls)d call in %(time).2fms"
  34. msgid_plural "%(cache_calls)d calls in %(time).2fms"
  35. msgstr[0] ""
  36. #: panels/cache.py:204
  37. #, python-format
  38. msgid "Cache calls from %(count)d backend"
  39. msgid_plural "Cache calls from %(count)d backends"
  40. msgstr[0] ""
  41. #: panels/headers.py:35
  42. msgid "Headers"
  43. msgstr ""
  44. #: panels/logging.py:64
  45. msgid "Logging"
  46. msgstr ""
  47. #: panels/logging.py:70
  48. #, python-format
  49. msgid "%(count)s message"
  50. msgid_plural "%(count)s messages"
  51. msgstr[0] "%(count)s pesan"
  52. #: panels/logging.py:73
  53. msgid "Log messages"
  54. msgstr ""
  55. #: panels/profiling.py:127
  56. msgid "Profiling"
  57. msgstr ""
  58. #: panels/redirects.py:17
  59. msgid "Intercept redirects"
  60. msgstr ""
  61. #: panels/request.py:18
  62. msgid "Request"
  63. msgstr ""
  64. #: panels/request.py:35
  65. msgid "<no view>"
  66. msgstr ""
  67. #: panels/request.py:47
  68. msgid "<unavailable>"
  69. msgstr ""
  70. #: panels/settings.py:20
  71. msgid "Settings"
  72. msgstr "Pengaturan"
  73. #: panels/settings.py:23
  74. #, python-format
  75. msgid "Settings from <code>%s</code>"
  76. msgstr "Pengaturan dari <code>%s</code>"
  77. #: panels/signals.py:45
  78. #, python-format
  79. msgid "%(num_receivers)d receiver of 1 signal"
  80. msgid_plural "%(num_receivers)d receivers of 1 signal"
  81. msgstr[0] ""
  82. #: panels/signals.py:48
  83. #, python-format
  84. msgid "%(num_receivers)d receiver of %(num_signals)d signals"
  85. msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
  86. msgstr[0] ""
  87. #: panels/signals.py:53
  88. msgid "Signals"
  89. msgstr "Sinyal"
  90. #: panels/staticfiles.py:89
  91. #, python-format
  92. msgid "Static files (%(num_found)s found, %(num_used)s used)"
  93. msgstr ""
  94. #: panels/staticfiles.py:107
  95. msgid "Static files"
  96. msgstr "Berkas statik"
  97. #: panels/staticfiles.py:112
  98. #, python-format
  99. msgid "%(num_used)s file used"
  100. msgid_plural "%(num_used)s files used"
  101. msgstr[0] ""
  102. #: panels/timer.py:23
  103. #, python-format
  104. msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
  105. msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"
  106. #: panels/timer.py:28
  107. #, python-format
  108. msgid "Total: %0.2fms"
  109. msgstr ""
  110. #: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7
  111. #: templates/debug_toolbar/panels/sql_explain.html:11
  112. #: templates/debug_toolbar/panels/sql_profile.html:12
  113. #: templates/debug_toolbar/panels/sql_select.html:11
  114. msgid "Time"
  115. msgstr "Waktu"
  116. #: panels/timer.py:42
  117. msgid "User CPU time"
  118. msgstr "CPU time pengguna"
  119. #: panels/timer.py:42
  120. #, python-format
  121. msgid "%(utime)0.3f msec"
  122. msgstr ""
  123. #: panels/timer.py:43
  124. msgid "System CPU time"
  125. msgstr "CPU time sistem"
  126. #: panels/timer.py:43
  127. #, python-format
  128. msgid "%(stime)0.3f msec"
  129. msgstr ""
  130. #: panels/timer.py:44
  131. msgid "Total CPU time"
  132. msgstr "CPU time total"
  133. #: panels/timer.py:44
  134. #, python-format
  135. msgid "%(total)0.3f msec"
  136. msgstr ""
  137. #: panels/timer.py:45
  138. msgid "Elapsed time"
  139. msgstr "Waktu terlampaui"
  140. #: panels/timer.py:45
  141. #, python-format
  142. msgid "%(total_time)0.3f msec"
  143. msgstr ""
  144. #: panels/timer.py:46
  145. msgid "Context switches"
  146. msgstr ""
  147. #: panels/timer.py:46
  148. #, python-format
  149. msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
  150. msgstr ""
  151. #: panels/versions.py:25
  152. msgid "Versions"
  153. msgstr "Versi"
  154. #: panels/sql/panel.py:22
  155. msgid "Autocommit"
  156. msgstr ""
  157. #: panels/sql/panel.py:23
  158. msgid "Read uncommitted"
  159. msgstr ""
  160. #: panels/sql/panel.py:24
  161. msgid "Read committed"
  162. msgstr ""
  163. #: panels/sql/panel.py:25
  164. msgid "Repeatable read"
  165. msgstr ""
  166. #: panels/sql/panel.py:26
  167. msgid "Serializable"
  168. msgstr "Variabel"
  169. #: panels/sql/panel.py:37
  170. msgid "Idle"
  171. msgstr ""
  172. #: panels/sql/panel.py:38
  173. msgid "Active"
  174. msgstr "Aksi"
  175. #: panels/sql/panel.py:39
  176. msgid "In transaction"
  177. msgstr "Status transaksi:"
  178. #: panels/sql/panel.py:40
  179. msgid "In error"
  180. msgstr ""
  181. #: panels/sql/panel.py:41
  182. msgid "Unknown"
  183. msgstr "(tidak diketahui)"
  184. #: panels/sql/panel.py:105
  185. msgid "SQL"
  186. msgstr "SQL"
  187. #: panels/templates/panel.py:141
  188. msgid "Templates"
  189. msgstr "Template"
  190. #: panels/templates/panel.py:146
  191. #, python-format
  192. msgid "Templates (%(num_templates)s rendered)"
  193. msgstr ""
  194. #: templates/debug_toolbar/base.html:19
  195. msgid "Hide toolbar"
  196. msgstr ""
  197. #: templates/debug_toolbar/base.html:19
  198. msgid "Hide"
  199. msgstr "Menyembunyikan"
  200. #: templates/debug_toolbar/base.html:25
  201. msgid "Disable for next and successive requests"
  202. msgstr ""
  203. #: templates/debug_toolbar/base.html:25
  204. msgid "Enable for next and successive requests"
  205. msgstr ""
  206. #: templates/debug_toolbar/base.html:47
  207. msgid "Show toolbar"
  208. msgstr ""
  209. #: templates/debug_toolbar/base.html:53
  210. msgid "Close"
  211. msgstr "Menutup"
  212. #: templates/debug_toolbar/redirect.html:8
  213. msgid "Location:"
  214. msgstr ""
  215. #: templates/debug_toolbar/redirect.html:10
  216. msgid ""
  217. "The Django Debug Toolbar has intercepted a redirect to the above URL for "
  218. "debug viewing purposes. You can click the above link to continue with the "
  219. "redirect as normal."
  220. msgstr ""
  221. #: templates/debug_toolbar/panels/cache.html:2
  222. msgid "Summary"
  223. msgstr ""
  224. #: templates/debug_toolbar/panels/cache.html:6
  225. msgid "Total calls"
  226. msgstr ""
  227. #: templates/debug_toolbar/panels/cache.html:7
  228. msgid "Total time"
  229. msgstr ""
  230. #: templates/debug_toolbar/panels/cache.html:8
  231. msgid "Cache hits"
  232. msgstr ""
  233. #: templates/debug_toolbar/panels/cache.html:9
  234. msgid "Cache misses"
  235. msgstr ""
  236. #: templates/debug_toolbar/panels/cache.html:21
  237. msgid "Commands"
  238. msgstr ""
  239. #: templates/debug_toolbar/panels/cache.html:39
  240. msgid "Calls"
  241. msgstr ""
  242. #: templates/debug_toolbar/panels/cache.html:43
  243. #: templates/debug_toolbar/panels/sql.html:20
  244. msgid "Time (ms)"
  245. msgstr "Waktu (milidetik)"
  246. #: templates/debug_toolbar/panels/cache.html:44
  247. msgid "Type"
  248. msgstr "Jenis"
  249. #: templates/debug_toolbar/panels/cache.html:45
  250. #: templates/debug_toolbar/panels/request.html:8
  251. msgid "Arguments"
  252. msgstr ""
  253. #: templates/debug_toolbar/panels/cache.html:46
  254. #: templates/debug_toolbar/panels/request.html:9
  255. msgid "Keyword arguments"
  256. msgstr ""
  257. #: templates/debug_toolbar/panels/cache.html:47
  258. msgid "Backend"
  259. msgstr ""
  260. #: templates/debug_toolbar/panels/headers.html:3
  261. msgid "Request headers"
  262. msgstr ""
  263. #: templates/debug_toolbar/panels/headers.html:8
  264. #: templates/debug_toolbar/panels/headers.html:27
  265. #: templates/debug_toolbar/panels/headers.html:48
  266. msgid "Key"
  267. msgstr "Kunci"
  268. #: templates/debug_toolbar/panels/headers.html:9
  269. #: templates/debug_toolbar/panels/headers.html:28
  270. #: templates/debug_toolbar/panels/headers.html:49
  271. #: templates/debug_toolbar/panels/request.html:33
  272. #: templates/debug_toolbar/panels/request.html:59
  273. #: templates/debug_toolbar/panels/request.html:85
  274. #: templates/debug_toolbar/panels/request.html:110
  275. #: templates/debug_toolbar/panels/settings.html:6
  276. #: templates/debug_toolbar/panels/timer.html:11
  277. msgid "Value"
  278. msgstr "Nilai"
  279. #: templates/debug_toolbar/panels/headers.html:22
  280. msgid "Response headers"
  281. msgstr ""
  282. #: templates/debug_toolbar/panels/headers.html:41
  283. msgid "WSGI environ"
  284. msgstr ""
  285. #: templates/debug_toolbar/panels/headers.html:43
  286. msgid ""
  287. "Since the WSGI environ inherits the environment of the server, only a "
  288. "significant subset is shown below."
  289. msgstr ""
  290. #: templates/debug_toolbar/panels/logging.html:6
  291. msgid "Level"
  292. msgstr "Tingkat"
  293. #: templates/debug_toolbar/panels/logging.html:8
  294. msgid "Channel"
  295. msgstr "Kanal"
  296. #: templates/debug_toolbar/panels/logging.html:9
  297. msgid "Message"
  298. msgstr "Pesan"
  299. #: templates/debug_toolbar/panels/logging.html:10
  300. #: templates/debug_toolbar/panels/staticfiles.html:45
  301. msgid "Location"
  302. msgstr "Lokasi"
  303. #: templates/debug_toolbar/panels/logging.html:26
  304. msgid "No messages logged"
  305. msgstr "Tidak ada pesan yang dicatat"
  306. #: templates/debug_toolbar/panels/profiling.html:5
  307. msgid "Call"
  308. msgstr "Panggil"
  309. #: templates/debug_toolbar/panels/profiling.html:6
  310. msgid "CumTime"
  311. msgstr "CumTime"
  312. #: templates/debug_toolbar/panels/profiling.html:7
  313. #: templates/debug_toolbar/panels/profiling.html:9
  314. msgid "Per"
  315. msgstr "Per"
  316. #: templates/debug_toolbar/panels/profiling.html:8
  317. msgid "TotTime"
  318. msgstr "TotTime"
  319. #: templates/debug_toolbar/panels/profiling.html:10
  320. msgid "Count"
  321. msgstr "Hitung"
  322. #: templates/debug_toolbar/panels/request.html:3
  323. msgid "View information"
  324. msgstr "Lihat informasi"
  325. #: templates/debug_toolbar/panels/request.html:7
  326. msgid "View function"
  327. msgstr ""
  328. #: templates/debug_toolbar/panels/request.html:10
  329. msgid "URL name"
  330. msgstr ""
  331. #: templates/debug_toolbar/panels/request.html:24
  332. msgid "Cookies"
  333. msgstr ""
  334. #: templates/debug_toolbar/panels/request.html:32
  335. #: templates/debug_toolbar/panels/request.html:58
  336. #: templates/debug_toolbar/panels/request.html:84
  337. #: templates/debug_toolbar/panels/request.html:109
  338. msgid "Variable"
  339. msgstr "Variabel"
  340. #: templates/debug_toolbar/panels/request.html:46
  341. msgid "No cookies"
  342. msgstr ""
  343. #: templates/debug_toolbar/panels/request.html:50
  344. msgid "Session data"
  345. msgstr ""
  346. #: templates/debug_toolbar/panels/request.html:72
  347. msgid "No session data"
  348. msgstr ""
  349. #: templates/debug_toolbar/panels/request.html:76
  350. msgid "GET data"
  351. msgstr ""
  352. #: templates/debug_toolbar/panels/request.html:98
  353. msgid "No GET data"
  354. msgstr "Tidak ada data GET"
  355. #: templates/debug_toolbar/panels/request.html:102
  356. msgid "POST data"
  357. msgstr ""
  358. #: templates/debug_toolbar/panels/request.html:123
  359. msgid "No POST data"
  360. msgstr "Tidak ada data POST"
  361. #: templates/debug_toolbar/panels/settings.html:5
  362. msgid "Setting"
  363. msgstr "Pengaturan"
  364. #: templates/debug_toolbar/panels/signals.html:5
  365. msgid "Signal"
  366. msgstr "Sinyal"
  367. #: templates/debug_toolbar/panels/signals.html:6
  368. msgid "Providing"
  369. msgstr ""
  370. #: templates/debug_toolbar/panels/signals.html:7
  371. msgid "Receivers"
  372. msgstr "Penerima"
  373. #: templates/debug_toolbar/panels/sql.html:7
  374. #, python-format
  375. msgid "%(num)s query"
  376. msgid_plural "%(num)s queries"
  377. msgstr[0] ""
  378. #: templates/debug_toolbar/panels/sql.html:18
  379. msgid "Query"
  380. msgstr ""
  381. #: templates/debug_toolbar/panels/sql.html:19
  382. #: templates/debug_toolbar/panels/timer.html:36
  383. msgid "Timeline"
  384. msgstr ""
  385. #: templates/debug_toolbar/panels/sql.html:21
  386. msgid "Action"
  387. msgstr "Aksi"
  388. #: templates/debug_toolbar/panels/sql.html:64
  389. msgid "Connection:"
  390. msgstr "Koneksi:"
  391. #: templates/debug_toolbar/panels/sql.html:66
  392. msgid "Isolation level:"
  393. msgstr "Tingkat isolasi:"
  394. #: templates/debug_toolbar/panels/sql.html:69
  395. msgid "Transaction status:"
  396. msgstr "Status transaksi:"
  397. #: templates/debug_toolbar/panels/sql.html:83
  398. msgid "(unknown)"
  399. msgstr "(tidak diketahui)"
  400. #: templates/debug_toolbar/panels/sql.html:92
  401. msgid "No SQL queries were recorded during this request."
  402. msgstr ""
  403. #: templates/debug_toolbar/panels/sql_explain.html:3
  404. #: templates/debug_toolbar/panels/sql_profile.html:3
  405. #: templates/debug_toolbar/panels/sql_select.html:3
  406. #: templates/debug_toolbar/panels/template_source.html:3
  407. msgid "Back"
  408. msgstr "Kembali"
  409. #: templates/debug_toolbar/panels/sql_explain.html:4
  410. msgid "SQL explained"
  411. msgstr ""
  412. #: templates/debug_toolbar/panels/sql_explain.html:9
  413. #: templates/debug_toolbar/panels/sql_profile.html:10
  414. #: templates/debug_toolbar/panels/sql_select.html:9
  415. msgid "Executed SQL"
  416. msgstr "SQL Tereksekusi"
  417. #: templates/debug_toolbar/panels/sql_explain.html:13
  418. #: templates/debug_toolbar/panels/sql_profile.html:14
  419. #: templates/debug_toolbar/panels/sql_select.html:13
  420. msgid "Database"
  421. msgstr "Basis data"
  422. #: templates/debug_toolbar/panels/sql_profile.html:4
  423. msgid "SQL profiled"
  424. msgstr ""
  425. #: templates/debug_toolbar/panels/sql_profile.html:37
  426. msgid "Error"
  427. msgstr ""
  428. #: templates/debug_toolbar/panels/sql_select.html:4
  429. msgid "SQL selected"
  430. msgstr ""
  431. #: templates/debug_toolbar/panels/sql_select.html:36
  432. msgid "Empty set"
  433. msgstr "Himpunan kosong"
  434. #: templates/debug_toolbar/panels/staticfiles.html:4
  435. msgid "Static file path"
  436. msgid_plural "Static file paths"
  437. msgstr[0] ""
  438. #: templates/debug_toolbar/panels/staticfiles.html:8
  439. #, python-format
  440. msgid "(prefix %(prefix)s)"
  441. msgstr ""
  442. #: templates/debug_toolbar/panels/staticfiles.html:12
  443. #: templates/debug_toolbar/panels/staticfiles.html:23
  444. #: templates/debug_toolbar/panels/staticfiles.html:35
  445. #: templates/debug_toolbar/panels/templates.html:10
  446. #: templates/debug_toolbar/panels/templates.html:28
  447. #: templates/debug_toolbar/panels/templates.html:43
  448. msgid "None"
  449. msgstr "Tidak ada"
  450. #: templates/debug_toolbar/panels/staticfiles.html:15
  451. msgid "Static file app"
  452. msgid_plural "Static file apps"
  453. msgstr[0] ""
  454. #: templates/debug_toolbar/panels/staticfiles.html:26
  455. msgid "Static file"
  456. msgid_plural "Static files"
  457. msgstr[0] "Berkas statik"
  458. #: templates/debug_toolbar/panels/staticfiles.html:40
  459. #, python-format
  460. msgid "%(payload_count)s file"
  461. msgid_plural "%(payload_count)s files"
  462. msgstr[0] ""
  463. #: templates/debug_toolbar/panels/staticfiles.html:44
  464. msgid "Path"
  465. msgstr ""
  466. #: templates/debug_toolbar/panels/template_source.html:4
  467. msgid "Template source:"
  468. msgstr ""
  469. #: templates/debug_toolbar/panels/templates.html:2
  470. msgid "Template path"
  471. msgid_plural "Template paths"
  472. msgstr[0] "Template path"
  473. #: templates/debug_toolbar/panels/templates.html:13
  474. msgid "Template"
  475. msgid_plural "Templates"
  476. msgstr[0] ""
  477. #: templates/debug_toolbar/panels/templates.html:21
  478. #: templates/debug_toolbar/panels/templates.html:37
  479. msgid "Toggle context"
  480. msgstr ""
  481. #: templates/debug_toolbar/panels/templates.html:31
  482. msgid "Context processor"
  483. msgid_plural "Context processors"
  484. msgstr[0] ""
  485. #: templates/debug_toolbar/panels/timer.html:2
  486. msgid "Resource usage"
  487. msgstr ""
  488. #: templates/debug_toolbar/panels/timer.html:10
  489. msgid "Resource"
  490. msgstr "Sumber daya"
  491. #: templates/debug_toolbar/panels/timer.html:26
  492. msgid "Browser timing"
  493. msgstr ""
  494. #: templates/debug_toolbar/panels/timer.html:35
  495. msgid "Timing attribute"
  496. msgstr ""
  497. #: templates/debug_toolbar/panels/timer.html:37
  498. msgid "Milliseconds since navigation start (+length)"
  499. msgstr ""
  500. #: templates/debug_toolbar/panels/versions.html:5
  501. msgid "Name"
  502. msgstr ""
  503. #: templates/debug_toolbar/panels/versions.html:6
  504. msgid "Version"
  505. msgstr "Versi"