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

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