Açıklama Yok

django.po 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2020-04-13 09:40+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #: bot/models.py:12 counter/models.py:28
  20. msgid "counter"
  21. msgstr ""
  22. #: bot/models.py:13 bot/models.py:30 bot/models.py:43
  23. msgid "telegram_user_id"
  24. msgstr ""
  25. #: bot/models.py:17
  26. msgid "telegram_user"
  27. msgstr ""
  28. #: bot/models.py:18
  29. msgid "telegram_users"
  30. msgstr ""
  31. #: bot/models.py:21
  32. #, python-format
  33. msgid "%(counter)s is %(telegram_user_id)d"
  34. msgstr ""
  35. #: bot/models.py:31
  36. msgid "verify_key"
  37. msgstr ""
  38. #: bot/models.py:35
  39. msgid "telegram_user_check"
  40. msgstr ""
  41. #: bot/models.py:36
  42. msgid "telegram_user_checks"
  43. msgstr ""
  44. #: bot/models.py:39
  45. #, python-format
  46. msgid "%(telegram_user_id)d has verif key %(verif_key)s"
  47. msgstr ""
  48. #: bot/models.py:44 bot/models.py:57
  49. msgid "telegram_chat_id"
  50. msgstr ""
  51. #: bot/models.py:48
  52. msgid "telegram_user_chat"
  53. msgstr ""
  54. #: bot/models.py:49
  55. msgid "telegram_user_chats"
  56. msgstr ""
  57. #: bot/models.py:53
  58. #, python-format
  59. msgid "%(telegram_user_id)d is in the chat %(telegram_chat)d"
  60. msgstr ""
  61. #: bot/models.py:61
  62. msgid "notify_only_members"
  63. msgstr ""
  64. #: bot/models.py:65
  65. msgid "telegram_chat"
  66. msgstr ""
  67. #: bot/models.py:66
  68. msgid "telegram_chats"
  69. msgstr ""
  70. #: bot/models.py:69
  71. #, python-format
  72. msgid ""
  73. "%(chat_id)d is a telegram chat, with option notify_only_members to "
  74. "%(notify_only_members)s"
  75. msgstr ""
  76. #: counter/models.py:13
  77. msgid "name"
  78. msgstr ""
  79. #: counter/models.py:14
  80. msgid "email"
  81. msgstr ""
  82. #: counter/models.py:16
  83. msgid "trigram"
  84. msgstr ""
  85. #: counter/models.py:18 counter/views/user.py:22
  86. msgid "Trigram must be 3 characters long."
  87. msgstr ""
  88. #: counter/models.py:20
  89. msgid "associated user"
  90. msgstr ""
  91. #: counter/models.py:21
  92. msgid "email notifications"
  93. msgstr ""
  94. #: counter/models.py:22
  95. msgid "sort by SeumScore"
  96. msgstr ""
  97. #: counter/models.py:25
  98. #, python-format
  99. msgid "%(trigram)s (%(name)s)"
  100. msgstr ""
  101. #: counter/models.py:36 counter/models.py:64
  102. msgid "datetime"
  103. msgstr ""
  104. #: counter/models.py:37
  105. msgid "reason"
  106. msgstr ""
  107. #: counter/models.py:38
  108. msgid "victim"
  109. msgstr ""
  110. #: counter/models.py:39
  111. msgid "seum giver"
  112. msgstr ""
  113. #: counter/models.py:43
  114. #, python-format
  115. msgid "%(counter)s: %(datetime)s (%(reason)s)"
  116. msgstr ""
  117. #: counter/models.py:57 counter/models.py:88
  118. msgid "reset"
  119. msgstr ""
  120. #: counter/models.py:58
  121. msgid "resets"
  122. msgstr ""
  123. #: counter/models.py:62
  124. msgid "liker"
  125. msgstr ""
  126. #: counter/models.py:63
  127. msgid "seum"
  128. msgstr ""
  129. #: counter/models.py:67
  130. msgid "like"
  131. msgstr ""
  132. #: counter/models.py:68
  133. msgid "likes"
  134. msgstr ""
  135. #: counter/models.py:72
  136. #, python-format
  137. msgid "%(liker)s likes %(reset)s"
  138. msgstr ""
  139. #: counter/models.py:79
  140. msgid "keyword"
  141. msgstr ""
  142. #: counter/models.py:80
  143. msgid "keywords"
  144. msgstr ""
  145. #: counter/models.py:87 counter/models.py:91
  146. msgid "hashtag"
  147. msgstr ""
  148. #: counter/models.py:92
  149. msgid "hashtags"
  150. msgstr ""
  151. #: counter/models.py:95
  152. #, python-format
  153. msgid "%(keyword)s for %(who)s"
  154. msgstr ""
  155. #: counter/templates/counterTemplate.html:48
  156. #: counter/templates/homeTemplate.html:25
  157. msgid "No seum yet"
  158. msgstr ""
  159. #: counter/templates/counterTemplate.html:52
  160. #: counter/templates/homeTemplate.html:129
  161. msgid "Got the seum"
  162. msgstr ""
  163. #: counter/templates/counterTemplate.html:53
  164. #: counter/templates/homeTemplate.html:130
  165. #, python-format
  166. msgid "Seum thrown by %(trigram)s %(time_ago)s."
  167. msgstr ""
  168. #: counter/templates/counterTemplate.html:61
  169. #: counter/templates/homeTemplate.html:36
  170. msgid "Reset the counter"
  171. msgstr ""
  172. #: counter/templates/counterTemplate.html:67
  173. msgid "Motive for the seum:"
  174. msgstr ""
  175. #: counter/templates/counterTemplate.html:74
  176. #: counter/templates/homeTemplate.html:80
  177. msgid "Throw the seum"
  178. msgstr ""
  179. #: counter/templates/counterTemplate.html:84
  180. msgid "Timeline of the seum"
  181. msgstr ""
  182. #: counter/templates/counterTemplate.html:89
  183. msgid "No timeline of the seum yet..."
  184. msgstr ""
  185. #: counter/templates/counterTemplate.html:103
  186. msgid "Seum history"
  187. msgstr ""
  188. #: counter/templates/counterTemplate.html:111
  189. #: counter/templates/hashtagTemplate.html:26
  190. msgid "Date"
  191. msgstr ""
  192. #: counter/templates/counterTemplate.html:112
  193. #: counter/templates/hashtagTemplate.html:27
  194. #: counter/templates/homeTemplate.html:73
  195. msgid "Motive"
  196. msgstr ""
  197. #: counter/templates/counterTemplate.html:113
  198. #: counter/templates/hashtagTemplate.html:29
  199. msgid "Seum thrower"
  200. msgstr ""
  201. #: counter/templates/counterTemplate.html:114
  202. #: counter/templates/hashtagTemplate.html:30
  203. msgid "Number of likes"
  204. msgstr ""
  205. #: counter/templates/counterTemplate.html:139
  206. #: counter/templates/hashtagTemplate.html:56
  207. msgid "Back to counters list"
  208. msgstr ""
  209. #: counter/templates/createUser.html:17
  210. msgid "Create your seum counter!"
  211. msgstr ""
  212. #: counter/templates/createUser.html:22
  213. msgid ""
  214. "The email address will be used for password reinitialisation. Your login on "
  215. "this website will be the first part of this address (before the @)."
  216. msgstr ""
  217. #: counter/templates/createUser.html:24
  218. msgid "Email address"
  219. msgstr ""
  220. #: counter/templates/createUser.html:27
  221. msgid ""
  222. "If you check the box below, you will receive an email from <tt>seum@merigoux."
  223. "ovh</tt> each time someone get the seum on the site. Spamming but so "
  224. "enjoyable, can be deactivated and reactivated later."
  225. msgstr ""
  226. #: counter/templates/createUser.html:31
  227. msgid "Email notifications"
  228. msgstr ""
  229. #: counter/templates/createUser.html:35
  230. msgid ""
  231. "Other users will see your nickname and your trigram only, it will be your "
  232. "seum identity!"
  233. msgstr ""
  234. #: counter/templates/createUser.html:36
  235. msgid "This trigram must be 3 characters long exactly."
  236. msgstr ""
  237. #: counter/templates/createUser.html:39 counter/templates/homeTemplate.html:67
  238. #: counter/views/home.py:200 counter/views/home.py:206
  239. #: counter/views/home.py:244 counter/views/home.py:250
  240. #: counter/views/home.py:282 counter/views/home.py:288
  241. msgid "Trigram"
  242. msgstr ""
  243. #: counter/templates/createUser.html:43
  244. msgid "Nick"
  245. msgstr ""
  246. #: counter/templates/createUser.html:46
  247. msgid ""
  248. "I could have required 10 characters with one digit, an emoji, three "
  249. "uppercase letters and two lowercase ones to throw you the seum, but actually "
  250. "you can choose whatever you want."
  251. msgstr ""
  252. #: counter/templates/createUser.html:48 counter/templates/login.html:27
  253. msgid "Password"
  254. msgstr ""
  255. #: counter/templates/createUser.html:52
  256. msgid "Confirm password"
  257. msgstr ""
  258. #: counter/templates/createUser.html:55
  259. msgid ""
  260. "If this form has given you the seum, do not forget to reset your counter "
  261. "once you are logged in!"
  262. msgstr ""
  263. #: counter/templates/createUser.html:57
  264. msgid "Create the counter"
  265. msgstr ""
  266. #: counter/templates/createUser.html:67 counter/templates/login.html:43
  267. #: counter/templates/passwordChange.html:45
  268. #: counter/templates/passwordReset.html:37
  269. #: counter/templates/passwordResetConfirm.html:42
  270. #: counter/templates/passwordResetConfirm.html:53
  271. msgid "Error"
  272. msgstr ""
  273. #: counter/templates/createUserDone.html:5
  274. msgid "Password successfully changed!"
  275. msgstr ""
  276. #: counter/templates/createUserDone.html:17
  277. #: counter/templates/passwordChangeDone.html:17
  278. #: counter/templates/passwordResetComplete.html:17
  279. #: counter/templates/passwordResetDone.html:17
  280. msgid "Victory!"
  281. msgstr ""
  282. #: counter/templates/createUserDone.html:20
  283. msgid "You have created your counter! Your login is "
  284. msgstr ""
  285. #: counter/templates/createUserDone.html:22
  286. msgid "Login to access the website!"
  287. msgstr ""
  288. #: counter/templates/hashtagTemplate.html:20
  289. msgid "Seums containing"
  290. msgstr ""
  291. #: counter/templates/hashtagTemplate.html:28
  292. msgid "Victim"
  293. msgstr ""
  294. #: counter/templates/homeTemplate.html:1
  295. msgid "Counters"
  296. msgstr ""
  297. #: counter/templates/homeTemplate.html:28
  298. msgid "I got the seum"
  299. msgstr ""
  300. #: counter/templates/homeTemplate.html:30
  301. msgid "threw me the seum"
  302. msgstr ""
  303. #: counter/templates/homeTemplate.html:43
  304. msgid "Motive of the seum"
  305. msgstr ""
  306. #: counter/templates/homeTemplate.html:50
  307. msgid "I've got the seum"
  308. msgstr ""
  309. #: counter/templates/homeTemplate.html:61
  310. msgid "Break the seum wall"
  311. msgstr ""
  312. #: counter/templates/homeTemplate.html:126
  313. msgid "Has not got the seum yet"
  314. msgstr ""
  315. #: counter/templates/homeTemplate.html:145
  316. msgid "Timeline of the 24h of the seum"
  317. msgstr ""
  318. #: counter/templates/homeTemplate.html:150
  319. msgid "No seum in the last past 24h..."
  320. msgstr ""
  321. #: counter/templates/homeTemplate.html:161
  322. msgid "Best seumers"
  323. msgstr ""
  324. #: counter/templates/homeTemplate.html:166
  325. #: counter/templates/homeTemplate.html:230
  326. msgid "Nobody got the seum..."
  327. msgstr ""
  328. #: counter/templates/homeTemplate.html:177
  329. msgid "Most liked seumers"
  330. msgstr ""
  331. #: counter/templates/homeTemplate.html:182
  332. #: counter/templates/homeTemplate.html:214
  333. msgid "Nobody liked..."
  334. msgstr ""
  335. #: counter/templates/homeTemplate.html:193
  336. msgid "Most popular hashtags"
  337. msgstr ""
  338. #: counter/templates/homeTemplate.html:198
  339. msgid "Nobody used any hashtag..."
  340. msgstr ""
  341. #: counter/templates/homeTemplate.html:209
  342. msgid "Best likers of seum"
  343. msgstr ""
  344. #: counter/templates/homeTemplate.html:225
  345. msgid "Seum activity"
  346. msgstr ""
  347. #: counter/templates/homeTemplate.html:239
  348. msgid "Logout"
  349. msgstr ""
  350. #: counter/templates/homeTemplate.html:240
  351. #: counter/templates/passwordChange.html:5
  352. #: counter/templates/passwordChange.html:35
  353. #: counter/templates/passwordResetConfirm.html:5
  354. #: counter/templates/passwordResetConfirm.html:32
  355. msgid "Change password"
  356. msgstr ""
  357. #: counter/templates/homeTemplate.html:243
  358. msgid "Deactivate email notifications"
  359. msgstr ""
  360. #: counter/templates/homeTemplate.html:245
  361. msgid "Activate email notifications"
  362. msgstr ""
  363. #: counter/templates/homeTemplate.html:250
  364. msgid "Sort seums by date"
  365. msgstr ""
  366. #: counter/templates/homeTemplate.html:252
  367. msgid "Sort seums by score"
  368. msgstr ""
  369. #: counter/templates/login.html:5
  370. msgid "Login"
  371. msgstr ""
  372. #: counter/templates/login.html:17
  373. msgid "Login to get the seum!"
  374. msgstr ""
  375. #: counter/templates/login.html:23
  376. msgid "Username"
  377. msgstr ""
  378. #: counter/templates/login.html:32
  379. msgid "Log in"
  380. msgstr ""
  381. #: counter/templates/login.html:33 counter/templates/passwordReset.html:5
  382. msgid "Password forgotten"
  383. msgstr ""
  384. #: counter/templates/login.html:46 counter/templates/passwordReset.html:40
  385. msgid "You cannot even login... seum!"
  386. msgstr ""
  387. #: counter/templates/login.html:54
  388. msgid "You don't have a counter yet?"
  389. msgstr ""
  390. #: counter/templates/login.html:57
  391. msgid "Hurry up and create it to share your seum!"
  392. msgstr ""
  393. #: counter/templates/login.html:59
  394. msgid "Create a counter"
  395. msgstr ""
  396. #: counter/templates/passwordChange.html:17
  397. #: counter/templates/passwordResetConfirm.html:18
  398. msgid "Change your password of the seum!"
  399. msgstr ""
  400. #: counter/templates/passwordChange.html:23
  401. msgid "Old password"
  402. msgstr ""
  403. #: counter/templates/passwordChange.html:27
  404. #: counter/templates/passwordResetConfirm.html:24
  405. msgid "New password"
  406. msgstr ""
  407. #: counter/templates/passwordChange.html:31
  408. #: counter/templates/passwordResetConfirm.html:28
  409. msgid "Confirm new password"
  410. msgstr ""
  411. #: counter/templates/passwordChange.html:48
  412. #: counter/templates/passwordResetConfirm.html:45
  413. msgid "You don't even manage to change your password, seum."
  414. msgstr ""
  415. #: counter/templates/passwordChangeDone.html:5
  416. msgid "Password changed!"
  417. msgstr ""
  418. #: counter/templates/passwordChangeDone.html:20
  419. msgid "You changed your password!"
  420. msgstr ""
  421. #: counter/templates/passwordChangeDone.html:22
  422. #: counter/templates/passwordResetComplete.html:22
  423. msgid "Home"
  424. msgstr ""
  425. #: counter/templates/passwordReset.html:17
  426. msgid "Reset password"
  427. msgstr ""
  428. #: counter/templates/passwordReset.html:23
  429. msgid "Email for the reinitialisation link"
  430. msgstr ""
  431. #: counter/templates/passwordReset.html:27
  432. msgid "Send"
  433. msgstr ""
  434. #: counter/templates/passwordResetComplete.html:5
  435. msgid "Your password has been reset"
  436. msgstr ""
  437. #: counter/templates/passwordResetComplete.html:20
  438. msgid ""
  439. "That's it! You have reset your password! You can reset your counter now."
  440. msgstr ""
  441. #: counter/templates/passwordResetConfirm.html:56
  442. msgid "You've got the seum, the link that we sent you has already been used."
  443. msgstr ""
  444. #: counter/templates/passwordResetDone.html:5
  445. msgid "Email sent!"
  446. msgstr ""
  447. #: counter/templates/passwordResetDone.html:20
  448. msgid ""
  449. "We have sent you an email. Follow the instructions to reinitialise your "
  450. "password."
  451. msgstr ""
  452. #: counter/templates/resetEmail.txt:2
  453. msgid ""
  454. "You have lost your password and you've got the seum. You have to follow this "
  455. "link (or copy-paste it in your browser) to reinitialise it:"
  456. msgstr ""
  457. #: counter/templates/resetEmail.txt:6
  458. #, python-format
  459. msgid "Your login is %(login)s in case you have forgotten it too."
  460. msgstr ""
  461. #: counter/templates/resetEmail.txt:11
  462. msgid ""
  463. "P.S.: If you don't want to receive these mails anymore, contact us at denis."
  464. "merigoux@gmail.com"
  465. msgstr ""
  466. #: counter/views/counter.py:41
  467. msgid "unknown"
  468. msgstr ""
  469. #: counter/views/counter.py:81
  470. #, python-format
  471. msgid "From %(who)s: %(reason)s"
  472. msgstr ""
  473. #: counter/views/home.py:158
  474. #, python-format
  475. msgid "%(counter)s: %(reason)s"
  476. msgstr ""
  477. #: counter/views/home.py:160
  478. #, python-format
  479. msgid "%(who)s to %(counter)s: %(reason)s"
  480. msgstr ""
  481. #: counter/views/home.py:164
  482. msgid "Seum"
  483. msgstr ""
  484. #: counter/views/home.py:181
  485. msgid "24h ago"
  486. msgstr ""
  487. #: counter/views/home.py:182
  488. msgid "Now"
  489. msgstr ""
  490. #: counter/views/home.py:200 counter/views/home.py:205
  491. #: counter/views/home.py:225 counter/views/home.py:230
  492. msgid "Number of seums"
  493. msgstr ""
  494. #: counter/views/home.py:225 counter/views/home.py:231
  495. msgid "Month"
  496. msgstr ""
  497. #: counter/views/home.py:244 counter/views/home.py:249
  498. msgid "Number of given likes"
  499. msgstr ""
  500. #: counter/views/home.py:263 counter/views/home.py:269
  501. msgid "Hashtag"
  502. msgstr ""
  503. #: counter/views/home.py:263 counter/views/home.py:268
  504. msgid "Number of seums containing the hashtag"
  505. msgstr ""
  506. #: counter/views/home.py:282 counter/views/home.py:287
  507. msgid "Number of received likes"
  508. msgstr ""
  509. #: counter/views/user.py:26
  510. msgid "Passwords do not match."
  511. msgstr ""
  512. #: counter/views/user.py:31
  513. msgid "A user with this email address already exists."
  514. msgstr ""
  515. #: counter/views/user.py:37
  516. msgid "Use another email address, another user has already this login."
  517. msgstr ""
  518. #: seum/settings.py:105
  519. msgid "English"
  520. msgstr ""
  521. #: seum/settings.py:106
  522. msgid "French"
  523. msgstr ""