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.

787 lines
35 KiB

8 years ago
7 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
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
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
7 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: Password
  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: or
  374. or_log_in_with: Or log in with
  375. providers:
  376. cas: CAS
  377. saml: SAML
  378. register: Sign up
  379. register_elsewhere: Sign up on another server
  380. resend_confirmation: Resend confirmation instructions
  381. reset_password: Reset password
  382. security: Security
  383. set_new_password: Set new password
  384. authorize_follow:
  385. already_following: You are already following this account
  386. error: Unfortunately, there was an error looking up the remote account
  387. follow: Follow
  388. follow_request: 'You have sent a follow request to:'
  389. following: 'Success! You are now following:'
  390. post_follow:
  391. close: Or, you can just close this window.
  392. return: Return to the user's profile
  393. web: Go to web
  394. title: Follow %{acct}
  395. datetime:
  396. distance_in_words:
  397. about_x_hours: "%{count}h"
  398. about_x_months: "%{count}mo"
  399. about_x_years: "%{count}y"
  400. almost_x_years: "%{count}y"
  401. half_a_minute: Just now
  402. less_than_x_minutes: "%{count}m"
  403. less_than_x_seconds: Just now
  404. over_x_years: "%{count}y"
  405. x_days: "%{count}d"
  406. x_minutes: "%{count}m"
  407. x_months: "%{count}mo"
  408. x_seconds: "%{count}s"
  409. deletes:
  410. bad_password_msg: Nice try, hackers! Incorrect password
  411. confirm_password: Enter your current password to verify your identity
  412. 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.
  413. proceed: Delete account
  414. success_msg: Your account was successfully deleted
  415. 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.
  416. warning_title: Disseminated content availability
  417. errors:
  418. '403': You don't have permission to view this page.
  419. '404': The page you were looking for doesn't exist.
  420. '410': The page you were looking for doesn't exist anymore.
  421. '422':
  422. content: Security verification failed. Are you blocking cookies?
  423. title: Security verification failed
  424. '429': Throttled
  425. '500':
  426. content: We're sorry, but something went wrong on our end.
  427. title: This page is not correct
  428. 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.
  429. exports:
  430. archive_takeout:
  431. date: Date
  432. download: Download your archive
  433. 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.
  434. in_progress: Compiling your archive...
  435. request: Request your archive
  436. size: Size
  437. blocks: You block
  438. csv: CSV
  439. follows: You follow
  440. mutes: You mute
  441. storage: Media storage
  442. followers:
  443. domain: Domain
  444. 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.
  445. followers_count: Number of followers
  446. lock_link: Lock your account
  447. purge: Remove from followers
  448. success:
  449. one: In the process of soft-blocking followers from one domain...
  450. other: In the process of soft-blocking followers from %{count} domains...
  451. true_privacy_html: Please mind that <strong>true privacy can only be achieved with end-to-end encryption</strong>.
  452. unlocked_warning_html: Anyone can follow you to immediately view your private statuses. %{lock_link} to be able to review and reject followers.
  453. unlocked_warning_title: Your account is not locked
  454. generic:
  455. changes_saved_msg: Changes successfully saved!
  456. powered_by: powered by %{link}
  457. save_changes: Save changes
  458. validation_errors:
  459. one: Something isn't quite right yet! Please review the error below
  460. other: Something isn't quite right yet! Please review %{count} errors below
  461. imports:
  462. preface: You can import data that you have exported from another instance, such as a list of the people you are following or blocking.
  463. success: Your data was successfully uploaded and will now be processed in due time
  464. types:
  465. blocking: Blocking list
  466. following: Following list
  467. muting: Muting list
  468. upload: Upload
  469. in_memoriam_html: In Memoriam.
  470. invites:
  471. delete: Deactivate
  472. expired: Expired
  473. expires_in:
  474. '1800': 30 minutes
  475. '21600': 6 hours
  476. '3600': 1 hour
  477. '43200': 12 hours
  478. '604800': 1 week
  479. '86400': 1 day
  480. expires_in_prompt: Never
  481. generate: Generate
  482. max_uses:
  483. one: 1 use
  484. other: "%{count} uses"
  485. max_uses_prompt: No limit
  486. prompt: Generate and share links with others to grant access to this instance
  487. table:
  488. expires_at: Expires
  489. uses: Uses
  490. title: Invite people
  491. 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."
  492. landing_strip_signup_html: If you don't, you can <a href="%{sign_up_path}">sign up here</a>.
  493. lists:
  494. errors:
  495. limit: You have reached the maximum amount of lists
  496. media_attachments:
  497. validations:
  498. images_and_video: Cannot attach a video to a status that already contains images
  499. too_many: Cannot attach more than 4 files
  500. migrations:
  501. acct: username@domain of the new account
  502. currently_redirecting: 'Your profile is set to redirect to:'
  503. proceed: Save
  504. updated_msg: Your account migration setting successfully updated!
  505. moderation:
  506. title: Moderation
  507. notification_mailer:
  508. digest:
  509. action: View all notifications
  510. body: Here is a brief summary of the messages you missed since your last visit on %{since}
  511. mention: "%{name} mentioned you in:"
  512. new_followers_summary:
  513. one: Also, you have acquired one new follower while being away! Yay!
  514. other: Also, you have acquired %{count} new followers while being away! Amazing!
  515. subject:
  516. one: "1 new notification since your last visit \U0001F418"
  517. other: "%{count} new notifications since your last visit \U0001F418"
  518. title: In your absence…
  519. favourite:
  520. body: 'Your status was favourited by %{name}:'
  521. subject: "%{name} favourited your status"
  522. title: New favourite
  523. follow:
  524. body: "%{name} is now following you!"
  525. subject: "%{name} is now following you"
  526. title: New follower
  527. follow_request:
  528. action: Manage follow requests
  529. body: "%{name} has requested to follow you"
  530. subject: 'Pending follower: %{name}'
  531. title: New follow request
  532. mention:
  533. action: Reply
  534. body: 'You were mentioned by %{name} in:'
  535. subject: You were mentioned by %{name}
  536. title: New mention
  537. reblog:
  538. body: 'Your status was boosted by %{name}:'
  539. subject: "%{name} boosted your status"
  540. title: New boost
  541. number:
  542. human:
  543. decimal_units:
  544. format: "%n%u"
  545. units:
  546. billion: B
  547. million: M
  548. quadrillion: Q
  549. thousand: K
  550. trillion: T
  551. unit: ''
  552. pagination:
  553. newer: Newer
  554. next: Next
  555. older: Older
  556. prev: Prev
  557. truncate: "&hellip;"
  558. preferences:
  559. languages: Languages
  560. other: Other
  561. publishing: Publishing
  562. web: Web
  563. push_notifications:
  564. favourite:
  565. title: "%{name} favourited your status"
  566. follow:
  567. title: "%{name} is now following you"
  568. group:
  569. title: "%{count} notifications"
  570. mention:
  571. action_boost: Boost
  572. action_expand: Show more
  573. action_favourite: Favourite
  574. title: "%{name} mentioned you"
  575. reblog:
  576. title: "%{name} boosted your status"
  577. remote_follow:
  578. acct: Enter your username@domain you want to follow from
  579. missing_resource: Could not find the required redirect URL for your account
  580. proceed: Proceed to follow
  581. prompt: 'You are going to follow:'
  582. sessions:
  583. activity: Last activity
  584. browser: Browser
  585. browsers:
  586. alipay: Alipay
  587. blackberry: Blackberry
  588. chrome: Chrome
  589. edge: Microsoft Edge
  590. electron: Electron
  591. firefox: Firefox
  592. generic: Unknown browser
  593. ie: Internet Explorer
  594. micro_messenger: MicroMessenger
  595. nokia: Nokia S40 Ovi Browser
  596. opera: Opera
  597. otter: Otter
  598. phantom_js: PhantomJS
  599. qq: QQ Browser
  600. safari: Safari
  601. uc_browser: UCBrowser
  602. weibo: Weibo
  603. current_session: Current session
  604. description: "%{browser} on %{platform}"
  605. explanation: These are the web browsers currently logged in to your Mastodon account.
  606. ip: IP
  607. platforms:
  608. adobe_air: Adobe Air
  609. android: Android
  610. blackberry: Blackberry
  611. chrome_os: ChromeOS
  612. firefox_os: Firefox OS
  613. ios: iOS
  614. linux: Linux
  615. mac: Mac
  616. other: unknown platform
  617. windows: Windows
  618. windows_mobile: Windows Mobile
  619. windows_phone: Windows Phone
  620. revoke: Revoke
  621. revoke_success: Session successfully revoked
  622. title: Sessions
  623. settings:
  624. authorized_apps: Authorized apps
  625. back: Back to Mastodon
  626. delete: Account deletion
  627. development: Development
  628. edit_profile: Edit profile
  629. export: Data export
  630. followers: Authorized followers
  631. import: Import
  632. migrate: Account migration
  633. notifications: Notifications
  634. preferences: Preferences
  635. settings: Settings
  636. two_factor_authentication: Two-factor Auth
  637. your_apps: Your applications
  638. statuses:
  639. attached:
  640. description: 'Attached: %{attached}'
  641. image:
  642. one: "%{count} image"
  643. other: "%{count} images"
  644. video:
  645. one: "%{count} video"
  646. other: "%{count} videos"
  647. content_warning: 'Content warning: %{warning}'
  648. open_in_web: Open in web
  649. over_character_limit: character limit of %{max} exceeded
  650. pin_errors:
  651. limit: You have already pinned the maximum number of toots
  652. ownership: Someone else's toot cannot be pinned
  653. private: Non-public toot cannot be pinned
  654. reblog: A boost cannot be pinned
  655. show_more: Show more
  656. title: '%{name}: "%{quote}"'
  657. visibilities:
  658. private: Followers-only
  659. private_long: Only show to followers
  660. public: Public
  661. public_long: Everyone can see
  662. unlisted: Unlisted
  663. unlisted_long: Everyone can see, but not listed on public timelines
  664. stream_entries:
  665. click_to_show: Click to show
  666. pinned: Pinned toot
  667. reblogged: boosted
  668. sensitive_content: Sensitive content
  669. terms:
  670. body_html: |
  671. <h2>Privacy Policy</h2>
  672. <h3 id="collect">What information do we collect?</h3>
  673. <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>
  674. <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>
  675. <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>
  676. <h3 id="use">What do we use your information for?</h3>
  677. <p>Any of the information we collect from you may be used in one of the following ways:</p>
  678. <ul>
  679. <li>To personalize your experience &mdash; your information helps us to better respond to your individual needs.</li>
  680. <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>
  681. <li>To improve customer service &mdash; your information helps us to more effectively respond to your customer service requests and support needs.</li>
  682. <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>
  683. </ul>
  684. <h3 id="protect">How do we protect your information?</h3>
  685. <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>
  686. <h3 id="data-retention">What is your data retention policy?</h3>
  687. <p>We will make a good faith effort to:</p>
  688. <ul>
  689. <li>Retain server logs containing the IP address of all requests to this server no more than 90 days.</li>
  690. <li>Retain the IP addresses associated with registered users and their posts no more than 5 years.</li>
  691. </ul>
  692. <h3 id="cookies">Do we use cookies?</h3>
  693. <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>
  694. <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>
  695. <h3 id="disclose">Do we disclose any information to outside parties?</h3>
  696. <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>
  697. <h3 id="third-party">Third party links</h3>
  698. <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>
  699. <h3 id="coppa">Children's Online Privacy Protection Act Compliance</h3>
  700. <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>
  701. <h3 id="online">Online Privacy Policy Only</h3>
  702. <p>This online privacy policy applies only to information collected through our site and not to information collected offline.</p>
  703. <h3 id="consent">Your Consent</h3>
  704. <p>By using our site, you consent to our web site privacy policy.</p>
  705. <h3 id="changes">Changes to our Privacy Policy</h3>
  706. <p>If we decide to change our privacy policy, we will post those changes on this page.</p>
  707. <p>This document is CC-BY-SA. It was last updated May 31, 2013.</p>
  708. <p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
  709. title: "%{instance} Terms of Service and Privacy Policy"
  710. themes:
  711. default: Mastodon
  712. time:
  713. formats:
  714. default: "%b %d, %Y, %H:%M"
  715. two_factor_authentication:
  716. code_hint: Enter the code generated by your authenticator app to confirm
  717. 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.
  718. disable: Disable
  719. enable: Enable
  720. enabled: Two-factor authentication is enabled
  721. enabled_success: Two-factor authentication successfully enabled
  722. generate_recovery_codes: Generate recovery codes
  723. 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."
  724. 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.
  725. manual_instructions: 'If you can''t scan the QR code and need to enter it manually, here is the plain-text secret:'
  726. recovery_codes: Backup recovery codes
  727. recovery_codes_regenerated: Recovery codes successfully regenerated
  728. 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.
  729. setup: Set up
  730. wrong_code: The entered code was invalid! Are server time and device time correct?
  731. user_mailer:
  732. backup_ready:
  733. explanation: You requested a full backup of your Mastodon account. It's now ready for download!
  734. subject: Your archive is ready for download
  735. title: Archive takeout
  736. welcome:
  737. edit_profile_action: Setup profile
  738. 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.
  739. explanation: Here are some tips to get you started
  740. final_action: Start posting
  741. 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.'
  742. full_handle: Your full handle
  743. full_handle_hint: This is what you would tell your friends so they can message or follow you from another instance.
  744. review_preferences_action: Change preferences
  745. 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.
  746. subject: Welcome to Mastodon
  747. 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!
  748. 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.
  749. tip_following: You follow your server's admin(s) by default. To find more interesting people, check the local and federated timelines.
  750. tip_local_timeline: The local timeline is a firehose view of people on %{instance}. These are your immediate neighbours!
  751. 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!
  752. tips: Tips
  753. title: Welcome aboard, %{name}!
  754. users:
  755. invalid_email: The e-mail address is invalid
  756. invalid_otp_token: Invalid two-factor code
  757. seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available.
  758. signed_in_as: 'Signed in as:'