en.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "PrivateBin": "PrivateBin",
  3. "%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted <i>in the browser</i> using 256 bits AES. More information on the <a href=\"https://privatebin.info/\">project page</a>.": "%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted <i>in the browser</i> using 256 bits AES. More information on the <a href=\"https://privatebin.info/\">project page</a>.",
  4. "Because ignorance is bliss": "Because ignorance is bliss",
  5. "en": "en",
  6. "Paste does not exist, has expired or has been deleted.": "Paste does not exist, has expired or has been deleted.",
  7. "%s requires php %s or above to work. Sorry.": "%s requires php %s or above to work. Sorry.",
  8. "%s requires configuration section [%s] to be present in configuration file.": "%s requires configuration section [%s] to be present in configuration file.",
  9. "Please wait %d seconds between each post.": "Please wait %d seconds between each post.",
  10. "Paste is limited to %s of encrypted data.": "Paste is limited to %s of encrypted data.",
  11. "Invalid data.": "Invalid data.",
  12. "You are unlucky. Try again.": "You are unlucky. Try again.",
  13. "Error saving comment. Sorry.": "Error saving comment. Sorry.",
  14. "Error saving paste. Sorry.": "Error saving paste. Sorry.",
  15. "Invalid paste ID.": "Invalid paste ID.",
  16. "Paste is not of burn-after-reading type.": "Paste is not of burn-after-reading type.",
  17. "Wrong deletion token. Paste was not deleted.": "Wrong deletion token. Paste was not deleted.",
  18. "Paste was properly deleted.": "Paste was properly deleted.",
  19. "JavaScript is required for %s to work. Sorry for the inconvenience.": "JavaScript is required for %s to work. Sorry for the inconvenience.",
  20. "%s requires a modern browser to work.": "%s requires a modern browser to work.",
  21. "New": "New",
  22. "Send": "Send",
  23. "Clone": "Clone",
  24. "Raw text": "Raw text",
  25. "Expires": "Expires",
  26. "Burn after reading": "Burn after reading",
  27. "Open discussion": "Open discussion",
  28. "Password (recommended)": "Password (recommended)",
  29. "Discussion": "Discussion",
  30. "Toggle navigation": "Toggle navigation",
  31. "%d seconds": [
  32. "%d second (singular)",
  33. "%d seconds (1st plural)",
  34. "%d seconds (2nd plural)",
  35. "%d seconds (3rd plural)"
  36. ],
  37. "%d minutes": [
  38. "%d minute (singular)",
  39. "%d minutes (1st plural)",
  40. "%d minutes (2nd plural)",
  41. "%d minutes (3rd plural)"
  42. ],
  43. "%d hours": [
  44. "%d hour (singular)",
  45. "%d hours (1st plural)",
  46. "%d hours (2nd plural)",
  47. "%d hours (3rd plural)"
  48. ],
  49. "%d days": [
  50. "%d day (singular)",
  51. "%d days (1st plural)",
  52. "%d days (2nd plural)",
  53. "%d days (3rd plural)"
  54. ],
  55. "%d weeks": [
  56. "%d week (singular)",
  57. "%d weeks (1st plural)",
  58. "%d weeks (2nd plural)",
  59. "%d weeks (3rd plural)"
  60. ],
  61. "%d months": [
  62. "%d month (singular)",
  63. "%d months (1st plural)",
  64. "%d months (2nd plural)",
  65. "%d months (3rd plural)"
  66. ],
  67. "%d years": [
  68. "%d year (singular)",
  69. "%d years (1st plural)",
  70. "%d years (2nd plural)",
  71. "%d years (3rd plural)"
  72. ],
  73. "Never": "Never",
  74. "Note: This is a test service: Data may be deleted anytime. Kittens will die if you abuse this service.": "Note: This is a test service: Data may be deleted anytime. Kittens will die if you abuse this service.",
  75. "This document will expire in %d seconds.": [
  76. "This document will expire in %d second. (singular)",
  77. "This document will expire in %d seconds (1st plural)",
  78. "This document will expire in %d seconds (2nd plural)",
  79. "This document will expire in %d seconds (3rd plural)"
  80. ],
  81. "This document will expire in %d minutes.": [
  82. "This document will expire in %d minute. (singular)",
  83. "This document will expire in %d minutes (1st plural)",
  84. "This document will expire in %d minutes (2nd plural)",
  85. "This document will expire in %d minutes (3rd plural)"
  86. ],
  87. "This document will expire in %d hours.": [
  88. "This document will expire in %d hour. (singular)",
  89. "This document will expire in %d hours (1st plural)",
  90. "This document will expire in %d hours (2nd plural)",
  91. "This document will expire in %d hours (3rd plural)"
  92. ],
  93. "This document will expire in %d days.": [
  94. "This document will expire in %d day. (singular)",
  95. "This document will expire in %d days (1st plural)",
  96. "This document will expire in %d days (2nd plural)",
  97. "This document will expire in %d days (3rd plural)"
  98. ],
  99. "This document will expire in %d months.": [
  100. "This document will expire in %d month. (singular)",
  101. "This document will expire in %d months (1st plural)",
  102. "This document will expire in %d months (2nd plural)",
  103. "This document will expire in %d months (3rd plural)"
  104. ],
  105. "Please enter the password for this paste:": "Please enter the password for this paste:",
  106. "Could not decrypt data (Wrong key?)": "Could not decrypt data (Wrong key?)",
  107. "Could not delete the paste, it was not stored in burn after reading mode.": "Could not delete the paste, it was not stored in burn after reading mode.",
  108. "FOR YOUR EYES ONLY. Don't close this window, this message can't be displayed again.": "FOR YOUR EYES ONLY. Don't close this window, this message can't be displayed again.",
  109. "Could not decrypt comment; Wrong key?": "Could not decrypt comment; Wrong key?",
  110. "Reply": "Reply",
  111. "Anonymous": "Anonymous",
  112. "Avatar generated from IP address": "Avatar generated from IP address",
  113. "Add comment": "Add comment",
  114. "Optional nickname…": "Optional nickname…",
  115. "Post comment": "Post comment",
  116. "Sending comment…": "Sending comment…",
  117. "Comment posted.": "Comment posted.",
  118. "Could not refresh display: %s": "Could not refresh display: %s",
  119. "unknown status": "unknown status",
  120. "server error or not responding": "server error or not responding",
  121. "Could not post comment: %s": "Could not post comment: %s",
  122. "Sending paste…": "Sending paste…",
  123. "Your paste is <a id=\"pasteurl\" href=\"%s\">%s</a> <span id=\"copyhint\">(Hit [Ctrl]+[c] to copy)</span>": "Your paste is <a id=\"pasteurl\" href=\"%s\">%s</a> <span id=\"copyhint\">(Hit [Ctrl]+[c] to copy)</span>",
  124. "Delete data": "Delete data",
  125. "Could not create paste: %s": "Could not create paste: %s",
  126. "Cannot decrypt paste: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)": "Cannot decrypt paste: Decryption key missing in URL (Did you use a redirector or an URL shortener which strips part of the URL?)",
  127. "B": "B",
  128. "KiB": "KiB",
  129. "MiB": "MiB",
  130. "GiB": "GiB",
  131. "TiB": "TiB",
  132. "PiB": "PiB",
  133. "EiB": "EiB",
  134. "ZiB": "ZiB",
  135. "YiB": "YiB",
  136. "Format": "Format",
  137. "Plain Text": "Plain Text",
  138. "Source Code": "Source Code",
  139. "Markdown": "Markdown",
  140. "Download attachment": "Download attachment",
  141. "Cloned: '%s'": "Cloned: '%s'",
  142. "The cloned file '%s' was attached to this paste.": "The cloned file '%s' was attached to this paste.",
  143. "Attach a file": "Attach a file",
  144. "alternatively drag & drop a file or paste an image from the clipboard": "alternatively drag & drop a file or paste an image from the clipboard",
  145. "File too large, to display a preview. Please download the attachment.": "File too large, to display a preview. Please download the attachment.",
  146. "Remove attachment": "Remove attachment",
  147. "Your browser does not support uploading encrypted files. Please use a newer browser.": "Your browser does not support uploading encrypted files. Please use a newer browser.",
  148. "Invalid attachment.": "Invalid attachment.",
  149. "Options": "Options",
  150. "Shorten URL": "Shorten URL",
  151. "Editor": "Editor",
  152. "Preview": "Preview",
  153. "%s requires the PATH to end in a \"%s\". Please update the PATH in your index.php.": "%s requires the PATH to end in a \"%s\". Please update the PATH in your index.php.",
  154. "Decrypt": "Decrypt",
  155. "Enter password": "Enter password",
  156. "Loading…": "Loading…",
  157. "Decrypting paste…": "Decrypting paste…",
  158. "Preparing new paste…": "Preparing new paste…",
  159. "In case this message never disappears please have a look at <a href=\"%s\">this FAQ for information to troubleshoot</a>.": "In case this message never disappears please have a look at <a href=\"%s\">this FAQ for information to troubleshoot</a>.",
  160. "+++ no paste text +++": "+++ no paste text +++",
  161. "Could not get paste data: %s": "Could not get paste data: %s",
  162. "QR code": "QR code",
  163. "This website is using an insecure HTTP connection! Please use it only for testing.": "This website is using an insecure HTTP connection! Please use it only for testing.",
  164. "For more information <a href=\"%s\">see this FAQ entry</a>.": "For more information <a href=\"%s\">see this FAQ entry</a>.",
  165. "Your browser may require an HTTPS connection to support the WebCrypto API. Try <a href=\"%s\">switching to HTTPS</a>.": "Your browser may require an HTTPS connection to support the WebCrypto API. Try <a href=\"%s\">switching to HTTPS</a>.",
  166. "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.",
  167. "waiting on user to provide a password": "waiting on user to provide a password",
  168. "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.",
  169. "Retry": "Retry",
  170. "Showing raw text…": "Showing raw text…",
  171. "Notice:": "Notice:",
  172. "This link will expire after %s.": "This link will expire after %s.",
  173. "This link can only be accessed once, do not use back or refresh button in your browser.": "This link can only be accessed once, do not use back or refresh button in your browser.",
  174. "Link:": "Link:",
  175. "Recipient may become aware of your timezone, convert time to UTC?": "Recipient may become aware of your timezone, convert time to UTC?",
  176. "Use Current Timezone": "Use Current Timezone",
  177. "Convert To UTC": "Convert To UTC",
  178. "Close": "Close",
  179. "Encrypted note on PrivateBin": "Encrypted note on PrivateBin",
  180. "Visit this link to see the note. Giving the URL to anyone allows them to access the note, too.": "Visit this link to see the note. Giving the URL to anyone allows them to access the note, too."
  181. }