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.

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