From 2cb27a978411851be6dfc787e6f62dd1497cefbf Mon Sep 17 00:00:00 2001 From: ncave <777696+ncave@users.noreply.github.com> Date: Wed, 20 Feb 2019 09:03:11 -0800 Subject: [PATCH 1/2] Fixed minor typo in FSComp.txt --- src/fsharp/FSComp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsharp/FSComp.txt b/src/fsharp/FSComp.txt index 1e36681680f..ae91c46ed32 100644 --- a/src/fsharp/FSComp.txt +++ b/src/fsharp/FSComp.txt @@ -1403,7 +1403,7 @@ keywordDescriptionTo,"Used in for loops to indicate a range." keywordDescriptionTry,"Used to introduce a block of code that might generate an exception. Used together with with or finally." keywordDescriptionType,"Used to declare a class, record, structure, discriminated union, enumeration type, unit of measure, or type abbreviation." keywordDescriptionUpcast,"Used to convert to a type that is higher in the inheritance chain." -keywordDescriptionUse,"Used instead of let for values that implement IDisposable"" +keywordDescriptionUse,"Used instead of let for values that implement IDisposable" keywordDescriptionUseBang,"Used instead of let! in computation expressions for computation expression results that implement IDisposable." keywordDescriptionVal,"Used in a signature to indicate a value, or in a type to declare a member, in limited situations." keywordDescriptionVoid,"Indicates the .NET void type. Used when interoperating with other .NET languages." From 9dfec82df8a818151e772122dd59abae28b7befb Mon Sep 17 00:00:00 2001 From: Kevin Ransom Date: Wed, 20 Feb 2019 12:59:32 -0800 Subject: [PATCH 2/2] Update Xlf --- src/fsharp/xlf/FSComp.txt.cs.xlf | 2 +- src/fsharp/xlf/FSComp.txt.de.xlf | 2 +- src/fsharp/xlf/FSComp.txt.en.xlf | 4 ++-- src/fsharp/xlf/FSComp.txt.es.xlf | 2 +- src/fsharp/xlf/FSComp.txt.fr.xlf | 2 +- src/fsharp/xlf/FSComp.txt.it.xlf | 2 +- src/fsharp/xlf/FSComp.txt.ja.xlf | 2 +- src/fsharp/xlf/FSComp.txt.ko.xlf | 2 +- src/fsharp/xlf/FSComp.txt.pl.xlf | 2 +- src/fsharp/xlf/FSComp.txt.pt-BR.xlf | 2 +- src/fsharp/xlf/FSComp.txt.ru.xlf | 2 +- src/fsharp/xlf/FSComp.txt.tr.xlf | 2 +- src/fsharp/xlf/FSComp.txt.zh-Hans.xlf | 2 +- src/fsharp/xlf/FSComp.txt.zh-Hant.xlf | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/fsharp/xlf/FSComp.txt.cs.xlf b/src/fsharp/xlf/FSComp.txt.cs.xlf index 82f9c225686..2a1a49f1540 100644 --- a/src/fsharp/xlf/FSComp.txt.cs.xlf +++ b/src/fsharp/xlf/FSComp.txt.cs.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable Používá se místo výrazu let u hodnot, které k uvolnění prostředků vyžadují volání funkce Dispose. diff --git a/src/fsharp/xlf/FSComp.txt.de.xlf b/src/fsharp/xlf/FSComp.txt.de.xlf index 211ee752a39..58b4c635303 100644 --- a/src/fsharp/xlf/FSComp.txt.de.xlf +++ b/src/fsharp/xlf/FSComp.txt.de.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable Wird anstelle von "let" für Werte verwendet, bei denen die "Dispose" zum Freigeben von Ressourcen erforderlich ist. diff --git a/src/fsharp/xlf/FSComp.txt.en.xlf b/src/fsharp/xlf/FSComp.txt.en.xlf index 8b1c95f11a9..4749ca38042 100644 --- a/src/fsharp/xlf/FSComp.txt.en.xlf +++ b/src/fsharp/xlf/FSComp.txt.en.xlf @@ -6833,8 +6833,8 @@ - Used instead of let for values that implement IDisposable" - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable + Used instead of let for values that implement IDisposable diff --git a/src/fsharp/xlf/FSComp.txt.es.xlf b/src/fsharp/xlf/FSComp.txt.es.xlf index 60ecd276a50..2b1ad2daaa8 100644 --- a/src/fsharp/xlf/FSComp.txt.es.xlf +++ b/src/fsharp/xlf/FSComp.txt.es.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable Se usa en lugar de let para los valores que requieren que se llame a Dispose para liberar recursos. diff --git a/src/fsharp/xlf/FSComp.txt.fr.xlf b/src/fsharp/xlf/FSComp.txt.fr.xlf index 9021c1a640d..ec1569c439e 100644 --- a/src/fsharp/xlf/FSComp.txt.fr.xlf +++ b/src/fsharp/xlf/FSComp.txt.fr.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable Utilisé à la place de let pour les valeurs qui nécessitent l'appel de Dispose pour libérer des ressources. diff --git a/src/fsharp/xlf/FSComp.txt.it.xlf b/src/fsharp/xlf/FSComp.txt.it.xlf index 038551937a8..3de0fd7964f 100644 --- a/src/fsharp/xlf/FSComp.txt.it.xlf +++ b/src/fsharp/xlf/FSComp.txt.it.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable Usata al posto di let per valori con i quali è necessario chiamare Dispose per liberare risorse. diff --git a/src/fsharp/xlf/FSComp.txt.ja.xlf b/src/fsharp/xlf/FSComp.txt.ja.xlf index 6bf71240043..3266c305a3a 100644 --- a/src/fsharp/xlf/FSComp.txt.ja.xlf +++ b/src/fsharp/xlf/FSComp.txt.ja.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable Dispose を呼び出してリソースを解放する必要のある値に対して、let の代わりに使用します。 diff --git a/src/fsharp/xlf/FSComp.txt.ko.xlf b/src/fsharp/xlf/FSComp.txt.ko.xlf index 1fc90c3d59c..960ddb40761 100644 --- a/src/fsharp/xlf/FSComp.txt.ko.xlf +++ b/src/fsharp/xlf/FSComp.txt.ko.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable 무료 리소스로 호출하기 위해 Dispose가 필요한 값에 대해 let 대신 사용됩니다. diff --git a/src/fsharp/xlf/FSComp.txt.pl.xlf b/src/fsharp/xlf/FSComp.txt.pl.xlf index dfd69a4d2d5..4ec0bfecf78 100644 --- a/src/fsharp/xlf/FSComp.txt.pl.xlf +++ b/src/fsharp/xlf/FSComp.txt.pl.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable Używane zamiast instrukcji let na potrzeby wartości, które wymagają wywołania operacji Dispose w celu zwolnienia zasobów. diff --git a/src/fsharp/xlf/FSComp.txt.pt-BR.xlf b/src/fsharp/xlf/FSComp.txt.pt-BR.xlf index ee23fb78116..042c8ec9f27 100644 --- a/src/fsharp/xlf/FSComp.txt.pt-BR.xlf +++ b/src/fsharp/xlf/FSComp.txt.pt-BR.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable Usado ao invés de let para valores que necessitam que Dispose seja chamado para liberar recursos. diff --git a/src/fsharp/xlf/FSComp.txt.ru.xlf b/src/fsharp/xlf/FSComp.txt.ru.xlf index b8ca16eba38..bf2c051ff87 100644 --- a/src/fsharp/xlf/FSComp.txt.ru.xlf +++ b/src/fsharp/xlf/FSComp.txt.ru.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable Используется вместо let для значений, требующих вызова Dispose для освобождения ресурсов. diff --git a/src/fsharp/xlf/FSComp.txt.tr.xlf b/src/fsharp/xlf/FSComp.txt.tr.xlf index c84533dd8ad..fae96aa4edb 100644 --- a/src/fsharp/xlf/FSComp.txt.tr.xlf +++ b/src/fsharp/xlf/FSComp.txt.tr.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable Dispose'un boş kaynaklara çağrılmasını gerektiren değerler için let yerine kullanılır. diff --git a/src/fsharp/xlf/FSComp.txt.zh-Hans.xlf b/src/fsharp/xlf/FSComp.txt.zh-Hans.xlf index bbd503effa4..8dc7a20924c 100644 --- a/src/fsharp/xlf/FSComp.txt.zh-Hans.xlf +++ b/src/fsharp/xlf/FSComp.txt.zh-Hans.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable 用于替代 let,以便要求 Dispose 的值可调用到免费资源。 diff --git a/src/fsharp/xlf/FSComp.txt.zh-Hant.xlf b/src/fsharp/xlf/FSComp.txt.zh-Hant.xlf index b653077c3d3..498f48b6bd5 100644 --- a/src/fsharp/xlf/FSComp.txt.zh-Hant.xlf +++ b/src/fsharp/xlf/FSComp.txt.zh-Hant.xlf @@ -6833,7 +6833,7 @@ - Used instead of let for values that implement IDisposable" + Used instead of let for values that implement IDisposable 用來對需要 Dispose 才能呼叫以釋放資源的值取代 let。