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.

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