You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

790 lines
35 KiB

8 years ago
7 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
6 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
6 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
6 years ago
  1. ---
  2. en:
  3. about:
  4. about_hashtag_html: These are public toots tagged with <strong>#%{hashtag}</strong>. You can interact with them if you have an account anywhere in the fediverse.
  5. about_mastodon_html: Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail.
  6. about_this: About
  7. closed_registrations: Registrations are currently closed on this instance. However! You can find a different instance to make an account on and get access to the very same network from there.
  8. contact: Contact
  9. contact_missing: Not set
  10. contact_unavailable: N/A
  11. description_headline: What is %{domain}?
  12. domain_count_after: other instances
  13. domain_count_before: Connected to
  14. extended_description_html: |
  15. <h3>A good place for rules</h3>
  16. <p>The extended description has not been set up yet.</p>
  17. features:
  18. humane_approach_body: Learning from failures of other networks, Mastodon aims to make ethical design choices to combat the misuse of social media.
  19. humane_approach_title: A more humane approach
  20. not_a_product_body: Mastodon is not a commercial network. No advertising, no data mining, no walled gardens. There is no central authority.
  21. not_a_product_title: You’re a person, not a product
  22. real_conversation_body: With 500 characters at your disposal and support for granular content and media warnings, you can express yourself the way you want to.
  23. real_conversation_title: Built for real conversation
  24. within_reach_body: Multiple apps for iOS, Android, and other platforms thanks to a developer-friendly API ecosystem allow you to keep up with your friends anywhere.
  25. within_reach_title: Always within reach
  26. generic_description: "%{domain} is one server in the network"
  27. hosted_on: Mastodon hosted on %{domain}
  28. learn_more: Learn more
  29. other_instances: Instance list
  30. source_code: Source code
  31. status_count_after: statuses
  32. status_count_before: Who authored
  33. user_count_after: users
  34. user_count_before: Home to
  35. what_is_mastodon: What is Mastodon?
  36. accounts:
  37. follow: Follow
  38. followers: Followers
  39. following: Following
  40. media: Media
  41. moved_html: "%{name} has moved to %{new_profile_link}:"
  42. nothing_here: There is nothing here!
  43. people_followed_by: People whom %{name} follows
  44. people_who_follow: People who follow %{name}
  45. posts: Toots
  46. posts_with_replies: Toots and replies
  47. remote_follow: Remote follow
  48. reserved_username: The username is reserved
  49. roles:
  50. admin: Admin
  51. moderator: Mod
  52. unfollow: Unfollow
  53. admin:
  54. account_moderation_notes:
  55. account: Moderator
  56. create: Create
  57. created_at: Date
  58. created_msg: Moderation note successfully created!
  59. delete: Delete
  60. destroyed_msg: Moderation note successfully destroyed!
  61. accounts:
  62. are_you_sure: Are you sure?
  63. avatar: Avatar
  64. by_domain: Domain
  65. confirm: Confirm
  66. confirmed: Confirmed
  67. demote: Demote
  68. disable: Disable
  69. disable_two_factor_authentication: Disable 2FA
  70. disabled: Disabled
  71. display_name: Display name
  72. domain: Domain
  73. edit: Edit
  74. email: E-mail
  75. enable: Enable
  76. enabled: Enabled
  77. feed_url: Feed URL
  78. followers: Followers
  79. followers_url: Followers URL
  80. follows: Follows
  81. inbox_url: Inbox URL
  82. ip: IP
  83. location:
  84. all: All
  85. local: Local
  86. remote: Remote
  87. title: Location
  88. login_status: Login status
  89. media_attachments: Media attachments
  90. memorialize: Turn into memoriam
  91. moderation:
  92. all: All
  93. silenced: Silenced
  94. suspended: Suspended
  95. title: Moderation
  96. moderation_notes: Moderation notes
  97. most_recent_activity: Most recent activity
  98. most_recent_ip: Most recent IP
  99. not_subscribed: Not subscribed
  100. order:
  101. alphabetic: Alphabetic
  102. most_recent: Most recent
  103. title: Order
  104. outbox_url: Outbox URL
  105. perform_full_suspension: Perform full suspension
  106. profile_url: Profile URL
  107. promote: Promote
  108. protocol: Protocol
  109. public: Public
  110. push_subscription_expires: PuSH subscription expires
  111. redownload: Refresh avatar
  112. remove_avatar: Remove avatar
  113. reset: Reset
  114. reset_password: Reset password
  115. resubscribe: Resubscribe
  116. role: Permissions
  117. roles:
  118. admin: Administrator
  119. moderator: Moderator
  120. staff: Staff
  121. user: User
  122. salmon_url: Salmon URL
  123. search: Search
  124. shared_inbox_url: Shared Inbox URL
  125. show:
  126. created_reports: Reports created by this account
  127. report: report
  128. targeted_reports: Reports made about this account
  129. silence: Silence
  130. statuses: Statuses
  131. subscribe: Subscribe
  132. title: Accounts
  133. undo_silenced: Undo silence
  134. undo_suspension: Undo suspension
  135. unsubscribe: Unsubscribe
  136. username: Username
  137. web: Web
  138. action_logs:
  139. actions:
  140. confirm_user: "%{name} confirmed e-mail address of user %{target}"
  141. create_custom_emoji: "%{name} uploaded new emoji %{target}"
  142. create_domain_block: "%{name} blocked domain %{target}"
  143. create_email_domain_block: "%{name} blacklisted e-mail domain %{target}"
  144. demote_user: "%{name} demoted user %{target}"
  145. destroy_domain_block: "%{name} unblocked domain %{target}"
  146. destroy_email_domain_block: "%{name} whitelisted e-mail domain %{target}"
  147. destroy_status: "%{name} removed status by %{target}"
  148. disable_2fa_user: "%{name} disabled two factor requirement for user %{target}"
  149. disable_custom_emoji: "%{name} disabled emoji %{target}"
  150. disable_user: "%{name} disabled login for user %{target}"
  151. enable_custom_emoji: "%{name} enabled emoji %{target}"
  152. enable_user: "%{name} enabled login for user %{target}"
  153. memorialize_account: "%{name} turned %{target}'s account into a memoriam page"
  154. promote_user: "%{name} promoted user %{target}"
  155. remove_avatar_user: "%{name} removed %{target}'s avatar"
  156. reset_password_user: "%{name} reset password of user %{target}"
  157. resolve_report: "%{name} dismissed report %{target}"
  158. silence_account: "%{name} silenced %{target}'s account"
  159. suspend_account: "%{name} suspended %{target}'s account"
  160. unsilence_account: "%{name} unsilenced %{target}'s account"
  161. unsuspend_account: "%{name} unsuspended %{target}'s account"
  162. update_custom_emoji: "%{name} updated emoji %{target}"
  163. update_status: "%{name} updated status by %{target}"
  164. title: Audit log
  165. custom_emojis:
  166. by_domain: Domain
  167. copied_msg: Successfully created local copy of the emoji
  168. copy: Copy
  169. copy_failed_msg: Could not make a local copy of that emoji
  170. created_msg: Emoji successfully created!
  171. delete: Delete
  172. destroyed_msg: Emojo successfully destroyed!
  173. disable: Disable
  174. disabled_msg: Successfully disabled that emoji
  175. emoji: Emoji
  176. enable: Enable
  177. enabled_msg: Successfully enabled that emoji
  178. image_hint: PNG up to 50KB
  179. listed: Listed
  180. new:
  181. title: Add new custom emoji
  182. overwrite: Overwrite
  183. shortcode: Shortcode
  184. shortcode_hint: At least 2 characters, only alphanumeric characters and underscores
  185. title: Custom emojis
  186. unlisted: Unlisted
  187. update_failed_msg: Could not update that emoji
  188. updated_msg: Emoji successfully updated!
  189. upload: Upload
  190. domain_blocks:
  191. add_new: Add new
  192. created_msg: Domain block is now being processed
  193. destroyed_msg: Domain block has been undone
  194. domain: Domain
  195. new:
  196. create: Create block
  197. hint: The domain block will not prevent creation of account entries in the database, but will retroactively and automatically apply specific moderation methods on those accounts.
  198. severity:
  199. desc_html: "<strong>Silence</strong> will make the account's posts invisible to anyone who isn't following them. <strong>Suspend</strong> will remove all of the account's content, media, and profile data. Use <strong>None</strong> if you just want to reject media files."
  200. noop: None
  201. silence: Silence
  202. suspend: Suspend
  203. title: New domain block
  204. reject_media: Reject media files
  205. reject_media_hint: Removes locally stored media files and refuses to download any in the future. Irrelevant for suspensions
  206. severities:
  207. noop: None
  208. silence: Silence
  209. suspend: Suspend
  210. severity: Severity
  211. show:
  212. affected_accounts:
  213. one: One account in the database affected
  214. other: "%{count} accounts in the database affected"
  215. retroactive:
  216. silence: Unsilence all existing accounts from this domain
  217. suspend: Unsuspend all existing accounts from this domain
  218. title: Undo domain block for %{domain}
  219. undo: Undo
  220. title: Domain blocks
  221. undo: Undo
  222. email_domain_blocks:
  223. add_new: Add new
  224. created_msg: Successfully added e-mail domain to blacklist
  225. delete: Delete
  226. destroyed_msg: Successfully deleted e-mail domain from blacklist
  227. domain: Domain
  228. new:
  229. create: Add domain
  230. title: New e-mail blacklist entry
  231. title: E-mail blacklist
  232. instances:
  233. account_count: Known accounts
  234. domain_name: Domain
  235. reset: Reset
  236. search: Search
  237. title: Known instances
  238. invites:
  239. filter:
  240. all: All
  241. available: Available
  242. expired: Expired
  243. title: Filter
  244. title: Invites
  245. reports:
  246. action_taken_by: Action taken by
  247. are_you_sure: Are you sure?
  248. comment:
  249. label: Comment
  250. none: None
  251. delete: Delete
  252. id: ID
  253. mark_as_resolved: Mark as resolved
  254. nsfw:
  255. 'false': Unhide media attachments
  256. 'true': Hide media attachments
  257. report: 'Report #%{id}'
  258. report_contents: Contents
  259. reported_account: Reported account
  260. reported_by: Reported by
  261. resolved: Resolved
  262. silence_account: Silence account
  263. status: Status
  264. suspend_account: Suspend account
  265. target: Target
  266. title: Reports
  267. unresolved: Unresolved
  268. view: View
  269. settings:
  270. activity_api_enabled:
  271. desc_html: Counts of locally posted statuses, active users, and new registrations in weekly buckets
  272. title: Publish aggregate statistics about user activity
  273. bootstrap_timeline_accounts:
  274. desc_html: Separate multiple usernames by comma. Only local and unlocked accounts will work. Default when empty is all local admins.
  275. title: Default follows for new users
  276. contact_information:
  277. email: Business e-mail
  278. username: Contact username
  279. hero:
  280. desc_html: Displayed on the frontpage. At least 600x100px recommended. When not set, falls back to instance thumbnail
  281. title: Hero image
  282. peers_api_enabled:
  283. desc_html: Domain names this instance has encountered in the fediverse
  284. title: Publish list of discovered instances
  285. registrations:
  286. closed_message:
  287. desc_html: Displayed on frontpage when registrations are closed. You can use HTML tags
  288. title: Closed registration message
  289. deletion:
  290. desc_html: Allow anyone to delete their account
  291. title: Open account deletion
  292. min_invite_role:
  293. disabled: No one
  294. title: Allow invitations by
  295. open:
  296. desc_html: Allow anyone to create an account
  297. title: Open registration
  298. show_known_fediverse_at_about_page:
  299. desc_html: When toggled, it will show toots from all the known fediverse on preview. Otherwise it will only show local toots.
  300. title: Show known fediverse on timeline preview
  301. show_staff_badge:
  302. desc_html: Show a staff badge on a user page
  303. title: Show staff badge
  304. site_description:
  305. desc_html: Introductory paragraph on the frontpage and in meta tags. You can use HTML tags, in particular <code>&lt;a&gt;</code> and <code>&lt;em&gt;</code>.
  306. title: Instance description
  307. site_description_extended:
  308. desc_html: A good place for your code of conduct, rules, guidelines and other things that set your instance apart. You can use HTML tags
  309. title: Custom extended information
  310. site_terms:
  311. desc_html: You can write your own privacy policy, terms of service or other legalese. You can use HTML tags
  312. title: Custom terms of service
  313. site_title: Instance name
  314. thumbnail:
  315. desc_html: Used for previews via OpenGraph and API. 1200x630px recommended
  316. title: Instance thumbnail
  317. timeline_preview:
  318. desc_html: Display public timeline on landing page
  319. title: Timeline preview
  320. title: Site settings
  321. statuses:
  322. back_to_account: Back to account page
  323. batch:
  324. delete: Delete
  325. nsfw_off: NSFW OFF
  326. nsfw_on: NSFW ON
  327. execute: Execute
  328. failed_to_execute: Failed to execute
  329. media:
  330. hide: Hide media
  331. show: Show media
  332. title: Media
  333. no_media: No media
  334. title: Account statuses
  335. with_media: With media
  336. subscriptions:
  337. callback_url: Callback URL
  338. confirmed: Confirmed
  339. expires_in: Expires in
  340. last_delivery: Last delivery
  341. title: WebSub
  342. topic: Topic
  343. title: Administration
  344. admin_mailer:
  345. new_report:
  346. body: "%{reporter} has reported %{target}"
  347. subject: New report for %{instance} (#%{id})
  348. application_mailer:
  349. notification_preferences: Change e-mail preferences
  350. salutation: "%{name},"
  351. settings: 'Change e-mail preferences: %{link}'
  352. view: 'View:'
  353. view_profile: View Profile
  354. view_status: View status
  355. applications:
  356. created: Application successfully created
  357. destroyed: Application successfully deleted
  358. invalid_url: The provided URL is invalid
  359. regenerate_token: Regenerate access token
  360. token_regenerated: Access token successfully regenerated
  361. warning: Be very careful with this data. Never share it with anyone!
  362. your_token: Your access token
  363. auth:
  364. agreement_html: By signing up you agree to follow <a href="%{rules_path}">the rules of the instance</a> and <a href="%{terms_path}">our terms of service</a>.
  365. change_password: Password
  366. confirm_email: Confirm email
  367. delete_account: Delete account
  368. delete_account_html: If you wish to delete your account, you can <a href="%{path}">proceed here</a>. You will be asked for confirmation.
  369. didnt_get_confirmation: Didn't receive confirmation instructions?
  370. forgot_password: Forgot your password?
  371. invalid_reset_password_token: Password reset token is invalid or expired. Please request a new one.
  372. login: Log in
  373. logout: Logout
  374. migrate_account: Move to a different account
  375. migrate_account_html: If you wish to redirect this account to a different one, you can <a href="%{path}">configure it here</a>.
  376. or: or
  377. or_log_in_with: Or log in with
  378. providers:
  379. cas: CAS
  380. saml: SAML
  381. register: Sign up
  382. register_elsewhere: Sign up on another server
  383. resend_confirmation: Resend confirmation instructions
  384. reset_password: Reset password
  385. security: Security
  386. set_new_password: Set new password
  387. authorize_follow:
  388. already_following: You are already following this account
  389. error: Unfortunately, there was an error looking up the remote account
  390. follow: Follow
  391. follow_request: 'You have sent a follow request to:'
  392. following: 'Success! You are now following:'
  393. post_follow:
  394. close: Or, you can just close this window.
  395. return: Return to the user's profile
  396. web: Go to web
  397. title: Follow %{acct}
  398. datetime:
  399. distance_in_words:
  400. about_x_hours: "%{count}h"
  401. about_x_months: "%{count}mo"
  402. about_x_years: "%{count}y"
  403. almost_x_years: "%{count}y"
  404. half_a_minute: Just now
  405. less_than_x_minutes: "%{count}m"
  406. less_than_x_seconds: Just now
  407. over_x_years: "%{count}y"
  408. x_days: "%{count}d"
  409. x_minutes: "%{count}m"
  410. x_months: "%{count}mo"
  411. x_seconds: "%{count}s"
  412. deletes:
  413. bad_password_msg: Nice try, hackers! Incorrect password
  414. confirm_password: Enter your current password to verify your identity
  415. description_html: This will <strong>permanently, irreversibly</strong> remove content from your account and deactivate it. Your username will remain reserved to prevent future impersonations.
  416. proceed: Delete account
  417. success_msg: Your account was successfully deleted
  418. warning_html: Only deletion of content from this particular instance is guaranteed. Content that has been widely shared is likely to leave traces. Offline servers and servers that have unsubscribed from your updates will not update their databases.
  419. warning_title: Disseminated content availability
  420. errors:
  421. '403': You don't have permission to view this page.
  422. '404': The page you were looking for doesn't exist.
  423. '410': The page you were looking for doesn't exist anymore.
  424. '422':
  425. content: Security verification failed. Are you blocking cookies?
  426. title: Security verification failed
  427. '429': Throttled
  428. '500':
  429. content: We're sorry, but something went wrong on our end.
  430. title: This page is not correct
  431. noscript_html: To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the <a href="https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/Apps.md">native apps</a> for Mastodon for your platform.
  432. exports:
  433. archive_takeout:
  434. date: Date
  435. download: Download your archive
  436. hint_html: You can request an archive of your <strong>toots and uploaded media</strong>. The exported data will be in ActivityPub format, readable by any compliant software.
  437. in_progress: Compiling your archive...
  438. request: Request your archive
  439. size: Size
  440. blocks: You block
  441. csv: CSV
  442. follows: You follow
  443. mutes: You mute
  444. storage: Media storage
  445. followers:
  446. domain: Domain
  447. explanation_html: If you want to ensure the privacy of your statuses, you must be aware of who is following you. <strong>Your private statuses are delivered to all instances where you have followers</strong>. You may wish to review them, and remove followers if you do not trust your privacy to be respected by the staff or software of those instances.
  448. followers_count: Number of followers
  449. lock_link: Lock your account
  450. purge: Remove from followers
  451. success:
  452. one: In the process of soft-blocking followers from one domain...
  453. other: In the process of soft-blocking followers from %{count} domains...
  454. true_privacy_html: Please mind that <strong>true privacy can only be achieved with end-to-end encryption</strong>.
  455. unlocked_warning_html: Anyone can follow you to immediately view your private statuses. %{lock_link} to be able to review and reject followers.
  456. unlocked_warning_title: Your account is not locked
  457. generic:
  458. changes_saved_msg: Changes successfully saved!
  459. powered_by: powered by %{link}
  460. save_changes: Save changes
  461. validation_errors:
  462. one: Something isn't quite right yet! Please review the error below
  463. other: Something isn't quite right yet! Please review %{count} errors below
  464. imports:
  465. preface: You can import data that you have exported from another instance, such as a list of the people you are following or blocking.
  466. success: Your data was successfully uploaded and will now be processed in due time
  467. types:
  468. blocking: Blocking list
  469. following: Following list
  470. muting: Muting list
  471. upload: Upload
  472. in_memoriam_html: In Memoriam.
  473. invites:
  474. delete: Deactivate
  475. expired: Expired
  476. expires_in:
  477. '1800': 30 minutes
  478. '21600': 6 hours
  479. '3600': 1 hour
  480. '43200': 12 hours
  481. '604800': 1 week
  482. '86400': 1 day
  483. expires_in_prompt: Never
  484. generate: Generate
  485. max_uses:
  486. one: 1 use
  487. other: "%{count} uses"
  488. max_uses_prompt: No limit
  489. prompt: Generate and share links with others to grant access to this instance
  490. table:
  491. expires_at: Expires
  492. uses: Uses
  493. title: Invite people
  494. landing_strip_html: "<strong>%{name}</strong> is a user on %{link_to_root_path}. You can follow them or interact with them if you have an account anywhere in the fediverse."
  495. landing_strip_signup_html: If you don't, you can <a href="%{sign_up_path}">sign up here</a>.
  496. lists:
  497. errors:
  498. limit: You have reached the maximum amount of lists
  499. media_attachments:
  500. validations:
  501. images_and_video: Cannot attach a video to a status that already contains images
  502. too_many: Cannot attach more than 4 files
  503. migrations:
  504. acct: username@domain of the new account
  505. currently_redirecting: 'Your profile is set to redirect to:'
  506. proceed: Save
  507. updated_msg: Your account migration setting successfully updated!
  508. moderation:
  509. title: Moderation
  510. notification_mailer:
  511. digest:
  512. action: View all notifications
  513. body: Here is a brief summary of the messages you missed since your last visit on %{since}
  514. mention: "%{name} mentioned you in:"
  515. new_followers_summary:
  516. one: Also, you have acquired one new follower while being away! Yay!
  517. other: Also, you have acquired %{count} new followers while being away! Amazing!
  518. subject:
  519. one: "1 new notification since your last visit \U0001F418"
  520. other: "%{count} new notifications since your last visit \U0001F418"
  521. title: In your absence…
  522. favourite:
  523. body: 'Your status was favourited by %{name}:'
  524. subject: "%{name} favourited your status"
  525. title: New favourite
  526. follow:
  527. body: "%{name} is now following you!"
  528. subject: "%{name} is now following you"
  529. title: New follower
  530. follow_request:
  531. action: Manage follow requests
  532. body: "%{name} has requested to follow you"
  533. subject: 'Pending follower: %{name}'
  534. title: New follow request
  535. mention:
  536. action: Reply
  537. body: 'You were mentioned by %{name} in:'
  538. subject: You were mentioned by %{name}
  539. title: New mention
  540. reblog:
  541. body: 'Your status was boosted by %{name}:'
  542. subject: "%{name} boosted your status"
  543. title: New boost
  544. number:
  545. human:
  546. decimal_units:
  547. format: "%n%u"
  548. units:
  549. billion: B
  550. million: M
  551. quadrillion: Q
  552. thousand: K
  553. trillion: T
  554. unit: ''
  555. pagination:
  556. newer: Newer
  557. next: Next
  558. older: Older
  559. prev: Prev
  560. truncate: "&hellip;"
  561. preferences:
  562. languages: Languages
  563. other: Other
  564. publishing: Publishing
  565. web: Web
  566. push_notifications:
  567. favourite:
  568. title: "%{name} favourited your status"
  569. follow:
  570. title: "%{name} is now following you"
  571. group:
  572. title: "%{count} notifications"
  573. mention:
  574. action_boost: Boost
  575. action_expand: Show more
  576. action_favourite: Favourite
  577. title: "%{name} mentioned you"
  578. reblog:
  579. title: "%{name} boosted your status"
  580. remote_follow:
  581. acct: Enter your username@domain you want to follow from
  582. missing_resource: Could not find the required redirect URL for your account
  583. proceed: Proceed to follow
  584. prompt: 'You are going to follow:'
  585. sessions:
  586. activity: Last activity
  587. browser: Browser
  588. browsers:
  589. alipay: Alipay
  590. blackberry: Blackberry
  591. chrome: Chrome
  592. edge: Microsoft Edge
  593. electron: Electron
  594. firefox: Firefox
  595. generic: Unknown browser
  596. ie: Internet Explorer
  597. micro_messenger: MicroMessenger
  598. nokia: Nokia S40 Ovi Browser
  599. opera: Opera
  600. otter: Otter
  601. phantom_js: PhantomJS
  602. qq: QQ Browser
  603. safari: Safari
  604. uc_browser: UCBrowser
  605. weibo: Weibo
  606. current_session: Current session
  607. description: "%{browser} on %{platform}"
  608. explanation: These are the web browsers currently logged in to your Mastodon account.
  609. ip: IP
  610. platforms:
  611. adobe_air: Adobe Air
  612. android: Android
  613. blackberry: Blackberry
  614. chrome_os: ChromeOS
  615. firefox_os: Firefox OS
  616. ios: iOS
  617. linux: Linux
  618. mac: Mac
  619. other: unknown platform
  620. windows: Windows
  621. windows_mobile: Windows Mobile
  622. windows_phone: Windows Phone
  623. revoke: Revoke
  624. revoke_success: Session successfully revoked
  625. title: Sessions
  626. settings:
  627. authorized_apps: Authorized apps
  628. back: Back to Mastodon
  629. delete: Account deletion
  630. development: Development
  631. edit_profile: Edit profile
  632. export: Data export
  633. followers: Authorized followers
  634. import: Import
  635. migrate: Account migration
  636. notifications: Notifications
  637. preferences: Preferences
  638. settings: Settings
  639. two_factor_authentication: Two-factor Auth
  640. your_apps: Your applications
  641. statuses:
  642. attached:
  643. description: 'Attached: %{attached}'
  644. image:
  645. one: "%{count} image"
  646. other: "%{count} images"
  647. video:
  648. one: "%{count} video"
  649. other: "%{count} videos"
  650. content_warning: 'Content warning: %{warning}'
  651. open_in_web: Open in web
  652. over_character_limit: character limit of %{max} exceeded
  653. pin_errors:
  654. limit: You have already pinned the maximum number of toots
  655. ownership: Someone else's toot cannot be pinned
  656. private: Non-public toot cannot be pinned
  657. reblog: A boost cannot be pinned
  658. show_more: Show more
  659. title: '%{name}: "%{quote}"'
  660. visibilities:
  661. private: Followers-only
  662. private_long: Only show to followers
  663. public: Public
  664. public_long: Everyone can see
  665. unlisted: Unlisted
  666. unlisted_long: Everyone can see, but not listed on public timelines
  667. stream_entries:
  668. click_to_show: Click to show
  669. pinned: Pinned toot
  670. reblogged: boosted
  671. sensitive_content: Sensitive content
  672. terms:
  673. body_html: |
  674. <h2>Privacy Policy</h2>
  675. <h3 id="collect">What information do we collect?</h3>
  676. <p>We collect information from you when you register on our site and gather data when you participate in the forum by reading, writing, and evaluating the content shared here.</p>
  677. <p>When registering on our site, you may be asked to enter your name and e-mail address. You may, however, visit our site without registering. Your e-mail address will be verified by an email containing a unique link. If that link is visited, we know that you control the e-mail address.</p>
  678. <p>When registered and posting, we record the IP address that the post originated from. We also may retain server logs which include the IP address of every request to our server.</p>
  679. <h3 id="use">What do we use your information for?</h3>
  680. <p>Any of the information we collect from you may be used in one of the following ways:</p>
  681. <ul>
  682. <li>To personalize your experience &mdash; your information helps us to better respond to your individual needs.</li>
  683. <li>To improve our site &mdash; we continually strive to improve our site offerings based on the information and feedback we receive from you.</li>
  684. <li>To improve customer service &mdash; your information helps us to more effectively respond to your customer service requests and support needs.</li>
  685. <li>To send periodic emails &mdash; The email address you provide may be used to send you information, notifications that you request about changes to topics or in response to your user name, respond to inquiries, and/or other requests or questions.</li>
  686. </ul>
  687. <h3 id="protect">How do we protect your information?</h3>
  688. <p>We implement a variety of security measures to maintain the safety of your personal information when you enter, submit, or access your personal information.</p>
  689. <h3 id="data-retention">What is your data retention policy?</h3>
  690. <p>We will make a good faith effort to:</p>
  691. <ul>
  692. <li>Retain server logs containing the IP address of all requests to this server no more than 90 days.</li>
  693. <li>Retain the IP addresses associated with registered users and their posts no more than 5 years.</li>
  694. </ul>
  695. <h3 id="cookies">Do we use cookies?</h3>
  696. <p>Yes. Cookies are small files that a site or its service provider transfers to your computer's hard drive through your Web browser (if you allow). These cookies enable the site to recognize your browser and, if you have a registered account, associate it with your registered account.</p>
  697. <p>We use cookies to understand and save your preferences for future visits and compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future. We may contract with third-party service providers to assist us in better understanding our site visitors. These service providers are not permitted to use the information collected on our behalf except to help us conduct and improve our business.</p>
  698. <h3 id="disclose">Do we disclose any information to outside parties?</h3>
  699. <p>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our site, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</p>
  700. <h3 id="third-party">Third party links</h3>
  701. <p>Occasionally, at our discretion, we may include or offer third party products or services on our site. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.</p>
  702. <h3 id="coppa">Children's Online Privacy Protection Act Compliance</h3>
  703. <p>Our site, products and services are all directed to people who are at least 13 years old. If this server is in the USA, and you are under the age of 13, per the requirements of COPPA (<a href="https://en.wikipedia.org/wiki/Children%27s_Online_Privacy_Protection_Act">Children's Online Privacy Protection Act</a>) do not use this site.</p>
  704. <h3 id="online">Online Privacy Policy Only</h3>
  705. <p>This online privacy policy applies only to information collected through our site and not to information collected offline.</p>
  706. <h3 id="consent">Your Consent</h3>
  707. <p>By using our site, you consent to our web site privacy policy.</p>
  708. <h3 id="changes">Changes to our Privacy Policy</h3>
  709. <p>If we decide to change our privacy policy, we will post those changes on this page.</p>
  710. <p>This document is CC-BY-SA. It was last updated May 31, 2013.</p>
  711. <p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
  712. title: "%{instance} Terms of Service and Privacy Policy"
  713. themes:
  714. default: Mastodon
  715. time:
  716. formats:
  717. default: "%b %d, %Y, %H:%M"
  718. two_factor_authentication:
  719. code_hint: Enter the code generated by your authenticator app to confirm
  720. description_html: If you enable <strong>two-factor authentication</strong>, logging in will require you to be in possession of your phone, which will generate tokens for you to enter.
  721. disable: Disable
  722. enable: Enable
  723. enabled: Two-factor authentication is enabled
  724. enabled_success: Two-factor authentication successfully enabled
  725. generate_recovery_codes: Generate recovery codes
  726. instructions_html: "<strong>Scan this QR code into Google Authenticator or a similiar TOTP app on your phone</strong>. From now on, that app will generate tokens that you will have to enter when logging in."
  727. lost_recovery_codes: Recovery codes allow you to regain access to your account if you lose your phone. If you've lost your recovery codes, you can regenerate them here. Your old recovery codes will be invalidated.
  728. manual_instructions: 'If you can''t scan the QR code and need to enter it manually, here is the plain-text secret:'
  729. recovery_codes: Backup recovery codes
  730. recovery_codes_regenerated: Recovery codes successfully regenerated
  731. recovery_instructions_html: If you ever lose access to your phone, you can use one of the recovery codes below to regain access to your account. <strong>Keep the recovery codes safe</strong>. For example, you may print them and store them with other important documents.
  732. setup: Set up
  733. wrong_code: The entered code was invalid! Are server time and device time correct?
  734. user_mailer:
  735. backup_ready:
  736. explanation: You requested a full backup of your Mastodon account. It's now ready for download!
  737. subject: Your archive is ready for download
  738. title: Archive takeout
  739. welcome:
  740. edit_profile_action: Setup profile
  741. edit_profile_step: You can customize your profile by uploading an avatar, header, changing your display name and more. If you’d like to review new followers before they’re allowed to follow you, you can lock your account.
  742. explanation: Here are some tips to get you started
  743. final_action: Start posting
  744. final_step: 'Start posting! Even without followers your public messages may be seen by others, for example on the local timeline and in hashtags. You may want to introduce yourself on the #introductions hashtag.'
  745. full_handle: Your full handle
  746. full_handle_hint: This is what you would tell your friends so they can message or follow you from another instance.
  747. review_preferences_action: Change preferences
  748. review_preferences_step: Make sure to set your preferences, such as which emails you'd like to receive, or what privacy level you’d like your posts to default to. If you don’t have motion sickness, you could choose to enable GIF autoplay.
  749. subject: Welcome to Mastodon
  750. tip_bridge_html: If you are coming from Twitter, you can find your friends on Mastodon by using the <a href="%{bridge_url}">bridge app</a>. It only works if they also used the bridge app though!
  751. tip_federated_timeline: The federated timeline is a firehose view of the Mastodon network. But it only includes people your neighbours are subscribed to, so it's not complete.
  752. tip_following: You follow your server's admin(s) by default. To find more interesting people, check the local and federated timelines.
  753. tip_local_timeline: The local timeline is a firehose view of people on %{instance}. These are your immediate neighbours!
  754. tip_mobile_webapp: If your mobile browser offers you to add Mastodon to your homescreen, you can receive push notifications. It acts like a native app in many ways!
  755. tips: Tips
  756. title: Welcome aboard, %{name}!
  757. users:
  758. invalid_email: The e-mail address is invalid
  759. invalid_otp_token: Invalid two-factor code
  760. seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available.
  761. signed_in_as: 'Signed in as:'