zhongshujie
2025-05-23 7d7744fe006714f6be0341d03d4de9b1e90d775d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
const testData = [
  {
    name: "cashier's station",
    prototype: "cashier's station",
    IPA: null,
    page: null,
    translate: "收银台",
  },
  {
    name: "concerned",
    prototype: "concern",
    IPA: "[kənˈsɜːn]",
    page: null,
    translate: "v. 影响,牵涉,与……有关",
  },
  {
    name: "present",
    prototype: "present",
    IPA: "[prɪzent]",
    page: null,
    translate: "v. 把……交给,提交,呈现",
  },
  {
    name: "drawing up",
    prototype: "draw up",
    IPA: null,
    page: null,
    translate: "草拟,制定",
  },
  {
    name: "entitled",
    prototype: "entitle",
    IPA: "[ɪnˈtaɪtl]",
    page: null,
    translate: "v. 使享有权利,使符合资格",
  },
  {
    name: "calculate",
    prototype: "calculate",
    IPA: "[ˈkælkjʊleɪt]",
    page: null,
    translate: "v. 计算,核算",
  },
  {
    name: "debit card",
    prototype: "debit card",
    IPA: null,
    page: null,
    translate: "借记卡",
  },
  {
    name: "gift certifi cate",
    prototype: "gift certifi cate",
    IPA: null,
    page: null,
    translate: "礼品券,赠券",
  },
  {
    name: "American Express (AE/AX)",
    prototype: "American Express (AE/AX)",
    IPA: null,
    page: null,
    translate: "美国运通卡",
  },
  {
    name: "MasterCard (MC)",
    prototype: "MasterCard (MC)",
    IPA: null,
    page: null,
    translate: "万事达信用卡",
  },
  {
    name: "Visa (VS)",
    prototype: "Visa (VS)",
    IPA: null,
    page: null,
    translate: "维萨卡",
  },
  {
    name: "enRoute (ER)",
    prototype: "enRoute (ER)",
    IPA: null,
    page: null,
    translate: "在途卡",
  },
  {
    name: "Eurocard (EC)",
    prototype: "Eurocard (EC)",
    IPA: null,
    page: null,
    translate: "欧洲卡",
  },
  {
    name: "International Great Wall",
    prototype: "International Great Wall",
    IPA: null,
    page: null,
    translate: "长城卡",
  },
  {
    name: "International Diner's Club",
    prototype: "International Diner's Club",
    IPA: null,
    page: null,
    translate: "大来卡",
  },
  {
    name: "Federal Card",
    prototype: "Federal Card",
    IPA: null,
    page: null,
    translate: "联邦卡 / 发达卡",
  },
  {
    name: "authorized",
    prototype: "authorize",
    IPA: null,
    page: null,
    translate: "v. 批准,授权",
  },
  {
    name: "credit limit",
    prototype: "credit limit",
    IPA: null,
    page: null,
    translate: "信用限额",
  },
  {
    name: "currency",
    prototype: "currency",
    IPA: "[ˈkʌrənsɪ]",
    page: null,
    translate: "n. 货币",
  },
  {
    name: "honor",
    prototype: "honor",
    IPA: "[ˈɒnə]",
    page: null,
    translate: "v. 尊重,接受",
  },
  {
    name: "receipt",
    prototype: "receipt",
    IPA: "[rɪˈsiːt]",
    page: null,
    translate: "n. 收据",
  },
  {
    name: "personal checks",
    prototype: "personal check",
    IPA: null,
    page: null,
    translate: "个人支票",
  },
  {
    name: "change",
    prototype: "change",
    IPA: "[tʃeɪndʒ]",
    page: null,
    translate: "n. 找给的零钱;找头",
  },
  {
    name: "invoice",
    prototype: "invoice",
    IPA: "[ˈɪnvɔɪs]",
    page: null,
    translate: "n. 发票",
  },
  {
    name: "exchange",
    prototype: "exchange",
    IPA: "[ɪksˈtʃeɪndʒ]",
    page: null,
    translate: "n./v. 交换,兑换",
  },
  {
    name: "purchases",
    prototype: "purchase",
    IPA: "[ˈpɜːtʃəs]",
    page: null,
    translate: "n./v. 购买,采购",
  },
  {
    name: "Canadian dollar",
    prototype: "Canadian dollars",
    IPA: null,
    page: null,
    translate: "加币,加拿大元",
  },
  {
    name: "accessible",
    prototype: "accessible",
    IPA: "[əkˈsesəbl]",
    page: null,
    translate: "adj. 可到达的,可得到的",
  },
  {
    name: "give a better bang for your buck",
    prototype: "give a better bang for your buck",
    IPA: null,
    page: null,
    translate: "让钱花得更划算",
  },
  {
    name: "reputable",
    prototype: "reputable",
    IPA: "[ˈrepjʊtəbl]",
    page: null,
    translate: "adj. 信誉好的,名声好的",
  },
  {
    name: "securely",
    prototype: "securely",
    IPA: "[sɪˈkjʊəlɪ]",
    page: null,
    translate: "adv. 安全地",
  },
  {
    name: "branches",
    prototype: "branch",
    IPA: "[brɑːntʃ]",
    page: null,
    translate: "n. 分支机构,分行",
  },
  {
    name: "converting",
    prototype: "convert",
    IPA: "[kənˈvɜːt]",
    page: null,
    translate: "v. 转换",
  },
  {
    name: "currency exchange booths",
    prototype: "currency exchange booth",
    IPA: null,
    page: null,
    translate: "货币兑换亭",
  },
  {
    name: "exchange rate",
    prototype: "exchange rate",
    IPA: null,
    page: null,
    translate: "汇率",
  },
  {
    name: "small notes",
    prototype: "small note",
    IPA: null,
    page: null,
    translate: "小额纸币",
  },
  {
    name: "memo",
    prototype: "memo",
    IPA: "[ˈmeməʊ]",
    page: null,
    translate: "n. 备忘录(此处指“兑换水单”)",
  },
  {
    name: "produce",
    prototype: "produce",
    IPA: "[prəˈdjus]",
    page: null,
    translate: "v. 生产;生长;给出(证据);出示",
  },
  {
    name: "invoice",
    prototype: "invoice",
    IPA: "[ˈɪnvɔɪs]",
    page: null,
    translate: "n. 发票 , 费用清单",
  },
  {
    name: "opt",
    prototype: "opt",
    IPA: "[ɒpt]",
    page: null,
    translate: "v. 选择",
  },
  {
    name: "in-person service",
    prototype: "in-person service",
    IPA: null,
    page: null,
    translate: "面对面服务",
  },
  {
    name: "post",
    prototype: "post",
    IPA: "[pəʊst]",
    page: null,
    translate: "v. 发布信息",
  },
  {
    name: "business seal",
    prototype: null,
    IPA: null,
    page: null,
    translate: "业务公章",
  },
  {
    name: "cashier",
    prototype: null,
    IPA: null,
    page: null,
    translate: "收银员",
  },
  {
    name: "check out",
    prototype: null,
    IPA: null,
    page: null,
    translate: "结账离店",
  },
  {
    name: "currency",
    prototype: null,
    IPA: null,
    page: null,
    translate: "货币",
  },
  {
    name: "draw up a bill",
    prototype: null,
    IPA: null,
    page: null,
    translate: "草拟账单",
  },
  {
    name: "equivalent",
    prototype: null,
    IPA: null,
    page: null,
    translate: "等同的",
  },
  {
    name: "exchange memo",
    prototype: null,
    IPA: null,
    page: null,
    translate: "兑换水单",
  },
  {
    name: "master account",
    prototype: null,
    IPA: null,
    page: null,
    translate: "主账户",
  },
  {
    name: "net amount",
    prototype: null,
    IPA: null,
    page: null,
    translate: "净额",
  },
  {
    name: "valid date",
    prototype: null,
    IPA: null,
    page: null,
    translate: "有效期",
  },
  {
    name: "in-person service",
    prototype: null,
    IPA: null,
    page: null,
    translate: "当面服务",
  },
];
 
export default testData;