From e78ffcd7a958e60d1218b67527e8477898e68131 Mon Sep 17 00:00:00 2001 From: Cristiano Suzuki Date: Fri, 29 Jan 2021 13:35:46 -0800 Subject: [PATCH] Loc updates --- src/fsharp/xlf/FSComp.txt.cs.xlf | 2 +- src/fsharp/xlf/FSComp.txt.de.xlf | 2 +- 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 | 12 ++++++------ 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 +- .../src/FSharp.Editor/xlf/FSharp.Editor.de.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf | 4 ++-- 15 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/fsharp/xlf/FSComp.txt.cs.xlf b/src/fsharp/xlf/FSComp.txt.cs.xlf index 8f7a4d14ae..f44e052150 100644 --- a/src/fsharp/xlf/FSComp.txt.cs.xlf +++ b/src/fsharp/xlf/FSComp.txt.cs.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + Deklarace [<Literal>] nemůže používat aktivní vzor jako svůj identifikátor. diff --git a/src/fsharp/xlf/FSComp.txt.de.xlf b/src/fsharp/xlf/FSComp.txt.de.xlf index a8c417263b..bd3bb90cfd 100644 --- a/src/fsharp/xlf/FSComp.txt.de.xlf +++ b/src/fsharp/xlf/FSComp.txt.de.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + Eine [<Literal>]-Deklaration kann kein aktives Muster für ihren Bezeichner verwenden. diff --git a/src/fsharp/xlf/FSComp.txt.es.xlf b/src/fsharp/xlf/FSComp.txt.es.xlf index dc47df31a6..87225e0396 100644 --- a/src/fsharp/xlf/FSComp.txt.es.xlf +++ b/src/fsharp/xlf/FSComp.txt.es.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + Una declaración [<Literal>] no puede usar un modelo activo para su identificador diff --git a/src/fsharp/xlf/FSComp.txt.fr.xlf b/src/fsharp/xlf/FSComp.txt.fr.xlf index 3b599054f3..5971939b3d 100644 --- a/src/fsharp/xlf/FSComp.txt.fr.xlf +++ b/src/fsharp/xlf/FSComp.txt.fr.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + Une déclaration [<Literal>] ne peut pas utiliser un modèle actif en tant qu'identificateur diff --git a/src/fsharp/xlf/FSComp.txt.it.xlf b/src/fsharp/xlf/FSComp.txt.it.xlf index dc0ce43fb9..e42260d367 100644 --- a/src/fsharp/xlf/FSComp.txt.it.xlf +++ b/src/fsharp/xlf/FSComp.txt.it.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + Una dichiarazione [<Literal>] non può usare un criterio attivo per il relativo identificatore diff --git a/src/fsharp/xlf/FSComp.txt.ja.xlf b/src/fsharp/xlf/FSComp.txt.ja.xlf index 12a4700a64..079827ab39 100644 --- a/src/fsharp/xlf/FSComp.txt.ja.xlf +++ b/src/fsharp/xlf/FSComp.txt.ja.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + [<Literal>] 宣言では、その識別子に対してアクティブ パターンを使用することはできません @@ -3887,11 +3887,6 @@ インターフェイスに具象メンバーの定義を含めることはできません。必要に応じて、型にコンストラクターを定義して、型がクラスであることを示してください。 - - {0} - {0} - - Constructors cannot be specified in exception augmentations 例外の拡張にコンストラクターは指定できません @@ -7617,6 +7612,11 @@ パッケージ マネージャー キー '{0}' は {1} に登録されていませんでした。現在登録済み: {2} + + {0} + {0} + + The dependency manager extension {0} could not be loaded. Message: {1} 依存関係マネージャーの拡張機能 {0} を読み込むことができませんでした。メッセージ: {1} diff --git a/src/fsharp/xlf/FSComp.txt.ko.xlf b/src/fsharp/xlf/FSComp.txt.ko.xlf index fa785905ab..3bcc4703c1 100644 --- a/src/fsharp/xlf/FSComp.txt.ko.xlf +++ b/src/fsharp/xlf/FSComp.txt.ko.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + [<Literal>] 선언은 해당 식별자에 대한 활성 패턴을 사용할 수 없습니다. diff --git a/src/fsharp/xlf/FSComp.txt.pl.xlf b/src/fsharp/xlf/FSComp.txt.pl.xlf index b05e182886..c6d1215608 100644 --- a/src/fsharp/xlf/FSComp.txt.pl.xlf +++ b/src/fsharp/xlf/FSComp.txt.pl.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + Deklaracja [<Literal>] nie może używać aktywnego wzorca dla swojego identyfikatora diff --git a/src/fsharp/xlf/FSComp.txt.pt-BR.xlf b/src/fsharp/xlf/FSComp.txt.pt-BR.xlf index e5ba857f12..24474cd47d 100644 --- a/src/fsharp/xlf/FSComp.txt.pt-BR.xlf +++ b/src/fsharp/xlf/FSComp.txt.pt-BR.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + Uma declaração [<Literal>] não pode usar um padrão ativo para seu identificador diff --git a/src/fsharp/xlf/FSComp.txt.ru.xlf b/src/fsharp/xlf/FSComp.txt.ru.xlf index 41ad0bd518..c4cd7dbff1 100644 --- a/src/fsharp/xlf/FSComp.txt.ru.xlf +++ b/src/fsharp/xlf/FSComp.txt.ru.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + Объявление [<Literal>] не может использовать активный шаблон для своего идентификатора. diff --git a/src/fsharp/xlf/FSComp.txt.tr.xlf b/src/fsharp/xlf/FSComp.txt.tr.xlf index c00c6ac6b6..37700645df 100644 --- a/src/fsharp/xlf/FSComp.txt.tr.xlf +++ b/src/fsharp/xlf/FSComp.txt.tr.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + [<Literal>] bildirimi, tanımlayıcısı için etkin desen kullanamaz diff --git a/src/fsharp/xlf/FSComp.txt.zh-Hans.xlf b/src/fsharp/xlf/FSComp.txt.zh-Hans.xlf index d725c4cca0..eeb2299c8c 100644 --- a/src/fsharp/xlf/FSComp.txt.zh-Hans.xlf +++ b/src/fsharp/xlf/FSComp.txt.zh-Hans.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + [<Literal>] 声明不能对其标识符使用活动模式 diff --git a/src/fsharp/xlf/FSComp.txt.zh-Hant.xlf b/src/fsharp/xlf/FSComp.txt.zh-Hant.xlf index 4766d46bee..1893322490 100644 --- a/src/fsharp/xlf/FSComp.txt.zh-Hant.xlf +++ b/src/fsharp/xlf/FSComp.txt.zh-Hant.xlf @@ -369,7 +369,7 @@ A [<Literal>] declaration cannot use an active pattern for its identifier - A [<Literal>] declaration cannot use an active pattern for its identifier + [<Literal>] 宣告不能對其識別碼使用現用模式 diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf index 9cf970d6d9..d2ccc2d993 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf @@ -9,7 +9,7 @@ Add missing 'fun' keyword - Add missing 'fun' keyword + Fehlendes Schlüsselwort "fun" hinzufügen @@ -94,7 +94,7 @@ Remove 'yield!' - Remove 'yield!' + "yield!" entfernen diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf index da1e6bb44a..ed8cea828c 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf @@ -9,7 +9,7 @@ Add missing 'fun' keyword - Add missing 'fun' keyword + Ajouter le mot clé 'fun' manquant @@ -94,7 +94,7 @@ Remove 'yield!' - Remove 'yield!' + Supprimer 'yield!'