en_US.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. {
  2. "confirm.question": "Are you sure?",
  3. "confirm.yes": "yes",
  4. "confirm.no": "no",
  5. "confirm.loading": "In progress...",
  6. "action.subscribe": "Subscribe",
  7. "action.save": "Save",
  8. "action.or": "or",
  9. "action.cancel": "cancel",
  10. "action.remove": "Remove",
  11. "action.remove_feed": "Remove this feed",
  12. "action.update": "Update",
  13. "action.edit": "Edit",
  14. "action.download": "Download",
  15. "action.import": "Import",
  16. "action.login": "Login",
  17. "tooltip.keyboard_shortcuts": "Keyboard Shortcut: %s",
  18. "tooltip.logged_user": "Logged as %s",
  19. "menu.unread": "Unread",
  20. "menu.starred": "Starred",
  21. "menu.history": "History",
  22. "menu.feeds": "Feeds",
  23. "menu.categories": "Categories",
  24. "menu.settings": "Settings",
  25. "menu.logout": "Logout",
  26. "menu.preferences": "Preferences",
  27. "menu.integrations": "Integrations",
  28. "menu.sessions": "Sessions",
  29. "menu.users": "Users",
  30. "menu.about": "About",
  31. "menu.export": "Export",
  32. "menu.import": "Import",
  33. "menu.create_category": "Create a category",
  34. "menu.mark_page_as_read": "Mark this page as read",
  35. "menu.mark_all_as_read": "Mark all as read",
  36. "menu.show_all_entries": "Show all entries",
  37. "menu.show_only_unread_entries": "Show only unread entries",
  38. "menu.refresh_feed": "Refresh",
  39. "menu.refresh_all_feeds": "Refresh all feeds in the background",
  40. "menu.edit_feed": "Edit",
  41. "menu.edit_category": "Edit",
  42. "menu.add_feed": "Add subscription",
  43. "menu.add_user": "Add user",
  44. "menu.flush_history": "Flush history",
  45. "search.label": "Search",
  46. "search.placeholder": "Search...",
  47. "pagination.next": "Next",
  48. "pagination.previous": "Previous",
  49. "entry.status.unread": "Unread",
  50. "entry.status.read": "Read",
  51. "entry.status.toast.unread": "Marked as unread",
  52. "entry.status.toast.read": "Marked as read",
  53. "entry.status.title": "Change entry status",
  54. "entry.bookmark.toggle.on": "Star",
  55. "entry.bookmark.toggle.off": "Unstar",
  56. "entry.bookmark.toast.on": "Starred",
  57. "entry.bookmark.toast.off": "Unstarred",
  58. "entry.state.saving": "Saving...",
  59. "entry.state.loading": "Loading...",
  60. "entry.save.label": "Save",
  61. "entry.save.title": "Save this article",
  62. "entry.save.completed": "Done!",
  63. "entry.save.toast.completed": "Article saved",
  64. "entry.scraper.label": "Fetch original content",
  65. "entry.scraper.title": "Fetch original content",
  66. "entry.scraper.completed": "Done!",
  67. "entry.original.label": "Original",
  68. "entry.comments.label": "Comments",
  69. "entry.comments.title": "View Comments",
  70. "page.unread.title": "Unread",
  71. "page.starred.title": "Starred",
  72. "page.categories.title": "Categories",
  73. "page.categories.no_feed": "No feed.",
  74. "page.categories.feed_count": [
  75. "There is %d feed.",
  76. "There are %d feeds."
  77. ],
  78. "page.new_category.title": "New Category",
  79. "page.new_user.title": "New User",
  80. "page.edit_category.title": "Edit Category: %s",
  81. "page.edit_user.title": "Edit User: %s",
  82. "page.feeds.title": "Feeds",
  83. "page.feeds.last_check": "Last check:",
  84. "page.feeds.error_count": [
  85. "%d error",
  86. "%d errors"
  87. ],
  88. "page.history.title": "History",
  89. "page.import.title": "Import",
  90. "page.search.title": "Search Results",
  91. "page.about.title": "About",
  92. "page.about.credits": "Credits",
  93. "page.about.version": "Version:",
  94. "page.about.build_date": "Build Date:",
  95. "page.about.author": "Author:",
  96. "page.about.license": "License:",
  97. "page.add_feed.title": "New Subscription",
  98. "page.add_feed.no_category": "There is no category. You must have at least one category.",
  99. "page.add_feed.label.url": "URL",
  100. "page.add_feed.submit": "Find a subscription",
  101. "page.add_feed.legend.advanced_options": "Advanced Options",
  102. "page.add_feed.choose_feed": "Choose a Subscription",
  103. "page.edit_feed.title": "Edit Feed: %s",
  104. "page.edit_feed.last_check": "Last check:",
  105. "page.edit_feed.last_modified_header": "LastModified header:",
  106. "page.edit_feed.etag_header": "ETag header:",
  107. "page.edit_feed.no_header": "None",
  108. "page.edit_feed.last_parsing_error": "Last Parsing Error",
  109. "page.entry.attachments": "Attachments",
  110. "page.keyboard_shortcuts.title": "Keyboard Shortcuts",
  111. "page.keyboard_shortcuts.subtitle.sections": "Sections Navigation",
  112. "page.keyboard_shortcuts.subtitle.items": "Items Navigation",
  113. "page.keyboard_shortcuts.subtitle.pages": "Pages Navigation",
  114. "page.keyboard_shortcuts.subtitle.actions": "Actions",
  115. "page.keyboard_shortcuts.go_to_unread": "Go to unread",
  116. "page.keyboard_shortcuts.go_to_starred": "Go to bookmarks",
  117. "page.keyboard_shortcuts.go_to_history": "Go to history",
  118. "page.keyboard_shortcuts.go_to_feeds": "Go to feeds",
  119. "page.keyboard_shortcuts.go_to_categories": "Go to categories",
  120. "page.keyboard_shortcuts.go_to_settings": "Go to settings",
  121. "page.keyboard_shortcuts.show_keyboard_shortcuts": "Show keyboard shortcuts",
  122. "page.keyboard_shortcuts.go_to_previous_item": "Go to previous item",
  123. "page.keyboard_shortcuts.go_to_next_item": "Go to next item",
  124. "page.keyboard_shortcuts.go_to_feed": "Go to feed",
  125. "page.keyboard_shortcuts.go_to_previous_page": "Go to previous page",
  126. "page.keyboard_shortcuts.go_to_next_page": "Go to next page",
  127. "page.keyboard_shortcuts.open_item": "Open selected item",
  128. "page.keyboard_shortcuts.open_original": "Open original link",
  129. "page.keyboard_shortcuts.toggle_read_status": "Toggle read/unread",
  130. "page.keyboard_shortcuts.mark_page_as_read": "Mark current page as read",
  131. "page.keyboard_shortcuts.download_content": "Download original content",
  132. "page.keyboard_shortcuts.toggle_bookmark_status": "Toggle bookmark",
  133. "page.keyboard_shortcuts.save_article": "Save article",
  134. "page.keyboard_shortcuts.remove_feed": "Remove this feed",
  135. "page.keyboard_shortcuts.go_to_search": "Set focus on search form",
  136. "page.keyboard_shortcuts.close_modal": "Close modal dialog",
  137. "page.users.title": "Users",
  138. "page.users.username": "Username",
  139. "page.users.never_logged": "Never",
  140. "page.users.admin.yes": "Yes",
  141. "page.users.admin.no": "No",
  142. "page.users.actions": "Actions",
  143. "page.users.last_login": "Last Login",
  144. "page.users.is_admin": "Administrator",
  145. "page.settings.title": "Settings",
  146. "page.settings.link_google_account": "Link my Google account",
  147. "page.settings.unlink_google_account": "Unlink my Google account",
  148. "page.login.title": "Sign In",
  149. "page.login.google_signin": "Sign in with Google",
  150. "page.integrations.title": "Integrations",
  151. "page.integration.miniflux_api": "Miniflux API",
  152. "page.integration.miniflux_api_endpoint": "API Endpoint",
  153. "page.integration.miniflux_api_username": "Username",
  154. "page.integration.miniflux_api_password": "Password",
  155. "page.integration.miniflux_api_password_value": "Your account password",
  156. "page.integration.bookmarklet": "Bookmarklet",
  157. "page.integration.bookmarklet.name": "Add to Miniflux",
  158. "page.integration.bookmarklet.instructions": "Drag and drop this link to your bookmarks.",
  159. "page.integration.bookmarklet.help": "This special link allows you to subscribe to a website directly by using a bookmark in your web browser.",
  160. "page.sessions.title": "Sessions",
  161. "page.sessions.table.date": "Date",
  162. "page.sessions.table.ip": "IP Address",
  163. "page.sessions.table.user_agent": "User Agent",
  164. "page.sessions.table.actions": "Actions",
  165. "page.sessions.table.current_session": "Current Session",
  166. "alert.no_bookmark": "There is no bookmark at the moment.",
  167. "alert.no_category": "There is no category.",
  168. "alert.no_category_entry": "There are no articles in this category.",
  169. "alert.no_feed_entry": "There are no articles for this feed.",
  170. "alert.no_feed": "You don't have any subscriptions.",
  171. "alert.no_history": "There is no history at the moment.",
  172. "alert.feed_error": "There is a problem with this feed",
  173. "alert.no_search_result": "There are no results for this search.",
  174. "alert.no_unread_entry": "There are no unread articles.",
  175. "alert.no_user": "You are the only user.",
  176. "alert.account_unlinked": "Your external account is now dissociated!",
  177. "alert.account_linked": "Your external account is now linked!",
  178. "alert.pocket_linked": "Your Pocket account is now linked!",
  179. "alert.prefs_saved": "Preferences saved!",
  180. "error.unlink_account_without_password": "You must define a password otherwise you won't be able to login again.",
  181. "error.duplicate_linked_account": "There is already someone associated with this provider!",
  182. "error.duplicate_fever_username": "There is already someone else with the same Fever username!",
  183. "error.pocket_request_token": "Unable to fetch request token from Pocket!",
  184. "error.pocket_access_token": "Unable to fetch access token from Pocket!",
  185. "error.category_already_exists": "This category already exists.",
  186. "error.unable_to_create_category": "Unable to create this category.",
  187. "error.unable_to_update_category": "Unable to update this category.",
  188. "error.user_already_exists": "This user already exists.",
  189. "error.unable_to_create_user": "Unable to create this user.",
  190. "error.unable_to_update_user": "Unable to update this user.",
  191. "error.unable_to_update_feed": "Unable to update this feed.",
  192. "error.subscription_not_found": "Unable to find any subscription.",
  193. "error.empty_file": "This file is empty.",
  194. "error.bad_credentials": "Invalid username or password.",
  195. "error.fields_mandatory": "All fields are mandatory.",
  196. "error.title_required": "The title is mandatory.",
  197. "error.different_passwords": "Passwords are not the same.",
  198. "error.password_min_length": "The password must have at least 6 characters.",
  199. "error.settings_mandatory_fields": "The username, theme, language and timezone fields are mandatory.",
  200. "error.feed_mandatory_fields": "The URL and the category are mandatory.",
  201. "error.user_mandatory_fields": "The username is mandatory.",
  202. "form.feed.label.title": "Title",
  203. "form.feed.label.site_url": "Site URL",
  204. "form.feed.label.feed_url": "Feed URL",
  205. "form.feed.label.category": "Category",
  206. "form.feed.label.crawler": "Fetch original content",
  207. "form.feed.label.feed_username": "Feed Username",
  208. "form.feed.label.feed_password": "Feed Password",
  209. "form.feed.label.user_agent": "Override Default User Agent",
  210. "form.feed.label.scraper_rules": "Scraper Rules",
  211. "form.feed.label.rewrite_rules": "Rewrite Rules",
  212. "form.feed.label.disabled": "Do not refresh this feed",
  213. "form.category.label.title": "Title",
  214. "form.user.label.username": "Username",
  215. "form.user.label.password": "Password",
  216. "form.user.label.confirmation": "Password Confirmation",
  217. "form.user.label.admin": "Administrator",
  218. "form.prefs.label.language": "Language",
  219. "form.prefs.label.timezone": "Timezone",
  220. "form.prefs.label.theme": "Theme",
  221. "form.prefs.label.entry_sorting": "Entry Sorting",
  222. "form.prefs.select.older_first": "Older entries first",
  223. "form.prefs.select.recent_first": "Recent entries first",
  224. "form.prefs.label.keyboard_shortcuts": "Enable keyboard shortcuts",
  225. "form.import.label.file": "OPML file",
  226. "form.import.label.url": "URL",
  227. "form.integration.fever_activate": "Activate Fever API",
  228. "form.integration.fever_username": "Fever Username",
  229. "form.integration.fever_password": "Fever Password",
  230. "form.integration.fever_endpoint": "Fever API endpoint:",
  231. "form.integration.pinboard_activate": "Save articles to Pinboard",
  232. "form.integration.pinboard_token": "Pinboard API Token",
  233. "form.integration.pinboard_tags": "Pinboard Tags",
  234. "form.integration.pinboard_bookmark": "Mark bookmark as unread",
  235. "form.integration.instapaper_activate": "Save articles to Instapaper",
  236. "form.integration.instapaper_username": "Instapaper Username",
  237. "form.integration.instapaper_password": "Instapaper Password",
  238. "form.integration.pocket_activate": "Save articles to Pocket",
  239. "form.integration.pocket_consumer_key": "Pocket Consumer Key",
  240. "form.integration.pocket_access_token": "Pocket Access Token",
  241. "form.integration.pocket_connect_link": "Connect your Pocket account",
  242. "form.integration.wallabag_activate": "Save articles to Wallabag",
  243. "form.integration.wallabag_endpoint": "Wallabag API Endpoint",
  244. "form.integration.wallabag_client_id": "Wallabag Client ID",
  245. "form.integration.wallabag_client_secret": "Wallabag Client Secret",
  246. "form.integration.wallabag_username": "Wallabag Username",
  247. "form.integration.wallabag_password": "Wallabag Password",
  248. "form.integration.nunux_keeper_activate": "Save articles to Nunux Keeper",
  249. "form.integration.nunux_keeper_endpoint": "Nunux Keeper API Endpoint",
  250. "form.integration.nunux_keeper_api_key": "Nunux Keeper API key",
  251. "form.submit.loading": "Loading...",
  252. "form.submit.saving": "Saving...",
  253. "time_elapsed.not_yet": "not yet",
  254. "time_elapsed.yesterday": "yesterday",
  255. "time_elapsed.now": "just now",
  256. "time_elapsed.minutes": [
  257. "%d minute ago",
  258. "%d minutes ago"
  259. ],
  260. "time_elapsed.hours": [
  261. "%d hour ago",
  262. "%d hours ago"
  263. ],
  264. "time_elapsed.days": [
  265. "%d day ago",
  266. "%d days ago"
  267. ],
  268. "time_elapsed.weeks": [
  269. "%d week ago",
  270. "%d weeks ago"
  271. ],
  272. "time_elapsed.months": [
  273. "%d month ago",
  274. "%d months ago"
  275. ],
  276. "time_elapsed.years": [
  277. "%d year ago",
  278. "%d years ago"
  279. ]
  280. }