Skip to content

make xliff tasks happy again #9641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2020
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
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">Typ {0} nedefinuje pole, konstruktor ani člen {1}.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">Der Typ "{0}" definiert nicht das Feld, den Konstruktor oder den Member "{1}".</target>
Expand Down
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">El tipo "{0}" no define el campo, constructor o miembro "{1}".</target>
Expand Down
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">Le type '{0}' ne définit pas le champ, le constructeur ou le membre '{1}'.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">Il tipo '{0}' non definisce il campo, il costruttore o il membro '{1}'.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">型 '{0}' は、フィールド、コンストラクター、またはメンバー '{1}' を定義していません。</target>
Expand Down
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">'{0}' 형식은 '{1}' 필드, 생성자 또는 멤버를 정의하지 않습니다.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">Typ „{0}” nie definiuje pola, konstruktora lub składowej „{1}”.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.pt-BR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">O tipo '{0}' não define o campo, o construtor ou o membro '{1}'.</target>
Expand Down
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.ru.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">Тип "{0}" не определяет поле, конструктор или член "{1}".</target>
Expand Down
15 changes: 15 additions & 0 deletions src/fsharp/xlf/FSComp.txt.tr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
<target state="new">implicit yield</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="new">interfaces with multiple generic instantiation</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
<source>nameof</source>
<target state="new">nameof</target>
Expand Down Expand Up @@ -242,6 +247,16 @@
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
<target state="translated">'{0}' türü; alanı, oluşturucuyu veya '{1}' üyesini tanımlamıyor.</target>
Expand Down
Loading