en.yml 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077
  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. open_reports: open reports
  257. recent_users: Recent users
  258. search: Full-text search
  259. single_user_mode: Single user mode
  260. software: Software
  261. space: Space usage
  262. title: Dashboard
  263. total_users: users in total
  264. trends: Trends
  265. week_interactions: interactions this week
  266. week_users_active: active this week
  267. week_users_new: users this week
  268. domain_blocks:
  269. add_new: Add new domain block
  270. created_msg: Domain block is now being processed
  271. destroyed_msg: Domain block has been undone
  272. domain: Domain
  273. existing_domain_block_html: You have already imposed stricter limits on %{name}, you need to <a href="%{unblock_url}">unblock it</a> first.
  274. new:
  275. create: Create block
  276. 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.
  277. severity:
  278. 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."
  279. noop: None
  280. silence: Silence
  281. suspend: Suspend
  282. title: New domain block
  283. reject_media: Reject media files
  284. reject_media_hint: Removes locally stored media files and refuses to download any in the future. Irrelevant for suspensions
  285. reject_reports: Reject reports
  286. reject_reports_hint: Ignore all reports coming from this domain. Irrelevant for suspensions
  287. rejecting_media: rejecting media files
  288. rejecting_reports: rejecting reports
  289. severity:
  290. silence: silenced
  291. suspend: suspended
  292. show:
  293. affected_accounts:
  294. one: One account in the database affected
  295. other: "%{count} accounts in the database affected"
  296. retroactive:
  297. silence: Unsilence existing affected accounts from this domain
  298. suspend: Unsuspend existing affected accounts from this domain
  299. title: Undo domain block for %{domain}
  300. undo: Undo
  301. undo: Undo domain block
  302. email_domain_blocks:
  303. add_new: Add new
  304. created_msg: Successfully added e-mail domain to blacklist
  305. delete: Delete
  306. destroyed_msg: Successfully deleted e-mail domain from blacklist
  307. domain: Domain
  308. new:
  309. create: Add domain
  310. title: New e-mail blacklist entry
  311. title: E-mail blacklist
  312. followers:
  313. back_to_account: Back To Account
  314. title: "%{acct}'s Followers"
  315. instances:
  316. by_domain: Domain
  317. delivery_available: Delivery is available
  318. known_accounts:
  319. one: "%{count} known account"
  320. other: "%{count} known accounts"
  321. moderation:
  322. all: All
  323. limited: Limited
  324. title: Moderation
  325. title: Federation
  326. total_blocked_by_us: Blocked by us
  327. total_followed_by_them: Followed by them
  328. total_followed_by_us: Followed by us
  329. total_reported: Reports about them
  330. total_storage: Media attachments
  331. invites:
  332. deactivate_all: Deactivate all
  333. filter:
  334. all: All
  335. available: Available
  336. expired: Expired
  337. title: Filter
  338. title: Invites
  339. pending_accounts:
  340. title: Pending accounts (%{count})
  341. relays:
  342. add_new: Add new relay
  343. delete: Delete
  344. 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.
  345. disable: Disable
  346. disabled: Disabled
  347. enable: Enable
  348. 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.
  349. enabled: Enabled
  350. inbox_url: Relay URL
  351. pending: Waiting for relay's approval
  352. save_and_enable: Save and enable
  353. setup: Setup a relay connection
  354. status: Status
  355. title: Relays
  356. report_notes:
  357. created_msg: Report note successfully created!
  358. destroyed_msg: Report note successfully deleted!
  359. reports:
  360. account:
  361. note: note
  362. report: report
  363. action_taken_by: Action taken by
  364. are_you_sure: Are you sure?
  365. assign_to_self: Assign to me
  366. assigned: Assigned moderator
  367. comment:
  368. none: None
  369. created_at: Reported
  370. mark_as_resolved: Mark as resolved
  371. mark_as_unresolved: Mark as unresolved
  372. notes:
  373. create: Add note
  374. create_and_resolve: Resolve with note
  375. create_and_unresolve: Reopen with note
  376. delete: Delete
  377. placeholder: Describe what actions have been taken, or any other related updates...
  378. reopen: Reopen report
  379. report: 'Report #%{id}'
  380. reported_account: Reported account
  381. reported_by: Reported by
  382. resolved: Resolved
  383. resolved_msg: Report successfully resolved!
  384. status: Status
  385. title: Reports
  386. unassign: Unassign
  387. unresolved: Unresolved
  388. updated_at: Updated
  389. settings:
  390. activity_api_enabled:
  391. desc_html: Counts of locally posted statuses, active users, and new registrations in weekly buckets
  392. title: Publish aggregate statistics about user activity
  393. bootstrap_timeline_accounts:
  394. desc_html: Separate multiple usernames by comma. Only local and unlocked accounts will work. Default when empty is all local admins.
  395. title: Default follows for new users
  396. contact_information:
  397. email: Business e-mail
  398. username: Contact username
  399. custom_css:
  400. desc_html: Modify the look with CSS loaded on every page
  401. title: Custom CSS
  402. hero:
  403. desc_html: Displayed on the frontpage. At least 600x100px recommended. When not set, falls back to server thumbnail
  404. title: Hero image
  405. mascot:
  406. desc_html: Displayed on multiple pages. At least 293×205px recommended. When not set, falls back to default mascot
  407. title: Mascot image
  408. peers_api_enabled:
  409. desc_html: Domain names this server has encountered in the fediverse
  410. title: Publish list of discovered servers
  411. preview_sensitive_media:
  412. desc_html: Link previews on other websites will display a thumbnail even if the media is marked as sensitive
  413. title: Show sensitive media in OpenGraph previews
  414. profile_directory:
  415. desc_html: Allow users to be discoverable
  416. title: Enable profile directory
  417. registrations:
  418. closed_message:
  419. desc_html: Displayed on frontpage when registrations are closed. You can use HTML tags
  420. title: Closed registration message
  421. deletion:
  422. desc_html: Allow anyone to delete their account
  423. title: Open account deletion
  424. min_invite_role:
  425. disabled: No one
  426. title: Allow invitations by
  427. registrations_mode:
  428. modes:
  429. approved: Approval required for sign up
  430. none: Nobody can sign up
  431. open: Anyone can sign up
  432. title: Registrations mode
  433. show_known_fediverse_at_about_page:
  434. desc_html: When toggled, it will show toots from all the known fediverse on preview. Otherwise it will only show local toots.
  435. title: Show known fediverse on timeline preview
  436. show_staff_badge:
  437. desc_html: Show a staff badge on a user page
  438. title: Show staff badge
  439. site_description:
  440. 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>.
  441. title: Server description
  442. site_description_extended:
  443. 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
  444. title: Custom extended information
  445. site_short_description:
  446. desc_html: Displayed in sidebar and meta tags. Describe what Mastodon is and what makes this server special in a single paragraph.
  447. title: Short server description
  448. site_terms:
  449. desc_html: You can write your own privacy policy, terms of service or other legalese. You can use HTML tags
  450. title: Custom terms of service
  451. site_title: Server name
  452. thumbnail:
  453. desc_html: Used for previews via OpenGraph and API. 1200x630px recommended
  454. title: Server thumbnail
  455. timeline_preview:
  456. desc_html: Display public timeline on landing page
  457. title: Timeline preview
  458. title: Site settings
  459. statuses:
  460. back_to_account: Back to account page
  461. batch:
  462. delete: Delete
  463. nsfw_off: Mark as not sensitive
  464. nsfw_on: Mark as sensitive
  465. failed_to_execute: Failed to execute
  466. media:
  467. title: Media
  468. no_media: No media
  469. no_status_selected: No statuses were changed as none were selected
  470. title: Account statuses
  471. with_media: With media
  472. tags:
  473. accounts: Accounts
  474. hidden: Hidden
  475. hide: Hide from directory
  476. name: Hashtag
  477. title: Hashtags
  478. unhide: Show in directory
  479. visible: Visible
  480. title: Administration
  481. warning_presets:
  482. add_new: Add new
  483. delete: Delete
  484. edit: Edit
  485. edit_preset: Edit warning preset
  486. title: Manage warning presets
  487. admin_mailer:
  488. new_pending_account:
  489. body: The details of the new account are below. You can approve or reject this application.
  490. subject: New account up for review on %{instance} (%{username})
  491. new_report:
  492. body: "%{reporter} has reported %{target}"
  493. body_remote: Someone from %{domain} has reported %{target}
  494. subject: New report for %{instance} (#%{id})
  495. appearance:
  496. advanced_web_interface: Advanced web interface
  497. 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.'
  498. animations_and_accessibility: Animations and accessibility
  499. confirmation_dialogs: Confirmation dialogs
  500. sensitive_content: Sensitive content
  501. application_mailer:
  502. notification_preferences: Change e-mail preferences
  503. salutation: "%{name},"
  504. settings: 'Change e-mail preferences: %{link}'
  505. view: 'View:'
  506. view_profile: View profile
  507. view_status: View status
  508. applications:
  509. created: Application successfully created
  510. destroyed: Application successfully deleted
  511. invalid_url: The provided URL is invalid
  512. regenerate_token: Regenerate access token
  513. token_regenerated: Access token successfully regenerated
  514. warning: Be very careful with this data. Never share it with anyone!
  515. your_token: Your access token
  516. auth:
  517. apply_for_account: Request an invite
  518. change_password: Password
  519. 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>
  520. confirm_email: Confirm email
  521. delete_account: Delete account
  522. delete_account_html: If you wish to delete your account, you can <a href="%{path}">proceed here</a>. You will be asked for confirmation.
  523. didnt_get_confirmation: Didn't receive confirmation instructions?
  524. forgot_password: Forgot your password?
  525. invalid_reset_password_token: Password reset token is invalid or expired. Please request a new one.
  526. login: Log in
  527. logout: Logout
  528. migrate_account: Move to a different account
  529. migrate_account_html: If you wish to redirect this account to a different one, you can <a href="%{path}">configure it here</a>.
  530. or_log_in_with: Or log in with
  531. providers:
  532. cas: CAS
  533. saml: SAML
  534. register: Sign up
  535. registration_closed: "%{instance} is not accepting new members"
  536. resend_confirmation: Resend confirmation instructions
  537. reset_password: Reset password
  538. security: Security
  539. set_new_password: Set new password
  540. trouble_logging_in: Trouble logging in?
  541. authorize_follow:
  542. already_following: You are already following this account
  543. error: Unfortunately, there was an error looking up the remote account
  544. follow: Follow
  545. follow_request: 'You have sent a follow request to:'
  546. following: 'Success! You are now following:'
  547. post_follow:
  548. close: Or, you can just close this window.
  549. return: Show the user's profile
  550. web: Go to web
  551. title: Follow %{acct}
  552. datetime:
  553. distance_in_words:
  554. about_x_hours: "%{count}h"
  555. about_x_months: "%{count}mo"
  556. about_x_years: "%{count}y"
  557. almost_x_years: "%{count}y"
  558. half_a_minute: Just now
  559. less_than_x_minutes: "%{count}m"
  560. less_than_x_seconds: Just now
  561. over_x_years: "%{count}y"
  562. x_days: "%{count}d"
  563. x_minutes: "%{count}m"
  564. x_months: "%{count}mo"
  565. x_seconds: "%{count}s"
  566. deletes:
  567. bad_password_msg: Nice try, hackers! Incorrect password
  568. confirm_password: Enter your current password to verify your identity
  569. 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.
  570. proceed: Delete account
  571. success_msg: Your account was successfully deleted
  572. 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.
  573. warning_title: Disseminated content availability
  574. directories:
  575. directory: Profile directory
  576. enabled: You are currently listed in the directory.
  577. 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.
  578. explanation: Discover users based on their interests
  579. explore_mastodon: Explore %{title}
  580. 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!
  581. people:
  582. one: "%{count} person"
  583. other: "%{count} people"
  584. errors:
  585. '403': You don't have permission to view this page.
  586. '404': The page you are looking for isn't here.
  587. '410': The page you were looking for doesn't exist here anymore.
  588. '422':
  589. content: Security verification failed. Are you blocking cookies?
  590. title: Security verification failed
  591. '429': Throttled
  592. '500':
  593. content: We're sorry, but something went wrong on our end.
  594. title: This page is not correct
  595. 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.
  596. existing_username_validator:
  597. not_found: could not find a local user with that username
  598. not_found_multiple: could not find %{usernames}
  599. exports:
  600. archive_takeout:
  601. date: Date
  602. download: Download your archive
  603. 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.
  604. in_progress: Compiling your archive...
  605. request: Request your archive
  606. size: Size
  607. blocks: You block
  608. csv: CSV
  609. domain_blocks: Domain blocks
  610. follows: You follow
  611. lists: Lists
  612. mutes: You mute
  613. storage: Media storage
  614. featured_tags:
  615. add_new: Add new
  616. errors:
  617. limit: You have already featured the maximum amount of hashtags
  618. filters:
  619. contexts:
  620. home: Home timeline
  621. notifications: Notifications
  622. public: Public timelines
  623. thread: Conversations
  624. edit:
  625. title: Edit filter
  626. errors:
  627. invalid_context: None or invalid context supplied
  628. invalid_irreversible: Irreversible filtering only works with home or notifications context
  629. index:
  630. delete: Delete
  631. title: Filters
  632. new:
  633. title: Add new filter
  634. footer:
  635. developers: Developers
  636. more: More…
  637. resources: Resources
  638. generic:
  639. all: All
  640. changes_saved_msg: Changes successfully saved!
  641. copy: Copy
  642. order_by: Order by
  643. save_changes: Save changes
  644. validation_errors:
  645. one: Something isn't quite right yet! Please review the error below
  646. other: Something isn't quite right yet! Please review %{count} errors below
  647. html_validator:
  648. invalid_markup: 'contains invalid HTML markup: %{error}'
  649. identity_proofs:
  650. active: Active
  651. authorize: Yes, authorize
  652. authorize_connection_prompt: Authorize this cryptographic connection?
  653. errors:
  654. failed: The cryptographic connection failed. Please try again from %{provider}.
  655. keybase:
  656. invalid_token: Keybase tokens are hashes of signatures and must be 66 hex characters
  657. verification_failed: Keybase does not recognize this token as a signature of Keybase user %{kb_username}. Please retry from Keybase.
  658. wrong_user: Cannot create a proof for %{proving} while logged in as %{current}. Log in as %{proving} and try again.
  659. 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.
  660. i_am_html: I am %{username} on %{service}.
  661. identity: Identity
  662. inactive: Inactive
  663. publicize_checkbox: 'And toot this:'
  664. publicize_toot: 'It is proven! I am %{username} on %{service}: %{url}'
  665. status: Verification status
  666. view_proof: View proof
  667. imports:
  668. modes:
  669. merge: Merge
  670. merge_long: Keep existing records and add new ones
  671. overwrite: Overwrite
  672. overwrite_long: Replace current records with the new ones
  673. preface: You can import data that you have exported from another server, such as a list of the people you are following or blocking.
  674. success: Your data was successfully uploaded and will now be processed in due time
  675. types:
  676. blocking: Blocking list
  677. domain_blocking: Domain blocking list
  678. following: Following list
  679. muting: Muting list
  680. upload: Upload
  681. in_memoriam_html: In Memoriam.
  682. invites:
  683. delete: Deactivate
  684. expired: Expired
  685. expires_in:
  686. '1800': 30 minutes
  687. '21600': 6 hours
  688. '3600': 1 hour
  689. '43200': 12 hours
  690. '604800': 1 week
  691. '86400': 1 day
  692. expires_in_prompt: Never
  693. generate: Generate
  694. invited_by: 'You were invited by:'
  695. max_uses:
  696. one: 1 use
  697. other: "%{count} uses"
  698. max_uses_prompt: No limit
  699. prompt: Generate and share links with others to grant access to this server
  700. table:
  701. expires_at: Expires
  702. uses: Uses
  703. title: Invite people
  704. lists:
  705. errors:
  706. limit: You have reached the maximum amount of lists
  707. media_attachments:
  708. validations:
  709. images_and_video: Cannot attach a video to a status that already contains images
  710. too_many: Cannot attach more than 4 files
  711. migrations:
  712. acct: username@domain of the new account
  713. currently_redirecting: 'Your profile is set to redirect to:'
  714. proceed: Save
  715. updated_msg: Your account migration setting successfully updated!
  716. moderation:
  717. title: Moderation
  718. notification_mailer:
  719. digest:
  720. action: View all notifications
  721. body: Here is a brief summary of the messages you missed since your last visit on %{since}
  722. mention: "%{name} mentioned you in:"
  723. new_followers_summary:
  724. one: Also, you have acquired one new follower while being away! Yay!
  725. other: Also, you have acquired %{count} new followers while being away! Amazing!
  726. subject:
  727. one: "1 new notification since your last visit \U0001F418"
  728. other: "%{count} new notifications since your last visit \U0001F418"
  729. title: In your absence...
  730. favourite:
  731. body: 'Your status was favourited by %{name}:'
  732. subject: "%{name} favourited your status"
  733. title: New favourite
  734. follow:
  735. body: "%{name} is now following you!"
  736. subject: "%{name} is now following you"
  737. title: New follower
  738. follow_request:
  739. action: Manage follow requests
  740. body: "%{name} has requested to follow you"
  741. subject: 'Pending follower: %{name}'
  742. title: New follow request
  743. mention:
  744. action: Reply
  745. body: 'You were mentioned by %{name} in:'
  746. subject: You were mentioned by %{name}
  747. title: New mention
  748. reblog:
  749. body: 'Your status was boosted by %{name}:'
  750. subject: "%{name} boosted your status"
  751. title: New boost
  752. number:
  753. human:
  754. decimal_units:
  755. format: "%n%u"
  756. units:
  757. billion: B
  758. million: M
  759. quadrillion: Q
  760. thousand: K
  761. trillion: T
  762. unit: ''
  763. pagination:
  764. newer: Newer
  765. next: Next
  766. older: Older
  767. prev: Prev
  768. truncate: "&hellip;"
  769. polls:
  770. errors:
  771. already_voted: You have already voted on this poll
  772. duplicate_options: contain duplicate items
  773. duration_too_long: is too far into the future
  774. duration_too_short: is too soon
  775. expired: The poll has already ended
  776. over_character_limit: cannot be longer than %{max} characters each
  777. too_few_options: must have more than one item
  778. too_many_options: can't contain more than %{max} items
  779. preferences:
  780. other: Other
  781. posting_defaults: Posting defaults
  782. public_timelines: Public timelines
  783. relationships:
  784. activity: Account activity
  785. dormant: Dormant
  786. last_active: Last active
  787. most_recent: Most recent
  788. moved: Moved
  789. mutual: Mutual
  790. primary: Primary
  791. relationship: Relationship
  792. remove_selected_domains: Remove all followers from the selected domains
  793. remove_selected_followers: Remove selected followers
  794. remove_selected_follows: Unfollow selected users
  795. status: Account status
  796. remote_follow:
  797. acct: Enter your username@domain you want to act from
  798. missing_resource: Could not find the required redirect URL for your account
  799. no_account_html: Don't have an account? You can <a href='%{sign_up_path}' target='_blank'>sign up here</a>
  800. proceed: Proceed to follow
  801. prompt: 'You are going to follow:'
  802. 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."
  803. remote_interaction:
  804. favourite:
  805. proceed: Proceed to favourite
  806. prompt: 'You want to favourite this toot:'
  807. reblog:
  808. proceed: Proceed to boost
  809. prompt: 'You want to boost this toot:'
  810. reply:
  811. proceed: Proceed to reply
  812. prompt: 'You want to reply to this toot:'
  813. remote_unfollow:
  814. error: Error
  815. title: Title
  816. unfollowed: Unfollowed
  817. scheduled_statuses:
  818. over_daily_limit: You have exceeded the limit of %{limit} scheduled toots for that day
  819. over_total_limit: You have exceeded the limit of %{limit} scheduled toots
  820. too_soon: The scheduled date must be in the future
  821. sessions:
  822. activity: Last activity
  823. browser: Browser
  824. browsers:
  825. alipay: Alipay
  826. blackberry: Blackberry
  827. chrome: Chrome
  828. edge: Microsoft Edge
  829. electron: Electron
  830. firefox: Firefox
  831. generic: Unknown browser
  832. ie: Internet Explorer
  833. micro_messenger: MicroMessenger
  834. nokia: Nokia S40 Ovi Browser
  835. opera: Opera
  836. otter: Otter
  837. phantom_js: PhantomJS
  838. qq: QQ Browser
  839. safari: Safari
  840. uc_browser: UCBrowser
  841. weibo: Weibo
  842. current_session: Current session
  843. description: "%{browser} on %{platform}"
  844. explanation: These are the web browsers currently logged in to your Mastodon account.
  845. ip: IP
  846. platforms:
  847. adobe_air: Adobe Air
  848. android: Android
  849. blackberry: Blackberry
  850. chrome_os: ChromeOS
  851. firefox_os: Firefox OS
  852. ios: iOS
  853. linux: Linux
  854. mac: Mac
  855. other: unknown platform
  856. windows: Windows
  857. windows_mobile: Windows Mobile
  858. windows_phone: Windows Phone
  859. revoke: Revoke
  860. revoke_success: Session successfully revoked
  861. title: Sessions
  862. settings:
  863. account: Account
  864. account_settings: Account settings
  865. appearance: Appearance
  866. authorized_apps: Authorized apps
  867. back: Back to Mastodon
  868. delete: Account deletion
  869. development: Development
  870. edit_profile: Edit profile
  871. export: Data export
  872. featured_tags: Featured hashtags
  873. identity_proofs: Identity proofs
  874. import: Import
  875. import_and_export: Import and export
  876. migrate: Account migration
  877. notifications: Notifications
  878. preferences: Preferences
  879. profile: Profile
  880. relationships: Follows and followers
  881. two_factor_authentication: Two-factor Auth
  882. statuses:
  883. attached:
  884. description: 'Attached: %{attached}'
  885. image:
  886. one: "%{count} image"
  887. other: "%{count} images"
  888. video:
  889. one: "%{count} video"
  890. other: "%{count} videos"
  891. boosted_from_html: Boosted from %{acct_link}
  892. content_warning: 'Content warning: %{warning}'
  893. disallowed_hashtags:
  894. one: 'contained a disallowed hashtag: %{tags}'
  895. other: 'contained the disallowed hashtags: %{tags}'
  896. language_detection: Automatically detect language
  897. open_in_web: Open in web
  898. over_character_limit: character limit of %{max} exceeded
  899. pin_errors:
  900. limit: You have already pinned the maximum number of toots
  901. ownership: Someone else's toot cannot be pinned
  902. private: Non-public toot cannot be pinned
  903. reblog: A boost cannot be pinned
  904. poll:
  905. total_votes:
  906. one: "%{count} vote"
  907. other: "%{count} votes"
  908. vote: Vote
  909. show_more: Show more
  910. sign_in_to_participate: Sign in to participate in the conversation
  911. title: '%{name}: "%{quote}"'
  912. visibilities:
  913. private: Followers-only
  914. private_long: Only show to followers
  915. public: Public
  916. public_long: Everyone can see
  917. unlisted: Unlisted
  918. unlisted_long: Everyone can see, but not listed on public timelines
  919. stream_entries:
  920. pinned: Pinned toot
  921. reblogged: boosted
  922. sensitive_content: Sensitive content
  923. terms:
  924. body_html: |
  925. <h2>Privacy Policy</h2>
  926. <h3 id="collect">What information do we collect?</h3>
  927. <ul>
  928. <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>
  929. <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>
  930. <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>
  931. <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>
  932. </ul>
  933. <hr class="spacer" />
  934. <h3 id="use">What do we use your information for?</h3>
  935. <p>Any of the information we collect from you may be used in the following ways:</p>
  936. <ul>
  937. <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>
  938. <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>
  939. <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>
  940. </ul>
  941. <hr class="spacer" />
  942. <h3 id="protect">How do we protect your information?</h3>
  943. <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>
  944. <hr class="spacer" />
  945. <h3 id="data-retention">What is our data retention policy?</h3>
  946. <p>We will make a good faith effort to:</p>
  947. <ul>
  948. <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>
  949. <li>Retain the IP addresses associated with registered users no more than 12 months.</li>
  950. </ul>
  951. <p>You can request and download an archive of your content, including your posts, media attachments, profile picture, and header image.</p>
  952. <p>You may irreversibly delete your account at any time.</p>
  953. <hr class="spacer"/>
  954. <h3 id="cookies">Do we use cookies?</h3>
  955. <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>
  956. <p>We use cookies to understand and save your preferences for future visits.</p>
  957. <hr class="spacer" />
  958. <h3 id="disclose">Do we disclose any information to outside parties?</h3>
  959. <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>
  960. <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>
  961. <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>
  962. <hr class="spacer" />
  963. <h3 id="children">Site usage by children</h3>
  964. <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>
  965. <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>
  966. <p>Law requirements can be different if this server is in another jurisdiction.</p>
  967. <hr class="spacer" />
  968. <h3 id="changes">Changes to our Privacy Policy</h3>
  969. <p>If we decide to change our privacy policy, we will post those changes on this page.</p>
  970. <p>This document is CC-BY-SA. It was last updated March 7, 2018.</p>
  971. <p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
  972. title: "%{instance} Terms of Service and Privacy Policy"
  973. themes:
  974. contrast: Mastodon (High contrast)
  975. default: Mastodon (Dark)
  976. mastodon-light: Mastodon (Light)
  977. time:
  978. formats:
  979. default: "%b %d, %Y, %H:%M"
  980. month: "%b %Y"
  981. two_factor_authentication:
  982. code_hint: Enter the code generated by your authenticator app to confirm
  983. 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.
  984. disable: Disable
  985. enable: Enable
  986. enabled: Two-factor authentication is enabled
  987. enabled_success: Two-factor authentication successfully enabled
  988. generate_recovery_codes: Generate recovery codes
  989. 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."
  990. 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.
  991. manual_instructions: 'If you can''t scan the QR code and need to enter it manually, here is the plain-text secret:'
  992. recovery_codes: Backup recovery codes
  993. recovery_codes_regenerated: Recovery codes successfully regenerated
  994. 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.
  995. setup: Set up
  996. wrong_code: The entered code was invalid! Are server time and device time correct?
  997. user_mailer:
  998. backup_ready:
  999. explanation: You requested a full backup of your Mastodon account. It's now ready for download!
  1000. subject: Your archive is ready for download
  1001. title: Archive takeout
  1002. warning:
  1003. explanation:
  1004. disable: While your account is frozen, your account data remains intact, but you cannot perform any actions until it is unlocked.
  1005. 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.
  1006. 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.
  1007. review_server_policies: Review server policies
  1008. subject:
  1009. disable: Your account %{acct} has been frozen
  1010. none: Warning for %{acct}
  1011. silence: Your account %{acct} has been limited
  1012. suspend: Your account %{acct} has been suspended
  1013. title:
  1014. disable: Account frozen
  1015. none: Warning
  1016. silence: Account limited
  1017. suspend: Account suspended
  1018. welcome:
  1019. edit_profile_action: Setup profile
  1020. 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.
  1021. explanation: Here are some tips to get you started
  1022. final_action: Start posting
  1023. 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.'
  1024. full_handle: Your full handle
  1025. full_handle_hint: This is what you would tell your friends so they can message or follow you from another server.
  1026. review_preferences_action: Change preferences
  1027. 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.
  1028. subject: Welcome to Mastodon
  1029. 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.
  1030. tip_following: You follow your server's admin(s) by default. To find more interesting people, check the local and federated timelines.
  1031. tip_local_timeline: The local timeline is a firehose view of people on %{instance}. These are your immediate neighbours!
  1032. 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!
  1033. tips: Tips
  1034. title: Welcome aboard, %{name}!
  1035. users:
  1036. follow_limit_reached: You cannot follow more than %{limit} people
  1037. invalid_email: The e-mail address is invalid
  1038. invalid_otp_token: Invalid two-factor code
  1039. otp_lost_help_html: If you lost access to both, you may get in touch with %{email}
  1040. seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available.
  1041. signed_in_as: 'Signed in as:'
  1042. verification:
  1043. 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:'
  1044. verification: Verification