Skip to content

Commit 892427a

Browse files
authored
LEGO: Merge pull request 38100
LEGO: Merge pull request 38100
2 parents a72e49e + 9dd881b commit 892427a

File tree

9 files changed

+113
-32
lines changed

9 files changed

+113
-32
lines changed

Diff for: src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl

+19-10
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@
11801180
<Str Cat="Text">
11811181
<Val><![CDATA[Add 'export {}' to make this file into a module]]></Val>
11821182
<Tgt Cat="Text" Stat="Loc" Orig="New">
1183-
<Val><![CDATA[添加 "export {}" 以将此文件变为模块]]></Val>
1183+
<Val><![CDATA[添加 "export {}",将此文件变为模块]]></Val>
11841184
</Tgt>
11851185
</Str>
11861186
<Disp Icon="Str" />
@@ -3193,7 +3193,7 @@
31933193
<Str Cat="Text">
31943194
<Val><![CDATA[Compiler reserves name '{0}' when emitting private identifier downlevel.]]></Val>
31953195
<Tgt Cat="Text" Stat="Loc" Orig="New">
3196-
<Val><![CDATA[当发出专用标识符下层时,编译器预留名称 "{0}"。]]></Val>
3196+
<Val><![CDATA[当发出专用标识符下层时,编译器会预留名称“{0}。]]></Val>
31973197
</Tgt>
31983198
</Str>
31993199
<Disp Icon="Str" />
@@ -4996,7 +4996,7 @@
49964996
<Str Cat="Text">
49974997
<Val><![CDATA[File '{0}' has an unsupported extension. The only supported extensions are {1}.]]></Val>
49984998
<Tgt Cat="Text" Stat="Loc" Orig="New">
4999-
<Val><![CDATA[文件 "{0}" 具有不受支持的扩展名。支持的扩展名只有 {1}。]]></Val>
4999+
<Val><![CDATA[文件{0}具有不受支持的扩展名。仅支持 {1} 扩展名。]]></Val>
50005000
</Tgt>
50015001
</Str>
50025002
<Disp Icon="Str" />
@@ -5641,7 +5641,7 @@
56415641
<Str Cat="Text">
56425642
<Val><![CDATA[Import default '{0}' from module "{1}"]]></Val>
56435643
<Tgt Cat="Text" Stat="Loc" Orig="New">
5644-
<Val><![CDATA[从模块 "{1}" 导入默认的 "{0}"]]></Val>
5644+
<Val><![CDATA[从模块{1}导入默认的{0}]]></Val>
56455645
</Tgt>
56465646
</Str>
56475647
<Disp Icon="Str" />
@@ -7188,6 +7188,15 @@
71887188
</Str>
71897189
<Disp Icon="Str" />
71907190
</Item>
7191+
<Item ItemId=";Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033" ItemType="0" PsrId="306" Leaf="true">
7192+
<Str Cat="Text">
7193+
<Val><![CDATA[Only numeric enums can have computed members, but this expression has type '{0}'. If you do not need exhaustiveness checks, consider using an object literal instead.]]></Val>
7194+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7195+
<Val><![CDATA[只有数字枚举可具有计算成员,但此表达式的类型为“{0}”。如果不需要全面性检查,请考虑改用对象文本。]]></Val>
7196+
</Tgt>
7197+
</Str>
7198+
<Disp Icon="Str" />
7199+
</Item>
71917200
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
71927201
<Str Cat="Text">
71937202
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>
@@ -7399,7 +7408,7 @@
73997408
<Str Cat="Text">
74007409
<Val><![CDATA[Overload {0} of {1}, '{2}', gave the following error.]]></Val>
74017410
<Tgt Cat="Text" Stat="Loc" Orig="New">
7402-
<Val><![CDATA[{1} 个重载 中的第 {0} 个("{2}")出现了以下错误。]]></Val>
7411+
<Val><![CDATA[第 {0} 个重载(共 {1} 个),“{2}”,出现以下错误。]]></Val>
74037412
</Tgt>
74047413
</Str>
74057414
<Disp Icon="Str" />
@@ -10312,7 +10321,7 @@
1031210321
<Str Cat="Text">
1031310322
<Val><![CDATA[The shadowing declaration of '{0}' is defined here]]></Val>
1031410323
<Tgt Cat="Text" Stat="Loc" Orig="New">
10315-
<Val><![CDATA[在此处定义了 "{0}" 的隐藏声明]]></Val>
10324+
<Val><![CDATA[在此处定义了{0}”的阴影声明]]></Val>
1031610325
</Tgt>
1031710326
</Str>
1031810327
<Disp Icon="Str" />
@@ -10759,7 +10768,7 @@
1075910768
<Str Cat="Text">
1076010769
<Val><![CDATA[Type '{0}' is missing the following properties from type '{1}': {2}]]></Val>
1076110770
<Tgt Cat="Text" Stat="Loc" Orig="New">
10762-
<Val><![CDATA[类型 "{0}" 缺少类型 "{1}" 中的以下属性: {2}]]></Val>
10771+
<Val><![CDATA[类型{0}缺少类型{1}中的以下属性: {2}]]></Val>
1076310772
</Tgt>
1076410773
</Str>
1076510774
<Disp Icon="Str" />
@@ -10768,7 +10777,7 @@
1076810777
<Str Cat="Text">
1076910778
<Val><![CDATA[Type '{0}' is missing the following properties from type '{1}': {2}, and {3} more.]]></Val>
1077010779
<Tgt Cat="Text" Stat="Loc" Orig="New">
10771-
<Val><![CDATA[类型 "{0}" 缺少类型 "{1}" 的以下属性: {2} 及其他 {3} 项。]]></Val>
10780+
<Val><![CDATA[类型{0}缺少类型{1}的以下属性: {2} 及其他 {3} 项。]]></Val>
1077210781
</Tgt>
1077310782
</Str>
1077410783
<Disp Icon="Str" />
@@ -11107,7 +11116,7 @@
1110711116
<Str Cat="Text">
1110811117
<Val><![CDATA[Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.]]></Val>
1110911118
<Tgt Cat="Text" Stat="Loc" Orig="New">
11110-
<Val><![CDATA[此导入产生的类型。无法调用或构造命名空间样式的导入,这类导入将在运行时导致失败。请考虑改为使用默认导入或这里需要的导入。]]></Val>
11119+
<Val><![CDATA[此导入产生的类型。无法调用或构造命名空间样式的导入,这类导入将在运行时导致失败。请考虑改为使用默认导入或此处需要的导入。]]></Val>
1111111120
</Tgt>
1111211121
</Str>
1111311122
<Disp Icon="Str" />
@@ -11668,7 +11677,7 @@
1166811677
<Str Cat="Text">
1166911678
<Val><![CDATA[Using compiler options of project reference redirect '{0}'.]]></Val>
1167011679
<Tgt Cat="Text" Stat="Loc" Orig="New">
11671-
<Val><![CDATA[使用项目引用重定向 "{0}" 的编译器选项。]]></Val>
11680+
<Val><![CDATA[使用项目引用重定向{0}的编译器选项。]]></Val>
1167211681
</Tgt>
1167311682
</Str>
1167411683
<Disp Icon="Str" />

