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.

1394 lines
35 KiB

  1. [
  2. {
  3. "descriptors": [
  4. {
  5. "defaultMessage": "{name} mentioned you",
  6. "id": "notification.mention"
  7. }
  8. ],
  9. "path": "app/javascript/mastodon/actions/notifications.json"
  10. },
  11. {
  12. "descriptors": [
  13. {
  14. "defaultMessage": "Follow",
  15. "id": "account.follow"
  16. },
  17. {
  18. "defaultMessage": "Unfollow",
  19. "id": "account.unfollow"
  20. },
  21. {
  22. "defaultMessage": "Awaiting approval",
  23. "id": "account.requested"
  24. },
  25. {
  26. "defaultMessage": "Unblock @{name}",
  27. "id": "account.unblock"
  28. },
  29. {
  30. "defaultMessage": "Unmute @{name}",
  31. "id": "account.unmute"
  32. }
  33. ],
  34. "path": "app/javascript/mastodon/components/account.json"
  35. },
  36. {
  37. "descriptors": [
  38. {
  39. "defaultMessage": "Back",
  40. "id": "column_back_button.label"
  41. }
  42. ],
  43. "path": "app/javascript/mastodon/components/column_back_button_slim.json"
  44. },
  45. {
  46. "descriptors": [
  47. {
  48. "defaultMessage": "Back",
  49. "id": "column_back_button.label"
  50. }
  51. ],
  52. "path": "app/javascript/mastodon/components/column_back_button.json"
  53. },
  54. {
  55. "descriptors": [
  56. {
  57. "defaultMessage": "Show settings",
  58. "id": "column_header.show_settings"
  59. },
  60. {
  61. "defaultMessage": "Hide settings",
  62. "id": "column_header.hide_settings"
  63. },
  64. {
  65. "defaultMessage": "Move column to the left",
  66. "id": "column_header.moveLeft_settings"
  67. },
  68. {
  69. "defaultMessage": "Move column to the right",
  70. "id": "column_header.moveRight_settings"
  71. },
  72. {
  73. "defaultMessage": "Unpin",
  74. "id": "column_header.unpin"
  75. },
  76. {
  77. "defaultMessage": "Pin",
  78. "id": "column_header.pin"
  79. },
  80. {
  81. "defaultMessage": "Back",
  82. "id": "column_back_button.label"
  83. }
  84. ],
  85. "path": "app/javascript/mastodon/components/column_header.json"
  86. },
  87. {
  88. "descriptors": [
  89. {
  90. "defaultMessage": "Load more",
  91. "id": "status.load_more"
  92. }
  93. ],
  94. "path": "app/javascript/mastodon/components/load_more.json"
  95. },
  96. {
  97. "descriptors": [
  98. {
  99. "defaultMessage": "Loading...",
  100. "id": "loading_indicator.label"
  101. }
  102. ],
  103. "path": "app/javascript/mastodon/components/loading_indicator.json"
  104. },
  105. {
  106. "descriptors": [
  107. {
  108. "defaultMessage": "Toggle visibility",
  109. "id": "media_gallery.toggle_visible"
  110. },
  111. {
  112. "defaultMessage": "Sensitive content",
  113. "id": "status.sensitive_warning"
  114. },
  115. {
  116. "defaultMessage": "Media hidden",
  117. "id": "status.media_hidden"
  118. },
  119. {
  120. "defaultMessage": "Click to view",
  121. "id": "status.sensitive_toggle"
  122. }
  123. ],
  124. "path": "app/javascript/mastodon/components/media_gallery.json"
  125. },
  126. {
  127. "descriptors": [
  128. {
  129. "defaultMessage": "Not found",
  130. "id": "missing_indicator.label"
  131. }
  132. ],
  133. "path": "app/javascript/mastodon/components/missing_indicator.json"
  134. },
  135. {
  136. "descriptors": [
  137. {
  138. "defaultMessage": "Delete",
  139. "id": "status.delete"
  140. },
  141. {
  142. "defaultMessage": "Mention @{name}",
  143. "id": "status.mention"
  144. },
  145. {
  146. "defaultMessage": "Mute @{name}",
  147. "id": "account.mute"
  148. },
  149. {
  150. "defaultMessage": "Block @{name}",
  151. "id": "account.block"
  152. },
  153. {
  154. "defaultMessage": "Reply",
  155. "id": "status.reply"
  156. },
  157. {
  158. "defaultMessage": "Share",
  159. "id": "status.share"
  160. },
  161. {
  162. "defaultMessage": "Reply to thread",
  163. "id": "status.replyAll"
  164. },
  165. {
  166. "defaultMessage": "Boost",
  167. "id": "status.reblog"
  168. },
  169. {
  170. "defaultMessage": "This post cannot be boosted",
  171. "id": "status.cannot_reblog"
  172. },
  173. {
  174. "defaultMessage": "Favourite",
  175. "id": "status.favourite"
  176. },
  177. {
  178. "defaultMessage": "Expand this status",
  179. "id": "status.open"
  180. },
  181. {
  182. "defaultMessage": "Report @{name}",
  183. "id": "status.report"
  184. },
  185. {
  186. "defaultMessage": "Mute conversation",
  187. "id": "status.mute_conversation"
  188. },
  189. {
  190. "defaultMessage": "Unmute conversation",
  191. "id": "status.unmute_conversation"
  192. },
  193. {
  194. "defaultMessage": "Pin on profile",
  195. "id": "status.pin"
  196. },
  197. {
  198. "defaultMessage": "Unpin from profile",
  199. "id": "status.unpin"
  200. },
  201. {
  202. "defaultMessage": "Embed",
  203. "id": "status.embed"
  204. }
  205. ],
  206. "path": "app/javascript/mastodon/components/status_action_bar.json"
  207. },
  208. {
  209. "descriptors": [
  210. {
  211. "defaultMessage": "Show more",
  212. "id": "status.show_more"
  213. },
  214. {
  215. "defaultMessage": "Show less",
  216. "id": "status.show_less"
  217. }
  218. ],
  219. "path": "app/javascript/mastodon/components/status_content.json"
  220. },
  221. {
  222. "descriptors": [
  223. {
  224. "defaultMessage": "{name} boosted",
  225. "id": "status.reblogged_by"
  226. }
  227. ],
  228. "path": "app/javascript/mastodon/components/status.json"
  229. },
  230. {
  231. "descriptors": [
  232. {
  233. "defaultMessage": "Toggle sound",
  234. "id": "video_player.toggle_sound"
  235. },
  236. {
  237. "defaultMessage": "Toggle visibility",
  238. "id": "video_player.toggle_visible"
  239. },
  240. {
  241. "defaultMessage": "Expand video",
  242. "id": "video_player.expand"
  243. },
  244. {
  245. "defaultMessage": "Sensitive content",
  246. "id": "status.sensitive_warning"
  247. },
  248. {
  249. "defaultMessage": "Click to view",
  250. "id": "status.sensitive_toggle"
  251. },
  252. {
  253. "defaultMessage": "Media hidden",
  254. "id": "status.media_hidden"
  255. },
  256. {
  257. "defaultMessage": "Video could not be played",
  258. "id": "video_player.video_error"
  259. }
  260. ],
  261. "path": "app/javascript/mastodon/components/video_player.json"
  262. },
  263. {
  264. "descriptors": [
  265. {
  266. "defaultMessage": "Unfollow",
  267. "id": "confirmations.unfollow.confirm"
  268. },
  269. {
  270. "defaultMessage": "Are you sure you want to unfollow {name}?",
  271. "id": "confirmations.unfollow.message"
  272. }
  273. ],
  274. "path": "app/javascript/mastodon/containers/account_container.json"
  275. },
  276. {
  277. "descriptors": [
  278. {
  279. "defaultMessage": "Delete",
  280. "id": "confirmations.delete.confirm"
  281. },
  282. {
  283. "defaultMessage": "Are you sure you want to delete this status?",
  284. "id": "confirmations.delete.message"
  285. },
  286. {
  287. "defaultMessage": "Block",
  288. "id": "confirmations.block.confirm"
  289. },
  290. {
  291. "defaultMessage": "Mute",
  292. "id": "confirmations.mute.confirm"
  293. },
  294. {
  295. "defaultMessage": "Are you sure you want to block {name}?",
  296. "id": "confirmations.block.message"
  297. },
  298. {
  299. "defaultMessage": "Are you sure you want to mute {name}?",
  300. "id": "confirmations.mute.message"
  301. }
  302. ],
  303. "path": "app/javascript/mastodon/containers/status_container.json"
  304. },
  305. {
  306. "descriptors": [
  307. {
  308. "defaultMessage": "Media",
  309. "id": "account.media"
  310. }
  311. ],
  312. "path": "app/javascript/mastodon/features/account_gallery/index.json"
  313. },
  314. {
  315. "descriptors": [
  316. {
  317. "defaultMessage": "Unfollow",
  318. "id": "confirmations.unfollow.confirm"
  319. },
  320. {
  321. "defaultMessage": "Block",
  322. "id": "confirmations.block.confirm"
  323. },
  324. {
  325. "defaultMessage": "Mute",
  326. "id": "confirmations.mute.confirm"
  327. },
  328. {
  329. "defaultMessage": "Hide entire domain",
  330. "id": "confirmations.domain_block.confirm"
  331. },
  332. {
  333. "defaultMessage": "Are you sure you want to unfollow {name}?",
  334. "id": "confirmations.unfollow.message"
  335. },
  336. {
  337. "defaultMessage": "Are you sure you want to block {name}?",
  338. "id": "confirmations.block.message"
  339. },
  340. {
  341. "defaultMessage": "Are you sure you want to mute {name}?",
  342. "id": "confirmations.mute.message"
  343. },
  344. {
  345. "defaultMessage": "Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable.",
  346. "id": "confirmations.domain_block.message"
  347. }
  348. ],
  349. "path": "app/javascript/mastodon/features/account_timeline/containers/header_container.json"
  350. },
  351. {
  352. "descriptors": [
  353. {
  354. "defaultMessage": "Mention @{name}",
  355. "id": "account.mention"
  356. },
  357. {
  358. "defaultMessage": "Edit profile",
  359. "id": "account.edit_profile"
  360. },
  361. {
  362. "defaultMessage": "Unblock @{name}",
  363. "id": "account.unblock"
  364. },
  365. {
  366. "defaultMessage": "Unfollow",
  367. "id": "account.unfollow"
  368. },
  369. {
  370. "defaultMessage": "Unmute @{name}",
  371. "id": "account.unmute"
  372. },
  373. {
  374. "defaultMessage": "Block @{name}",
  375. "id": "account.block"
  376. },
  377. {
  378. "defaultMessage": "Mute @{name}",
  379. "id": "account.mute"
  380. },
  381. {
  382. "defaultMessage": "Follow",
  383. "id": "account.follow"
  384. },
  385. {
  386. "defaultMessage": "Report @{name}",
  387. "id": "account.report"
  388. },
  389. {
  390. "defaultMessage": "Share @{name}'s profile",
  391. "id": "account.share"
  392. },
  393. {
  394. "defaultMessage": "Media",
  395. "id": "account.media"
  396. },
  397. {
  398. "defaultMessage": "Hide everything from {domain}",
  399. "id": "account.block_domain"
  400. },
  401. {
  402. "defaultMessage": "Unhide {domain}",
  403. "id": "account.unblock_domain"
  404. },
  405. {
  406. "defaultMessage": "Information below may reflect the user's profile incompletely.",
  407. "id": "account.disclaimer_full"
  408. },
  409. {
  410. "defaultMessage": "View full profile",
  411. "id": "account.view_full_profile"
  412. },
  413. {
  414. "defaultMessage": "Posts",
  415. "id": "account.posts"
  416. },
  417. {
  418. "defaultMessage": "Follows",
  419. "id": "account.follows"
  420. },
  421. {
  422. "defaultMessage": "Followers",
  423. "id": "account.followers"
  424. }
  425. ],
  426. "path": "app/javascript/mastodon/features/account/components/action_bar.json"
  427. },
  428. {
  429. "descriptors": [
  430. {
  431. "defaultMessage": "Unfollow",
  432. "id": "account.unfollow"
  433. },
  434. {
  435. "defaultMessage": "Follow",
  436. "id": "account.follow"
  437. },
  438. {
  439. "defaultMessage": "Awaiting approval. Click to cancel follow request",
  440. "id": "account.requested"
  441. },
  442. {
  443. "defaultMessage": "Follows you",
  444. "id": "account.follows_you"
  445. }
  446. ],
  447. "path": "app/javascript/mastodon/features/account/components/header.json"
  448. },
  449. {
  450. "descriptors": [
  451. {
  452. "defaultMessage": "Blocked users",
  453. "id": "column.blocks"
  454. }
  455. ],
  456. "path": "app/javascript/mastodon/features/blocks/index.json"
  457. },
  458. {
  459. "descriptors": [
  460. {
  461. "defaultMessage": "Filter out by regular expressions",
  462. "id": "home.column_settings.filter_regex"
  463. },
  464. {
  465. "defaultMessage": "Column settings",
  466. "id": "home.settings"
  467. },
  468. {
  469. "defaultMessage": "Advanced",
  470. "id": "home.column_settings.advanced"
  471. }
  472. ],
  473. "path": "app/javascript/mastodon/features/community_timeline/components/column_settings.json"
  474. },
  475. {
  476. "descriptors": [
  477. {
  478. "defaultMessage": "Local timeline",
  479. "id": "column.community"
  480. },
  481. {
  482. "defaultMessage": "The local timeline is empty. Write something publicly to get the ball rolling!",
  483. "id": "empty_column.community"
  484. }
  485. ],
  486. "path": "app/javascript/mastodon/features/community_timeline/index.json"
  487. },
  488. {
  489. "descriptors": [
  490. {
  491. "defaultMessage": "What is on your mind?",
  492. "id": "compose_form.placeholder"
  493. },
  494. {
  495. "defaultMessage": "Write your warning here",
  496. "id": "compose_form.spoiler_placeholder"
  497. },
  498. {
  499. "defaultMessage": "Toot",
  500. "id": "compose_form.publish"
  501. },
  502. {
  503. "defaultMessage": "{publish}!",
  504. "id": "compose_form.publish_loud"
  505. }
  506. ],
  507. "path": "app/javascript/mastodon/features/compose/components/compose_form.json"
  508. },
  509. {
  510. "descriptors": [
  511. {
  512. "defaultMessage": "Insert emoji",
  513. "id": "emoji_button.label"
  514. },
  515. {
  516. "defaultMessage": "Search...",
  517. "id": "emoji_button.search"
  518. },
  519. {
  520. "defaultMessage": "No emojos!! (╯°□°)╯︵ ┻━┻",
  521. "id": "emoji_button.not_found"
  522. },
  523. {
  524. "defaultMessage": "Custom",
  525. "id": "emoji_button.custom"
  526. },
  527. {
  528. "defaultMessage": "Frequently used",
  529. "id": "emoji_button.recent"
  530. },
  531. {
  532. "defaultMessage": "Search results",
  533. "id": "emoji_button.search_results"
  534. },
  535. {
  536. "defaultMessage": "People",
  537. "id": "emoji_button.people"
  538. },
  539. {
  540. "defaultMessage": "Nature",
  541. "id": "emoji_button.nature"
  542. },
  543. {
  544. "defaultMessage": "Food & Drink",
  545. "id": "emoji_button.food"
  546. },
  547. {
  548. "defaultMessage": "Activity",
  549. "id": "emoji_button.activity"
  550. },
  551. {
  552. "defaultMessage": "Travel & Places",
  553. "id": "emoji_button.travel"
  554. },
  555. {
  556. "defaultMessage": "Objects",
  557. "id": "emoji_button.objects"
  558. },
  559. {
  560. "defaultMessage": "Symbols",
  561. "id": "emoji_button.symbols"
  562. },
  563. {
  564. "defaultMessage": "Flags",
  565. "id": "emoji_button.flags"
  566. }
  567. ],
  568. "path": "app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.json"
  569. },
  570. {
  571. "descriptors": [
  572. {
  573. "defaultMessage": "Edit profile",
  574. "id": "navigation_bar.edit_profile"
  575. }
  576. ],
  577. "path": "app/javascript/mastodon/features/compose/components/navigation_bar.json"
  578. },
  579. {
  580. "descriptors": [
  581. {
  582. "defaultMessage": "Public",
  583. "id": "privacy.public.short"
  584. },
  585. {
  586. "defaultMessage": "Post to public timelines",
  587. "id": "privacy.public.long"
  588. },
  589. {
  590. "defaultMessage": "Unlisted",
  591. "id": "privacy.unlisted.short"
  592. },
  593. {
  594. "defaultMessage": "Do not show in public timelines",
  595. "id": "privacy.unlisted.long"
  596. },
  597. {
  598. "defaultMessage": "Followers-only",
  599. "id": "privacy.private.short"
  600. },
  601. {
  602. "defaultMessage": "Post to followers only",
  603. "id": "privacy.private.long"
  604. },
  605. {
  606. "defaultMessage": "Direct",
  607. "id": "privacy.direct.short"
  608. },
  609. {
  610. "defaultMessage": "Post to mentioned users only",
  611. "id": "privacy.direct.long"
  612. },
  613. {
  614. "defaultMessage": "Adjust status privacy",
  615. "id": "privacy.change"
  616. }
  617. ],
  618. "path": "app/javascript/mastodon/features/compose/components/privacy_dropdown.json"
  619. },
  620. {
  621. "descriptors": [
  622. {
  623. "defaultMessage": "Cancel",
  624. "id": "reply_indicator.cancel"
  625. }
  626. ],
  627. "path": "app/javascript/mastodon/features/compose/components/reply_indicator.json"
  628. },
  629. {
  630. "descriptors": [
  631. {
  632. "defaultMessage": "{count, number} {count, plural, one {result} other {results}}",
  633. "id": "search_results.total"
  634. }
  635. ],
  636. "path": "app/javascript/mastodon/features/compose/components/search_results.json"
  637. },
  638. {
  639. "descriptors": [
  640. {
  641. "defaultMessage": "Search",
  642. "id": "search.placeholder"
  643. }
  644. ],
  645. "path": "app/javascript/mastodon/features/compose/components/search.json"
  646. },
  647. {
  648. "descriptors": [
  649. {
  650. "defaultMessage": "Add media",
  651. "id": "upload_button.label"
  652. }
  653. ],
  654. "path": "app/javascript/mastodon/features/compose/components/upload_button.json"
  655. },
  656. {
  657. "descriptors": [
  658. {
  659. "defaultMessage": "Undo",
  660. "id": "upload_form.undo"
  661. }
  662. ],
  663. "path": "app/javascript/mastodon/features/compose/components/upload_form.json"
  664. },
  665. {
  666. "descriptors": [
  667. {
  668. "defaultMessage": "Uploading...",
  669. "id": "upload_progress.label"
  670. }
  671. ],
  672. "path": "app/javascript/mastodon/features/compose/components/upload_progress.json"
  673. },
  674. {
  675. "descriptors": [
  676. {
  677. "defaultMessage": "Mark media as sensitive",
  678. "id": "compose_form.sensitive"
  679. }
  680. ],
  681. "path": "app/javascript/mastodon/features/compose/containers/sensitive_button_container.json"
  682. },
  683. {
  684. "descriptors": [
  685. {
  686. "defaultMessage": "Hide text behind warning",
  687. "id": "compose_form.spoiler"
  688. }
  689. ],
  690. "path": "app/javascript/mastodon/features/compose/containers/spoiler_button_container.json"
  691. },
  692. {
  693. "descriptors": [
  694. {
  695. "defaultMessage": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
  696. "id": "compose_form.lock_disclaimer"
  697. },
  698. {
  699. "defaultMessage": "locked",
  700. "id": "compose_form.lock_disclaimer.lock"
  701. }
  702. ],
  703. "path": "app/javascript/mastodon/features/compose/containers/warning_container.json"
  704. },
  705. {
  706. "descriptors": [
  707. {
  708. "defaultMessage": "Getting started",
  709. "id": "getting_started.heading"
  710. },
  711. {
  712. "defaultMessage": "Home",
  713. "id": "tabs_bar.home"
  714. },
  715. {
  716. "defaultMessage": "Notifications",
  717. "id": "tabs_bar.notifications"
  718. },
  719. {
  720. "defaultMessage": "Federated timeline",
  721. "id": "navigation_bar.public_timeline"
  722. },
  723. {
  724. "defaultMessage": "Local timeline",
  725. "id": "navigation_bar.community_timeline"
  726. },
  727. {
  728. "defaultMessage": "Preferences",
  729. "id": "navigation_bar.preferences"
  730. },
  731. {
  732. "defaultMessage": "Logout",
  733. "id": "navigation_bar.logout"
  734. }
  735. ],
  736. "path": "app/javascript/mastodon/features/compose/index.json"
  737. },
  738. {
  739. "descriptors": [
  740. {
  741. "defaultMessage": "Favourites",
  742. "id": "column.favourites"
  743. }
  744. ],
  745. "path": "app/javascript/mastodon/features/favourited_statuses/index.json"
  746. },
  747. {
  748. "descriptors": [
  749. {
  750. "defaultMessage": "Authorize",
  751. "id": "follow_request.authorize"
  752. },
  753. {
  754. "defaultMessage": "Reject",
  755. "id": "follow_request.reject"
  756. }
  757. ],
  758. "path": "app/javascript/mastodon/features/follow_requests/components/account_authorize.json"
  759. },
  760. {
  761. "descriptors": [
  762. {
  763. "defaultMessage": "Follow requests",
  764. "id": "column.follow_requests"
  765. }
  766. ],
  767. "path": "app/javascript/mastodon/features/follow_requests/index.json"
  768. },
  769. {
  770. "descriptors": [
  771. {
  772. "defaultMessage": "Getting started",
  773. "id": "getting_started.heading"
  774. },
  775. {
  776. "defaultMessage": "Home",
  777. "id": "tabs_bar.home"
  778. },
  779. {
  780. "defaultMessage": "Notifications",
  781. "id": "tabs_bar.notifications"
  782. },
  783. {
  784. "defaultMessage": "Federated timeline",
  785. "id": "navigation_bar.public_timeline"
  786. },
  787. {
  788. "defaultMessage": "Navigation",
  789. "id": "column_subheading.navigation"
  790. },
  791. {
  792. "defaultMessage": "Settings",
  793. "id": "column_subheading.settings"
  794. },
  795. {
  796. "defaultMessage": "Local timeline",
  797. "id": "navigation_bar.community_timeline"
  798. },
  799. {
  800. "defaultMessage": "Preferences",
  801. "id": "navigation_bar.preferences"
  802. },
  803. {
  804. "defaultMessage": "Follow requests",
  805. "id": "navigation_bar.follow_requests"
  806. },
  807. {
  808. "defaultMessage": "Logout",
  809. "id": "navigation_bar.logout"
  810. },
  811. {
  812. "defaultMessage": "Favourites",
  813. "id": "navigation_bar.favourites"
  814. },
  815. {
  816. "defaultMessage": "Blocked users",
  817. "id": "navigation_bar.blocks"
  818. },
  819. {
  820. "defaultMessage": "Muted users",
  821. "id": "navigation_bar.mutes"
  822. },
  823. {
  824. "defaultMessage": "Extended information",
  825. "id": "navigation_bar.info"
  826. },
  827. {
  828. "defaultMessage": "Pinned toots",
  829. "id": "navigation_bar.pins"
  830. },
  831. {
  832. "defaultMessage": "FAQ",
  833. "id": "getting_started.faq"
  834. },
  835. {
  836. "defaultMessage": "User Guide",
  837. "id": "getting_started.userguide"
  838. },
  839. {
  840. "defaultMessage": "Apps",
  841. "id": "getting_started.appsshort"
  842. },
  843. {
  844. "defaultMessage": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
  845. "id": "getting_started.open_source_notice"
  846. }
  847. ],
  848. "path": "app/javascript/mastodon/features/getting_started/index.json"
  849. },
  850. {
  851. "descriptors": [
  852. {
  853. "defaultMessage": "There is nothing in this hashtag yet.",
  854. "id": "empty_column.hashtag"
  855. }
  856. ],
  857. "path": "app/javascript/mastodon/features/hashtag_timeline/index.json"
  858. },
  859. {
  860. "descriptors": [
  861. {
  862. "defaultMessage": "Filter out by regular expressions",
  863. "id": "home.column_settings.filter_regex"
  864. },
  865. {
  866. "defaultMessage": "Column settings",
  867. "id": "home.settings"
  868. },
  869. {
  870. "defaultMessage": "Basic",
  871. "id": "home.column_settings.basic"
  872. },
  873. {
  874. "defaultMessage": "Show boosts",
  875. "id": "home.column_settings.show_reblogs"
  876. },
  877. {
  878. "defaultMessage": "Show replies",
  879. "id": "home.column_settings.show_replies"
  880. },
  881. {
  882. "defaultMessage": "Advanced",
  883. "id": "home.column_settings.advanced"
  884. }
  885. ],
  886. "path": "app/javascript/mastodon/features/home_timeline/components/column_settings.json"
  887. },
  888. {
  889. "descriptors": [
  890. {
  891. "defaultMessage": "Home",
  892. "id": "column.home"
  893. },
  894. {
  895. "defaultMessage": "Your home feed is empty. If you have been inactive for a while, it will be regenerated for you soon.",
  896. "id": "empty_column.home.inactivity"
  897. },
  898. {
  899. "defaultMessage": "You aren't following anyone yet. Visit {public} or use search to get started and meet other users.",
  900. "id": "empty_column.home"
  901. },
  902. {
  903. "defaultMessage": "the public timeline",
  904. "id": "empty_column.home.public_timeline"
  905. }
  906. ],
  907. "path": "app/javascript/mastodon/features/home_timeline/index.json"
  908. },
  909. {
  910. "descriptors": [
  911. {
  912. "defaultMessage": "Muted users",
  913. "id": "column.mutes"
  914. }
  915. ],
  916. "path": "app/javascript/mastodon/features/mutes/index.json"
  917. },
  918. {
  919. "descriptors": [
  920. {
  921. "defaultMessage": "Clear notifications",
  922. "id": "notifications.clear"
  923. }
  924. ],
  925. "path": "app/javascript/mastodon/features/notifications/components/clear_column_button.json"
  926. },
  927. {
  928. "descriptors": [
  929. {
  930. "defaultMessage": "Desktop notifications",
  931. "id": "notifications.column_settings.alert"
  932. },
  933. {
  934. "defaultMessage": "Show in column",
  935. "id": "notifications.column_settings.show"
  936. },
  937. {
  938. "defaultMessage": "Play sound",
  939. "id": "notifications.column_settings.sound"
  940. },
  941. {
  942. "defaultMessage": "Push notifications",
  943. "id": "notifications.column_settings.push"
  944. },
  945. {
  946. "defaultMessage": "This device",
  947. "id": "notifications.column_settings.push_meta"
  948. },
  949. {
  950. "defaultMessage": "New followers:",
  951. "id": "notifications.column_settings.follow"
  952. },
  953. {
  954. "defaultMessage": "Favourites:",
  955. "id": "notifications.column_settings.favourite"
  956. },
  957. {
  958. "defaultMessage": "Mentions:",
  959. "id": "notifications.column_settings.mention"
  960. },
  961. {
  962. "defaultMessage": "Boosts:",
  963. "id": "notifications.column_settings.reblog"
  964. }
  965. ],
  966. "path": "app/javascript/mastodon/features/notifications/components/column_settings.json"
  967. },
  968. {
  969. "descriptors": [
  970. {
  971. "defaultMessage": "{name} followed you",
  972. "id": "notification.follow"
  973. },
  974. {
  975. "defaultMessage": "{name} favourited your status",
  976. "id": "notification.favourite"
  977. },
  978. {
  979. "defaultMessage": "{name} boosted your status",
  980. "id": "notification.reblog"
  981. }
  982. ],
  983. "path": "app/javascript/mastodon/features/notifications/components/notification.json"
  984. },
  985. {
  986. "descriptors": [
  987. {
  988. "defaultMessage": "Are you sure you want to permanently clear all your notifications?",
  989. "id": "notifications.clear_confirmation"
  990. },
  991. {
  992. "defaultMessage": "Clear notifications",
  993. "id": "notifications.clear"
  994. }
  995. ],
  996. "path": "app/javascript/mastodon/features/notifications/containers/column_settings_container.json"
  997. },
  998. {
  999. "descriptors": [
  1000. {
  1001. "defaultMessage": "Notifications",
  1002. "id": "column.notifications"
  1003. },
  1004. {
  1005. "defaultMessage": "You don't have any notifications yet. Interact with others to start the conversation.",
  1006. "id": "empty_column.notifications"
  1007. }
  1008. ],
  1009. "path": "app/javascript/mastodon/features/notifications/index.json"
  1010. },
  1011. {
  1012. "descriptors": [
  1013. {
  1014. "defaultMessage": "Pinned toot",
  1015. "id": "column.pins"
  1016. }
  1017. ],
  1018. "path": "app/javascript/mastodon/features/pinned_statuses/index.json"
  1019. },
  1020. {
  1021. "descriptors": [
  1022. {
  1023. "defaultMessage": "Federated timeline",
  1024. "id": "column.public"
  1025. },
  1026. {
  1027. "defaultMessage": "There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
  1028. "id": "empty_column.public"
  1029. }
  1030. ],
  1031. "path": "app/javascript/mastodon/features/public_timeline/index.json"
  1032. },
  1033. {
  1034. "descriptors": [
  1035. {
  1036. "defaultMessage": "A look inside...",
  1037. "id": "standalone.public_title"
  1038. }
  1039. ],
  1040. "path": "app/javascript/mastodon/features/standalone/public_timeline/index.json"
  1041. },
  1042. {
  1043. "descriptors": [
  1044. {
  1045. "defaultMessage": "Delete",
  1046. "id": "status.delete"
  1047. },
  1048. {
  1049. "defaultMessage": "Mention @{name}",
  1050. "id": "status.mention"
  1051. },
  1052. {
  1053. "defaultMessage": "Reply",
  1054. "id": "status.reply"
  1055. },
  1056. {
  1057. "defaultMessage": "Boost",
  1058. "id": "status.reblog"
  1059. },
  1060. {
  1061. "defaultMessage": "This post cannot be boosted",
  1062. "id": "status.cannot_reblog"
  1063. },
  1064. {
  1065. "defaultMessage": "Favourite",
  1066. "id": "status.favourite"
  1067. },
  1068. {
  1069. "defaultMessage": "Report @{name}",
  1070. "id": "status.report"
  1071. },
  1072. {
  1073. "defaultMessage": "Share",
  1074. "id": "status.share"
  1075. },
  1076. {
  1077. "defaultMessage": "Pin on profile",
  1078. "id": "status.pin"
  1079. },
  1080. {
  1081. "defaultMessage": "Unpin from profile",
  1082. "id": "status.unpin"
  1083. },
  1084. {
  1085. "defaultMessage": "Embed",
  1086. "id": "status.embed"
  1087. }
  1088. ],
  1089. "path": "app/javascript/mastodon/features/status/components/action_bar.json"
  1090. },
  1091. {
  1092. "descriptors": [
  1093. {
  1094. "defaultMessage": "Delete",
  1095. "id": "confirmations.delete.confirm"
  1096. },
  1097. {
  1098. "defaultMessage": "Are you sure you want to delete this status?",
  1099. "id": "confirmations.delete.message"
  1100. }
  1101. ],
  1102. "path": "app/javascript/mastodon/features/status/index.json"
  1103. },
  1104. {
  1105. "descriptors": [
  1106. {
  1107. "defaultMessage": "Boost",
  1108. "id": "status.reblog"
  1109. },
  1110. {
  1111. "defaultMessage": "You can press {combo} to skip this next time",
  1112. "id": "boost_modal.combo"
  1113. }
  1114. ],
  1115. "path": "app/javascript/mastodon/features/ui/components/boost_modal.json"
  1116. },
  1117. {
  1118. "descriptors": [
  1119. {
  1120. "defaultMessage": "Network error",
  1121. "id": "bundle_column_error.title"
  1122. },
  1123. {
  1124. "defaultMessage": "Something went wrong while loading this component.",
  1125. "id": "bundle_column_error.body"
  1126. },
  1127. {
  1128. "defaultMessage": "Try again",
  1129. "id": "bundle_column_error.retry"
  1130. }
  1131. ],
  1132. "path": "app/javascript/mastodon/features/ui/components/bundle_column_error.json"
  1133. },
  1134. {
  1135. "descriptors": [
  1136. {
  1137. "defaultMessage": "Something went wrong while loading this component.",
  1138. "id": "bundle_modal_error.message"
  1139. },
  1140. {
  1141. "defaultMessage": "Try again",
  1142. "id": "bundle_modal_error.retry"
  1143. },
  1144. {
  1145. "defaultMessage": "Close",
  1146. "id": "bundle_modal_error.close"
  1147. }
  1148. ],
  1149. "path": "app/javascript/mastodon/features/ui/components/bundle_modal_error.json"
  1150. },
  1151. {
  1152. "descriptors": [
  1153. {
  1154. "defaultMessage": "Cancel",
  1155. "id": "confirmation_modal.cancel"
  1156. }
  1157. ],
  1158. "path": "app/javascript/mastodon/features/ui/components/confirmation_modal.json"
  1159. },
  1160. {
  1161. "descriptors": [
  1162. {
  1163. "defaultMessage": "Embed",
  1164. "id": "status.embed"
  1165. },
  1166. {
  1167. "defaultMessage": "Embed this status on your website by copying the code below.",
  1168. "id": "embed.instructions"
  1169. },
  1170. {
  1171. "defaultMessage": "Here is what it will look like:",
  1172. "id": "embed.preview"
  1173. }
  1174. ],
  1175. "path": "app/javascript/mastodon/features/ui/components/embed_modal.json"
  1176. },
  1177. {
  1178. "descriptors": [
  1179. {
  1180. "defaultMessage": "Close",
  1181. "id": "lightbox.close"
  1182. },
  1183. {
  1184. "defaultMessage": "Previous",
  1185. "id": "lightbox.previous"
  1186. },
  1187. {
  1188. "defaultMessage": "Next",
  1189. "id": "lightbox.next"
  1190. }
  1191. ],
  1192. "path": "app/javascript/mastodon/features/ui/components/media_modal.json"
  1193. },
  1194. {
  1195. "descriptors": [
  1196. {
  1197. "defaultMessage": "Home",
  1198. "id": "column.home"
  1199. },
  1200. {
  1201. "defaultMessage": "Notifications",
  1202. "id": "column.notifications"
  1203. },
  1204. {
  1205. "defaultMessage": "Local timeline",
  1206. "id": "column.community"
  1207. },
  1208. {
  1209. "defaultMessage": "Federated timeline",
  1210. "id": "column.public"
  1211. },
  1212. {
  1213. "defaultMessage": "Welcome to Mastodon!",
  1214. "id": "onboarding.page_one.welcome"
  1215. },
  1216. {
  1217. "defaultMessage": "Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
  1218. "id": "onboarding.page_one.federation"
  1219. },
  1220. {
  1221. "defaultMessage": "You are on {domain}, so your full handle is {handle}",
  1222. "id": "onboarding.page_one.handle"
  1223. },
  1224. {
  1225. "defaultMessage": "Write posts from the compose column. You can upload images, change privacy settings, and add content warnings with the icons below.",
  1226. "id": "onboarding.page_two.compose"
  1227. },
  1228. {
  1229. "defaultMessage": "Use the search bar to find people and look at hashtags, such as {illustration} and {introductions}. To look for a person who is not on this instance, use their full handle.",
  1230. "id": "onboarding.page_three.search"
  1231. },
  1232. {
  1233. "defaultMessage": "Edit your profile to change your avatar, bio, and display name. There, you will also find other preferences.",
  1234. "id": "onboarding.page_three.profile"
  1235. },
  1236. {
  1237. "defaultMessage": "The home timeline shows posts from people you follow.",
  1238. "id": "onboarding.page_four.home"
  1239. },
  1240. {
  1241. "defaultMessage": "The notifications column shows when someone interacts with you.",
  1242. "id": "onboarding.page_four.notifications"
  1243. },
  1244. {
  1245. "defaultMessage": "The local timeline shows public posts from everyone on {domain}. The federated timeline shows public posts from everyone who people on {domain} follow. These are the Public Timelines, a great way to discover new people.",
  1246. "id": "onboarding.page_five.public_timelines"
  1247. },
  1248. {
  1249. "defaultMessage": "Your instance's admin is {admin}.",
  1250. "id": "onboarding.page_six.admin"
  1251. },
  1252. {
  1253. "defaultMessage": "Please read {domain}'s {guidelines}!",
  1254. "id": "onboarding.page_six.read_guidelines"
  1255. },
  1256. {
  1257. "defaultMessage": "community guidelines",
  1258. "id": "onboarding.page_six.guidelines"
  1259. },
  1260. {
  1261. "defaultMessage": "Almost done...",
  1262. "id": "onboarding.page_six.almost_done"
  1263. },
  1264. {
  1265. "defaultMessage": "Mastodon is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
  1266. "id": "onboarding.page_six.github"
  1267. },
  1268. {
  1269. "defaultMessage": "There are {apps} available for iOS, Android and other platforms.",
  1270. "id": "onboarding.page_six.apps_available"
  1271. },
  1272. {
  1273. "defaultMessage": "mobile apps",
  1274. "id": "onboarding.page_six.various_app"
  1275. },
  1276. {
  1277. "defaultMessage": "Bon Appetoot!",
  1278. "id": "onboarding.page_six.appetoot"
  1279. },
  1280. {
  1281. "defaultMessage": "Next",
  1282. "id": "onboarding.next"
  1283. },
  1284. {
  1285. "defaultMessage": "Done",
  1286. "id": "onboarding.done"
  1287. },
  1288. {
  1289. "defaultMessage": "Skip",
  1290. "id": "onboarding.skip"
  1291. }
  1292. ],
  1293. "path": "app/javascript/mastodon/features/ui/components/onboarding_modal.json"
  1294. },
  1295. {
  1296. "descriptors": [
  1297. {
  1298. "defaultMessage": "Additional comments",
  1299. "id": "report.placeholder"
  1300. },
  1301. {
  1302. "defaultMessage": "Submit",
  1303. "id": "report.submit"
  1304. },
  1305. {
  1306. "defaultMessage": "Report {target}",
  1307. "id": "report.target"
  1308. }
  1309. ],
  1310. "path": "app/javascript/mastodon/features/ui/components/report_modal.json"
  1311. },
  1312. {
  1313. "descriptors": [
  1314. {
  1315. "defaultMessage": "Compose",
  1316. "id": "tabs_bar.compose"
  1317. },
  1318. {
  1319. "defaultMessage": "Home",
  1320. "id": "tabs_bar.home"
  1321. },
  1322. {
  1323. "defaultMessage": "Notifications",
  1324. "id": "tabs_bar.notifications"
  1325. },
  1326. {
  1327. "defaultMessage": "Local",
  1328. "id": "tabs_bar.local_timeline"
  1329. },
  1330. {
  1331. "defaultMessage": "Federated",
  1332. "id": "tabs_bar.federated_timeline"
  1333. }
  1334. ],
  1335. "path": "app/javascript/mastodon/features/ui/components/tabs_bar.json"
  1336. },
  1337. {
  1338. "descriptors": [
  1339. {
  1340. "defaultMessage": "Drag & drop to upload",
  1341. "id": "upload_area.title"
  1342. }
  1343. ],
  1344. "path": "app/javascript/mastodon/features/ui/components/upload_area.json"
  1345. },
  1346. {
  1347. "descriptors": [
  1348. {
  1349. "defaultMessage": "Play",
  1350. "id": "video.play"
  1351. },
  1352. {
  1353. "defaultMessage": "Pause",
  1354. "id": "video.pause"
  1355. },
  1356. {
  1357. "defaultMessage": "Mute sound",
  1358. "id": "video.mute"
  1359. },
  1360. {
  1361. "defaultMessage": "Unmute sound",
  1362. "id": "video.unmute"
  1363. },
  1364. {
  1365. "defaultMessage": "Hide video",
  1366. "id": "video.hide"
  1367. },
  1368. {
  1369. "defaultMessage": "Expand video",
  1370. "id": "video.expand"
  1371. },
  1372. {
  1373. "defaultMessage": "Close video",
  1374. "id": "video.close"
  1375. },
  1376. {
  1377. "defaultMessage": "Full screen",
  1378. "id": "video.fullscreen"
  1379. },
  1380. {
  1381. "defaultMessage": "Exit full screen",
  1382. "id": "video.exit_fullscreen"
  1383. },
  1384. {
  1385. "defaultMessage": "Sensitive content",
  1386. "id": "status.sensitive_warning"
  1387. },
  1388. {
  1389. "defaultMessage": "Click to view",
  1390. "id": "status.sensitive_toggle"
  1391. }
  1392. ],
  1393. "path": "app/javascript/mastodon/features/video/index.json"
  1394. }
  1395. ]