|
1 | | -import { reset } from 'canvas-confetti' |
2 | | -import { time } from 'zod/v4/core/regexes.cjs' |
3 | | - |
4 | 1 | export const tableEn = { |
5 | | - // field block name |
6 | | - abilitySetting: 'Ability Setting', |
7 | | - dataSetting: 'Data Setting', |
8 | | - layoutSetting: 'Layout Setting', |
9 | | - patternSetting: 'Pattern Setting', |
10 | | - textSetting: 'Text Setting', |
11 | | - themeSetting: 'Theme Setting', |
12 | | - // person configuration |
13 | | - number: 'Number', |
14 | | - name: 'Name', |
15 | | - prizeName: 'Name', |
16 | | - department: 'Department', |
17 | | - identity: 'Identity', |
18 | | - isLucky: 'Is Lucky', |
19 | | - operation: 'Operation', |
20 | | - setLuckyNumber: 'Set Lucky Number', |
21 | | - luckyPeopleNumber: 'Lucky People Number', |
22 | | - detail: 'Detail', |
23 | | - noneData: 'No Data', |
24 | | - // prize configuration |
25 | | - fullParticipation: 'FullParticipation', |
26 | | - numberParticipants: 'NumberParticipants', |
27 | | - isDone: 'is Done', |
28 | | - image: 'Image', |
29 | | - onceNumber: 'Once Number', |
30 | | - time: 'Time', |
31 | | - // view setting |
32 | | - title: 'Main Title', |
33 | | - columnNumber: 'Column Number', |
34 | | - theme: 'Theme', |
35 | | - language: 'Language', |
36 | | - cardColor: 'Card Color', |
37 | | - winnerColor: 'Winner Color', |
38 | | - textColor: 'Text Color', |
39 | | - cardWidth: 'Card Width', |
40 | | - cardHeight: 'Card Height', |
41 | | - textSize: 'Text Size', |
42 | | - highlightColor: 'HighLight Color', |
43 | | - alwaysDisplay: 'Always Display Prize List', |
44 | | - avatarDisplay: 'Show avatars or not', |
45 | | - selectPicture: 'Select a Picture', |
46 | | - backgroundImage: 'Select Background Image', |
47 | | - timedStop: 'Timed Stop', |
48 | | - playWinMusic: 'Play Win Music', |
49 | | - resetAllData: 'Reset All Data', |
50 | | - globalFont: 'Global Font', |
51 | | - titleFont: 'Title Font', |
52 | | - syncGlobalFont: 'Sync Global Font', |
| 2 | + // field block name |
| 3 | + abilitySetting: 'Ability Setting', |
| 4 | + dataSetting: 'Data Setting', |
| 5 | + layoutSetting: 'Layout Setting', |
| 6 | + patternSetting: 'Pattern Setting', |
| 7 | + textSetting: 'Text Setting', |
| 8 | + themeSetting: 'Theme Setting', |
| 9 | + // person configuration |
| 10 | + number: 'Number', |
| 11 | + name: 'Name', |
| 12 | + prizeName: 'Name', |
| 13 | + department: 'Department', |
| 14 | + avatar: 'Avatar', |
| 15 | + identity: 'Identity', |
| 16 | + isLucky: 'Is Lucky', |
| 17 | + operation: 'Operation', |
| 18 | + setLuckyNumber: 'Set Lucky Number', |
| 19 | + luckyPeopleNumber: 'Lucky People Number', |
| 20 | + detail: 'Detail', |
| 21 | + noneData: 'No Data', |
| 22 | + // prize configuration |
| 23 | + fullParticipation: 'FullParticipation', |
| 24 | + numberParticipants: 'NumberParticipants', |
| 25 | + isDone: 'is Done', |
| 26 | + image: 'Image', |
| 27 | + onceNumber: 'Once Number', |
| 28 | + time: 'Time', |
| 29 | + // view setting |
| 30 | + title: 'Main Title', |
| 31 | + columnNumber: 'Column Number', |
| 32 | + theme: 'Theme', |
| 33 | + language: 'Language', |
| 34 | + cardColor: 'Card Color', |
| 35 | + winnerColor: 'Winner Color', |
| 36 | + textColor: 'Text Color', |
| 37 | + cardWidth: 'Card Width', |
| 38 | + cardHeight: 'Card Height', |
| 39 | + textSize: 'Text Size', |
| 40 | + highlightColor: 'HighLight Color', |
| 41 | + alwaysDisplay: 'Always Display Prize List', |
| 42 | + avatarDisplay: 'Show avatars or not', |
| 43 | + selectPicture: 'Select a Picture', |
| 44 | + backgroundImage: 'Select Background Image', |
| 45 | + timedStop: 'Timed Stop', |
| 46 | + playWinMusic: 'Play Win Music', |
| 47 | + resetAllData: 'Reset All Data', |
| 48 | + globalFont: 'Global Font', |
| 49 | + titleFont: 'Title Font', |
| 50 | + syncGlobalFont: 'Sync Global Font', |
53 | 51 | } |
54 | 52 |
|
55 | 53 | export const tableZhCn = { |
56 | | - // field block name |
57 | | - abilitySetting: '功能设置', |
58 | | - dataSetting: '数据设置', |
59 | | - layoutSetting: '布局设置', |
60 | | - patternSetting: '图案设置', |
61 | | - textSetting: '文字设置', |
62 | | - themeSetting: '主题设置', |
63 | | - // person configuration |
64 | | - number: '编号', |
65 | | - name: '姓名', |
66 | | - prizeName: '名称', |
67 | | - department: '部门', |
68 | | - identity: '身份', |
69 | | - isLucky: '是否中奖', |
70 | | - operation: '操作', |
71 | | - setLuckyNumber: '设置中奖人数', |
72 | | - luckyPeopleNumber: '中奖人数', |
73 | | - detail: '详细信息', |
74 | | - noneData: '暂无数据', |
75 | | - // prize configuration |
76 | | - fullParticipation: '可重复', |
77 | | - numberParticipants: '抽奖人数', |
78 | | - isDone: '已抽取', |
79 | | - image: '图片', |
80 | | - onceNumber: '单次抽取个数', |
81 | | - time: '时间', |
82 | | - // view setting |
83 | | - title: '主标题', |
84 | | - columnNumber: '列数', |
85 | | - theme: '主题', |
86 | | - language: '语言', |
87 | | - cardColor: '卡片颜色', |
88 | | - winnerColor: '中奖卡片颜色', |
89 | | - textColor: '文字颜色', |
90 | | - cardWidth: '卡片宽度', |
91 | | - cardHeight: '卡片高度', |
92 | | - textSize: '文字大小', |
93 | | - highlightColor: '高亮颜色', |
94 | | - alwaysDisplay: '常显奖项列表', |
95 | | - avatarDisplay: '是否显示头像', |
96 | | - selectPicture: '选择一张图片', |
97 | | - backgroundImage: '选择背景图片', |
98 | | - timedStop: '定时停止', |
99 | | - playWinMusic: '播放中奖音乐', |
100 | | - resetAllData: '重置数据', |
101 | | - globalFont: '全局字体', |
102 | | - titleFont: '标题字体', |
103 | | - syncGlobalFont: '同步全局字体', |
| 54 | + // field block name |
| 55 | + abilitySetting: '功能设置', |
| 56 | + dataSetting: '数据设置', |
| 57 | + layoutSetting: '布局设置', |
| 58 | + patternSetting: '图案设置', |
| 59 | + textSetting: '文字设置', |
| 60 | + themeSetting: '主题设置', |
| 61 | + // person configuration |
| 62 | + number: '编号', |
| 63 | + name: '姓名', |
| 64 | + prizeName: '名称', |
| 65 | + department: '部门', |
| 66 | + avatar: '头像', |
| 67 | + identity: '身份', |
| 68 | + isLucky: '是否中奖', |
| 69 | + operation: '操作', |
| 70 | + setLuckyNumber: '设置中奖人数', |
| 71 | + luckyPeopleNumber: '中奖人数', |
| 72 | + detail: '详细信息', |
| 73 | + noneData: '暂无数据', |
| 74 | + // prize configuration |
| 75 | + fullParticipation: '可重复', |
| 76 | + numberParticipants: '抽奖人数', |
| 77 | + isDone: '已抽取', |
| 78 | + image: '图片', |
| 79 | + onceNumber: '单次抽取个数', |
| 80 | + time: '时间', |
| 81 | + // view setting |
| 82 | + title: '主标题', |
| 83 | + columnNumber: '列数', |
| 84 | + theme: '主题', |
| 85 | + language: '语言', |
| 86 | + cardColor: '卡片颜色', |
| 87 | + winnerColor: '中奖卡片颜色', |
| 88 | + textColor: '文字颜色', |
| 89 | + cardWidth: '卡片宽度', |
| 90 | + cardHeight: '卡片高度', |
| 91 | + textSize: '文字大小', |
| 92 | + highlightColor: '高亮颜色', |
| 93 | + alwaysDisplay: '常显奖项列表', |
| 94 | + avatarDisplay: '是否显示头像', |
| 95 | + selectPicture: '选择一张图片', |
| 96 | + backgroundImage: '选择背景图片', |
| 97 | + timedStop: '定时停止', |
| 98 | + playWinMusic: '播放中奖音乐', |
| 99 | + resetAllData: '重置数据', |
| 100 | + globalFont: '全局字体', |
| 101 | + titleFont: '标题字体', |
| 102 | + syncGlobalFont: '同步全局字体', |
104 | 103 | } |
105 | 104 |
|
106 | 105 | export const table = { |
107 | | - en: tableEn, |
108 | | - zhCn: tableZhCn, |
| 106 | + en: tableEn, |
| 107 | + zhCn: tableZhCn, |
109 | 108 | } |
0 commit comments