You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<source>All branches of a pattern match expression must return values of the same type as the first branch, which here is '{0}'. This branch returns a value of type '{1}'.</source>
127
-
<target state="translated">Todas las ramas de una expresión de coincidencia de patrón deben devolver valores del mismo tipo. La primera rama devolvió un valor de tipo "{0}", pero esta rama devolvió un valor de tipo "\{1 \}".</target>
127
+
<target state="new">All branches of a pattern match expression must return values of the same type as the first branch, which here is '{0}'. This branch returns a value of type '{1}'.</target>
Copy file name to clipboardExpand all lines: vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.cs.xlf
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1828,8 +1828,9 @@ CONSIDER: get this from CodeDom</note>
1828
1828
</trans-unit>
1829
1829
<trans-unitid="RSE_GraphicSizeFormat">
1830
1830
<source>{0} x {1}</source>
1831
-
<targetstate="translated">{0} x {1}</target>
1831
+
<targetstate="needs-review-translation">{0} x {1}</target>
1832
1832
<note>Format string for showing a graphic's size
1833
+
1833
1834
# {0} = width (as an integer)
1834
1835
# {1} = height (as an integer)
1835
1836
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>
Copy file name to clipboardExpand all lines: vsintegration/src/FSharp.ProjectSystem.PropertyPages/Resources/xlf/Microsoft.VisualStudio.Editors.Designer.de.xlf
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1828,8 +1828,9 @@ CONSIDER: get this from CodeDom</note>
1828
1828
</trans-unit>
1829
1829
<trans-unitid="RSE_GraphicSizeFormat">
1830
1830
<source>{0} x {1}</source>
1831
-
<targetstate="translated">{0} x {1}</target>
1831
+
<targetstate="needs-review-translation">{0} x {1}</target>
1832
1832
<note>Format string for showing a graphic's size
1833
+
1833
1834
# {0} = width (as an integer)
1834
1835
# {1} = height (as an integer)
1835
1836
#Example, for a bitmap of width=123, height = 456, the English version of this string would be "123x456"</note>
0 commit comments