1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| export default {
| CN: {
| router: {
| ComparativeAnalysis: '对比分析',
| DataManagement: '数据管理',
| AnalyzerManual: '仪表说明书',
| SoftwareManual: '软件说明书',
| OperatingVideo: '操作视频',
| ContactUs: '联系我们',
| AboutFUGUANG: '关于福光',
| }
| },
| US: {
| router: {
| ComparativeAnalysis: 'Comparative Analysis',
| DataManagement: 'Data Management',
| AnalyzerManual: 'Analyzer Manual',
| SoftwareManual: 'Software Manual',
| OperatingVideo: 'Operating Video',
| ContactUs: 'Contact Us',
| AboutFUGUANG: 'About FUGUANG',
| }
| }
| }
|
|