更新readme.md,适配我的信息的中英文,v1.6.5

This commit is contained in:
dathlin
2017-10-08 14:07:18 +08:00
parent b1875d046f
commit 6901dabbff
9 changed files with 78 additions and 6 deletions

View File

@@ -32,6 +32,17 @@ namespace CommonLibrary
#endregion
#region
public string FileName { get; set; } = "文件名";
public string FileSize { get; set; } = "文件大小";
public string FileUploadTime { get; set; } = "上传时间";
public string FileDownloading { get; set; } = "我的云端文件(下载中)";
public string FileMy { get; set; } = "我的云端文件";
public string FileMyListTitle { get; set; } = "个人文件,支持拖拽上传,双击下载";
#endregion
#region
/// <summary>
@@ -59,6 +70,14 @@ namespace CommonLibrary
/// </summary>
public string ButtonCancel { get; set; } = "取消";
/// <summary>
/// 上传
/// </summary>
public string ButtonUpload { get; set; } = "上传";
/// <summary>
/// 下载
/// </summary>
public string ButtonDownload { get; set; } = "下载";
/// <summary>
/// 删除选中项
/// </summary>
public string ButtonDeleteSelected { get; set; } = "删除选中项";

View File

@@ -31,6 +31,19 @@ namespace CommonLibrary
#endregion
#region
public string FileName { get; set; } = "Name";
public string FileSize { get; set; } = "Size";
public string FileUploadTime { get; set; } = "Time";
public string FileDownloading { get; set; } = "My Cloud Filesdownloading";
public string FileMy { get; set; } = "My Cloud Files";
public string FileMyListTitle { get; set; } = "Personal files,drag to upload";
#endregion
#region
/// <summary>
@@ -58,6 +71,14 @@ namespace CommonLibrary
/// </summary>
public string ButtonCancel { get; set; } = "Cancel";
/// <summary>
/// 上传
/// </summary>
public string ButtonUpload { get; set; } = "Upload";
/// <summary>
/// 下载
/// </summary>
public string ButtonDownload { get; set; } = "Download";
/// <summary>
/// 删除选中项
/// </summary>
public string ButtonDeleteSelected { get; set; } = "Delete Selected";

View File

@@ -101,6 +101,17 @@ namespace CommonLibrary
#endregion
#region
string FileName { get; set; }
string FileSize { get; set; }
string FileUploadTime { get; set; }
string FileDownloading { get; set; }
string FileMy { get; set; }
string FileMyListTitle { get; set; }
#endregion
#region
/// <summary>
@@ -128,6 +139,14 @@ namespace CommonLibrary
/// </summary>
string ButtonCancel { get; set; }
/// <summary>
/// 上传
/// </summary>
string ButtonUpload { get; set; }
/// <summary>
/// 下载
/// </summary>
string ButtonDownload { get; set; }
/// <summary>
/// 删除选中项
/// </summary>
string ButtonDeleteSelected { get; set; }

View File

@@ -45,7 +45,7 @@ namespace CommonLibrary
*
**************************************************************************/
SoftBasic.FrameworkVersion = new SystemVersion("1.6.4");
SoftBasic.FrameworkVersion = new SystemVersion("1.6.5");
}