You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

180 lines
6.8 KiB

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace WebStarter.Resources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Controllers_SwapOrderStepController_en {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Controllers_SwapOrderStepController_en() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WebStarter.Resources.Controllers.SwapOrderStepController.en", typeof(Controllers_SwapOrderStepController_en).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to RFID Scan Completed.
/// </summary>
internal static string rfid {
get {
return ResourceManager.GetString("rfid扫描完成", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cloud Platform Vehicle Authentication.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("云平台车辆认证", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Old Battery Stored.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("入库旧电池完成", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Installation Completed.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("安装完成", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New Battery Installed.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("安装新电池完成", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Start Swapping.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("开始换电", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Old Battery Removed.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("拆旧电池完成", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New Battery Moved.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("搬运新电池完成", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Idle.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("空闲", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vehicle Locked.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("车辆上锁", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vehicle In Position.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("车辆到位", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vehicle Arrived (Entrance Radar Detected Vehicle Entering).
/// </summary>
internal static string __ {
get {
return ResourceManager.GetString("车辆到站(入口雷达检测到车辆驶入)", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vehicle Unlocked.
/// </summary>
internal static string {
get {
return ResourceManager.GetString("车辆解锁", resourceCulture);
}
}
}
}