-
Notifications
You must be signed in to change notification settings - Fork 2k
/
Copy pathmessages.po
4009 lines (3103 loc) · 133 KB
/
messages.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"POT-Creation-Date: 2023-12-18 14:40+0900\n"
"MIME-Version: 2.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: ja\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: noritada\n"
"Language-Team: Hima-Zinn, tkusano, dolciss, oboenikui, noritada\n"
"Plural-Forms: \n"
#: src/view/com/modals/VerifyEmail.tsx:142
#~ msgid "(no email)"
#~ msgstr ""
#: src/view/shell/desktop/RightNav.tsx:168
msgid "{0, plural, one {# invite code available} other {# invite codes available}}"
msgstr "{0, plural, other {# 個の招待コードが利用可能}}"
#: src/view/com/modals/Repost.tsx:44
msgid "{0}"
msgstr "{0}"
#: src/view/com/modals/CreateOrEditList.tsx:176
msgid "{0} {purposeLabel} List"
msgstr "{0} {purposeLabel} リスト"
#: src/view/com/profile/ProfileHeader.tsx:632
#~ msgid "{following} following"
#~ msgstr "{following}人をフォロー中"
#: src/view/shell/desktop/RightNav.tsx:151
msgid "{invitesAvailable, plural, one {Invite codes: # available} other {Invite codes: # available}}"
msgstr "{invitesAvailable, plural, other {招待コード: # 個利用可能}}"
#: src/view/screens/Settings.tsx:407
#: src/view/shell/Drawer.tsx:659
msgid "{invitesAvailable} invite code available"
msgstr "{invitesAvailable}個の招待コードが利用可能"
#: src/view/screens/Settings.tsx:409
#: src/view/shell/Drawer.tsx:661
msgid "{invitesAvailable} invite codes available"
msgstr "{invitesAvailable}個の招待コードが利用可能"
#: src/view/screens/Search/Search.tsx:87
msgid "{message}"
msgstr "{message}"
#: src/view/shell/Drawer.tsx:440
#~ msgid "{numUnreadNotifications} unread"
#~ msgstr "{numUnreadNotifications}件の未読"
#: src/Navigation.tsx:147
#~ msgid "@{0}"
#~ msgstr "@{0}"
#: src/view/com/threadgate/WhoCanReply.tsx:158
msgid "<0/> members"
msgstr "<0/>のメンバー"
#: src/view/com/profile/ProfileHeader.tsx:634
#~ msgid "<0>{following} </0><1>following</1>"
#~ msgstr "<0>{following}</0><1>人をフォロー中</1>"
#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:30
msgid "<0>Choose your</0><1>Recommended</1><2>Feeds</2>"
msgstr "<1>おすすめの</1><2>フィード</2><0>を選択</0>"
#: src/view/com/auth/onboarding/RecommendedFollows.tsx:37
msgid "<0>Follow some</0><1>Recommended</1><2>Users</2>"
msgstr "<1>おすすめの</1><2>ユーザー</2><0>をフォロー</0>"
#: src/view/com/auth/onboarding/WelcomeDesktop.tsx:21
#~ msgid "<0>Welcome to</0><1>Bluesky</1>"
#~ msgstr "<1>Bluesky</1><0>へようこそ</0>"
#: src/view/com/profile/ProfileHeader.tsx:597
#~ msgid "⚠Invalid Handle"
#~ msgstr "⚠不正なハンドル"
#: src/view/com/util/moderation/LabelInfo.tsx:45
msgid "A content warning has been applied to this {0}."
msgstr ""
#: src/lib/hooks/useOTAUpdate.ts:16
msgid "A new version of the app is available. Please update to continue using the app."
msgstr "新しいバージョンのアプリが利用可能です。継続して使用するためにはアップデートしてください。"
#: src/view/com/util/ViewHeader.tsx:83
#: src/view/screens/Search/Search.tsx:538
#~ msgid "Access navigation links and settings"
#~ msgstr ""
#: src/view/com/pager/FeedsTabBarMobile.tsx:78
#~ msgid "Access profile and other navigation links"
#~ msgstr ""
#: src/view/com/modals/EditImage.tsx:299
#: src/view/screens/Settings.tsx:417
msgid "Accessibility"
msgstr "アクセシビリティ"
#: src/view/com/auth/login/LoginForm.tsx:163
#: src/view/screens/Settings.tsx:286
msgid "Account"
msgstr "アカウント"
#: src/view/com/profile/ProfileHeader.tsx:293
#~ msgid "Account blocked"
#~ msgstr "アカウントをブロックしました"
#: src/view/com/profile/ProfileHeader.tsx:260
#~ msgid "Account muted"
#~ msgstr "アカウントをミュートしました"
#: src/view/com/modals/ModerationDetails.tsx:86
#~ msgid "Account Muted"
#~ msgstr "ミュート中のアカウント"
#: src/view/com/modals/ModerationDetails.tsx:72
#~ msgid "Account Muted by List"
#~ msgstr "リストによってミュート中のアカウント"
#: src/view/com/util/AccountDropdownBtn.tsx:41
msgid "Account options"
msgstr "アカウントオプション"
#: src/view/com/util/AccountDropdownBtn.tsx:25
#~ msgid "Account removed from quick access"
#~ msgstr ""
#: src/view/com/profile/ProfileHeader.tsx:315
#~ msgid "Account unblocked"
#~ msgstr "アカウントのブロックを解除しました"
#: src/view/com/profile/ProfileHeader.tsx:273
#~ msgid "Account unmuted"
#~ msgstr "アカウントのミュートを解除しました"
#: src/view/com/modals/ListAddRemoveUsers.tsx:264
#: src/view/com/modals/UserAddRemoveLists.tsx:193
#: src/view/screens/ProfileList.tsx:763
msgid "Add"
msgstr "追加"
#: src/view/com/modals/SelfLabel.tsx:56
msgid "Add a content warning"
msgstr "コンテンツの警告を追加"
#: src/view/screens/ProfileList.tsx:753
msgid "Add a user to this list"
msgstr "リストにユーザーを追加"
#: src/view/screens/Settings.tsx:355
#: src/view/screens/Settings.tsx:364
msgid "Add account"
msgstr "アカウントを追加"
#: src/view/com/composer/photos/Gallery.tsx:119
#: src/view/com/composer/photos/Gallery.tsx:180
#: src/view/com/modals/AltImage.tsx:93
msgid "Add alt text"
msgstr "ALTテキストを追加"
#: src/view/screens/AppPasswords.tsx:102
#: src/view/screens/AppPasswords.tsx:143
#: src/view/screens/AppPasswords.tsx:156
#~ msgid "Add App Password"
#~ msgstr "アプリパスワードを追加"
#: src/view/com/modals/report/InputIssueDetails.tsx:41
#: src/view/com/modals/report/Modal.tsx:191
msgid "Add details"
msgstr "詳細を追加"
#: src/view/com/modals/report/Modal.tsx:194
msgid "Add details to report"
msgstr "レポートに詳細を追加"
#: src/view/com/composer/Composer.tsx:447
msgid "Add link card"
msgstr "リンクカードを追加"
#: src/view/com/composer/Composer.tsx:450
msgid "Add link card:"
msgstr "リンクカードを追加:"
#: src/view/com/modals/ChangeHandle.tsx:415
msgid "Add the following DNS record to your domain:"
msgstr "次のDNSレコードをドメインに追加してください:"
#: src/view/com/profile/ProfileHeader.tsx:353
msgid "Add to Lists"
msgstr "リストに追加"
#: src/view/screens/ProfileFeed.tsx:271
msgid "Add to my feeds"
msgstr "マイフィードに追加"
#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:139
#~ msgid "Added"
#~ msgstr "追加済み"
#: src/view/com/modals/ListAddRemoveUsers.tsx:191
#: src/view/com/modals/UserAddRemoveLists.tsx:128
msgid "Added to list"
msgstr "リストに追加"
#: src/view/com/feeds/FeedSourceCard.tsx:125
#~ msgid "Added to my feeds"
#~ msgstr ""
#: src/view/screens/PreferencesHomeFeed.tsx:170
msgid "Adjust the number of likes a reply must have to be shown in your feed."
msgstr "返信がフィードに表示されるために必要な「いいね」の数を調整します。"
#: src/view/com/modals/SelfLabel.tsx:75
msgid "Adult Content"
msgstr "成人向けコンテンツ"
#: src/view/com/modals/ContentFilteringSettings.tsx:137
#~ msgid "Adult content can only be enabled via the Web at <0/>."
#~ msgstr "成人向けコンテンツを有効にするには、ウェブで<0/>にアクセスする必要があります。"
#: src/view/screens/Settings.tsx:602
msgid "Advanced"
msgstr "高度な設定"
#: src/view/com/auth/login/ChooseAccountForm.tsx:98
#~ msgid "Already signed in as @{0}"
#~ msgstr ""
#: src/view/com/composer/photos/Gallery.tsx:130
msgid "ALT"
msgstr "ALT"
#: src/view/com/modals/EditImage.tsx:315
msgid "Alt text"
msgstr "ALTテキスト"
#: src/view/com/composer/photos/Gallery.tsx:209
msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone."
msgstr "ALTテキストは、すべての人が文脈を理解できるようにするために、視覚障害者や低視力者向けに提供する画像の説明文です。"
#: src/view/com/modals/VerifyEmail.tsx:118
msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below."
msgstr "メールが{0}に送信されました。以下に入力できる確認コードがそのメールに記載されています。"
#: src/view/com/modals/ChangeEmail.tsx:119
msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below."
msgstr "以前のメールアドレス{0}にメールが送信されました。以下に入力できる確認コードがそのメールに記載されています。"
#: src/view/com/profile/FollowButton.tsx:30
#: src/view/com/profile/FollowButton.tsx:40
#~ msgid "An issue occurred, please try again."
#~ msgstr "問題が発生しました。もう一度お試しください。"
#: src/view/com/notifications/FeedItem.tsx:237
#: src/view/com/threadgate/WhoCanReply.tsx:178
msgid "and"
msgstr "および"
#: src/view/screens/LanguageSettings.tsx:95
msgid "App Language"
msgstr "アプリの言語"
#: src/view/screens/AppPasswords.tsx:228
#~ msgid "App password deleted"
#~ msgstr "アプリパスワードを削除しました"
#: src/view/com/modals/AddAppPasswords.tsx:133
#~ msgid "App Password names can only contain letters, numbers, spaces, dashes, and underscores."
#~ msgstr "アプリパスワードの名前には、文字、数字、スペース、ハイフン、アンダースコアのみが使用可能です。"
#: src/view/com/modals/AddAppPasswords.tsx:98
#~ msgid "App Password names must be at least 4 characters long."
#~ msgstr "アプリパスワードの名前は長さが4文字以上である必要があります。"
#: src/view/screens/Settings.tsx:628
#~ msgid "App password settings"
#~ msgstr "アプリパスワードの設定"
#: src/view/screens/Settings.tsx:622
msgid "App passwords"
msgstr "アプリパスワード"
#: src/view/screens/AppPasswords.tsx:186
msgid "App Passwords"
msgstr "アプリパスワード"
#: src/view/com/util/forms/PostDropdownBtn.tsx:236
msgid "Appeal content warning"
msgstr ""
#: src/view/com/modals/AppealLabel.tsx:65
msgid "Appeal Content Warning"
msgstr ""
#: src/view/com/modals/AppealLabel.tsx:65
#~ msgid "Appeal Decision"
#~ msgstr "判断に異議"
#: src/view/com/util/moderation/LabelInfo.tsx:52
msgid "Appeal this decision"
msgstr "この判断に異議を申し立てる"
#: src/view/com/util/moderation/LabelInfo.tsx:56
msgid "Appeal this decision."
msgstr "この判断に異議を申し立てる"
#: src/view/screens/Settings.tsx:432
msgid "Appearance"
msgstr "外観"
#: src/view/screens/AppPasswords.tsx:223
msgid "Are you sure you want to delete the app password \"{name}\"?"
msgstr "アプリパスワード「{name}」を本当に削除しますか?"
#: src/view/com/composer/Composer.tsx:143
msgid "Are you sure you'd like to discard this draft?"
msgstr "本当にこの下書きを破棄しますか?"
#: src/view/screens/ProfileList.tsx:353
msgid "Are you sure?"
msgstr "本当によろしいですか?"
#: src/view/com/util/forms/PostDropdownBtn.tsx:219
msgid "Are you sure? This cannot be undone."
msgstr "本当によろしいですか?これは元に戻せません。"
#: src/view/com/modals/SelfLabel.tsx:123
msgid "Artistic or non-erotic nudity."
msgstr "芸術的または性的ではないヌード。"
#: src/view/com/auth/create/CreateAccount.tsx:141
#: src/view/com/auth/login/ChooseAccountForm.tsx:151
#: src/view/com/auth/login/ForgotPasswordForm.tsx:166
#: src/view/com/auth/login/LoginForm.tsx:254
#: src/view/com/auth/login/SetNewPasswordForm.tsx:148
#: src/view/com/modals/report/InputIssueDetails.tsx:46
#: src/view/com/post-thread/PostThread.tsx:388
#: src/view/com/post-thread/PostThread.tsx:438
#: src/view/com/post-thread/PostThread.tsx:446
#: src/view/com/profile/ProfileHeader.tsx:672
msgid "Back"
msgstr "戻る"
#: src/view/com/post-thread/PostThread.tsx:400
#~ msgctxt "action"
#~ msgid "Back"
#~ msgstr "戻る"
#: src/view/screens/Settings.tsx:461
msgid "Basics"
msgstr "基本"
#: src/view/com/auth/create/Step2.tsx:156
#: src/view/com/modals/BirthDateSettings.tsx:73
msgid "Birthday"
msgstr "誕生日"
#: src/view/screens/Settings.tsx:312
msgid "Birthday:"
msgstr "誕生日:"
#: src/view/com/profile/ProfileHeader.tsx:282
#: src/view/com/profile/ProfileHeader.tsx:389
msgid "Block Account"
msgstr "アカウントをブロック"
#: src/view/screens/ProfileList.tsx:523
msgid "Block accounts"
msgstr "アカウントをブロック"
#: src/view/screens/ProfileList.tsx:473
msgid "Block list"
msgstr "リストをブロック"
#: src/view/screens/ProfileList.tsx:308
msgid "Block these accounts?"
msgstr "これらのアカウントをブロックしますか?"
#: src/view/screens/ProfileList.tsx:319
#~ msgid "Block this List"
#~ msgstr "このリストをブロック"
#: src/view/com/util/post-embeds/QuoteEmbed.tsx:57
#~ msgid "Blocked"
#~ msgstr "ブロックされています"
#: src/view/screens/Moderation.tsx:123
msgid "Blocked accounts"
msgstr "ブロック中のアカウント"
#: src/view/screens/ModerationBlockedAccounts.tsx:107
msgid "Blocked Accounts"
msgstr "ブロック中のアカウント"
#: src/view/com/profile/ProfileHeader.tsx:284
msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
msgstr "ブロック中のアカウントは、あなたのスレッドでの返信、あなたへのメンション、その他の方法であなたとやり取りすることはできません。"
#: src/view/screens/ModerationBlockedAccounts.tsx:115
msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours."
msgstr "ブロック中のアカウントは、あなたのスレッドでの返信、あなたへのメンション、その他の方法であなたとやり取りすることはできません。あなたは相手のコンテンツを見ることができず、相手はあなたのコンテンツを見ることができなくなります。"
#: src/view/com/post-thread/PostThread.tsx:250
msgid "Blocked post."
msgstr "投稿をブロックしました。"
#: src/view/screens/ProfileList.tsx:310
msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you."
msgstr "ブロックしたことは公開されます。ブロック中のアカウントは、あなたのスレッドでの返信、あなたへのメンション、その他の方法であなたとやり取りすることはできません。"
#: src/view/com/auth/HomeLoggedOutCTA.tsx:93
msgid "Blog"
msgstr "ブログ"
#: src/view/com/auth/HomeLoggedOutCTA.tsx:31
msgid "Bluesky"
msgstr "Bluesky"
#: src/view/com/auth/onboarding/WelcomeMobile.tsx:80
msgid "Bluesky is flexible."
msgstr "Blueskyは柔軟です。"
#: src/view/com/auth/onboarding/WelcomeMobile.tsx:69
msgid "Bluesky is open."
msgstr "Blueskyは開かれています。"
#: src/view/com/auth/onboarding/WelcomeMobile.tsx:56
msgid "Bluesky is public."
msgstr "Blueskyはパブリックです。"
#: src/view/com/modals/Waitlist.tsx:70
msgid "Bluesky uses invites to build a healthier community. If you don't know anybody with an invite, you can sign up for the waitlist and we'll send one soon."
msgstr "Blueskyはより健全なコミュニティを構築するために招待状を使用します。招待状をお持ちでない場合、Waitlistにお申し込みいただくと招待状をお送りします。"
#: src/view/screens/Moderation.tsx:225
msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private."
msgstr "Blueskyはログアウトしたユーザーにあなたのプロフィールや投稿を表示しません。他のアプリはこのリクエストに応じない場合があります。この設定はあなたのアカウントを非公開にするものではありません。"
#: src/view/com/modals/ServerInput.tsx:78
msgid "Bluesky.Social"
msgstr "Bluesky.Social"
#: src/view/screens/Settings.tsx:751
msgid "Build version {0} {1}"
msgstr "ビルドバージョン {0} {1}"
#: src/view/com/auth/HomeLoggedOutCTA.tsx:87
msgid "Business"
msgstr "ビジネス"
#: src/view/com/modals/ServerInput.tsx:115
#~ msgid "Button disabled. Input custom domain to proceed."
#~ msgstr ""
#: src/view/com/profile/ProfileSubpageHeader.tsx:157
#~ msgid "by —"
#~ msgstr ""
#: src/view/com/auth/onboarding/RecommendedFeedsItem.tsx:100
#~ msgid "by {0}"
#~ msgstr "{0}が作成"
#: src/view/com/profile/ProfileSubpageHeader.tsx:161
#~ msgid "by <0/>"
#~ msgstr ""
#: src/view/com/profile/ProfileSubpageHeader.tsx:159
#~ msgid "by you"
#~ msgstr ""
#: src/view/com/composer/photos/OpenCameraBtn.tsx:60
#: src/view/com/util/UserAvatar.tsx:221
#: src/view/com/util/UserBanner.tsx:38
msgid "Camera"
msgstr "カメラ"
#: src/view/com/modals/AddAppPasswords.tsx:214
msgid "Can only contain letters, numbers, spaces, dashes, and underscores. Must be at least 4 characters long, but no more than 32 characters long."
msgstr "文字、数字、スペース、ハイフン、およびアンダースコアのみが使用可能です。長さは4文字以上32文字以下である必要があります。"
#: src/view/com/composer/Composer.tsx:294
#: src/view/com/composer/Composer.tsx:297
#: src/view/com/modals/ChangeEmail.tsx:218
#: src/view/com/modals/ChangeEmail.tsx:220
#: src/view/com/modals/Confirm.tsx:88
#: src/view/com/modals/CreateOrEditList.tsx:267
#: src/view/com/modals/CreateOrEditList.tsx:272
#: src/view/com/modals/DeleteAccount.tsx:150
#: src/view/com/modals/DeleteAccount.tsx:223
#: src/view/com/modals/EditImage.tsx:323
#: src/view/com/modals/EditProfile.tsx:248
#: src/view/com/modals/LinkWarning.tsx:85
#: src/view/com/modals/Repost.tsx:73
#: src/view/com/modals/Waitlist.tsx:136
#: src/view/screens/Search/Search.tsx:601
#: src/view/shell/desktop/Search.tsx:182
msgid "Cancel"
msgstr "キャンセル"
#: src/view/com/modals/Confirm.tsx:88
#: src/view/com/modals/Confirm.tsx:91
#: src/view/com/modals/CreateOrEditList.tsx:293
#: src/view/com/modals/DeleteAccount.tsx:152
#: src/view/com/modals/DeleteAccount.tsx:227
#~ msgctxt "action"
#~ msgid "Cancel"
#~ msgstr "キャンセル"
#: src/view/com/modals/DeleteAccount.tsx:146
#: src/view/com/modals/DeleteAccount.tsx:219
msgid "Cancel account deletion"
msgstr "アカウントの削除をキャンセル"
#: src/view/com/modals/AltImage.tsx:123
#~ msgid "Cancel add image alt text"
#~ msgstr "画像のALTテキストの追加をキャンセル"
#: src/view/com/modals/ChangeHandle.tsx:149
msgid "Cancel change handle"
msgstr "ハンドルの変更をキャンセル"
#: src/view/com/modals/crop-image/CropImage.web.tsx:134
msgid "Cancel image crop"
msgstr "画像の切り抜きをキャンセル"
#: src/view/com/modals/EditProfile.tsx:243
msgid "Cancel profile editing"
msgstr "プロフィールの編集をキャンセル"
#: src/view/com/modals/Repost.tsx:64
msgid "Cancel quote post"
msgstr "引用をキャンセル"
#: src/view/com/modals/ListAddRemoveUsers.tsx:87
#: src/view/shell/desktop/Search.tsx:178
msgid "Cancel search"
msgstr "検索をキャンセル"
#: src/view/com/modals/Waitlist.tsx:132
msgid "Cancel waitlist signup"
msgstr "Waitlistの登録をキャンセル"
#: src/view/screens/Settings.tsx:306
msgid "Change"
msgstr "変更"
#: src/view/screens/Settings.tsx:321
#~ msgctxt "action"
#~ msgid "Change"
#~ msgstr "変更"
#: src/view/screens/Settings.tsx:634
#: src/view/screens/Settings.tsx:643
msgid "Change handle"
msgstr "ハンドルを変更"
#: src/view/com/modals/ChangeHandle.tsx:161
msgid "Change Handle"
msgstr "ハンドルを変更"
#: src/view/com/modals/VerifyEmail.tsx:141
msgid "Change my email"
msgstr "メールアドレスを変更"
#: src/view/com/modals/ChangeEmail.tsx:109
msgid "Change Your Email"
msgstr "メールアドレスを変更"
#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:121
msgid "Check out some recommended feeds. Tap + to add them to your list of pinned feeds."
msgstr "おすすめのフィードを確認してください。「+」をタップするとピン留めしたフィードのリストに追加されます。"
#: src/view/com/auth/onboarding/RecommendedFollows.tsx:185
msgid "Check out some recommended users. Follow them to see similar users."
msgstr "おすすめのユーザーを確認してください。フォローすることであなたに合ったユーザーが見つかるかもしれません。"
#: src/view/com/modals/DeleteAccount.tsx:163
msgid "Check your inbox for an email with the confirmation code to enter below:"
msgstr "入力したメールアドレスの受信トレイを確認して、以下に入力するための確認コードが記載されたメールが届いていないか確認してください:"
#: src/view/com/modals/Threadgate.tsx:72
msgid "Choose \"Everybody\" or \"Nobody\""
msgstr "「全員」と「返信不可」のどちらかを選択"
#: src/view/screens/Settings.tsx:650
#~ msgid "Choose a new Bluesky username or create"
#~ msgstr "Blueskyの別のユーザ名を選択するか、新規に作成します"
#: src/view/com/modals/ServerInput.tsx:38
msgid "Choose Service"
msgstr "サービスを選択"
#: src/view/com/auth/onboarding/WelcomeMobile.tsx:83
msgid "Choose the algorithms that power your experience with custom feeds."
msgstr "カスタムフィードを使用してあなたの体験を強化するアルゴリズムを選択します。"
#: src/view/com/auth/create/Step2.tsx:127
msgid "Choose your password"
msgstr "パスワードを選択"
#: src/view/screens/Settings.tsx:727
msgid "Clear all legacy storage data"
msgstr "レガシーストレージデータをすべてクリア"
#: src/view/screens/Settings.tsx:729
msgid "Clear all legacy storage data (restart after this)"
msgstr "すべてのレガシーストレージデータをクリア(この後再起動します)"
#: src/view/screens/Settings.tsx:739
msgid "Clear all storage data"
msgstr "すべてのストレージデータをクリア"
#: src/view/screens/Settings.tsx:741
msgid "Clear all storage data (restart after this)"
msgstr "すべてのストレージデータをクリア(この後再起動します)"
#: src/view/com/util/forms/SearchInput.tsx:74
#: src/view/screens/Search/Search.tsx:582
msgid "Clear search query"
msgstr "検索クエリをクリア"
#: src/view/screens/Support.tsx:40
#~ msgid "click here"
#~ msgstr "こちらをクリック"
#: src/view/com/auth/login/PasswordUpdatedForm.tsx:38
msgid "Close alert"
msgstr "アラートを閉じる"
#: src/view/com/util/BottomSheetCustomBackdrop.tsx:33
msgid "Close bottom drawer"
msgstr "一番下の引き出しを閉じる"
#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:26
msgid "Close image"
msgstr "画像を閉じる"
#: src/view/com/lightbox/Lightbox.web.tsx:112
msgid "Close image viewer"
msgstr "画像ビューアを閉じる"
#: src/view/shell/index.web.tsx:49
msgid "Close navigation footer"
msgstr "ナビゲーションフッターを閉じる"
#: src/view/shell/index.web.tsx:50
#~ msgid "Closes bottom navigation bar"
#~ msgstr ""
#: src/view/com/auth/login/PasswordUpdatedForm.tsx:39
#~ msgid "Closes password update alert"
#~ msgstr ""
#: src/view/com/composer/Composer.tsx:301
#~ msgid "Closes post composer and discards post draft"
#~ msgstr ""
#: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:27
#~ msgid "Closes viewer for header image"
#~ msgstr ""
#: src/view/com/notifications/FeedItem.tsx:321
#~ msgid "Collapses list of users for a given notification"
#~ msgstr ""
#: src/view/screens/CommunityGuidelines.tsx:32
msgid "Community Guidelines"
msgstr "コミュニティガイドライン"
#: src/view/com/composer/Composer.tsx:416
#~ msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length"
#~ msgstr ""
#: src/view/com/composer/Prompt.tsx:24
msgid "Compose reply"
msgstr "返信を作成"
#: src/view/com/modals/AppealLabel.tsx:98
#: src/view/com/modals/Confirm.tsx:75
#: src/view/com/modals/SelfLabel.tsx:154
#: src/view/com/modals/VerifyEmail.tsx:225
#: src/view/screens/PreferencesHomeFeed.tsx:305
#: src/view/screens/PreferencesThreads.tsx:159
msgid "Confirm"
msgstr "確認"
#: src/view/com/modals/Confirm.tsx:75
#: src/view/com/modals/Confirm.tsx:78
#~ msgctxt "action"
#~ msgid "Confirm"
#~ msgstr "確認"
#: src/view/com/modals/ChangeEmail.tsx:193
#: src/view/com/modals/ChangeEmail.tsx:195
msgid "Confirm Change"
msgstr "変更を確認"
#: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34
msgid "Confirm content language settings"
msgstr "コンテンツの言語設定を確認"
#: src/view/com/modals/DeleteAccount.tsx:209
msgid "Confirm delete account"
msgstr "アカウントの削除を確認"
#: src/view/com/modals/ContentFilteringSettings.tsx:151
#~ msgid "Confirm your age to enable adult content."
#~ msgstr "成人向けコンテンツを有効にするために年齢を確認してください。"
#: src/view/com/modals/ChangeEmail.tsx:157
#: src/view/com/modals/DeleteAccount.tsx:176
#: src/view/com/modals/VerifyEmail.tsx:159
msgid "Confirmation code"
msgstr "確認コード"
#: src/view/com/modals/Waitlist.tsx:120
#~ msgid "Confirms signing up {email} to the waitlist"
#~ msgstr ""
#: src/view/com/auth/create/CreateAccount.tsx:174
#: src/view/com/auth/login/LoginForm.tsx:273
msgid "Connecting..."
msgstr "接続中..."
#: src/view/screens/Moderation.tsx:81
msgid "Content filtering"
msgstr "コンテンツのフィルタリング"
#: src/view/com/modals/ContentFilteringSettings.tsx:44
msgid "Content Filtering"
msgstr "コンテンツのフィルタリング"
#: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:74
#: src/view/screens/LanguageSettings.tsx:278
msgid "Content Languages"
msgstr "コンテンツの言語"
#: src/view/com/modals/ModerationDetails.tsx:65
#~ msgid "Content Not Available"
#~ msgstr ""
#: src/view/com/util/moderation/ScreenHider.tsx:78
msgid "Content Warning"
msgstr "コンテンツの警告"
#: src/view/com/composer/labels/LabelsBtn.tsx:31
msgid "Content warnings"
msgstr "コンテンツの警告"
#: src/view/com/auth/onboarding/RecommendedFeeds.tsx:148
#: src/view/com/auth/onboarding/RecommendedFollows.tsx:209
msgid "Continue"
msgstr "続行"
#: src/view/com/modals/AddAppPasswords.tsx:193
#: src/view/com/modals/InviteCodes.tsx:179
msgid "Copied"
msgstr "コピーしました"
#: src/view/screens/Settings.tsx:236
#~ msgid "Copied build version to clipboard"
#~ msgstr "ビルドバージョンをクリップボードにコピーしました"
#: src/view/com/modals/AddAppPasswords.tsx:75
#: src/view/com/modals/InviteCodes.tsx:152
#: src/view/com/util/forms/PostDropdownBtn.tsx:110
#~ msgid "Copied to clipboard"
#~ msgstr "クリップボードにコピーしました"
#: src/view/com/modals/AddAppPasswords.tsx:191
#~ msgid "Copies app password"
#~ msgstr "アプリパスワードをコピーします"
#: src/view/com/modals/AddAppPasswords.tsx:186
msgid "Copy"
msgstr "コピー"
#: src/view/screens/ProfileList.tsx:385
msgid "Copy link to list"
msgstr "リストへのリンクをコピー"
#: src/view/com/util/forms/PostDropdownBtn.tsx:139
msgid "Copy link to post"
msgstr "投稿へのリンクをコピー"
#: src/view/com/profile/ProfileHeader.tsx:338
msgid "Copy link to profile"
msgstr "プロフィールへのリンクをコピー"
#: src/view/com/util/forms/PostDropdownBtn.tsx:125
msgid "Copy post text"
msgstr "投稿のテキストをコピー"
#: src/view/screens/CopyrightPolicy.tsx:29
msgid "Copyright Policy"
msgstr "著作権ポリシー"
#: src/view/screens/ProfileFeed.tsx:95
msgid "Could not load feed"
msgstr "フィードのロードに失敗しました"
#: src/view/screens/ProfileList.tsx:839
msgid "Could not load list"
msgstr "リストのロードに失敗しました"
#: src/view/com/auth/HomeLoggedOutCTA.tsx:62
#: src/view/com/auth/SplashScreen.tsx:46
msgid "Create a new account"
msgstr "新しいアカウントを作成"
#: src/view/screens/Settings.tsx:371
#~ msgid "Create a new Bluesky account"
#~ msgstr "新しいBlueskyアカウントを作成"
#: src/view/com/auth/create/CreateAccount.tsx:121
msgid "Create Account"
msgstr "アカウントを作成"
#: src/view/com/modals/AddAppPasswords.tsx:228
#~ msgid "Create App Password"
#~ msgstr "アプリパスワードを作成"
#: src/view/com/auth/HomeLoggedOutCTA.tsx:54
#: src/view/com/auth/SplashScreen.tsx:43
msgid "Create new account"
msgstr "新しいアカウントを作成"
#: src/view/screens/AppPasswords.tsx:248
msgid "Created {0}"
msgstr "作成済み {0}"
#: src/view/screens/ProfileFeed.tsx:625
#~ msgid "Created by <0/>"
#~ msgstr "作成者:<0/>"
#: src/view/screens/ProfileFeed.tsx:623
#~ msgid "Created by you"
#~ msgstr "作成者:あなた"
#: src/view/com/composer/Composer.tsx:447
#~ msgid "Creates a card with a thumbnail. The card links to {url}"
#~ msgstr ""
#: src/view/com/modals/ChangeHandle.tsx:387
#: src/view/com/modals/ServerInput.tsx:102
msgid "Custom domain"
msgstr "カスタムドメイン"
#: src/view/screens/PreferencesExternalEmbeds.tsx:55
msgid "Customize media from external sites."
msgstr "外部サイトのメディアをカスタマイズします。"
#: src/view/screens/Settings.tsx:648
msgid "Danger Zone"
msgstr "危険地帯"
#: src/view/screens/Settings.tsx:466
#~ msgid "Dark"
#~ msgstr "ダーク"
#: src/view/screens/Debug.tsx:63
#~ msgid "Dark mode"
#~ msgstr ""
#: src/Navigation.tsx:204
#~ msgid "Debug"
#~ msgstr "デバッグ"
#: src/view/screens/Debug.tsx:83
#~ msgid "Debug panel"
#~ msgstr ""
#: src/view/screens/Settings.tsx:655
msgid "Delete account"
msgstr "アカウントを削除"
#: src/view/com/modals/DeleteAccount.tsx:83
msgid "Delete Account"
msgstr "アカウントを削除"
#: src/view/screens/AppPasswords.tsx:221
#: src/view/screens/AppPasswords.tsx:241
msgid "Delete app password"
msgstr "アプリパスワードを削除"
#: src/view/screens/ProfileList.tsx:352
#: src/view/screens/ProfileList.tsx:412
msgid "Delete List"
msgstr "リストを削除"
#: src/view/com/modals/DeleteAccount.tsx:212
msgid "Delete my account"
msgstr "マイアカウントを削除"
#: src/view/screens/Settings.tsx:665
msgid "Delete my account…"
msgstr "マイアカウントを削除…"
#: src/view/com/util/forms/PostDropdownBtn.tsx:214
msgid "Delete post"
msgstr "投稿を削除"
#: src/view/com/util/forms/PostDropdownBtn.tsx:218
msgid "Delete this post?"
msgstr "この投稿を削除しますか?"
#: src/view/com/util/post-embeds/QuoteEmbed.tsx:66
#~ msgid "Deleted"
#~ msgstr "削除されています"
#: src/view/com/post-thread/PostThread.tsx:242
msgid "Deleted post."
msgstr "投稿を削除しました。"
#: src/view/com/modals/CreateOrEditList.tsx:218
#: src/view/com/modals/CreateOrEditList.tsx:234
#: src/view/com/modals/EditProfile.tsx:197
#: src/view/com/modals/EditProfile.tsx:209
msgid "Description"
msgstr "説明"
#: src/view/com/auth/create/Step1.tsx:96
msgid "Dev Server"
msgstr "開発者サーバー"
#: src/view/screens/Settings.tsx:670
msgid "Developer Tools"
msgstr "開発者ツール"
#: src/view/com/composer/Composer.tsx:211
msgid "Did you want to say anything?"
msgstr ""
#: src/view/com/composer/Composer.tsx:144
msgid "Discard"
msgstr "破棄"
#: src/view/com/composer/Composer.tsx:138
msgid "Discard draft"
msgstr "下書きを破棄"
#: src/view/screens/Moderation.tsx:207
msgid "Discourage apps from showing my account to logged-out users"
msgstr "アプリがログアウトしたユーザーに自分のアカウントを表示しないようにする"
#: src/view/com/posts/FollowingEmptyState.tsx:74
#: src/view/com/posts/FollowingEndOfFeed.tsx:75
#~ msgid "Discover new custom feeds"
#~ msgstr "新しいカスタムフィードを見つける"
#: src/view/screens/Feeds.tsx:405
msgid "Discover new feeds"
msgstr "新しいフィードを見つける"
#: src/view/com/modals/EditProfile.tsx:191
msgid "Display name"
msgstr "表示名"
#: src/view/com/modals/EditProfile.tsx:179
msgid "Display Name"
msgstr "表示名"
#: src/view/com/modals/ChangeHandle.tsx:485
msgid "Domain verified!"
msgstr "ドメインを確認しました!"
#: src/view/com/auth/create/Step2.tsx:83
#~ msgid "Don't have an invite code?"
#~ msgstr ""
#: src/view/com/auth/onboarding/RecommendedFollows.tsx:86
#: src/view/com/modals/AltImage.tsx:115
#: src/view/com/modals/ContentFilteringSettings.tsx:88
#: src/view/com/modals/ContentFilteringSettings.tsx:96
#: src/view/com/modals/crop-image/CropImage.web.tsx:152
#: src/view/com/modals/EditImage.tsx:333
#: src/view/com/modals/ListAddRemoveUsers.tsx:142
#: src/view/com/modals/SelfLabel.tsx:157
#: src/view/com/modals/Threadgate.tsx:129
#: src/view/com/modals/Threadgate.tsx:132
#: src/view/com/modals/UserAddRemoveLists.tsx:79
#: src/view/screens/PreferencesHomeFeed.tsx:308
#: src/view/screens/PreferencesThreads.tsx:162
msgid "Done"
msgstr "完了"
#: src/view/com/auth/onboarding/RecommendedFollows.tsx:86
#: src/view/com/modals/EditImage.tsx:333
#: src/view/com/modals/ListAddRemoveUsers.tsx:144
#: src/view/com/modals/SelfLabel.tsx:157
#: src/view/com/modals/Threadgate.tsx:129