mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 22:08:16 +08:00
Merge branch 'tk' of https://github.com/nsnail/dot into tk
This commit is contained in:
9
src/Lang/Str.Designer.cs
generated
9
src/Lang/Str.Designer.cs
generated
@ -284,6 +284,15 @@ namespace Dot.Lang {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to NTP 标准网络时钟: {0}.
|
||||
/// </summary>
|
||||
public static string ServerTime {
|
||||
get {
|
||||
return ResourceManager.GetString("ServerTime", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 已读取:{0}/{1},处理:{2},跳过:{3}.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user