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.

757 lines
34 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. find_another_instance: Find another instance
  27. generic_description: "%{domain} is one server in the network"
  28. hosted_on: Mastodon hosted on %{domain}
  29. learn_more: Learn more
  30. other_instances: Instance list
  31. source_code: Source code
  32. status_count_after: statuses
  33. status_count_before: Who authored
  34. user_count_after: users
  35. user_count_before: Home to
  36. what_is_mastodon: What is Mastodon?
  37. accounts:
  38. follow: Follow
  39. followers: Followers
  40. following: Following
  41. media: Media
  42. moved_html: "%{name} has moved to %{new_profile_link}:"
  43. nothing_here: There is nothing here!
  44. people_followed_by: People whom %{name} follows
  45. people_who_follow: People who follow %{name}
  46. posts: Toots
  47. posts_with_replies: Toots and replies
  48. remote_follow: Remote follow
  49. reserved_username: The username is reserved
  50. roles:
  51. admin: Admin
  52. moderator: Mod
  53. unfollow: Unfollow
  54. admin:
  55. account_moderation_notes:
  56. account: Moderator
  57. create: Create
  58. created_at: Date
  59. created_msg: Moderation note successfully created!
  60. delete: Delete
  61. destroyed_msg: Moderation note successfully destroyed!
  62. accounts:
  63. are_you_sure: Are you sure?
  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. reset: Reset
  113. reset_password: Reset password
  114. resubscribe: Resubscribe
  115. role: Permissions
  116. roles:
  117. admin: Administrator
  118. moderator: Moderator
  119. staff: Staff
  120. user: User
  121. salmon_url: Salmon URL
  122. search: Search
  123. shared_inbox_url: Shared Inbox URL
  124. show:
  125. created_reports: Reports created by this account
  126. report: report
  127. targeted_reports: Reports made about this account
  128. silence: Silence
  129. statuses: Statuses
  130. subscribe: Subscribe
  131. title: Accounts
  132. undo_silenced: Undo silence
  133. undo_suspension: Undo suspension
  134. unsubscribe: Unsubscribe
  135. username: Username
  136. web: Web
  137. action_logs:
  138. actions:
  139. confirm_user: "%{name} confirmed e-mail address of user %{target}"
  140. create_custom_emoji: "%{name} uploaded new emoji %{target}"
  141. create_domain_block: "%{name} blocked domain %{target}"
  142. create_email_domain_block: "%{name} blacklisted e-mail domain %{target}"
  143. demote_user: "%{name} demoted user %{target}"
  144. destroy_domain_block: "%{name} unblocked domain %{target}"
  145. destroy_email_domain_block: "%{name} whitelisted e-mail domain %{target}"
  146. destroy_status: "%{name} removed status by %{target}"
  147. disable_2fa_user: "%{name} disabled two factor requirement for user %{target}"
  148. disable_custom_emoji: "%{name} disabled emoji %{target}"
  149. disable_user: "%{name} disabled login for user %{target}"
  150. enable_custom_emoji: "%{name} enabled emoji %{target}"
  151. enable_user: "%{name} enabled login for user %{target}"
  152. memorialize_account: "%{name} turned %{target}'s account into a memoriam page"
  153. promote_user: "%{name} promoted user %{target}"
  154. reset_password_user: "%{name} reset password of user %{target}"
  155. resolve_report: "%{name} dismissed report %{target}"
  156. silence_account: "%{name} silenced %{target}'s account"
  157. suspend_account: "%{name} suspended %{target}'s account"
  158. unsilence_account: "%{name} unsilenced %{target}'s account"
  159. unsuspend_account: "%{name} unsuspended %{target}'s account"
  160. update_custom_emoji: "%{name} updated emoji %{target}"
  161. update_status: "%{name} updated status by %{target}"
  162. title: Audit log
  163. custom_emojis:
  164. by_domain: Domain
  165. copied_msg: Successfully created local copy of the emoji
  166. copy: Copy
  167. copy_failed_msg: Could not make a local copy of that emoji
  168. created_msg: Emoji successfully created!
  169. delete: Delete
  170. destroyed_msg: Emojo successfully destroyed!
  171. disable: Disable
  172. disabled_msg: Successfully disabled that emoji
  173. emoji: Emoji
  174. enable: Enable
  175. enabled_msg: Successfully enabled that emoji
  176. image_hint: PNG up to 50KB
  177. listed: Listed
  178. new:
  179. title: Add new custom emoji
  180. overwrite: Overwrite
  181. shortcode: Shortcode
  182. shortcode_hint: At least 2 characters, only alphanumeric characters and underscores
  183. title: Custom emojis
  184. unlisted: Unlisted
  185. update_failed_msg: Could not update that emoji
  186. updated_msg: Emoji successfully updated!
  187. upload: Upload
  188. domain_blocks:
  189. add_new: Add new
  190. created_msg: Domain block is now being processed
  191. destroyed_msg: Domain block has been undone
  192. domain: Domain
  193. new:
  194. create: Create block
  195. 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.
  196. severity:
  197. 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."
  198. noop: None
  199. silence: Silence
  200. suspend: Suspend
  201. title: New domain block
  202. reject_media: Reject media files
  203. reject_media_hint: Removes locally stored media files and refuses to download any in the future. Irrelevant for suspensions
  204. severities:
  205. noop: None
  206. silence: Silence
  207. suspend: Suspend
  208. severity: Severity
  209. show:
  210. affected_accounts:
  211. one: One account in the database affected
  212. other: "%{count} accounts in the database affected"
  213. retroactive:
  214. silence: Unsilence all existing accounts from this domain
  215. suspend: Unsuspend all existing accounts from this domain
  216. title: Undo domain block for %{domain}
  217. undo: Undo
  218. title: Domain blocks
  219. undo: Undo
  220. email_domain_blocks:
  221. add_new: Add new
  222. created_msg: Successfully added e-mail domain to blacklist
  223. delete: Delete
  224. destroyed_msg: Successfully deleted e-mail domain from blacklist
  225. domain: Domain
  226. new:
  227. create: Add domain
  228. title: New e-mail blacklist entry
  229. title: E-mail blacklist
  230. instances:
  231. account_count: Known accounts
  232. domain_name: Domain
  233. reset: Reset
  234. search: Search
  235. title: Known instances
  236. invites:
  237. filter:
  238. all: All
  239. available: Available
  240. expired: Expired
  241. title: Filter
  242. title: Invites
  243. reports:
  244. action_taken_by: Action taken by
  245. are_you_sure: Are you sure?
  246. comment:
  247. label: Comment
  248. none: None
  249. delete: Delete
  250. id: ID
  251. mark_as_resolved: Mark as resolved
  252. nsfw:
  253. 'false': Unhide media attachments
  254. 'true': Hide media attachments
  255. report: 'Report #%{id}'
  256. report_contents: Contents
  257. reported_account: Reported account
  258. reported_by: Reported by
  259. resolved: Resolved
  260. silence_account: Silence account
  261. status: Status
  262. suspend_account: Suspend account
  263. target: Target
  264. title: Reports
  265. unresolved: Unresolved
  266. view: View
  267. settings:
  268. activity_api_enabled:
  269. desc_html: Counts of locally posted statuses, active users, and new registrations in weekly buckets
  270. title: Publish aggregate statistics about user activity
  271. bootstrap_timeline_accounts:
  272. desc_html: Separate multiple usernames by comma. Only local and unlocked accounts will work. Default when empty is all local admins.
  273. title: Default follows for new users
  274. contact_information:
  275. email: Business e-mail
  276. username: Contact username
  277. peers_api_enabled:
  278. desc_html: Domain names this instance has encountered in the fediverse
  279. title: Publish list of discovered instances
  280. registrations:
  281. closed_message:
  282. desc_html: Displayed on frontpage when registrations are closed. You can use HTML tags
  283. title: Closed registration message
  284. deletion:
  285. desc_html: Allow anyone to delete their account
  286. title: Open account deletion
  287. min_invite_role:
  288. disabled: No one
  289. title: Allow invitations by
  290. open:
  291. desc_html: Allow anyone to create an account
  292. title: Open registration
  293. show_known_fediverse_at_about_page:
  294. desc_html: When toggled, it will show toots from all the known fediverse on preview. Otherwise it will only show local toots.
  295. title: Show known fediverse on timeline preview
  296. show_staff_badge:
  297. desc_html: Show a staff badge on a user page
  298. title: Show staff badge
  299. site_description:
  300. 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>.
  301. title: Instance description
  302. site_description_extended:
  303. 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
  304. title: Custom extended information
  305. site_terms:
  306. desc_html: You can write your own privacy policy, terms of service or other legalese. You can use HTML tags
  307. title: Custom terms of service
  308. site_title: Instance name
  309. thumbnail:
  310. desc_html: Used for previews via OpenGraph and API. 1200x630px recommended
  311. title: Instance thumbnail
  312. timeline_preview:
  313. desc_html: Display public timeline on landing page
  314. title: Timeline preview
  315. title: Site settings
  316. statuses:
  317. back_to_account: Back to account page
  318. batch:
  319. delete: Delete
  320. nsfw_off: NSFW OFF
  321. nsfw_on: NSFW ON
  322. execute: Execute
  323. failed_to_execute: Failed to execute
  324. media:
  325. hide: Hide media
  326. show: Show media
  327. title: Media
  328. no_media: No media
  329. title: Account statuses
  330. with_media: With media
  331. subscriptions:
  332. callback_url: Callback URL
  333. confirmed: Confirmed
  334. expires_in: Expires in
  335. last_delivery: Last delivery
  336. title: WebSub
  337. topic: Topic
  338. title: Administration
  339. admin_mailer:
  340. new_report:
  341. body: "%{reporter} has reported %{target}"
  342. subject: New report for %{instance} (#%{id})
  343. application_mailer:
  344. notification_preferences: Change e-mail preferences
  345. salutation: "%{name},"
  346. settings: 'Change e-mail preferences: %{link}'
  347. view: 'View:'
  348. view_profile: View Profile
  349. view_status: View status
  350. applications:
  351. created: Application successfully created
  352. destroyed: Application successfully deleted
  353. invalid_url: The provided URL is invalid
  354. regenerate_token: Regenerate access token
  355. token_regenerated: Access token successfully regenerated
  356. warning: Be very careful with this data. Never share it with anyone!
  357. your_token: Your access token
  358. auth:
  359. 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>.
  360. change_password: Security
  361. confirm_email: Confirm email
  362. delete_account: Delete account
  363. delete_account_html: If you wish to delete your account, you can <a href="%{path}">proceed here</a>. You will be asked for confirmation.
  364. didnt_get_confirmation: Didn't receive confirmation instructions?
  365. forgot_password: Forgot your password?
  366. invalid_reset_password_token: Password reset token is invalid or expired. Please request a new one.
  367. login: Log in
  368. logout: Logout
  369. migrate_account: Move to a different account
  370. migrate_account_html: If you wish to redirect this account to a different one, you can <a href="%{path}">configure it here</a>.
  371. or_log_in_with: Or log in with
  372. providers:
  373. cas: CAS
  374. saml: SAML
  375. register: Sign up
  376. resend_confirmation: Resend confirmation instructions
  377. reset_password: Reset password
  378. set_new_password: Set new password
  379. authorize_follow:
  380. error: Unfortunately, there was an error looking up the remote account
  381. follow: Follow
  382. follow_request: 'You have sent a follow request to:'
  383. following: 'Success! You are now following:'
  384. post_follow:
  385. close: Or, you can just close this window.
  386. return: Return to the user's profile
  387. web: Go to web
  388. title: Follow %{acct}
  389. datetime:
  390. distance_in_words:
  391. about_x_hours: "%{count}h"
  392. about_x_months: "%{count}mo"
  393. about_x_years: "%{count}y"
  394. almost_x_years: "%{count}y"
  395. half_a_minute: Just now
  396. less_than_x_minutes: "%{count}m"
  397. less_than_x_seconds: Just now
  398. over_x_years: "%{count}y"
  399. x_days: "%{count}d"
  400. x_minutes: "%{count}m"
  401. x_months: "%{count}mo"
  402. x_seconds: "%{count}s"
  403. deletes:
  404. bad_password_msg: Nice try, hackers! Incorrect password
  405. confirm_password: Enter your current password to verify your identity
  406. 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.
  407. proceed: Delete account
  408. success_msg: Your account was successfully deleted
  409. 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.
  410. warning_title: Disseminated content availability
  411. errors:
  412. '403': You don't have permission to view this page.
  413. '404': The page you were looking for doesn't exist.
  414. '410': The page you were looking for doesn't exist anymore.
  415. '422':
  416. content: Security verification failed. Are you blocking cookies?
  417. title: Security verification failed
  418. '429': Throttled
  419. '500':
  420. content: We're sorry, but something went wrong on our end.
  421. title: This page is not correct
  422. 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.
  423. exports:
  424. blocks: You block
  425. csv: CSV
  426. follows: You follow
  427. mutes: You mute
  428. storage: Media storage
  429. followers:
  430. domain: Domain
  431. 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.
  432. followers_count: Number of followers
  433. lock_link: Lock your account
  434. purge: Remove from followers
  435. success:
  436. one: In the process of soft-blocking followers from one domain...
  437. other: In the process of soft-blocking followers from %{count} domains...
  438. true_privacy_html: Please mind that <strong>true privacy can only be achieved with end-to-end encryption</strong>.
  439. unlocked_warning_html: Anyone can follow you to immediately view your private statuses. %{lock_link} to be able to review and reject followers.
  440. unlocked_warning_title: Your account is not locked
  441. generic:
  442. changes_saved_msg: Changes successfully saved!
  443. powered_by: powered by %{link}
  444. save_changes: Save changes
  445. validation_errors:
  446. one: Something isn't quite right yet! Please review the error below
  447. other: Something isn't quite right yet! Please review %{count} errors below
  448. imports:
  449. preface: You can import data that you have exported from another instance, such as a list of the people you are following or blocking.
  450. success: Your data was successfully uploaded and will now be processed in due time
  451. types:
  452. blocking: Blocking list
  453. following: Following list
  454. muting: Muting list
  455. upload: Upload
  456. in_memoriam_html: In Memoriam.
  457. invites:
  458. delete: Deactivate
  459. expired: Expired
  460. expires_in:
  461. '1800': 30 minutes
  462. '21600': 6 hours
  463. '3600': 1 hour
  464. '43200': 12 hours
  465. '86400': 1 day
  466. expires_in_prompt: Never
  467. generate: Generate
  468. max_uses:
  469. one: 1 use
  470. other: "%{count} uses"
  471. max_uses_prompt: No limit
  472. prompt: Generate and share links with others to grant access to this instance
  473. table:
  474. expires_at: Expires
  475. uses: Uses
  476. title: Invite people
  477. 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."
  478. landing_strip_signup_html: If you don't, you can <a href="%{sign_up_path}">sign up here</a>.
  479. lists:
  480. errors:
  481. limit: You have reached the maximum amount of lists
  482. media_attachments:
  483. validations:
  484. images_and_video: Cannot attach a video to a status that already contains images
  485. too_many: Cannot attach more than 4 files
  486. migrations:
  487. acct: username@domain of the new account
  488. currently_redirecting: 'Your profile is set to redirect to:'
  489. proceed: Save
  490. updated_msg: Your account migration setting successfully updated!
  491. moderation:
  492. title: Moderation
  493. notification_mailer:
  494. digest:
  495. action: View all notifications
  496. body: Here is a brief summary of the messages you missed since your last visit on %{since}
  497. mention: "%{name} mentioned you in:"
  498. new_followers_summary:
  499. one: Also, you have acquired one new follower while being away! Yay!
  500. other: Also, you have acquired %{count} new followers while being away! Amazing!
  501. subject:
  502. one: "1 new notification since your last visit \U0001F418"
  503. other: "%{count} new notifications since your last visit \U0001F418"
  504. title: In your absence…
  505. favourite:
  506. body: 'Your status was favourited by %{name}:'
  507. subject: "%{name} favourited your status"
  508. title: New favourite
  509. follow:
  510. body: "%{name} is now following you!"
  511. subject: "%{name} is now following you"
  512. title: New follower
  513. follow_request:
  514. action: Manage follow requests
  515. body: "%{name} has requested to follow you"
  516. subject: 'Pending follower: %{name}'
  517. title: New follow request
  518. mention:
  519. action: Reply
  520. body: 'You were mentioned by %{name} in:'
  521. subject: You were mentioned by %{name}
  522. title: New mention
  523. reblog:
  524. body: 'Your status was boosted by %{name}:'
  525. subject: "%{name} boosted your status"
  526. title: New boost
  527. number:
  528. human:
  529. decimal_units:
  530. format: "%n%u"
  531. units:
  532. billion: B
  533. million: M
  534. quadrillion: Q
  535. thousand: K
  536. trillion: T
  537. unit: ''
  538. pagination:
  539. next: Next
  540. prev: Prev
  541. truncate: "&hellip;"
  542. preferences:
  543. languages: Languages
  544. other: Other
  545. publishing: Publishing
  546. web: Web
  547. push_notifications:
  548. favourite:
  549. title: "%{name} favourited your status"
  550. follow:
  551. title: "%{name} is now following you"
  552. group:
  553. title: "%{count} notifications"
  554. mention:
  555. action_boost: Boost
  556. action_expand: Show more
  557. action_favourite: Favourite
  558. title: "%{name} mentioned you"
  559. reblog:
  560. title: "%{name} boosted your status"
  561. remote_follow:
  562. acct: Enter your username@domain you want to follow from
  563. missing_resource: Could not find the required redirect URL for your account
  564. proceed: Proceed to follow
  565. prompt: 'You are going to follow:'
  566. sessions:
  567. activity: Last activity
  568. browser: Browser
  569. browsers:
  570. alipay: Alipay
  571. blackberry: Blackberry
  572. chrome: Chrome
  573. edge: Microsoft Edge
  574. electron: Electron
  575. firefox: Firefox
  576. generic: Unknown browser
  577. ie: Internet Explorer
  578. micro_messenger: MicroMessenger
  579. nokia: Nokia S40 Ovi Browser
  580. opera: Opera
  581. otter: Otter
  582. phantom_js: PhantomJS
  583. qq: QQ Browser
  584. safari: Safari
  585. uc_browser: UCBrowser
  586. weibo: Weibo
  587. current_session: Current session
  588. description: "%{browser} on %{platform}"
  589. explanation: These are the web browsers currently logged in to your Mastodon account.
  590. ip: IP
  591. platforms:
  592. adobe_air: Adobe Air
  593. android: Android
  594. blackberry: Blackberry
  595. chrome_os: ChromeOS
  596. firefox_os: Firefox OS
  597. ios: iOS
  598. linux: Linux
  599. mac: Mac
  600. other: unknown platform
  601. windows: Windows
  602. windows_mobile: Windows Mobile
  603. windows_phone: Windows Phone
  604. revoke: Revoke
  605. revoke_success: Session successfully revoked
  606. title: Sessions
  607. settings:
  608. authorized_apps: Authorized apps
  609. back: Back to Mastodon
  610. delete: Account deletion
  611. development: Development
  612. edit_profile: Edit profile
  613. export: Data export
  614. followers: Authorized followers
  615. import: Import
  616. migrate: Account migration
  617. notifications: Notifications
  618. preferences: Preferences
  619. settings: Settings
  620. two_factor_authentication: Two-factor Auth
  621. your_apps: Your applications
  622. statuses:
  623. open_in_web: Open in web
  624. over_character_limit: character limit of %{max} exceeded
  625. pin_errors:
  626. limit: You have already pinned the maximum number of toots
  627. ownership: Someone else's toot cannot be pinned
  628. private: Non-public toot cannot be pinned
  629. reblog: A boost cannot be pinned
  630. show_more: Show more
  631. title: '%{name}: "%{quote}"'
  632. visibilities:
  633. private: Followers-only
  634. private_long: Only show to followers
  635. public: Public
  636. public_long: Everyone can see
  637. unlisted: Unlisted
  638. unlisted_long: Everyone can see, but not listed on public timelines
  639. stream_entries:
  640. click_to_show: Click to show
  641. pinned: Pinned toot
  642. reblogged: boosted
  643. sensitive_content: Sensitive content
  644. terms:
  645. body_html: |
  646. <h2>Privacy Policy</h2>
  647. <h3 id="collect">What information do we collect?</h3>
  648. <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>
  649. <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>
  650. <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>
  651. <h3 id="use">What do we use your information for?</h3>
  652. <p>Any of the information we collect from you may be used in one of the following ways:</p>
  653. <ul>
  654. <li>To personalize your experience &mdash; your information helps us to better respond to your individual needs.</li>
  655. <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>
  656. <li>To improve customer service &mdash; your information helps us to more effectively respond to your customer service requests and support needs.</li>
  657. <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>
  658. </ul>
  659. <h3 id="protect">How do we protect your information?</h3>
  660. <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>
  661. <h3 id="data-retention">What is your data retention policy?</h3>
  662. <p>We will make a good faith effort to:</p>
  663. <ul>
  664. <li>Retain server logs containing the IP address of all requests to this server no more than 90 days.</li>
  665. <li>Retain the IP addresses associated with registered users and their posts no more than 5 years.</li>
  666. </ul>
  667. <h3 id="cookies">Do we use cookies?</h3>
  668. <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>
  669. <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>
  670. <h3 id="disclose">Do we disclose any information to outside parties?</h3>
  671. <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>
  672. <h3 id="third-party">Third party links</h3>
  673. <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>
  674. <h3 id="coppa">Children's Online Privacy Protection Act Compliance</h3>
  675. <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>
  676. <h3 id="online">Online Privacy Policy Only</h3>
  677. <p>This online privacy policy applies only to information collected through our site and not to information collected offline.</p>
  678. <h3 id="consent">Your Consent</h3>
  679. <p>By using our site, you consent to our web site privacy policy.</p>
  680. <h3 id="changes">Changes to our Privacy Policy</h3>
  681. <p>If we decide to change our privacy policy, we will post those changes on this page.</p>
  682. <p>This document is CC-BY-SA. It was last updated May 31, 2013.</p>
  683. <p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
  684. title: "%{instance} Terms of Service and Privacy Policy"
  685. themes:
  686. default: Mastodon
  687. time:
  688. formats:
  689. default: "%b %d, %Y, %H:%M"
  690. two_factor_authentication:
  691. code_hint: Enter the code generated by your authenticator app to confirm
  692. 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.
  693. disable: Disable
  694. enable: Enable
  695. enabled: Two-factor authentication is enabled
  696. enabled_success: Two-factor authentication successfully enabled
  697. generate_recovery_codes: Generate recovery codes
  698. 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."
  699. 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.
  700. manual_instructions: 'If you can''t scan the QR code and need to enter it manually, here is the plain-text secret:'
  701. recovery_codes: Backup recovery codes
  702. recovery_codes_regenerated: Recovery codes successfully regenerated
  703. 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.
  704. setup: Set up
  705. wrong_code: The entered code was invalid! Are server time and device time correct?
  706. user_mailer:
  707. welcome:
  708. edit_profile_action: Setup profile
  709. 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.
  710. explanation: Here are some tips to get you started
  711. final_action: Start posting
  712. 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.'
  713. full_handle: Your full handle
  714. full_handle_hint: This is what you would tell your friends so they can message or follow you from another instance.
  715. review_preferences_action: Change preferences
  716. 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.
  717. subject: Welcome to Mastodon
  718. 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!
  719. 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.
  720. tip_following: You follow your server's admin(s) by default. To find more interesting people, check the local and federated timelines.
  721. tip_local_timeline: The local timeline is a firehose view of people on %{instance}. These are your immediate neighbours!
  722. 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!
  723. tips: Tips
  724. title: Welcome aboard, %{name}!
  725. users:
  726. invalid_email: The e-mail address is invalid
  727. invalid_otp_token: Invalid two-factor code
  728. signed_in_as: 'Signed in as:'