Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">Rozhraní nemůžou obsahovat definice konkrétních členů. Možná bude potřeba definovat u typu konstruktor, který bude vyjadřovat, že jde o třídu.</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">Schnittstellen dürfen keine Definitionen konkreter Member enthalten. Sie müssen ggf. einen Konstruktor für den Typ definieren, um anzugeben, dass es sich bei dem Typ um eine Klasse handelt.</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">Las interfaces no pueden contener definiciones de miembros concretos. Puede ser necesario definir un constructor en el tipo para indicar que el tipo es una clase.</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">Les interfaces ne peuvent pas contenir de définitions de membres concrets. Vous pouvez définir un constructeur sur votre type pour indiquer que le type est une classe.</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">Le interfacce non possono contenere definizioni di membri concreti. Potrebbe essere necessario definire un costruttore nel tipo utilizzato per indicare che il tipo è una classe.</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">インターフェイスに具象メンバーの定義を含めることはできません。必要に応じて、型にコンストラクターを定義して、型がクラスであることを示してください。</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">인터페이스에는 구체적인 멤버의 정의를 포함할 수 없습니다. 사용자 형식에 대한 생성자를 정의하여 해당 형식이 클래스임을 나타내야 할 수 있습니다.</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">Interfejsy nie mogą zawierać definicji konkretnych elementów członkowskich. Może być konieczne zdefiniowanie konstruktora w typie, aby określić, że typ to klasa.</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.pt-BR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">Interfaces não podem conter definições de membros concretos. Talvez seja necessário definir um construtor no seu tipo para indicar que o tipo é uma classe.</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.ru.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">Интерфейсы не могут содержать определений конкретных элементов. Чтобы указать, что тип является классом, возможно, потребуется определить конструктор для типа.</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.tr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">Arabirimler somut üyelerin tanımlarını içeremez. Türün sınıf olduğunu belirtmek için türünüzde bir oluşturucu tanımlamanız gerekebilir.</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">接口不能包含具体成员的定义。您可能需要定义类型的构造函数来指示该类型是类。</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4634,7 +4634,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="needs-review-translation">介面不能包含具象成員的定義。您必須在類型上定義建構函式,以指示類型是類別。</target>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down