Diff for: src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl

+17-8
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@
11801180
<Str Cat="Text">
11811181
<Val><![CDATA[Add 'export {}' to make this file into a module]]></Val>
11821182
<Tgt Cat="Text" Stat="Loc" Orig="New">
1183-
<Val><![CDATA[新增 'export {}' 以將此檔案設為模組]]></Val>
1183+
<Val><![CDATA[新增 'export {}' 以將此檔案轉為模組]]></Val>
11841184
</Tgt>
11851185
</Str>
11861186
<Disp Icon="Str" />
@@ -3193,7 +3193,7 @@
31933193
<Str Cat="Text">
31943194
<Val><![CDATA[Compiler reserves name '{0}' when emitting private identifier downlevel.]]></Val>
31953195
<Tgt Cat="Text" Stat="Loc" Orig="New">
3196-
<Val><![CDATA[在下層發出私人識別碼時,編譯器會保留名稱 '{0}'。]]></Val>
3196+
<Val><![CDATA[降級發出私人識別碼時,編譯器會保留名稱 '{0}'。]]></Val>
31973197
</Tgt>
31983198
</Str>
31993199
<Disp Icon="Str" />
@@ -7188,6 +7188,15 @@
71887188
</Str>
71897189
<Disp Icon="Str" />
71907190
</Item>
7191+
<Item ItemId=";Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033" ItemType="0" PsrId="306" Leaf="true">
7192+
<Str Cat="Text">
7193+
<Val><![CDATA[Only numeric enums can have computed members, but this expression has type '{0}'. If you do not need exhaustiveness checks, consider using an object literal instead.]]></Val>
7194+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7195+
<Val><![CDATA[只有數值列舉才可以有計算成員,但此運算式的類型為 '{0}'。若您不需要詳細檢查,請考慮改用物件常值。]]></Val>
7196+
</Tgt>
7197+
</Str>
7198+
<Disp Icon="Str" />
7199+
</Item>
71917200
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
71927201
<Str Cat="Text">
71937202
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>
@@ -7399,7 +7408,7 @@
73997408
<Str Cat="Text">
74007409
<Val><![CDATA[Overload {0} of {1}, '{2}', gave the following error.]]></Val>
74017410
<Tgt Cat="Text" Stat="Loc" Orig="New">
7402-
<Val><![CDATA[{1} 的多載 {0},'{2}',發生下列錯誤。]]></Val>
7411+
<Val><![CDATA[多載 {0} (共 {1}),'{2}',發生下列錯誤。]]></Val>
74037412
</Tgt>
74047413
</Str>
74057414
<Disp Icon="Str" />
@@ -7822,7 +7831,7 @@
78227831
<Str Cat="Text">
78237832
<Val><![CDATA[Prefix with 'declare']]></Val>
78247833
<Tgt Cat="Text" Stat="Loc" Orig="New">
7825-
<Val><![CDATA[在開頭放置 'declare']]></Val>
7834+
<Val><![CDATA[ 'declare' 開頭]]></Val>
78267835
</Tgt>
78277836
</Str>
78287837
<Disp Icon="Str" />
@@ -10312,7 +10321,7 @@
1031210321
<Str Cat="Text">
1031310322
<Val><![CDATA[The shadowing declaration of '{0}' is defined here]]></Val>
1031410323
<Tgt Cat="Text" Stat="Loc" Orig="New">
10315-
<Val><![CDATA['{0}' 的陰影宣告定義於此處]]></Val>
10324+
<Val><![CDATA['{0}' 的隱蔽宣告定義於此處]]></Val>
1031610325
</Tgt>
1031710326
</Str>
1031810327
<Disp Icon="Str" />
@@ -10759,7 +10768,7 @@
1075910768
<Str Cat="Text">
1076010769
<Val><![CDATA[Type '{0}' is missing the following properties from type '{1}': {2}]]></Val>
1076110770
<Tgt Cat="Text" Stat="Loc" Orig="New">
10762-
<Val><![CDATA[類型 '{0}' 缺少類型 '{1}' 中的下列屬性: {2}]]></Val>
10771+
<Val><![CDATA[類型 '{0}' 在類型 '{1}' 中缺少下列屬性: {2}]]></Val>
1076310772
</Tgt>
1076410773
</Str>
1076510774
<Disp Icon="Str" />
@@ -10768,7 +10777,7 @@
1076810777
<Str Cat="Text">
1076910778
<Val><![CDATA[Type '{0}' is missing the following properties from type '{1}': {2}, and {3} more.]]></Val>
1077010779
<Tgt Cat="Text" Stat="Loc" Orig="New">
10771-
<Val><![CDATA[類型 '{0}' 缺少類型 '{1}' 中的下列屬性: {2},以及另外 {3} 個。]]></Val>
10780+
<Val><![CDATA[類型 '{0}' 在類型 '{1}' 中缺少下列屬性: {2},以及另外 {3} 個。]]></Val>
1077210781
</Tgt>
1077310782
</Str>
1077410783
<Disp Icon="Str" />
@@ -11107,7 +11116,7 @@
1110711116
<Str Cat="Text">
1110811117
<Val><![CDATA[Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.]]></Val>
1110911118
<Tgt Cat="Text" Stat="Loc" Orig="New">
11110-
<Val><![CDATA[類型源自此匯入。無法呼叫或建構命名空間樣式的匯入,而且可能會在執行階段導致失敗。請考慮改用預設匯入或此處要求的匯入。]]></Val>
11119+
<Val><![CDATA[類型源自此匯入。無法呼叫或建構命名空間樣式的匯入,而且可能會在執行階段導致失敗。請考慮改用預設匯入或於此處匯入 require。]]></Val>
1111111120
</Tgt>
1111211121
</Str>
1111311122
<Disp Icon="Str" />

