提交 0efdf663 编写于 作者: M Manish Vasani

xlf file and resx file changes

上级 9c48f423
......@@ -178,4 +178,34 @@
<data name="Populate_switch" xml:space="preserve">
<value>Populate switch</value>
</data>
<data name="Expression_value_is_never_used" xml:space="preserve">
<value>Expression value is never used</value>
</data>
<data name="Unnecessary_assignment_of_a_value_to_0" xml:space="preserve">
<value>Unnecessary assignment of a value to '{0}'</value>
</data>
<data name="Unnecessary_assignment_of_a_value" xml:space="preserve">
<value>Unnecessary assignment of a value</value>
</data>
<data name="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc" xml:space="preserve">
<value>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</value>
</data>
<data name="Remove_unused_parameter" xml:space="preserve">
<value>Remove unused parameter</value>
</data>
<data name="Remove_unused_parameter_0" xml:space="preserve">
<value>Remove unused parameter '{0}'</value>
</data>
<data name="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names" xml:space="preserve">
<value>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</value>
</data>
<data name="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API" xml:space="preserve">
<value>Remove unused parameter '{0}' if it is not part of a shipped public API</value>
</data>
<data name="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used" xml:space="preserve">
<value>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</value>
</data>
<data name="Parameter_0_can_be_removed_its_initial_value_is_never_used" xml:space="preserve">
<value>Parameter '{0}' can be removed; its initial value is never used</value>
</data>
</root>
\ No newline at end of file
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -17,6 +17,21 @@
<target state="new">Add 'this' or 'Me' qualification.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="new">Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="new">Expression value is never used</target>
<note />
</trans-unit>
<trans-unit id="Member_access_should_be_qualified">
<source>Member access should be qualified.</source>
<target state="new">Member access should be qualified.</target>
......@@ -42,6 +57,16 @@
<target state="new">Null check can be simplified</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="new">Parameter '{0}' can be removed; its initial value is never used</target>
<note />
</trans-unit>
<trans-unit id="Populate_switch">
<source>Populate switch</source>
<target state="new">Populate switch</target>
......@@ -82,6 +107,21 @@
<target state="new">Remove unused member</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="new">Remove unused parameter</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="new">Remove unused parameter '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="new">Remove unused parameter '{0}' if it is not part of a shipped public API</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_private_members">
<source>Remove unused private members</source>
<target state="new">Remove unused private members</target>
......@@ -97,6 +137,16 @@
<target state="new">The file header is missing or not located at the top of the file</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="new">Unnecessary assignment of a value</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="new">Unnecessary assignment of a value to '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Use_throw_expression">
<source>Use 'throw' expression</source>
<target state="new">Use 'throw' expression</target>
......
......@@ -129,4 +129,13 @@
<data name="Add_default_case" xml:space="preserve">
<value>Add default case</value>
</data>
<data name="Use_discarded_local" xml:space="preserve">
<value>Use discarded local</value>
</data>
<data name="Use_discard_underscore" xml:space="preserve">
<value>Use discard '_'</value>
</data>
<data name="Remove_redundant_assignment" xml:space="preserve">
<value>Remove redundant assignment</value>
</data>
</root>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -22,6 +22,21 @@
<target state="new">Fix Name Violation: {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="new">Remove redundant assignment</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="new">Use discard '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="new">Use discarded local</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -1246,9 +1246,6 @@ This version used in: {2}</value>
<data name="Use_local_function" xml:space="preserve">
<value>Use local function</value>
</data>
<data name="Warning_colon_Declaration_changes_scope_and_may_change_meaning" xml:space="preserve">
<value>Warning: Declaration changes scope and may change meaning.</value>
</data>
<data name="Move_declaration_near_reference" xml:space="preserve">
<value>Move declaration near reference</value>
</data>
......@@ -1450,36 +1447,6 @@ This version used in: {2}</value>
<data name="Failed_to_analyze_data_flow_for_0" xml:space="preserve">
<value>Failed to analyze data-flow for: {0}</value>
</data>
<data name="Expression_value_is_never_used" xml:space="preserve">
<value>Expression value is never used</value>
</data>
<data name="Unnecessary_assignment_of_a_value_to_0" xml:space="preserve">
<value>Unnecessary assignment of a value to '{0}'</value>
</data>
<data name="Unnecessary_assignment_of_a_value" xml:space="preserve">
<value>Unnecessary assignment of a value</value>
</data>
<data name="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc" xml:space="preserve">
<value>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</value>
</data>
<data name="Use_discarded_local" xml:space="preserve">
<value>Use discarded local</value>
</data>
<data name="Use_discard_underscore" xml:space="preserve">
<value>Use discard '_'</value>
</data>
<data name="Remove_redundant_assignment" xml:space="preserve">
<value>Remove redundant assignment</value>
</data>
<data name="Remove_unused_parameter" xml:space="preserve">
<value>Remove unused parameter</value>
</data>
<data name="Remove_unused_parameter_0" xml:space="preserve">
<value>Remove unused parameter '{0}'</value>
</data>
<data name="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names" xml:space="preserve">
<value>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</value>
</data>
<data name="Fix_formatting" xml:space="preserve">
<value>Fix formatting</value>
</data>
......@@ -1516,15 +1483,6 @@ This version used in: {2}</value>
<data name="Wrapping" xml:space="preserve">
<value>Wrapping</value>
</data>
<data name="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API" xml:space="preserve">
<value>Remove unused parameter '{0}' if it is not part of a shipped public API</value>
</data>
<data name="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used" xml:space="preserve">
<value>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</value>
</data>
<data name="Parameter_0_can_be_removed_its_initial_value_is_never_used" xml:space="preserve">
<value>Parameter '{0}' can be removed; its initial value is never used</value>
</data>
<data name="Merge_with_nested_0_statement" xml:space="preserve">
<value>Merge with nested '{0}' statement</value>
</data>
......
......@@ -72,16 +72,6 @@
<target state="translated">Zarovnat zalomené parametry</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Vyhněte se v kódu přiřazením nepotřebných hodnot, protože ta pravděpodobně indikují nadbytečné výpočty hodnot. Pokud výpočet hodnoty není nadbytečný a chcete dané přiřazení zachovat, změňte cíl přiřazení na místní proměnnou, jejíž název začíná podtržítkem, za kterým volitelně následuje celé číslo, například _, _1, _2 atd. Tyto řetězce se považují za názvy speciálních symbolů pro vyřazení.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Vyhněte se v kódu nepoužitým parametrům. Pokud parametr nelze odebrat, změňte jeho název tak, aby začínal podtržítkem, za kterým volitelně následuje celé číslo, například _, _1, _2 atd. Tyto řetězce se považují za názvy speciálních symbolů pro vyřazení.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">Očekávaná úloha vrací {0}.</target>
......@@ -232,11 +222,6 @@
<target state="translated">Při čtení souboru {0} došlo k chybě: {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">Hodnota výrazu se nikdy nepoužívá.</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Extrahovat rozhraní...</target>
......@@ -457,16 +442,6 @@
<target state="translated">Přesunout do oboru názvů...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">Parametr {0} je možné odebrat, pokud není součástí dodaného veřejného rozhraní API. Jeho počáteční hodnota se nikdy nepoužívá.</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">Parametr {0} je možné odebrat, protože jeho počáteční hodnota nebyla nikdy použita.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">Po změně zdrojového souboru {0} nebude moct ladicí relace pokračovat z důvodu interní chyby: {1}.</target>
......@@ -492,26 +467,6 @@
<target state="translated">Podpisy souvisejících metod nalezené v metadatech se nebudou aktualizovat.</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">Odebrat redundantní přiřazení</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">Odebrat nepoužívaný parametr</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">Odebrat nepoužívaný parametr {0}</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">Odeberte nepoužívaný parametr {0}, pokud není součástí dodávaného veřejného rozhraní API.</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">Místo {0} použijte {1}</target>
......@@ -572,16 +527,6 @@
<target state="translated">Není možné přečíst zdrojový soubor {0} nebo soubor PDB sestavený pro obsahující projekt. Případné změny provedené v tomto souboru během ladění se nepoužijí, dokud se jeho obsah nebude shodovat se sestaveným zdrojem.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">Nepotřebné přiřazení hodnoty</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">Nepotřebné přiřazení hodnoty do {0}</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Zrušit zalomení všech argumentů</target>
......@@ -652,16 +597,6 @@
<target state="translated">Použít složené přiřazení</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">Použít zahození _</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">Použít zahozenou místní</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Používat text výrazu pro lambda výrazy</target>
......@@ -2475,11 +2410,6 @@ Tato verze se používá zde: {2}.</target>
<target state="translated">Použít lokální funkci</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">Upozornění: Deklarace mění rozsah a může změnit význam.</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Přesunout deklaraci do blízkosti odkazu</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">Umschlossene Parameter ausrichten</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Vermeiden Sie unnötige Wertzuweisungen in Ihrem Code, weil diese wahrscheinlich auf redundante Wertberechnungen hinweisen. Wenn die Wertberechnung nicht redundant ist und die Zuweisung beibehalten werden soll, ändern Sie das Zuweisungsziel in eine lokale Variable, deren Name mit einem Unterstrich beginnt, dem optional eine Zahl angefügt wird. Beispiel: "_", "_1", "_2" usw. Diese werden als spezielle Symbolnamen für Ausschussvariablen behandelt.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Vermeiden Sie nicht verwendete Parameter in Ihrem Code. Wenn der Parameter nicht entfernt werden kann, ändern Sie dessen Namen so, dass er mit einem Unterstrich beginnt, dem optional eine Zahl angefügt wird. Beispiel: "_", "_1", "_2" usw. Diese werden als spezielle Symbolnamen für Ausschussparameter behandelt.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">Erwartete Aufgabe gibt "{0}" zurück</target>
......@@ -232,11 +222,6 @@
<target state="translated">Fehler beim Lesen der Datei "{0}": {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">Der Ausdruckswert wird niemals verwendet.</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Schnittstelle extrahieren...</target>
......@@ -457,16 +442,6 @@
<target state="translated">In Namespace verschieben...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">Der Parameter "{0}" kann entfernt werden, wenn er nicht Bestandteil einer öffentlich verfügbaren API ist. Sein ursprünglicher Wert wird niemals verwendet.</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">Der Parameter "{0}" kann entfernt werden, sein ursprünglicher Wert wird niemals verwendet.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">Durch das Ändern der Quelldatei "{0}" wird verhindert, dass die Debugsitzung aufgrund eines internen Fehlers fortgesetzt wird: {1}.</target>
......@@ -492,26 +467,6 @@
<target state="translated">In Metadaten gefundene ähnliche Methodensignaturen werden nicht aktualisiert.</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">Überflüssige Zuweisung entfernen</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">Nicht verwendete Parameter entfernen</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">Nicht verwendeten Parameter "{0}" entfernen</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">Nicht verwendeten Parameter "{0}" entfernen, wenn dieser nicht Bestandteil einer öffentlich verfügbaren API ist</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">"{0}" durch "{1}" ersetzen</target>
......@@ -572,16 +527,6 @@
<target state="translated">Die Quelldatei "{0}" oder die für das enthaltende Projekt erstellte PDB-Datei kann nicht gelesen werden. Alle Änderungen, die während des Debuggens an dieser Datei vorgenommen wurden, werden erst angewendet, wenn der Inhalt der erstellten Quelle entspricht.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">Unnötige Zuweisung eines Werts.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">Unnötige Zuweisung eines Werts zu "{0}".</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Umbruch für alle Argumente aufheben</target>
......@@ -652,16 +597,6 @@
<target state="translated">Verbundzuweisung verwenden</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">Ausschussvariable "_" verwenden</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">Verworfene lokale Variable verwenden</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Ausdruckskörper für Lambdaausdrücke verwenden</target>
......@@ -2475,11 +2410,6 @@ Diese Version wird verwendet in: {2}</target>
<target state="translated">Lokale Funktion verwenden</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">Warnung: Die Deklaration ändert den Bereich und möglicherweise die Bedeutung.</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Deklaration nahe Referenz verschieben</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">Alinear parámetros ajustados</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Evite las asignaciones de valores innecesarias en el código, ya que probablemente indican cálculos de valores redundantes. Si el cálculo de valor no es redundante y tiene intención de retener la asignación, cambie el destino de la asignación a una variable local cuyo nombre empiece por un carácter de subrayado, seguido opcionalmente por un entero, como "_", "_1", "_2", etc. Estos se tratan como nombres de símbolos de descarte especiales.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Evite los parámetros sin usar en el código. Si el parámetro no se puede quitar, cámbielo de nombre para que empiece por un carácter de subrayado, seguido opcionalmente por un entero, como "_", "_1", "_2", etc. Estos se tratan como nombres de símbolos de descarte especiales.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">La tarea esperada devuelve "{0}".</target>
......@@ -232,11 +222,6 @@
<target state="translated">Error al leer el archivo "{0}": {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">El valor de la expresión no se utiliza nunca.</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Extraer interfaz...</target>
......@@ -457,16 +442,6 @@
<target state="translated">Mover a espacio de nombres...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">Se puede quitar el parámetro "{0}" si no forma parte de una API pública enviada; su valor inicial no se usa nunca</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">Se puede quitar el parámetro "{0}"; su valor inicial no se usa nunca</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">Modificar fuente archivo {0} evitará que la sesión de depuración continua debido a un error interno: {1}.</target>
......@@ -492,26 +467,6 @@
<target state="translated">Las signaturas de método relacionadas encontradas en los metadatos no se actualizarán.</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">Quitar asignación redundante</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">Quitar el parámetro no utilizado</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">Retirar el parámetro "{0}" sin usar</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">Quitar el parámetro "{0}" sin usar si no forma parte de una API pública enviada</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">Reemplazar "{0}" por "{1}"</target>
......@@ -572,16 +527,6 @@
<target state="translated">No se puede leer el archivo de origen "{0}" o el PDB compilado para el proyecto que lo contiene. Los cambios realizados en este archivo durante la depuración no se aplicarán hasta que su contenido coincida con el del origen compilado.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">Asignación innecesaria de un valor</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">Asignación innecesaria de un valor a "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Desajustar todos los argumentos</target>
......@@ -652,16 +597,6 @@
<target state="translated">Usar la asignación compuesta</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">Usar opción de descarte "_"</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">Usar el local descartado</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Usar órgano de expresión para expresiones lambda</target>
......@@ -2475,11 +2410,6 @@ Esta versión se utiliza en: {2}</target>
<target state="translated">Usar función local</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">Advertencia: La declaración cambia el ámbito y puede cambiar el significado.</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Mover la declaración cerca de la referencia</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">Aligner les paramètres enveloppés</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Évitez les assignations de valeurs inutiles dans votre code, car elles représentent probablement des calculs de valeurs redondants. Si un calcul de valeur n'est pas redondant et si vous souhaitez conserver l'assignation, remplacez la cible de l'assignation par une variable locale dont le nom commence par un trait de soulignement éventuellement suivi d'un entier, par exemple '_', '_1', '_2', etc. Ces types d'élément sont traités en tant que noms de symboles discard spéciaux.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Évitez les paramètres inutilisés dans votre code. Évitez les paramètres inutilisés dans votre code. Si vous ne pouvez pas supprimer un paramètre, changez son nom en le faisant commencer par un trait de soulignement éventuellement suivi d'un entier, par exemple '_', '_1', '_2', etc. Ces types d'élément sont traités en tant que noms de symboles discard spéciaux.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">La tâche attendue retourne '{0}'</target>
......@@ -232,11 +222,6 @@
<target state="translated">Erreur durant la lecture du fichier '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">La valeur d'expression n'est jamais utilisée</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Extraire l'interface...</target>
......@@ -457,16 +442,6 @@
<target state="translated">Déplacer vers un espace de noms...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">Impossible de supprimer le paramètre '{0}' s'il ne fait pas partie d'une API publique fournie, sa valeur initiale n'est jamais utilisée</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">Le paramètre '{0}' peut être supprimé, sa valeur initiale n'est jamais utilisée</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">Le fait de modifier le fichier source {0} empêche la session de débogage de se poursuivre en raison de l’erreur interne : {1}.</target>
......@@ -492,26 +467,6 @@
<target state="translated">Les signatures de méthode associées dans les métadonnées ne sont pas mises à jour.</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">Supprimer l'attribution redondante</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">Supprimer le paramètre inutilisé</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">Supprimer le paramètre '{0}' inutilisé</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">Supprimer le paramètre inutilisé '{0}' si celui-ci ne fait pas partie d’une API publique livrée</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">Remplacer '{0}' par '{1}'</target>
......@@ -572,16 +527,6 @@
<target state="translated">Impossible de lire le fichier source '{0}' ou le PDB généré pour le projet conteneur. Les changements apportés à ce fichier durant le débogage ne seront pas appliqués tant que son contenu ne correspondra pas à la source générée.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">Assignation inutile d'une valeur</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">Assignation inutile d'une valeur à '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Désenvelopper tous les arguments</target>
......@@ -652,16 +597,6 @@
<target state="translated">Utiliser une assignation composée</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">Utiliser Ignorer '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">Utiliser un élément local ignoré</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Utiliser le corps d'expression pour les expressions lambda</target>
......@@ -2475,11 +2410,6 @@ Version utilisée dans : {2}</target>
<target state="translated">Utiliser une fonction locale</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">Avertissement : La déclaration change la portée et éventuellement la signification.</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Déplacer la déclaration près de la référence</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">Allinea i parametri con ritorno a capo</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Evitare assegnazioni di valori non necessarie nel codice perché indicano probabilmente calcoli di valori ridondanti. Se il calcolo del valore non è ridondante e si intende mantenere l'assegnazione, modificare la destinazione dell'assegnazione in una variabile locale il cui nome inizia con un carattere di sottolineatura e, facoltativamente, è seguito da un numero intero, ad esempio '_', '_1', '_2' e così via. Questi vengono considerati come nomi di simboli speciali di rimozione.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Evitare parametri inutilizzati nel codice. Se non è possibile rimuovere il parametro, modificarne il nome in modo che inizi con un carattere di sottolineatura e, facoltativamente, sia seguito da un numero intero, ad esempio '_', '_1', '_2' e così via. Questi vengono considerati come nomi di simboli speciali di rimozione.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">L'attività attesa restituisce '{0}'</target>
......@@ -232,11 +222,6 @@
<target state="translated">Si è verificato un errore durante la lettura del file '{0}': {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">Il valore dell'espressione non viene mai usato</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Estrai interfaccia...</target>
......@@ -457,16 +442,6 @@
<target state="translated">Sposta nello spazio dei nomi...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">È possibile rimuovere il parametro '{0}' se non fa parte di un'API pubblica. Il relativo valore iniziale non viene mai usato</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">È possibile rimuovere il parametro '{0}'. Il relativo valore iniziale non viene mai usato</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">Se si modifica il file di origine {0}, la sessione di debug non potrà continuare a causa di errore interno: {1}.</target>
......@@ -492,26 +467,6 @@
<target state="translated">Le firme del metodo correlate trovate nei metadati non verranno aggiornate.</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">Rimuovi l'assegnazione ridondante</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">Rimuovere il parametro inutilizzato</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">Rimuovi il parametro inutilizzato '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">Rimuovi il parametro inutilizzato '{0}' se non fa parte di un'API pubblica fornita</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">Sostituisci '{0}' con '{1}'</target>
......@@ -572,16 +527,6 @@
<target state="translated">Non è possibile leggere il file di origine '{0}' o il file PDB compilato per il progetto contenitore. Tutte le modifiche apportate a questo file durante il debug non verranno applicate finché il relativo contenuto non corrisponde all'origine compilata.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">Assegnazione non necessaria di un valore</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">Assegnazione non necessaria di un valore a '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Annulla il ritorno a capo per tutti gli argomenti</target>
......@@ -652,16 +597,6 @@
<target state="translated">Usa l'assegnazione composta</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">Usa '_' rimosso</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">Usa variabili locali rimosse</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Usa il corpo dell'espressione per le espressioni lambda</target>
......@@ -2475,11 +2410,6 @@ Questa versione è usata {2}</target>
<target state="translated">Usa la funzione locale</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">Avviso: la dichiarazione implica la modifica dell'ambito e potrebbe modificare il significato.</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Sposta la dichiarazione accanto al riferimento</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">折り返されたパラメーターを調整します</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">コード内における不必要な値代入は、値計算が重複する原因になり得るため、避けてください。値計算が重複しておらず、代入を保持する場合は、代入先をアンダースコアの後にオプションで整数が続く名前 ('_'、'_1'、'_2' など) のローカル変数に変更してください。これらは、特別なディスカード シンボル名として扱われます。</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">コードに未使用のパラメーターを指定しないでください。パラメーターを削除できない場合は、パラメーターの名前をアンダースコアの後にオプションで整数が続く名前 ('_'、'_1'、'_2' など) に変更してください。これらは、特別なディスカード シンボル名として扱われます。</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">待機中のタスクから '{0}' が返されました</target>
......@@ -232,11 +222,6 @@
<target state="translated">ファイル {0}' の読み取り中にエラーが発生しました: {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">式の値が使用されていません</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">インターフェイスの抽出...</target>
......@@ -457,16 +442,6 @@
<target state="translated">名前空間に移動します...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">パラメーター '{0}' は、それが同梱のパブリック API の一部ではなく、初期値が使用されていない場合に削除できます</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">パラメーター '{0}' を削除できます。その初期値が使用されていません</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">ソース ファイル {0} を変更すると、デバッグ セッションが内部エラーのため続行できなくなります: {1}。</target>
......@@ -492,26 +467,6 @@
<target state="translated">メタデータ内に検出される関連するメソッド シグネチャは更新されません。</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">冗長な代入を削除します</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">未使用のパラメーターを削除します</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">未使用のパラメーター '{0}' を削除</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">未使用のパラメーター '{0}' が同梱のパブリック API の一部ではない場合に削除します</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">'{0}' を '{1}' に置き換える</target>
......@@ -572,16 +527,6 @@
<target state="translated">ソース ファイル '{0}'、またはそれを含むプロジェクト用にビルドされた PDB を読み取れません。デバッグ中にこのファイルに加えられた変更は、そのコンテンツがビルドされたソースと一致するまで適用されません。</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">値の不必要な代入</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">値の '{0}' への不必要な代入</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">すべての引数の折り返しを解除</target>
......@@ -652,16 +597,6 @@
<target state="translated">複合代入を使用</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">破棄 '_' を使用</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">破棄されたローカルを使用します</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">ラムダ式に式本体を使用する</target>
......@@ -2475,11 +2410,6 @@ This version used in: {2}</source>
<target state="translated">ローカル関数を使用します</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">警告: 宣言によりスコープが変更され、意味が変わる可能性があります。</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">宣言を参照の近くに移動します</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">래핑된 매개 변수 맞춤</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">코드에 불필요한 값을 할당하면 값의 중복 계산으로 표시될 수 있으므로 이와 같은 할당을 사용하지 않도록 합니다. 값의 중복 계산이 아닌 할당을 유지하려는 경우 할당 대상을 이름이 밑줄로 시작하고 필요에 따라 뒤에 정수가 있는(예: '_', '_1', '_2' 등) 지역 변수로 변경합니다. 해당 이름은 특수 무시 기호 이름으로 처리됩니다.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">코드에 사용되지 않는 매개 변수를 사용하지 않도록 합니다. 매개 변수를 제거할 수 없는 경우 이름을 변경하여 밑줄로 시작하고 필요에 따라 뒤에 정수가 있도록 합니다(예: '_', '_1', '_2' 등). 해당 이름은 특수 무시 기호 이름으로 처리됩니다.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">대기된 작업에서 '{0}'이(가) 반환됨</target>
......@@ -232,11 +222,6 @@
<target state="translated">'{0}' 파일을 읽는 동안 오류가 발생했습니다. {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">식 값은 절대 사용되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">인터페이스 추출...</target>
......@@ -457,16 +442,6 @@
<target state="translated">네임스페이스로 이동...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">'{0}' 매개 변수가 제공된 퍼블릭 API의 일부가 아닌 경우 제거할 수 있습니다. 해당 초기 값은 사용되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">'{0}' 매개 변수는 제거할 수 있습니다. 해당 초기 값은 사용되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">소스 파일 {0}을(를) 수정하면 다음 내부 오류로 인해 디버그 세션을 계속 진행할 수 없습니다. {1}.</target>
......@@ -492,26 +467,6 @@
<target state="translated">메타데이터에서 찾은 관련 메서드 시그니처가 업데이트되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">중복 할당 제거</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">사용하지 않는 매개 변수를 제거하세요.</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">사용하지 않는 매개 변수 '{0}' 제거</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">제공된 공용 API의 일부가 아닌 경우 사용하지 않는 매개 변수 '{0}' 제거</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">'{0}'을(를) '{1}'(으)로 바꾸기</target>
......@@ -572,16 +527,6 @@
<target state="translated">소스 파일 '{0}' 또는 포함하는 프로젝트에 대해 빌드된 PDB를 읽을 수 없습니다. 디버그하는 동안 이 파일의 변경된 모든 내용은 해당 콘텐츠가 빌드된 소스와 일치할 때까지 적용되지 않습니다.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">불필요한 값 할당</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">'{0}'에 불필요한 값 할당</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">모든 인수 래핑 해제</target>
......@@ -652,16 +597,6 @@
<target state="translated">복합형 할당 사용</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">무시 항목 '_' 사용</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">무시된 로컬 사용</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">람다 식에 식 본문 사용</target>
......@@ -2475,11 +2410,6 @@ This version used in: {2}</source>
<target state="translated">로컬 함수 사용</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">경고: 선언 시 범위가 변경되고 의미가 변경될 수 있습니다.</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">참조 근처로 선언 이동</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">Wyrównaj zawinięte parametry</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Unikaj niepotrzebnych przypisań wartości w kodzie, ponieważ mogą one wskazywać nadmiarowe obliczenia wartości. Jeśli obliczenie wartości nie jest nadmiarowe i zamierzasz zachować przypisanie, zmień wartość docelową przypisania na zmienną lokalną, której nazwa rozpoczyna się od znaku podkreślenia, a opcjonalnie następuje po niej liczba całkowita, taka jak „_”, „_1”, „_2” itp. Są one traktowane jako specjalne nazwy symboli odrzucenia.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Unikaj nieużywanych parametrów w kodzie. Jeśli nie można usunąć parametru, zmień jego nazwę, tak aby rozpoczynała się od znaku podkreślenia, a opcjonalnie następowała po niej liczba całkowita, na przykład „_”, „_1”, „_2” itp. Są one traktowane jako specjalne nazwy symboli odrzucenia.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">Zadanie, na które oczekiwano, zwraca wartość „{0}”</target>
......@@ -232,11 +222,6 @@
<target state="translated">Błąd podczas odczytywania pliku „{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">Wartość wyrażenia nie jest nigdy używana.</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Wyodrębnij interfejs...</target>
......@@ -457,16 +442,6 @@
<target state="translated">Przenieś do przestrzeni nazw...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">Parametr „{0}” można usunąć, jeśli nie jest częścią dostarczonego publicznego interfejsu API, ponieważ jego wartość początkowa nie jest nigdy używana</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">Parametr „{0}” można usunąć, ponieważ jego wartość początkowa nie jest nigdy używana</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">Zmodyfikowanie pliku źródłowego {0} uniemożliwi kontynuowanie sesji debugowania ze względu na błąd wewnętrzny: {1}.</target>
......@@ -492,26 +467,6 @@
<target state="translated">Sygnatury powiązanych metod znalezione w metadanych nie zostaną zaktualizowane.</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">Usuń nadmiarowe przypisanie</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">Usuń nieużywany parametr</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">Usuń nieużywany parametr „{0}”</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">Usuń nieużywany parametr „{0}”, jeśli nie jest częścią dostarczonego publicznego API</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">Zamień element „{0}” na element „{1}”</target>
......@@ -572,16 +527,6 @@
<target state="translated">Nie można odczytać pliku źródłowego „{0}” lub pliku PDB skompilowanego dla projektu zawierającego. Wszystkie zmiany wprowadzone w tym pliku podczas debugowania nie zostaną zastosowane do czasu, aż jego zawartość będzie zgodna ze skompilowanym źródłem.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">Niepotrzebne przypisanie wartości</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">Niepotrzebne przypisanie wartości do elementu „{0}”</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Odwijaj wszystkie argumenty</target>
......@@ -652,16 +597,6 @@
<target state="translated">Użyj przypisania złożonego</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">Użyj odrzucenia „_”</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">Użyj odrzuconej zmiennej lokalnej</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Użyj treści wyrażenia dla wyrażeń lambda</target>
......@@ -2475,11 +2410,6 @@ Ta wersja jest używana wersja: {2}</target>
<target state="translated">Użyj funkcji lokalnej</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">Ostrzeżenie: deklaracja zmienia zakres i może zmienić znaczenie.</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Przenieś deklarację blisko odwołania</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">Alinhar os parâmetros encapsulados</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Evite atribuições de valor desnecessárias no código, pois isso pode indicar cálculos de valor redundantes. Se o cálculo do valor não for redundante e você pretender reter a atribuição, altere o destino da atribuição para uma variável local cujo nome comece com um sublinhado e seja seguido opcionalmente por um inteiro, como '_', '_1', '_2' etc. Esses nomes são tratados como nomes de símbolo de descarte especiais.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Evite parâmetros não usados no seu código. Se o parâmetro não puder ser removido, altere o nome para que ele comece com um sublinhado e seja seguido opcionalmente por um inteiro, como '_', '_1', '_2' etc. Esses nomes são tratados como nomes de símbolo de descarte especiais.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">A tarefa esperada retorna '{0}'</target>
......@@ -232,11 +222,6 @@
<target state="translated">Erro ao ler o arquivo '{0}': {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">O valor da expressão nunca é usado</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Extrair a interface...</target>
......@@ -457,16 +442,6 @@
<target state="translated">Mover para o namespace...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">O parâmetro '{0}' pode ser removido se ele não fizer parte de uma API pública enviada. Seu valor inicial nunca é usado</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">O parâmetro '{0}' pode ser removido. Seu valor inicial nunca é usado</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">Modificar fonte arquivo {0} impedirá a sessão de depuração de continuar devido a erro interno: {1}.</target>
......@@ -492,26 +467,6 @@
<target state="translated">As assinaturas de método relacionadas encontradas nos metadados não serão atualizadas.</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">Remover a atribuição redundante</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">Remover o parâmetro não utilizado</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">Remover o parâmetro não usado '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">Remover o parâmetro não usado '{0}' se ele não fizer parte de uma API pública enviada</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">Substituir '{0}' por '{1}'</target>
......@@ -572,16 +527,6 @@
<target state="translated">Não é possível ler o arquivo de origem '{0}' ou o PDB criado para o projeto que o contém. Todas as alterações feitas neste arquivo durante a depuração não serão aplicadas até que o conteúdo corresponda à origem criada.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">Atribuição desnecessária de um valor</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">Atribuição desnecessária de um valor para '{0}'</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Desencapsular todos os argumentos</target>
......@@ -652,16 +597,6 @@
<target state="translated">Usar a atribuição composta</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">Usar o descarte de '_'</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">Usar local descartado</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Usar corpo da expressão para expressões lambda</target>
......@@ -2475,11 +2410,6 @@ Essa versão é usada no: {2}</target>
<target state="translated">Usar função local</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">Aviso: a declaração altera e escopo e pode alterar o significado.</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Mover declaração para próximo da referência</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">Выровнять свернутые параметры</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Избегайте ненужных операций присваивания значений в коде, так как это может свидетельствовать об избыточных вычислениях значений. Если вычисление значения не является избыточным и предполагается сохранить присваивание, измените целевой объект присваивания на локальную переменную, имя которой начинается с символа подчеркивания, за которым при необходимости следует целое число, например, "_", "_1", "_2" и т. д. Эти имена рассматриваются как специальные имена для освобождаемых переменных.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Избегайте неиспользуемых параметров в коде. Если удалить параметр невозможно, измените его имя так, чтобы оно начиналось с символа подчеркивания, за которым при необходимости следует целое число, например, "_", "_1", "_2" и т. д. Эти имена считаются особыми пустыми именами символов.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">Ожидаемая задача возвращает "{0}".</target>
......@@ -232,11 +222,6 @@
<target state="translated">Ошибка при чтении файла "{0}": {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">Значение выражения никогда не используется</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Извлечение интерфейса…</target>
......@@ -457,16 +442,6 @@
<target state="translated">Переместить в пространство имен...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">Параметр "{0}" можно удалить, если он не является частью предоставленного общедоступного API. Начальное значение этого параметра никогда не используется.</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">Параметр "{0}" можно удалить, его начальное значение никогда не используется.</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">Изменение исходного файла {0} помешает сеанса отладки продолжения из-за внутренней ошибки: {1}.</target>
......@@ -492,26 +467,6 @@
<target state="translated">Связанные сигнатуры методов, найденные в метаданных, не будут обновлены.</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">Удалить избыточные операторы назначения</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">Удалите неиспользуемый параметр</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">Удалить неиспользуемый параметр "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">Удалить неиспользуемый параметр "{0}", если он не является частью предоставляемого общедоступного API</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">Замените '{0}' на '{1}'</target>
......@@ -572,16 +527,6 @@
<target state="translated">Не удается прочитать исходный файл "{0}" или PDB, созданный для проекта, в котором они содержатся. Все изменения, внесенные в этот файл во время отладки, не будут применены, пока содержимое файла не будет соответствовать скомпилированному исходному коду.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">Ненужное присваивание значения</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">Ненужное присваивание значения "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Развернуть все аргументы</target>
......@@ -652,16 +597,6 @@
<target state="translated">Использовать составной оператор назначения</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">Используйте символ удаления "_"</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">Использовать удаленный локальный оператор</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Использовать тело выражения для лямбда-выражений</target>
......@@ -2475,11 +2410,6 @@ This version used in: {2}</source>
<target state="translated">Использовать локальную функцию</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">Предупреждение. Объявление изменяет область и может изменить значение.</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Переместить объявление рядом со ссылкой</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">Sarmalanan parametreleri hizala</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Kodunuzda gereksiz değer atamaları yapmaktan kaçının; bunlar genelde gereksiz değer hesaplamalarını belirtir. Değer hesaplaması gereksiz değilse ve atamayı korumak istiyorsanız, atama hedefini adı bir alt çizgiyle başlayan ve isteğe bağlı olarak tamsayı ile devam eden yerel bir değişkene çevirin, örneğin '_', '_1', '_2' vb. Bunlar özel atma sembol adları olarak değerlendirilir.</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">Kodunuzda kullanılmayan parametreler bulundurmamaya çalışın. Parametre kaldırılamıyorsa adını, bir alt çizgiyle başlayacak ve ardından isteğe bağlı olarak bir tamsayı gelecek ('_', '_1', '_2' gibi) şekilde değiştirin. Bu değerler özel atılabilir sembol adı olarak işlenir.</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">Beklenen görev '{0}' döndürüyor</target>
......@@ -232,11 +222,6 @@
<target state="translated">'{0}' dosyası okunurken hata: {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">İfade değeri asla kullanılmaz</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">Arabirimi ayıkla...</target>
......@@ -457,16 +442,6 @@
<target state="translated">Ad alanına taşı...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">Gönderilmiş bir genel API'nin parçası değilse '{0}' parametresi kaldırılabilir. Parametrenin ilk değeri asla kullanılmaz</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">'{0}' parametresi kaldırılabilir. İlk değeri asla kullanılmaz</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">{0} kaynak dosyasının değiştirilmesi şu iç hata nedeniyle hata ayıklama oturumunun devam etmesini engeller: {1}.</target>
......@@ -492,26 +467,6 @@
<target state="translated">Meta verilerde bulunan ilgili metot imzaları güncelleştirilmez.</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">Gereksiz atamayı kaldır</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">Kullanılmayan parametreyi kaldırma</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">Kullanılmayan '{0}' parametresini kaldır</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">Kullanılmayan '{0}' parametresi gönderilmiş bir genel API'nin parçası değilse parametreyi kaldırın</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">'{0}' öğesini '{1}' ile değiştir</target>
......@@ -572,16 +527,6 @@
<target state="translated">'{0}' kaynak dosyası veya içeren proje için oluşturulan PDB okunamıyor. Hata ayıklama sırasında bu dosyada yapılan değişiklikler, dosyanın içeriği oluşturulan kaynakla eşleşene kadar uygulanmaz.</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">Bir değerin gereksiz ataması</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">'{0}' için bir değerin gereksiz ataması</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">Tüm bağımsız değişkenlerin sarmalamasını kaldır</target>
......@@ -652,16 +597,6 @@
<target state="translated">Bileşik atama kullan</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">'_' atmasını kullan</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">Atılmış yereli kullan</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">Lambda ifadeleri için ifade vücut kullanımı</target>
......@@ -2475,11 +2410,6 @@ Bu sürüm şurada kullanılır: {2}</target>
<target state="translated">Yerel işlev kullan</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">Uyarı: Bildirim, kapsamı değiştiriyor ve anlamı da değiştirebilir.</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">Bildirimi başvurunun yanına taşı</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">对齐包装参数</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">请避免在代码中使用不必要的值赋值,因为这些值极有可能指示冗余的值计算。如果值计算不是冗余的,并且打算保留该赋值,请将分配目标更改为名称以下划线开头或在下划线后面跟一个整数的局部变量(如 "_"、"_1"、"_2" 等)。这些被视为特殊丢弃符号名。</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">请避免在代码中使用未使用的参数。如果无法删除该参数,请更改其名称,使其以下划线开头,也可在下划线后面跟一个整数(如 "_"、"_1"、"_2" 等)。这些被视为特殊丢弃符号名。</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">等待任务返回“{0}”</target>
......@@ -232,11 +222,6 @@
<target state="translated">读取文件“{0}”时出错: {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">永远不会使用表达式值</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">提取接口…</target>
......@@ -457,16 +442,6 @@
<target state="translated">移动到命名空间...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">如果参数 "{0}" 不是已发布的公共 API 的一部分,则可将其删除,因为永远不会使用其初始值</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">可以删除参数 "{0}",因为永远不会使用其初始值</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">修改源文件 {0} 将防止调试会话因内部错误 {1} 而继续进行。</target>
......@@ -492,26 +467,6 @@
<target state="translated">不更新在元数据中发现的相关方法签名。</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">删除冗余分配</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">删除未使用的参数</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">删除未使用的参数 "{0}"</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">如果未使用的参数 "{0}" 不是已发布的公共 api 的一部分, 请将其删除</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">将 "{0}" 替换为 "{1}"</target>
......@@ -572,16 +527,6 @@
<target state="translated">无法读取源文件 "{0}" 或为包含项目生成的 PDB。在调试期间对此文件所做的任何更改都不会应用,直到其内容与生成的源匹配为止。</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">不需要赋值</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">不需要对 "{0}" 赋值</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">展开所有参数</target>
......@@ -652,16 +597,6 @@
<target state="translated">使用复合分配</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">使用丢弃 "_"</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">使用丢弃的本地</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">对 lambda 表达式使用表达式正文</target>
......@@ -2475,11 +2410,6 @@ This version used in: {2}</source>
<target state="translated">使用本地函数</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">警告: 声明更改了作用域,并且可能更改含义。</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">将声明移动至引用附近</target>
......
......@@ -72,16 +72,6 @@
<target state="translated">對齊包裝的參數</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unnecessary_value_assignments_in_your_code_as_these_likely_indicate_redundant_value_computations_If_the_value_computation_is_not_redundant_and_you_intend_to_retain_the_assignmentcomma_then_change_the_assignment_target_to_a_local_variable_whose_name_starts_with_an_underscore_and_is_optionally_followed_by_an_integercomma_such_as___comma__1_comma__2_comma_etc">
<source>Avoid unnecessary value assignments in your code, as these likely indicate redundant value computations. If the value computation is not redundant and you intend to retain the assignment, then change the assignment target to a local variable whose name starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">請避免在您的程式碼中指派非必要的值,因為這可能表示值會重複計算。如果值未重複計算,而且您想要保留指派,請將指派目標變更為名稱以底線開頭的區域變數,並可選擇在後面接著整數,例如 '_'、'_1'、'_2' 等。這些會視為特殊的捨棄符號名稱。</target>
<note />
</trans-unit>
<trans-unit id="Avoid_unused_parameters_in_your_code_If_the_parameter_cannot_be_removed_then_change_its_name_so_it_starts_with_an_underscore_and_is_optionally_followed_by_an_integer_such_as__comma__1_comma__2_etc_These_are_treated_as_special_discard_symbol_names">
<source>Avoid unused parameters in your code. If the parameter cannot be removed, then change its name so it starts with an underscore and is optionally followed by an integer, such as '_', '_1', '_2', etc. These are treated as special discard symbol names.</source>
<target state="translated">請避免在您的程式碼中使用參數。如果無法移除參數,請變更其名稱,使其以底線開頭,並可選擇在後面接著整數,例如 '_'、'_1'、'_2' 等。這些會視為特殊的捨棄符號名稱。</target>
<note />
</trans-unit>
<trans-unit id="Awaited_task_returns_0">
<source>Awaited task returns '{0}'</source>
<target state="translated">等待的工作會傳回 '{0}'</target>
......@@ -232,11 +222,6 @@
<target state="translated">讀取檔案 '{0}' 時發生錯誤: {1}</target>
<note />
</trans-unit>
<trans-unit id="Expression_value_is_never_used">
<source>Expression value is never used</source>
<target state="translated">永遠不會使用運算式值</target>
<note />
</trans-unit>
<trans-unit id="Extract_interface">
<source>Extract interface...</source>
<target state="translated">擷取介面...</target>
......@@ -457,16 +442,6 @@
<target state="translated">移到命名空間...</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_if_it_is_not_part_of_a_shipped_public_API_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed if it is not part of a shipped public API; its initial value is never used</source>
<target state="needs-review-translation">如果參數 '{0}' 不屬於已發行的公用 API,則無法予以移除,永遠不會使用其初始值</target>
<note />
</trans-unit>
<trans-unit id="Parameter_0_can_be_removed_its_initial_value_is_never_used">
<source>Parameter '{0}' can be removed; its initial value is never used</source>
<target state="needs-review-translation">可以移除參數 '{0}',永遠不會使用其初始值</target>
<note />
</trans-unit>
<trans-unit id="Modifying_source_file_will_prevent_the_debug_session_from_continuing_due_to_internal_error">
<source>Modifying source file {0} will prevent the debug session from continuing due to internal error: {1}.</source>
<target state="translated">修改原始檔案 {0} 將防止調試會話由於內部錯誤而繼續進行: {1}。</target>
......@@ -492,26 +467,6 @@
<target state="translated">將不會更新中繼資料中所找到的相關方法簽章。</target>
<note />
</trans-unit>
<trans-unit id="Remove_redundant_assignment">
<source>Remove redundant assignment</source>
<target state="translated">移除多餘的指派</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter">
<source>Remove unused parameter</source>
<target state="translated">移除未使用的參數</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0">
<source>Remove unused parameter '{0}'</source>
<target state="translated">移除未使用的參數 ‘{0}’</target>
<note />
</trans-unit>
<trans-unit id="Remove_unused_parameter_0_if_it_is_not_part_of_a_shipped_public_API">
<source>Remove unused parameter '{0}' if it is not part of a shipped public API</source>
<target state="translated">如果未使用的參數 ‘{0}’ 不屬於已發行的公用 API,請予以移除</target>
<note />
</trans-unit>
<trans-unit id="Replace_0_with_1">
<source>Replace '{0}' with '{1}' </source>
<target state="translated">將 ‘{0}’ 取代為 ‘{1}'</target>
......@@ -572,16 +527,6 @@
<target state="translated">無法讀取來源檔案 '{0}' 或為包含專案所建置的 PDB。等到此檔案的內容與已建置的來源一致後,才會套用於偵錯期間對此檔案所做的所有變更。</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value">
<source>Unnecessary assignment of a value</source>
<target state="translated">指派了不必要的值</target>
<note />
</trans-unit>
<trans-unit id="Unnecessary_assignment_of_a_value_to_0">
<source>Unnecessary assignment of a value to '{0}'</source>
<target state="translated">對 '{0}' 指派了不必要的值</target>
<note />
</trans-unit>
<trans-unit id="Unwrap_all_arguments">
<source>Unwrap all arguments</source>
<target state="translated">將所有引數取消換行</target>
......@@ -652,16 +597,6 @@
<target state="translated">使用複合指派</target>
<note />
</trans-unit>
<trans-unit id="Use_discard_underscore">
<source>Use discard '_'</source>
<target state="translated">使用捨棄 '_’</target>
<note />
</trans-unit>
<trans-unit id="Use_discarded_local">
<source>Use discarded local</source>
<target state="translated">使用捨棄的區域函式</target>
<note />
</trans-unit>
<trans-unit id="Use_expression_body_for_lambda_expressions">
<source>Use expression body for lambda expressions</source>
<target state="translated">使用 Lambda 運算式的運算式主體</target>
......@@ -2475,11 +2410,6 @@ This version used in: {2}</source>
<target state="translated">使用區域函式</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="translated">警告: 宣告會變更範圍,且可能會變更意義。</target>
<note />
</trans-unit>
<trans-unit id="Move_declaration_near_reference">
<source>Move declaration near reference</source>
<target state="translated">將宣告移近參考</target>
......
......@@ -141,4 +141,7 @@
<data name="The_solution_does_not_contain_the_specified_document" xml:space="preserve">
<value>The solution does not contain the specified document.</value>
</data>
<data name="Warning_colon_Declaration_changes_scope_and_may_change_meaning" xml:space="preserve">
<value>Warning: Declaration changes scope and may change meaning.</value>
</data>
</root>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -42,6 +42,11 @@
<target state="new">The solution does not contain the specified document.</target>
<note />
</trans-unit>
<trans-unit id="Warning_colon_Declaration_changes_scope_and_may_change_meaning">
<source>Warning: Declaration changes scope and may change meaning.</source>
<target state="new">Warning: Declaration changes scope and may change meaning.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册