en_US.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  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. "action.home_screen": "Add to home screen",
  18. "tooltip.keyboard_shortcuts": "Keyboard Shortcut: %s",
  19. "tooltip.logged_user": "Logged in as %s",
  20. "menu.unread": "Unread",
  21. "menu.starred": "Starred",
  22. "menu.history": "History",
  23. "menu.feeds": "Feeds",
  24. "menu.categories": "Categories",
  25. "menu.settings": "Settings",
  26. "menu.logout": "Logout",
  27. "menu.preferences": "Preferences",
  28. "menu.integrations": "Integrations",
  29. "menu.sessions": "Sessions",
  30. "menu.users": "Users",
  31. "menu.about": "About",
  32. "menu.export": "Export",
  33. "menu.import": "Import",
  34. "menu.create_category": "Create a category",
  35. "menu.mark_page_as_read": "Mark this page as read",
  36. "menu.mark_all_as_read": "Mark all as read",
  37. "menu.show_all_entries": "Show all entries",
  38. "menu.show_only_unread_entries": "Show only unread entries",
  39. "menu.refresh_feed": "Refresh",
  40. "menu.refresh_all_feeds": "Refresh all feeds in the background",
  41. "menu.edit_feed": "Edit",
  42. "menu.edit_category": "Edit",
  43. "menu.add_feed": "Add feed",
  44. "menu.add_user": "Add user",
  45. "menu.flush_history": "Flush history",
  46. "menu.feed_entries": "Entries",
  47. "menu.api_keys": "API Keys",
  48. "menu.create_api_key": "Create a new API key",
  49. "menu.shared_entries": "Shared entries",
  50. "search.label": "Search",
  51. "search.placeholder": "Search…",
  52. "pagination.next": "Next",
  53. "pagination.previous": "Previous",
  54. "entry.status.unread": "Unread",
  55. "entry.status.read": "Read",
  56. "entry.status.toast.unread": "Marked as unread",
  57. "entry.status.toast.read": "Marked as read",
  58. "entry.status.title": "Change entry status",
  59. "entry.bookmark.toggle.on": "Star",
  60. "entry.bookmark.toggle.off": "Unstar",
  61. "entry.bookmark.toast.on": "Starred",
  62. "entry.bookmark.toast.off": "Unstarred",
  63. "entry.state.saving": "Saving…",
  64. "entry.state.loading": "Loading…",
  65. "entry.save.label": "Save",
  66. "entry.save.title": "Save this entry",
  67. "entry.save.completed": "Done!",
  68. "entry.save.toast.completed": "Entry saved",
  69. "entry.scraper.label": "Download",
  70. "entry.scraper.title": "Fetch original content",
  71. "entry.scraper.completed": "Done!",
  72. "entry.external_link.label": "External link",
  73. "entry.comments.label": "Comments",
  74. "entry.comments.title": "View Comments",
  75. "entry.share.label": "Share",
  76. "entry.share.title": "Share this entry",
  77. "entry.unshare.label": "Unshare",
  78. "entry.shared_entry.title": "Open the public link",
  79. "entry.shared_entry.label": "Share",
  80. "entry.estimated_reading_time": [
  81. "%d minute read",
  82. "%d minutes read"
  83. ],
  84. "entry.tags.label": "Tags:",
  85. "page.shared_entries.title": "Shared entries",
  86. "page.unread.title": "Unread",
  87. "page.starred.title": "Starred",
  88. "page.categories.title": "Categories",
  89. "page.categories.no_feed": "No feed.",
  90. "page.categories.entries": "Entries",
  91. "page.categories.feeds": "Feeds",
  92. "page.categories.feed_count": [
  93. "There is %d feed.",
  94. "There are %d feeds."
  95. ],
  96. "page.categories.unread_counter": "Number of unread entries",
  97. "page.new_category.title": "New Category",
  98. "page.new_user.title": "New User",
  99. "page.edit_category.title": "Edit Category: %s",
  100. "page.edit_user.title": "Edit User: %s",
  101. "page.feeds.title": "Feeds",
  102. "page.feeds.last_check": "Last check:",
  103. "page.feeds.unread_counter": "Number of unread entries",
  104. "page.feeds.read_counter": "Number of read entries",
  105. "page.feeds.error_count": [
  106. "%d error",
  107. "%d errors"
  108. ],
  109. "page.history.title": "History",
  110. "page.import.title": "Import",
  111. "page.search.title": "Search Results",
  112. "page.about.title": "About",
  113. "page.about.credits": "Credits",
  114. "page.about.version": "Version:",
  115. "page.about.build_date": "Build Date:",
  116. "page.about.author": "Author:",
  117. "page.about.license": "License:",
  118. "page.about.global_config_options": "Global configuration options",
  119. "page.about.postgres_version": "Postgres version:",
  120. "page.about.go_version": "Go version:",
  121. "page.add_feed.title": "New feed",
  122. "page.add_feed.no_category": "There is no category. You must have at least one category.",
  123. "page.add_feed.label.url": "URL",
  124. "page.add_feed.submit": "Find a feed",
  125. "page.add_feed.legend.advanced_options": "Advanced Options",
  126. "page.add_feed.choose_feed": "Choose a feed",
  127. "page.edit_feed.title": "Edit Feed: %s",
  128. "page.edit_feed.last_check": "Last check:",
  129. "page.edit_feed.last_modified_header": "LastModified header:",
  130. "page.edit_feed.etag_header": "ETag header:",
  131. "page.edit_feed.no_header": "None",
  132. "page.edit_feed.last_parsing_error": "Last Parsing Error",
  133. "page.entry.attachments": "Attachments",
  134. "page.keyboard_shortcuts.title": "Keyboard Shortcuts",
  135. "page.keyboard_shortcuts.subtitle.sections": "Sections Navigation",
  136. "page.keyboard_shortcuts.subtitle.items": "Items Navigation",
  137. "page.keyboard_shortcuts.subtitle.pages": "Pages Navigation",
  138. "page.keyboard_shortcuts.subtitle.actions": "Actions",
  139. "page.keyboard_shortcuts.go_to_unread": "Go to unread",
  140. "page.keyboard_shortcuts.go_to_starred": "Go to bookmarks",
  141. "page.keyboard_shortcuts.go_to_history": "Go to history",
  142. "page.keyboard_shortcuts.go_to_feeds": "Go to feeds",
  143. "page.keyboard_shortcuts.go_to_categories": "Go to categories",
  144. "page.keyboard_shortcuts.go_to_settings": "Go to settings",
  145. "page.keyboard_shortcuts.show_keyboard_shortcuts": "Show keyboard shortcuts",
  146. "page.keyboard_shortcuts.go_to_previous_item": "Go to previous item",
  147. "page.keyboard_shortcuts.go_to_next_item": "Go to next item",
  148. "page.keyboard_shortcuts.go_to_feed": "Go to feed",
  149. "page.keyboard_shortcuts.go_to_previous_page": "Go to previous page",
  150. "page.keyboard_shortcuts.go_to_next_page": "Go to next page",
  151. "page.keyboard_shortcuts.open_item": "Open selected item",
  152. "page.keyboard_shortcuts.open_original": "Open original link",
  153. "page.keyboard_shortcuts.open_original_same_window": "Open original link in current tab",
  154. "page.keyboard_shortcuts.open_comments": "Open comments link",
  155. "page.keyboard_shortcuts.open_comments_same_window": "Open comments link in current tab",
  156. "page.keyboard_shortcuts.toggle_read_status_next": "Toggle read/unread, focus next",
  157. "page.keyboard_shortcuts.toggle_read_status_prev": "Toggle read/unread, focus previous",
  158. "page.keyboard_shortcuts.refresh_all_feeds": "Refresh all feeds in the background",
  159. "page.keyboard_shortcuts.mark_page_as_read": "Mark current page as read",
  160. "page.keyboard_shortcuts.download_content": "Download original content",
  161. "page.keyboard_shortcuts.toggle_bookmark_status": "Toggle bookmark",
  162. "page.keyboard_shortcuts.save_article": "Save entry",
  163. "page.keyboard_shortcuts.scroll_item_to_top": "Scroll item to top",
  164. "page.keyboard_shortcuts.remove_feed": "Remove this feed",
  165. "page.keyboard_shortcuts.go_to_search": "Set focus on search form",
  166. "page.keyboard_shortcuts.toggle_entry_attachments": "Toggle open/close entry attachments",
  167. "page.keyboard_shortcuts.close_modal": "Close modal dialog",
  168. "page.users.title": "Users",
  169. "page.users.username": "Username",
  170. "page.users.never_logged": "Never",
  171. "page.users.admin.yes": "Yes",
  172. "page.users.admin.no": "No",
  173. "page.users.actions": "Actions",
  174. "page.users.last_login": "Last Login",
  175. "page.users.is_admin": "Administrator",
  176. "page.settings.title": "Settings",
  177. "page.settings.link_google_account": "Link my Google account",
  178. "page.settings.unlink_google_account": "Unlink my Google account",
  179. "page.settings.link_oidc_account": "Link my OpenID Connect account",
  180. "page.settings.unlink_oidc_account": "Unlink my OpenID Connect account",
  181. "page.login.title": "Sign In",
  182. "page.login.google_signin": "Sign in with Google",
  183. "page.login.oidc_signin": "Sign in with OpenID Connect",
  184. "page.integrations.title": "Integrations",
  185. "page.integration.miniflux_api": "Miniflux API",
  186. "page.integration.miniflux_api_endpoint": "API Endpoint",
  187. "page.integration.miniflux_api_username": "Username",
  188. "page.integration.miniflux_api_password": "Password",
  189. "page.integration.miniflux_api_password_value": "Your account password",
  190. "page.integration.bookmarklet": "Bookmarklet",
  191. "page.integration.bookmarklet.name": "Add to Miniflux",
  192. "page.integration.bookmarklet.instructions": "Drag and drop this link to your bookmarks.",
  193. "page.integration.bookmarklet.help": "This special link allows you to subscribe to a website directly by using a bookmark in your web browser.",
  194. "page.sessions.title": "Sessions",
  195. "page.sessions.table.date": "Date",
  196. "page.sessions.table.ip": "IP Address",
  197. "page.sessions.table.user_agent": "User Agent",
  198. "page.sessions.table.actions": "Actions",
  199. "page.sessions.table.current_session": "Current Session",
  200. "page.api_keys.title": "API Keys",
  201. "page.api_keys.table.description": "Description",
  202. "page.api_keys.table.token": "Token",
  203. "page.api_keys.table.last_used_at": "Last Used",
  204. "page.api_keys.table.created_at": "Creation Date",
  205. "page.api_keys.table.actions": "Actions",
  206. "page.api_keys.never_used": "Never Used",
  207. "page.new_api_key.title": "New API Key",
  208. "page.offline.title": "Offline Mode",
  209. "page.offline.message": "You are offline",
  210. "page.offline.refresh_page": "Try to refresh the page",
  211. "alert.no_shared_entry": "There is no shared entry.",
  212. "alert.no_bookmark": "There is no bookmark at the moment.",
  213. "alert.no_category": "There is no category.",
  214. "alert.no_category_entry": "There are no entries in this category.",
  215. "alert.no_feed_entry": "There are no entries for this feed.",
  216. "alert.no_feed": "You don’t have any feeds.",
  217. "alert.no_feed_in_category": "There is no feed for this category.",
  218. "alert.no_history": "There is no history at the moment.",
  219. "alert.feed_error": "There is a problem with this feed",
  220. "alert.no_search_result": "There are no results for this search.",
  221. "alert.no_unread_entry": "There are no unread entries.",
  222. "alert.no_user": "You are the only user.",
  223. "alert.account_unlinked": "Your external account is now dissociated!",
  224. "alert.account_linked": "Your external account is now linked!",
  225. "alert.pocket_linked": "Your Pocket account is now linked!",
  226. "alert.prefs_saved": "Preferences saved!",
  227. "error.unlink_account_without_password": "You must define a password otherwise you won’t be able to login again.",
  228. "error.duplicate_linked_account": "There is already someone associated with this provider!",
  229. "error.duplicate_fever_username": "There is already someone else with the same Fever username!",
  230. "error.duplicate_googlereader_username": "There is already someone else with the same Google Reader username!",
  231. "error.pocket_request_token": "Unable to fetch request token from Pocket!",
  232. "error.pocket_access_token": "Unable to fetch access token from Pocket!",
  233. "error.category_already_exists": "This category already exists.",
  234. "error.unable_to_create_category": "Unable to create this category.",
  235. "error.unable_to_update_category": "Unable to update this category.",
  236. "error.user_already_exists": "This user already exists.",
  237. "error.unable_to_create_user": "Unable to create this user.",
  238. "error.unable_to_update_user": "Unable to update this user.",
  239. "error.unable_to_update_feed": "Unable to update this feed.",
  240. "error.subscription_not_found": "Unable to find any feed.",
  241. "error.invalid_theme": "Invalid theme.",
  242. "error.invalid_language": "Invalid language.",
  243. "error.invalid_timezone": "Invalid timezone.",
  244. "error.invalid_entry_direction": "Invalid entry direction.",
  245. "error.invalid_display_mode": "Invalid web app display mode.",
  246. "error.invalid_gesture_nav": "Invalid gesture navigation.",
  247. "error.invalid_default_home_page": "Invalid default homepage!",
  248. "error.empty_file": "This file is empty.",
  249. "error.bad_credentials": "Invalid username or password.",
  250. "error.fields_mandatory": "All fields are mandatory.",
  251. "error.title_required": "The title is mandatory.",
  252. "error.different_passwords": "Passwords are not the same.",
  253. "error.password_min_length": "The password must have at least 6 characters.",
  254. "error.settings_mandatory_fields": "The username, theme, language and timezone fields are mandatory.",
  255. "error.settings_reading_speed_is_positive": "The reading speeds must be positive integers.",
  256. "error.entries_per_page_invalid": "The number of entries per page is not valid.",
  257. "error.feed_mandatory_fields": "The URL and the category are mandatory.",
  258. "error.feed_already_exists": "This feed already exists.",
  259. "error.invalid_feed_url": "Invalid feed URL.",
  260. "error.invalid_site_url": "Invalid site URL.",
  261. "error.feed_url_not_empty": "The feed URL cannot be empty.",
  262. "error.site_url_not_empty": "The site URL cannot be empty.",
  263. "error.feed_title_not_empty": "The feed title cannot be empty.",
  264. "error.feed_category_not_found": "This category does not exist or does not belong to this user.",
  265. "error.feed_invalid_blocklist_rule": "The block list rule is invalid.",
  266. "error.feed_invalid_keeplist_rule": "The keep list rule is invalid.",
  267. "error.user_mandatory_fields": "The username is mandatory.",
  268. "error.api_key_already_exists": "This API Key already exists.",
  269. "error.unable_to_create_api_key": "Unable to create this API Key.",
  270. "form.feed.label.title": "Title",
  271. "form.feed.label.site_url": "Site URL",
  272. "form.feed.label.feed_url": "Feed URL",
  273. "form.feed.label.category": "Category",
  274. "form.feed.label.crawler": "Fetch original content",
  275. "form.feed.label.feed_username": "Feed Username",
  276. "form.feed.label.feed_password": "Feed Password",
  277. "form.feed.label.user_agent": "Override Default User Agent",
  278. "form.feed.label.cookie": "Set Cookies",
  279. "form.feed.label.scraper_rules": "Scraper Rules",
  280. "form.feed.label.rewrite_rules": "Rewrite Rules",
  281. "form.feed.label.blocklist_rules": "Block Rules",
  282. "form.feed.label.keeplist_rules": "Keep Rules",
  283. "form.feed.label.urlrewrite_rules": "URL Rewrite Rules",
  284. "form.feed.label.ignore_http_cache": "Ignore HTTP cache",
  285. "form.feed.label.allow_self_signed_certificates": "Allow self-signed or invalid certificates",
  286. "form.feed.label.fetch_via_proxy": "Fetch via proxy",
  287. "form.feed.label.disabled": "Do not refresh this feed",
  288. "form.feed.label.no_media_player": "No media player (audio/video)",
  289. "form.feed.label.hide_globally": "Hide entries in global unread list",
  290. "form.category.label.title": "Title",
  291. "form.category.hide_globally": "Hide entries in global unread list",
  292. "form.user.label.username": "Username",
  293. "form.user.label.password": "Password",
  294. "form.user.label.confirmation": "Password Confirmation",
  295. "form.user.label.admin": "Administrator",
  296. "form.prefs.label.language": "Language",
  297. "form.prefs.label.timezone": "Timezone",
  298. "form.prefs.label.theme": "Theme",
  299. "form.prefs.label.entry_sorting": "Entry sorting",
  300. "form.prefs.label.entries_per_page": "Entries per page",
  301. "form.prefs.label.default_reading_speed": "Reading speed for other languages (words per minute)",
  302. "form.prefs.label.cjk_reading_speed": "Reading speed for Chinese, Korean and Japanese (characters per minute)",
  303. "form.prefs.label.display_mode": "Progressive Web App (PWA) display mode",
  304. "form.prefs.select.older_first": "Older entries first",
  305. "form.prefs.select.recent_first": "Recent entries first",
  306. "form.prefs.select.fullscreen": "Fullscreen",
  307. "form.prefs.select.standalone": "Standalone",
  308. "form.prefs.select.minimal_ui": "Minimal",
  309. "form.prefs.select.browser": "Browser",
  310. "form.prefs.select.publish_time": "Entry published time",
  311. "form.prefs.select.created_time": "Entry created time",
  312. "form.prefs.select.alphabetical": "Alphabetical",
  313. "form.prefs.select.unread_count": "Unread count",
  314. "form.prefs.select.none": "None",
  315. "form.prefs.select.tap": "Double tap",
  316. "form.prefs.select.swipe": "Swipe",
  317. "form.prefs.label.keyboard_shortcuts": "Enable keyboard shortcuts",
  318. "form.prefs.label.entry_swipe": "Enable entry swipe on touch screens",
  319. "form.prefs.label.gesture_nav": "Gesture to navigate between entries",
  320. "form.prefs.label.show_reading_time": "Show estimated reading time for entries",
  321. "form.prefs.label.custom_css": "Custom CSS",
  322. "form.prefs.label.entry_order": "Entry sorting column",
  323. "form.prefs.label.default_home_page": "Default home page",
  324. "form.prefs.label.categories_sorting_order": "Categories sorting",
  325. "form.prefs.label.mark_read_on_view": "Automatically mark entries as read when viewed",
  326. "form.import.label.file": "OPML file",
  327. "form.import.label.url": "URL",
  328. "form.integration.fever_activate": "Activate Fever API",
  329. "form.integration.fever_username": "Fever Username",
  330. "form.integration.fever_password": "Fever Password",
  331. "form.integration.fever_endpoint": "Fever API endpoint:",
  332. "form.integration.googlereader_activate": "Activate Google Reader API",
  333. "form.integration.googlereader_username": "Google Reader Username",
  334. "form.integration.googlereader_password": "Google Reader Password",
  335. "form.integration.googlereader_endpoint": "Google Reader API endpoint:",
  336. "form.integration.pinboard_activate": "Save entries to Pinboard",
  337. "form.integration.pinboard_token": "Pinboard API Token",
  338. "form.integration.pinboard_tags": "Pinboard Tags",
  339. "form.integration.pinboard_bookmark": "Mark bookmark as unread",
  340. "form.integration.instapaper_activate": "Save entries to Instapaper",
  341. "form.integration.instapaper_username": "Instapaper Username",
  342. "form.integration.instapaper_password": "Instapaper Password",
  343. "form.integration.pocket_activate": "Save entries to Pocket",
  344. "form.integration.pocket_consumer_key": "Pocket Consumer Key",
  345. "form.integration.pocket_access_token": "Pocket Access Token",
  346. "form.integration.pocket_connect_link": "Connect your Pocket account",
  347. "form.integration.wallabag_activate": "Save entries to Wallabag",
  348. "form.integration.wallabag_only_url": "Send only URL (instead of full content)",
  349. "form.integration.wallabag_endpoint": "Wallabag API Endpoint",
  350. "form.integration.wallabag_client_id": "Wallabag Client ID",
  351. "form.integration.wallabag_client_secret": "Wallabag Client Secret",
  352. "form.integration.wallabag_username": "Wallabag Username",
  353. "form.integration.wallabag_password": "Wallabag Password",
  354. "form.integration.nunux_keeper_activate": "Save entries to Nunux Keeper",
  355. "form.integration.nunux_keeper_endpoint": "Nunux Keeper API Endpoint",
  356. "form.integration.nunux_keeper_api_key": "Nunux Keeper API key",
  357. "form.integration.espial_activate": "Save entries to Espial",
  358. "form.integration.espial_endpoint": "Espial API Endpoint",
  359. "form.integration.espial_api_key": "Espial API key",
  360. "form.integration.espial_tags": "Espial Tags",
  361. "form.integration.telegram_bot_activate": "Push new entries to Telegram chat",
  362. "form.integration.telegram_bot_token": "Bot token",
  363. "form.integration.telegram_chat_id": "Chat ID",
  364. "form.integration.linkding_activate": "Save entries to Linkding",
  365. "form.integration.linkding_endpoint": "Linkding API Endpoint",
  366. "form.integration.linkding_api_key": "Linkding API key",
  367. "form.integration.linkding_tags": "Linkding Tags",
  368. "form.integration.linkding_bookmark": "Mark bookmark as unread",
  369. "form.integration.matrix_bot_activate": "Push new entries to Matrix",
  370. "form.integration.matrix_bot_user": "Username for Matrix",
  371. "form.integration.matrix_bot_password": "Password for Matrix user",
  372. "form.integration.matrix_bot_url": "Matrix server URL",
  373. "form.integration.matrix_bot_chat_id": "ID of Matrix Room",
  374. "form.api_key.label.description": "API Key Label",
  375. "form.submit.loading": "Loading…",
  376. "form.submit.saving": "Saving…",
  377. "time_elapsed.not_yet": "not yet",
  378. "time_elapsed.yesterday": "yesterday",
  379. "time_elapsed.now": "just now",
  380. "time_elapsed.minutes": [
  381. "%d minute ago",
  382. "%d minutes ago"
  383. ],
  384. "time_elapsed.hours": [
  385. "%d hour ago",
  386. "%d hours ago"
  387. ],
  388. "time_elapsed.days": [
  389. "%d day ago",
  390. "%d days ago"
  391. ],
  392. "time_elapsed.weeks": [
  393. "%d week ago",
  394. "%d weeks ago"
  395. ],
  396. "time_elapsed.months": [
  397. "%d month ago",
  398. "%d months ago"
  399. ],
  400. "time_elapsed.years": [
  401. "%d year ago",
  402. "%d years ago"
  403. ]
  404. }