-
Notifications
You must be signed in to change notification settings - Fork 0
/
words.ts
48 lines (48 loc) · 2.49 KB
/
words.ts
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
export const yes = '\i+kH4Z70SDq5jJS2Z:Yes';
export const no = '\i6chpuAxw4CDQtyUT:No';
export const ok = '\iaUnNia1ofgZS3E1d:Ok';
export const cancel = '\i1uYuO8fuG8dbUYoq:Cancel';
export const scan = '\i9LfHcIfB357mwnzT:Scan';
export const open = '\i8VdpgKZblOG4Za0G:Open';
export const close = '\iKRqnuqQ3WLAMeya7:Close';
export const save = '\iBcbzXJ/RW+fM5tP4:Save';
export const saveAs = '\i924aa6vQZzmdRGYi:Save as';
export const exit = '\ivLn8D4nYjkJtKiKR:Exit';
export const edit = '\iL1SIFqRmbc9EtdXU:Edit';
export const error = '\iY5bCi3j3tlnEEDKx:Error';
export const view = '\ioMq7Cc9kfqkjaUN4:View';
export const help = '\iqhY0l2MyxemFtf4M:Help';
export const about = '\iwudI9kcyysp0ae8r:About';
export const add = '\iw1YQZQJSRgwTaEiz:Add';
export const move = '\i7MXvslFPtP4Ga74e:Move';
export const remove = '\iw3091NxjYHQNPmKX:Remove';
export const del = '\iicgS4oEJ5A9OppCi:Delete';
export const clear = '\iwNhv1mFk5W8rWI1G:Clear';
export const copy = '\ilwhGgBGPFrPcDDEF:Copy';
export const paste = '\i1pp2t3buRj0GmZR2:Paste';
export const confirm = '\iZpC5SSxGkkMJy9sI:Confirm';
export const next = '\iwcGnrGeOjZR9hgwf:Next';
export const previous = '\iI71Q78wYctVwqQyS:Previous';
export const up = '\ilrkaG7uwZ7T+U2Qb:Up';
export const down = '\i1NRzw1JEHejgEJGL:Down';
export const left = '\ia9g3gBeXoGpKMM4n:Left';
export const right = '\iKSD3vrqeouzbAYHA:Right';
export const top = '\i44dAWr2fVJ1/j3xA:Top';
export const bottom = '\iXHghYJLMlBzuxSki:Bottom';
export const select = '\iQ4lFW9rUysniRUbk:Select';
export const print = '\iI39LolrvAnnqhMIh:Print';
export const run = '\iwsFqR9Q+3HgzzDsH:Run';
export const pref = '\iSXKg+DS+n2KF02GF:Preferences';
export const options = '\iuMcH6WDQBhleBcUC:Options';
export const tools = '\iDrMntjcL4GSyfYfU:Tools';
export const find = '\ixQjncCTzfHYnrKSW:Find';
export const filter = '\itOmMPh7cY/3p584k:Filter';
export const replace = '\iOsHNYO8obsWUCtNt:Replace';
export const config = '\irfA7VvqzqifHFno2:Configuration';
export const apply = '\inXhAw+vczCjUl6vq:Apply';
export const settings = '\iPBKenasGqeiiFurh:Settings';
export const begin = '\ish7hu7Aj/Pqzu/SF:Begin';
export const end = '\iZtAQrcUXpEmUx9JU:End';
export const file = '\iLkm84+008vixOgfT:File';
export const directory = '\iP5onkyAv8HknAek1:Directory';
export const project = '\itgAqEFNQLDKYSZg3:Project';