Skip to content

Commit 8077622

Browse files
authored
make xliff tasks happy again (#9641)
1 parent a8d3280 commit 8077622

13 files changed

+195
-0
lines changed

src/fsharp/xlf/FSComp.txt.cs.xlf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<target state="new">implicit yield</target>
103103
<note />
104104
</trans-unit>
105+
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
106+
<source>interfaces with multiple generic instantiation</source>
107+
<target state="new">interfaces with multiple generic instantiation</target>
108+
<note />
109+
</trans-unit>
105110
<trans-unit id="featureNameOf">
106111
<source>nameof</source>
107112
<target state="new">nameof</target>
@@ -242,6 +247,16 @@
242247
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
243248
<note />
244249
</trans-unit>
250+
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
251+
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
252+
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
253+
<note />
254+
</trans-unit>
255+
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
256+
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
257+
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
258+
<note />
259+
</trans-unit>
245260
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
246261
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
247262
<target state="translated">Typ {0} nedefinuje pole, konstruktor ani člen {1}.</target>

src/fsharp/xlf/FSComp.txt.de.xlf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<target state="new">implicit yield</target>
103103
<note />
104104
</trans-unit>
105+
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
106+
<source>interfaces with multiple generic instantiation</source>
107+
<target state="new">interfaces with multiple generic instantiation</target>
108+
<note />
109+
</trans-unit>
105110
<trans-unit id="featureNameOf">
106111
<source>nameof</source>
107112
<target state="new">nameof</target>
@@ -242,6 +247,16 @@
242247
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
243248
<note />
244249
</trans-unit>
250+
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
251+
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
252+
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
253+
<note />
254+
</trans-unit>
255+
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
256+
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
257+
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
258+
<note />
259+
</trans-unit>
245260
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
246261
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
247262
<target state="translated">Der Typ "{0}" definiert nicht das Feld, den Konstruktor oder den Member "{1}".</target>

src/fsharp/xlf/FSComp.txt.es.xlf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<target state="new">implicit yield</target>
103103
<note />
104104
</trans-unit>
105+
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
106+
<source>interfaces with multiple generic instantiation</source>
107+
<target state="new">interfaces with multiple generic instantiation</target>
108+
<note />
109+
</trans-unit>
105110
<trans-unit id="featureNameOf">
106111
<source>nameof</source>
107112
<target state="new">nameof</target>
@@ -242,6 +247,16 @@
242247
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
243248
<note />
244249
</trans-unit>
250+
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
251+
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
252+
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
253+
<note />
254+
</trans-unit>
255+
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
256+
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
257+
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
258+
<note />
259+
</trans-unit>
245260
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
246261
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
247262
<target state="translated">El tipo "{0}" no define el campo, constructor o miembro "{1}".</target>

src/fsharp/xlf/FSComp.txt.fr.xlf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<target state="new">implicit yield</target>
103103
<note />
104104
</trans-unit>
105+
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
106+
<source>interfaces with multiple generic instantiation</source>
107+
<target state="new">interfaces with multiple generic instantiation</target>
108+
<note />
109+
</trans-unit>
105110
<trans-unit id="featureNameOf">
106111
<source>nameof</source>
107112
<target state="new">nameof</target>
@@ -242,6 +247,16 @@
242247
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
243248
<note />
244249
</trans-unit>
250+
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
251+
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
252+
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
253+
<note />
254+
</trans-unit>
255+
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
256+
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
257+
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
258+
<note />
259+
</trans-unit>
245260
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
246261
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
247262
<target state="translated">Le type '{0}' ne définit pas le champ, le constructeur ou le membre '{1}'.</target>

src/fsharp/xlf/FSComp.txt.it.xlf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<target state="new">implicit yield</target>
103103
<note />
104104
</trans-unit>
105+
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
106+
<source>interfaces with multiple generic instantiation</source>
107+
<target state="new">interfaces with multiple generic instantiation</target>
108+
<note />
109+
</trans-unit>
105110
<trans-unit id="featureNameOf">
106111
<source>nameof</source>
107112
<target state="new">nameof</target>
@@ -242,6 +247,16 @@
242247
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
243248
<note />
244249
</trans-unit>
250+
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
251+
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
252+
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
253+
<note />
254+
</trans-unit>
255+
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
256+
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
257+
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
258+
<note />
259+
</trans-unit>
245260
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
246261
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
247262
<target state="translated">Il tipo '{0}' non definisce il campo, il costruttore o il membro '{1}'.</target>

src/fsharp/xlf/FSComp.txt.ja.xlf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<target state="new">implicit yield</target>
103103
<note />
104104
</trans-unit>
105+
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
106+
<source>interfaces with multiple generic instantiation</source>
107+
<target state="new">interfaces with multiple generic instantiation</target>
108+
<note />
109+
</trans-unit>
105110
<trans-unit id="featureNameOf">
106111
<source>nameof</source>
107112
<target state="new">nameof</target>
@@ -242,6 +247,16 @@
242247
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
243248
<note />
244249
</trans-unit>
250+
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
251+
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
252+
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
253+
<note />
254+
</trans-unit>
255+
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
256+
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
257+
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
258+
<note />
259+
</trans-unit>
245260
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
246261
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
247262
<target state="translated">型 '{0}' は、フィールド、コンストラクター、またはメンバー '{1}' を定義していません。</target>

src/fsharp/xlf/FSComp.txt.ko.xlf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<target state="new">implicit yield</target>
103103
<note />
104104
</trans-unit>
105+
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
106+
<source>interfaces with multiple generic instantiation</source>
107+
<target state="new">interfaces with multiple generic instantiation</target>
108+
<note />
109+
</trans-unit>
105110
<trans-unit id="featureNameOf">
106111
<source>nameof</source>
107112
<target state="new">nameof</target>
@@ -242,6 +247,16 @@
242247
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
243248
<note />
244249
</trans-unit>
250+
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
251+
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
252+
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
253+
<note />
254+
</trans-unit>
255+
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
256+
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
257+
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
258+
<note />
259+
</trans-unit>
245260
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
246261
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
247262
<target state="translated">'{0}' 형식은 '{1}' 필드, 생성자 또는 멤버를 정의하지 않습니다.</target>

src/fsharp/xlf/FSComp.txt.pl.xlf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<target state="new">implicit yield</target>
103103
<note />
104104
</trans-unit>
105+
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
106+
<source>interfaces with multiple generic instantiation</source>
107+
<target state="new">interfaces with multiple generic instantiation</target>
108+
<note />
109+
</trans-unit>
105110
<trans-unit id="featureNameOf">
106111
<source>nameof</source>
107112
<target state="new">nameof</target>
@@ -242,6 +247,16 @@
242247
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
243248
<note />
244249
</trans-unit>
250+
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
251+
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
252+
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
253+
<note />
254+
</trans-unit>
255+
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
256+
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
257+
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
258+
<note />
259+
</trans-unit>
245260
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
246261
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
247262
<target state="translated">Typ „{0}” nie definiuje pola, konstruktora lub składowej „{1}”.</target>

src/fsharp/xlf/FSComp.txt.pt-BR.xlf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<target state="new">implicit yield</target>
103103
<note />
104104
</trans-unit>
105+
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
106+
<source>interfaces with multiple generic instantiation</source>
107+
<target state="new">interfaces with multiple generic instantiation</target>
108+
<note />
109+
</trans-unit>
105110
<trans-unit id="featureNameOf">
106111
<source>nameof</source>
107112
<target state="new">nameof</target>
@@ -242,6 +247,16 @@
242247
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
243248
<note />
244249
</trans-unit>
250+
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
251+
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
252+
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
253+
<note />
254+
</trans-unit>
255+
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
256+
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
257+
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
258+
<note />
259+
</trans-unit>
245260
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
246261
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
247262
<target state="translated">O tipo '{0}' não define o campo, o construtor ou o membro '{1}'.</target>

src/fsharp/xlf/FSComp.txt.ru.xlf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<target state="new">implicit yield</target>
103103
<note />
104104
</trans-unit>
105+
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
106+
<source>interfaces with multiple generic instantiation</source>
107+
<target state="new">interfaces with multiple generic instantiation</target>
108+
<note />
109+
</trans-unit>
105110
<trans-unit id="featureNameOf">
106111
<source>nameof</source>
107112
<target state="new">nameof</target>
@@ -242,6 +247,16 @@
242247
<target state="new">Interface member '{0}' does not have a most specific implementation.</target>
243248
<note />
244249
</trans-unit>
250+
<trans-unit id="typrelInterfaceWithConcreteAndVariable">
251+
<source>'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</source>
252+
<target state="new">'{0}' cannot implement the interface '{1}' with the two instantiations '{2}' and '{3}' because they may unify.</target>
253+
<note />
254+
</trans-unit>
255+
<trans-unit id="typrelInterfaceWithConcreteAndVariableObjectExpression">
256+
<source>You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</source>
257+
<target state="new">You cannot implement the interface '{0}' with the two instantiations '{1}' and '{2}' because they may unify.</target>
258+
<note />
259+
</trans-unit>
245260
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
246261
<source>The type '{0}' does not define the field, constructor or member '{1}'.</source>
247262
<target state="translated">Тип "{0}" не определяет поле, конструктор или член "{1}".</target>

0 commit comments

Comments
 (0)