diff --git a/lang/en-US.json b/lang/en-US.json index e70f9cb..8f09596 100644 --- a/lang/en-US.json +++ b/lang/en-US.json @@ -67,5 +67,12 @@ "embedWidget": "Solar Network Embed Widget", "continueReading": "Continue Reading", "download": "Download", - "downloadDescription": "Pick the right version for you" + "downloadDescription": "Pick the right version for you", + "attachmentUpload": "Upload new", + "attachmentCreate": "Create Attachment", + "attachmentCreateCaption": "Use Solar Network host your files", + "attachmentUploadProgress": "Uploading", + "attachmentUploadCompleted": "Uploaded", + "upload": "Upload", + "cancel": "Cancel" } diff --git a/lang/zh-CN.json b/lang/zh-CN.json index ef38abe..231bd71 100644 --- a/lang/zh-CN.json +++ b/lang/zh-CN.json @@ -67,5 +67,12 @@ "embedWidget": "Solar Network 嵌入式组件", "continueReading": "继续阅读", "download": "下载", - "downloadDescription": "选择适合你的版本下载" + "downloadDescription": "选择适合你的版本下载", + "attachmentUpload": "新传附件", + "attachmentCreate": "新建附件", + "attachmentCreateCaption": "使用 Solar Network 来托管你的文件", + "attachmentUploadProgress": "上传中", + "attachmentUploadCompleted": "上传完成", + "upload": "上传", + "cancel": "取消" } diff --git a/layouts/default.vue b/layouts/default.vue index f6507a8..490bbe8 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,5 +1,5 @@