]> cat aescling's git repositories - mastodon.git/blob - app/javascript/mastodon/locales/defaultMessages.json
Merge branch 'spoiler' of git://github.com/kagucho/mastodon into kagucho-spoiler
[mastodon.git] / app / javascript / mastodon / locales / defaultMessages.json
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 "defaultMessage": "Mute notifications from @{name}",
35 "id": "account.mute_notifications"
36 },
37 {
38 "defaultMessage": "Unmute notifications from @{name}",
39 "id": "account.unmute_notifications"
40 }
41 ],
42 "path": "app/javascript/mastodon/components/account.json"
43 },
44 {
45 "descriptors": [
46 {
47 "defaultMessage": "Back",
48 "id": "column_back_button.label"
49 }
50 ],
51 "path": "app/javascript/mastodon/components/column_back_button_slim.json"
52 },
53 {
54 "descriptors": [
55 {
56 "defaultMessage": "Back",
57 "id": "column_back_button.label"
58 }
59 ],
60 "path": "app/javascript/mastodon/components/column_back_button.json"
61 },
62 {
63 "descriptors": [
64 {
65 "defaultMessage": "Show settings",
66 "id": "column_header.show_settings"
67 },
68 {
69 "defaultMessage": "Hide settings",
70 "id": "column_header.hide_settings"
71 },
72 {
73 "defaultMessage": "Move column to the left",
74 "id": "column_header.moveLeft_settings"
75 },
76 {
77 "defaultMessage": "Move column to the right",
78 "id": "column_header.moveRight_settings"
79 },
80 {
81 "defaultMessage": "Unpin",
82 "id": "column_header.unpin"
83 },
84 {
85 "defaultMessage": "Pin",
86 "id": "column_header.pin"
87 },
88 {
89 "defaultMessage": "Back",
90 "id": "column_back_button.label"
91 }
92 ],
93 "path": "app/javascript/mastodon/components/column_header.json"
94 },
95 {
96 "descriptors": [
97 {
98 "defaultMessage": "Load more",
99 "id": "status.load_more"
100 }
101 ],
102 "path": "app/javascript/mastodon/components/load_more.json"
103 },
104 {
105 "descriptors": [
106 {
107 "defaultMessage": "Loading...",
108 "id": "loading_indicator.label"
109 }
110 ],
111 "path": "app/javascript/mastodon/components/loading_indicator.json"
112 },
113 {
114 "descriptors": [
115 {
116 "defaultMessage": "Toggle visibility",
117 "id": "media_gallery.toggle_visible"
118 },
119 {
120 "defaultMessage": "Sensitive content",
121 "id": "status.sensitive_warning"
122 },
123 {
124 "defaultMessage": "Media hidden",
125 "id": "status.media_hidden"
126 },
127 {
128 "defaultMessage": "Click to view",
129 "id": "status.sensitive_toggle"
130 }
131 ],
132 "path": "app/javascript/mastodon/components/media_gallery.json"
133 },
134 {
135 "descriptors": [
136 {
137 "defaultMessage": "Not found",
138 "id": "missing_indicator.label"
139 },
140 {
141 "defaultMessage": "This resource could not be found",
142 "id": "missing_indicator.sublabel"
143 }
144 ],
145 "path": "app/javascript/mastodon/components/missing_indicator.json"
146 },
147 {
148 "descriptors": [
149 {
150 "defaultMessage": "now",
151 "id": "relative_time.just_now"
152 },
153 {
154 "defaultMessage": "{number}s",
155 "id": "relative_time.seconds"
156 },
157 {
158 "defaultMessage": "{number}m",
159 "id": "relative_time.minutes"
160 },
161 {
162 "defaultMessage": "{number}h",
163 "id": "relative_time.hours"
164 },
165 {
166 "defaultMessage": "{number}d",
167 "id": "relative_time.days"
168 }
169 ],
170 "path": "app/javascript/mastodon/components/relative_timestamp.json"
171 },
172 {
173 "descriptors": [
174 {
175 "defaultMessage": "Delete",
176 "id": "status.delete"
177 },
178 {
179 "defaultMessage": "Mention @{name}",
180 "id": "status.mention"
181 },
182 {
183 "defaultMessage": "Mute @{name}",
184 "id": "account.mute"
185 },
186 {
187 "defaultMessage": "Block @{name}",
188 "id": "account.block"
189 },
190 {
191 "defaultMessage": "Reply",
192 "id": "status.reply"
193 },
194 {
195 "defaultMessage": "Share",
196 "id": "status.share"
197 },
198 {
199 "defaultMessage": "More",
200 "id": "status.more"
201 },
202 {
203 "defaultMessage": "Reply to thread",
204 "id": "status.replyAll"
205 },
206 {
207 "defaultMessage": "Boost",
208 "id": "status.reblog"
209 },
210 {
211 "defaultMessage": "This post cannot be boosted",
212 "id": "status.cannot_reblog"
213 },
214 {
215 "defaultMessage": "Favourite",
216 "id": "status.favourite"
217 },
218 {
219 "defaultMessage": "Expand this status",
220 "id": "status.open"
221 },
222 {
223 "defaultMessage": "Report @{name}",
224 "id": "status.report"
225 },
226 {
227 "defaultMessage": "Mute conversation",
228 "id": "status.mute_conversation"
229 },
230 {
231 "defaultMessage": "Unmute conversation",
232 "id": "status.unmute_conversation"
233 },
234 {
235 "defaultMessage": "Pin on profile",
236 "id": "status.pin"
237 },
238 {
239 "defaultMessage": "Unpin from profile",
240 "id": "status.unpin"
241 },
242 {
243 "defaultMessage": "Embed",
244 "id": "status.embed"
245 }
246 ],
247 "path": "app/javascript/mastodon/components/status_action_bar.json"
248 },
249 {
250 "descriptors": [
251 {
252 "defaultMessage": "Show more",
253 "id": "status.show_more"
254 },
255 {
256 "defaultMessage": "Show less",
257 "id": "status.show_less"
258 }
259 ],
260 "path": "app/javascript/mastodon/components/status_content.json"
261 },
262 {
263 "descriptors": [
264 {
265 "defaultMessage": "Loading…",
266 "id": "regeneration_indicator.label"
267 },
268 {
269 "defaultMessage": "Your home feed is being prepared!",
270 "id": "regeneration_indicator.sublabel"
271 }
272 ],
273 "path": "app/javascript/mastodon/components/status_list.json"
274 },
275 {
276 "descriptors": [
277 {
278 "defaultMessage": "Pinned toot",
279 "id": "status.pinned"
280 },
281 {
282 "defaultMessage": "{name} boosted",
283 "id": "status.reblogged_by"
284 }
285 ],
286 "path": "app/javascript/mastodon/components/status.json"
287 },
288 {
289 "descriptors": [
290 {
291 "defaultMessage": "Unfollow",
292 "id": "confirmations.unfollow.confirm"
293 },
294 {
295 "defaultMessage": "Are you sure you want to unfollow {name}?",
296 "id": "confirmations.unfollow.message"
297 }
298 ],
299 "path": "app/javascript/mastodon/containers/account_container.json"
300 },
301 {
302 "descriptors": [
303 {
304 "defaultMessage": "Delete",
305 "id": "confirmations.delete.confirm"
306 },
307 {
308 "defaultMessage": "Are you sure you want to delete this status?",
309 "id": "confirmations.delete.message"
310 },
311 {
312 "defaultMessage": "Block",
313 "id": "confirmations.block.confirm"
314 },
315 {
316 "defaultMessage": "Are you sure you want to block {name}?",
317 "id": "confirmations.block.message"
318 }
319 ],
320 "path": "app/javascript/mastodon/containers/status_container.json"
321 },
322 {
323 "descriptors": [
324 {
325 "defaultMessage": "Media",
326 "id": "account.media"
327 }
328 ],
329 "path": "app/javascript/mastodon/features/account_gallery/index.json"
330 },
331 {
332 "descriptors": [
333 {
334 "defaultMessage": "Toots",
335 "id": "account.posts"
336 },
337 {
338 "defaultMessage": "Toots with replies",
339 "id": "account.posts_with_replies"
340 },
341 {
342 "defaultMessage": "Media",
343 "id": "account.media"
344 }
345 ],
346 "path": "app/javascript/mastodon/features/account_timeline/components/header.json"
347 },
348 {
349 "descriptors": [
350 {
351 "defaultMessage": "{name} has moved to:",
352 "id": "account.moved_to"
353 }
354 ],
355 "path": "app/javascript/mastodon/features/account_timeline/components/moved_note.json"
356 },
357 {
358 "descriptors": [
359 {
360 "defaultMessage": "Unfollow",
361 "id": "confirmations.unfollow.confirm"
362 },
363 {
364 "defaultMessage": "Block",
365 "id": "confirmations.block.confirm"
366 },
367 {
368 "defaultMessage": "Hide entire domain",
369 "id": "confirmations.domain_block.confirm"
370 },
371 {
372 "defaultMessage": "Are you sure you want to unfollow {name}?",
373 "id": "confirmations.unfollow.message"
374 },
375 {
376 "defaultMessage": "Are you sure you want to block {name}?",
377 "id": "confirmations.block.message"
378 },
379 {
380 "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.",
381 "id": "confirmations.domain_block.message"
382 }
383 ],
384 "path": "app/javascript/mastodon/features/account_timeline/containers/header_container.json"
385 },
386 {
387 "descriptors": [
388 {
389 "defaultMessage": "Mention @{name}",
390 "id": "account.mention"
391 },
392 {
393 "defaultMessage": "Edit profile",
394 "id": "account.edit_profile"
395 },
396 {
397 "defaultMessage": "Unblock @{name}",
398 "id": "account.unblock"
399 },
400 {
401 "defaultMessage": "Unfollow",
402 "id": "account.unfollow"
403 },
404 {
405 "defaultMessage": "Unmute @{name}",
406 "id": "account.unmute"
407 },
408 {
409 "defaultMessage": "Block @{name}",
410 "id": "account.block"
411 },
412 {
413 "defaultMessage": "Mute @{name}",
414 "id": "account.mute"
415 },
416 {
417 "defaultMessage": "Follow",
418 "id": "account.follow"
419 },
420 {
421 "defaultMessage": "Report @{name}",
422 "id": "account.report"
423 },
424 {
425 "defaultMessage": "Share @{name}'s profile",
426 "id": "account.share"
427 },
428 {
429 "defaultMessage": "Media",
430 "id": "account.media"
431 },
432 {
433 "defaultMessage": "Hide everything from {domain}",
434 "id": "account.block_domain"
435 },
436 {
437 "defaultMessage": "Unhide {domain}",
438 "id": "account.unblock_domain"
439 },
440 {
441 "defaultMessage": "Hide boosts from @{name}",
442 "id": "account.hide_reblogs"
443 },
444 {
445 "defaultMessage": "Show boosts from @{name}",
446 "id": "account.show_reblogs"
447 },
448 {
449 "defaultMessage": "Information below may reflect the user's profile incompletely.",
450 "id": "account.disclaimer_full"
451 },
452 {
453 "defaultMessage": "View full profile",
454 "id": "account.view_full_profile"
455 },
456 {
457 "defaultMessage": "Toots",
458 "id": "account.posts"
459 },
460 {
461 "defaultMessage": "Follows",
462 "id": "account.follows"
463 },
464 {
465 "defaultMessage": "Followers",
466 "id": "account.followers"
467 }
468 ],
469 "path": "app/javascript/mastodon/features/account/components/action_bar.json"
470 },
471 {
472 "descriptors": [
473 {
474 "defaultMessage": "Unfollow",
475 "id": "account.unfollow"
476 },
477 {
478 "defaultMessage": "Follow",
479 "id": "account.follow"
480 },
481 {
482 "defaultMessage": "Awaiting approval. Click to cancel follow request",
483 "id": "account.requested"
484 },
485 {
486 "defaultMessage": "Unblock @{name}",
487 "id": "account.unblock"
488 },
489 {
490 "defaultMessage": "Follows you",
491 "id": "account.follows_you"
492 },
493 {
494 "defaultMessage": "Blocked",
495 "id": "account.blocked"
496 },
497 {
498 "defaultMessage": "Muted",
499 "id": "account.muted"
500 },
501 {
502 "defaultMessage": "Domain hidden",
503 "id": "account.domain_blocked"
504 }
505 ],
506 "path": "app/javascript/mastodon/features/account/components/header.json"
507 },
508 {
509 "descriptors": [
510 {
511 "defaultMessage": "Blocked users",
512 "id": "column.blocks"
513 }
514 ],
515 "path": "app/javascript/mastodon/features/blocks/index.json"
516 },
517 {
518 "descriptors": [
519 {
520 "defaultMessage": "Filter out by regular expressions",
521 "id": "home.column_settings.filter_regex"
522 },
523 {
524 "defaultMessage": "Column settings",
525 "id": "home.settings"
526 },
527 {
528 "defaultMessage": "Advanced",
529 "id": "home.column_settings.advanced"
530 }
531 ],
532 "path": "app/javascript/mastodon/features/community_timeline/components/column_settings.json"
533 },
534 {
535 "descriptors": [
536 {
537 "defaultMessage": "Local timeline",
538 "id": "column.community"
539 },
540 {
541 "defaultMessage": "The local timeline is empty. Write something publicly to get the ball rolling!",
542 "id": "empty_column.community"
543 }
544 ],
545 "path": "app/javascript/mastodon/features/community_timeline/index.json"
546 },
547 {
548 "descriptors": [
549 {
550 "defaultMessage": "What is on your mind?",
551 "id": "compose_form.placeholder"
552 },
553 {
554 "defaultMessage": "Write your warning here",
555 "id": "compose_form.spoiler_placeholder"
556 },
557 {
558 "defaultMessage": "Toot",
559 "id": "compose_form.publish"
560 },
561 {
562 "defaultMessage": "{publish}!",
563 "id": "compose_form.publish_loud"
564 }
565 ],
566 "path": "app/javascript/mastodon/features/compose/components/compose_form.json"
567 },
568 {
569 "descriptors": [
570 {
571 "defaultMessage": "Insert emoji",
572 "id": "emoji_button.label"
573 },
574 {
575 "defaultMessage": "Search...",
576 "id": "emoji_button.search"
577 },
578 {
579 "defaultMessage": "No emojos!! (╯°□°)╯︵ ┻━┻",
580 "id": "emoji_button.not_found"
581 },
582 {
583 "defaultMessage": "Custom",
584 "id": "emoji_button.custom"
585 },
586 {
587 "defaultMessage": "Frequently used",
588 "id": "emoji_button.recent"
589 },
590 {
591 "defaultMessage": "Search results",
592 "id": "emoji_button.search_results"
593 },
594 {
595 "defaultMessage": "People",
596 "id": "emoji_button.people"
597 },
598 {
599 "defaultMessage": "Nature",
600 "id": "emoji_button.nature"
601 },
602 {
603 "defaultMessage": "Food & Drink",
604 "id": "emoji_button.food"
605 },
606 {
607 "defaultMessage": "Activity",
608 "id": "emoji_button.activity"
609 },
610 {
611 "defaultMessage": "Travel & Places",
612 "id": "emoji_button.travel"
613 },
614 {
615 "defaultMessage": "Objects",
616 "id": "emoji_button.objects"
617 },
618 {
619 "defaultMessage": "Symbols",
620 "id": "emoji_button.symbols"
621 },
622 {
623 "defaultMessage": "Flags",
624 "id": "emoji_button.flags"
625 }
626 ],
627 "path": "app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.json"
628 },
629 {
630 "descriptors": [
631 {
632 "defaultMessage": "Edit profile",
633 "id": "navigation_bar.edit_profile"
634 }
635 ],
636 "path": "app/javascript/mastodon/features/compose/components/navigation_bar.json"
637 },
638 {
639 "descriptors": [
640 {
641 "defaultMessage": "Public",
642 "id": "privacy.public.short"
643 },
644 {
645 "defaultMessage": "Post to public timelines",
646 "id": "privacy.public.long"
647 },
648 {
649 "defaultMessage": "Unlisted",
650 "id": "privacy.unlisted.short"
651 },
652 {
653 "defaultMessage": "Do not show in public timelines",
654 "id": "privacy.unlisted.long"
655 },
656 {
657 "defaultMessage": "Followers-only",
658 "id": "privacy.private.short"
659 },
660 {
661 "defaultMessage": "Post to followers only",
662 "id": "privacy.private.long"
663 },
664 {
665 "defaultMessage": "Direct",
666 "id": "privacy.direct.short"
667 },
668 {
669 "defaultMessage": "Post to mentioned users only",
670 "id": "privacy.direct.long"
671 },
672 {
673 "defaultMessage": "Adjust status privacy",
674 "id": "privacy.change"
675 }
676 ],
677 "path": "app/javascript/mastodon/features/compose/components/privacy_dropdown.json"
678 },
679 {
680 "descriptors": [
681 {
682 "defaultMessage": "Cancel",
683 "id": "reply_indicator.cancel"
684 }
685 ],
686 "path": "app/javascript/mastodon/features/compose/components/reply_indicator.json"
687 },
688 {
689 "descriptors": [
690 {
691 "defaultMessage": "People",
692 "id": "search_results.accounts"
693 },
694 {
695 "defaultMessage": "Toots",
696 "id": "search_results.statuses"
697 },
698 {
699 "defaultMessage": "Hashtags",
700 "id": "search_results.hashtags"
701 },
702 {
703 "defaultMessage": "{count, number} {count, plural, one {result} other {results}}",
704 "id": "search_results.total"
705 }
706 ],
707 "path": "app/javascript/mastodon/features/compose/components/search_results.json"
708 },
709 {
710 "descriptors": [
711 {
712 "defaultMessage": "Search",
713 "id": "search.placeholder"
714 },
715 {
716 "defaultMessage": "Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
717 "id": "search_popout.tips.full_text"
718 },
719 {
720 "defaultMessage": "Simple text returns matching display names, usernames and hashtags",
721 "id": "search_popout.tips.text"
722 },
723 {
724 "defaultMessage": "Advanced search format",
725 "id": "search_popout.search_format"
726 },
727 {
728 "defaultMessage": "hashtag",
729 "id": "search_popout.tips.hashtag"
730 },
731 {
732 "defaultMessage": "user",
733 "id": "search_popout.tips.user"
734 },
735 {
736 "defaultMessage": "status",
737 "id": "search_popout.tips.status"
738 }
739 ],
740 "path": "app/javascript/mastodon/features/compose/components/search.json"
741 },
742 {
743 "descriptors": [
744 {
745 "defaultMessage": "Add media",
746 "id": "upload_button.label"
747 }
748 ],
749 "path": "app/javascript/mastodon/features/compose/components/upload_button.json"
750 },
751 {
752 "descriptors": [
753 {
754 "defaultMessage": "Uploading...",
755 "id": "upload_progress.label"
756 }
757 ],
758 "path": "app/javascript/mastodon/features/compose/components/upload_progress.json"
759 },
760 {
761 "descriptors": [
762 {
763 "defaultMessage": "Describe for the visually impaired",
764 "id": "upload_form.description"
765 },
766 {
767 "defaultMessage": "Undo",
768 "id": "upload_form.undo"
769 },
770 {
771 "defaultMessage": "Crop",
772 "id": "upload_form.focus"
773 }
774 ],
775 "path": "app/javascript/mastodon/features/compose/components/upload.json"
776 },
777 {
778 "descriptors": [
779 {
780 "defaultMessage": "Media is marked as sensitive",
781 "id": "compose_form.sensitive.marked"
782 },
783 {
784 "defaultMessage": "Media is not marked as sensitive",
785 "id": "compose_form.sensitive.unmarked"
786 }
787 ],
788 "path": "app/javascript/mastodon/features/compose/containers/sensitive_button_container.json"
789 },
790 {
791 "descriptors": [
792 {
793 "defaultMessage": "Text is hidden behind warning",
794 "id": "compose_form.spoiler.marked"
795 },
796 {
797 "defaultMessage": "Text is not hidden",
798 "id": "compose_form.spoiler.unmarked"
799 }
800 ],
801 "path": "app/javascript/mastodon/features/compose/containers/spoiler_button_container.json"
802 },
803 {
804 "descriptors": [
805 {
806 "defaultMessage": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.",
807 "id": "compose_form.lock_disclaimer"
808 },
809 {
810 "defaultMessage": "locked",
811 "id": "compose_form.lock_disclaimer.lock"
812 },
813 {
814 "defaultMessage": "This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.",
815 "id": "compose_form.hashtag_warning"
816 }
817 ],
818 "path": "app/javascript/mastodon/features/compose/containers/warning_container.json"
819 },
820 {
821 "descriptors": [
822 {
823 "defaultMessage": "Getting started",
824 "id": "getting_started.heading"
825 },
826 {
827 "defaultMessage": "Home",
828 "id": "tabs_bar.home"
829 },
830 {
831 "defaultMessage": "Notifications",
832 "id": "tabs_bar.notifications"
833 },
834 {
835 "defaultMessage": "Federated timeline",
836 "id": "navigation_bar.public_timeline"
837 },
838 {
839 "defaultMessage": "Local timeline",
840 "id": "navigation_bar.community_timeline"
841 },
842 {
843 "defaultMessage": "Preferences",
844 "id": "navigation_bar.preferences"
845 },
846 {
847 "defaultMessage": "Logout",
848 "id": "navigation_bar.logout"
849 }
850 ],
851 "path": "app/javascript/mastodon/features/compose/index.json"
852 },
853 {
854 "descriptors": [
855 {
856 "defaultMessage": "Favourites",
857 "id": "column.favourites"
858 }
859 ],
860 "path": "app/javascript/mastodon/features/favourited_statuses/index.json"
861 },
862 {
863 "descriptors": [
864 {
865 "defaultMessage": "Authorize",
866 "id": "follow_request.authorize"
867 },
868 {
869 "defaultMessage": "Reject",
870 "id": "follow_request.reject"
871 }
872 ],
873 "path": "app/javascript/mastodon/features/follow_requests/components/account_authorize.json"
874 },
875 {
876 "descriptors": [
877 {
878 "defaultMessage": "Follow requests",
879 "id": "column.follow_requests"
880 }
881 ],
882 "path": "app/javascript/mastodon/features/follow_requests/index.json"
883 },
884 {
885 "descriptors": [
886 {
887 "defaultMessage": "Getting started",
888 "id": "getting_started.heading"
889 },
890 {
891 "defaultMessage": "Home",
892 "id": "tabs_bar.home"
893 },
894 {
895 "defaultMessage": "Notifications",
896 "id": "tabs_bar.notifications"
897 },
898 {
899 "defaultMessage": "Federated timeline",
900 "id": "navigation_bar.public_timeline"
901 },
902 {
903 "defaultMessage": "Navigation",
904 "id": "column_subheading.navigation"
905 },
906 {
907 "defaultMessage": "Settings",
908 "id": "column_subheading.settings"
909 },
910 {
911 "defaultMessage": "Local timeline",
912 "id": "navigation_bar.community_timeline"
913 },
914 {
915 "defaultMessage": "Preferences",
916 "id": "navigation_bar.preferences"
917 },
918 {
919 "defaultMessage": "Follow requests",
920 "id": "navigation_bar.follow_requests"
921 },
922 {
923 "defaultMessage": "Logout",
924 "id": "navigation_bar.logout"
925 },
926 {
927 "defaultMessage": "Favourites",
928 "id": "navigation_bar.favourites"
929 },
930 {
931 "defaultMessage": "Blocked users",
932 "id": "navigation_bar.blocks"
933 },
934 {
935 "defaultMessage": "Muted users",
936 "id": "navigation_bar.mutes"
937 },
938 {
939 "defaultMessage": "Extended information",
940 "id": "navigation_bar.info"
941 },
942 {
943 "defaultMessage": "Pinned toots",
944 "id": "navigation_bar.pins"
945 },
946 {
947 "defaultMessage": "Lists",
948 "id": "navigation_bar.lists"
949 },
950 {
951 "defaultMessage": "Keyboard shortcuts",
952 "id": "navigation_bar.keyboard_shortcuts"
953 },
954 {
955 "defaultMessage": "FAQ",
956 "id": "getting_started.faq"
957 },
958 {
959 "defaultMessage": "User Guide",
960 "id": "getting_started.userguide"
961 },
962 {
963 "defaultMessage": "Apps",
964 "id": "getting_started.appsshort"
965 },
966 {
967 "defaultMessage": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
968 "id": "getting_started.open_source_notice"
969 }
970 ],
971 "path": "app/javascript/mastodon/features/getting_started/index.json"
972 },
973 {
974 "descriptors": [
975 {
976 "defaultMessage": "There is nothing in this hashtag yet.",
977 "id": "empty_column.hashtag"
978 }
979 ],
980 "path": "app/javascript/mastodon/features/hashtag_timeline/index.json"
981 },
982 {
983 "descriptors": [
984 {
985 "defaultMessage": "Filter out by regular expressions",
986 "id": "home.column_settings.filter_regex"
987 },
988 {
989 "defaultMessage": "Column settings",
990 "id": "home.settings"
991 },
992 {
993 "defaultMessage": "Basic",
994 "id": "home.column_settings.basic"
995 },
996 {
997 "defaultMessage": "Show boosts",
998 "id": "home.column_settings.show_reblogs"
999 },
1000 {
1001 "defaultMessage": "Show replies",
1002 "id": "home.column_settings.show_replies"
1003 },
1004 {
1005 "defaultMessage": "Advanced",
1006 "id": "home.column_settings.advanced"
1007 }
1008 ],
1009 "path": "app/javascript/mastodon/features/home_timeline/components/column_settings.json"
1010 },
1011 {
1012 "descriptors": [
1013 {
1014 "defaultMessage": "Home",
1015 "id": "column.home"
1016 },
1017 {
1018 "defaultMessage": "Your home timeline is empty! Visit {public} or use search to get started and meet other users.",
1019 "id": "empty_column.home"
1020 },
1021 {
1022 "defaultMessage": "the public timeline",
1023 "id": "empty_column.home.public_timeline"
1024 }
1025 ],
1026 "path": "app/javascript/mastodon/features/home_timeline/index.json"
1027 },
1028 {
1029 "descriptors": [
1030 {
1031 "defaultMessage": "Keyboard Shortcuts",
1032 "id": "keyboard_shortcuts.heading"
1033 },
1034 {
1035 "defaultMessage": "Hotkey",
1036 "id": "keyboard_shortcuts.hotkey"
1037 },
1038 {
1039 "defaultMessage": "Description",
1040 "id": "keyboard_shortcuts.description"
1041 },
1042 {
1043 "defaultMessage": "to reply",
1044 "id": "keyboard_shortcuts.reply"
1045 },
1046 {
1047 "defaultMessage": "to mention author",
1048 "id": "keyboard_shortcuts.mention"
1049 },
1050 {
1051 "defaultMessage": "to favourite",
1052 "id": "keyboard_shortcuts.favourite"
1053 },
1054 {
1055 "defaultMessage": "to boost",
1056 "id": "keyboard_shortcuts.boost"
1057 },
1058 {
1059 "defaultMessage": "to open status",
1060 "id": "keyboard_shortcuts.enter"
1061 },
1062 {
1063 "defaultMessage": "to move up in the list",
1064 "id": "keyboard_shortcuts.up"
1065 },
1066 {
1067 "defaultMessage": "to move down in the list",
1068 "id": "keyboard_shortcuts.down"
1069 },
1070 {
1071 "defaultMessage": "to focus a status in one of the columns",
1072 "id": "keyboard_shortcuts.column"
1073 },
1074 {
1075 "defaultMessage": "to focus the compose textarea",
1076 "id": "keyboard_shortcuts.compose"
1077 },
1078 {
1079 "defaultMessage": "to start a brand new toot",
1080 "id": "keyboard_shortcuts.toot"
1081 },
1082 {
1083 "defaultMessage": "to navigate back",
1084 "id": "keyboard_shortcuts.back"
1085 },
1086 {
1087 "defaultMessage": "to focus search",
1088 "id": "keyboard_shortcuts.search"
1089 },
1090 {
1091 "defaultMessage": "to un-focus compose textarea/search",
1092 "id": "keyboard_shortcuts.unfocus"
1093 },
1094 {
1095 "defaultMessage": "to display this legend",
1096 "id": "keyboard_shortcuts.legend"
1097 }
1098 ],
1099 "path": "app/javascript/mastodon/features/keyboard_shortcuts/index.json"
1100 },
1101 {
1102 "descriptors": [
1103 {
1104 "defaultMessage": "Remove from list",
1105 "id": "lists.account.remove"
1106 },
1107 {
1108 "defaultMessage": "Add to list",
1109 "id": "lists.account.add"
1110 }
1111 ],
1112 "path": "app/javascript/mastodon/features/list_editor/components/account.json"
1113 },
1114 {
1115 "descriptors": [
1116 {
1117 "defaultMessage": "Search among people you follow",
1118 "id": "lists.search"
1119 }
1120 ],
1121 "path": "app/javascript/mastodon/features/list_editor/components/search.json"
1122 },
1123 {
1124 "descriptors": [
1125 {
1126 "defaultMessage": "Are you sure you want to permanently delete this list?",
1127 "id": "confirmations.delete_list.message"
1128 },
1129 {
1130 "defaultMessage": "Delete",
1131 "id": "confirmations.delete_list.confirm"
1132 },
1133 {
1134 "defaultMessage": "Edit list",
1135 "id": "lists.edit"
1136 },
1137 {
1138 "defaultMessage": "Delete list",
1139 "id": "lists.delete"
1140 },
1141 {
1142 "defaultMessage": "There is nothing in this list yet. When members of this list post new statuses, they will appear here.",
1143 "id": "empty_column.list"
1144 }
1145 ],
1146 "path": "app/javascript/mastodon/features/list_timeline/index.json"
1147 },
1148 {
1149 "descriptors": [
1150 {
1151 "defaultMessage": "New list title",
1152 "id": "lists.new.title_placeholder"
1153 },
1154 {
1155 "defaultMessage": "Add list",
1156 "id": "lists.new.create"
1157 }
1158 ],
1159 "path": "app/javascript/mastodon/features/lists/components/new_list_form.json"
1160 },
1161 {
1162 "descriptors": [
1163 {
1164 "defaultMessage": "Lists",
1165 "id": "column.lists"
1166 },
1167 {
1168 "defaultMessage": "Your lists",
1169 "id": "lists.subheading"
1170 }
1171 ],
1172 "path": "app/javascript/mastodon/features/lists/index.json"
1173 },
1174 {
1175 "descriptors": [
1176 {
1177 "defaultMessage": "Muted users",
1178 "id": "column.mutes"
1179 }
1180 ],
1181 "path": "app/javascript/mastodon/features/mutes/index.json"
1182 },
1183 {
1184 "descriptors": [
1185 {
1186 "defaultMessage": "Clear notifications",
1187 "id": "notifications.clear"
1188 }
1189 ],
1190 "path": "app/javascript/mastodon/features/notifications/components/clear_column_button.json"
1191 },
1192 {
1193 "descriptors": [
1194 {
1195 "defaultMessage": "Desktop notifications",
1196 "id": "notifications.column_settings.alert"
1197 },
1198 {
1199 "defaultMessage": "Show in column",
1200 "id": "notifications.column_settings.show"
1201 },
1202 {
1203 "defaultMessage": "Play sound",
1204 "id": "notifications.column_settings.sound"
1205 },
1206 {
1207 "defaultMessage": "Push notifications",
1208 "id": "notifications.column_settings.push"
1209 },
1210 {
1211 "defaultMessage": "This device",
1212 "id": "notifications.column_settings.push_meta"
1213 },
1214 {
1215 "defaultMessage": "New followers:",
1216 "id": "notifications.column_settings.follow"
1217 },
1218 {
1219 "defaultMessage": "Favourites:",
1220 "id": "notifications.column_settings.favourite"
1221 },
1222 {
1223 "defaultMessage": "Mentions:",
1224 "id": "notifications.column_settings.mention"
1225 },
1226 {
1227 "defaultMessage": "Boosts:",
1228 "id": "notifications.column_settings.reblog"
1229 }
1230 ],
1231 "path": "app/javascript/mastodon/features/notifications/components/column_settings.json"
1232 },
1233 {
1234 "descriptors": [
1235 {
1236 "defaultMessage": "{name} followed you",
1237 "id": "notification.follow"
1238 },
1239 {
1240 "defaultMessage": "{name} favourited your status",
1241 "id": "notification.favourite"
1242 },
1243 {
1244 "defaultMessage": "{name} boosted your status",
1245 "id": "notification.reblog"
1246 }
1247 ],
1248 "path": "app/javascript/mastodon/features/notifications/components/notification.json"
1249 },
1250 {
1251 "descriptors": [
1252 {
1253 "defaultMessage": "Are you sure you want to permanently clear all your notifications?",
1254 "id": "notifications.clear_confirmation"
1255 },
1256 {
1257 "defaultMessage": "Clear notifications",
1258 "id": "notifications.clear"
1259 }
1260 ],
1261 "path": "app/javascript/mastodon/features/notifications/containers/column_settings_container.json"
1262 },
1263 {
1264 "descriptors": [
1265 {
1266 "defaultMessage": "Notifications",
1267 "id": "column.notifications"
1268 },
1269 {
1270 "defaultMessage": "You don't have any notifications yet. Interact with others to start the conversation.",
1271 "id": "empty_column.notifications"
1272 }
1273 ],
1274 "path": "app/javascript/mastodon/features/notifications/index.json"
1275 },
1276 {
1277 "descriptors": [
1278 {
1279 "defaultMessage": "Pinned toot",
1280 "id": "column.pins"
1281 }
1282 ],
1283 "path": "app/javascript/mastodon/features/pinned_statuses/index.json"
1284 },
1285 {
1286 "descriptors": [
1287 {
1288 "defaultMessage": "Federated timeline",
1289 "id": "column.public"
1290 },
1291 {
1292 "defaultMessage": "There is nothing here! Write something publicly, or manually follow users from other instances to fill it up",
1293 "id": "empty_column.public"
1294 }
1295 ],
1296 "path": "app/javascript/mastodon/features/public_timeline/index.json"
1297 },
1298 {
1299 "descriptors": [
1300 {
1301 "defaultMessage": "A look inside...",
1302 "id": "standalone.public_title"
1303 }
1304 ],
1305 "path": "app/javascript/mastodon/features/standalone/community_timeline/index.json"
1306 },
1307 {
1308 "descriptors": [
1309 {
1310 "defaultMessage": "A look inside...",
1311 "id": "standalone.public_title"
1312 }
1313 ],
1314 "path": "app/javascript/mastodon/features/standalone/public_timeline/index.json"
1315 },
1316 {
1317 "descriptors": [
1318 {
1319 "defaultMessage": "Delete",
1320 "id": "status.delete"
1321 },
1322 {
1323 "defaultMessage": "Mention @{name}",
1324 "id": "status.mention"
1325 },
1326 {
1327 "defaultMessage": "Reply",
1328 "id": "status.reply"
1329 },
1330 {
1331 "defaultMessage": "Boost",
1332 "id": "status.reblog"
1333 },
1334 {
1335 "defaultMessage": "This post cannot be boosted",
1336 "id": "status.cannot_reblog"
1337 },
1338 {
1339 "defaultMessage": "Favourite",
1340 "id": "status.favourite"
1341 },
1342 {
1343 "defaultMessage": "Mute @{name}",
1344 "id": "status.mute"
1345 },
1346 {
1347 "defaultMessage": "Mute conversation",
1348 "id": "status.mute_conversation"
1349 },
1350 {
1351 "defaultMessage": "Unmute conversation",
1352 "id": "status.unmute_conversation"
1353 },
1354 {
1355 "defaultMessage": "Block @{name}",
1356 "id": "status.block"
1357 },
1358 {
1359 "defaultMessage": "Report @{name}",
1360 "id": "status.report"
1361 },
1362 {
1363 "defaultMessage": "Share",
1364 "id": "status.share"
1365 },
1366 {
1367 "defaultMessage": "Pin on profile",
1368 "id": "status.pin"
1369 },
1370 {
1371 "defaultMessage": "Unpin from profile",
1372 "id": "status.unpin"
1373 },
1374 {
1375 "defaultMessage": "Embed",
1376 "id": "status.embed"
1377 }
1378 ],
1379 "path": "app/javascript/mastodon/features/status/components/action_bar.json"
1380 },
1381 {
1382 "descriptors": [
1383 {
1384 "defaultMessage": "Delete",
1385 "id": "confirmations.delete.confirm"
1386 },
1387 {
1388 "defaultMessage": "Are you sure you want to delete this status?",
1389 "id": "confirmations.delete.message"
1390 },
1391 {
1392 "defaultMessage": "Block",
1393 "id": "confirmations.block.confirm"
1394 },
1395 {
1396 "defaultMessage": "Show more for all",
1397 "id": "status.show_more_all"
1398 },
1399 {
1400 "defaultMessage": "Show less for all",
1401 "id": "status.show_less_all"
1402 },
1403 {
1404 "defaultMessage": "Are you sure you want to block {name}?",
1405 "id": "confirmations.block.message"
1406 }
1407 ],
1408 "path": "app/javascript/mastodon/features/status/index.json"
1409 },
1410 {
1411 "descriptors": [
1412 {
1413 "defaultMessage": "Boost",
1414 "id": "status.reblog"
1415 },
1416 {
1417 "defaultMessage": "You can press {combo} to skip this next time",
1418 "id": "boost_modal.combo"
1419 }
1420 ],
1421 "path": "app/javascript/mastodon/features/ui/components/boost_modal.json"
1422 },
1423 {
1424 "descriptors": [
1425 {
1426 "defaultMessage": "Network error",
1427 "id": "bundle_column_error.title"
1428 },
1429 {
1430 "defaultMessage": "Something went wrong while loading this component.",
1431 "id": "bundle_column_error.body"
1432 },
1433 {
1434 "defaultMessage": "Try again",
1435 "id": "bundle_column_error.retry"
1436 }
1437 ],
1438 "path": "app/javascript/mastodon/features/ui/components/bundle_column_error.json"
1439 },
1440 {
1441 "descriptors": [
1442 {
1443 "defaultMessage": "Something went wrong while loading this component.",
1444 "id": "bundle_modal_error.message"
1445 },
1446 {
1447 "defaultMessage": "Try again",
1448 "id": "bundle_modal_error.retry"
1449 },
1450 {
1451 "defaultMessage": "Close",
1452 "id": "bundle_modal_error.close"
1453 }
1454 ],
1455 "path": "app/javascript/mastodon/features/ui/components/bundle_modal_error.json"
1456 },
1457 {
1458 "descriptors": [
1459 {
1460 "defaultMessage": "Cancel",
1461 "id": "confirmation_modal.cancel"
1462 }
1463 ],
1464 "path": "app/javascript/mastodon/features/ui/components/confirmation_modal.json"
1465 },
1466 {
1467 "descriptors": [
1468 {
1469 "defaultMessage": "Embed",
1470 "id": "status.embed"
1471 },
1472 {
1473 "defaultMessage": "Embed this status on your website by copying the code below.",
1474 "id": "embed.instructions"
1475 },
1476 {
1477 "defaultMessage": "Here is what it will look like:",
1478 "id": "embed.preview"
1479 }
1480 ],
1481 "path": "app/javascript/mastodon/features/ui/components/embed_modal.json"
1482 },
1483 {
1484 "descriptors": [
1485 {
1486 "defaultMessage": "Close",
1487 "id": "lightbox.close"
1488 },
1489 {
1490 "defaultMessage": "Previous",
1491 "id": "lightbox.previous"
1492 },
1493 {
1494 "defaultMessage": "Next",
1495 "id": "lightbox.next"
1496 }
1497 ],
1498 "path": "app/javascript/mastodon/features/ui/components/media_modal.json"
1499 },
1500 {
1501 "descriptors": [
1502 {
1503 "defaultMessage": "Are you sure you want to mute {name}?",
1504 "id": "confirmations.mute.message"
1505 },
1506 {
1507 "defaultMessage": "Hide notifications from this user?",
1508 "id": "mute_modal.hide_notifications"
1509 },
1510 {
1511 "defaultMessage": "Cancel",
1512 "id": "confirmation_modal.cancel"
1513 },
1514 {
1515 "defaultMessage": "Mute",
1516 "id": "confirmations.mute.confirm"
1517 }
1518 ],
1519 "path": "app/javascript/mastodon/features/ui/components/mute_modal.json"
1520 },
1521 {
1522 "descriptors": [
1523 {
1524 "defaultMessage": "Home",
1525 "id": "column.home"
1526 },
1527 {
1528 "defaultMessage": "Notifications",
1529 "id": "column.notifications"
1530 },
1531 {
1532 "defaultMessage": "Local timeline",
1533 "id": "column.community"
1534 },
1535 {
1536 "defaultMessage": "Federated timeline",
1537 "id": "column.public"
1538 },
1539 {
1540 "defaultMessage": "Welcome to Mastodon!",
1541 "id": "onboarding.page_one.welcome"
1542 },
1543 {
1544 "defaultMessage": "Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
1545 "id": "onboarding.page_one.federation"
1546 },
1547 {
1548 "defaultMessage": "Your full handle",
1549 "id": "onboarding.page_one.full_handle"
1550 },
1551 {
1552 "defaultMessage": "This is what you would tell your friends to search for.",
1553 "id": "onboarding.page_one.handle_hint"
1554 },
1555 {
1556 "defaultMessage": "Write posts from the compose column. You can upload images, change privacy settings, and add content warnings with the icons below.",
1557 "id": "onboarding.page_two.compose"
1558 },
1559 {
1560 "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.",
1561 "id": "onboarding.page_three.search"
1562 },
1563 {
1564 "defaultMessage": "Edit your profile to change your avatar, bio, and display name. There, you will also find other preferences.",
1565 "id": "onboarding.page_three.profile"
1566 },
1567 {
1568 "defaultMessage": "The home timeline shows posts from people you follow.",
1569 "id": "onboarding.page_four.home"
1570 },
1571 {
1572 "defaultMessage": "The notifications column shows when someone interacts with you.",
1573 "id": "onboarding.page_four.notifications"
1574 },
1575 {
1576 "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.",
1577 "id": "onboarding.page_five.public_timelines"
1578 },
1579 {
1580 "defaultMessage": "Your instance's admin is {admin}.",
1581 "id": "onboarding.page_six.admin"
1582 },
1583 {
1584 "defaultMessage": "Please read {domain}'s {guidelines}!",
1585 "id": "onboarding.page_six.read_guidelines"
1586 },
1587 {
1588 "defaultMessage": "community guidelines",
1589 "id": "onboarding.page_six.guidelines"
1590 },
1591 {
1592 "defaultMessage": "Almost done...",
1593 "id": "onboarding.page_six.almost_done"
1594 },
1595 {
1596 "defaultMessage": "Mastodon is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
1597 "id": "onboarding.page_six.github"
1598 },
1599 {
1600 "defaultMessage": "There are {apps} available for iOS, Android and other platforms.",
1601 "id": "onboarding.page_six.apps_available"
1602 },
1603 {
1604 "defaultMessage": "mobile apps",
1605 "id": "onboarding.page_six.various_app"
1606 },
1607 {
1608 "defaultMessage": "Bon Appetoot!",
1609 "id": "onboarding.page_six.appetoot"
1610 },
1611 {
1612 "defaultMessage": "Next",
1613 "id": "onboarding.next"
1614 },
1615 {
1616 "defaultMessage": "Done",
1617 "id": "onboarding.done"
1618 },
1619 {
1620 "defaultMessage": "Skip",
1621 "id": "onboarding.skip"
1622 }
1623 ],
1624 "path": "app/javascript/mastodon/features/ui/components/onboarding_modal.json"
1625 },
1626 {
1627 "descriptors": [
1628 {
1629 "defaultMessage": "Close",
1630 "id": "lightbox.close"
1631 },
1632 {
1633 "defaultMessage": "Additional comments",
1634 "id": "report.placeholder"
1635 },
1636 {
1637 "defaultMessage": "Submit",
1638 "id": "report.submit"
1639 },
1640 {
1641 "defaultMessage": "Report {target}",
1642 "id": "report.target"
1643 },
1644 {
1645 "defaultMessage": "The report will be sent to your instance moderators. You can provide an explanation of why you are reporting this account below:",
1646 "id": "report.hint"
1647 },
1648 {
1649 "defaultMessage": "The account is from another server. Send an anonymized copy of the report there as well?",
1650 "id": "report.forward_hint"
1651 },
1652 {
1653 "defaultMessage": "Forward to {target}",
1654 "id": "report.forward"
1655 }
1656 ],
1657 "path": "app/javascript/mastodon/features/ui/components/report_modal.json"
1658 },
1659 {
1660 "descriptors": [
1661 {
1662 "defaultMessage": "Home",
1663 "id": "tabs_bar.home"
1664 },
1665 {
1666 "defaultMessage": "Notifications",
1667 "id": "tabs_bar.notifications"
1668 },
1669 {
1670 "defaultMessage": "Local",
1671 "id": "tabs_bar.local_timeline"
1672 },
1673 {
1674 "defaultMessage": "Federated",
1675 "id": "tabs_bar.federated_timeline"
1676 }
1677 ],
1678 "path": "app/javascript/mastodon/features/ui/components/tabs_bar.json"
1679 },
1680 {
1681 "descriptors": [
1682 {
1683 "defaultMessage": "Drag & drop to upload",
1684 "id": "upload_area.title"
1685 }
1686 ],
1687 "path": "app/javascript/mastodon/features/ui/components/upload_area.json"
1688 },
1689 {
1690 "descriptors": [
1691 {
1692 "defaultMessage": "Your draft will be lost if you leave Mastodon.",
1693 "id": "ui.beforeunload"
1694 }
1695 ],
1696 "path": "app/javascript/mastodon/features/ui/index.json"
1697 },
1698 {
1699 "descriptors": [
1700 {
1701 "defaultMessage": "Play",
1702 "id": "video.play"
1703 },
1704 {
1705 "defaultMessage": "Pause",
1706 "id": "video.pause"
1707 },
1708 {
1709 "defaultMessage": "Mute sound",
1710 "id": "video.mute"
1711 },
1712 {
1713 "defaultMessage": "Unmute sound",
1714 "id": "video.unmute"
1715 },
1716 {
1717 "defaultMessage": "Hide video",
1718 "id": "video.hide"
1719 },
1720 {
1721 "defaultMessage": "Expand video",
1722 "id": "video.expand"
1723 },
1724 {
1725 "defaultMessage": "Close video",
1726 "id": "video.close"
1727 },
1728 {
1729 "defaultMessage": "Full screen",
1730 "id": "video.fullscreen"
1731 },
1732 {
1733 "defaultMessage": "Exit full screen",
1734 "id": "video.exit_fullscreen"
1735 },
1736 {
1737 "defaultMessage": "Sensitive content",
1738 "id": "status.sensitive_warning"
1739 },
1740 {
1741 "defaultMessage": "Click to view",
1742 "id": "status.sensitive_toggle"
1743 }
1744 ],
1745 "path": "app/javascript/mastodon/features/video/index.json"
1746 }
1747 ]
This page took 0.301405 seconds and 4 git commands to generate.