forked from dotnet/roslyn-analyzers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoftCodeQualityAnalyzersResources.ja.xlf
2107 lines (2107 loc) · 186 KB
/
MicrosoftCodeQualityAnalyzersResources.ja.xlf
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
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ja" original="../MicrosoftCodeQualityAnalyzersResources.resx">
<body>
<trans-unit id="AppendConfigureAwaitTrue">
<source>Append .ConfigureAwait(true)</source>
<target state="translated">.ConfigureAwait(true) を追加します</target>
<note />
</trans-unit>
<trans-unit id="AssigningSymbolAndItsMemberInSameStatementDescription">
<source>Assigning to a symbol and its member (field/property) in the same statement is not recommended. It is not clear if the member access was intended to use symbol's old value prior to the assignment or new value from the assignment in this statement. For clarity, consider splitting the assignments into separate statements.</source>
<target state="translated">同じステートメントにシンボルとそのメンバー (フィールドとプロパティ) を代入することは推奨されていません。メンバー アクセスが、代入前のシンボルの古い値を使用するのか、このステートメントの代入からの新しい値を使用するのかが明確ではありません。わかりやすくするために、代入を個別のステートメントに分割することをご検討ください。</target>
<note />
</trans-unit>
<trans-unit id="AssigningSymbolAndItsMemberInSameStatementMessage">
<source>Symbol '{0}' and its member '{1}' are both assigned in the same statement. You are at risk of assigning the member of an unintended object.</source>
<target state="translated">シンボル '{0}' とそのメンバー '{1}' の両方が同じステートメントに割り当てられています。意図しないオブジェクトのメンバーが割り当てられているおそれがあります。</target>
<note />
</trans-unit>
<trans-unit id="AssigningSymbolAndItsMemberInSameStatementTitle">
<source>Assigning symbol and its member in the same statement.</source>
<target state="translated">同じステートメントにシンボルとそのメンバーを割り当てています。</target>
<note />
</trans-unit>
<trans-unit id="AvoidAsyncVoidTitle">
<source>Avoid Async Void</source>
<target state="translated">Async Void を使用しないでください</target>
<note />
</trans-unit>
<trans-unit id="AvoidAsyncVoidDescription">
<source>#N/A</source>
<target state="translated">#N/A</target>
<note />
</trans-unit>
<trans-unit id="AvoidAsyncVoidMessage">
<source>Avoid Async Void</source>
<target state="translated">Async Void を使用しないでください</target>
<note />
</trans-unit>
<trans-unit id="AsyncMethodNamesShouldEndInAsyncTitle">
<source>Async Method Names Should End in Async</source>
<target state="translated">非同期メソッド名は Async で終わる必要があります</target>
<note />
</trans-unit>
<trans-unit id="AsyncMethodNamesShouldEndInAsyncDescription">
<source>#N/A</source>
<target state="translated">#N/A</target>
<note />
</trans-unit>
<trans-unit id="AsyncMethodNamesShouldEndInAsyncMessage">
<source>Async Method Names Should End in Async</source>
<target state="translated">非同期メソッド名は Async で終わる必要があります</target>
<note />
</trans-unit>
<trans-unit id="AvoidInfiniteRecursionMessageMaybe">
<source>Do not assign the property within its setter. This call might result in an infinite recursion.</source>
<target state="translated">プロパティをそのセッター内に割り当てないでください。この呼び出しにより、無限再帰が発生する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="AvoidInfiniteRecursionMessageSure">
<source>Do not assign the property within its setter. This call will result in an infinite recursion.</source>
<target state="translated">プロパティをそのセッター内に割り当てないでください。この呼び出しにより、無限再帰が発生します。</target>
<note />
</trans-unit>
<trans-unit id="AvoidInfiniteRecursionTitle">
<source>Avoid infinite recursion</source>
<target state="translated">無限再帰の回避</target>
<note />
</trans-unit>
<trans-unit id="AvoidOutParametersDescription">
<source>Passing types by reference (using 'out' or 'ref') requires experience with pointers, understanding how value types and reference types differ, and handling methods with multiple return values. Also, the difference between 'out' and 'ref' parameters is not widely understood.</source>
<target state="translated">('out' または 'ref' を使用して) 型を参照によって渡すには、ポインターの使用経験、値型と参照型の違いの理解、および複数の戻り値を持つ処理メソッドが必要です。また、'out' と 'ref' のパラメーターの違いはあまり理解されていません。</target>
<note />
</trans-unit>
<trans-unit id="AvoidOutParametersMessage">
<source>Avoid 'out' parameters as they are not designed for general audience.</source>
<target state="translated">一般向けに設計されていないため、'out' パラメーターは使用しないでください。</target>
<note />
</trans-unit>
<trans-unit id="AvoidOutParametersTitle">
<source>Avoid out parameters</source>
<target state="translated">out パラメーターを使用しません</target>
<note />
</trans-unit>
<trans-unit id="DoNotCatchGeneralExceptionTypesDescription">
<source>A general exception such as System.Exception or System.SystemException or a disallowed exception type is caught in a catch statement, or a general catch clause is used. General and disallowed exceptions should not be caught.</source>
<target state="translated">System.Exception や System.SystemException などの一般的な例外、または許可されていない例外の種類は catch ステートメントでキャッチされます。または一般的な catch 句を使用します。一般的な例外と許可されていない例外をキャッチしないでください。</target>
<note />
</trans-unit>
<trans-unit id="DoNotCatchGeneralExceptionTypesMessage">
<source>Modify '{0}' to catch a more specific allowed exception type, or rethrow the exception.</source>
<target state="translated">'{0}' を変更して特定の許可された例外の種類をさらにキャッチするか、例外を再スローします。</target>
<note />
</trans-unit>
<trans-unit id="DoNotCatchGeneralExceptionTypesTitle">
<source>Do not catch general exception types</source>
<target state="translated">一般的な例外の種類はキャッチしません</target>
<note />
</trans-unit>
<trans-unit id="DoNotPassAsyncLambdasAsVoidReturningDelegateTypesTitle">
<source>Don't Pass Async Lambdas as Void Returning Delegate Types</source>
<target state="translated">デリゲート型を返す Void として非同期ラムダを渡さないでください</target>
<note />
</trans-unit>
<trans-unit id="DoNotPassAsyncLambdasAsVoidReturningDelegateTypesDescription">
<source>#N/A</source>
<target state="translated">#N/A</target>
<note />
</trans-unit>
<trans-unit id="DoNotPassAsyncLambdasAsVoidReturningDelegateTypesMessage">
<source>Don't Pass Async Lambdas as Void Returning Delegate Types</source>
<target state="translated">デリゲート型を返す Void として非同期ラムダを渡さないでください</target>
<note />
</trans-unit>
<trans-unit id="DoNotPrefixEnumValuesWithTypeNameDescription">
<source>An enumeration's values should not start with the type name of the enumeration.</source>
<target state="translated">列挙値は、列挙型名で始まらないようにします。</target>
<note />
</trans-unit>
<trans-unit id="DoNotPrefixEnumValuesWithTypeNameMessage">
<source>Do not prefix enum values with the name of the enum type '{0}'. </source>
<target state="translated">列挙値の前に列挙型 '{0}' の名前を付けないでください。</target>
<note />
</trans-unit>
<trans-unit id="DoNotPrefixEnumValuesWithTypeNameTitle">
<source>Do not prefix enum values with type name</source>
<target state="translated">列挙値の前に型名を付けないでください</target>
<note />
</trans-unit>
<trans-unit id="DoNotStoreAsyncLambdasAsVoidReturningDelegateTypesTitle">
<source>Don't Store Async Lambdas as Void Returning Delegate Types</source>
<target state="translated">デリゲート型を返す Void として非同期ラムダを格納しないでください</target>
<note />
</trans-unit>
<trans-unit id="DoNotStoreAsyncLambdasAsVoidReturningDelegateTypesDescription">
<source>#N/A</source>
<target state="translated">#N/A</target>
<note />
</trans-unit>
<trans-unit id="DoNotStoreAsyncLambdasAsVoidReturningDelegateTypesMessage">
<source>Don't Store Async Lambdas as Void Returning Delegate Types</source>
<target state="translated">デリゲート型を返す Void として非同期ラムダを格納しないでください</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseMutableStructInReadonlyFieldDescription">
<source>Making a mutable struct a readonly field can result in silent but significant problems as any mutatin to the instance will be done on a compiler-generated copy and thus ignored.</source>
<target state="new">Making a mutable struct a readonly field can result in silent but significant problems as any mutatin to the instance will be done on a compiler-generated copy and thus ignored.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseMutableStructInReadonlyFieldMessage">
<source>Do not use mutable struct in readonly field</source>
<target state="new">Do not use mutable struct in readonly field</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseMutableStructInReadonlyFieldTitle">
<source>Do not use mutable struct in readonly field</source>
<target state="new">Do not use mutable struct in readonly field</target>
<note />
</trans-unit>
<trans-unit id="EnumShouldNotHaveDuplicatedValuesMessageDuplicatedBitwiseValuePart">
<source>The field reference '{0}' is duplicated in this bitwise initialization.</source>
<target state="translated">フィールド参照 '{0}' は、このビット単位の初期化で重複しています。</target>
<note />
</trans-unit>
<trans-unit id="EnumShouldNotHaveDuplicatedValuesMessageDuplicatedValue">
<source>The enum member '{0}' has the same constant value '{1}' as member '{2}'.</source>
<target state="translated">列挙型メンバー '{0}' の定数値 '{1}' がメンバー '{2}' と同じです。</target>
<note />
</trans-unit>
<trans-unit id="EnumShouldNotHaveDuplicatedValuesTitle">
<source>Enums values should not be duplicated</source>
<target state="translated">列挙値を重複させることはできない</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyMessageFinalizeOverride">
<source>Remove the finalizer from type '{0}', override Dispose(bool disposing), and put the finalization logic in the code path where 'disposing' is false. Otherwise, it might lead to duplicate Dispose invocations as the Base type '{1}' also provides a finalizer.</source>
<target state="translated">型 '{0}' からファイナライザーを削除し、Dispose(bool disposing) をオーバーライドします。その後、'disposing' が false のコード パスに finalization 論理を配置します。その他の場合、基本型 '{1}' でもファイナライザーが提供されるため、Dispose 呼び出しが重複する可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="PropagateCancellationTokensWhenPossibleTitle">
<source>Propagate CancellationTokens When Possible</source>
<target state="translated">可能な場合は CancellationToken を伝達してください</target>
<note />
</trans-unit>
<trans-unit id="PropagateCancellationTokensWhenPossibleDescription">
<source>#N/A</source>
<target state="translated">#N/A</target>
<note />
</trans-unit>
<trans-unit id="PropagateCancellationTokensWhenPossibleMessage">
<source>Propagate CancellationTokens When Possible</source>
<target state="translated">可能な場合は CancellationToken を伝達してください</target>
<note />
</trans-unit>
<trans-unit id="DoNotMixBlockingAndAsyncTitle">
<source>Don't Mix Blocking and Async</source>
<target state="translated">ブロッキングと非同期を組み合わせないでください</target>
<note />
</trans-unit>
<trans-unit id="DoNotMixBlockingAndAsyncDescription">
<source>#N/A</source>
<target state="translated">#N/A</target>
<note />
</trans-unit>
<trans-unit id="DoNotMixBlockingAndAsyncMessage">
<source>Don't Mix Blocking and Async</source>
<target state="translated">ブロッキングと非同期を組み合わせないでください</target>
<note />
</trans-unit>
<trans-unit id="TypesThatOwnDisposableFieldsShouldBeDisposableTitle">
<source>Types that own disposable fields should be disposable</source>
<target state="translated">破棄可能なフィールドを所有する型は、破棄可能でなければなりません</target>
<note />
</trans-unit>
<trans-unit id="TypesThatOwnDisposableFieldsShouldBeDisposableDescription">
<source>A class declares and implements an instance field that is a System.IDisposable type, and the class does not implement IDisposable. A class that declares an IDisposable field indirectly owns an unmanaged resource and should implement the IDisposable interface.</source>
<target state="translated">クラスが System.IDisposable 型であるインスタンス フィールドを宣言および実装していますが、IDisposable を実装していません。IDisposable フィールドを宣言するクラスは間接的にアンマネージ リソースを所有しているため、IDisposable インターフェイスを実装する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="TypesThatOwnDisposableFieldsShouldBeDisposableMessageNonBreaking">
<source>Type '{0}' owns disposable field(s) '{1}' but is not disposable</source>
<target state="translated">型 '{0}' は破棄可能なフィールド '{1}' を所有しますが、破棄可能ではありません</target>
<note />
</trans-unit>
<trans-unit id="UseGenericEventHandlerInstancesTitle">
<source>Use generic event handler instances</source>
<target state="translated">汎用イベント ハンドラーのインスタンスを使用します</target>
<note />
</trans-unit>
<trans-unit id="EnumsShouldHaveZeroValueTitle">
<source>Enums should have zero value</source>
<target state="translated">列挙型は 0 値を含んでいなければなりません</target>
<note />
</trans-unit>
<trans-unit id="EnumsShouldHaveZeroValueDescription">
<source>The default value of an uninitialized enumeration, just as other value types, is zero. A nonflags-attributed enumeration should define a member by using the value of zero so that the default value is a valid value of the enumeration. If an enumeration that has the FlagsAttribute attribute applied defines a zero-valued member, its name should be ""None"" to indicate that no values have been set in the enumeration.</source>
<target state="translated">初期化されていない列挙型の既定値は、他の値型と同様に、ゼロです。Flags 属性以外が指定された列挙型では、既定値が有効な列挙値になるように、値 0 を使用してメンバーを定義する必要があります。FlagsAttribute 属性が適用されている列挙型で 0 値のメンバーを定義する場合は、その名前を ""None"" にして、列挙型に値が設定されていないことを示す必要があります。</target>
<note />
</trans-unit>
<trans-unit id="EnumsShouldHaveZeroValueMessageFlagsRename">
<source>In enum {0}, change the name of {1} to 'None'.</source>
<target state="translated">列挙型 {0} では、{1} の名前を 'None' に変更してください。</target>
<note />
</trans-unit>
<trans-unit id="EnumsShouldHaveZeroValueMessageFlagsMultipleZeros">
<source>Remove all members that have the value zero from {0} except for one member that is named 'None'.</source>
<target state="translated">'None' という名前の 1 つのメンバーを除き、値 0 を含むすべてのメンバーを {0} から削除します。</target>
<note />
</trans-unit>
<trans-unit id="EnumsShouldHaveZeroValueMessageNotFlagsNoZeroValue">
<source>Add a member to {0} that has a value of zero with a suggested name of 'None'.</source>
<target state="translated">提案された名前 'None' を伴う、値 0 を含む {0} にメンバーを追加します。</target>
<note />
</trans-unit>
<trans-unit id="AbstractTypesShouldNotHaveConstructorsTitle">
<source>Abstract types should not have constructors</source>
<target state="translated">抽象型はコンストラクターを含むことはできません</target>
<note />
</trans-unit>
<trans-unit id="AbstractTypesShouldNotHaveConstructorsDescription">
<source>Constructors on abstract types can be called only by derived types. Because public constructors create instances of a type, and you cannot create instances of an abstract type, an abstract type that has a public constructor is incorrectly designed.</source>
<target state="translated">抽象型のコンストラクターは、派生型からのみ呼び出すことができます。パブリック コンストラクターによって型のインスタンスが作成され、抽象型のインスタンスを自分で作成できないため、パブリック コンストラクターを含む抽象型は正しく設計されません。</target>
<note />
</trans-unit>
<trans-unit id="AbstractTypesShouldNotHaveConstructorsMessage">
<source>Abstract type {0} should not have constructors</source>
<target state="translated">抽象型 {0} はコンストラクターを含むことはできません</target>
<note />
</trans-unit>
<trans-unit id="MarkAssembliesWithClsCompliantTitle">
<source>Mark assemblies with CLSCompliant</source>
<target state="translated">アセンブリに CLSCompliant を設定します</target>
<note />
</trans-unit>
<trans-unit id="MarkAssembliesWithClsCompliantDescription">
<source>The Common Language Specification (CLS) defines naming restrictions, data types, and rules to which assemblies must conform if they will be used across programming languages. Good design dictates that all assemblies explicitly indicate CLS compliance by using CLSCompliantAttribute . If this attribute is not present on an assembly, the assembly is not compliant.</source>
<target state="translated">共通言語仕様 (CLS) では、名前付け制限、データ型、規則が定義されています。アセンブリは、複数のプログラミング言語で使用する場合、これらに準拠する必要があります。すべてのアセンブリに CLSCompliantAttribute を使用して CLS への準拠を明示することをお勧めします。この属性がアセンブリに存在しない場合、そのアセンブリは CLS に準拠しません。</target>
<note />
</trans-unit>
<trans-unit id="MarkAssembliesWithClsCompliantMessage">
<source>Mark assemblies with CLSCompliant</source>
<target state="translated">アセンブリに CLSCompliant を設定します</target>
<note />
</trans-unit>
<trans-unit id="MarkAssembliesWithAssemblyVersionTitle">
<source>Mark assemblies with assembly version</source>
<target state="translated">アセンブリにアセンブリ バージョンを設定します</target>
<note />
</trans-unit>
<trans-unit id="MarkAssembliesWithAssemblyVersionDescription">
<source>The .NET Framework uses the version number to uniquely identify an assembly, and to bind to types in strongly named assemblies. The version number is used together with version and publisher policy. By default, applications run only with the assembly version with which they were built.</source>
<target state="translated">.NET Framework では、バージョン番号を使用してアセンブリを一意に識別し、厳密な名前が指定されたアセンブリの型にバインドします。バージョン番号は、バージョンと発行者ポリシーと共に使用されます。既定で、アプリケーションは、ビルドに使用されたアセンブリ バージョンでのみ実行されます。</target>
<note />
</trans-unit>
<trans-unit id="MarkAssembliesWithAssemblyVersionMessage">
<source>Mark assemblies with assembly version</source>
<target state="translated">アセンブリにアセンブリ バージョンを設定します</target>
<note />
</trans-unit>
<trans-unit id="MarkAssembliesWithComVisibleTitle">
<source>Mark assemblies with ComVisible</source>
<target state="translated">アセンブリに ComVisible を設定します</target>
<note />
</trans-unit>
<trans-unit id="MarkAssembliesWithComVisibleDescription">
<source>ComVisibleAttribute determines how COM clients access managed code. Good design dictates that assemblies explicitly indicate COM visibility. COM visibility can be set for the whole assembly and then overridden for individual types and type members. If this attribute is not present, the contents of the assembly are visible to COM clients.</source>
<target state="translated">ComVisibleAttribute によって、COM クライアントからマネージ コードにアクセスする方法を決定します。この場合、アセンブリが COM の参照可能性を明示的に示すことが推奨されます。COM の参照可能性は、アセンブリ全体で設定した後、個々の型と型メンバーに対してオーバーライドできます。この属性が存在しない場合、アセンブリのコンテンツは COM クライアントから参照できます。</target>
<note />
</trans-unit>
<trans-unit id="MarkAssembliesWithComVisibleMessageNoAttribute">
<source>Because {0} exposes externally visible types, mark it with ComVisible(false) at the assembly level and then mark all types within the assembly that should be exposed to COM clients with ComVisible(true).</source>
<target state="translated">{0} は外部から参照可能な型を公開するため、アセンブリ レベルで ComVisible(false) に設定し、COM クライアントに公開する必要があるアセンブリ内のすべての型を ComVisible(true) に設定します。</target>
<note />
</trans-unit>
<trans-unit id="MarkAssembliesWithComVisibleMessageAttributeTrue">
<source>Consider changing the ComVisible attribute on {0} to false, and opting in at the type level.</source>
<target state="translated">{0} の ComVisible 属性を false に変更してから、各型レベルで調節することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="MarkAttributesWithAttributeUsageTitle">
<source>Mark attributes with AttributeUsageAttribute</source>
<target state="translated">属性を AttributeUsageAttribute に設定します</target>
<note />
</trans-unit>
<trans-unit id="MarkAttributesWithAttributeUsageDescription">
<source>When you define a custom attribute, mark it by using AttributeUsageAttribute to indicate where in the source code the custom attribute can be applied. The meaning and intended usage of an attribute will determine its valid locations in code.</source>
<target state="translated">カスタム属性を定義する場合、AttributeUsageAttribute を使用して、ソース コード内でカスタム属性を適用できる位置を示すように設定します。属性の意味と用途により、コード内での有効な位置が決まります。</target>
<note />
</trans-unit>
<trans-unit id="MarkAttributesWithAttributeUsageMessageDefault">
<source>Specify AttributeUsage on {0}.</source>
<target state="translated">AttributeUsage を {0} で指定します。</target>
<note />
</trans-unit>
<trans-unit id="MarkAttributesWithAttributeUsageMessageInherited">
<source>Even though attribute {0} inherits AttributeUsage from its base type, you should consider explicitly specifying AttributeUsage on the type to improve code readability and documentation.</source>
<target state="translated">属性 {0} がその基本データ型から AttributeUsage を継承した場合でも、コードの読みやすさ、ドキュメントを改善するために、AttributeUsage をその型で明示的に指定することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="DefineAccessorsForAttributeArgumentsTitle">
<source>Define accessors for attribute arguments</source>
<target state="translated">属性引数にアクセサーを定義します</target>
<note />
</trans-unit>
<trans-unit id="DefineAccessorsForAttributeArgumentsDescription">
<source>Attributes can define mandatory arguments that must be specified when you apply the attribute to a target. These are also known as positional arguments because they are supplied to attribute constructors as positional parameters. For every mandatory argument, the attribute should also provide a corresponding read-only property so that the value of the argument can be retrieved at execution time. Attributes can also define optional arguments, which are also known as named arguments. These arguments are supplied to attribute constructors by name and should have a corresponding read/write property.</source>
<target state="translated">属性は、対象に適用するときに指定する必要のある必須の引数を定義できます。これらは、属性コンストラクターに位置指定パラメーターとして指定されるため、位置指定引数とも呼ばれます。必須の属性ごとに、属性は、引数の値を実行時に取得できるように、対応する読み取り専用プロパティも提供する必要があります。また、属性は省略可能な引数も定義できます。これは名前付き引数とも呼ばれます。これらの引数は、名前で属性コンストラクターに指定され、対応する読み取り/書き込みプロパティが必要です。</target>
<note />
</trans-unit>
<trans-unit id="DefineAccessorsForAttributeArgumentsMessageDefault">
<source>Add a public read-only property accessor for positional argument {0} of Attribute {1}.</source>
<target state="translated">属性 {1} の位置引数 {0} 用にパブリックな読み取り専用プロパティ アクセサーを追加します。</target>
<note />
</trans-unit>
<trans-unit id="DefineAccessorsForAttributeArgumentsMessageRemoveSetter">
<source>Remove the property setter from {0} or reduce its accessibility because it corresponds to positional argument {1}.</source>
<target state="translated">プロパティ set アクセス操作子が位置引数 {1} に対応しているため、これを {0} から削除するか、アクセシビリティを下げてください。</target>
<note />
</trans-unit>
<trans-unit id="DefineAccessorsForAttributeArgumentsMessageIncreaseVisibility">
<source>If {0} is the property accessor for positional argument {1}, make it public.</source>
<target state="translated">{0} が位置引数 {1} のプロパティ アクセサーである場合は、パブリックにしてください。</target>
<note />
</trans-unit>
<trans-unit id="UsePropertiesWhereAppropriateTitle">
<source>Use properties where appropriate</source>
<target state="translated">適切な場所にプロパティを使用します</target>
<note />
</trans-unit>
<trans-unit id="UsePropertiesWhereAppropriateDescription">
<source>A public or protected method has a name that starts with ""Get"", takes no parameters, and returns a value that is not an array. The method might be a good candidate to become a property.</source>
<target state="translated">パブリック メソッドまたは保護されたメソッドは、""Get"" で始まる名前を持ち、パラメーターを受け取らず、配列ではない値を返します。このメソッドは、プロパティに変更できる可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="UsePropertiesWhereAppropriateMessage">
<source>Use properties where appropriate</source>
<target state="translated">適切な場所にプロパティを使用します</target>
<note />
</trans-unit>
<trans-unit id="MarkEnumsWithFlagsTitle">
<source>Mark enums with FlagsAttribute</source>
<target state="translated">列挙型を FlagsAttribute に設定します</target>
<note />
</trans-unit>
<trans-unit id="MarkEnumsWithFlagsDescription">
<source>An enumeration is a value type that defines a set of related named constants. Apply FlagsAttribute to an enumeration when its named constants can be meaningfully combined.</source>
<target state="translated">列挙型は、関連する一連の名前付き定数を定義する値型です。名前付き定数を意味を持つように組み合わせることができる場合は、列挙型に FlagsAttribute を適用します。</target>
<note />
</trans-unit>
<trans-unit id="MarkEnumsWithFlagsMessage">
<source>Mark enums with FlagsAttribute</source>
<target state="translated">列挙型を FlagsAttribute に設定します</target>
<note />
</trans-unit>
<trans-unit id="InterfaceMethodsShouldBeCallableByChildTypesTitle">
<source>Interface methods should be callable by child types</source>
<target state="translated">インターフェイス メソッドは、子型によって呼び出し可能でなければなりません</target>
<note />
</trans-unit>
<trans-unit id="InterfaceMethodsShouldBeCallableByChildTypesDescription">
<source>An unsealed externally visible type provides an explicit method implementation of a public interface and does not provide an alternative externally visible method that has the same name.</source>
<target state="translated">外部から参照可能なアンシールド型により、メソッドによるパブリック インターフェイスの明示的な実装が提供されます。また、同じ名前が付いた外部から参照可能な代替のメソッドは提供されていません。</target>
<note />
</trans-unit>
<trans-unit id="InterfaceMethodsShouldBeCallableByChildTypesMessage">
<source>Make '{0}' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of '{1}' and is visible to derived classes.</source>
<target state="translated">'{0}' をシールドにするか (このクラスが以前に出荷されている場合は重大な変更)、メソッドを非明示的に実装するか、'{1}' の機能を公開して派生クラスに表示される新しいメソッドを実装します。</target>
<note />
</trans-unit>
<trans-unit id="OverrideMethodsOnComparableTypesTitle">
<source>Override methods on comparable types</source>
<target state="translated">比較可能な型でメソッドをオーバーライドします</target>
<note />
</trans-unit>
<trans-unit id="OverrideMethodsOnComparableTypesDescription">
<source>A public or protected type implements the System.IComparable interface. It does not override Object.Equals nor does it overload the language-specific operator for equality, inequality, less than, less than or equal, greater than or greater than or equal.</source>
<target state="translated">パブリック型または保護された型で System.IComparable インターフェイスを実装します。これにより、Object.Equals はオーバーライドされません。また、"等しい"、"等しくない"、"未満"、"以下"、"より大きい"、または "以上" を示す言語固有の演算子はオーバーロードされません。</target>
<note />
</trans-unit>
<trans-unit id="OverrideMethodsOnComparableTypesMessageEquals">
<source>{0} should override Equals since it implements IComparable.</source>
<target state="translated">{0} は、IComparable を実装しているため、Equals をオーバーライドしなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="OverrideMethodsOnComparableTypesMessageOperator">
<source>{0} should define operator(s) '{1}' since it implements IComparable.</source>
<target state="translated">{0} は、IComparable を実装しているため、演算子 '{1}' を定義しなければなりません。</target>
<note>1 is a comma-separated list</note>
</trans-unit>
<trans-unit id="MovePInvokesToNativeMethodsClassTitle">
<source>Move pinvokes to native methods class</source>
<target state="translated">pinvoke をネイティブ メソッド クラスに移動します</target>
<note />
</trans-unit>
<trans-unit id="MovePInvokesToNativeMethodsClassDescription">
<source>Platform Invocation methods, such as those that are marked by using the System.Runtime.InteropServices.DllImportAttribute attribute, or methods that are defined by using the Declare keyword in Visual Basic, access unmanaged code. These methods should be of the NativeMethods, SafeNativeMethods, or UnsafeNativeMethods class.</source>
<target state="translated">プラットフォーム呼び出しメソッド (System.Runtime.InteropServices.DllImportAttribute 属性を使用してマークされているメソッドなど) または Visual Basic で Declare キーワードを使用して定義されているメソッドが、アンマネージ コードにアクセスしています。これらのメソッドは、NativeMethods、SafeNativeMethods、または UnsafeNativeMethods クラスに属している必要があります。</target>
<note />
</trans-unit>
<trans-unit id="MovePInvokesToNativeMethodsClassMessage">
<source>Move pinvokes to native methods class</source>
<target state="translated">pinvoke をネイティブ メソッド クラスに移動します</target>
<note />
</trans-unit>
<trans-unit id="IdentifiersShouldDifferByMoreThanCaseTitle">
<source>Identifiers should differ by more than case</source>
<target state="translated">識別子は、大文字と小文字の区別以外にも相違していなければなりません</target>
<note />
</trans-unit>
<trans-unit id="IdentifiersShouldDifferByMoreThanCaseDescription">
<source>Identifiers for namespaces, types, members, and parameters cannot differ only by case because languages that target the common language runtime are not required to be case-sensitive.</source>
<target state="translated">名前空間、型、メンバー、およびパラメーターの識別子は、大文字/小文字だけを変更しても区別できません。共通言語ランタイムを対象とする言語は、大文字と小文字を区別する必要がないためです。</target>
<note />
</trans-unit>
<trans-unit id="IdentifiersShouldDifferByMoreThanCaseMessage">
<source>Names of '{0}' and '{1}' should differ by more than case.</source>
<target state="translated">名前 '{0}' および '{1}' は、大文字と小文字の区別以外にも相違させる必要があります。</target>
<note />
</trans-unit>
<trans-unit id="IdentifiersShouldHaveCorrectPrefixTitle">
<source>Identifiers should have correct prefix</source>
<target state="translated">識別子は正しいプレフィックスを含んでいなければなりません</target>
<note />
</trans-unit>
<trans-unit id="IdentifiersShouldHaveCorrectPrefixDescription">
<source>The name of an externally visible interface does not start with an uppercase ""I"". The name of a generic type parameter on an externally visible type or method does not start with an uppercase ""T"".</source>
<target state="translated">外部から参照可能なインターフェイスの名前は大文字の ""I"" で始まりません。外部から参照可能な型またはメソッドのジェネリック型パラメーターの名前は大文字の ""T"" で始まりません。</target>
<note />
</trans-unit>
<trans-unit id="IdentifiersShouldHaveCorrectPrefixMessageInterface">
<source>Prefix interface name {0} with 'I'.</source>
<target state="translated">インターフェイス名 {0} にプレフィックスとして 'I' を指定します。</target>
<note />
</trans-unit>
<trans-unit id="IdentifiersShouldHaveCorrectPrefixMessageTypeParameter">
<source>Prefix generic type parameter name {0} with 'T'.</source>
<target state="translated">ジェネリック型パラメーター名 {0} にプレフィックスとして 'T' を指定します。</target>
<note />
</trans-unit>
<trans-unit id="NonConstantFieldsShouldNotBeVisibleTitle">
<source>Non-constant fields should not be visible</source>
<target state="translated">非定数フィールドは表示されません</target>
<note />
</trans-unit>
<trans-unit id="NonConstantFieldsShouldNotBeVisibleDescription">
<source>Static fields that are neither constants nor read-only are not thread-safe. Access to such a field must be carefully controlled and requires advanced programming techniques to synchronize access to the class object.</source>
<target state="translated">定数でも読み取り専用でもない静的フィールドは、スレッドセーフではありません。このようなフィールドへのアクセスは慎重に制御する必要があります。また、クラス オブジェクトへのアクセスを同期するには、高度なプログラミング技術が必要です。</target>
<note />
</trans-unit>
<trans-unit id="NonConstantFieldsShouldNotBeVisibleMessage">
<source>Non-constant fields should not be visible</source>
<target state="translated">非定数フィールドは表示されません</target>
<note />
</trans-unit>
<trans-unit id="DoNotMarkEnumsWithFlagsTitle">
<source>Do not mark enums with FlagsAttribute</source>
<target state="translated">列挙型を FlagsAttribute に設定しません</target>
<note />
</trans-unit>
<trans-unit id="DoNotMarkEnumsWithFlagsDescription">
<source>An externally visible enumeration is marked by using FlagsAttribute, and it has one or more values that are not powers of two or a combination of the other defined values on the enumeration.</source>
<target state="translated">外部から参照可能な列挙型が FlagsAttribute を使用してマークされ、その列挙型に、2 の累乗でもその列挙型で定義されている他の値の組み合わせでもない値が 1 つ以上含まれています。</target>
<note />
</trans-unit>
<trans-unit id="DoNotMarkEnumsWithFlagsMessage">
<source>Do not mark enums with FlagsAttribute</source>
<target state="translated">列挙型を FlagsAttribute に設定しません</target>
<note />
</trans-unit>
<trans-unit id="OperatorOverloadsHaveNamedAlternatesTitle">
<source>Operator overloads have named alternates</source>
<target state="translated">演算子オーバーロードには名前付けされた代替が存在します</target>
<note />
</trans-unit>
<trans-unit id="OperatorOverloadsHaveNamedAlternatesDescription">
<source>An operator overload was detected, and the expected named alternative method was not found. The named alternative member provides access to the same functionality as the operator and is provided for developers who program in languages that do not support overloaded operators.</source>
<target state="translated">演算子オーバーロードが検出され、予想される名前の代替メソッドが検出されませんでした。名前付きの代替メンバーは、演算子と同じ機能へアクセスを提供し、オーバーロードされた演算子をサポートしていない言語でプログラミングを行う開発者にも提供されます。</target>
<note />
</trans-unit>
<trans-unit id="OperatorOverloadsHaveNamedAlternatesMessageDefault">
<source>Provide a method named '{0}' as a friendly alternate for operator {1}.</source>
<target state="translated">'{0}' という名前のメソッドを演算子 {1} の代替として指定します。</target>
<note />
</trans-unit>
<trans-unit id="OperatorOverloadsHaveNamedAlternatesMessageProperty">
<source>Provide a property named '{0}' as a friendly alternate for operator {1}.</source>
<target state="translated">'{0}' という名前のプロパティを演算子 {1} の代替として指定します。</target>
<note />
</trans-unit>
<trans-unit id="OperatorOverloadsHaveNamedAlternatesMessageMultiple">
<source>Provide a method named '{0}' or '{1}' as an alternate for operator {2}.</source>
<target state="translated">'{0}' または '{1}' という名前のメソッドを演算子 {2} の代替として指定します。</target>
<note />
</trans-unit>
<trans-unit id="OperatorOverloadsHaveNamedAlternatesMessageVisibility">
<source>Mark {0} as public because it is a friendly alternate for operator {1}.</source>
<target state="translated">演算子 {1} の代替であるため {0} をパブリックに設定します。</target>
<note />
</trans-unit>
<trans-unit id="OperatorsShouldHaveSymmetricalOverloadsTitle">
<source>Operators should have symmetrical overloads</source>
<target state="translated">演算子は対称型オーバーロードを含まなければなりません</target>
<note />
</trans-unit>
<trans-unit id="OperatorsShouldHaveSymmetricalOverloadsDescription">
<source>A type implements the equality or inequality operator and does not implement the opposite operator.</source>
<target state="translated">型で等値演算子または非等値演算子を実装し、逆の働きをする演算子を実装しません。</target>
<note />
</trans-unit>
<trans-unit id="OperatorsShouldHaveSymmetricalOverloadsMessage">
<source>Operators should have symmetrical overloads</source>
<target state="translated">演算子は対称型オーバーロードを含まなければなりません</target>
<note />
</trans-unit>
<trans-unit id="CollectionPropertiesShouldBeReadOnlyTitle">
<source>Collection properties should be read only</source>
<target state="translated">コレクション プロパティは読み取り専用でなければなりません</target>
<note />
</trans-unit>
<trans-unit id="CollectionPropertiesShouldBeReadOnlyDescription">
<source>A writable collection property allows a user to replace the collection with a different collection. A read-only property stops the collection from being replaced but still allows the individual members to be set.</source>
<target state="translated">書き込み可能なコレクション プロパティにより、ユーザーはコレクションを別のコレクションに置き換えることができます。読み取り専用のプロパティでは、コレクションを置き換えることはできませんが、引き続き個々のメンバーは設定できます。</target>
<note />
</trans-unit>
<trans-unit id="CollectionPropertiesShouldBeReadOnlyMessage">
<source>Change '{0}' to be read-only by removing the property setter.</source>
<target state="translated">プロパティ set アクセス操作子を削除して '{0}' を読み取り専用に変更します。</target>
<note />
</trans-unit>
<trans-unit id="OverloadOperatorEqualsOnOverridingValueTypeEqualsTitle">
<source>Overload operator equals on overriding value type Equals</source>
<target state="translated">値型 Equals のオーバーライドで、演算子 equals をオーバーロードします</target>
<note />
</trans-unit>
<trans-unit id="OverloadOperatorEqualsOnOverridingValueTypeEqualsDescription">
<source>In most programming languages there is no default implementation of the equality operator (==) for value types. If your programming language supports operator overloads, you should consider implementing the equality operator. Its behavior should be identical to that of Equals</source>
<target state="translated">ほとんどのプログラミング言語では、値型に対する等値演算子 (==) の既定の実装がありません。プログラミング言語で演算子のオーバーロードがサポートされている場合は、等値演算子の実装を検討してください。その動作は、Equals の動作と同じである必要があります</target>
<note />
</trans-unit>
<trans-unit id="OverloadOperatorEqualsOnOverridingValueTypeEqualsMessage">
<source>Overload operator equals on overriding value type Equals</source>
<target state="translated">値型 Equals のオーバーライドで、演算子 equals をオーバーロードします</target>
<note />
</trans-unit>
<trans-unit id="PassSystemUriObjectsInsteadOfStringsTitle">
<source>Pass system uri objects instead of strings</source>
<target state="translated">文字列ではなくシステム uri オブジェクトを渡します</target>
<note />
</trans-unit>
<trans-unit id="PassSystemUriObjectsInsteadOfStringsDescription">
<source>A call is made to a method that has a string parameter whose name contains "uri", "URI", "urn", "URN", "url", or "URL". The declaring type of the method contains a corresponding method overload that has a System.Uri parameter.</source>
<target state="translated">名前に "uri"、"URI"、"urn"、"URN"、"url"、または "URL" が含まれている文字列パラメーターが指定されたメソッドが呼び出されます。そのメソッドの宣言する型には、System.Uri パラメーターが指定されている対応するメソッド オーバーロードが含まれています。</target>
<note />
</trans-unit>
<trans-unit id="PassSystemUriObjectsInsteadOfStringsMessage">
<source>Modify '{0}' to call '{1}' instead of '{2}'.</source>
<target state="translated">'{2}' ではなく '{1}' を呼び出すように '{0}' を変更します。</target>
<note />
</trans-unit>
<trans-unit id="ImplementIEquatableWhenOverridingObjectEqualsTitle">
<source>Type {0} should implement IEquatable<T> because it overrides Equals</source>
<target state="translated">型 {0} は Equals をオーバーライドするため、IEquatable<T> を実装する必要があります</target>
<note />
</trans-unit>
<trans-unit id="ImplementIEquatableWhenOverridingObjectEqualsMessage">
<source>Implement IEquatable when overriding Object.Equals</source>
<target state="translated">Object.Equals をオーバーライドする際に IEquatable を実装します</target>
<note />
</trans-unit>
<trans-unit id="CancellationTokenParametersMustComeLastTitle">
<source>CancellationToken parameters must come last</source>
<target state="translated">CancellationToken パラメーターは最後に指定する必要があります</target>
<note />
</trans-unit>
<trans-unit id="CancellationTokenParametersMustComeLastMessage">
<source>Method '{0}' should take CancellationToken as the last parameter</source>
<target state="translated">メソッド '{0}' は、CancellationToken を最後のパラメーターとして受け取る必要があります</target>
<note />
</trans-unit>
<trans-unit id="ConstructorMakeNoninheritableBaseClassInheritableTitle">
<source>Constructor make noninheritable base class inheritable</source>
<target state="translated">コンストラクターにより、継承不可能な基底クラスが継承可能になります</target>
<note />
</trans-unit>
<trans-unit id="ConstructorMakeNoninheritableBaseClassInheritableDescription">
<source>When a base class is noninheritable because its constructor is internal, a derived class should not make it inheritable by having a public or protected constructor.</source>
<target state="translated">コンストラクターが内部であるために基底クラスが継承不可能な場合は、派生クラスは、パブリック コンストラクターまたは保護されたコンストラクターを設定して基底クラスを継承可能にしないでください。</target>
<note />
</trans-unit>
<trans-unit id="ConstructorMakeNoninheritableBaseClassInheritableMessage">
<source>Constructor make noninheritable base class inheritable</source>
<target state="translated">コンストラクターにより、継承不可能な基底クラスが継承可能になります</target>
<note />
</trans-unit>
<trans-unit id="IdentifiersShouldNotContainTypeNamesTitle">
<source>Identifier contains type name</source>
<target state="translated">識別子に型名が含まれます</target>
<note />
</trans-unit>
<trans-unit id="IdentifiersShouldNotContainTypeNamesDescription">
<source>Names of parameters and members are better used to communicate their meaning than to describe their type, which is expected to be provided by development tools. For names of members, if a data type name must be used, use a language-independent name instead of a language-specific one.</source>
<target state="translated">パラメーターとメンバーの名前では、パラメーターとメンバーの型ではなく意味を伝えるようにします。パラメーターとメンバーの型は、開発ツールで表示されるためです。メンバー名では、データ型名を使用する必要がある場合、言語固有の名前ではなく、言語に依存しない名前を使用します。</target>
<note />
</trans-unit>
<trans-unit id="IdentifiersShouldNotContainTypeNamesMessage">
<source>Identifier '{0}' contains type name</source>
<target state="translated">識別子 '{0}' に型名が含まれます</target>
<note />
</trans-unit>
<trans-unit id="CreatePropertyAccessorForParameter">
<source>Create a property accessor.</source>
<target state="translated">プロパティ アクセサーを作成します。</target>
<note />
</trans-unit>
<trans-unit id="MakeGetterPublic">
<source>Make the getter of the property public</source>
<target state="translated">プロパティのゲッターをパブリックにします</target>
<note />
</trans-unit>
<trans-unit id="MakeSetterNonPublic">
<source>Make the setter of the property non-public</source>
<target state="translated">プロパティのセッターを非パブリックにします</target>
<note />
</trans-unit>
<trans-unit id="AddAssemblyLevelComVisibleFalse">
<source>Because {0} exposes externally visible types, mark it with ComVisible(false) at the assembly level and then mark all types within the assembly that should be exposed to COM clients with ComVisible(true).</source>
<target state="translated">{0} は外部から参照可能な型を公開するため、アセンブリ レベルで ComVisible(false) に設定し、COM クライアントに公開する必要があるアセンブリ内のすべての型を ComVisible(true) に設定します。</target>
<note />
</trans-unit>
<trans-unit id="ChangeAssemblyLevelComVisibleToFalse">
<source>Consider changing the ComVisible attribute on {0} to false, and opting in at the type level.</source>
<target state="translated">{0} の ComVisible 属性を false に変更してから、各型レベルで調節することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ImplementComparable">
<source>Implement Equality and Comparison methods and operators</source>
<target state="translated">等値および比較メソッドおよび演算子を実装します</target>
<note />
</trans-unit>
<trans-unit id="ImplementEquatable">
<source>Implement IEquatable</source>
<target state="translated">IEquatable を実装します</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableInterface">
<source>Implement IDisposable Interface</source>
<target state="translated">IDisposable インターフェイスを実装します</target>
<note />
</trans-unit>
<trans-unit id="DoNotMarkEnumsWithFlagsCodeFix">
<source>Remove FlagsAttribute from enum.</source>
<target state="translated">FlagsAttribute を列挙型から削除します。</target>
<note />
</trans-unit>
<trans-unit id="MarkEnumsWithFlagsCodeFix">
<source>Apply FlagsAttribute to enum.</source>
<target state="translated">FlagsAttribute を列挙型に適用します。</target>
<note />
</trans-unit>
<trans-unit id="EnumsShouldZeroValueFlagsMultipleZeroCodeFix">
<source>Remove all members that have the value zero except for one member that is named 'None'.</source>
<target state="translated">'None' という名前の 1 つのメンバー以外の、値 0 を含むすべてのメンバーを削除します。</target>
<note />
</trans-unit>
<trans-unit id="EnumsShouldZeroValueFlagsRenameCodeFix">
<source>Rename zero-valued enum field to 'None'.</source>
<target state="translated">0 値の列挙型フィールドの名前を 'None' に変更します。</target>
<note />
</trans-unit>
<trans-unit id="EnumsShouldZeroValueNotFlagsNoZeroValueCodeFix">
<source>Add a zero-valued member 'None' to enum.</source>
<target state="translated">0 値のメンバー 'None' を列挙型に追加します。</target>
<note />
</trans-unit>
<trans-unit id="AbstractTypesShouldNotHavePublicConstructorsCodeFix">
<source>Change the accessibility of public constructors to protected.</source>
<target state="translated">パブリック コンストラクターのアクセシビリティを protected に変更します。</target>
<note />
</trans-unit>
<trans-unit id="DoNotDeclareStaticMembersOnGenericTypesTitle">
<source>Do not declare static members on generic types</source>
<target state="translated">ジェネリック型の静的メンバーを宣言しません</target>
<note />
</trans-unit>
<trans-unit id="DoNotDeclareStaticMembersOnGenericTypesDescription">
<source>When a static member of a generic type is called, the type argument must be specified for the type. When a generic instance member that does not support inference is called, the type argument must be specified for the member. In these two cases, the syntax for specifying the type argument is different and easily confused.</source>
<target state="translated">ジェネリック型の静的メンバーを呼び出すときには、その型の型引数も指定する必要があります。推論をサポートしない汎用インスタンス メンバーが呼び出されるときに、そのメンバーに型引数を指定する必要があります。この 2 つのケースでは、型引数を指定するための構文は異なりますが、混同されることがあります。</target>
<note />
</trans-unit>
<trans-unit id="DoNotDeclareStaticMembersOnGenericTypesMessage">
<source>Do not declare static members on generic types</source>
<target state="translated">ジェネリック型の静的メンバーを宣言しません</target>
<note />
</trans-unit>
<trans-unit id="CollectionsShouldImplementGenericInterfaceTitle">
<source>Generic interface should also be implemented</source>
<target state="needs-review-translation">コレクションは、ジェネリック インターフェイスを実装しなければなりません</target>
<note />
</trans-unit>
<trans-unit id="CollectionsShouldImplementGenericInterfaceDescription">
<source>To broaden the usability of a type, implement one of the generic interfaces. This is especially true for collections as they can then be used to populate generic collection types.</source>
<target state="needs-review-translation">コレクションの操作性を拡充するために、ジェネリック コレクション インターフェイスの 1 つを実装します。次に、コレクションを使用して、ジェネリック コレクション型を設定できます。</target>
<note />
</trans-unit>
<trans-unit id="CollectionsShouldImplementGenericInterfaceMessage">
<source>Type '{0}' directly or indirectly inherits '{1}' without implementing '{2}'. Publicly-visible types should implement the generic version to broaden usability.</source>
<target state="needs-review-translation">コレクション '{0}' は、'{2}' を実装することなく '{1}' を直接または間接的に継承します。公開されているコレクションは、操作性の拡充のためジェネリック バージョンを実装する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="EnumStorageShouldBeInt32Title">
<source>Enum Storage should be Int32</source>
<target state="translated">列挙ストレージは Int32 でなければなりません</target>
<note />
</trans-unit>
<trans-unit id="EnumStorageShouldBeInt32Description">
<source>An enumeration is a value type that defines a set of related named constants. By default, the System.Int32 data type is used to store the constant value. Although you can change this underlying type, it is not required or recommended for most scenarios.</source>
<target state="translated">列挙型は、関連する一連の名前付き定数を定義する値型です。既定では、System.Int32 データ型は、定数値の格納に使用されます。この基になる型を変更することはできますが、ほとんどの場合、変更する必要はなく、また推奨もされません。</target>
<note />
</trans-unit>
<trans-unit id="EnumStorageShouldBeInt32Message">
<source>If possible, make the underlying type of {0} System.Int32 instead of {1}.</source>
<target state="translated">可能な場合は、基になる型 {0} を {1} ではなく System.Int32 にしてください。</target>
<note />
</trans-unit>
<trans-unit id="UseEventsWhereAppropriateTitle">
<source>Use events where appropriate</source>
<target state="translated">適切な場所にイベントを使用します</target>
<note />
</trans-unit>
<trans-unit id="UseEventsWhereAppropriateDescription">
<source>This rule detects methods that have names that ordinarily would be used for events. If a method is called in response to a clearly defined state change, the method should be invoked by an event handler. Objects that call the method should raise events instead of calling the method directly.</source>
<target state="translated">この規則では、通常はイベントに使用される名前の付いたメソッドを検出します。明示的に定義された状態変化に応答してメソッドが呼び出される場合、メソッドはイベント ハンドラーから呼び出す必要があります。メソッドを呼び出すオブジェクトは、メソッドを直接呼び出すのではなく、イベントを発生させる必要があります。</target>
<note />
</trans-unit>
<trans-unit id="UseEventsWhereAppropriateMessage">
<source>Consider making '{0}' an event.</source>
<target state="translated">'{0}' をイベントにすることを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="ImplementStandardExceptionConstructorsTitle">
<source>Implement standard exception constructors</source>
<target state="translated">標準例外コンストラクターを実装します</target>
<note />
</trans-unit>
<trans-unit id="ImplementStandardExceptionConstructorsDescription">
<source>Failure to provide the full set of constructors can make it difficult to correctly handle exceptions.</source>
<target state="translated">すべてのコンストラクターを指定できなかった場合、例外を正しく処理することが困難になる可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="ImplementStandardExceptionConstructorsMessageMissingConstructor">
<source>Add the following constructor to {0}: {1}.</source>
<target state="translated">次のコンストラクターを {0} に追加します: {1}。</target>
<note />
</trans-unit>
<trans-unit id="ImplementStandardExceptionConstructorsMessageAccessibility">
<source>Change the accessibility of {0} to {1}.</source>
<target state="translated">{0} のアクセシビリティを {1} に変更します。</target>
<note />
</trans-unit>
<trans-unit id="NestedTypesShouldNotBeVisibleTitle">
<source>Nested types should not be visible</source>
<target state="translated">入れ子にされた型を参照可能にすることはできません</target>
<note />
</trans-unit>
<trans-unit id="NestedTypesShouldNotBeVisibleDescription">
<source>A nested type is a type that is declared in the scope of another type. Nested types are useful to encapsulate private implementation details of the containing type. Used for this purpose, nested types should not be externally visible.</source>
<target state="translated">入れ子にされた型とは、別の型のスコープ内で宣言された型のことです。入れ子にされた型は、それを含む型のプライベート実装の詳細をカプセル化するときに便利です。このような用途のため、入れ子にされた型は外部から参照できないようにします。</target>
<note />
</trans-unit>
<trans-unit id="NestedTypesShouldNotBeVisibleMessageDefault">
<source>Do not nest type {0}. Alternatively, change its accessibility so that it is not externally visible.</source>
<target state="translated">型 {0} を入れ子にしないでください。外部から参照できなくするために、そのアクセシビリティを変更することもできます。</target>
<note />
</trans-unit>
<trans-unit id="NestedTypesShouldNotBeVisibleMessageVisualBasicModule">
<source>Do not nest type {0}. Alternatively, change its accessibility so that it is not externally visible. If this type is defined in a Visual Basic Module, it will be considered a nested type to other .NET languages. In that case, consider moving the type outside of the Module.</source>
<target state="translated">型 {0} を入れ子にしないでください。外部から参照できなくするために、そのアクセシビリティを変更することもできます。この型は、Visual Basic モジュールで定義されている場合、他の .NET 言語への入れ子にされた型と見なされます。その場合、その型をモジュールの外部へ移動することを検討してください。</target>
<note />
</trans-unit>
<trans-unit id="AvoidEmptyInterfacesTitle">
<source>Avoid empty interfaces</source>
<target state="translated">空のインターフェイスは使用しません</target>
<note />
</trans-unit>
<trans-unit id="AvoidEmptyInterfacesDescription">
<source>Interfaces define members that provide a behavior or usage contract. The functionality that is described by the interface can be adopted by any type, regardless of where the type appears in the inheritance hierarchy. A type implements an interface by providing implementations for the members of the interface. An empty interface does not define any members; therefore, it does not define a contract that can be implemented.</source>
<target state="translated">インターフェイスは、動作や使用のコントラクトを提供するメンバーを定義します。インターフェイスで示される機能は、継承階層内に型が存在するかどうかにかかわらず、どの型からも適用できます。型ではインターフェイスのメンバーに実装を提供することで、インターフェイスが実装されます。空のインターフェイスではメンバーが定義されません。そのため、実装できるコントラクトも定義されません。</target>
<note />
</trans-unit>
<trans-unit id="AvoidEmptyInterfacesMessage">
<source>Avoid empty interfaces</source>
<target state="translated">空のインターフェイスは使用しません</target>
<note />
</trans-unit>
<trans-unit id="ProvideObsoleteAttributeMessageTitle">
<source>Provide ObsoleteAttribute message</source>
<target state="translated">ObsoleteAttribute メッセージを指定します</target>
<note />
</trans-unit>
<trans-unit id="ProvideObsoleteAttributeMessageDescription">
<source>A type or member is marked by using a System.ObsoleteAttribute attribute that does not have its ObsoleteAttribute.Message property specified. When a type or member that is marked by using ObsoleteAttribute is compiled, the Message property of the attribute is displayed. This gives the user information about the obsolete type or member.</source>
<target state="translated">型またはメンバーが System.ObsoleteAttribute 属性でマークされていますが、この属性では ObsoleteAttribute.Message プロパティが指定されていません。ObsoleteAttribute でマークされている型またはメンバーをコンパイルすると、属性の Message プロパティが表示されます。これにより、古いの型またはメンバーに関する情報がユーザーに表示されます。</target>
<note />
</trans-unit>
<trans-unit id="ProvideObsoleteAttributeMessageMessage">
<source>Provide a message for the ObsoleteAttribute that marks {0} as Obsolete</source>
<target state="translated">{0} を Obsolete に設定する ObsoleteAttribute のメッセージを指定します。</target>
<note />
</trans-unit>
<trans-unit id="PropertiesShouldNotBeWriteOnlyTitle">
<source>Properties should not be write only</source>
<target state="translated">プロパティを書き込み専用にすることはできません</target>
<note />
</trans-unit>
<trans-unit id="PropertiesShouldNotBeWriteOnlyDescription">
<source>Although it is acceptable and often necessary to have a read-only property, the design guidelines prohibit the use of write-only properties. This is because letting a user set a value, and then preventing the user from viewing that value, does not provide any security. Also, without read access, the state of shared objects cannot be viewed, which limits their usefulness.</source>
<target state="translated">これは許容されており、読み取り専用プロパティが必要になる場合もよくありますが、デザイン ガイドラインでは、書き込み専用プロパティの使用が禁止されています。これは、ユーザーが値を設定した後にその値を参照できないようにすると、セキュリティが確保されないためです。また、読み取りアクセスがないと、共有オブジェクトのステータスを参照できないため、実用性が制限されます。</target>
<note />
</trans-unit>
<trans-unit id="PropertiesShouldNotBeWriteOnlyMessageAddGetter">
<source>Because property {0} is write-only, either add a property getter with an accessibility that is greater than or equal to its setter or convert this property into a method.</source>
<target state="translated">プロパティ {0} は書き込み専用であるため、アクセシビリティがプロパティ セッター以上のプロパティ ゲッターを追加するか、このプロパティをメソッドに変換してください。</target>
<note />
</trans-unit>
<trans-unit id="PropertiesShouldNotBeWriteOnlyMessageMakeMoreAccessible">
<source>Because the property getter for {0} is less visible than its setter, either increase the accessibility of its getter or decrease the accessibility of its setter.</source>
<target state="translated">{0} のプロパティ ゲッターがプロパティ セッターよりも参照範囲が小さいため、ゲッターのアクセシビリティを上げるか、セッターのアクセシビリティを下げてください。</target>
<note />
</trans-unit>
<trans-unit id="DeclareTypesInNamespacesTitle">
<source>Declare types in namespaces</source>
<target state="translated">名前空間で型を宣言します</target>
<note />
</trans-unit>
<trans-unit id="DeclareTypesInNamespacesDescription">
<source>Types are declared in namespaces to prevent name collisions and as a way to organize related types in an object hierarchy.</source>
<target state="translated">型を名前空間内で宣言するのは、名前の競合を防ぎ、関連する型をオブジェクト階層で編成するためです。</target>
<note />
</trans-unit>
<trans-unit id="DeclareTypesInNamespacesMessage">
<source>Declare types in namespaces</source>
<target state="translated">名前空間で型を宣言します</target>
<note />
</trans-unit>
<trans-unit id="DoNotDeclareVisibleInstanceFieldsTitle">
<source>Do not declare visible instance fields</source>
<target state="translated">参照可能なインスタンス フィールドを宣言しません</target>
<note />
</trans-unit>
<trans-unit id="DoNotDeclareVisibleInstanceFieldsDescription">
<source>The primary use of a field should be as an implementation detail. Fields should be private or internal and should be exposed by using properties.</source>
<target state="translated">フィールドの主な用途は、実装の詳細を示すことです。フィールドは private または internal に設定し、プロパティを使用して公開する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="DoNotDeclareVisibleInstanceFieldsMessage">
<source>Do not declare visible instance fields</source>
<target state="translated">参照可能なインスタンス フィールドを宣言しません</target>
<note />
</trans-unit>
<trans-unit id="UriParametersShouldNotBeStringsTitle">
<source>Uri parameters should not be strings</source>
<target state="translated">URI パラメーターを文字列にすることはできません</target>
<note />
</trans-unit>
<trans-unit id="UriParametersShouldNotBeStringsDescription">
<source>If a method takes a string representation of a URI, a corresponding overload should be provided that takes an instance of the URI class, which provides these services in a safe and secure manner.</source>
<target state="translated">メソッドで URI の文字列表現を使用する場合、URI クラスのインスタンスを取得する、対応するオーバーロードを指定する必要があります。これにより、安全な方法でこれらのサービスが提供されます。</target>
<note />
</trans-unit>
<trans-unit id="UriParametersShouldNotBeStringsMessage">
<source>Change the type of parameter {0} of method {1} from string to System.Uri, or provide an overload to {1} that allows {0} to be passed as a System.Uri object.</source>
<target state="translated">メソッド {1} のパラメーター {0} の型を文字列から System.Uri に変更するか、または {1} のオーバーロードを指定してください。そうすると、{0} を System.Uri オブジェクトとして渡すことができます。</target>
<note />
</trans-unit>
<trans-unit id="UriReturnValuesShouldNotBeStringsTitle">
<source>Uri return values should not be strings</source>
<target state="translated">URI 戻り値を文字列にすることはできません</target>
<note />
</trans-unit>
<trans-unit id="UriReturnValuesShouldNotBeStringsDescription">
<source>This rule assumes that the method returns a URI. A string representation of a URI is prone to parsing and encoding errors, and can lead to security vulnerabilities. The System.Uri class provides these services in a safe and secure manner.</source>
<target state="translated">この規則では、メソッドから URI が返されることを前提としています。URI の文字列表現は解析エラーやエンコーディング エラーが発生しやすく、セキュリティ上の脆弱性の原因となる場合があります。System.Uri クラスを使用すると、安全な方法でこれらのサービスが提供されます。</target>
<note />
</trans-unit>
<trans-unit id="UriReturnValuesShouldNotBeStringsMessage">
<source>Change the return type of method {0} from string to System.Uri.</source>
<target state="translated">メソッド {0} の戻り値の型を文字列から System.Uri に変更してください。</target>
<note />
</trans-unit>
<trans-unit id="UriPropertiesShouldNotBeStringsTitle">
<source>Uri properties should not be strings</source>
<target state="translated">URI プロパティを文字列にすることはできません</target>
<note />
</trans-unit>
<trans-unit id="UriPropertiesShouldNotBeStringsDescription">
<source>This rule assumes that the property represents a Uniform Resource Identifier (URI). A string representation of a URI is prone to parsing and encoding errors, and can lead to security vulnerabilities. The System.Uri class provides these services in a safe and secure manner.</source>
<target state="translated">この規則では、プロパティが Uniform Resource Identifier (URI) を表すことを前提としています。URI の文字列表現は解析エラーやエンコーディング エラーが発生しやすく、セキュリティ上の脆弱性の原因となる場合があります。System.Uri クラスを使用すると、安全な方法でこれらのサービスが提供されます。</target>
<note />
</trans-unit>
<trans-unit id="UriPropertiesShouldNotBeStringsMessage">
<source>Change the type of property {0} from string to System.Uri.</source>
<target state="translated">プロパティ {0} の型を文字列から System.Uri に変更してください。</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyTitle">
<source>Implement IDisposable Correctly</source>
<target state="translated">IDisposable を正しく実装します</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyDescription">
<source>All IDisposable types should implement the Dispose pattern correctly.</source>
<target state="translated">すべての IDisposable 型は、Dispose パターンを正しく実装しなければなりません。</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyMessageIDisposableReimplementation">
<source>Remove IDisposable from the list of interfaces implemented by '{0}' as it is already implemented by base type '{1}'.</source>
<target state="translated">'{0}' によって実行されたインターフェイスの一覧から IDisposable を削除します。基本型 '{1}' によって既に実装されているためです。</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyMessageDisposeOverride">
<source>Remove '{0}', override Dispose(bool disposing), and put the dispose logic in the code path where 'disposing' is true.</source>
<target state="translated">'{0}' を削除し、Dispose(bool disposing) をオーバーライドします。その後、'disposing' が true のコード パスで dispose 論理を配置します。</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyMessageDisposeSignature">
<source>Ensure that '{0}' is declared as public and sealed.</source>
<target state="translated">'{0}' が public および sealed.として宣言されていることを確認します。</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyMessageRenameDispose">
<source>Rename '{0}' to 'Dispose' and ensure that it is declared as public and sealed.</source>
<target state="translated">名前を '{0}' から 'Dispose' に変更し、public および sealed として宣言されていることを確認します。</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyMessageDisposeBoolSignature">
<source>Ensure that '{0}' is declared as protected, virtual, and unsealed.</source>
<target state="translated">'{0}' が protected、virtual、unsealed として宣言されていることを確認します。</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyMessageDisposeImplementation">
<source>Modify '{0}' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns.</source>
<target state="translated">'{0}' を変更し、Dispose(true) を呼び出したのちに現在のオブジェクト インスタンスで GC.SuppressFinalize (Visual Basic の 'this' または 'Me') を呼び出して、結果を戻すようにします。</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyMessageFinalizeImplementation">
<source>Modify '{0}' so that it calls Dispose(false) and then returns.</source>
<target state="translated">'{0}' を変更し、Dispose(false) を呼び出して結果を返すようにします。</target>
<note />
</trans-unit>
<trans-unit id="ImplementIDisposableCorrectlyMessageProvideDisposeBool">
<source>Provide an overridable implementation of Dispose(bool) on '{0}' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.</source>
<target state="translated">'{0}' で Dispose(bool) のオーバーライド可能な実装を提供するか、型を sealed としてマークします。Dispose(false) を呼び出す場合は、ネイティブ リソースのみがクリーンアップされます。Dispose(true) を呼び出す場合には、マネージド リソースとネイティブ リソースの両方がクリーンアップされます。</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsShouldBePublicTitle">
<source>Exceptions should be public</source>
<target state="translated">例外は public として設定する必要があります</target>
<note />
</trans-unit>
<trans-unit id="ExceptionsShouldBePublicDescription">