提交 3cebb979 编写于 作者: A Alireza Habibi

Update resources

上级 5a1ef420
......@@ -485,11 +485,20 @@ internal class CSharpFeaturesResources {
}
/// <summary>
/// Looks up a localized string similar to Convert to &apos;switch&apos;.
/// Looks up a localized string similar to Convert to &apos;switch&apos; expression.
/// </summary>
internal static string Convert_to_switch {
internal static string Convert_to_switch_expression {
get {
return ResourceManager.GetString("Convert_to_switch", resourceCulture);
return ResourceManager.GetString("Convert_to_switch_expression", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Convert to &apos;switch&apos; statement.
/// </summary>
internal static string Convert_to_switch_statement {
get {
return ResourceManager.GetString("Convert_to_switch_statement", resourceCulture);
}
}
......
......@@ -520,8 +520,11 @@
<data name="Add_this" xml:space="preserve">
<value>Add 'this.'</value>
</data>
<data name="Convert_to_switch" xml:space="preserve">
<value>Convert to 'switch'</value>
<data name="Convert_to_switch_statement" xml:space="preserve">
<value>Convert to 'switch' statement</value>
</data>
<data name="Convert_to_switch_expression" xml:space="preserve">
<value>Convert to 'switch' expression</value>
</data>
<data name="Warning_Extracting_a_local_function_reference_may_produce_invalid_code" xml:space="preserve">
<value>Warning: Extracting a local function reference may produce invalid code</value>
......
......@@ -21,8 +21,8 @@ public CSharpConvertIfToSwitchCodeRefactoringProvider()
public override string GetTitle(bool forSwitchExpression)
=> forSwitchExpression
? "TODO"
: CSharpFeaturesResources.Convert_to_switch;
? CSharpFeaturesResources.Convert_to_switch_expression
: CSharpFeaturesResources.Convert_to_switch_statement;
public override Analyzer CreateAnalyzer(ISyntaxFactsService syntaxFacts)
=> new CSharpAnalyzer(syntaxFacts);
......
......@@ -82,6 +82,16 @@
<target state="translated">Převést na metodu</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Deklarovat jako s možnou hodnotou null</target>
......@@ -782,11 +792,6 @@
<target state="translated">Přidat závorky</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">Převést na switch</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">Převést na foreach</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">In Methode konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Als für NULL-Werte zulässig deklarieren</target>
......@@ -782,11 +792,6 @@
<target state="translated">Klammern hinzufügen</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">In "switch" konvertieren</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">In "foreach" konvertieren</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">Convertir al método</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Declara como que acepta valores NULL</target>
......@@ -782,11 +792,6 @@
<target state="translated">Agregar paréntesis</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">Convertir a "switch"</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">Convertir a "foreach"</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">Convertir en méthode</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Déclarer comme nullable</target>
......@@ -782,11 +792,6 @@
<target state="translated">Ajouter des parenthèses</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">Convertir en 'switch'</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">Convertir en 'foreach'</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">Converti in metodo</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Dichiara come nullable</target>
......@@ -782,11 +792,6 @@
<target state="translated">Aggiungi parentesi</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">Converti in 'switch'</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">Converti in 'foreach'</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">メソッドに変換</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Null 許容型として宣言する</target>
......@@ -782,11 +792,6 @@
<target state="translated">括弧を追加します</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">'switch' に変換する</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">'foreach' に変換する</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">메서드로 변환</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Nullable로 선언</target>
......@@ -782,11 +792,6 @@
<target state="translated">괄호 추가</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">'switch'로 변환</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">'foreach'로 변환</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">Konwertuj na metodę</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Zadeklaruj jako dopuszczający wartość null</target>
......@@ -782,11 +792,6 @@
<target state="translated">Dodaj nawiasy</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">Konwertuj na wyrażenie „switch”</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">Konwertuj na wyrażenie „foreach”</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">Converter em método</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Declarar como anulável</target>
......@@ -782,11 +792,6 @@
<target state="translated">Adicionar parênteses</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">Converter em 'switch'</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">Converter em 'foreach'</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">Преобразовать в метод</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Объявить как тип, допускающий значения null</target>
......@@ -782,11 +792,6 @@
<target state="translated">Добавить скобки</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">Преобразовать в "switch"</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">Преобразовать в "foreach"</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">Yönteme dönüştür</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">Olarak null olabilecek ilan</target>
......@@ -782,11 +792,6 @@
<target state="translated">Parantez ekle</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">'switch' deyimine dönüştür</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">'foreach' deyimine dönüştür</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">转换为方法</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">声明成可为 null</target>
......@@ -782,11 +792,6 @@
<target state="translated">添加括号</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">转换为 “switch</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">转换为“foreach”</target>
......
......@@ -82,6 +82,16 @@
<target state="translated">轉換為方法</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_expression">
<source>Convert to 'switch' expression</source>
<target state="new">Convert to 'switch' expression</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch_statement">
<source>Convert to 'switch' statement</source>
<target state="new">Convert to 'switch' statement</target>
<note />
</trans-unit>
<trans-unit id="Declare_as_nullable">
<source>Declare as nullable</source>
<target state="translated">宣告為可為 Null</target>
......@@ -782,11 +792,6 @@
<target state="translated">新增括弧</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_switch">
<source>Convert to 'switch'</source>
<target state="translated">轉換為 'switch'</target>
<note />
</trans-unit>
<trans-unit id="Convert_to_foreach">
<source>Convert to 'foreach'</source>
<target state="translated">轉換為 'foreach'</target>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册