maint: hotreload updated to 1.13.7
This commit is contained in:
@@ -0,0 +1,115 @@
|
||||
namespace SingularityGroup.HotReload.Editor.Localization {
|
||||
internal static partial class Translations {
|
||||
public static class Common {
|
||||
// Common Buttons
|
||||
public static string ButtonSubmit;
|
||||
public static string ButtonHide;
|
||||
public static string ButtonClear;
|
||||
public static string ButtonStart;
|
||||
public static string ButtonStop;
|
||||
public static string ButtonRecompile;
|
||||
public static string ButtonProceed;
|
||||
public static string ButtonYes;
|
||||
public static string ButtonNo;
|
||||
public static string ButtonCancel;
|
||||
public static string ButtonOpenInBrowser;
|
||||
public static string ButtonLogin;
|
||||
public static string ButtonLogout;
|
||||
public static string ButtonRedeem;
|
||||
public static string ButtonSkip;
|
||||
public static string ButtonUpgrade;
|
||||
public static string ButtonFixAll;
|
||||
public static string ButtonGoBack;
|
||||
public static string ButtonActivatePromoCode;
|
||||
public static string ButtonActivateLicense;
|
||||
public static string ButtonOpenLogFile;
|
||||
public static string ButtonBrowseAllLogs;
|
||||
public static string ButtonInfo;
|
||||
public static string ButtonNotNow;
|
||||
public static string ButtonStopAndRecompile;
|
||||
|
||||
// Common Labels
|
||||
public static string LabelEmail;
|
||||
public static string LabelPassword;
|
||||
public static string LabelPromoCode;
|
||||
public static string LabelCompanySize;
|
||||
public static string LabelInvoiceNumber;
|
||||
public static string LabelShowOnStartup;
|
||||
|
||||
public static void LoadEnglish() {
|
||||
// Common Buttons
|
||||
ButtonSubmit = "Submit";
|
||||
ButtonHide = "Hide";
|
||||
ButtonClear = "Clear";
|
||||
ButtonStart = " Start";
|
||||
ButtonStop = " Stop";
|
||||
ButtonRecompile = " Recompile";
|
||||
ButtonProceed = "Proceed";
|
||||
ButtonYes = "Yes";
|
||||
ButtonNo = "No";
|
||||
ButtonCancel = "Cancel";
|
||||
ButtonOpenInBrowser = "Open in browser";
|
||||
ButtonLogin = "Login";
|
||||
ButtonLogout = "Logout";
|
||||
ButtonRedeem = "Redeem";
|
||||
ButtonSkip = "Skip";
|
||||
ButtonUpgrade = "Upgrade";
|
||||
ButtonFixAll = "Fix All";
|
||||
ButtonGoBack = "Go Back";
|
||||
ButtonActivatePromoCode = "Activate promo code";
|
||||
ButtonActivateLicense = "Activate License";
|
||||
ButtonOpenLogFile = "Open Log File";
|
||||
ButtonBrowseAllLogs = "Browse all logs";
|
||||
ButtonInfo = " Info";
|
||||
ButtonNotNow = "Not now";
|
||||
ButtonStopAndRecompile = "Stop and Recompile";
|
||||
|
||||
// Common Labels
|
||||
LabelEmail = "Email";
|
||||
LabelPassword = "Password";
|
||||
LabelPromoCode = "Promo code";
|
||||
LabelCompanySize = "Company size (number of employees)";
|
||||
LabelInvoiceNumber = "Invoice number/Order ID";
|
||||
LabelShowOnStartup = "Show On Startup";
|
||||
}
|
||||
|
||||
public static void LoadSimplifiedChinese() {
|
||||
// Common Buttons
|
||||
ButtonSubmit = "提交";
|
||||
ButtonHide = "隐藏";
|
||||
ButtonClear = "清除";
|
||||
ButtonStart = " 开始";
|
||||
ButtonStop = " 停止";
|
||||
ButtonRecompile = " 重新编译";
|
||||
ButtonProceed = "继续";
|
||||
ButtonYes = "是";
|
||||
ButtonNo = "否";
|
||||
ButtonCancel = "取消";
|
||||
ButtonOpenInBrowser = "在浏览器中打开";
|
||||
ButtonLogin = "登录";
|
||||
ButtonLogout = "登出";
|
||||
ButtonRedeem = "兑换";
|
||||
ButtonSkip = "跳过";
|
||||
ButtonUpgrade = "升级";
|
||||
ButtonFixAll = "全部修复";
|
||||
ButtonGoBack = "返回";
|
||||
ButtonActivatePromoCode = "激活促销代码";
|
||||
ButtonActivateLicense = "激活许可证";
|
||||
ButtonOpenLogFile = "打开日志文件";
|
||||
ButtonBrowseAllLogs = "浏览所有日志";
|
||||
ButtonInfo = " 信息";
|
||||
ButtonNotNow = "以后再说";
|
||||
ButtonStopAndRecompile = "停止并重新编译";
|
||||
|
||||
// Common Labels
|
||||
LabelEmail = "电子邮件";
|
||||
LabelPassword = "密码";
|
||||
LabelPromoCode = "促销代码";
|
||||
LabelCompanySize = "公司规模(员工人数)";
|
||||
LabelInvoiceNumber = "发票号码/订单 ID";
|
||||
LabelShowOnStartup = "启动时显示";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user