Diff for: src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -7185,6 +7185,15 @@
71857185
</Str>
71867186
<Disp Icon="Str" />
71877187
</Item>
7188+
<Item ItemId=";Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033" ItemType="0" PsrId="306" Leaf="true">
7189+
<Str Cat="Text">
7190+
<Val><![CDATA[Only numeric enums can have computed members, but this expression has type '{0}'. If you do not need exhaustiveness checks, consider using an object literal instead.]]></Val>
7191+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7192+
<Val><![CDATA[Nur numerische Enumerationen können berechnete Member umfassen, aber dieser Ausdruck weist den Typ "{0}" auf. Wenn Sie keine Vollständigkeitsprüfung benötigen, erwägen Sie stattdessen die Verwendung eines Objektliterals.]]></Val>
7193+
</Tgt>
7194+
</Str>
7195+
<Disp Icon="Str" />
7196+
</Item>
71887197
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
71897198
<Str Cat="Text">
71907199
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>

Diff for: src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl

+15-6
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
<Str Cat="Text">
446446
<Val><![CDATA['A label is not allowed here.]]></Val>
447447
<Tgt Cat="Text" Stat="Loc" Orig="New">
448-
<Val><![CDATA[Aquí no se permite una etiqueta.]]></Val>
448+
<Val><![CDATA[No se permite una etiqueta aquí.]]></Val>
449449
</Tgt>
450450
</Str>
451451
<Disp Icon="Str" />
@@ -1189,7 +1189,7 @@
11891189
<Str Cat="Text">
11901190
<Val><![CDATA[Add 'export {}' to make this file into a module]]></Val>
11911191
<Tgt Cat="Text" Stat="Loc" Orig="New">
1192-
<Val><![CDATA[Agregar "export {}" para convertir este archivo en un módulo]]></Val>
1192+
<Val><![CDATA[Agregar "export {}" para transformar este archivo en un módulo]]></Val>
11931193
</Tgt>
11941194
</Str>
11951195
<Disp Icon="Str" />
@@ -3205,7 +3205,7 @@
32053205
<Str Cat="Text">
32063206
<Val><![CDATA[Compiler reserves name '{0}' when emitting private identifier downlevel.]]></Val>
32073207
<Tgt Cat="Text" Stat="Loc" Orig="New">
3208-
<Val><![CDATA[El compilador reserva el nombre "{0}" al emitir un identificador privado en el nivel inferior.]]></Val>
3208+
<Val><![CDATA[El compilador reserva el nombre "{0}" al emitir un identificador privado válido para versiones anteriores.]]></Val>
32093209
</Tgt>
32103210
</Str>
32113211
<Disp Icon="Str" />
@@ -7200,6 +7200,15 @@
72007200
</Str>
72017201
<Disp Icon="Str" />
72027202
</Item>
7203+
<Item ItemId=";Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033" ItemType="0" PsrId="306" Leaf="true">
7204+
<Str Cat="Text">
7205+
<Val><![CDATA[Only numeric enums can have computed members, but this expression has type '{0}'. If you do not need exhaustiveness checks, consider using an object literal instead.]]></Val>
7206+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7207+
<Val><![CDATA[Solo las enumeraciones numéricas pueden tener miembros calculados, pero esta expresión tiene el tipo "{0}". Si no requiere comprobaciones de exhaustividad, considere la posibilidad de usar un literal de objeto en su lugar.]]></Val>
7208+
</Tgt>
7209+
</Str>
7210+
<Disp Icon="Str" />
7211+
</Item>
72037212
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
72047213
<Str Cat="Text">
72057214
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>
@@ -10324,7 +10333,7 @@
1032410333
<Str Cat="Text">
1032510334
<Val><![CDATA[The shadowing declaration of '{0}' is defined here]]></Val>
1032610335
<Tgt Cat="Text" Stat="Loc" Orig="New">
10327-
<Val><![CDATA[La declaración de reemplazo de "{0}" se define aquí.]]></Val>
10336+
<Val><![CDATA[La declaración que ensombrece a "{0}" se define aquí.]]></Val>
1032810337
</Tgt>
1032910338
</Str>
1033010339
<Disp Icon="Str" />
@@ -11119,7 +11128,7 @@
1111911128
<Str Cat="Text">
1112011129
<Val><![CDATA[Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.]]></Val>
1112111130
<Tgt Cat="Text" Stat="Loc" Orig="New">
11122-
<Val><![CDATA[El tipo se origina en esta importación. No se puede construir ni llamar a una importación de estilo de espacio de nombres y provocará un error en tiempo de ejecución. Considere la posibilidad de usar una importación predeterminada o requerir la importación aquí.]]></Val>
11131+
<Val><![CDATA[El tipo se origina en esta importación. No se puede construir ni llamar a una importación de estilo de espacio de nombres y provocará un error en tiempo de ejecución. Considere la posibilidad de usar una importación predeterminada o require aquí en su lugar.]]></Val>
1112311132
</Tgt>
1112411133
</Str>
1112511134
<Disp Icon="Str" />
@@ -11680,7 +11689,7 @@
1168011689
<Str Cat="Text">
1168111690
<Val><![CDATA[Using compiler options of project reference redirect '{0}'.]]></Val>
1168211691
<Tgt Cat="Text" Stat="Loc" Orig="New">
11683-
<Val><![CDATA[El uso de las opciones del compilador de la referencia del proyecto redirige "{0}".]]></Val>
11692+
<Val><![CDATA[Uso de las opciones del compilador de redireccionamiento de la referencia del proyecto "{0}".]]></Val>
1168411693
</Tgt>
1168511694
</Str>
1168611695
<Disp Icon="Str" />

Diff for: src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl

+13-4
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
<Str Cat="Text">
446446
<Val><![CDATA['A label is not allowed here.]]></Val>
447447
<Tgt Cat="Text" Stat="Loc" Orig="New">
448-
<Val><![CDATA['Étiquette non autorisée ici.]]></Val>
448+
<Val><![CDATA[Étiquette non autorisée ici.]]></Val>
449449
</Tgt>
450450
</Str>
451451
<Disp Icon="Str" />
@@ -3205,7 +3205,7 @@
32053205
<Str Cat="Text">
32063206
<Val><![CDATA[Compiler reserves name '{0}' when emitting private identifier downlevel.]]></Val>
32073207
<Tgt Cat="Text" Stat="Loc" Orig="New">
3208-
<Val><![CDATA[Le compilateur réserve le nom '{0}' quand il émet un identificateur privé de niveau inférieur.]]></Val>
3208+
<Val><![CDATA[Le compilateur réserve le nom '{0}' quand il émet un identificateur privé pour une version antérieure.]]></Val>
32093209
</Tgt>
32103210
</Str>
32113211
<Disp Icon="Str" />
@@ -7200,6 +7200,15 @@
72007200
</Str>
72017201
<Disp Icon="Str" />
72027202
</Item>
7203+
<Item ItemId=";Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033" ItemType="0" PsrId="306" Leaf="true">
7204+
<Str Cat="Text">
7205+
<Val><![CDATA[Only numeric enums can have computed members, but this expression has type '{0}'. If you do not need exhaustiveness checks, consider using an object literal instead.]]></Val>
7206+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7207+
<Val><![CDATA[Seules les enums numériques peuvent avoir des membres calculés, mais cette expression a le type '{0}'. Si vous n'avez pas besoin de contrôles d'exhaustivité, utilisez un littéral d'objet à la place.]]></Val>
7208+
</Tgt>
7209+
</Str>
7210+
<Disp Icon="Str" />
7211+
</Item>
72037212
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
72047213
<Str Cat="Text">
72057214
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>
@@ -7411,7 +7420,7 @@
74117420
<Str Cat="Text">
74127421
<Val><![CDATA[Overload {0} of {1}, '{2}', gave the following error.]]></Val>
74137422
<Tgt Cat="Text" Stat="Loc" Orig="New">
7414-
<Val><![CDATA[La surcharge {0} de {1}, '{2}', a généré l'erreur suivante.]]></Val>
7423+
<Val><![CDATA[La surcharge {0} sur {1}, '{2}', a généré l'erreur suivante.]]></Val>
74157424
</Tgt>
74167425
</Str>
74177426
<Disp Icon="Str" />
@@ -11119,7 +11128,7 @@
1111911128
<Str Cat="Text">
1112011129
<Val><![CDATA[Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.]]></Val>
1112111130
<Tgt Cat="Text" Stat="Loc" Orig="New">
11122-
<Val><![CDATA[Le type provient de cette importation. Impossible d'appeler ou de construire une importation de style d'espace de noms, ce qui va entraîner un échec au moment de l'exécution. À la place, utilisez une importation par défaut ou une obligation d'importation ici.]]></Val>
11131+
<Val><![CDATA[Le type provient de cette importation. Impossible d'appeler ou de construire une importation de style d'espace de noms, ce qui va entraîner un échec au moment de l'exécution. À la place, utilisez ici une importation par défaut ou une importation avec require.]]></Val>
1112311132
</Tgt>
1112411133
</Str>
1112511134
<Disp Icon="Str" />

0 commit comments

Comments
 (0)