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.

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