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.

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