提交 f64dbebb 编写于 作者: A Andrew Hall (METAL)

Change string

上级 691053f0
......@@ -2543,6 +2543,15 @@ internal class FeaturesResources {
}
}
/// <summary>
/// Looks up a localized string similar to Move items to namespace....
/// </summary>
internal static string Move_contents_to_namespace {
get {
return ResourceManager.GetString("Move_contents_to_namespace", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Move declaration near reference.
/// </summary>
......@@ -2571,16 +2580,7 @@ internal class FeaturesResources {
}
/// <summary>
/// Looks up a localized string similar to Move items to namespace....
/// </summary>
internal static string Move_items_to_namespace {
get {
return ResourceManager.GetString("Move_items_to_namespace", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Move to namespace....
/// Looks up a localized string similar to Move contents namespace....
/// </summary>
internal static string Move_to_namespace {
get {
......
......@@ -11,7 +11,7 @@
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
......@@ -1413,7 +1413,7 @@ This version used in: {2}</value>
<value>Move file to project root folder</value>
</data>
<data name="Move_to_namespace" xml:space="preserve">
<value>Move to namespace...</value>
<value>Move contents namespace...</value>
</data>
<data name="Change_to_global_namespace" xml:space="preserve">
<value>Change to global namespace</value>
......@@ -1602,8 +1602,8 @@ This version used in: {2}</value>
<value>Make readonly fields writable</value>
<comment>{Locked="readonly"} "readonly" is C# keyword and should not be localized.</comment>
</data>
<data name="Move_items_to_namespace" xml:space="preserve">
<value>Move items to namespace...</value>
<data name="Move_contents_to_namespace" xml:space="preserve">
<value>Move contents to namespace...</value>
</data>
<data name="Add_optional_parameter_to_constructor" xml:space="preserve">
<value>Add optional parameter to constructor</value>
......
......@@ -6,7 +6,7 @@ internal abstract partial class AbstractMoveToNamespaceCodeAction
{
private class MoveItemsToNamespaceCodeAction : AbstractMoveToNamespaceCodeAction
{
public override string Title => FeaturesResources.Move_items_to_namespace;
public override string Title => FeaturesResources.Move_contents_to_namespace;
public MoveItemsToNamespaceCodeAction(IMoveToNamespaceService changeNamespaceService, MoveToNamespaceAnalysisResult analysisResult)
: base(changeNamespaceService, analysisResult)
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Přesunout soubor do: {0}</target>
......@@ -222,14 +227,9 @@
<target state="translated">Přesunout soubor do kořenové složky projektu</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Datei in "{0}" verschieben</target>
......@@ -222,14 +227,9 @@
<target state="translated">Datei in den Stammordner des Projekts verschieben</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Mover el archivo a "{0}"</target>
......@@ -222,14 +227,9 @@
<target state="translated">Mover el archivo a la carpeta raíz del proyecto</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Déplacer le fichier vers '{0}'</target>
......@@ -222,14 +227,9 @@
<target state="translated">Déplacer le fichier dans le dossier racine du projet</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Sposta il file in '{0}'</target>
......@@ -222,14 +227,9 @@
<target state="translated">Sposta il file nella cartella radice del progetto</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">ファイルを '{0}' に移動します</target>
......@@ -222,14 +227,9 @@
<target state="translated">ファイルをプロジェクト ルート フォルダーに移動します</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">파일을 '{0}'(으)로 이동</target>
......@@ -222,14 +227,9 @@
<target state="translated">파일을 프로젝트 루트 폴더로 이동</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Przenieś plik do lokalizacji „{0}”</target>
......@@ -222,14 +227,9 @@
<target state="translated">Przenieś plik do folderu głównego projektu</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Mover o arquivo para '{0}'</target>
......@@ -222,14 +227,9 @@
<target state="translated">Mover o arquivo para a pasta raiz do projeto</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Переместить файл в "{0}"</target>
......@@ -222,14 +227,9 @@
<target state="translated">Переместить файл в корневую папку проекта</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">Dosyayı '{0}' konumuna taşı</target>
......@@ -222,14 +227,9 @@
<target state="translated">Dosyayı proje kök klasörüne taşı</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">将文件移至“{0}”</target>
......@@ -222,14 +227,9 @@
<target state="translated">将文件移动到项目根文件夹</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
......@@ -212,6 +212,11 @@
<target state="new">Merge with previous '{0}' statement</target>
<note />
</trans-unit>
<trans-unit id="Move_contents_to_namespace">
<source>Move contents to namespace...</source>
<target state="new">Move contents to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_file_to_0">
<source>Move file to '{0}'</source>
<target state="translated">將檔案移至 ‘{0}'</target>
......@@ -222,14 +227,9 @@
<target state="translated">將檔案移到專案根資料夾</target>
<note />
</trans-unit>
<trans-unit id="Move_items_to_namespace">
<source>Move items to namespace...</source>
<target state="new">Move items to namespace...</target>
<note />
</trans-unit>
<trans-unit id="Move_to_namespace">
<source>Move to namespace...</source>
<target state="new">Move to namespace...</target>
<source>Move contents namespace...</source>
<target state="new">Move contents namespace...</target>
<note />
</trans-unit>
<trans-unit id="Private_member_0_can_be_removed_as_the_value_assigned_to_it_is_never_read">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册