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