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.

618 lines
27 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. 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 with replies
  47. remote_follow: Remote follow
  48. reserved_username: The username is reserved
  49. roles:
  50. admin: Admin
  51. unfollow: Unfollow
  52. admin:
  53. account_moderation_notes:
  54. account: Moderator
  55. create: Create
  56. created_at: Date
  57. created_msg: Moderation note successfully created!
  58. delete: Delete
  59. destroyed_msg: Moderation note successfully destroyed!
  60. accounts:
  61. are_you_sure: Are you sure?
  62. confirm: Confirm
  63. confirmed: Confirmed
  64. disable_two_factor_authentication: Disable 2FA
  65. display_name: Display name
  66. domain: Domain
  67. edit: Edit
  68. email: E-mail
  69. feed_url: Feed URL
  70. followers: Followers
  71. followers_url: Followers URL
  72. follows: Follows
  73. inbox_url: Inbox URL
  74. ip: IP
  75. location:
  76. all: All
  77. local: Local
  78. remote: Remote
  79. title: Location
  80. media_attachments: Media attachments
  81. moderation:
  82. all: All
  83. silenced: Silenced
  84. suspended: Suspended
  85. title: Moderation
  86. moderation_notes: Moderation notes
  87. most_recent_activity: Most recent activity
  88. most_recent_ip: Most recent IP
  89. not_subscribed: Not subscribed
  90. order:
  91. alphabetic: Alphabetic
  92. most_recent: Most recent
  93. title: Order
  94. outbox_url: Outbox URL
  95. perform_full_suspension: Perform full suspension
  96. profile_url: Profile URL
  97. protocol: Protocol
  98. public: Public
  99. push_subscription_expires: PuSH subscription expires
  100. redownload: Refresh avatar
  101. reset: Reset
  102. reset_password: Reset password
  103. resubscribe: Resubscribe
  104. salmon_url: Salmon URL
  105. search: Search
  106. shared_inbox_url: Shared Inbox URL
  107. show:
  108. created_reports: Reports created by this account
  109. report: report
  110. targeted_reports: Reports made about this account
  111. silence: Silence
  112. statuses: Statuses
  113. subscribe: Subscribe
  114. title: Accounts
  115. undo_silenced: Undo silence
  116. undo_suspension: Undo suspension
  117. unsubscribe: Unsubscribe
  118. username: Username
  119. web: Web
  120. custom_emojis:
  121. copied_msg: Successfully created local copy of the emoji
  122. copy: Copy
  123. copy_failed_msg: Could not make a local copy of that emoji
  124. created_msg: Emoji successfully created!
  125. delete: Delete
  126. destroyed_msg: Emojo successfully destroyed!
  127. disable: Disable
  128. disabled_msg: Successfully disabled that emoji
  129. emoji: Emoji
  130. enable: Enable
  131. enabled_msg: Successfully enabled that emoji
  132. image_hint: PNG up to 50KB
  133. listed: Listed
  134. new:
  135. title: Add new custom emoji
  136. shortcode: Shortcode
  137. shortcode_hint: At least 2 characters, only alphanumeric characters and underscores
  138. title: Custom emojis
  139. unlisted: Unlisted
  140. update_failed_msg: Could not update that emoji
  141. updated_msg: Emoji successfully updated!
  142. upload: Upload
  143. domain_blocks:
  144. add_new: Add new
  145. created_msg: Domain block is now being processed
  146. destroyed_msg: Domain block has been undone
  147. domain: Domain
  148. new:
  149. create: Create block
  150. 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.
  151. severity:
  152. 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."
  153. noop: None
  154. silence: Silence
  155. suspend: Suspend
  156. title: New domain block
  157. reject_media: Reject media files
  158. reject_media_hint: Removes locally stored media files and refuses to download any in the future. Irrelevant for suspensions
  159. severities:
  160. noop: None
  161. silence: Silence
  162. suspend: Suspend
  163. severity: Severity
  164. show:
  165. affected_accounts:
  166. one: One account in the database affected
  167. other: "%{count} accounts in the database affected"
  168. retroactive:
  169. silence: Unsilence all existing accounts from this domain
  170. suspend: Unsuspend all existing accounts from this domain
  171. title: Undo domain block for %{domain}
  172. undo: Undo
  173. title: Domain Blocks
  174. undo: Undo
  175. email_domain_blocks:
  176. add_new: Add new
  177. created_msg: Email domain block successfully created
  178. delete: Delete
  179. destroyed_msg: Email domain block successfully deleted
  180. domain: Domain
  181. new:
  182. create: Create block
  183. title: New email domain block
  184. title: Email Domain Block
  185. instances:
  186. account_count: Known accounts
  187. domain_name: Domain
  188. reset: Reset
  189. search: Search
  190. title: Known Instances
  191. reports:
  192. action_taken_by: Action taken by
  193. are_you_sure: Are you sure?
  194. comment:
  195. label: Comment
  196. none: None
  197. delete: Delete
  198. id: ID
  199. mark_as_resolved: Mark as resolved
  200. nsfw:
  201. 'false': Unhide media attachments
  202. 'true': Hide media attachments
  203. report: 'Report #%{id}'
  204. report_contents: Contents
  205. reported_account: Reported account
  206. reported_by: Reported by
  207. resolved: Resolved
  208. silence_account: Silence account
  209. status: Status
  210. suspend_account: Suspend account
  211. target: Target
  212. title: Reports
  213. unresolved: Unresolved
  214. view: View
  215. settings:
  216. bootstrap_timeline_accounts:
  217. desc_html: Separate multiple usernames by comma. Only local and unlocked accounts will work. Default when empty is all local admins.
  218. title: Default follows for new users
  219. contact_information:
  220. email: Business e-mail
  221. username: Contact username
  222. registrations:
  223. closed_message:
  224. desc_html: Displayed on frontpage when registrations are closed. You can use HTML tags
  225. title: Closed registration message
  226. deletion:
  227. desc_html: Allow anyone to delete their account
  228. title: Open account deletion
  229. open:
  230. desc_html: Allow anyone to create an account
  231. title: Open registration
  232. site_description:
  233. 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>.
  234. title: Instance description
  235. site_description_extended:
  236. 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
  237. title: Custom extended information
  238. site_terms:
  239. desc_html: You can write your own privacy policy, terms of service or other legalese. You can use HTML tags
  240. title: Custom terms of service
  241. site_title: Instance name
  242. thumbnail:
  243. desc_html: Used for previews via OpenGraph and API. 1200x630px recommended
  244. title: Instance thumbnail
  245. timeline_preview:
  246. desc_html: Display public timeline on landing page
  247. title: Timeline preview
  248. title: Site Settings
  249. statuses:
  250. back_to_account: Back to account page
  251. batch:
  252. delete: Delete
  253. nsfw_off: NSFW OFF
  254. nsfw_on: NSFW ON
  255. execute: Execute
  256. failed_to_execute: Failed to execute
  257. media:
  258. hide: Hide media
  259. show: Show media
  260. title: Media
  261. no_media: No media
  262. title: Account statuses
  263. with_media: With media
  264. subscriptions:
  265. callback_url: Callback URL
  266. confirmed: Confirmed
  267. expires_in: Expires in
  268. last_delivery: Last delivery
  269. title: WebSub
  270. topic: Topic
  271. title: Administration
  272. admin_mailer:
  273. new_report:
  274. body: "%{reporter} has reported %{target}"
  275. subject: New report for %{instance} (#%{id})
  276. application_mailer:
  277. salutation: "%{name},"
  278. settings: 'Change e-mail preferences: %{link}'
  279. signature: Mastodon notifications from %{instance}
  280. view: 'View:'
  281. applications:
  282. created: Application successfully created
  283. destroyed: Application successfully deleted
  284. invalid_url: The provided URL is invalid
  285. regenerate_token: Regenerate access token
  286. token_regenerated: Access token successfully regenerated
  287. warning: Be very careful with this data. Never share it with anyone!
  288. your_token: Your access token
  289. auth:
  290. 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>.
  291. change_password: Security
  292. delete_account: Delete account
  293. delete_account_html: If you wish to delete your account, you can <a href="%{path}">proceed here</a>. You will be asked for confirmation.
  294. didnt_get_confirmation: Didn't receive confirmation instructions?
  295. forgot_password: Forgot your password?
  296. invalid_reset_password_token: Password reset token is invalid or expired. Please request a new one.
  297. login: Log in
  298. logout: Logout
  299. register: Sign up
  300. resend_confirmation: Resend confirmation instructions
  301. reset_password: Reset password
  302. set_new_password: Set new password
  303. authorize_follow:
  304. error: Unfortunately, there was an error looking up the remote account
  305. follow: Follow
  306. follow_request: 'You have sent a follow request to:'
  307. following: 'Success! You are now following:'
  308. post_follow:
  309. close: Or, you can just close this window.
  310. return: Return to the user's profile
  311. web: Go to web
  312. title: Follow %{acct}
  313. datetime:
  314. distance_in_words:
  315. about_x_hours: "%{count}h"
  316. about_x_months: "%{count}mo"
  317. about_x_years: "%{count}y"
  318. almost_x_years: "%{count}y"
  319. half_a_minute: Just now
  320. less_than_x_minutes: "%{count}m"
  321. less_than_x_seconds: Just now
  322. over_x_years: "%{count}y"
  323. x_days: "%{count}d"
  324. x_minutes: "%{count}m"
  325. x_months: "%{count}mo"
  326. x_seconds: "%{count}s"
  327. deletes:
  328. bad_password_msg: Nice try, hackers! Incorrect password
  329. confirm_password: Enter your current password to verify your identity
  330. 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.
  331. proceed: Delete account
  332. success_msg: Your account was successfully deleted
  333. 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.
  334. warning_title: Disseminated content availability
  335. errors:
  336. '403': You don't have permission to view this page.
  337. '404': The page you were looking for doesn't exist.
  338. '410': The page you were looking for doesn't exist anymore.
  339. '422':
  340. content: Security verification failed. Are you blocking cookies?
  341. title: Security verification failed
  342. '429': Throttled
  343. '500':
  344. content: We're sorry, but something went wrong on our end.
  345. title: This page is not correct
  346. 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.
  347. exports:
  348. blocks: You block
  349. csv: CSV
  350. follows: You follow
  351. mutes: You mute
  352. storage: Media storage
  353. followers:
  354. domain: Domain
  355. 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.
  356. followers_count: Number of followers
  357. lock_link: Lock your account
  358. purge: Remove from followers
  359. success:
  360. one: In the process of soft-blocking followers from one domain...
  361. other: In the process of soft-blocking followers from %{count} domains...
  362. true_privacy_html: Please mind that <strong>true privacy can only be achieved with end-to-end encryption</strong>.
  363. unlocked_warning_html: Anyone can follow you to immediately view your private statuses. %{lock_link} to be able to review and reject followers.
  364. unlocked_warning_title: Your account is not locked
  365. generic:
  366. changes_saved_msg: Changes successfully saved!
  367. powered_by: powered by %{link}
  368. save_changes: Save changes
  369. validation_errors:
  370. one: Something isn't quite right yet! Please review the error below
  371. other: Something isn't quite right yet! Please review %{count} errors below
  372. imports:
  373. preface: You can import data that you have exported from another instance, such as a list of the people you are following or blocking.
  374. success: Your data was successfully uploaded and will now be processed in due time
  375. types:
  376. blocking: Blocking list
  377. following: Following list
  378. muting: Muting list
  379. upload: Upload
  380. 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."
  381. landing_strip_signup_html: If you don't, you can <a href="%{sign_up_path}">sign up here</a>.
  382. media_attachments:
  383. validations:
  384. images_and_video: Cannot attach a video to a status that already contains images
  385. too_many: Cannot attach more than 4 files
  386. notification_mailer:
  387. digest:
  388. body: 'Here is a brief summary of what you missed on %{instance} since your last visit on %{since}:'
  389. mention: "%{name} mentioned you in:"
  390. new_followers_summary:
  391. one: You have acquired one new follower! Yay!
  392. other: You have gotten %{count} new followers! Amazing!
  393. subject:
  394. one: "1 new notification since your last visit \U0001F418"
  395. other: "%{count} new notifications since your last visit \U0001F418"
  396. favourite:
  397. body: 'Your status was favourited by %{name}:'
  398. subject: "%{name} favourited your status"
  399. follow:
  400. body: "%{name} is now following you!"
  401. subject: "%{name} is now following you"
  402. follow_request:
  403. body: "%{name} has requested to follow you"
  404. subject: 'Pending follower: %{name}'
  405. mention:
  406. body: 'You were mentioned by %{name} in:'
  407. subject: You were mentioned by %{name}
  408. reblog:
  409. body: 'Your status was boosted by %{name}:'
  410. subject: "%{name} boosted your status"
  411. number:
  412. human:
  413. decimal_units:
  414. format: "%n%u"
  415. units:
  416. billion: B
  417. million: M
  418. quadrillion: Q
  419. thousand: K
  420. trillion: T
  421. unit: ''
  422. pagination:
  423. next: Next
  424. prev: Prev
  425. truncate: "&hellip;"
  426. preferences:
  427. languages: Languages
  428. other: Other
  429. publishing: Publishing
  430. web: Web
  431. push_notifications:
  432. favourite:
  433. title: "%{name} favourited your status"
  434. follow:
  435. title: "%{name} is now following you"
  436. group:
  437. title: "%{count} notifications"
  438. mention:
  439. action_boost: Boost
  440. action_expand: Show more
  441. action_favourite: Favourite
  442. title: "%{name} mentioned you"
  443. reblog:
  444. title: "%{name} boosted your status"
  445. remote_follow:
  446. acct: Enter your username@domain you want to follow from
  447. missing_resource: Could not find the required redirect URL for your account
  448. proceed: Proceed to follow
  449. prompt: 'You are going to follow:'
  450. sessions:
  451. activity: Last activity
  452. browser: Browser
  453. browsers:
  454. alipay: Alipay
  455. blackberry: Blackberry
  456. chrome: Chrome
  457. edge: Microsoft Edge
  458. firefox: Firefox
  459. generic: Unknown browser
  460. ie: Internet Explorer
  461. micro_messenger: MicroMessenger
  462. nokia: Nokia S40 Ovi Browser
  463. opera: Opera
  464. phantom_js: PhantomJS
  465. qq: QQ Browser
  466. safari: Safari
  467. uc_browser: UCBrowser
  468. weibo: Weibo
  469. current_session: Current session
  470. description: "%{browser} on %{platform}"
  471. explanation: These are the web browsers currently logged in to your Mastodon account.
  472. ip: IP
  473. platforms:
  474. adobe_air: Adobe Air
  475. android: Android
  476. blackberry: Blackberry
  477. chrome_os: ChromeOS
  478. firefox_os: Firefox OS
  479. ios: iOS
  480. linux: Linux
  481. mac: Mac
  482. other: unknown platform
  483. windows: Windows
  484. windows_mobile: Windows Mobile
  485. windows_phone: Windows Phone
  486. revoke: Revoke
  487. revoke_success: Session successfully revoked
  488. title: Sessions
  489. settings:
  490. authorized_apps: Authorized apps
  491. back: Back to Mastodon
  492. delete: Account deletion
  493. development: Development
  494. edit_profile: Edit profile
  495. export: Data export
  496. followers: Authorized followers
  497. import: Import
  498. notifications: Notifications
  499. preferences: Preferences
  500. settings: Settings
  501. two_factor_authentication: Two-factor Authentication
  502. your_apps: Your applications
  503. statuses:
  504. open_in_web: Open in web
  505. over_character_limit: character limit of %{max} exceeded
  506. pin_errors:
  507. limit: Too many toots pinned
  508. ownership: Someone else's toot cannot be pinned
  509. private: Non-public toot cannot be pinned
  510. reblog: A boost cannot be pinned
  511. show_more: Show more
  512. visibilities:
  513. private: Followers-only
  514. private_long: Only show to followers
  515. public: Public
  516. public_long: Everyone can see
  517. unlisted: Unlisted
  518. unlisted_long: Everyone can see, but not listed on public timelines
  519. stream_entries:
  520. click_to_show: Click to show
  521. pinned: Pinned toot
  522. reblogged: boosted
  523. sensitive_content: Sensitive content
  524. terms:
  525. body_html: |
  526. <h2>Privacy Policy</h2>
  527. <h3 id="collect">What information do we collect?</h3>
  528. <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>
  529. <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>
  530. <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>
  531. <h3 id="use">What do we use your information for?</h3>
  532. <p>Any of the information we collect from you may be used in one of the following ways:</p>
  533. <ul>
  534. <li>To personalize your experience &mdash; your information helps us to better respond to your individual needs.</li>
  535. <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>
  536. <li>To improve customer service &mdash; your information helps us to more effectively respond to your customer service requests and support needs.</li>
  537. <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>
  538. </ul>
  539. <h3 id="protect">How do we protect your information?</h3>
  540. <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>
  541. <h3 id="data-retention">What is your data retention policy?</h3>
  542. <p>We will make a good faith effort to:</p>
  543. <ul>
  544. <li>Retain server logs containing the IP address of all requests to this server no more than 90 days.</li>
  545. <li>Retain the IP addresses associated with registered users and their posts no more than 5 years.</li>
  546. </ul>
  547. <h3 id="cookies">Do we use cookies?</h3>
  548. <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>
  549. <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>
  550. <h3 id="disclose">Do we disclose any information to outside parties?</h3>
  551. <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>
  552. <h3 id="third-party">Third party links</h3>
  553. <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>
  554. <h3 id="coppa">Children's Online Privacy Protection Act Compliance</h3>
  555. <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>
  556. <h3 id="online">Online Privacy Policy Only</h3>
  557. <p>This online privacy policy applies only to information collected through our site and not to information collected offline.</p>
  558. <h3 id="consent">Your Consent</h3>
  559. <p>By using our site, you consent to our web site privacy policy.</p>
  560. <h3 id="changes">Changes to our Privacy Policy</h3>
  561. <p>If we decide to change our privacy policy, we will post those changes on this page.</p>
  562. <p>This document is CC-BY-SA. It was last updated May 31, 2013.</p>
  563. <p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
  564. title: "%{instance} Terms of Service and Privacy Policy"
  565. themes:
  566. default: Mastodon
  567. time:
  568. formats:
  569. default: "%b %d, %Y, %H:%M"
  570. two_factor_authentication:
  571. code_hint: Enter the code generated by your authenticator app to confirm
  572. 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.
  573. disable: Disable
  574. enable: Enable
  575. enabled: Two-factor authentication is enabled
  576. enabled_success: Two-factor authentication successfully enabled
  577. generate_recovery_codes: Generate recovery codes
  578. 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."
  579. 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.
  580. manual_instructions: 'If you can''t scan the QR code and need to enter it manually, here is the plain-text secret:'
  581. recovery_codes: Backup recovery codes
  582. recovery_codes_regenerated: Recovery codes successfully regenerated
  583. 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.
  584. setup: Set up
  585. wrong_code: The entered code was invalid! Are server time and device time correct?
  586. users:
  587. invalid_email: The e-mail address is invalid
  588. invalid_otp_token: Invalid two-factor code
  589. signed_in_as: 'Signed in as:'