🐛 fix(locale): Language Select
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"actions": "操作",
|
||||
"amount": "金額",
|
||||
"cancel": "取消",
|
||||
"code": "程式碼",
|
||||
"confirm": "確認",
|
||||
"confirmDelete": "您確定要刪除嗎?",
|
||||
"count": "數量",
|
||||
"couponList": "優惠券列表",
|
||||
"create": "建立",
|
||||
"createCoupon": "建立優惠券",
|
||||
"createSuccess": "建立成功",
|
||||
"delete": "刪除",
|
||||
"deleteSuccess": "刪除成功",
|
||||
"deleteWarning": "一旦刪除,資料將無法恢復。請謹慎操作。",
|
||||
"discount": "折扣",
|
||||
"edit": "編輯",
|
||||
"editCoupon": "編輯優惠券",
|
||||
"enable": "啟用",
|
||||
"form": {
|
||||
"amountDiscount": "金額折扣",
|
||||
"cancel": "取消",
|
||||
"confirm": "確認",
|
||||
"count": "最大使用次數",
|
||||
"countPlaceholder": "最大使用次數(留空表示無限制)",
|
||||
"customCouponCode": "自訂優惠碼",
|
||||
"customCouponCodePlaceholder": "自訂優惠碼(留空自動生成)",
|
||||
"enterCouponName": "請輸入優惠券名稱",
|
||||
"enterValue": "請輸入數值",
|
||||
"expireTime": "過期時間",
|
||||
"name": "名稱",
|
||||
"percentageDiscount": "百分比折扣",
|
||||
"selectServer": "請選擇訂閱",
|
||||
"selectTime": "選擇時間",
|
||||
"specifiedServer": "指定訂閱",
|
||||
"startTime": "生效時間",
|
||||
"type": "優惠券類型",
|
||||
"userLimit": "每用戶最大使用次數",
|
||||
"userLimitPlaceholder": "每用戶最大使用次數(留空表示無限制)"
|
||||
},
|
||||
"name": "名稱",
|
||||
"percentage": "百分比",
|
||||
"remainingTimes": "剩餘",
|
||||
"subscribe": "訂閱",
|
||||
"type": "類型",
|
||||
"unlimited": "無限制",
|
||||
"updateSuccess": "更新成功",
|
||||
"usedTimes": "使用次數",
|
||||
"validityPeriod": "有效期限"
|
||||
}
|
||||
Reference in New Issue
Block a user