融合PK头像头像功能

This commit is contained in:
2026-02-08 15:33:10 +08:00
parent c6435c6db5
commit 76d83fc77e
55 changed files with 5403 additions and 14 deletions

View File

@@ -179,5 +179,62 @@ export default {
SA: "Saudi Arabia", SB: "Solomon Islands", SC: "Seychelles", SD: "Sudan", SE: "Sweden", SG: "Singapore", SI: "Slovenia", SJ: "Svalbard and Jan Mayen", SK: "Slovakia", SL: "Sierra Leone", SM: "San Marino", SN: "Senegal", SO: "Somalia", SR: "Suriname", SS: "South Sudan", ST: "Sao Tome and Principe", SV: "El Salvador", SX: "Sint Maarten", SY: "Syria", SZ: "Eswatini",
TC: "Turks and Caicos Islands", TD: "Chad", TF: "French Southern Territories", TG: "Togo", TH: "Thailand", TJ: "Tajikistan", TK: "Tokelau", TL: "Timor-Leste", TM: "Turkmenistan", TN: "Tunisia", TO: "Tonga", TR: "Turkey", TT: "Trinidad and Tobago", TV: "Tuvalu", TW: "Taiwan", TZ: "Tanzania", UA: "Ukraine", UG: "Uganda", UM: "United States Minor Outlying Islands", US: "United States", UY: "Uruguay", UZ: "Uzbekistan",
VA: "Vatican City", VC: "Saint Vincent and the Grenadines", VE: "Venezuela", VG: "British Virgin Islands", VI: "U.S. Virgin Islands", VN: "Vietnam", VN1: "Vietnam", VU: "Vanuatu", WS: "Samoa", YE: "Yemen", YT: "Mayotte", ZA: "South Africa", ZM: "Zambia", ZW: "Zimbabwe"
},
// PK Mini module translations
pkMini: {
// Navigation
pkHall: 'PK Hall',
todayPK: 'Today PK',
forum: 'In-site Message',
message: 'Message',
mine: 'Mine',
// PK Hall
selectCountry: 'Select Country',
selectGender: 'Select Gender',
male: 'Male',
female: 'Female',
minCoin: 'Min Coins',
maxCoin: 'Max Coins',
search: 'Search',
reset: 'Reset',
pkTime: 'PK Time',
goldCoin: 'Gold Coins',
session: 'Session',
send: 'Send',
selectHostToChat: 'Select a host to start chatting',
// Mine page
anchorLibrary: 'Anchor Library',
pkInfo: 'PK Info',
pkRecord: 'PK Record',
pointsList: 'Points List',
myPoints: 'My Points',
totalPoints: 'Total Points',
addAnchor: 'Add Anchor',
deleteAnchor: 'Delete',
noAnchor: 'No anchors yet',
noPkInfo: 'No PK info yet',
noPkRecord: 'No PK record yet',
noPoints: 'No points record yet',
// Status
pending: 'Pending',
matched: 'Matched',
closed: 'Closed',
accepted: 'Accepted',
rejected: 'Rejected',
waitConfirm: 'Wait Confirm',
// Message
noConversation: 'No conversations',
selectConversation: 'Select a conversation to start chatting',
inputMessage: 'Enter message...',
sendImage: 'Send Image',
// Common
confirm: 'Confirm',
cancel: 'Cancel',
delete: 'Delete',
edit: 'Edit',
save: 'Save',
loading: 'Loading...',
noData: 'No data',
noNotice: 'No in-site messages'
}
}