vending-machine/mobile/i18n/zh-TW.js
18631081161 d43406380c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
逻辑优化
2026-04-13 13:43:06 +08:00

148 lines
3.7 KiB
JavaScript

// 繁體中文語言包
export default {
// 通用
common: {
confirm: '確定',
cancel: '取消',
loading: '載入中...',
noMore: '沒有更多了',
networkError: '網路連線失敗,請檢查網路設定',
timeout: '網路連線逾時,請重試',
serverError: '伺服器忙碌,請稍後重試',
retry: '重試'
},
// TabBar
tabBar: {
home: '首頁',
mine: '我的'
},
// 登入頁
login: {
title: '登入',
phonePlaceholder: '請輸入手機號',
codePlaceholder: '請輸入驗證碼',
sendCode: '發送驗證碼',
resendCode: '{seconds}秒後重發',
loginBtn: '登入',
agreementTip: '請閱讀並同意協議',
agreementPrefix: '我已閱讀並同意',
userAgreement: '用戶協議',
and: '和',
privacyPolicy: '隱私政策',
autoRegisterTip: '未註冊的手機登入後將自動創建帳號'
},
// 首頁
home: {
title: '首頁',
membership: '成為會員',
stamps: '節日印花',
qrcode: '會員二維碼',
guide: '使用說明',
redeemableCoupons: '可兌換優惠券',
redeemBtn: '兌換',
redeemSuccess: '兌換成功',
redeemFail: '積分不足,無法兌換',
couponOffline: '優惠券已下架',
pointsRequired: '{points}積分'
},
// 優惠券卡片
couponCard: {
expireLabel: '到期時間:',
conditionLabel: '兌換條件:',
pointsUnit: '積分',
noLimit: '無限制',
redeemBtn: '兌換',
redeemedBtn: '已領取'
},
// 會員二維碼
qrcode: {
title: '會員二維碼',
expireIn: '有效期剩餘 {time}',
refreshing: '刷新中...'
},
// 會員頁
membership: {
title: '會員服務',
joinBtn: '開通會員',
joinedBtn: '會員已開通',
subscribeBtn: '訂閱會員',
subscribedBtn: '已購買訂閱會員',
payFail: '支付失敗,請重試',
payNotSupported: '當前設備不支持該支付方式',
payConfirmPending: '支付已完成,會員狀態稍後更新'
},
// 節日印花
stamps: {
title: '節日印花',
redeemBtn: '兌換',
redeemedBtn: '已兌換'
},
// 我的頁
mine: {
title: '我的',
loginBtn: '點擊登入',
points: '我的積分',
giftPoints: '贈送積分',
myCoupons: '我的優惠券',
switchLang: '切換語言',
userAgreement: '用戶協議',
privacyPolicy: '隱私政策',
about: '關於',
logout: '退出登入',
logoutConfirm: '確定退出登入嗎?',
giftSuccess: '積分已贈送',
giftInsufficient: '剩餘積分不足,無法贈送'
},
// 贈送積分彈窗
giftPoints: {
title: '贈送積分',
uidPlaceholder: '請輸入對方UID',
pointsPlaceholder: '請輸入贈送積分數量',
giftBtn: '贈送'
},
// 積分頁
points: {
title: '我的積分',
earnTab: '獲取記錄',
spendTab: '使用記錄'
},
// 優惠券頁
coupons: {
title: '我的優惠券',
availableTab: '可使用',
usedTab: '已使用',
expiredTab: '已過期',
usedLabel: '已使用',
expiredLabel: '已過期'
},
// 兌換彈窗
redeem: {
title: '確認兌換',
pointsNeeded: '所需積分:{points}',
pointsLabel: '所需積分:',
confirmBtn: '確定兌換'
},
// 內容頁
agreement: {
title: '用戶協議'
},
privacy: {
title: '隱私政策'
},
// 關於頁
about: {
title: '關於',
version: '版本 {version}',
deleteAccount: '註銷帳號',
deleteConfirm: '確定註銷帳號嗎?註銷後數據將無法恢復。',
deleteSuccess: '已註銷'
},
// 語言選擇
language: {
title: '選擇語言',
zhCN: '简体中文',
zhTW: '繁體中文',
en: 'English'
}
}