mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 22:08:16 +08:00
..
This commit is contained in:
141
src/Lang/Strings.Designer.cs → src/Lang/Str.Designer.cs
generated
141
src/Lang/Strings.Designer.cs → src/Lang/Str.Designer.cs
generated
@ -21,14 +21,14 @@ namespace Dot.Lang {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
public class Strings {
|
||||
public class Str {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Strings() {
|
||||
internal Str() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -38,7 +38,7 @@ namespace Dot.Lang {
|
||||
public static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Dot.Lang.Strings", typeof(Strings).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Dot.Lang.Str", typeof(Str).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
@ -123,92 +123,29 @@ namespace Dot.Lang {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 连接NTP服务器: {0} <{1}> ... .
|
||||
/// Looks up a localized string similar to Local clock offset.
|
||||
/// </summary>
|
||||
public static string Main_GetUtc_ {
|
||||
public static string LocalClockOffset {
|
||||
get {
|
||||
return ResourceManager.GetString("Main_GetUtc_", resourceCulture);
|
||||
return ResourceManager.GetString("LocalClockOffset", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0} ms.
|
||||
/// Looks up a localized string similar to {0}, 本机时钟偏移: {1} ms.
|
||||
/// </summary>
|
||||
public static string Main_GetUtc__0_us {
|
||||
public static string LocalTimeOffset {
|
||||
get {
|
||||
return ResourceManager.GetString("Main_GetUtc__0_us", resourceCulture);
|
||||
return ResourceManager.GetString("LocalTimeOffset", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 发送请求... .
|
||||
/// Looks up a localized string similar to 本机时间已同步.
|
||||
/// </summary>
|
||||
public static string Main_GetUtc_sdf {
|
||||
public static string LocalTimeSyncDone {
|
||||
get {
|
||||
return ResourceManager.GetString("Main_GetUtc_sdf", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 接收数据... .
|
||||
/// </summary>
|
||||
public static string Main_GetUtc_接收请求___ {
|
||||
get {
|
||||
return ResourceManager.GetString("Main_GetUtc_接收请求___", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to NTP服务器时间: {0}.
|
||||
/// </summary>
|
||||
public static string Main_Run_NTP服务器时间___0_ {
|
||||
get {
|
||||
return ResourceManager.GetString("Main_Run_NTP服务器时间___0_", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 按"y"同步系统时钟, 其它按键退出程序.
|
||||
/// </summary>
|
||||
public static string Main_Run_SyncClock {
|
||||
get {
|
||||
return ResourceManager.GetString("Main_Run_SyncClock", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 同步完成, 开始复检....
|
||||
/// </summary>
|
||||
public static string Main_Run_SyncDone {
|
||||
get {
|
||||
return ResourceManager.GetString("Main_Run_SyncDone", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 本地时钟快: {0} ms.
|
||||
/// </summary>
|
||||
public static string Main_Run_时差___0__ms {
|
||||
get {
|
||||
return ResourceManager.GetString("Main_Run_时差___0__ms", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 本地时钟慢: {0} ms.
|
||||
/// </summary>
|
||||
public static string Main_Run_时差___1__ms {
|
||||
get {
|
||||
return ResourceManager.GetString("Main_Run_时差___1__ms", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 本地时间: {0}.
|
||||
/// </summary>
|
||||
public static string Main_Run_本地时间___0_ {
|
||||
get {
|
||||
return ResourceManager.GetString("Main_Run_本地时间___0_", resourceCulture);
|
||||
return ResourceManager.GetString("LocalTimeSyncDone", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
@ -222,20 +159,29 @@ namespace Dot.Lang {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 所有服务均不可用.
|
||||
/// Looks up a localized string similar to {0} 通信中....
|
||||
/// </summary>
|
||||
public static string NoService {
|
||||
public static string NtpCalling {
|
||||
get {
|
||||
return ResourceManager.GetString("NoService", resourceCulture);
|
||||
return ResourceManager.GetString("NtpCalling", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to OK.
|
||||
/// Looks up a localized string similar to 成功 {0}/{1} , 本机时钟偏移平均值: {2} ms.
|
||||
/// </summary>
|
||||
public static string OK {
|
||||
public static string NtpReceiveDone {
|
||||
get {
|
||||
return ResourceManager.GetString("OK", resourceCulture);
|
||||
return ResourceManager.GetString("NtpReceiveDone", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0}/{1} 个 NTP 服务器.
|
||||
/// </summary>
|
||||
public static string NtpServerCount {
|
||||
get {
|
||||
return ResourceManager.GetString("NtpServerCount", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
@ -320,6 +266,15 @@ namespace Dot.Lang {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Server.
|
||||
/// </summary>
|
||||
public static string Server {
|
||||
get {
|
||||
return ResourceManager.GetString("Server", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 已读取:{0}/{1},处理:{2},跳过:{3}.
|
||||
/// </summary>
|
||||
@ -329,6 +284,24 @@ namespace Dot.Lang {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Status.
|
||||
/// </summary>
|
||||
public static string Status {
|
||||
get {
|
||||
return ResourceManager.GetString("Status", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 同步本机时间.
|
||||
/// </summary>
|
||||
public static string SyncToLocalTime {
|
||||
get {
|
||||
return ResourceManager.GetString("SyncToLocalTime", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 要处理的文本(默认取取剪贴板值).
|
||||
/// </summary>
|
||||
@ -339,11 +312,11 @@ namespace Dot.Lang {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 超时.
|
||||
/// Looks up a localized string similar to 连接NTP服务器超时时间 (毫秒).
|
||||
/// </summary>
|
||||
public static string Timeout {
|
||||
public static string TimeoutMillSecs {
|
||||
get {
|
||||
return ResourceManager.GetString("Timeout", resourceCulture);
|
||||
return ResourceManager.GetString("TimeoutMillSecs", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
@ -83,4 +83,34 @@
|
||||
<data name="NoFileToBeProcessed" xml:space="preserve">
|
||||
<value>No documents to be processed</value>
|
||||
</data>
|
||||
<data name="TimeoutMillSecs" xml:space="preserve">
|
||||
<value>Timeout for connecting to the NTP server (milliseconds)</value>
|
||||
</data>
|
||||
<data name="SyncToLocalTime" xml:space="preserve">
|
||||
<value>Synchronize local time</value>
|
||||
</data>
|
||||
<data name="NtpReceiveDone" xml:space="preserve">
|
||||
<value>Success {0}/{1}, the average value of the clock offset of the machine:{2}ms</value>
|
||||
</data>
|
||||
<data name="NtpServerCount" xml:space="preserve">
|
||||
<value>{0}/{1} NTP servers</value>
|
||||
</data>
|
||||
<data name="NtpCalling" xml:space="preserve">
|
||||
<value>{0} In communication...</value>
|
||||
</data>
|
||||
<data name="LocalTimeOffset" xml:space="preserve">
|
||||
<value>{0}, local clock offset: {1} ms</value>
|
||||
</data>
|
||||
<data name="LocalTimeSyncDone" xml:space="preserve">
|
||||
<value>Local time has been synchronized</value>
|
||||
</data>
|
||||
<data name="Server" xml:space="preserve">
|
||||
<value>Server</value>
|
||||
</data>
|
||||
<data name="Status" xml:space="preserve">
|
||||
<value>Status</value>
|
||||
</data>
|
||||
<data name="LocalClockOffset" xml:space="preserve">
|
||||
<value>Local clock offset</value>
|
||||
</data>
|
||||
</root>
|
@ -51,6 +51,13 @@
|
||||
<data name="FileSearchPattern" xml:space="preserve">
|
||||
<value>文件通配符</value>
|
||||
</data>
|
||||
<data name="TimeoutMillSecs" xml:space="preserve">
|
||||
<value>连接NTP服务器超时时间 (毫秒)</value>
|
||||
</data>
|
||||
<data name="SyncToLocalTime" xml:space="preserve">
|
||||
<value>同步本机时间</value>
|
||||
</data>
|
||||
|
||||
<data name="FolderPath" xml:space="preserve">
|
||||
<value>要处理的目录路径</value>
|
||||
</data>
|
||||
@ -91,43 +98,28 @@
|
||||
<data name="NoFileToBeProcessed" xml:space="preserve">
|
||||
<value>没有需要处理的文件</value>
|
||||
</data>
|
||||
<data name="Main_GetUtc_" xml:space="preserve">
|
||||
<value>连接NTP服务器: {0} <{1}> ... </value>
|
||||
<data name="NtpReceiveDone" xml:space="preserve">
|
||||
<value>成功 {0}/{1} , 本机时钟偏移平均值: {2} ms</value>
|
||||
</data>
|
||||
<data name="Main_GetUtc__0_us" xml:space="preserve">
|
||||
<value>{0} ms</value>
|
||||
<data name="NtpServerCount" xml:space="preserve">
|
||||
<value>{0}/{1} 个 NTP 服务器</value>
|
||||
</data>
|
||||
<data name="Main_GetUtc_sdf" xml:space="preserve">
|
||||
<value>发送请求... </value>
|
||||
<data name="NtpCalling" xml:space="preserve">
|
||||
<value>{0} 通信中...</value>
|
||||
</data>
|
||||
<data name="Main_GetUtc_接收请求___" xml:space="preserve">
|
||||
<value>接收数据... </value>
|
||||
<data name="LocalTimeOffset" xml:space="preserve">
|
||||
<value>{0}, 本机时钟偏移: {1} ms</value>
|
||||
</data>
|
||||
<data name="Timeout" xml:space="preserve">
|
||||
<value>超时</value>
|
||||
<data name="LocalTimeSyncDone" xml:space="preserve">
|
||||
<value>本机时间已同步</value>
|
||||
</data>
|
||||
<data name="OK" xml:space="preserve">
|
||||
<value>OK</value>
|
||||
<data name="Server" xml:space="preserve">
|
||||
<value>Server</value>
|
||||
</data>
|
||||
<data name="NoService" xml:space="preserve">
|
||||
<value>所有服务均不可用</value>
|
||||
<data name="Status" xml:space="preserve">
|
||||
<value>Status</value>
|
||||
</data>
|
||||
<data name="Main_Run_NTP服务器时间___0_" xml:space="preserve">
|
||||
<value>NTP服务器时间: {0}</value>
|
||||
</data>
|
||||
<data name="Main_Run_本地时间___0_" xml:space="preserve">
|
||||
<value>本地时间: {0}</value>
|
||||
</data>
|
||||
<data name="Main_Run_时差___0__ms" xml:space="preserve">
|
||||
<value>本地时钟快: {0} ms</value>
|
||||
</data>
|
||||
<data name="Main_Run_时差___1__ms" xml:space="preserve">
|
||||
<value>本地时钟慢: {0} ms</value>
|
||||
</data>
|
||||
<data name="Main_Run_SyncClock" xml:space="preserve">
|
||||
<value>按"y"同步系统时钟, 其它按键退出程序</value>
|
||||
</data>
|
||||
<data name="Main_Run_SyncDone" xml:space="preserve">
|
||||
<value>同步完成, 开始复检...</value>
|
||||
<data name="LocalClockOffset" xml:space="preserve">
|
||||
<value>Local clock offset</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user