fine
This commit is contained in:
parent
6df2812a4e
commit
9e4e65fa2a
35 changed files with 1172 additions and 70 deletions
|
|
@ -594,6 +594,13 @@ const zh: Translations = {
|
|||
registrationFailed: '注册失败',
|
||||
oauthFailed: 'OAuth 登录失败',
|
||||
passwordResetFailed: '密码重置请求失败',
|
||||
newPassword: '新密码',
|
||||
newPasswordPlaceholder: '至少 8 个字符',
|
||||
updatePassword: '更新密码',
|
||||
resetSuccessBody: '您的密码已更改。现在可以使用新密码登录。',
|
||||
resetMissingToken: '此重置链接不完整。请从登录界面重新获取。',
|
||||
resetInvalidLink: '此重置链接无效或已过期。请从登录界面重新获取。',
|
||||
goToLogin: '前往登录',
|
||||
},
|
||||
|
||||
// ── Upgrade Modal ──────────────────────────────────
|
||||
|
|
@ -889,6 +896,10 @@ const zh: Translations = {
|
|||
viewProperties: '查看 {{count}} 套房产',
|
||||
viewPropertiesShort: '查看房产',
|
||||
priceHistory: '价格历史',
|
||||
priceHistoryThisArea: '此区域',
|
||||
priceMetric: '价格基准',
|
||||
priceMetricTotal: '总价',
|
||||
priceMetricPerSqm: '每平方米',
|
||||
journeysFrom: '{{label}} 的出行时间',
|
||||
to: '前往 {{destination}}',
|
||||
noJourneyData: '暂无出行数据',
|
||||
|
|
@ -1494,6 +1505,10 @@ const zh: Translations = {
|
|||
listing: '房源',
|
||||
showingOf: '显示 {{count}} 套中的 {{visible}} 套',
|
||||
groupedNear: '按此地图位置聚合',
|
||||
priceHistory: '价格记录',
|
||||
priceListed: '上架',
|
||||
priceReduced: '降价',
|
||||
priceIncreased: '涨价',
|
||||
},
|
||||
|
||||
// ── Overlays ───────────────────────────────────────
|
||||
|
|
@ -1813,6 +1828,7 @@ const zh: Translations = {
|
|||
'Tube station': '伦敦地铁站',
|
||||
'DLR station': 'DLR 轻轨站',
|
||||
'Tram & Metro stop': '有轨电车与城市轨道站',
|
||||
'Any station': '任意车站',
|
||||
Café: '咖啡馆',
|
||||
Restaurant: '餐厅',
|
||||
Pub: '酒吧',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue