🐛 Fix some bugs

This commit is contained in:
2025-10-10 23:00:13 +08:00
parent fec0cb7640
commit 7dd4b20628
4 changed files with 21 additions and 9 deletions

View File

@@ -1103,6 +1103,9 @@
"openReleasePage": "Open release page",
"postCompose": "Compose Post",
"postPublish": "Publish Post",
"restoreDraftTitle": "Restore Draft",
"restoreDraftMessage": "A draft was found. Do you want to restore it?",
"draft": "Draft",
"purchaseGift": "Purchase Gift",
"selectRecipient": "Select Recipient",
"changeRecipient": "Change Recipient",

View File

@@ -1076,5 +1076,10 @@
"recycledFilesDeleted": "被回收文件成功删除",
"failedToDeleteRecycledFiles": "删除被回收文件失败",
"upload": "上传",
"systemWallet": "中央统筹"
}
"systemWallet": "中央统筹",
"postCompose": "撰写帖子",
"postPublish": "发布帖子",
"restoreDraftTitle": "恢复草稿",
"restoreDraftMessage": "发现了一个草稿。你想要恢复它吗?",
"draft": "草稿"
}

View File

@@ -1075,5 +1075,7 @@
"deleteRecycledFiles": "刪除已回收檔案",
"recycledFilesDeleted": "已回收檔案刪除成功",
"failedToDeleteRecycledFiles": "已回收檔案刪除失敗",
"upload": "上傳"
}
"upload": "上傳",
"postCompose": "撰寫帖子",
"postPublish": "發佈帖子"
}