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
| export default {
| 'map.edit': 'Edit Model',
| 'map.edit.close': 'Exit Edit',
| 'map.device.add': 'Add New Device',
| 'map.device.oper': 'Device Settings',
| 'map.model.observer': 'Observer Pattern',
| 'map.model.editor': 'Editor Pattern',
| '': '',
| '': '',
| '': '',
| '': '',
| '': '',
| '': '',
| '': '',
| 'map.settings.type': 'Type',
| 'map.settings.position': 'Position',
| 'map.settings.scale': 'Scale',
| 'map.settings.rotation': 'Rotation',
| 'map.settings.copy': 'Copy',
| 'map.settings.left': 'Left',
| 'map.settings.right': 'Right',
| 'map.settings.top': 'Top',
| 'map.settings.bottom': 'Bottom',
| '': '',
| '': '',
| '': '',
| 'map.settings.sub.copy.rule': 'Copy Rule',
| 'map.settings.sub.copy.dire': 'Direction',
| 'map.settings.sub.copy.count': 'Count',
| 'map.settings.sub.copy.gap': 'Gap',
| 'map.settings.sub.copy.id': 'ID',
| '': '',
| '': '',
| '': '',
| '': '',
| '': '',
| '': '',
| '': '',
| }
|
|