mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
release: prepare J-Board Lite 3.1.1
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
import {
|
||||
booleanAppSettingLabels,
|
||||
announcementAudienceLabels,
|
||||
announcementDisplayTypeLabels,
|
||||
getBooleanAppSettingLabel,
|
||||
getPaymentProviderLabel,
|
||||
getTaskKindLabel,
|
||||
getUserRoleLabel,
|
||||
nodeStatusLabels,
|
||||
orderReviewStatusLabels,
|
||||
orderStatusLabels,
|
||||
paymentChannelLabels,
|
||||
paymentProviderLabels,
|
||||
subscriptionStatusLabels,
|
||||
subscriptionTypeLabels,
|
||||
taskKindLabels,
|
||||
taskStatusLabels,
|
||||
userStatusLabels,
|
||||
} from "@/lib/domain-labels";
|
||||
|
||||
@@ -133,13 +138,31 @@ const auditTargetTypeLabels: Record<string, string> = {
|
||||
|
||||
const tokenLabels: Record<string, string> = {
|
||||
...booleanAppSettingLabels,
|
||||
...announcementAudienceLabels,
|
||||
...announcementDisplayTypeLabels,
|
||||
...nodeStatusLabels,
|
||||
...orderReviewStatusLabels,
|
||||
...orderStatusLabels,
|
||||
...paymentChannelLabels,
|
||||
...paymentProviderLabels,
|
||||
...subscriptionStatusLabels,
|
||||
...subscriptionTypeLabels,
|
||||
...taskKindLabels,
|
||||
...taskStatusLabels,
|
||||
...userStatusLabels,
|
||||
allowTrafficTopup: "允许增流量",
|
||||
durationDays: "有效期天数",
|
||||
emailVerificationRequired: "注册邮箱验证",
|
||||
fixedPrice: "固定价格",
|
||||
fixedTrafficGb: "固定流量",
|
||||
inviteRewardRate: "邀请返利比例",
|
||||
maxTrafficGb: "最大流量",
|
||||
minTrafficGb: "最小流量",
|
||||
pricePerGb: "每 GB 价格",
|
||||
requireInviteCode: "邀请码注册",
|
||||
totalTrafficGb: "总流量池",
|
||||
valueGb: "流量值",
|
||||
valueGB: "流量值",
|
||||
};
|
||||
|
||||
function escapeRegExp(value: string) {
|
||||
|
||||
Reference in New Issue
Block a user