-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(flat-component): add CloudStorage i18n (#640)
Co-authored-by: Black-Hole <158blackhole@gmail.com>
- Loading branch information
1 parent
031282c
commit 6903937
Showing
7 changed files
with
57 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
{} | ||
{ | ||
"file-name": "File Name", | ||
"file-size": "File Size", | ||
"edit-date": "Last Updated", | ||
"no-data": "No data", | ||
"pending-upload": "To be uploaded", | ||
"supported-file-types": "Support uploading PPT, PPTX, DOC, DOCX, PDF, PNG, JPG, GIF file formats", | ||
"transcoding-failure": "(Transcoding failed)", | ||
"transcoding-in-progress": "(Transcoding...)", | ||
"transfer-list": "Transmission list", | ||
"upload-completed": "Upload complete", | ||
"upload-exception": "Uploading exception", | ||
"upload-fail": "Upload failed", | ||
"upload-success": "Successful" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
{} | ||
{ | ||
"edit-date": "修改日期", | ||
"file-name": "文件名称", | ||
"file-size": "大小", | ||
"no-data": "暂无数据", | ||
"pending-upload": "待上传", | ||
"supported-file-types": "支持上传PPT,PPTX,DOC,DOCX,PDF,PNG,JPG,GIF文件格式", | ||
"transcoding-failure": "(转码失败)", | ||
"transcoding-in-progress": "(转码中...)", | ||
"transfer-list": "传输列表", | ||
"upload-completed": "上传完成", | ||
"upload-exception": "上传异常", | ||
"upload-fail": "上传失败", | ||
"upload-success": "上传成功" | ||
} |