mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
feat(dashboard): show the user whoe redeemed the gift code
This commit is contained in:
parent
2827c6bc2e
commit
778518ed9f
|
|
@ -726,6 +726,7 @@
|
|||
"giftCodeAmount": "Amount",
|
||||
"giftCode": "Gift Code",
|
||||
"giftCodeStatus": "Status",
|
||||
"giftCodeUsedBy": "Used by",
|
||||
"giftCodeUsed": "Used",
|
||||
"giftCodeUnused": "Available",
|
||||
"giftCodeDeleted": "Gift code deleted successfully",
|
||||
|
|
|
|||
|
|
@ -719,6 +719,7 @@
|
|||
"giftCodeAmount": "数量",
|
||||
"giftCode": "ギフトコード",
|
||||
"giftCodeStatus": "状態",
|
||||
"giftCodeUsedBy": "利用者",
|
||||
"giftCodeUsed": "使用済み",
|
||||
"giftCodeUnused": "使用可能",
|
||||
"giftCodeDeleted": "ギフトコードが正常に削除されました",
|
||||
|
|
|
|||
|
|
@ -718,6 +718,7 @@
|
|||
"giftCodeAmount": "数量",
|
||||
"giftCode": "礼品码",
|
||||
"giftCodeStatus": "状态",
|
||||
"giftCodeUsedBy": "使用者",
|
||||
"giftCodeUsed": "已使用",
|
||||
"giftCodeUnused": "可用",
|
||||
"giftCodeDeleted": "礼品码已成功删除",
|
||||
|
|
|
|||
|
|
@ -715,6 +715,7 @@
|
|||
"giftCodeAmount": "數量",
|
||||
"giftCode": "禮品碼",
|
||||
"giftCodeStatus": "狀態",
|
||||
"giftCodeUsedBy": "使用者",
|
||||
"giftCodeUsed": "已使用",
|
||||
"giftCodeUnused": "可用",
|
||||
"giftCodeDeleted": "禮品碼已成功刪除",
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ const GiftCodes = ({ storageProductsConfig, groupProductsConfig }: GiftCodesProp
|
|||
<NoWrapCell>{t("giftCodes.giftCodeAmount")}</NoWrapCell>
|
||||
<NoWrapCell>{t("giftCodes.giftCode")}</NoWrapCell>
|
||||
<NoWrapCell>{t("giftCodes.giftCodeStatus")}</NoWrapCell>
|
||||
<NoWrapCell>{t("giftCodes.giftCodeUsedBy")}</NoWrapCell>
|
||||
<NoWrapCell align="right"></NoWrapCell>
|
||||
</TableRow>
|
||||
</TableHead>
|
||||
|
|
|
|||
Loading…
Reference in New Issue