Fix localization add

oops
This commit is contained in:
Kurt
2020-04-23 09:21:37 -07:00
parent 0ef3811fc2
commit a6c81174a8
2 changed files with 27 additions and 29 deletions

View File

@@ -122,6 +122,30 @@ internal class Resources {
}
}
/// <summary>
/// Looks up a localized string similar to AcreEditor=Editor de Acres
///ActivityEditor=Editor de Actividad
///BuildingEditor=Editor de Edificios
///FieldItemEditor=Editor de Objetos (Terreno)
///FlagEditor=Editor de Flags
///ItemReceivedEditor=Editor de Objetos Recibidos
///SimpleHexEditor=Editor de RAM
///SysBotRAMEdit=SysBotUI
///SysBotUI=SysBotUI
///TerrainEditor=Editor de Terreno
///VillagerHouseEditor=Editor de Casas (Ciudadanos)
///AcreEditor.B_Cancel=Cancelar
///AcreEditor.B_Export=Exportar
///AcreEditor.B_Import=Importar
///AcreEditor.B_Save=Guardar
///AcreEditor.L_Acre [rest of string was truncated]&quot;;.
/// </summary>
internal static string lang_es {
get {
return ResourceManager.GetString("lang_es", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to AcreEditor=Acre Editor
///ActivityEditor=Record Editor
@@ -251,31 +275,5 @@ internal class Resources {
return ResourceManager.GetString("lang_zh", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to AcreEditor=Acre Editor
///ActivityEditor=Record Editor
///BuildingEditor=Building Editor
///FieldItemEditor=Field Item Editor
///FlagEditor=Flag Editor
///ItemReceivedEditor=Received Item List Editor
///SimpleHexEditor=RAM Edit
///SysBotRAMEdit=SysBotUI
///SysBotUI=SysBotUI
///TerrainEditor=Terrain Editor
///VillagerHouseEditor=Villager House Editor
///AcreEditor.B_Cancel=Cancel
///AcreEditor.B_Export=Export
///AcreEditor.B_Import=Import
///AcreEditor.B_Save=Save
///AcreEditor.L_AcreList=Name Table:
///AcreEditor.L_Hovered=Hovered
///Activi [rest of string was truncated]&quot;;.
/// </summary>
internal static string lang_zh1 {
get {
return ResourceManager.GetString("lang_zh1", resourceCulture);
}
}
}
}

View File

@@ -127,6 +127,9 @@
<data name="lang_en" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\lang_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="lang_es" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\lang_es.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="lang_fr" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\lang_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
@@ -142,7 +145,4 @@
<data name="lang_zh" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\lang_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="lang_zh1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\lang_zh.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
</root>