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.

639 lines
28 KiB

8 years ago
7 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
6 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
6 years ago
Web Push Notifications (#3243) * feat: Register push subscription * feat: Notify when mentioned * feat: Boost, favourite, reply, follow, follow request * feat: Notification interaction * feat: Handle change of public key * feat: Unsubscribe if things go wrong * feat: Do not send normal notifications if push is enabled * feat: Focus client if open * refactor: Move push logic to WebPushSubscription * feat: Better title and body * feat: Localize messages * chore: Fix lint errors * feat: Settings * refactor: Lazy load * fix: Check if push settings exist * feat: Device-based preferences * refactor: Simplify logic * refactor: Pull request feedback * refactor: Pull request feedback * refactor: Create /api/web/push_subscriptions endpoint * feat: Spec PushSubscriptionController * refactor: WebPushSubscription => Web::PushSubscription * feat: Spec Web::PushSubscription * feat: Display first media attachment * feat: Support direction * fix: Stuff broken while rebasing * refactor: Integration with session activations * refactor: Cleanup * refactor: Simplify implementation * feat: Set VAPID keys via environment * chore: Comments * fix: Crash when no alerts * fix: Set VAPID keys in testing environment * fix: Follow link * feat: Notification actions * fix: Delete previous subscription * chore: Temporary logs * refactor: Move migration to a later date * fix: Fetch the correct session activation and misc bugs * refactor: Move migration to a later date * fix: Remove follow request (no notifications) * feat: Send administrator contact to push service * feat: Set time-to-live * fix: Do not show sensitive images * fix: Reducer crash in error handling * feat: Add badge * chore: Fix lint error * fix: Checkbox label overlap * fix: Check for payload support * fix: Rename action "type" (crash in latest Chrome) * feat: Action to expand notification * fix: Lint errors * fix: Unescape notification body * fix: Do not allow boosting if the status is hidden * feat: Add VAPID keys to the production sample environment * fix: Strip HTML tags from status * refactor: Better error messages * refactor: Handle browser not implementing the VAPID protocol (Samsung Internet) * fix: Error when target_status is nil * fix: Handle lack of image * fix: Delete reference to invalid subscriptions * feat: Better error handling * fix: Unescape HTML characters after tags are striped * refactor: Simpify code * fix: Modify to work with #4091 * Sort strings alphabetically * i18n: Updated Polish translation it annoys me that it's not fully localized :P * refactor: Use current_session in PushSubscriptionController * fix: Rebase mistake * fix: Set cacheName to mastodon * refactor: Pull request feedback * refactor: Remove logging statements * chore(yarn): Fix conflicts with master * chore(yarn): Copy latest from master * chore(yarn): Readd offline-plugin * refactor: Use save! and update! * refactor: Send notifications async * fix: Allow retry when push fails * fix: Save track for failed pushes * fix: Minify sw.js * fix: Remove account_id from fabricator
6 years ago
  1. ---
  2. en:
  3. about:
  4. about_hashtag_html: These are public toots tagged with <strong>#%{hashtag}</strong>. You can interact with them if you have an account anywhere in the fediverse.
  5. about_mastodon_html: Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail.
  6. about_this: About
  7. closed_registrations: Registrations are currently closed on this instance. However! You can find a different instance to make an account on and get access to the very same network from there.
  8. contact: Contact
  9. contact_missing: Not set
  10. contact_unavailable: N/A
  11. description_headline: What is %{domain}?
  12. domain_count_after: other instances
  13. domain_count_before: Connected to
  14. extended_description_html: |
  15. <h3>A good place for rules</h3>
  16. <p>The extended description has not been set up yet.</p>
  17. features:
  18. humane_approach_body: Learning from failures of other networks, Mastodon aims to make ethical design choices to combat the misuse of social media.
  19. humane_approach_title: A more humane approach
  20. not_a_product_body: Mastodon is not a commercial network. No advertising, no data mining, no walled gardens. There is no central authority.
  21. not_a_product_title: You’re a person, not a product
  22. real_conversation_body: With 500 characters at your disposal and support for granular content and media warnings, you can express yourself the way you want to.
  23. real_conversation_title: Built for real conversation
  24. within_reach_body: Multiple apps for iOS, Android, and other platforms thanks to a developer-friendly API ecosystem allow you to keep up with your friends anywhere.
  25. within_reach_title: Always within reach
  26. find_another_instance: Find another instance
  27. generic_description: "%{domain} is one server in the network"
  28. hosted_on: Mastodon hosted on %{domain}
  29. learn_more: Learn more
  30. other_instances: Instance list
  31. source_code: Source code
  32. status_count_after: statuses
  33. status_count_before: Who authored
  34. user_count_after: users
  35. user_count_before: Home to
  36. what_is_mastodon: What is Mastodon?
  37. accounts:
  38. follow: Follow
  39. followers: Followers
  40. following: Following
  41. media: Media
  42. moved_html: "%{name} has moved to %{new_profile_link}:"
  43. nothing_here: There is nothing here!
  44. people_followed_by: People whom %{name} follows
  45. people_who_follow: People who follow %{name}
  46. posts: Toots
  47. posts_with_replies: Toots and replies
  48. remote_follow: Remote follow
  49. reserved_username: The username is reserved
  50. roles:
  51. admin: Admin
  52. moderator: Mod
  53. unfollow: Unfollow
  54. admin:
  55. account_moderation_notes:
  56. account: Moderator
  57. create: Create
  58. created_at: Date
  59. created_msg: Moderation note successfully created!
  60. delete: Delete
  61. destroyed_msg: Moderation note successfully destroyed!
  62. accounts:
  63. are_you_sure: Are you sure?
  64. by_domain: Domain
  65. confirm: Confirm
  66. confirmed: Confirmed
  67. demote: Demote
  68. disable: Disable
  69. disable_two_factor_authentication: Disable 2FA
  70. disabled: Disabled
  71. display_name: Display name
  72. domain: Domain
  73. edit: Edit
  74. email: E-mail
  75. enable: Enable
  76. enabled: Enabled
  77. feed_url: Feed URL
  78. followers: Followers
  79. followers_url: Followers URL
  80. follows: Follows
  81. inbox_url: Inbox URL
  82. ip: IP
  83. location:
  84. all: All
  85. local: Local
  86. remote: Remote
  87. title: Location
  88. login_status: Login status
  89. media_attachments: Media attachments
  90. memorialize: Turn into memoriam
  91. moderation:
  92. all: All
  93. silenced: Silenced
  94. suspended: Suspended
  95. title: Moderation
  96. moderation_notes: Moderation notes
  97. most_recent_activity: Most recent activity
  98. most_recent_ip: Most recent IP
  99. not_subscribed: Not subscribed
  100. order:
  101. alphabetic: Alphabetic
  102. most_recent: Most recent
  103. title: Order
  104. outbox_url: Outbox URL
  105. perform_full_suspension: Perform full suspension
  106. profile_url: Profile URL
  107. promote: Promote
  108. protocol: Protocol
  109. public: Public
  110. push_subscription_expires: PuSH subscription expires
  111. redownload: Refresh avatar
  112. reset: Reset
  113. reset_password: Reset password
  114. resubscribe: Resubscribe
  115. role: Permissions
  116. roles:
  117. admin: Administrator
  118. moderator: Moderator
  119. 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. custom_emojis:
  137. copied_msg: Successfully created local copy of the emoji
  138. copy: Copy
  139. copy_failed_msg: Could not make a local copy of that emoji
  140. created_msg: Emoji successfully created!
  141. delete: Delete
  142. destroyed_msg: Emojo successfully destroyed!
  143. disable: Disable
  144. disabled_msg: Successfully disabled that emoji
  145. emoji: Emoji
  146. enable: Enable
  147. enabled_msg: Successfully enabled that emoji
  148. image_hint: PNG up to 50KB
  149. listed: Listed
  150. new:
  151. title: Add new custom emoji
  152. overwrite: Overwrite
  153. shortcode: Shortcode
  154. shortcode_hint: At least 2 characters, only alphanumeric characters and underscores
  155. title: Custom emojis
  156. unlisted: Unlisted
  157. update_failed_msg: Could not update that emoji
  158. updated_msg: Emoji successfully updated!
  159. upload: Upload
  160. domain_blocks:
  161. add_new: Add new
  162. created_msg: Domain block is now being processed
  163. destroyed_msg: Domain block has been undone
  164. domain: Domain
  165. new:
  166. create: Create block
  167. 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.
  168. severity:
  169. 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."
  170. noop: None
  171. silence: Silence
  172. suspend: Suspend
  173. title: New domain block
  174. reject_media: Reject media files
  175. reject_media_hint: Removes locally stored media files and refuses to download any in the future. Irrelevant for suspensions
  176. severities:
  177. noop: None
  178. silence: Silence
  179. suspend: Suspend
  180. severity: Severity
  181. show:
  182. affected_accounts:
  183. one: One account in the database affected
  184. other: "%{count} accounts in the database affected"
  185. retroactive:
  186. silence: Unsilence all existing accounts from this domain
  187. suspend: Unsuspend all existing accounts from this domain
  188. title: Undo domain block for %{domain}
  189. undo: Undo
  190. title: Domain Blocks
  191. undo: Undo
  192. email_domain_blocks:
  193. add_new: Add new
  194. created_msg: Email domain block successfully created
  195. delete: Delete
  196. destroyed_msg: Email domain block successfully deleted
  197. domain: Domain
  198. new:
  199. create: Create block
  200. title: New email domain block
  201. title: Email Domain Block
  202. instances:
  203. account_count: Known accounts
  204. domain_name: Domain
  205. reset: Reset
  206. search: Search
  207. title: Known Instances
  208. reports:
  209. action_taken_by: Action taken by
  210. are_you_sure: Are you sure?
  211. comment:
  212. label: Comment
  213. none: None
  214. delete: Delete
  215. id: ID
  216. mark_as_resolved: Mark as resolved
  217. nsfw:
  218. 'false': Unhide media attachments
  219. 'true': Hide media attachments
  220. report: 'Report #%{id}'
  221. report_contents: Contents
  222. reported_account: Reported account
  223. reported_by: Reported by
  224. resolved: Resolved
  225. silence_account: Silence account
  226. status: Status
  227. suspend_account: Suspend account
  228. target: Target
  229. title: Reports
  230. unresolved: Unresolved
  231. view: View
  232. settings:
  233. bootstrap_timeline_accounts:
  234. desc_html: Separate multiple usernames by comma. Only local and unlocked accounts will work. Default when empty is all local admins.
  235. title: Default follows for new users
  236. contact_information:
  237. email: Business e-mail
  238. username: Contact username
  239. registrations:
  240. closed_message:
  241. desc_html: Displayed on frontpage when registrations are closed. You can use HTML tags
  242. title: Closed registration message
  243. deletion:
  244. desc_html: Allow anyone to delete their account
  245. title: Open account deletion
  246. open:
  247. desc_html: Allow anyone to create an account
  248. title: Open registration
  249. show_staff_badge:
  250. desc_html: Show a staff badge on a user page
  251. title: Show staff badge
  252. site_description:
  253. 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>.
  254. title: Instance description
  255. site_description_extended:
  256. 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
  257. title: Custom extended information
  258. site_terms:
  259. desc_html: You can write your own privacy policy, terms of service or other legalese. You can use HTML tags
  260. title: Custom terms of service
  261. site_title: Instance name
  262. thumbnail:
  263. desc_html: Used for previews via OpenGraph and API. 1200x630px recommended
  264. title: Instance thumbnail
  265. timeline_preview:
  266. desc_html: Display public timeline on landing page
  267. title: Timeline preview
  268. title: Site Settings
  269. statuses:
  270. back_to_account: Back to account page
  271. batch:
  272. delete: Delete
  273. nsfw_off: NSFW OFF
  274. nsfw_on: NSFW ON
  275. execute: Execute
  276. failed_to_execute: Failed to execute
  277. media:
  278. hide: Hide media
  279. show: Show media
  280. title: Media
  281. no_media: No media
  282. title: Account statuses
  283. with_media: With media
  284. subscriptions:
  285. callback_url: Callback URL
  286. confirmed: Confirmed
  287. expires_in: Expires in
  288. last_delivery: Last delivery
  289. title: WebSub
  290. topic: Topic
  291. title: Administration
  292. admin_mailer:
  293. new_report:
  294. body: "%{reporter} has reported %{target}"
  295. subject: New report for %{instance} (#%{id})
  296. application_mailer:
  297. salutation: "%{name},"
  298. settings: 'Change e-mail preferences: %{link}'
  299. signature: Mastodon notifications from %{instance}
  300. view: 'View:'
  301. applications:
  302. created: Application successfully created
  303. destroyed: Application successfully deleted
  304. invalid_url: The provided URL is invalid
  305. regenerate_token: Regenerate access token
  306. token_regenerated: Access token successfully regenerated
  307. warning: Be very careful with this data. Never share it with anyone!
  308. your_token: Your access token
  309. auth:
  310. agreement_html: By signing up you agree to <a href="%{rules_path}">our terms of service</a> and <a href="%{terms_path}">privacy policy</a>.
  311. change_password: Security
  312. delete_account: Delete account
  313. delete_account_html: If you wish to delete your account, you can <a href="%{path}">proceed here</a>. You will be asked for confirmation.
  314. didnt_get_confirmation: Didn't receive confirmation instructions?
  315. forgot_password: Forgot your password?
  316. invalid_reset_password_token: Password reset token is invalid or expired. Please request a new one.
  317. login: Log in
  318. logout: Logout
  319. register: Sign up
  320. resend_confirmation: Resend confirmation instructions
  321. reset_password: Reset password
  322. set_new_password: Set new password
  323. authorize_follow:
  324. error: Unfortunately, there was an error looking up the remote account
  325. follow: Follow
  326. follow_request: 'You have sent a follow request to:'
  327. following: 'Success! You are now following:'
  328. post_follow:
  329. close: Or, you can just close this window.
  330. return: Return to the user's profile
  331. web: Go to web
  332. title: Follow %{acct}
  333. datetime:
  334. distance_in_words:
  335. about_x_hours: "%{count}h"
  336. about_x_months: "%{count}mo"
  337. about_x_years: "%{count}y"
  338. almost_x_years: "%{count}y"
  339. half_a_minute: Just now
  340. less_than_x_minutes: "%{count}m"
  341. less_than_x_seconds: Just now
  342. over_x_years: "%{count}y"
  343. x_days: "%{count}d"
  344. x_minutes: "%{count}m"
  345. x_months: "%{count}mo"
  346. x_seconds: "%{count}s"
  347. deletes:
  348. bad_password_msg: Nice try, hackers! Incorrect password
  349. confirm_password: Enter your current password to verify your identity
  350. 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.
  351. proceed: Delete account
  352. success_msg: Your account was successfully deleted
  353. 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.
  354. warning_title: Disseminated content availability
  355. errors:
  356. '403': You don't have permission to view this page.
  357. '404': The page you were looking for doesn't exist.
  358. '410': The page you were looking for doesn't exist anymore.
  359. '422':
  360. content: Security verification failed. Are you blocking cookies?
  361. title: Security verification failed
  362. '429': Throttled
  363. '500':
  364. content: We're sorry, but something went wrong on our end.
  365. title: This page is not correct
  366. 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.
  367. exports:
  368. blocks: You block
  369. csv: CSV
  370. follows: You follow
  371. mutes: You mute
  372. storage: Media storage
  373. followers:
  374. domain: Domain
  375. 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.
  376. followers_count: Number of followers
  377. lock_link: Lock your account
  378. purge: Remove from followers
  379. success:
  380. one: In the process of soft-blocking followers from one domain...
  381. other: In the process of soft-blocking followers from %{count} domains...
  382. true_privacy_html: Please mind that <strong>true privacy can only be achieved with end-to-end encryption</strong>.
  383. unlocked_warning_html: Anyone can follow you to immediately view your private statuses. %{lock_link} to be able to review and reject followers.
  384. unlocked_warning_title: Your account is not locked
  385. generic:
  386. changes_saved_msg: Changes successfully saved!
  387. powered_by: powered by %{link}
  388. save_changes: Save changes
  389. validation_errors:
  390. one: Something isn't quite right yet! Please review the error below
  391. other: Something isn't quite right yet! Please review %{count} errors below
  392. imports:
  393. preface: You can import data that you have exported from another instance, such as a list of the people you are following or blocking.
  394. success: Your data was successfully uploaded and will now be processed in due time
  395. types:
  396. blocking: Blocking list
  397. following: Following list
  398. muting: Muting list
  399. upload: Upload
  400. in_memoriam_html: In Memoriam.
  401. 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."
  402. landing_strip_signup_html: If you don't, you can <a href="%{sign_up_path}">sign up here</a>.
  403. media_attachments:
  404. validations:
  405. images_and_video: Cannot attach a video to a status that already contains images
  406. too_many: Cannot attach more than 4 files
  407. notification_mailer:
  408. digest:
  409. body: 'Here is a brief summary of what you missed on %{instance} since your last visit on %{since}:'
  410. mention: "%{name} mentioned you in:"
  411. new_followers_summary:
  412. one: You have acquired one new follower! Yay!
  413. other: You have gotten %{count} new followers! Amazing!
  414. subject:
  415. one: "1 new notification since your last visit \U0001F418"
  416. other: "%{count} new notifications since your last visit \U0001F418"
  417. favourite:
  418. body: 'Your status was favourited by %{name}:'
  419. subject: "%{name} favourited your status"
  420. follow:
  421. body: "%{name} is now following you!"
  422. subject: "%{name} is now following you"
  423. follow_request:
  424. body: "%{name} has requested to follow you"
  425. subject: 'Pending follower: %{name}'
  426. mention:
  427. body: 'You were mentioned by %{name} in:'
  428. subject: You were mentioned by %{name}
  429. reblog:
  430. body: 'Your status was boosted by %{name}:'
  431. subject: "%{name} boosted your status"
  432. number:
  433. human:
  434. decimal_units:
  435. format: "%n%u"
  436. units:
  437. billion: B
  438. million: M
  439. quadrillion: Q
  440. thousand: K
  441. trillion: T
  442. unit: ''
  443. pagination:
  444. next: Next
  445. prev: Prev
  446. truncate: "&hellip;"
  447. preferences:
  448. languages: Languages
  449. other: Other
  450. publishing: Publishing
  451. web: Web
  452. push_notifications:
  453. favourite:
  454. title: "%{name} favourited your status"
  455. follow:
  456. title: "%{name} is now following you"
  457. group:
  458. title: "%{count} notifications"
  459. mention:
  460. action_boost: Boost
  461. action_expand: Show more
  462. action_favourite: Favourite
  463. title: "%{name} mentioned you"
  464. reblog:
  465. title: "%{name} boosted your status"
  466. remote_follow:
  467. acct: Enter your username@domain you want to follow from
  468. missing_resource: Could not find the required redirect URL for your account
  469. proceed: Proceed to follow
  470. prompt: 'You are going to follow:'
  471. sessions:
  472. activity: Last activity
  473. browser: Browser
  474. browsers:
  475. alipay: Alipay
  476. blackberry: Blackberry
  477. chrome: Chrome
  478. edge: Microsoft Edge
  479. firefox: Firefox
  480. generic: Unknown browser
  481. ie: Internet Explorer
  482. micro_messenger: MicroMessenger
  483. nokia: Nokia S40 Ovi Browser
  484. opera: Opera
  485. phantom_js: PhantomJS
  486. qq: QQ Browser
  487. safari: Safari
  488. uc_browser: UCBrowser
  489. weibo: Weibo
  490. current_session: Current session
  491. description: "%{browser} on %{platform}"
  492. explanation: These are the web browsers currently logged in to your Mastodon account.
  493. ip: IP
  494. platforms:
  495. adobe_air: Adobe Air
  496. android: Android
  497. blackberry: Blackberry
  498. chrome_os: ChromeOS
  499. firefox_os: Firefox OS
  500. ios: iOS
  501. linux: Linux
  502. mac: Mac
  503. other: unknown platform
  504. windows: Windows
  505. windows_mobile: Windows Mobile
  506. windows_phone: Windows Phone
  507. revoke: Revoke
  508. revoke_success: Session successfully revoked
  509. title: Sessions
  510. settings:
  511. authorized_apps: Authorized apps
  512. back: Back to Mastodon
  513. delete: Account deletion
  514. development: Development
  515. edit_profile: Edit profile
  516. export: Data export
  517. followers: Authorized followers
  518. import: Import
  519. notifications: Notifications
  520. preferences: Preferences
  521. settings: Settings
  522. two_factor_authentication: Two-factor Authentication
  523. your_apps: Your applications
  524. statuses:
  525. open_in_web: Open in web
  526. over_character_limit: character limit of %{max} exceeded
  527. pin_errors:
  528. limit: Too many toots pinned
  529. ownership: Someone else's toot cannot be pinned
  530. private: Non-public toot cannot be pinned
  531. reblog: A boost cannot be pinned
  532. show_more: Show more
  533. visibilities:
  534. private: Followers-only
  535. private_long: Only show to followers
  536. public: Public
  537. public_long: Everyone can see
  538. unlisted: Unlisted
  539. unlisted_long: Everyone can see, but not listed on public timelines
  540. stream_entries:
  541. click_to_show: Click to show
  542. pinned: Pinned toot
  543. reblogged: boosted
  544. sensitive_content: Sensitive content
  545. terms:
  546. body_html: |
  547. <h2>Privacy Policy</h2>
  548. <h3 id="collect">What information do we collect?</h3>
  549. <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>
  550. <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>
  551. <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>
  552. <h3 id="use">What do we use your information for?</h3>
  553. <p>Any of the information we collect from you may be used in one of the following ways:</p>
  554. <ul>
  555. <li>To personalize your experience &mdash; your information helps us to better respond to your individual needs.</li>
  556. <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>
  557. <li>To improve customer service &mdash; your information helps us to more effectively respond to your customer service requests and support needs.</li>
  558. <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>
  559. </ul>
  560. <h3 id="protect">How do we protect your information?</h3>
  561. <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>
  562. <h3 id="data-retention">What is your data retention policy?</h3>
  563. <p>We will make a good faith effort to:</p>
  564. <ul>
  565. <li>Retain server logs containing the IP address of all requests to this server no more than 90 days.</li>
  566. <li>Retain the IP addresses associated with registered users and their posts no more than 5 years.</li>
  567. </ul>
  568. <h3 id="cookies">Do we use cookies?</h3>
  569. <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>
  570. <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>
  571. <h3 id="disclose">Do we disclose any information to outside parties?</h3>
  572. <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>
  573. <h3 id="third-party">Third party links</h3>
  574. <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>
  575. <h3 id="coppa">Children's Online Privacy Protection Act Compliance</h3>
  576. <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>
  577. <h3 id="online">Online Privacy Policy Only</h3>
  578. <p>This online privacy policy applies only to information collected through our site and not to information collected offline.</p>
  579. <h3 id="consent">Your Consent</h3>
  580. <p>By using our site, you consent to our web site privacy policy.</p>
  581. <h3 id="changes">Changes to our Privacy Policy</h3>
  582. <p>If we decide to change our privacy policy, we will post those changes on this page.</p>
  583. <p>This document is CC-BY-SA. It was last updated May 31, 2013.</p>
  584. <p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
  585. title: "%{instance} Terms of Service and Privacy Policy"
  586. themes:
  587. default: Mastodon
  588. time:
  589. formats:
  590. default: "%b %d, %Y, %H:%M"
  591. two_factor_authentication:
  592. code_hint: Enter the code generated by your authenticator app to confirm
  593. 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.
  594. disable: Disable
  595. enable: Enable
  596. enabled: Two-factor authentication is enabled
  597. enabled_success: Two-factor authentication successfully enabled
  598. generate_recovery_codes: Generate recovery codes
  599. 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."
  600. 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.
  601. manual_instructions: 'If you can''t scan the QR code and need to enter it manually, here is the plain-text secret:'
  602. recovery_codes: Backup recovery codes
  603. recovery_codes_regenerated: Recovery codes successfully regenerated
  604. 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.
  605. setup: Set up
  606. wrong_code: The entered code was invalid! Are server time and device time correct?
  607. users:
  608. invalid_email: The e-mail address is invalid
  609. invalid_otp_token: Invalid two-factor code
  610. signed_in_as: 'Signed in as:'