en-GB.toml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. # ‘amuse’ translation note:
  2. # as the name it must not be translated; the name comes both from amusement, and a muse (godess).
  3. # as a verb (esp. in `let_amuse_you`) it should not imply happiness, rather entertainment (cf. Oxford Dictionary of English ‘amuse’, sense 2)
  4. # missing strings are taken from `default.toml`
  5. # titles, characters, and quotes should come from official translations
  6. # quotes must include quotation marks, titles must not
  7. [global]
  8. # format as per POSIX date(1p) without %c, %r, %x, %X
  9. date_format = "%d %B %Y"
  10. date_format_full = "%d %B %Y, %H:%M"
  11. date_format_time = "%H:%M"
  12. experience_format_today = "today"
  13. experience_format_yesterday = "yesterday"
  14. experience_format_ereyester = "ereyester"
  15. experience_format_week = "last %A"
  16. experience_format_year = "on %b %d"
  17. experience_format_earlier = "on %d %B %Y"
  18. Monday = "Monday"
  19. Tuesday = "Tuesday"
  20. Wednesday = "Wednesday"
  21. Thursday = "Thursday"
  22. Friday = "Friday"
  23. Saturday = "Saturday"
  24. Sunday = "Sunday"
  25. Monday_short = "Mon"
  26. Tuesday_short = "Tue"
  27. Wednesday_short = "Wed"
  28. Thursday_short = "Thu"
  29. Friday_short = "Fri"
  30. Saturday_short = "Sat"
  31. Sunday_short = "Sun"
  32. January = "January"
  33. February = "February"
  34. March = "March"
  35. April = "April"
  36. May = "May"
  37. June = "June"
  38. July = "July"
  39. August = "August"
  40. September = "September"
  41. October = "October"
  42. November = "November"
  43. December = "December"
  44. January_short = "Jan"
  45. February_short = "Feb"
  46. March_short = "Mar"
  47. April_short = "Apr"
  48. May_short = "May"
  49. June_short = "Jun"
  50. July_short = "Jul"
  51. August_short = "Aug"
  52. September_short = "Sep"
  53. October_short = "Oct"
  54. November_short = "Nov"
  55. December_short = "Dec"
  56. search = "search…"
  57. unknown = "unknown"
  58. [index]
  59. # `{}` is replaced with search field
  60. let_amuse_you = "Let {} amuse You"
  61. source_link_title = "source code"
  62. about_link_title = "about a·muse"
  63. [search]
  64. next_link_title = "next page"
  65. prev_link_title = "previous page"
  66. not_found_quote = "‘Empty!’"
  67. not_found_character = "Maurice Moss"
  68. not_found_title = "The IT Crowd"
  69. not_found_code = "S01E02"
  70. not_found_episode = "‘Calamity Jen’"
  71. too_far_quote = "‘You have gone too far.’"
  72. too_far_character = "Moriticia Addams"
  73. too_far_title = "Addams Family Values"
  74. film = "Film"
  75. tvserie = "TV Series"
  76. person = "Person"
  77. author = "Author"
  78. book = "Book"
  79. bookserie = "Books series"
  80. droids = "Are this not the droids You are looking for?"
  81. [film]
  82. minutes = "min"
  83. in_this_collection = "In this collection"
  84. cast = "Cast"
  85. crew = "Crew"
  86. rating = "Rating"
  87. votes = "votes"
  88. # to be disclosed
  89. TBD = "TBD"
  90. genre = "Genre"
  91. based_on = "Based on"
  92. source = "Source"
  93. runtime = "Runtime"
  94. status = "Status"
  95. empty_payroll = "Empty payroll"
  96. watched = "Watched"
  97. Watchlist = "Watchlist"
  98. onWatchlist = "You want to watch this film"
  99. [serie]
  100. season = "Season"
  101. cast = "Cast"
  102. crew = "Crew"
  103. rating = "Rating"
  104. votes = "votes"
  105. no_rating = "TBD"
  106. genre = "Genre"
  107. source = "Source"
  108. status = "Status"
  109. based_on = "Based on"
  110. latest_episode = "Latest episode"
  111. empty_payroll = "Empty payroll"
  112. no_episodes = "This season is empty"
  113. watched = "Watched"
  114. next_episode = "Next episode"
  115. [person]
  116. cast = "Cast"
  117. crew = "Crew"
  118. as = "as"
  119. born = "Born"
  120. died = "Died"
  121. source = "Source"
  122. unknown = "Unknown"
  123. empty_payroll = "Empty payroll"
  124. [book]
  125. author = "Author"
  126. genre = "Genre"
  127. source = "Source"
  128. serie = "Series"
  129. part = "Part"
  130. [bookSerie]
  131. author = "Author"
  132. genre = "Genre"
  133. source = "Source"
  134. in_this_collection = "In this series"
  135. [about]
  136. title = "About a·muse"
  137. explain_header = '‘EXPLAIN!’'
  138. explain_character = "Dalek Caan"
  139. explain_title = "Doctor Who"
  140. explain_code = "S03E04"
  141. explain_episode_title = "‘Daleks in Manhattan’"
  142. explain_paragraph ="a·muse is a no-JavaScript frontend for The Movie Database. It is also a system that connects films with books which the former are based on, thanks to using data from Wikidata. Finally, a·muse is also a place to collect ideas which films, books, and series watch or read next, and which of those have already been watched or read."
  143. name_header = "‘What’s in a name?’"
  144. name_character = "Juliet"
  145. name_title = "Romeo and Juliet"
  146. name_paragraph1 = "The name of the system is ‘a·muse.’ The name of the program, command, any package is ‘amuse.’"
  147. name_paragraph2 = "Both are pronounced the same–[æˈʔmjuːz]."
  148. name_paragraph3 = "It’s a play of words—amuse as a verb, and a muse as a goddess."
  149. sources_header = "‘Where did it come from?’"
  150. sources_character = "Shrek"
  151. sources_title = "Shrek"
  152. sources_paragraph1 = "Information about films, persons, and series comes from The Movie Database; as I’m required to disclaim, this product uses the TMDb API but is not endorsed or certified by TMDb. If something should be missing or be wrong, https://www.themoviedb.org/bible[contribute to TMDb]."
  153. sources_paragraph2 = "Information about books and connections between books and films or series comes from Wikidata. The data is available under https://creativecommons.org/publicdomain/zero/1.0/[Creative Commons Public Domain Dedication (CC0)]. If something should be missing or be wrong, https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:Contribute[contribute to Wikidata]."
  154. sources_paragraph3 = "Book covers … (something, something, Inventaire)"
  155. credits_header = "‘Give yourself some credit, please.’"
  156. credits_paragraph = "Apart from invaluable sources, this system would not exist without"
  157. credits_title = "The Avengers"
  158. credits_character = "Tony Stark"
  159. license_header = "‘Can I have that’"
  160. license_paragraph1 = "You sure can! a·muse is available under https://www.gnu.org/licenses/agpl-3.0.en.html[GNU AGPL] version 3 or later. You can do whatever You want, but You must release the source code."
  161. license_paragraph2 = "Now go, host Your own instance."
  162. license_title = "The Amazing Spider-Man"
  163. license_character = "Peter Parker"
  164. [error]
  165. error = "Error"
  166. 400_quote ="‘Wenk wenk.’"
  167. 400_character = "Gunter"
  168. 400_title = "Adventure Time"
  169. 400_name = "Bad request"
  170. 401_quote = "‘Who do you think you are, Pilgrim?’"
  171. 401_character = "Gideon Gordon Graves"
  172. 401_title = "Scott Pilgrim vs. the World"
  173. 401_name = "Unauthorized"
  174. 404_quote = "‘I couln’t find my Buzz. I know I left him right there.’"
  175. 404_character = "Andy"
  176. 404_title = "Toy Story"
  177. 404_name = "Not found"
  178. 422_quote = "‘I don’t know. I don’t understand.’"
  179. 422_character = "The Narrator"
  180. 422_title = "Fight Club"
  181. 422_name = "Unprocessable Entity"
  182. 500_quote = "‘Houston, we may have a problem’"
  183. 500_character = "Henry Brown"
  184. 500_title = "Paddington"
  185. 500_name = "Server error"