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.

1099 lines
49 KiB

8 years ago
7 years ago
Add Keybase integration (#10297) * create account_identity_proofs table * add endpoint for keybase to check local proofs * add async task to update validity and liveness of proofs from keybase * first pass keybase proof CRUD * second pass keybase proof creation * clean up proof list and add badges * add avatar url to keybase api * Always highlight the “Identity Proofs” navigation item when interacting with proofs. * Update translations. * Add profile URL. * Reorder proofs. * Add proofs to bio. * Update settings/identity_proofs front-end. * Use `link_to`. * Only encode query params if they exist. URLs without params had a trailing `?`. * Only show live proofs. * change valid to active in proof list and update liveness before displaying * minor fixes * add keybase config at well-known path * extremely naive feature flagging off the identity proof UI * fixes for rubocop * make identity proofs page resilient to potential keybase issues * normalize i18n * tweaks for brakeman * remove two unused translations * cleanup and add more localizations * make keybase_contacts an admin setting * fix ExternalProofService my_domain * use Addressable::URI in identity proofs * use active model serializer for keybase proof config * more cleanup of keybase proof config * rename proof is_valid and is_live to proof_valid and proof_live * cleanup * assorted tweaks for more robust communication with keybase * Clean up * Small fixes * Display verified identity identically to verified links * Clean up unused CSS * Add caching for Keybase avatar URLs * Remove keybase_contacts setting
5 years ago
Add Keybase integration (#10297) * create account_identity_proofs table * add endpoint for keybase to check local proofs * add async task to update validity and liveness of proofs from keybase * first pass keybase proof CRUD * second pass keybase proof creation * clean up proof list and add badges * add avatar url to keybase api * Always highlight the “Identity Proofs” navigation item when interacting with proofs. * Update translations. * Add profile URL. * Reorder proofs. * Add proofs to bio. * Update settings/identity_proofs front-end. * Use `link_to`. * Only encode query params if they exist. URLs without params had a trailing `?`. * Only show live proofs. * change valid to active in proof list and update liveness before displaying * minor fixes * add keybase config at well-known path * extremely naive feature flagging off the identity proof UI * fixes for rubocop * make identity proofs page resilient to potential keybase issues * normalize i18n * tweaks for brakeman * remove two unused translations * cleanup and add more localizations * make keybase_contacts an admin setting * fix ExternalProofService my_domain * use Addressable::URI in identity proofs * use active model serializer for keybase proof config * more cleanup of keybase proof config * rename proof is_valid and is_live to proof_valid and proof_live * cleanup * assorted tweaks for more robust communication with keybase * Clean up * Small fixes * Display verified identity identically to verified links * Clean up unused CSS * Add caching for Keybase avatar URLs * Remove keybase_contacts setting
5 years ago
Add Keybase integration (#10297) * create account_identity_proofs table * add endpoint for keybase to check local proofs * add async task to update validity and liveness of proofs from keybase * first pass keybase proof CRUD * second pass keybase proof creation * clean up proof list and add badges * add avatar url to keybase api * Always highlight the “Identity Proofs” navigation item when interacting with proofs. * Update translations. * Add profile URL. * Reorder proofs. * Add proofs to bio. * Update settings/identity_proofs front-end. * Use `link_to`. * Only encode query params if they exist. URLs without params had a trailing `?`. * Only show live proofs. * change valid to active in proof list and update liveness before displaying * minor fixes * add keybase config at well-known path * extremely naive feature flagging off the identity proof UI * fixes for rubocop * make identity proofs page resilient to potential keybase issues * normalize i18n * tweaks for brakeman * remove two unused translations * cleanup and add more localizations * make keybase_contacts an admin setting * fix ExternalProofService my_domain * use Addressable::URI in identity proofs * use active model serializer for keybase proof config * more cleanup of keybase proof config * rename proof is_valid and is_live to proof_valid and proof_live * cleanup * assorted tweaks for more robust communication with keybase * Clean up * Small fixes * Display verified identity identically to verified links * Clean up unused CSS * Add caching for Keybase avatar URLs * Remove keybase_contacts setting
5 years ago
Add Keybase integration (#10297) * create account_identity_proofs table * add endpoint for keybase to check local proofs * add async task to update validity and liveness of proofs from keybase * first pass keybase proof CRUD * second pass keybase proof creation * clean up proof list and add badges * add avatar url to keybase api * Always highlight the “Identity Proofs” navigation item when interacting with proofs. * Update translations. * Add profile URL. * Reorder proofs. * Add proofs to bio. * Update settings/identity_proofs front-end. * Use `link_to`. * Only encode query params if they exist. URLs without params had a trailing `?`. * Only show live proofs. * change valid to active in proof list and update liveness before displaying * minor fixes * add keybase config at well-known path * extremely naive feature flagging off the identity proof UI * fixes for rubocop * make identity proofs page resilient to potential keybase issues * normalize i18n * tweaks for brakeman * remove two unused translations * cleanup and add more localizations * make keybase_contacts an admin setting * fix ExternalProofService my_domain * use Addressable::URI in identity proofs * use active model serializer for keybase proof config * more cleanup of keybase proof config * rename proof is_valid and is_live to proof_valid and proof_live * cleanup * assorted tweaks for more robust communication with keybase * Clean up * Small fixes * Display verified identity identically to verified links * Clean up unused CSS * Add caching for Keybase avatar URLs * Remove keybase_contacts setting
5 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. active_count_after: active
  8. active_footnote: Monthly Active Users (MAU)
  9. administered_by: 'Administered by:'
  10. api: API
  11. apps: Mobile apps
  12. apps_platforms: Use Mastodon from iOS, Android and other platforms
  13. browse_directory: Browse a profile directory and filter by interests
  14. browse_public_posts: Browse a live stream of public posts on Mastodon
  15. contact: Contact
  16. contact_missing: Not set
  17. contact_unavailable: N/A
  18. discover_users: Discover users
  19. documentation: Documentation
  20. extended_description_html: |
  21. <h3>A good place for rules</h3>
  22. <p>The extended description has not been set up yet.</p>
  23. federation_hint_html: With an account on %{instance} you'll be able to follow people on any Mastodon server and beyond.
  24. generic_description: "%{domain} is one server in the network"
  25. get_apps: Try a mobile app
  26. hosted_on: Mastodon hosted on %{domain}
  27. learn_more: Learn more
  28. privacy_policy: Privacy policy
  29. see_whats_happening: See what's happening
  30. server_stats: 'Server stats:'
  31. source_code: Source code
  32. status_count_after:
  33. one: status
  34. other: statuses
  35. status_count_before: Who authored
  36. tagline: Follow friends and discover new ones
  37. terms: Terms of service
  38. user_count_after:
  39. one: user
  40. other: users
  41. user_count_before: Home to
  42. what_is_mastodon: What is Mastodon?
  43. accounts:
  44. choices_html: "%{name}'s choices:"
  45. follow: Follow
  46. followers:
  47. one: Follower
  48. other: Followers
  49. following: Following
  50. joined: Joined %{date}
  51. last_active: last active
  52. link_verified_on: Ownership of this link was checked on %{date}
  53. media: Media
  54. moved_html: "%{name} has moved to %{new_profile_link}:"
  55. network_hidden: This information is not available
  56. nothing_here: There is nothing here!
  57. people_followed_by: People whom %{name} follows
  58. people_who_follow: People who follow %{name}
  59. pin_errors:
  60. following: You must be already following the person you want to endorse
  61. posts:
  62. one: Toot
  63. other: Toots
  64. posts_tab_heading: Toots
  65. posts_with_replies: Toots and replies
  66. reserved_username: The username is reserved
  67. roles:
  68. admin: Admin
  69. bot: Bot
  70. moderator: Mod
  71. unavailable: Profile unavailable
  72. unfollow: Unfollow
  73. admin:
  74. account_actions:
  75. action: Perform action
  76. title: Perform moderation action on %{acct}
  77. account_moderation_notes:
  78. create: Leave note
  79. created_msg: Moderation note successfully created!
  80. delete: Delete
  81. destroyed_msg: Moderation note successfully destroyed!
  82. accounts:
  83. approve: Approve
  84. approve_all: Approve all
  85. are_you_sure: Are you sure?
  86. avatar: Avatar
  87. by_domain: Domain
  88. change_email:
  89. changed_msg: Account email successfully changed!
  90. current_email: Current email
  91. label: Change email
  92. new_email: New email
  93. submit: Change email
  94. title: Change email for %{username}
  95. confirm: Confirm
  96. confirmed: Confirmed
  97. confirming: Confirming
  98. deleted: Deleted
  99. demote: Demote
  100. disable: Disable
  101. disable_two_factor_authentication: Disable 2FA
  102. disabled: Disabled
  103. display_name: Display name
  104. domain: Domain
  105. edit: Edit
  106. email: Email
  107. email_status: Email status
  108. enable: Enable
  109. enabled: Enabled
  110. feed_url: Feed URL
  111. followers: Followers
  112. followers_url: Followers URL
  113. follows: Follows
  114. header: Header
  115. inbox_url: Inbox URL
  116. invited_by: Invited by
  117. ip: IP
  118. joined: Joined
  119. location:
  120. all: All
  121. local: Local
  122. remote: Remote
  123. title: Location
  124. login_status: Login status
  125. media_attachments: Media attachments
  126. memorialize: Turn into memoriam
  127. moderation:
  128. active: Active
  129. all: All
  130. pending: Pending
  131. silenced: Silenced
  132. suspended: Suspended
  133. title: Moderation
  134. moderation_notes: Moderation notes
  135. most_recent_activity: Most recent activity
  136. most_recent_ip: Most recent IP
  137. no_account_selected: No accounts were changed as none were selected
  138. no_limits_imposed: No limits imposed
  139. not_subscribed: Not subscribed
  140. outbox_url: Outbox URL
  141. pending: Pending review
  142. perform_full_suspension: Suspend
  143. profile_url: Profile URL
  144. promote: Promote
  145. protocol: Protocol
  146. public: Public
  147. push_subscription_expires: PuSH subscription expires
  148. redownload: Refresh profile
  149. reject: Reject
  150. reject_all: Reject all
  151. remove_avatar: Remove avatar
  152. remove_header: Remove header
  153. resend_confirmation:
  154. already_confirmed: This user is already confirmed
  155. send: Resend confirmation email
  156. success: Confirmation email successfully sent!
  157. reset: Reset
  158. reset_password: Reset password
  159. resubscribe: Resubscribe
  160. role: Permissions
  161. roles:
  162. admin: Administrator
  163. moderator: Moderator
  164. staff: Staff
  165. user: User
  166. salmon_url: Salmon URL
  167. search: Search
  168. shared_inbox_url: Shared inbox URL
  169. show:
  170. created_reports: Made reports
  171. targeted_reports: Reported by others
  172. silence: Silence
  173. silenced: Silenced
  174. statuses: Statuses
  175. subscribe: Subscribe
  176. suspended: Suspended
  177. time_in_queue: Waiting in queue %{time}
  178. title: Accounts
  179. unconfirmed_email: Unconfirmed email
  180. undo_silenced: Undo silence
  181. undo_suspension: Undo suspension
  182. unsubscribe: Unsubscribe
  183. username: Username
  184. warn: Warn
  185. web: Web
  186. action_logs:
  187. actions:
  188. assigned_to_self_report: "%{name} assigned report %{target} to themselves"
  189. change_email_user: "%{name} changed the e-mail address of user %{target}"
  190. confirm_user: "%{name} confirmed e-mail address of user %{target}"
  191. create_account_warning: "%{name} sent a warning to %{target}"
  192. create_custom_emoji: "%{name} uploaded new emoji %{target}"
  193. create_domain_block: "%{name} blocked domain %{target}"
  194. create_email_domain_block: "%{name} blacklisted e-mail domain %{target}"
  195. demote_user: "%{name} demoted user %{target}"
  196. destroy_custom_emoji: "%{name} destroyed emoji %{target}"
  197. destroy_domain_block: "%{name} unblocked domain %{target}"
  198. destroy_email_domain_block: "%{name} whitelisted e-mail domain %{target}"
  199. destroy_status: "%{name} removed status by %{target}"
  200. disable_2fa_user: "%{name} disabled two factor requirement for user %{target}"
  201. disable_custom_emoji: "%{name} disabled emoji %{target}"
  202. disable_user: "%{name} disabled login for user %{target}"
  203. enable_custom_emoji: "%{name} enabled emoji %{target}"
  204. enable_user: "%{name} enabled login for user %{target}"
  205. memorialize_account: "%{name} turned %{target}'s account into a memoriam page"
  206. promote_user: "%{name} promoted user %{target}"
  207. remove_avatar_user: "%{name} removed %{target}'s avatar"
  208. reopen_report: "%{name} reopened report %{target}"
  209. reset_password_user: "%{name} reset password of user %{target}"
  210. resolve_report: "%{name} resolved report %{target}"
  211. silence_account: "%{name} silenced %{target}'s account"
  212. suspend_account: "%{name} suspended %{target}'s account"
  213. unassigned_report: "%{name} unassigned report %{target}"
  214. unsilence_account: "%{name} unsilenced %{target}'s account"
  215. unsuspend_account: "%{name} unsuspended %{target}'s account"
  216. update_custom_emoji: "%{name} updated emoji %{target}"
  217. update_status: "%{name} updated status by %{target}"
  218. deleted_status: "(deleted status)"
  219. title: Audit log
  220. custom_emojis:
  221. by_domain: Domain
  222. copied_msg: Successfully created local copy of the emoji
  223. copy: Copy
  224. copy_failed_msg: Could not make a local copy of that emoji
  225. created_msg: Emoji successfully created!
  226. delete: Delete
  227. destroyed_msg: Emojo successfully destroyed!
  228. disable: Disable
  229. disabled_msg: Successfully disabled that emoji
  230. emoji: Emoji
  231. enable: Enable
  232. enabled_msg: Successfully enabled that emoji
  233. image_hint: PNG up to 50KB
  234. listed: Listed
  235. new:
  236. title: Add new custom emoji
  237. overwrite: Overwrite
  238. shortcode: Shortcode
  239. shortcode_hint: At least 2 characters, only alphanumeric characters and underscores
  240. title: Custom emojis
  241. unlisted: Unlisted
  242. update_failed_msg: Could not update that emoji
  243. updated_msg: Emoji successfully updated!
  244. upload: Upload
  245. dashboard:
  246. backlog: backlogged jobs
  247. config: Configuration
  248. feature_deletions: Account deletions
  249. feature_invites: Invite links
  250. feature_profile_directory: Profile directory
  251. feature_registrations: Registrations
  252. feature_relay: Federation relay
  253. feature_timeline_preview: Timeline preview
  254. features: Features
  255. hidden_service: Federation with hidden services
  256. keybase: Keybase integration
  257. open_reports: open reports
  258. recent_users: Recent users
  259. search: Full-text search
  260. single_user_mode: Single user mode
  261. software: Software
  262. space: Space usage
  263. title: Dashboard
  264. total_users: users in total
  265. trends: Trends
  266. week_interactions: interactions this week
  267. week_users_active: active this week
  268. week_users_new: users this week
  269. domain_blocks:
  270. add_new: Add new domain block
  271. created_msg: Domain block is now being processed
  272. destroyed_msg: Domain block has been undone
  273. domain: Domain
  274. existing_domain_block_html: You have already imposed stricter limits on %{name}, you need to <a href="%{unblock_url}">unblock it</a> first.
  275. new:
  276. create: Create block
  277. 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.
  278. severity:
  279. 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."
  280. noop: None
  281. silence: Silence
  282. suspend: Suspend
  283. title: New domain block
  284. reject_media: Reject media files
  285. reject_media_hint: Removes locally stored media files and refuses to download any in the future. Irrelevant for suspensions
  286. reject_reports: Reject reports
  287. reject_reports_hint: Ignore all reports coming from this domain. Irrelevant for suspensions
  288. rejecting_media: rejecting media files
  289. rejecting_reports: rejecting reports
  290. severity:
  291. silence: silenced
  292. suspend: suspended
  293. show:
  294. affected_accounts:
  295. one: One account in the database affected
  296. other: "%{count} accounts in the database affected"
  297. retroactive:
  298. silence: Unsilence existing affected accounts from this domain
  299. suspend: Unsuspend existing affected accounts from this domain
  300. title: Undo domain block for %{domain}
  301. undo: Undo
  302. undo: Undo domain block
  303. email_domain_blocks:
  304. add_new: Add new
  305. created_msg: Successfully added e-mail domain to blacklist
  306. delete: Delete
  307. destroyed_msg: Successfully deleted e-mail domain from blacklist
  308. domain: Domain
  309. new:
  310. create: Add domain
  311. title: New e-mail blacklist entry
  312. title: E-mail blacklist
  313. followers:
  314. back_to_account: Back To Account
  315. title: "%{acct}'s Followers"
  316. instances:
  317. by_domain: Domain
  318. delivery_available: Delivery is available
  319. known_accounts:
  320. one: "%{count} known account"
  321. other: "%{count} known accounts"
  322. moderation:
  323. all: All
  324. limited: Limited
  325. title: Moderation
  326. title: Federation
  327. total_blocked_by_us: Blocked by us
  328. total_followed_by_them: Followed by them
  329. total_followed_by_us: Followed by us
  330. total_reported: Reports about them
  331. total_storage: Media attachments
  332. invites:
  333. deactivate_all: Deactivate all
  334. filter:
  335. all: All
  336. available: Available
  337. expired: Expired
  338. title: Filter
  339. title: Invites
  340. pending_accounts:
  341. title: Pending accounts (%{count})
  342. relays:
  343. add_new: Add new relay
  344. delete: Delete
  345. description_html: A <strong>federation relay</strong> is an intermediary server that exchanges large volumes of public toots between servers that subscribe and publish to it. <strong>It can help small and medium servers discover content from the fediverse</strong>, which would otherwise require local users manually following other people on remote servers.
  346. disable: Disable
  347. disabled: Disabled
  348. enable: Enable
  349. enable_hint: Once enabled, your server will subscribe to all public toots from this relay, and will begin sending this server's public toots to it.
  350. enabled: Enabled
  351. inbox_url: Relay URL
  352. pending: Waiting for relay's approval
  353. save_and_enable: Save and enable
  354. setup: Setup a relay connection
  355. status: Status
  356. title: Relays
  357. report_notes:
  358. created_msg: Report note successfully created!
  359. destroyed_msg: Report note successfully deleted!
  360. reports:
  361. account:
  362. note: note
  363. report: report
  364. action_taken_by: Action taken by
  365. are_you_sure: Are you sure?
  366. assign_to_self: Assign to me
  367. assigned: Assigned moderator
  368. comment:
  369. none: None
  370. created_at: Reported
  371. mark_as_resolved: Mark as resolved
  372. mark_as_unresolved: Mark as unresolved
  373. notes:
  374. create: Add note
  375. create_and_resolve: Resolve with note
  376. create_and_unresolve: Reopen with note
  377. delete: Delete
  378. placeholder: Describe what actions have been taken, or any other related updates...
  379. reopen: Reopen report
  380. report: 'Report #%{id}'
  381. reported_account: Reported account
  382. reported_by: Reported by
  383. resolved: Resolved
  384. resolved_msg: Report successfully resolved!
  385. status: Status
  386. title: Reports
  387. unassign: Unassign
  388. unresolved: Unresolved
  389. updated_at: Updated
  390. settings:
  391. activity_api_enabled:
  392. desc_html: Counts of locally posted statuses, active users, and new registrations in weekly buckets
  393. title: Publish aggregate statistics about user activity
  394. bootstrap_timeline_accounts:
  395. desc_html: Separate multiple usernames by comma. Only local and unlocked accounts will work. Default when empty is all local admins.
  396. title: Default follows for new users
  397. contact_information:
  398. email: Business e-mail
  399. username: Contact username
  400. custom_css:
  401. desc_html: Modify the look with CSS loaded on every page
  402. title: Custom CSS
  403. enable_keybase:
  404. desc_html: Allow your users to prove their identity via keybase
  405. title: Enable keybase integration
  406. hero:
  407. desc_html: Displayed on the frontpage. At least 600x100px recommended. When not set, falls back to server thumbnail
  408. title: Hero image
  409. hide_followers_count:
  410. desc_html: Do not show followers count on user profiles
  411. title: Hide followers count
  412. mascot:
  413. desc_html: Displayed on multiple pages. At least 293×205px recommended. When not set, falls back to default mascot
  414. title: Mascot image
  415. peers_api_enabled:
  416. desc_html: Domain names this server has encountered in the fediverse
  417. title: Publish list of discovered servers
  418. preview_sensitive_media:
  419. desc_html: Link previews on other websites will display a thumbnail even if the media is marked as sensitive
  420. title: Show sensitive media in OpenGraph previews
  421. profile_directory:
  422. desc_html: Allow users to be discoverable
  423. title: Enable profile directory
  424. registrations:
  425. closed_message:
  426. desc_html: Displayed on frontpage when registrations are closed. You can use HTML tags
  427. title: Closed registration message
  428. deletion:
  429. desc_html: Allow anyone to delete their account
  430. title: Open account deletion
  431. min_invite_role:
  432. disabled: No one
  433. title: Allow invitations by
  434. registrations_mode:
  435. modes:
  436. approved: Approval required for sign up
  437. none: Nobody can sign up
  438. open: Anyone can sign up
  439. title: Registrations mode
  440. show_known_fediverse_at_about_page:
  441. desc_html: When toggled, it will show toots from all the known fediverse on preview. Otherwise it will only show local toots.
  442. title: Show known fediverse on timeline preview
  443. show_reblogs_in_public_timelines:
  444. desc_html: Show public boosts of public toots in local and public timelines.
  445. title: Show boosts in public timelines
  446. show_replies_in_public_timelines:
  447. desc_html: In addition to public self-replies (threads), show public replies in local and public timelines.
  448. title: Show replies in public timelines
  449. show_staff_badge:
  450. desc_html: Show a staff badge on a user page
  451. title: Show staff badge
  452. site_description:
  453. desc_html: Introductory paragraph on the API. Describe what makes this Mastodon server special and anything else important. You can use HTML tags, in particular <code>&lt;a&gt;</code> and <code>&lt;em&gt;</code>.
  454. title: Server description
  455. site_description_extended:
  456. desc_html: A good place for your code of conduct, rules, guidelines and other things that set your server apart. You can use HTML tags
  457. title: Custom extended information
  458. site_short_description:
  459. desc_html: Displayed in sidebar and meta tags. Describe what Mastodon is and what makes this server special in a single paragraph.
  460. title: Short server description
  461. site_terms:
  462. desc_html: You can write your own privacy policy, terms of service or other legalese. You can use HTML tags
  463. title: Custom terms of service
  464. site_title: Server name
  465. thumbnail:
  466. desc_html: Used for previews via OpenGraph and API. 1200x630px recommended
  467. title: Server thumbnail
  468. timeline_preview:
  469. desc_html: Display public timeline on landing page
  470. title: Timeline preview
  471. title: Site settings
  472. statuses:
  473. back_to_account: Back to account page
  474. batch:
  475. delete: Delete
  476. nsfw_off: Mark as not sensitive
  477. nsfw_on: Mark as sensitive
  478. failed_to_execute: Failed to execute
  479. media:
  480. title: Media
  481. no_media: No media
  482. no_status_selected: No statuses were changed as none were selected
  483. title: Account statuses
  484. with_media: With media
  485. subscriptions:
  486. callback_url: Callback URL
  487. confirmed: Confirmed
  488. expires_in: Expires in
  489. last_delivery: Last delivery
  490. title: WebSub
  491. topic: Topic
  492. tags:
  493. accounts: Accounts
  494. hidden: Hidden
  495. hide: Hide from directory
  496. name: Hashtag
  497. title: Hashtags
  498. unhide: Show in directory
  499. visible: Visible
  500. title: Administration
  501. warning_presets:
  502. add_new: Add new
  503. delete: Delete
  504. edit: Edit
  505. edit_preset: Edit warning preset
  506. title: Manage warning presets
  507. admin_mailer:
  508. new_pending_account:
  509. body: The details of the new account are below. You can approve or reject this application.
  510. subject: New account up for review on %{instance} (%{username})
  511. new_report:
  512. body: "%{reporter} has reported %{target}"
  513. body_remote: Someone from %{domain} has reported %{target}
  514. subject: New report for %{instance} (#%{id})
  515. appearance:
  516. advanced_web_interface: Advanced web interface
  517. advanced_web_interface_hint: 'If you want to make use of your entire screen width, the advanced web interface allows you to configure many different columns to see as much information at the same time as you want: Home, notifications, federated timeline, any number of lists and hashtags.'
  518. animations_and_accessibility: Animations and accessibility
  519. confirmation_dialogs: Confirmation dialogs
  520. sensitive_content: Sensitive content
  521. application_mailer:
  522. notification_preferences: Change e-mail preferences
  523. salutation: "%{name},"
  524. settings: 'Change e-mail preferences: %{link}'
  525. view: 'View:'
  526. view_profile: View profile
  527. view_status: View status
  528. applications:
  529. created: Application successfully created
  530. destroyed: Application successfully deleted
  531. invalid_url: The provided URL is invalid
  532. regenerate_token: Regenerate access token
  533. token_regenerated: Access token successfully regenerated
  534. warning: Be very careful with this data. Never share it with anyone!
  535. your_token: Your access token
  536. auth:
  537. apply_for_account: Request an invite
  538. change_password: Password
  539. checkbox_agreement_html: I agree to the <a href="%{rules_path}" target="_blank">server rules</a> and <a href="%{terms_path}" target="_blank">terms of service</a>
  540. confirm_email: Confirm email
  541. delete_account: Delete account
  542. delete_account_html: If you wish to delete your account, you can <a href="%{path}">proceed here</a>. You will be asked for confirmation.
  543. didnt_get_confirmation: Didn't receive confirmation instructions?
  544. forgot_password: Forgot your password?
  545. invalid_reset_password_token: Password reset token is invalid or expired. Please request a new one.
  546. login: Log in
  547. logout: Logout
  548. migrate_account: Move to a different account
  549. migrate_account_html: If you wish to redirect this account to a different one, you can <a href="%{path}">configure it here</a>.
  550. or_log_in_with: Or log in with
  551. providers:
  552. cas: CAS
  553. saml: SAML
  554. register: Sign up
  555. registration_closed: "%{instance} is not accepting new members"
  556. resend_confirmation: Resend confirmation instructions
  557. reset_password: Reset password
  558. security: Security
  559. set_new_password: Set new password
  560. trouble_logging_in: Trouble logging in?
  561. authorize_follow:
  562. already_following: You are already following this account
  563. error: Unfortunately, there was an error looking up the remote account
  564. follow: Follow
  565. follow_request: 'You have sent a follow request to:'
  566. following: 'Success! You are now following:'
  567. post_follow:
  568. close: Or, you can just close this window.
  569. return: Show the user's profile
  570. web: Go to web
  571. title: Follow %{acct}
  572. datetime:
  573. distance_in_words:
  574. about_x_hours: "%{count}h"
  575. about_x_months: "%{count}mo"
  576. about_x_years: "%{count}y"
  577. almost_x_years: "%{count}y"
  578. half_a_minute: Just now
  579. less_than_x_minutes: "%{count}m"
  580. less_than_x_seconds: Just now
  581. over_x_years: "%{count}y"
  582. x_days: "%{count}d"
  583. x_minutes: "%{count}m"
  584. x_months: "%{count}mo"
  585. x_seconds: "%{count}s"
  586. deletes:
  587. bad_password_msg: Nice try, hackers! Incorrect password
  588. confirm_password: Enter your current password to verify your identity
  589. 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.
  590. proceed: Delete account
  591. success_msg: Your account was successfully deleted
  592. warning_html: Only deletion of content from this particular server 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.
  593. warning_title: Disseminated content availability
  594. directories:
  595. directory: Profile directory
  596. enabled: You are currently listed in the directory.
  597. enabled_but_waiting: You have opted-in to be listed in the directory, but you do not have the minimum number of followers (%{min_followers}) to be listed yet.
  598. explanation: Discover users based on their interests
  599. explore_mastodon: Explore %{title}
  600. how_to_enable: You are not currently opted-in to the directory. You can opt-in below. Use hashtags in your bio text to be listed under specific hashtags!
  601. people:
  602. one: "%{count} person"
  603. other: "%{count} people"
  604. errors:
  605. '403': You don't have permission to view this page.
  606. '404': The page you are looking for isn't here.
  607. '410': The page you were looking for doesn't exist here anymore.
  608. '422':
  609. content: Security verification failed. Are you blocking cookies?
  610. title: Security verification failed
  611. '429': Throttled
  612. '500':
  613. content: We're sorry, but something went wrong on our end.
  614. title: This page is not correct
  615. noscript_html: To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for Mastodon for your platform.
  616. existing_username_validator:
  617. not_found: could not find a local user with that username
  618. not_found_multiple: could not find %{usernames}
  619. exports:
  620. archive_takeout:
  621. date: Date
  622. download: Download your archive
  623. hint_html: You can request an archive of your <strong>toots and uploaded media</strong>. The exported data will be in the ActivityPub format, readable by any compliant software. You can request an archive every 7 days.
  624. in_progress: Compiling your archive...
  625. request: Request your archive
  626. size: Size
  627. blocks: You block
  628. csv: CSV
  629. domain_blocks: Domain blocks
  630. follows: You follow
  631. lists: Lists
  632. mutes: You mute
  633. storage: Media storage
  634. featured_tags:
  635. add_new: Add new
  636. errors:
  637. limit: You have already featured the maximum amount of hashtags
  638. filters:
  639. contexts:
  640. home: Home timeline
  641. notifications: Notifications
  642. public: Public timelines
  643. thread: Conversations
  644. edit:
  645. title: Edit filter
  646. errors:
  647. invalid_context: None or invalid context supplied
  648. invalid_irreversible: Irreversible filtering only works with home or notifications context
  649. index:
  650. delete: Delete
  651. title: Filters
  652. new:
  653. title: Add new filter
  654. footer:
  655. developers: Developers
  656. more: More…
  657. resources: Resources
  658. generic:
  659. all: All
  660. changes_saved_msg: Changes successfully saved!
  661. copy: Copy
  662. order_by: Order by
  663. save_changes: Save changes
  664. use_this: Use this
  665. validation_errors:
  666. one: Something isn't quite right yet! Please review the error below
  667. other: Something isn't quite right yet! Please review %{count} errors below
  668. html_validator:
  669. invalid_markup: 'contains invalid HTML markup: %{error}'
  670. identity_proofs:
  671. active: Active
  672. authorize: Yes, authorize
  673. authorize_connection_prompt: Authorize this cryptographic connection?
  674. errors:
  675. failed: The cryptographic connection failed. Please try again from %{provider}.
  676. keybase:
  677. invalid_token: Keybase tokens are hashes of signatures and must be 66 hex characters
  678. verification_failed: Keybase does not recognize this token as a signature of Keybase user %{kb_username}. Please retry from Keybase.
  679. wrong_user: Cannot create a proof for %{proving} while logged in as %{current}. Log in as %{proving} and try again.
  680. explanation_html: Here you can cryptographically connect your other identities, such as a Keybase profile. This lets other people send you encrypted messages and trust content you send them.
  681. i_am_html: I am %{username} on %{service}.
  682. identity: Identity
  683. inactive: Inactive
  684. publicize_checkbox: 'And toot this:'
  685. publicize_toot: 'It is proven! I am %{username} on %{service}: %{url}'
  686. status: Verification status
  687. view_proof: View proof
  688. imports:
  689. modes:
  690. merge: Merge
  691. merge_long: Keep existing records and add new ones
  692. overwrite: Overwrite
  693. overwrite_long: Replace current records with the new ones
  694. preface: You can import data that you have exported from another server, such as a list of the people you are following or blocking.
  695. success: Your data was successfully uploaded and will now be processed in due time
  696. types:
  697. blocking: Blocking list
  698. domain_blocking: Domain blocking list
  699. following: Following list
  700. muting: Muting list
  701. upload: Upload
  702. in_memoriam_html: In Memoriam.
  703. invites:
  704. delete: Deactivate
  705. expired: Expired
  706. expires_in:
  707. '1800': 30 minutes
  708. '21600': 6 hours
  709. '3600': 1 hour
  710. '43200': 12 hours
  711. '604800': 1 week
  712. '86400': 1 day
  713. expires_in_prompt: Never
  714. generate: Generate
  715. invited_by: 'You were invited by:'
  716. max_uses:
  717. one: 1 use
  718. other: "%{count} uses"
  719. max_uses_prompt: No limit
  720. prompt: Generate and share links with others to grant access to this server
  721. table:
  722. expires_at: Expires
  723. uses: Uses
  724. title: Invite people
  725. lists:
  726. errors:
  727. limit: You have reached the maximum amount of lists
  728. media_attachments:
  729. validations:
  730. images_and_video: Cannot attach a video to a status that already contains images
  731. too_many: Cannot attach more than 4 files
  732. migrations:
  733. acct: username@domain of the new account
  734. currently_redirecting: 'Your profile is set to redirect to:'
  735. proceed: Save
  736. updated_msg: Your account migration setting successfully updated!
  737. moderation:
  738. title: Moderation
  739. notification_mailer:
  740. digest:
  741. action: View all notifications
  742. body: Here is a brief summary of the messages you missed since your last visit on %{since}
  743. mention: "%{name} mentioned you in:"
  744. new_followers_summary:
  745. one: Also, you have acquired one new follower while being away! Yay!
  746. other: Also, you have acquired %{count} new followers while being away! Amazing!
  747. subject:
  748. one: "1 new notification since your last visit \U0001F418"
  749. other: "%{count} new notifications since your last visit \U0001F418"
  750. title: In your absence...
  751. favourite:
  752. body: 'Your status was favourited by %{name}:'
  753. subject: "%{name} favourited your status"
  754. title: New favourite
  755. follow:
  756. body: "%{name} is now following you!"
  757. subject: "%{name} is now following you"
  758. title: New follower
  759. follow_request:
  760. action: Manage follow requests
  761. body: "%{name} has requested to follow you"
  762. subject: 'Pending follower: %{name}'
  763. title: New follow request
  764. mention:
  765. action: Reply
  766. body: 'You were mentioned by %{name} in:'
  767. subject: You were mentioned by %{name}
  768. title: New mention
  769. reblog:
  770. body: 'Your status was boosted by %{name}:'
  771. subject: "%{name} boosted your status"
  772. title: New boost
  773. number:
  774. human:
  775. decimal_units:
  776. format: "%n%u"
  777. units:
  778. billion: B
  779. million: M
  780. quadrillion: Q
  781. thousand: K
  782. trillion: T
  783. unit: ''
  784. pagination:
  785. newer: Newer
  786. next: Next
  787. older: Older
  788. prev: Prev
  789. truncate: "&hellip;"
  790. polls:
  791. errors:
  792. already_voted: You have already voted on this poll
  793. duplicate_options: contain duplicate items
  794. duration_too_long: is too far into the future
  795. duration_too_short: is too soon
  796. expired: The poll has already ended
  797. over_character_limit: cannot be longer than %{max} characters each
  798. too_few_options: must have more than one item
  799. too_many_options: can't contain more than %{max} items
  800. preferences:
  801. other: Other
  802. posting_defaults: Posting defaults
  803. public_timelines: Public timelines
  804. relationships:
  805. activity: Account activity
  806. dormant: Dormant
  807. last_active: Last active
  808. most_recent: Most recent
  809. moved: Moved
  810. mutual: Mutual
  811. primary: Primary
  812. relationship: Relationship
  813. remove_selected_domains: Remove all followers from the selected domains
  814. remove_selected_followers: Remove selected followers
  815. remove_selected_follows: Unfollow selected users
  816. status: Account status
  817. remote_follow:
  818. acct: Enter your username@domain you want to act from
  819. missing_resource: Could not find the required redirect URL for your account
  820. no_account_html: Don't have an account? You can <a href='%{sign_up_path}' target='_blank'>sign up here</a>
  821. proceed: Proceed to follow
  822. prompt: 'You are going to follow:'
  823. reason_html: "<strong>Why is this step necessary?</strong> <code>%{instance}</code> might not be the server where you are registered, so we need to redirect you to your home server first."
  824. remote_interaction:
  825. favourite:
  826. proceed: Proceed to favourite
  827. prompt: 'You want to favourite this toot:'
  828. reblog:
  829. proceed: Proceed to boost
  830. prompt: 'You want to boost this toot:'
  831. reply:
  832. proceed: Proceed to reply
  833. prompt: 'You want to reply to this toot:'
  834. remote_unfollow:
  835. error: Error
  836. title: Title
  837. unfollowed: Unfollowed
  838. scheduled_statuses:
  839. over_daily_limit: You have exceeded the limit of %{limit} scheduled toots for that day
  840. over_total_limit: You have exceeded the limit of %{limit} scheduled toots
  841. too_soon: The scheduled date must be in the future
  842. sessions:
  843. activity: Last activity
  844. browser: Browser
  845. browsers:
  846. alipay: Alipay
  847. blackberry: Blackberry
  848. chrome: Chrome
  849. edge: Microsoft Edge
  850. electron: Electron
  851. firefox: Firefox
  852. generic: Unknown browser
  853. ie: Internet Explorer
  854. micro_messenger: MicroMessenger
  855. nokia: Nokia S40 Ovi Browser
  856. opera: Opera
  857. otter: Otter
  858. phantom_js: PhantomJS
  859. qq: QQ Browser
  860. safari: Safari
  861. uc_browser: UCBrowser
  862. weibo: Weibo
  863. current_session: Current session
  864. description: "%{browser} on %{platform}"
  865. explanation: These are the web browsers currently logged in to your Mastodon account.
  866. ip: IP
  867. platforms:
  868. adobe_air: Adobe Air
  869. android: Android
  870. blackberry: Blackberry
  871. chrome_os: ChromeOS
  872. firefox_os: Firefox OS
  873. ios: iOS
  874. linux: Linux
  875. mac: Mac
  876. other: unknown platform
  877. windows: Windows
  878. windows_mobile: Windows Mobile
  879. windows_phone: Windows Phone
  880. revoke: Revoke
  881. revoke_success: Session successfully revoked
  882. title: Sessions
  883. settings:
  884. account: Account
  885. account_settings: Account settings
  886. appearance: Appearance
  887. authorized_apps: Authorized apps
  888. back: Back to Mastodon
  889. delete: Account deletion
  890. development: Development
  891. edit_profile: Edit profile
  892. export: Data export
  893. featured_tags: Featured hashtags
  894. flavours: Flavours
  895. identity_proofs: Identity proofs
  896. import: Import
  897. import_and_export: Import and export
  898. migrate: Account migration
  899. notifications: Notifications
  900. preferences: Preferences
  901. profile: Profile
  902. relationships: Follows and followers
  903. two_factor_authentication: Two-factor Auth
  904. statuses:
  905. attached:
  906. description: 'Attached: %{attached}'
  907. image:
  908. one: "%{count} image"
  909. other: "%{count} images"
  910. video:
  911. one: "%{count} video"
  912. other: "%{count} videos"
  913. boosted_from_html: Boosted from %{acct_link}
  914. content_warning: 'Content warning: %{warning}'
  915. disallowed_hashtags:
  916. one: 'contained a disallowed hashtag: %{tags}'
  917. other: 'contained the disallowed hashtags: %{tags}'
  918. language_detection: Automatically detect language
  919. open_in_web: Open in web
  920. over_character_limit: character limit of %{max} exceeded
  921. pin_errors:
  922. limit: You have already pinned the maximum number of toots
  923. ownership: Someone else's toot cannot be pinned
  924. private: Non-public toot cannot be pinned
  925. reblog: A boost cannot be pinned
  926. poll:
  927. total_votes:
  928. one: "%{count} vote"
  929. other: "%{count} votes"
  930. vote: Vote
  931. show_more: Show more
  932. sign_in_to_participate: Sign in to participate in the conversation
  933. title: '%{name}: "%{quote}"'
  934. visibilities:
  935. private: Followers-only
  936. private_long: Only show to followers
  937. public: Public
  938. public_long: Everyone can see
  939. unlisted: Unlisted
  940. unlisted_long: Everyone can see, but not listed on public timelines
  941. stream_entries:
  942. pinned: Pinned toot
  943. reblogged: boosted
  944. sensitive_content: Sensitive content
  945. terms:
  946. body_html: |
  947. <h2>Privacy Policy</h2>
  948. <h3 id="collect">What information do we collect?</h3>
  949. <ul>
  950. <li><em>Basic account information</em>: If you register on this server, you may be asked to enter a username, an e-mail address and a password. You may also enter additional profile information such as a display name and biography, and upload a profile picture and header image. The username, display name, biography, profile picture and header image are always listed publicly.</li>
  951. <li><em>Posts, following and other public information</em>: The list of people you follow is listed publicly, the same is true for your followers. When you submit a message, the date and time is stored as well as the application you submitted the message from. Messages may contain media attachments, such as pictures and videos. Public and unlisted posts are available publicly. When you feature a post on your profile, that is also publicly available information. Your posts are delivered to your followers, in some cases it means they are delivered to different servers and copies are stored there. When you delete posts, this is likewise delivered to your followers. The action of reblogging or favouriting another post is always public.</li>
  952. <li><em>Direct and followers-only posts</em>: All posts are stored and processed on the server. Followers-only posts are delivered to your followers and users who are mentioned in them, and direct posts are delivered only to users mentioned in them. In some cases it means they are delivered to different servers and copies are stored there. We make a good faith effort to limit the access to those posts only to authorized persons, but other servers may fail to do so. Therefore it's important to review servers your followers belong to. You may toggle an option to approve and reject new followers manually in the settings. <em>Please keep in mind that the operators of the server and any receiving server may view such messages</em>, and that recipients may screenshot, copy or otherwise re-share them. <em>Do not share any dangerous information over Mastodon.</em></li>
  953. <li><em>IPs and other metadata</em>: When you log in, we record the IP address you log in from, as well as the name of your browser application. All the logged in sessions are available for your review and revocation in the settings. The latest IP address used is stored for up to 12 months. We also may retain server logs which include the IP address of every request to our server.</li>
  954. </ul>
  955. <hr class="spacer" />
  956. <h3 id="use">What do we use your information for?</h3>
  957. <p>Any of the information we collect from you may be used in the following ways:</p>
  958. <ul>
  959. <li>To provide the core functionality of Mastodon. You can only interact with other people's content and post your own content when you are logged in. For example, you may follow other people to view their combined posts in your own personalized home timeline.</li>
  960. <li>To aid moderation of the community, for example comparing your IP address with other known ones to determine ban evasion or other violations.</li>
  961. <li>The email address you provide may be used to send you information, notifications about other people interacting with your content or sending you messages, and to respond to inquiries, and/or other requests or questions.</li>
  962. </ul>
  963. <hr class="spacer" />
  964. <h3 id="protect">How do we protect your information?</h3>
  965. <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. Among other things, your browser session, as well as the traffic between your applications and the API, are secured with SSL, and your password is hashed using a strong one-way algorithm. You may enable two-factor authentication to further secure access to your account.</p>
  966. <hr class="spacer" />
  967. <h3 id="data-retention">What is our data retention policy?</h3>
  968. <p>We will make a good faith effort to:</p>
  969. <ul>
  970. <li>Retain server logs containing the IP address of all requests to this server, in so far as such logs are kept, no more than 90 days.</li>
  971. <li>Retain the IP addresses associated with registered users no more than 12 months.</li>
  972. </ul>
  973. <p>You can request and download an archive of your content, including your posts, media attachments, profile picture, and header image.</p>
  974. <p>You may irreversibly delete your account at any time.</p>
  975. <hr class="spacer"/>
  976. <h3 id="cookies">Do we use cookies?</h3>
  977. <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>
  978. <p>We use cookies to understand and save your preferences for future visits.</p>
  979. <hr class="spacer" />
  980. <h3 id="disclose">Do we disclose any information to outside parties?</h3>
  981. <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.</p>
  982. <p>Your public content may be downloaded by other servers in the network. Your public and followers-only posts are delivered to the servers where your followers reside, and direct messages are delivered to the servers of the recipients, in so far as those followers or recipients reside on a different server than this.</p>
  983. <p>When you authorize an application to use your account, depending on the scope of permissions you approve, it may access your public profile information, your following list, your followers, your lists, all your posts, and your favourites. Applications can never access your e-mail address or password.</p>
  984. <hr class="spacer" />
  985. <h3 id="children">Site usage by children</h3>
  986. <p>If this server is in the EU or the EEA: Our site, products and services are all directed to people who are at least 16 years old. If you are under the age of 16, per the requirements of the GDPR (<a href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation">General Data Protection Regulation</a>) do not use this site.</p>
  987. <p>If this server is in the USA: Our site, products and services are all directed to people who are at least 13 years old. If 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>
  988. <p>Law requirements can be different if this server is in another jurisdiction.</p>
  989. <hr class="spacer" />
  990. <h3 id="changes">Changes to our Privacy Policy</h3>
  991. <p>If we decide to change our privacy policy, we will post those changes on this page.</p>
  992. <p>This document is CC-BY-SA. It was last updated March 7, 2018.</p>
  993. <p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
  994. title: "%{instance} Terms of Service and Privacy Policy"
  995. themes:
  996. contrast: Mastodon (High contrast)
  997. default: Mastodon (Dark)
  998. mastodon-light: Mastodon (Light)
  999. time:
  1000. formats:
  1001. default: "%b %d, %Y, %H:%M"
  1002. month: "%b %Y"
  1003. two_factor_authentication:
  1004. code_hint: Enter the code generated by your authenticator app to confirm
  1005. 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.
  1006. disable: Disable
  1007. enable: Enable
  1008. enabled: Two-factor authentication is enabled
  1009. enabled_success: Two-factor authentication successfully enabled
  1010. generate_recovery_codes: Generate recovery codes
  1011. 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."
  1012. 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.
  1013. manual_instructions: 'If you can''t scan the QR code and need to enter it manually, here is the plain-text secret:'
  1014. recovery_codes: Backup recovery codes
  1015. recovery_codes_regenerated: Recovery codes successfully regenerated
  1016. 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.
  1017. setup: Set up
  1018. wrong_code: The entered code was invalid! Are server time and device time correct?
  1019. user_mailer:
  1020. backup_ready:
  1021. explanation: You requested a full backup of your Mastodon account. It's now ready for download!
  1022. subject: Your archive is ready for download
  1023. title: Archive takeout
  1024. warning:
  1025. explanation:
  1026. disable: While your account is frozen, your account data remains intact, but you cannot perform any actions until it is unlocked.
  1027. silence: While your account is limited, only people who are already following you will see your toots on this server, and you may be excluded from various public listings. However, others may still manually follow you.
  1028. suspend: Your account has been suspended, and all of your toots and your uploaded media files have been irreversibly removed from this server, and servers where you had followers.
  1029. review_server_policies: Review server policies
  1030. subject:
  1031. disable: Your account %{acct} has been frozen
  1032. none: Warning for %{acct}
  1033. silence: Your account %{acct} has been limited
  1034. suspend: Your account %{acct} has been suspended
  1035. title:
  1036. disable: Account frozen
  1037. none: Warning
  1038. silence: Account limited
  1039. suspend: Account suspended
  1040. welcome:
  1041. edit_profile_action: Setup profile
  1042. edit_profile_step: You can customize your profile by uploading an avatar, header, changing your display name and more. If you’d like to review new followers before they’re allowed to follow you, you can lock your account.
  1043. explanation: Here are some tips to get you started
  1044. final_action: Start posting
  1045. final_step: 'Start posting! Even without followers your public messages may be seen by others, for example on the local timeline and in hashtags. You may want to introduce yourself on the #introductions hashtag.'
  1046. full_handle: Your full handle
  1047. full_handle_hint: This is what you would tell your friends so they can message or follow you from another server.
  1048. review_preferences_action: Change preferences
  1049. review_preferences_step: Make sure to set your preferences, such as which emails you'd like to receive, or what privacy level you’d like your posts to default to. If you don’t have motion sickness, you could choose to enable GIF autoplay.
  1050. subject: Welcome to Mastodon
  1051. tip_federated_timeline: The federated timeline is a firehose view of the Mastodon network. But it only includes people your neighbours are subscribed to, so it's not complete.
  1052. tip_following: You follow your server's admin(s) by default. To find more interesting people, check the local and federated timelines.
  1053. tip_local_timeline: The local timeline is a firehose view of people on %{instance}. These are your immediate neighbours!
  1054. tip_mobile_webapp: If your mobile browser offers you to add Mastodon to your homescreen, you can receive push notifications. It acts like a native app in many ways!
  1055. tips: Tips
  1056. title: Welcome aboard, %{name}!
  1057. users:
  1058. follow_limit_reached: You cannot follow more than %{limit} people
  1059. invalid_email: The e-mail address is invalid
  1060. invalid_otp_token: Invalid two-factor code
  1061. otp_lost_help_html: If you lost access to both, you may get in touch with %{email}
  1062. seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available.
  1063. signed_in_as: 'Signed in as:'
  1064. verification:
  1065. explanation_html: 'You can <strong>verify yourself as the owner of the links in your profile metadata</strong>. For that, the linked website must contain a link back to your Mastodon profile. The link back <strong>must</strong> have a <code>rel="me"</code> attribute. The text content of the link does not matter. Here is an example:'
  1066. verification: Verification