Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2022-05-04 23:22:25 +0300
committerdotnet bot <dotnet-bot@dotnetfoundation.org>2022-05-04 23:22:25 +0300
commitc277a9a8223d5d17a3b213b4757e45e735968d4f (patch)
tree617e910279395579b795605a8b04628a54df1460
parent6111bc7fcfc5445e8d48b2321edb5ba2b1461ae5 (diff)
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1752382locfiles/6a24db4b-03ea-493a-87d2-fd1710ca38de
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.cs.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.de.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.es.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.fr.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.it.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ja.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ko.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pl.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pt-BR.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ru.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.tr.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hans.xlf6
-rw-r--r--src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hant.xlf6
13 files changed, 39 insertions, 39 deletions
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.cs.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.cs.xlf
index 54d04371eb6..61a83ca12e1 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.cs.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.cs.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">Odkaz (?({0}) ) byl poškozen.</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">Odkaz na nedefinovanou skupinu (?({0}) ).</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">Počty skupin digitalizace musí být menší nebo rovny hodnotě Int32.MaxValue.</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.de.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.de.xlf
index e5f9ab85d40..d70358ddea3 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.de.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.de.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) falsch formatiert.</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">(?({0}) )-Verweis auf nicht definierte Gruppe.</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">Erfassungsgruppennummern müssen kleiner oder gleich Int32.MaxValue sein.</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.es.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.es.xlf
index 2e27f2c2613..00ae39e177e 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.es.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.es.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">(? ({0}) ) con formato incorrecto.</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">Referencia (?({0}) ) a un grupo no definido.</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">Los números del grupo de capturas deben ser menores o iguales que Int32.MaxValue.</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.fr.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.fr.xlf
index 837c8218f8a..0a18892e06b 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.fr.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.fr.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) malformé.</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) référence à un groupe non défini.</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">Les nombres de groupes de capture doivent être inférieurs ou égaux à Int32.MaxValue.</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.it.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.it.xlf
index 0716e9c936c..b796e8f50da 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.it.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.it.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) non valido.</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ). Riferimento a gruppo indefinito.</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">I numeri del gruppo Capture devono essere minori o uguali a Int32.MaxValue.</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ja.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ja.xlf
index 690e6efcf80..79e0d121ca1 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ja.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ja.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) の形式に誤りがあります。</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">未定義のグループへの (?({0}) ) 参照です。</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">キャプチャ グループ数は、Int32.MaxValue 以下でなければなりません。</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ko.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ko.xlf
index a7bc4002e4d..13f7353e6ef 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ko.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ko.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) 형식이 잘못되었습니다.</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) 정의되지 않은 그룹을 참조합니다.</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">캡처 그룹 번호는 Int32.MaxValue보다 작거나 같아야 합니다.</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pl.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pl.xlf
index 7cb994c1bba..40f90dc8d6d 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pl.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pl.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">Zmiana (?({0}) ) ma nieprawidłową postać.</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">Odwołanie (?({0}) ) do niezdefiniowanej grupy.</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">Numery grup przechwytywania muszą być mniejsze lub równe wartości Int32.MaxValue.</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pt-BR.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pt-BR.xlf
index 3f51892dc76..5a4f28f72ec 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pt-BR.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pt-BR.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) malformado.</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">Referência (?({0}) ) a um grupo indefinido.</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">Os números de grupo de captura devem ser menores que ou iguais a Int32.MaxValue.</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ru.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ru.xlf
index 07f3395d009..03b26f9304b 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ru.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ru.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">Неверный формат (?({0}) ).</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) ссылка на неопределенную группу.</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">Номера групп захвата должны быть меньше или равны Int32.MaxValue.</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.tr.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.tr.xlf
index 99fc4c732af..92bb8fa6de6 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.tr.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.tr.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) hatalı biçimlendirilmiş.</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) tanımsız gruba başvuru.</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">Yakalama grubu numaraları Int32.MaxValue değerine eşit veya bundan küçük olmalıdır.</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hans.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hans.xlf
index 9ab3f5dc4b8..6025262d92a 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hans.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hans.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">(?({0}) )格式不正确。</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">(?({0}) )引用未定义的组。</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">捕获组的数量必须小于或等于 Int32.MaxValue。</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">
diff --git a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hant.xlf b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hant.xlf
index 8f5857b9193..fe72dd87d9c 100644
--- a/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hant.xlf
+++ b/src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hant.xlf
@@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="AlternationHasMalformedReference">
<source>Conditional alternation is missing a closing parenthesis after the group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) 格式錯誤。</target>
+ <target state="new">Conditional alternation is missing a closing parenthesis after the group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="AlternationHasNamedCapture">
@@ -29,7 +29,7 @@
</trans-unit>
<trans-unit id="AlternationHasUndefinedReference">
<source>Conditional alternation refers to an undefined group number {0}.</source>
- <target state="needs-review-translation">(?({0}) ) 參考到未定義的群組。</target>
+ <target state="new">Conditional alternation refers to an undefined group number {0}.</target>
<note />
</trans-unit>
<trans-unit id="Arg_ArrayPlusOffTooSmall">
@@ -199,7 +199,7 @@
</trans-unit>
<trans-unit id="QuantifierOrCaptureGroupOutOfRange">
<source>Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</source>
- <target state="needs-review-translation">擷取的群組數目必須小於或等於 Int32.MaxValue。</target>
+ <target state="new">Quantifier and capture group numbers must be less than or equal to Int32.MaxValue.</target>
<note>{Locked="Int32.MaxValue"}</note>
</trans-unit>
<trans-unit id="RegexMatchTimeoutException_Occurred">