🧱 Share feature basis

This commit is contained in:
2025-06-25 15:32:12 +08:00
parent 63230c16ff
commit b275b8328d
7 changed files with 1013 additions and 6 deletions

View File

@ -543,5 +543,22 @@
"orderId": "Order ID",
"enterOrderId": "Enter your order ID",
"restore": "Restore",
"keyboardShortcuts": "Keyboard Shortcuts"
"keyboardShortcuts": "Keyboard Shortcuts",
"share": "Share",
"sharePost": "Share Post",
"quickActions": "Quick Actions",
"post": "Post",
"copy": "Copy",
"sendToChat": "Send to Chat",
"failedToShareToPost": "Failed to share to post: {}",
"shareToChatComingSoon": "Share to chat functionality coming soon",
"failedToShareToChat": "Failed to share to chat: {}",
"shareToSpecificChatComingSoon": "Share to {} coming soon",
"directChat": "Direct Chat",
"systemShareComingSoon": "System share functionality coming soon",
"failedToShareToSystem": "Failed to share to system: {}",
"failedToCopy": "Failed to copy: {}",
"noChatRoomsAvailable": "No chat rooms available",
"failedToLoadChats": "Failed to load chats",
"unknownChat": "Unknown Chat"
}

View File

@ -335,5 +335,22 @@
"justNow": "刚刚",
"minutesAgo": "{} 分钟前",
"hoursAgo": "{} 小时前",
"postContentEmpty": "帖子内容不能为空"
"postContentEmpty": "帖子内容不能为空",
"share": "分享",
"quickActions": "快捷操作",
"post": "帖子",
"copy": "复制",
"sendToChat": "发送到聊天",
"failedToShareToPost": "分享到帖子失败:{}",
"shareToChatComingSoon": "聊天分享功能即将推出",
"failedToShareToChat": "分享到聊天失败:{}",
"shareToSpecificChatComingSoon": "分享到 {} 即将推出",
"directChat": "私聊",
"systemShareComingSoon": "系统分享功能即将推出",
"failedToShareToSystem": "系统分享失败:{}",
"copiedToClipboard": "已复制到剪贴板",
"failedToCopy": "复制失败:{}",
"noChatRoomsAvailable": "没有可用的聊天室",
"failedToLoadChats": "加载聊天失败",
"unknownChat": "未知聊天"
}

View File

@ -350,5 +350,22 @@
"justNow": "剛剛",
"minutesAgo": "{} 分鐘前",
"hoursAgo": "{} 小時前",
"postContentEmpty": "貼文內容不能為空"
"postContentEmpty": "貼文內容不能為空",
"share": "分享",
"quickActions": "快速操作",
"post": "貼文",
"copy": "複製",
"sendToChat": "傳送到聊天",
"failedToShareToPost": "分享到貼文失敗:{}",
"shareToChatComingSoon": "聊天分享功能即將推出",
"failedToShareToChat": "分享到聊天失敗:{}",
"shareToSpecificChatComingSoon": "分享到 {} 即將推出",
"directChat": "私人聊天",
"systemShareComingSoon": "系統分享功能即將推出",
"failedToShareToSystem": "系統分享失敗:{}",
"copiedToClipboard": "已複製到剪貼簿",
"failedToCopy": "複製失敗:{}",
"noChatRoomsAvailable": "沒有可用的聊天室",
"failedToLoadChats": "載入聊天失敗",
"unknownChat": "未知聊天"
}