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.

1083 lines
28 KiB

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