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.

1398 lines
36 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. "defaultMessage": "Your private status will be delivered to mentioned users on {domains}. Do you trust {domainsCount, plural, one {that server} other {those servers}}? Post privacy only works on Mastodon instances. If {domains} {domainsCount, plural, one {is not a Mastodon instance} other {are not Mastodon instances}}, there will be no indication that your post is private, and it may be boosted or otherwise made visible to unintended recipients.",
  704. "id": "compose_form.privacy_disclaimer"
  705. }
  706. ],
  707. "path": "app/javascript/mastodon/features/compose/containers/warning_container.json"
  708. },
  709. {
  710. "descriptors": [
  711. {
  712. "defaultMessage": "Getting started",
  713. "id": "getting_started.heading"
  714. },
  715. {
  716. "defaultMessage": "Home",
  717. "id": "tabs_bar.home"
  718. },
  719. {
  720. "defaultMessage": "Notifications",
  721. "id": "tabs_bar.notifications"
  722. },
  723. {
  724. "defaultMessage": "Federated timeline",
  725. "id": "navigation_bar.public_timeline"
  726. },
  727. {
  728. "defaultMessage": "Local timeline",
  729. "id": "navigation_bar.community_timeline"
  730. },
  731. {
  732. "defaultMessage": "Preferences",
  733. "id": "navigation_bar.preferences"
  734. },
  735. {
  736. "defaultMessage": "Logout",
  737. "id": "navigation_bar.logout"
  738. }
  739. ],
  740. "path": "app/javascript/mastodon/features/compose/index.json"
  741. },
  742. {
  743. "descriptors": [
  744. {
  745. "defaultMessage": "Favourites",
  746. "id": "column.favourites"
  747. }
  748. ],
  749. "path": "app/javascript/mastodon/features/favourited_statuses/index.json"
  750. },
  751. {
  752. "descriptors": [
  753. {
  754. "defaultMessage": "Authorize",
  755. "id": "follow_request.authorize"
  756. },
  757. {
  758. "defaultMessage": "Reject",
  759. "id": "follow_request.reject"
  760. }
  761. ],
  762. "path": "app/javascript/mastodon/features/follow_requests/components/account_authorize.json"
  763. },
  764. {
  765. "descriptors": [
  766. {
  767. "defaultMessage": "Follow requests",
  768. "id": "column.follow_requests"
  769. }
  770. ],
  771. "path": "app/javascript/mastodon/features/follow_requests/index.json"
  772. },
  773. {
  774. "descriptors": [
  775. {
  776. "defaultMessage": "Getting started",
  777. "id": "getting_started.heading"
  778. },
  779. {
  780. "defaultMessage": "Home",
  781. "id": "tabs_bar.home"
  782. },
  783. {
  784. "defaultMessage": "Notifications",
  785. "id": "tabs_bar.notifications"
  786. },
  787. {
  788. "defaultMessage": "Federated timeline",
  789. "id": "navigation_bar.public_timeline"
  790. },
  791. {
  792. "defaultMessage": "Navigation",
  793. "id": "column_subheading.navigation"
  794. },
  795. {
  796. "defaultMessage": "Settings",
  797. "id": "column_subheading.settings"
  798. },
  799. {
  800. "defaultMessage": "Local timeline",
  801. "id": "navigation_bar.community_timeline"
  802. },
  803. {
  804. "defaultMessage": "Preferences",
  805. "id": "navigation_bar.preferences"
  806. },
  807. {
  808. "defaultMessage": "Follow requests",
  809. "id": "navigation_bar.follow_requests"
  810. },
  811. {
  812. "defaultMessage": "Logout",
  813. "id": "navigation_bar.logout"
  814. },
  815. {
  816. "defaultMessage": "Favourites",
  817. "id": "navigation_bar.favourites"
  818. },
  819. {
  820. "defaultMessage": "Blocked users",
  821. "id": "navigation_bar.blocks"
  822. },
  823. {
  824. "defaultMessage": "Muted users",
  825. "id": "navigation_bar.mutes"
  826. },
  827. {
  828. "defaultMessage": "Extended information",
  829. "id": "navigation_bar.info"
  830. },
  831. {
  832. "defaultMessage": "Pinned toots",
  833. "id": "navigation_bar.pins"
  834. },
  835. {
  836. "defaultMessage": "FAQ",
  837. "id": "getting_started.faq"
  838. },
  839. {
  840. "defaultMessage": "User Guide",
  841. "id": "getting_started.userguide"
  842. },
  843. {
  844. "defaultMessage": "Apps",
  845. "id": "getting_started.appsshort"
  846. },
  847. {
  848. "defaultMessage": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
  849. "id": "getting_started.open_source_notice"
  850. }
  851. ],
  852. "path": "app/javascript/mastodon/features/getting_started/index.json"
  853. },
  854. {
  855. "descriptors": [
  856. {
  857. "defaultMessage": "There is nothing in this hashtag yet.",
  858. "id": "empty_column.hashtag"
  859. }
  860. ],
  861. "path": "app/javascript/mastodon/features/hashtag_timeline/index.json"
  862. },
  863. {
  864. "descriptors": [
  865. {
  866. "defaultMessage": "Filter out by regular expressions",
  867. "id": "home.column_settings.filter_regex"
  868. },
  869. {
  870. "defaultMessage": "Column settings",
  871. "id": "home.settings"
  872. },
  873. {
  874. "defaultMessage": "Basic",
  875. "id": "home.column_settings.basic"
  876. },
  877. {
  878. "defaultMessage": "Show boosts",
  879. "id": "home.column_settings.show_reblogs"
  880. },
  881. {
  882. "defaultMessage": "Show replies",
  883. "id": "home.column_settings.show_replies"
  884. },
  885. {
  886. "defaultMessage": "Advanced",
  887. "id": "home.column_settings.advanced"
  888. }
  889. ],
  890. "path": "app/javascript/mastodon/features/home_timeline/components/column_settings.json"
  891. },
  892. {
  893. "descriptors": [
  894. {
  895. "defaultMessage": "Home",
  896. "id": "column.home"
  897. },
  898. {
  899. "defaultMessage": "Your home feed is empty. If you have been inactive for a while, it will be regenerated for you soon.",
  900. "id": "empty_column.home.inactivity"
  901. },
  902. {
  903. "defaultMessage": "You aren't following anyone yet. Visit {public} or use search to get started and meet other users.",
  904. "id": "empty_column.home"
  905. },
  906. {
  907. "defaultMessage": "the public timeline",
  908. "id": "empty_column.home.public_timeline"
  909. }
  910. ],
  911. "path": "app/javascript/mastodon/features/home_timeline/index.json"
  912. },
  913. {
  914. "descriptors": [
  915. {
  916. "defaultMessage": "Muted users",
  917. "id": "column.mutes"
  918. }
  919. ],
  920. "path": "app/javascript/mastodon/features/mutes/index.json"
  921. },
  922. {
  923. "descriptors": [
  924. {
  925. "defaultMessage": "Clear notifications",
  926. "id": "notifications.clear"
  927. }
  928. ],
  929. "path": "app/javascript/mastodon/features/notifications/components/clear_column_button.json"
  930. },
  931. {
  932. "descriptors": [
  933. {
  934. "defaultMessage": "Desktop notifications",
  935. "id": "notifications.column_settings.alert"
  936. },
  937. {
  938. "defaultMessage": "Show in column",
  939. "id": "notifications.column_settings.show"
  940. },
  941. {
  942. "defaultMessage": "Play sound",
  943. "id": "notifications.column_settings.sound"
  944. },
  945. {
  946. "defaultMessage": "Push notifications",
  947. "id": "notifications.column_settings.push"
  948. },
  949. {
  950. "defaultMessage": "This device",
  951. "id": "notifications.column_settings.push_meta"
  952. },
  953. {
  954. "defaultMessage": "New followers:",
  955. "id": "notifications.column_settings.follow"
  956. },
  957. {
  958. "defaultMessage": "Favourites:",
  959. "id": "notifications.column_settings.favourite"
  960. },
  961. {
  962. "defaultMessage": "Mentions:",
  963. "id": "notifications.column_settings.mention"
  964. },
  965. {
  966. "defaultMessage": "Boosts:",
  967. "id": "notifications.column_settings.reblog"
  968. }
  969. ],
  970. "path": "app/javascript/mastodon/features/notifications/components/column_settings.json"
  971. },
  972. {
  973. "descriptors": [
  974. {
  975. "defaultMessage": "{name} followed you",
  976. "id": "notification.follow"
  977. },
  978. {
  979. "defaultMessage": "{name} favourited your status",
  980. "id": "notification.favourite"
  981. },
  982. {
  983. "defaultMessage": "{name} boosted your status",
  984. "id": "notification.reblog"
  985. }
  986. ],
  987. "path": "app/javascript/mastodon/features/notifications/components/notification.json"
  988. },
  989. {
  990. "descriptors": [
  991. {
  992. "defaultMessage": "Are you sure you want to permanently clear all your notifications?",
  993. "id": "notifications.clear_confirmation"
  994. },
  995. {
  996. "defaultMessage": "Clear notifications",
  997. "id": "notifications.clear"
  998. }
  999. ],
  1000. "path": "app/javascript/mastodon/features/notifications/containers/column_settings_container.json"
  1001. },
  1002. {
  1003. "descriptors": [
  1004. {
  1005. "defaultMessage": "Notifications",
  1006. "id": "column.notifications"
  1007. },
  1008. {
  1009. "defaultMessage": "You don't have any notifications yet. Interact with others to start the conversation.",
  1010. "id": "empty_column.notifications"
  1011. }
  1012. ],
  1013. "path": "app/javascript/mastodon/features/notifications/index.json"
  1014. },
  1015. {
  1016. "descriptors": [
  1017. {
  1018. "defaultMessage": "Pinned toot",
  1019. "id": "column.pins"
  1020. }
  1021. ],
  1022. "path": "app/javascript/mastodon/features/pinned_statuses/index.json"
  1023. },
  1024. {
  1025. "descriptors": [
  1026. {
  1027. "defaultMessage": "Federated timeline",
  1028. "id": "column.public"
  1029. },
  1030. {
  1031. "defaultMessage": "There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
  1032. "id": "empty_column.public"
  1033. }
  1034. ],
  1035. "path": "app/javascript/mastodon/features/public_timeline/index.json"
  1036. },
  1037. {
  1038. "descriptors": [
  1039. {
  1040. "defaultMessage": "A look inside...",
  1041. "id": "standalone.public_title"
  1042. }
  1043. ],
  1044. "path": "app/javascript/mastodon/features/standalone/public_timeline/index.json"
  1045. },
  1046. {
  1047. "descriptors": [
  1048. {
  1049. "defaultMessage": "Delete",
  1050. "id": "status.delete"
  1051. },
  1052. {
  1053. "defaultMessage": "Mention @{name}",
  1054. "id": "status.mention"
  1055. },
  1056. {
  1057. "defaultMessage": "Reply",
  1058. "id": "status.reply"
  1059. },
  1060. {
  1061. "defaultMessage": "Boost",
  1062. "id": "status.reblog"
  1063. },
  1064. {
  1065. "defaultMessage": "This post cannot be boosted",
  1066. "id": "status.cannot_reblog"
  1067. },
  1068. {
  1069. "defaultMessage": "Favourite",
  1070. "id": "status.favourite"
  1071. },
  1072. {
  1073. "defaultMessage": "Report @{name}",
  1074. "id": "status.report"
  1075. },
  1076. {
  1077. "defaultMessage": "Share",
  1078. "id": "status.share"
  1079. },
  1080. {
  1081. "defaultMessage": "Pin on profile",
  1082. "id": "status.pin"
  1083. },
  1084. {
  1085. "defaultMessage": "Unpin from profile",
  1086. "id": "status.unpin"
  1087. },
  1088. {
  1089. "defaultMessage": "Embed",
  1090. "id": "status.embed"
  1091. }
  1092. ],
  1093. "path": "app/javascript/mastodon/features/status/components/action_bar.json"
  1094. },
  1095. {
  1096. "descriptors": [
  1097. {
  1098. "defaultMessage": "Delete",
  1099. "id": "confirmations.delete.confirm"
  1100. },
  1101. {
  1102. "defaultMessage": "Are you sure you want to delete this status?",
  1103. "id": "confirmations.delete.message"
  1104. }
  1105. ],
  1106. "path": "app/javascript/mastodon/features/status/index.json"
  1107. },
  1108. {
  1109. "descriptors": [
  1110. {
  1111. "defaultMessage": "Boost",
  1112. "id": "status.reblog"
  1113. },
  1114. {
  1115. "defaultMessage": "You can press {combo} to skip this next time",
  1116. "id": "boost_modal.combo"
  1117. }
  1118. ],
  1119. "path": "app/javascript/mastodon/features/ui/components/boost_modal.json"
  1120. },
  1121. {
  1122. "descriptors": [
  1123. {
  1124. "defaultMessage": "Network error",
  1125. "id": "bundle_column_error.title"
  1126. },
  1127. {
  1128. "defaultMessage": "Something went wrong while loading this component.",
  1129. "id": "bundle_column_error.body"
  1130. },
  1131. {
  1132. "defaultMessage": "Try again",
  1133. "id": "bundle_column_error.retry"
  1134. }
  1135. ],
  1136. "path": "app/javascript/mastodon/features/ui/components/bundle_column_error.json"
  1137. },
  1138. {
  1139. "descriptors": [
  1140. {
  1141. "defaultMessage": "Something went wrong while loading this component.",
  1142. "id": "bundle_modal_error.message"
  1143. },
  1144. {
  1145. "defaultMessage": "Try again",
  1146. "id": "bundle_modal_error.retry"
  1147. },
  1148. {
  1149. "defaultMessage": "Close",
  1150. "id": "bundle_modal_error.close"
  1151. }
  1152. ],
  1153. "path": "app/javascript/mastodon/features/ui/components/bundle_modal_error.json"
  1154. },
  1155. {
  1156. "descriptors": [
  1157. {
  1158. "defaultMessage": "Cancel",
  1159. "id": "confirmation_modal.cancel"
  1160. }
  1161. ],
  1162. "path": "app/javascript/mastodon/features/ui/components/confirmation_modal.json"
  1163. },
  1164. {
  1165. "descriptors": [
  1166. {
  1167. "defaultMessage": "Embed",
  1168. "id": "status.embed"
  1169. },
  1170. {
  1171. "defaultMessage": "Embed this status on your website by copying the code below.",
  1172. "id": "embed.instructions"
  1173. },
  1174. {
  1175. "defaultMessage": "Here is what it will look like:",
  1176. "id": "embed.preview"
  1177. }
  1178. ],
  1179. "path": "app/javascript/mastodon/features/ui/components/embed_modal.json"
  1180. },
  1181. {
  1182. "descriptors": [
  1183. {
  1184. "defaultMessage": "Close",
  1185. "id": "lightbox.close"
  1186. },
  1187. {
  1188. "defaultMessage": "Previous",
  1189. "id": "lightbox.previous"
  1190. },
  1191. {
  1192. "defaultMessage": "Next",
  1193. "id": "lightbox.next"
  1194. }
  1195. ],
  1196. "path": "app/javascript/mastodon/features/ui/components/media_modal.json"
  1197. },
  1198. {
  1199. "descriptors": [
  1200. {
  1201. "defaultMessage": "Home",
  1202. "id": "column.home"
  1203. },
  1204. {
  1205. "defaultMessage": "Notifications",
  1206. "id": "column.notifications"
  1207. },
  1208. {
  1209. "defaultMessage": "Local timeline",
  1210. "id": "column.community"
  1211. },
  1212. {
  1213. "defaultMessage": "Federated timeline",
  1214. "id": "column.public"
  1215. },
  1216. {
  1217. "defaultMessage": "Welcome to Mastodon!",
  1218. "id": "onboarding.page_one.welcome"
  1219. },
  1220. {
  1221. "defaultMessage": "Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
  1222. "id": "onboarding.page_one.federation"
  1223. },
  1224. {
  1225. "defaultMessage": "You are on {domain}, so your full handle is {handle}",
  1226. "id": "onboarding.page_one.handle"
  1227. },
  1228. {
  1229. "defaultMessage": "Write posts from the compose column. You can upload images, change privacy settings, and add content warnings with the icons below.",
  1230. "id": "onboarding.page_two.compose"
  1231. },
  1232. {
  1233. "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.",
  1234. "id": "onboarding.page_three.search"
  1235. },
  1236. {
  1237. "defaultMessage": "Edit your profile to change your avatar, bio, and display name. There, you will also find other preferences.",
  1238. "id": "onboarding.page_three.profile"
  1239. },
  1240. {
  1241. "defaultMessage": "The home timeline shows posts from people you follow.",
  1242. "id": "onboarding.page_four.home"
  1243. },
  1244. {
  1245. "defaultMessage": "The notifications column shows when someone interacts with you.",
  1246. "id": "onboarding.page_four.notifications"
  1247. },
  1248. {
  1249. "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.",
  1250. "id": "onboarding.page_five.public_timelines"
  1251. },
  1252. {
  1253. "defaultMessage": "Your instance's admin is {admin}.",
  1254. "id": "onboarding.page_six.admin"
  1255. },
  1256. {
  1257. "defaultMessage": "Please read {domain}'s {guidelines}!",
  1258. "id": "onboarding.page_six.read_guidelines"
  1259. },
  1260. {
  1261. "defaultMessage": "community guidelines",
  1262. "id": "onboarding.page_six.guidelines"
  1263. },
  1264. {
  1265. "defaultMessage": "Almost done...",
  1266. "id": "onboarding.page_six.almost_done"
  1267. },
  1268. {
  1269. "defaultMessage": "Mastodon is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
  1270. "id": "onboarding.page_six.github"
  1271. },
  1272. {
  1273. "defaultMessage": "There are {apps} available for iOS, Android and other platforms.",
  1274. "id": "onboarding.page_six.apps_available"
  1275. },
  1276. {
  1277. "defaultMessage": "mobile apps",
  1278. "id": "onboarding.page_six.various_app"
  1279. },
  1280. {
  1281. "defaultMessage": "Bon Appetoot!",
  1282. "id": "onboarding.page_six.appetoot"
  1283. },
  1284. {
  1285. "defaultMessage": "Next",
  1286. "id": "onboarding.next"
  1287. },
  1288. {
  1289. "defaultMessage": "Done",
  1290. "id": "onboarding.done"
  1291. },
  1292. {
  1293. "defaultMessage": "Skip",
  1294. "id": "onboarding.skip"
  1295. }
  1296. ],
  1297. "path": "app/javascript/mastodon/features/ui/components/onboarding_modal.json"
  1298. },
  1299. {
  1300. "descriptors": [
  1301. {
  1302. "defaultMessage": "Additional comments",
  1303. "id": "report.placeholder"
  1304. },
  1305. {
  1306. "defaultMessage": "Submit",
  1307. "id": "report.submit"
  1308. },
  1309. {
  1310. "defaultMessage": "Report {target}",
  1311. "id": "report.target"
  1312. }
  1313. ],
  1314. "path": "app/javascript/mastodon/features/ui/components/report_modal.json"
  1315. },
  1316. {
  1317. "descriptors": [
  1318. {
  1319. "defaultMessage": "Compose",
  1320. "id": "tabs_bar.compose"
  1321. },
  1322. {
  1323. "defaultMessage": "Home",
  1324. "id": "tabs_bar.home"
  1325. },
  1326. {
  1327. "defaultMessage": "Notifications",
  1328. "id": "tabs_bar.notifications"
  1329. },
  1330. {
  1331. "defaultMessage": "Local",
  1332. "id": "tabs_bar.local_timeline"
  1333. },
  1334. {
  1335. "defaultMessage": "Federated",
  1336. "id": "tabs_bar.federated_timeline"
  1337. }
  1338. ],
  1339. "path": "app/javascript/mastodon/features/ui/components/tabs_bar.json"
  1340. },
  1341. {
  1342. "descriptors": [
  1343. {
  1344. "defaultMessage": "Drag & drop to upload",
  1345. "id": "upload_area.title"
  1346. }
  1347. ],
  1348. "path": "app/javascript/mastodon/features/ui/components/upload_area.json"
  1349. },
  1350. {
  1351. "descriptors": [
  1352. {
  1353. "defaultMessage": "Play",
  1354. "id": "video.play"
  1355. },
  1356. {
  1357. "defaultMessage": "Pause",
  1358. "id": "video.pause"
  1359. },
  1360. {
  1361. "defaultMessage": "Mute sound",
  1362. "id": "video.mute"
  1363. },
  1364. {
  1365. "defaultMessage": "Unmute sound",
  1366. "id": "video.unmute"
  1367. },
  1368. {
  1369. "defaultMessage": "Hide video",
  1370. "id": "video.hide"
  1371. },
  1372. {
  1373. "defaultMessage": "Expand video",
  1374. "id": "video.expand"
  1375. },
  1376. {
  1377. "defaultMessage": "Close video",
  1378. "id": "video.close"
  1379. },
  1380. {
  1381. "defaultMessage": "Full screen",
  1382. "id": "video.fullscreen"
  1383. },
  1384. {
  1385. "defaultMessage": "Exit full screen",
  1386. "id": "video.exit_fullscreen"
  1387. },
  1388. {
  1389. "defaultMessage": "Sensitive content",
  1390. "id": "status.sensitive_warning"
  1391. },
  1392. {
  1393. "defaultMessage": "Click to view",
  1394. "id": "status.sensitive_toggle"
  1395. }
  1396. ],
  1397. "path": "app/javascript/mastodon/features/video/index.json"
  1398. }
  1399. ]