♻️ Refactored post draft system

This commit is contained in:
2025-06-25 02:15:45 +08:00
parent b89cffeb18
commit 47c31ddec2
19 changed files with 776 additions and 1844 deletions

View File

@ -410,6 +410,8 @@
"articleDrafts": "Article drafts",
"postDrafts": "Post drafts",
"saveDraft": "Save draft",
"draftSaved": "Draft saved",
"draftSaveFailed": "Failed to save draft",
"clearAllDrafts": "Clear All Drafts",
"clearAllDraftsConfirm": "Are you sure you want to delete all drafts? This action cannot be undone.",
"clearAll": "Clear All",
@ -441,6 +443,7 @@
"contactMethodDelete": "Delete Contact",
"contactMethodNew": "New Contact Method",
"contactMethodContentEmpty": "Contact content cannot be empty",
"postContentEmpty": "Post content cannot be empty",
"contactMethodVerificationSent": "Verification code sent to your contact method",
"contactMethodVerificationNeeded": "The contact method is added, but not verified yet. You can verify it by tapping it and select verify.",
"accountContactMethod": "Contact Methods",

View File

@ -319,5 +319,21 @@
"processingPayment": "处理付款中...",
"pleaseWait": "请稍候",
"paymentFailed": "付款失败,请重试。",
"paymentSuccess": "付款成功完成!"
"paymentSuccess": "付款成功完成!",
"drafts": "草稿",
"noDrafts": "暂无草稿",
"articleDrafts": "文章草稿",
"postDrafts": "帖子草稿",
"saveDraft": "保存草稿",
"draftSaved": "草稿已保存",
"draftSaveFailed": "保存草稿失败",
"clearAllDrafts": "清空所有草稿",
"clearAllDraftsConfirm": "确定要删除所有草稿吗?此操作无法撤销。",
"clearAll": "清空全部",
"untitled": "无标题",
"noContent": "无内容",
"justNow": "刚刚",
"minutesAgo": "{} 分钟前",
"hoursAgo": "{} 小时前",
"postContentEmpty": "帖子内容不能为空"
}

View File

@ -334,5 +334,21 @@
"membershipFeatureAllNova": "所有新星功能",
"membershipFeatureExclusiveContent": "獨家內容",
"membershipFeatureVipSupport": "VIP 支援",
"membershipCurrentBadge": "目前"
"membershipCurrentBadge": "目前",
"drafts": "草稿",
"noDrafts": "暫無草稿",
"articleDrafts": "文章草稿",
"postDrafts": "貼文草稿",
"saveDraft": "儲存草稿",
"draftSaved": "草稿已儲存",
"draftSaveFailed": "儲存草稿失敗",
"clearAllDrafts": "清空所有草稿",
"clearAllDraftsConfirm": "確定要刪除所有草稿嗎?此操作無法復原。",
"clearAll": "清空全部",
"untitled": "無標題",
"noContent": "無內容",
"justNow": "剛剛",
"minutesAgo": "{} 分鐘前",
"hoursAgo": "{} 小時前",
"postContentEmpty": "貼文內容不能為空"
}