更新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

@@ -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; }