闭社主体 forked from https://github.com/tootsuite/mastodon
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.

1133 lines
29 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": "Load more",
  58. "id": "status.load_more"
  59. }
  60. ],
  61. "path": "app/javascript/mastodon/components/load_more.json"
  62. },
  63. {
  64. "descriptors": [
  65. {
  66. "defaultMessage": "Loading...",
  67. "id": "loading_indicator.label"
  68. }
  69. ],
  70. "path": "app/javascript/mastodon/components/loading_indicator.json"
  71. },
  72. {
  73. "descriptors": [
  74. {
  75. "defaultMessage": "Toggle visibility",
  76. "id": "media_gallery.toggle_visible"
  77. },
  78. {
  79. "defaultMessage": "Sensitive content",
  80. "id": "status.sensitive_warning"
  81. },
  82. {
  83. "defaultMessage": "Media hidden",
  84. "id": "status.media_hidden"
  85. },
  86. {
  87. "defaultMessage": "Click to view",
  88. "id": "status.sensitive_toggle"
  89. }
  90. ],
  91. "path": "app/javascript/mastodon/components/media_gallery.json"
  92. },
  93. {
  94. "descriptors": [
  95. {
  96. "defaultMessage": "Not found",
  97. "id": "missing_indicator.label"
  98. }
  99. ],
  100. "path": "app/javascript/mastodon/components/missing_indicator.json"
  101. },
  102. {
  103. "descriptors": [
  104. {
  105. "defaultMessage": "Delete",
  106. "id": "status.delete"
  107. },
  108. {
  109. "defaultMessage": "Mention @{name}",
  110. "id": "status.mention"
  111. },
  112. {
  113. "defaultMessage": "Mute @{name}",
  114. "id": "account.mute"
  115. },
  116. {
  117. "defaultMessage": "Block @{name}",
  118. "id": "account.block"
  119. },
  120. {
  121. "defaultMessage": "Reply",
  122. "id": "status.reply"
  123. },
  124. {
  125. "defaultMessage": "Reply to thread",
  126. "id": "status.replyAll"
  127. },
  128. {
  129. "defaultMessage": "Boost",
  130. "id": "status.reblog"
  131. },
  132. {
  133. "defaultMessage": "This post cannot be boosted",
  134. "id": "status.cannot_reblog"
  135. },
  136. {
  137. "defaultMessage": "Favourite",
  138. "id": "status.favourite"
  139. },
  140. {
  141. "defaultMessage": "Expand this status",
  142. "id": "status.open"
  143. },
  144. {
  145. "defaultMessage": "Report @{name}",
  146. "id": "status.report"
  147. },
  148. {
  149. "defaultMessage": "Mute conversation",
  150. "id": "status.mute_conversation"
  151. },
  152. {
  153. "defaultMessage": "Unmute conversation",
  154. "id": "status.unmute_conversation"
  155. }
  156. ],
  157. "path": "app/javascript/mastodon/components/status_action_bar.json"
  158. },
  159. {
  160. "descriptors": [
  161. {
  162. "defaultMessage": "Show more",
  163. "id": "status.show_more"
  164. },
  165. {
  166. "defaultMessage": "Show less",
  167. "id": "status.show_less"
  168. }
  169. ],
  170. "path": "app/javascript/mastodon/components/status_content.json"
  171. },
  172. {
  173. "descriptors": [
  174. {
  175. "defaultMessage": "{name} boosted",
  176. "id": "status.reblogged_by"
  177. }
  178. ],
  179. "path": "app/javascript/mastodon/components/status.json"
  180. },
  181. {
  182. "descriptors": [
  183. {
  184. "defaultMessage": "Toggle sound",
  185. "id": "video_player.toggle_sound"
  186. },
  187. {
  188. "defaultMessage": "Toggle visibility",
  189. "id": "video_player.toggle_visible"
  190. },
  191. {
  192. "defaultMessage": "Expand video",
  193. "id": "video_player.expand"
  194. },
  195. {
  196. "defaultMessage": "Sensitive content",
  197. "id": "status.sensitive_warning"
  198. },
  199. {
  200. "defaultMessage": "Click to view",
  201. "id": "status.sensitive_toggle"
  202. },
  203. {
  204. "defaultMessage": "Media hidden",
  205. "id": "status.media_hidden"
  206. },
  207. {
  208. "defaultMessage": "Video could not be played",
  209. "id": "video_player.video_error"
  210. }
  211. ],
  212. "path": "app/javascript/mastodon/components/video_player.json"
  213. },
  214. {
  215. "descriptors": [
  216. {
  217. "defaultMessage": "Delete",
  218. "id": "confirmations.delete.confirm"
  219. },
  220. {
  221. "defaultMessage": "Are you sure you want to delete this status?",
  222. "id": "confirmations.delete.message"
  223. },
  224. {
  225. "defaultMessage": "Block",
  226. "id": "confirmations.block.confirm"
  227. },
  228. {
  229. "defaultMessage": "Mute",
  230. "id": "confirmations.mute.confirm"
  231. },
  232. {
  233. "defaultMessage": "Are you sure you want to block {name}?",
  234. "id": "confirmations.block.message"
  235. },
  236. {
  237. "defaultMessage": "Are you sure you want to mute {name}?",
  238. "id": "confirmations.mute.message"
  239. }
  240. ],
  241. "path": "app/javascript/mastodon/containers/status_container.json"
  242. },
  243. {
  244. "descriptors": [
  245. {
  246. "defaultMessage": "Media",
  247. "id": "account.media"
  248. }
  249. ],
  250. "path": "app/javascript/mastodon/features/account_gallery/index.json"
  251. },
  252. {
  253. "descriptors": [
  254. {
  255. "defaultMessage": "Block",
  256. "id": "confirmations.block.confirm"
  257. },
  258. {
  259. "defaultMessage": "Mute",
  260. "id": "confirmations.mute.confirm"
  261. },
  262. {
  263. "defaultMessage": "Hide entire domain",
  264. "id": "confirmations.domain_block.confirm"
  265. },
  266. {
  267. "defaultMessage": "Are you sure you want to block {name}?",
  268. "id": "confirmations.block.message"
  269. },
  270. {
  271. "defaultMessage": "Are you sure you want to mute {name}?",
  272. "id": "confirmations.mute.message"
  273. },
  274. {
  275. "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.",
  276. "id": "confirmations.domain_block.message"
  277. }
  278. ],
  279. "path": "app/javascript/mastodon/features/account_timeline/containers/header_container.json"
  280. },
  281. {
  282. "descriptors": [
  283. {
  284. "defaultMessage": "Mention @{name}",
  285. "id": "account.mention"
  286. },
  287. {
  288. "defaultMessage": "Edit profile",
  289. "id": "account.edit_profile"
  290. },
  291. {
  292. "defaultMessage": "Unblock @{name}",
  293. "id": "account.unblock"
  294. },
  295. {
  296. "defaultMessage": "Unfollow",
  297. "id": "account.unfollow"
  298. },
  299. {
  300. "defaultMessage": "Unmute @{name}",
  301. "id": "account.unmute"
  302. },
  303. {
  304. "defaultMessage": "Block @{name}",
  305. "id": "account.block"
  306. },
  307. {
  308. "defaultMessage": "Mute @{name}",
  309. "id": "account.mute"
  310. },
  311. {
  312. "defaultMessage": "Follow",
  313. "id": "account.follow"
  314. },
  315. {
  316. "defaultMessage": "Report @{name}",
  317. "id": "account.report"
  318. },
  319. {
  320. "defaultMessage": "Media",
  321. "id": "account.media"
  322. },
  323. {
  324. "defaultMessage": "This user is from another instance. This number may be larger.",
  325. "id": "account.disclaimer"
  326. },
  327. {
  328. "defaultMessage": "Hide everything from {domain}",
  329. "id": "account.block_domain"
  330. },
  331. {
  332. "defaultMessage": "Unhide {domain}",
  333. "id": "account.unblock_domain"
  334. },
  335. {
  336. "defaultMessage": "Posts",
  337. "id": "account.posts"
  338. },
  339. {
  340. "defaultMessage": "Follows",
  341. "id": "account.follows"
  342. },
  343. {
  344. "defaultMessage": "Followers",
  345. "id": "account.followers"
  346. }
  347. ],
  348. "path": "app/javascript/mastodon/features/account/components/action_bar.json"
  349. },
  350. {
  351. "descriptors": [
  352. {
  353. "defaultMessage": "Unfollow",
  354. "id": "account.unfollow"
  355. },
  356. {
  357. "defaultMessage": "Follow",
  358. "id": "account.follow"
  359. },
  360. {
  361. "defaultMessage": "Awaiting approval",
  362. "id": "account.requested"
  363. },
  364. {
  365. "defaultMessage": "Follows you",
  366. "id": "account.follows_you"
  367. }
  368. ],
  369. "path": "app/javascript/mastodon/features/account/components/header.json"
  370. },
  371. {
  372. "descriptors": [
  373. {
  374. "defaultMessage": "Blocked users",
  375. "id": "column.blocks"
  376. }
  377. ],
  378. "path": "app/javascript/mastodon/features/blocks/index.json"
  379. },
  380. {
  381. "descriptors": [
  382. {
  383. "defaultMessage": "Local timeline",
  384. "id": "column.community"
  385. },
  386. {
  387. "defaultMessage": "The local timeline is empty. Write something publicly to get the ball rolling!",
  388. "id": "empty_column.community"
  389. }
  390. ],
  391. "path": "app/javascript/mastodon/features/community_timeline/index.json"
  392. },
  393. {
  394. "descriptors": [
  395. {
  396. "defaultMessage": "What is on your mind?",
  397. "id": "compose_form.placeholder"
  398. },
  399. {
  400. "defaultMessage": "Content warning",
  401. "id": "compose_form.spoiler_placeholder"
  402. },
  403. {
  404. "defaultMessage": "Toot",
  405. "id": "compose_form.publish"
  406. },
  407. {
  408. "defaultMessage": "{publish}!",
  409. "id": "compose_form.publish_loud"
  410. }
  411. ],
  412. "path": "app/javascript/mastodon/features/compose/components/compose_form.json"
  413. },
  414. {
  415. "descriptors": [
  416. {
  417. "defaultMessage": "Insert emoji",
  418. "id": "emoji_button.label"
  419. },
  420. {
  421. "defaultMessage": "Search...",
  422. "id": "emoji_button.search"
  423. },
  424. {
  425. "defaultMessage": "People",
  426. "id": "emoji_button.people"
  427. },
  428. {
  429. "defaultMessage": "Nature",
  430. "id": "emoji_button.nature"
  431. },
  432. {
  433. "defaultMessage": "Food & Drink",
  434. "id": "emoji_button.food"
  435. },
  436. {
  437. "defaultMessage": "Activity",
  438. "id": "emoji_button.activity"
  439. },
  440. {
  441. "defaultMessage": "Travel & Places",
  442. "id": "emoji_button.travel"
  443. },
  444. {
  445. "defaultMessage": "Objects",
  446. "id": "emoji_button.objects"
  447. },
  448. {
  449. "defaultMessage": "Symbols",
  450. "id": "emoji_button.symbols"
  451. },
  452. {
  453. "defaultMessage": "Flags",
  454. "id": "emoji_button.flags"
  455. }
  456. ],
  457. "path": "app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.json"
  458. },
  459. {
  460. "descriptors": [
  461. {
  462. "defaultMessage": "Edit profile",
  463. "id": "navigation_bar.edit_profile"
  464. }
  465. ],
  466. "path": "app/javascript/mastodon/features/compose/components/navigation_bar.json"
  467. },
  468. {
  469. "descriptors": [
  470. {
  471. "defaultMessage": "Public",
  472. "id": "privacy.public.short"
  473. },
  474. {
  475. "defaultMessage": "Post to public timelines",
  476. "id": "privacy.public.long"
  477. },
  478. {
  479. "defaultMessage": "Unlisted",
  480. "id": "privacy.unlisted.short"
  481. },
  482. {
  483. "defaultMessage": "Do not show in public timelines",
  484. "id": "privacy.unlisted.long"
  485. },
  486. {
  487. "defaultMessage": "Followers-only",
  488. "id": "privacy.private.short"
  489. },
  490. {
  491. "defaultMessage": "Post to followers only",
  492. "id": "privacy.private.long"
  493. },
  494. {
  495. "defaultMessage": "Direct",
  496. "id": "privacy.direct.short"
  497. },
  498. {
  499. "defaultMessage": "Post to mentioned users only",
  500. "id": "privacy.direct.long"
  501. },
  502. {
  503. "defaultMessage": "Adjust status privacy",
  504. "id": "privacy.change"
  505. }
  506. ],
  507. "path": "app/javascript/mastodon/features/compose/components/privacy_dropdown.json"
  508. },
  509. {
  510. "descriptors": [
  511. {
  512. "defaultMessage": "Cancel",
  513. "id": "reply_indicator.cancel"
  514. }
  515. ],
  516. "path": "app/javascript/mastodon/features/compose/components/reply_indicator.json"
  517. },
  518. {
  519. "descriptors": [
  520. {
  521. "defaultMessage": "{count, number} {count, plural, one {result} other {results}}",
  522. "id": "search_results.total"
  523. }
  524. ],
  525. "path": "app/javascript/mastodon/features/compose/components/search_results.json"
  526. },
  527. {
  528. "descriptors": [
  529. {
  530. "defaultMessage": "Search",
  531. "id": "search.placeholder"
  532. }
  533. ],
  534. "path": "app/javascript/mastodon/features/compose/components/search.json"
  535. },
  536. {
  537. "descriptors": [
  538. {
  539. "defaultMessage": "Add media",
  540. "id": "upload_button.label"
  541. }
  542. ],
  543. "path": "app/javascript/mastodon/features/compose/components/upload_button.json"
  544. },
  545. {
  546. "descriptors": [
  547. {
  548. "defaultMessage": "Undo",
  549. "id": "upload_form.undo"
  550. }
  551. ],
  552. "path": "app/javascript/mastodon/features/compose/components/upload_form.json"
  553. },
  554. {
  555. "descriptors": [
  556. {
  557. "defaultMessage": "Uploading...",
  558. "id": "upload_progress.label"
  559. }
  560. ],
  561. "path": "app/javascript/mastodon/features/compose/components/upload_progress.json"
  562. },
  563. {
  564. "descriptors": [
  565. {
  566. "defaultMessage": "Mark media as sensitive",
  567. "id": "compose_form.sensitive"
  568. }
  569. ],
  570. "path": "app/javascript/mastodon/features/compose/containers/sensitive_button_container.json"
  571. },
  572. {
  573. "descriptors": [
  574. {
  575. "defaultMessage": "Hide text behind warning",
  576. "id": "compose_form.spoiler"
  577. }
  578. ],
  579. "path": "app/javascript/mastodon/features/compose/containers/spoiler_button_container.json"
  580. },
  581. {
  582. "descriptors": [
  583. {
  584. "defaultMessage": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
  585. "id": "compose_form.lock_disclaimer"
  586. },
  587. {
  588. "defaultMessage": "locked",
  589. "id": "compose_form.lock_disclaimer.lock"
  590. },
  591. {
  592. "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.",
  593. "id": "compose_form.privacy_disclaimer"
  594. }
  595. ],
  596. "path": "app/javascript/mastodon/features/compose/containers/warning_container.json"
  597. },
  598. {
  599. "descriptors": [
  600. {
  601. "defaultMessage": "Getting started",
  602. "id": "getting_started.heading"
  603. },
  604. {
  605. "defaultMessage": "Federated timeline",
  606. "id": "navigation_bar.public_timeline"
  607. },
  608. {
  609. "defaultMessage": "Local timeline",
  610. "id": "navigation_bar.community_timeline"
  611. },
  612. {
  613. "defaultMessage": "Preferences",
  614. "id": "navigation_bar.preferences"
  615. },
  616. {
  617. "defaultMessage": "Logout",
  618. "id": "navigation_bar.logout"
  619. }
  620. ],
  621. "path": "app/javascript/mastodon/features/compose/index.json"
  622. },
  623. {
  624. "descriptors": [
  625. {
  626. "defaultMessage": "Favourites",
  627. "id": "column.favourites"
  628. }
  629. ],
  630. "path": "app/javascript/mastodon/features/favourited_statuses/index.json"
  631. },
  632. {
  633. "descriptors": [
  634. {
  635. "defaultMessage": "Authorize",
  636. "id": "follow_request.authorize"
  637. },
  638. {
  639. "defaultMessage": "Reject",
  640. "id": "follow_request.reject"
  641. }
  642. ],
  643. "path": "app/javascript/mastodon/features/follow_requests/components/account_authorize.json"
  644. },
  645. {
  646. "descriptors": [
  647. {
  648. "defaultMessage": "Follow requests",
  649. "id": "column.follow_requests"
  650. }
  651. ],
  652. "path": "app/javascript/mastodon/features/follow_requests/index.json"
  653. },
  654. {
  655. "descriptors": [
  656. {
  657. "defaultMessage": "Getting started",
  658. "id": "getting_started.heading"
  659. },
  660. {
  661. "defaultMessage": "Federated timeline",
  662. "id": "navigation_bar.public_timeline"
  663. },
  664. {
  665. "defaultMessage": "Navigation",
  666. "id": "column_subheading.navigation"
  667. },
  668. {
  669. "defaultMessage": "Settings",
  670. "id": "column_subheading.settings"
  671. },
  672. {
  673. "defaultMessage": "Local timeline",
  674. "id": "navigation_bar.community_timeline"
  675. },
  676. {
  677. "defaultMessage": "Preferences",
  678. "id": "navigation_bar.preferences"
  679. },
  680. {
  681. "defaultMessage": "Follow requests",
  682. "id": "navigation_bar.follow_requests"
  683. },
  684. {
  685. "defaultMessage": "Logout",
  686. "id": "navigation_bar.logout"
  687. },
  688. {
  689. "defaultMessage": "Favourites",
  690. "id": "navigation_bar.favourites"
  691. },
  692. {
  693. "defaultMessage": "Blocked users",
  694. "id": "navigation_bar.blocks"
  695. },
  696. {
  697. "defaultMessage": "Muted users",
  698. "id": "navigation_bar.mutes"
  699. },
  700. {
  701. "defaultMessage": "Extended information",
  702. "id": "navigation_bar.info"
  703. },
  704. {
  705. "defaultMessage": "{faq} • {userguide} • {apps}",
  706. "id": "getting_started.support"
  707. },
  708. {
  709. "defaultMessage": "FAQ",
  710. "id": "getting_started.faq"
  711. },
  712. {
  713. "defaultMessage": "User Guide",
  714. "id": "getting_started.userguide"
  715. },
  716. {
  717. "defaultMessage": "Apps",
  718. "id": "getting_started.appsshort"
  719. },
  720. {
  721. "defaultMessage": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
  722. "id": "getting_started.open_source_notice"
  723. }
  724. ],
  725. "path": "app/javascript/mastodon/features/getting_started/index.json"
  726. },
  727. {
  728. "descriptors": [
  729. {
  730. "defaultMessage": "There is nothing in this hashtag yet.",
  731. "id": "empty_column.hashtag"
  732. }
  733. ],
  734. "path": "app/javascript/mastodon/features/hashtag_timeline/index.json"
  735. },
  736. {
  737. "descriptors": [
  738. {
  739. "defaultMessage": "Filter out by regular expressions",
  740. "id": "home.column_settings.filter_regex"
  741. },
  742. {
  743. "defaultMessage": "Column settings",
  744. "id": "home.settings"
  745. },
  746. {
  747. "defaultMessage": "Basic",
  748. "id": "home.column_settings.basic"
  749. },
  750. {
  751. "defaultMessage": "Show boosts",
  752. "id": "home.column_settings.show_reblogs"
  753. },
  754. {
  755. "defaultMessage": "Show replies",
  756. "id": "home.column_settings.show_replies"
  757. },
  758. {
  759. "defaultMessage": "Advanced",
  760. "id": "home.column_settings.advanced"
  761. }
  762. ],
  763. "path": "app/javascript/mastodon/features/home_timeline/components/column_settings.json"
  764. },
  765. {
  766. "descriptors": [
  767. {
  768. "defaultMessage": "Home",
  769. "id": "column.home"
  770. },
  771. {
  772. "defaultMessage": "Your home feed is empty. If you have been inactive for a while, it will be regenerated for you soon.",
  773. "id": "empty_column.home.inactivity"
  774. },
  775. {
  776. "defaultMessage": "You aren't following anyone yet. Visit {public} or use search to get started and meet other users.",
  777. "id": "empty_column.home"
  778. },
  779. {
  780. "defaultMessage": "the public timeline",
  781. "id": "empty_column.home.public_timeline"
  782. }
  783. ],
  784. "path": "app/javascript/mastodon/features/home_timeline/index.json"
  785. },
  786. {
  787. "descriptors": [
  788. {
  789. "defaultMessage": "Muted users",
  790. "id": "column.mutes"
  791. }
  792. ],
  793. "path": "app/javascript/mastodon/features/mutes/index.json"
  794. },
  795. {
  796. "descriptors": [
  797. {
  798. "defaultMessage": "Clear notifications",
  799. "id": "notifications.clear"
  800. }
  801. ],
  802. "path": "app/javascript/mastodon/features/notifications/components/clear_column_button.json"
  803. },
  804. {
  805. "descriptors": [
  806. {
  807. "defaultMessage": "Column settings",
  808. "id": "notifications.settings"
  809. },
  810. {
  811. "defaultMessage": "Desktop notifications",
  812. "id": "notifications.column_settings.alert"
  813. },
  814. {
  815. "defaultMessage": "Show in column",
  816. "id": "notifications.column_settings.show"
  817. },
  818. {
  819. "defaultMessage": "Play sound",
  820. "id": "notifications.column_settings.sound"
  821. },
  822. {
  823. "defaultMessage": "New followers:",
  824. "id": "notifications.column_settings.follow"
  825. },
  826. {
  827. "defaultMessage": "Favourites:",
  828. "id": "notifications.column_settings.favourite"
  829. },
  830. {
  831. "defaultMessage": "Mentions:",
  832. "id": "notifications.column_settings.mention"
  833. },
  834. {
  835. "defaultMessage": "Boosts:",
  836. "id": "notifications.column_settings.reblog"
  837. }
  838. ],
  839. "path": "app/javascript/mastodon/features/notifications/components/column_settings.json"
  840. },
  841. {
  842. "descriptors": [
  843. {
  844. "defaultMessage": "{name} followed you",
  845. "id": "notification.follow"
  846. },
  847. {
  848. "defaultMessage": "{name} favourited your status",
  849. "id": "notification.favourite"
  850. },
  851. {
  852. "defaultMessage": "{name} boosted your status",
  853. "id": "notification.reblog"
  854. }
  855. ],
  856. "path": "app/javascript/mastodon/features/notifications/components/notification.json"
  857. },
  858. {
  859. "descriptors": [
  860. {
  861. "defaultMessage": "Notifications",
  862. "id": "column.notifications"
  863. },
  864. {
  865. "defaultMessage": "Are you sure you want to permanently clear all your notifications?",
  866. "id": "notifications.clear_confirmation"
  867. },
  868. {
  869. "defaultMessage": "Clear notifications",
  870. "id": "notifications.clear"
  871. },
  872. {
  873. "defaultMessage": "You don't have any notifications yet. Interact with others to start the conversation.",
  874. "id": "empty_column.notifications"
  875. }
  876. ],
  877. "path": "app/javascript/mastodon/features/notifications/index.json"
  878. },
  879. {
  880. "descriptors": [
  881. {
  882. "defaultMessage": "Federated timeline",
  883. "id": "column.public"
  884. },
  885. {
  886. "defaultMessage": "There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
  887. "id": "empty_column.public"
  888. }
  889. ],
  890. "path": "app/javascript/mastodon/features/public_timeline/index.json"
  891. },
  892. {
  893. "descriptors": [
  894. {
  895. "defaultMessage": "New report",
  896. "id": "report.heading"
  897. },
  898. {
  899. "defaultMessage": "Additional comments",
  900. "id": "report.placeholder"
  901. },
  902. {
  903. "defaultMessage": "Submit",
  904. "id": "report.submit"
  905. },
  906. {
  907. "defaultMessage": "Reporting",
  908. "id": "report.target"
  909. }
  910. ],
  911. "path": "app/javascript/mastodon/features/report/index.json"
  912. },
  913. {
  914. "descriptors": [
  915. {
  916. "defaultMessage": "Delete",
  917. "id": "status.delete"
  918. },
  919. {
  920. "defaultMessage": "Mention @{name}",
  921. "id": "status.mention"
  922. },
  923. {
  924. "defaultMessage": "Reply",
  925. "id": "status.reply"
  926. },
  927. {
  928. "defaultMessage": "Boost",
  929. "id": "status.reblog"
  930. },
  931. {
  932. "defaultMessage": "This post cannot be boosted",
  933. "id": "status.cannot_reblog"
  934. },
  935. {
  936. "defaultMessage": "Favourite",
  937. "id": "status.favourite"
  938. },
  939. {
  940. "defaultMessage": "Report @{name}",
  941. "id": "status.report"
  942. }
  943. ],
  944. "path": "app/javascript/mastodon/features/status/components/action_bar.json"
  945. },
  946. {
  947. "descriptors": [
  948. {
  949. "defaultMessage": "Delete",
  950. "id": "confirmations.delete.confirm"
  951. },
  952. {
  953. "defaultMessage": "Are you sure you want to delete this status?",
  954. "id": "confirmations.delete.message"
  955. }
  956. ],
  957. "path": "app/javascript/mastodon/features/status/index.json"
  958. },
  959. {
  960. "descriptors": [
  961. {
  962. "defaultMessage": "Boost",
  963. "id": "status.reblog"
  964. },
  965. {
  966. "defaultMessage": "You can press {combo} to skip this next time",
  967. "id": "boost_modal.combo"
  968. }
  969. ],
  970. "path": "app/javascript/mastodon/features/ui/components/boost_modal.json"
  971. },
  972. {
  973. "descriptors": [
  974. {
  975. "defaultMessage": "Cancel",
  976. "id": "confirmation_modal.cancel"
  977. }
  978. ],
  979. "path": "app/javascript/mastodon/features/ui/components/confirmation_modal.json"
  980. },
  981. {
  982. "descriptors": [
  983. {
  984. "defaultMessage": "Close",
  985. "id": "lightbox.close"
  986. }
  987. ],
  988. "path": "app/javascript/mastodon/features/ui/components/media_modal.json"
  989. },
  990. {
  991. "descriptors": [
  992. {
  993. "defaultMessage": "Home",
  994. "id": "column.home"
  995. },
  996. {
  997. "defaultMessage": "Notifications",
  998. "id": "column.notifications"
  999. },
  1000. {
  1001. "defaultMessage": "Local timeline",
  1002. "id": "column.community"
  1003. },
  1004. {
  1005. "defaultMessage": "Federated timeline",
  1006. "id": "column.public"
  1007. },
  1008. {
  1009. "defaultMessage": "Welcome to Mastodon!",
  1010. "id": "onboarding.page_one.welcome"
  1011. },
  1012. {
  1013. "defaultMessage": "Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
  1014. "id": "onboarding.page_one.federation"
  1015. },
  1016. {
  1017. "defaultMessage": "You are on {domain}, so your full handle is {handle}",
  1018. "id": "onboarding.page_one.handle"
  1019. },
  1020. {
  1021. "defaultMessage": "Write posts from the compose column. You can upload images, change privacy settings, and add content warnings with the icons below.",
  1022. "id": "onboarding.page_two.compose"
  1023. },
  1024. {
  1025. "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.",
  1026. "id": "onboarding.page_three.search"
  1027. },
  1028. {
  1029. "defaultMessage": "Edit your profile to change your avatar, bio, and display name. There, you will also find other preferences.",
  1030. "id": "onboarding.page_three.profile"
  1031. },
  1032. {
  1033. "defaultMessage": "The home timeline shows posts from people you follow.",
  1034. "id": "onboarding.page_four.home"
  1035. },
  1036. {
  1037. "defaultMessage": "The notifications column shows when someone interacts with you.",
  1038. "id": "onboarding.page_four.notifications"
  1039. },
  1040. {
  1041. "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.",
  1042. "id": "onboarding.page_five.public_timelines"
  1043. },
  1044. {
  1045. "defaultMessage": "Your instance's admin is {admin}.",
  1046. "id": "onboarding.page_six.admin"
  1047. },
  1048. {
  1049. "defaultMessage": "Please read {domain}'s {guidelines}!",
  1050. "id": "onboarding.page_six.read_guidelines"
  1051. },
  1052. {
  1053. "defaultMessage": "community guidelines",
  1054. "id": "onboarding.page_six.guidelines"
  1055. },
  1056. {
  1057. "defaultMessage": "Almost done...",
  1058. "id": "onboarding.page_six.almost_done"
  1059. },
  1060. {
  1061. "defaultMessage": "Mastodon is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
  1062. "id": "onboarding.page_six.github"
  1063. },
  1064. {
  1065. "defaultMessage": "There are {apps} available for iOS, Android and other platforms.",
  1066. "id": "onboarding.page_six.apps_available"
  1067. },
  1068. {
  1069. "defaultMessage": "mobile apps",
  1070. "id": "onboarding.page_six.various_app"
  1071. },
  1072. {
  1073. "defaultMessage": "Bon Appetoot!",
  1074. "id": "onboarding.page_six.appetoot"
  1075. },
  1076. {
  1077. "defaultMessage": "Next",
  1078. "id": "onboarding.next"
  1079. },
  1080. {
  1081. "defaultMessage": "Done",
  1082. "id": "onboarding.done"
  1083. },
  1084. {
  1085. "defaultMessage": "Skip",
  1086. "id": "onboarding.skip"
  1087. }
  1088. ],
  1089. "path": "app/javascript/mastodon/features/ui/components/onboarding_modal.json"
  1090. },
  1091. {
  1092. "descriptors": [
  1093. {
  1094. "defaultMessage": "Compose",
  1095. "id": "tabs_bar.compose"
  1096. },
  1097. {
  1098. "defaultMessage": "Home",
  1099. "id": "tabs_bar.home"
  1100. },
  1101. {
  1102. "defaultMessage": "Notifications",
  1103. "id": "tabs_bar.notifications"
  1104. },
  1105. {
  1106. "defaultMessage": "Local",
  1107. "id": "tabs_bar.local_timeline"
  1108. },
  1109. {
  1110. "defaultMessage": "Federated",
  1111. "id": "tabs_bar.federated_timeline"
  1112. }
  1113. ],
  1114. "path": "app/javascript/mastodon/features/ui/components/tabs_bar.json"
  1115. },
  1116. {
  1117. "descriptors": [
  1118. {
  1119. "defaultMessage": "Drag & drop to upload",
  1120. "id": "upload_area.title"
  1121. }
  1122. ],
  1123. "path": "app/javascript/mastodon/features/ui/components/upload_area.json"
  1124. },
  1125. {
  1126. "descriptors": [
  1127. {
  1128. "defaultMessage": "Close",
  1129. "id": "lightbox.close"
  1130. }
  1131. ],
  1132. "path": "app/javascript/mastodon/features/ui/components/video_modal.json"
  1133. }
  1134. ]