Yu-Gi-Oh! Deck Building and Card Inventory Management web interface written in Common Lisp, utilizing HTMX.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

242 行
4.5KB

  1. #: templates/builder/index.html
  2. #, lisp-format
  3. msgid "Deck Builder"
  4. msgstr ""
  5. #: templates/construct/select-sets.html
  6. #, lisp-format
  7. msgid "Select Card Sets"
  8. msgstr ""
  9. #: templates/contact/admin.html
  10. #, lisp-format
  11. msgid "Nothing to see here!"
  12. msgstr ""
  13. #: templates/contact/admin.html
  14. #, lisp-format
  15. msgid "Oops"
  16. msgstr ""
  17. #: templates/contact/admin.html
  18. #, lisp-format
  19. msgid "Feedback Admin Panel"
  20. msgstr ""
  21. #: templates/contact/index.html
  22. #, lisp-format
  23. msgid "Try typing it up in Notepad, then Copy/Paste."
  24. msgstr ""
  25. #: templates/contact/index.html
  26. #, lisp-format
  27. msgid ""
  28. "You can type up a message here and submit it for the administrator to see."
  29. msgstr ""
  30. #: templates/contact/index.html
  31. #, lisp-format
  32. msgid "Contact Us"
  33. msgstr ""
  34. #: templates/decks/_field_control_select.html
  35. #, lisp-format
  36. msgid "None"
  37. msgstr ""
  38. #: templates/decks/index.html
  39. #, lisp-format
  40. msgid "Deck List"
  41. msgstr ""
  42. #: templates/index.html
  43. #, lisp-format
  44. msgid "Click the links at the top to get started."
  45. msgstr ""
  46. #: templates/index.html
  47. #, lisp-format
  48. msgid "Welcome to cl-deck-builder2!"
  49. msgstr ""
  50. #: templates/index.html
  51. #, lisp-format
  52. msgid "Index"
  53. msgstr ""
  54. #: templates/kde-team.html
  55. #, lisp-format
  56. msgid "KDE Team Deck Listing"
  57. msgstr ""
  58. #: templates/label-maker.html
  59. #, lisp-format
  60. msgid "Label Maker"
  61. msgstr ""
  62. #: templates/qr.html
  63. #, lisp-format
  64. msgid "QR Code Generator"
  65. msgstr ""
  66. #: templates/tabs.html
  67. #, lisp-format
  68. msgid "Tabs"
  69. msgstr ""
  70. #: templates/upload.html
  71. #, lisp-format
  72. msgid "File Uploader"
  73. msgstr ""
  74. #: templates/user/admin.html
  75. #, lisp-format
  76. msgid "User Admin Panel"
  77. msgstr ""
  78. #: templates/user/login.html
  79. #, lisp-format
  80. msgid "Login"
  81. msgstr ""
  82. #: templates/user/register.html
  83. #, lisp-format
  84. msgid "Register"
  85. msgstr ""
  86. # SOME DESCRIPTIVE TITLE.
  87. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  88. # This file is distributed under the same license as the PACKAGE package.
  89. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  90. #
  91. #, fuzzy
  92. msgid ""
  93. msgstr ""
  94. "Project-Id-Version: PACKAGE VERSION\n"
  95. "Report-Msgid-Bugs-To: \n"
  96. "POT-Creation-Date: 2023-10-10 19:17+0000\n"
  97. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  98. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  99. "Language-Team: LANGUAGE <LL@li.org>\n"
  100. "Language: \n"
  101. "MIME-Version: 1.0\n"
  102. "Content-Type: text/plain; charset=CHARSET\n"
  103. "Content-Transfer-Encoding: 8bit\n"
  104. #: src/i18n.lisp:60
  105. msgid "Please login to continue"
  106. msgstr ""
  107. #: src/web/upload.lisp:67
  108. #, lisp-format
  109. msgid "Upload success! <a href=\"~a\">~a</a>"
  110. msgstr ""
  111. #: src/web/upload.lisp:70
  112. msgid "Error uploading file. Try again?"
  113. msgstr ""
  114. #: src/web/upload.lisp:85
  115. #, lisp-format
  116. msgid "No such attachment #~d"
  117. msgstr ""
  118. #: src/web/contact.lisp:45
  119. msgid "Feedback cleared."
  120. msgstr ""
  121. #: src/web/contact.lisp:47 src/web/contact.lisp:72 src/web/qr.lisp:38
  122. #: src/web/ydk.lisp:14 src/web/ydk.lisp:25 src/web/decks.lisp:121
  123. #: src/web/decks.lisp:138 src/web/label-maker.lisp:125 src/web/user.lisp:79
  124. #: src/web/user.lisp:83
  125. msgid "Something went wrong. Try again?"
  126. msgstr ""
  127. #: src/web/contact.lisp:71
  128. msgid "Thanks! We got your message."
  129. msgstr ""
  130. #: src/web/category.lisp:65 src/web/decks.lisp:137
  131. msgid "Success!"
  132. msgstr ""
  133. #: src/web/builder.lisp:220
  134. #, lisp-format
  135. msgid "Deck ~a already exists in database; loading..."
  136. msgstr ""
  137. #: src/web/builder.lisp:224
  138. #, lisp-format
  139. msgid "Creating deck ~a into database."
  140. msgstr ""
  141. #: src/web/builder.lisp:279
  142. #, lisp-format
  143. msgid "Found entry ~A (~d); loading...~%"
  144. msgstr ""
  145. #: src/web/builder.lisp:298
  146. #, lisp-format
  147. msgid "Found entry ~A (~d); renaming to ~a.~%"
  148. msgstr ""
  149. #: src/web/decks.lisp:64
  150. msgid "Nothing to see here..."
  151. msgstr ""
  152. #: src/web/decks.lisp:242
  153. msgid "No Name"
  154. msgstr ""
  155. #: src/web/decks.lisp:290
  156. #, lisp-format
  157. msgid "Deck ~a deleted success!"
  158. msgstr ""
  159. #: src/web/toolkit.lisp:29
  160. msgid "Please log in."
  161. msgstr ""
  162. #: src/web/label-maker.lisp:108
  163. msgid "No files."
  164. msgstr ""
  165. #: src/web/label-maker.lisp:122
  166. #, lisp-format
  167. msgid "Success! Download link: <a href=\"/public/~a.pdf\">labels.pdf</a>"
  168. msgstr ""
  169. #: src/web/user.lisp:23
  170. #, lisp-format
  171. msgid "You are already logged in as: ~a"
  172. msgstr ""
  173. #: src/web/user.lisp:29
  174. msgid "A user with that email is already registered."
  175. msgstr ""
  176. #: src/web/user.lisp:43
  177. #, lisp-format
  178. msgid "Hello, ~a!"
  179. msgstr ""
  180. #: src/web/user.lisp:47
  181. msgid "Incorrect password."
  182. msgstr ""
  183. #: src/web/user.lisp:50
  184. msgid "No user corresponding to this email address."
  185. msgstr ""
  186. #: src/web/user.lisp:76
  187. msgid "Success! Please log in."
  188. msgstr ""
  189. #: src/web/user.lisp:123
  190. msgid "Logged out."
  191. msgstr ""
  192. #: src/web/user.lisp:124
  193. msgid "You aren't logged in."
  194. msgstr ""