翻訳データ更新
This commit is contained in:
parent
b75d0ac956
commit
8c28789973
File diff suppressed because it is too large
Load Diff
|
|
@ -5,6 +5,13 @@ namespace I2.Loc
|
||||||
public static class ScriptLocalization
|
public static class ScriptLocalization
|
||||||
{
|
{
|
||||||
|
|
||||||
|
public static class Item
|
||||||
|
{
|
||||||
|
public static string ShopHistoryText0001 { get{ return LocalizationManager.GetTranslation ("Item/ShopHistoryText0001"); } }
|
||||||
|
public static string ShopHistoryText0002 { get{ return LocalizationManager.GetTranslation ("Item/ShopHistoryText0002"); } }
|
||||||
|
public static string ShopHistoryText0003 { get{ return LocalizationManager.GetTranslation ("Item/ShopHistoryText0003"); } }
|
||||||
|
}
|
||||||
|
|
||||||
public static class System
|
public static class System
|
||||||
{
|
{
|
||||||
public static string CoinMainMessage { get{ return LocalizationManager.GetTranslation ("System/CoinMainMessage"); } }
|
public static string CoinMainMessage { get{ return LocalizationManager.GetTranslation ("System/CoinMainMessage"); } }
|
||||||
|
|
@ -46,6 +53,13 @@ namespace I2.Loc
|
||||||
public static class ScriptTerms
|
public static class ScriptTerms
|
||||||
{
|
{
|
||||||
|
|
||||||
|
public static class Item
|
||||||
|
{
|
||||||
|
public const string ShopHistoryText0001 = "Item/ShopHistoryText0001";
|
||||||
|
public const string ShopHistoryText0002 = "Item/ShopHistoryText0002";
|
||||||
|
public const string ShopHistoryText0003 = "Item/ShopHistoryText0003";
|
||||||
|
}
|
||||||
|
|
||||||
public static class System
|
public static class System
|
||||||
{
|
{
|
||||||
public const string CoinMainMessage = "System/CoinMainMessage";
|
public const string CoinMainMessage = "System/CoinMainMessage";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue