Basic account page

This commit is contained in:
2024-12-03 00:02:30 +08:00
parent 6d5b690450
commit 273c66f5d5
8 changed files with 693 additions and 25 deletions

View File

@ -102,7 +102,7 @@
"publisherTotalUpvote": "Upvote",
"publisherTotalDownvote": "Downvote",
"publisherSocialPoint": "Social Point",
"publisherJoinedAt": "Joined At {}",
"publisherJoinedAt": "Joined at {}",
"publisherSocialPointTotal": {
"zero": "No social point",
"one": "{} social point",
@ -353,5 +353,10 @@
"subscribe": "Subscribe",
"unsubscribe": "Unsubscribe",
"attachmentUploadBy": "Upload by",
"attachmentShotOn": "Shot on {}"
"attachmentShotOn": "Shot on {}",
"accountJoinedAt": "Joined at {}",
"accountBirthday": "Born on {}",
"accountBadge": "Badge",
"badgeCompanyStaff": "Solsynth LLC Staff",
"badgeSiteMigration": "Solar Network Native"
}

View File

@ -353,5 +353,10 @@
"subscribe": "订阅",
"unsubscribe": "取消订阅",
"attachmentUploadBy": "上传者",
"attachmentShotOn": "由 {} 拍摄"
"attachmentShotOn": "由 {} 拍摄",
"accountJoinedAt": "加入于 {}",
"accountBirthday": "出生于 {}",
"accountBadge": "徽章",
"badgeCompanyStaff": "索尔辛茨士大夫 · Staff",
"badgeSiteMigration": "Solar Network 原住民"
}