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.

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