Files
electron-4/src/renderer/src/I18n/zh-EN.ts

346 lines
9.2 KiB
TypeScript
Raw Normal View History

2025-08-29 09:35:52 +08:00
export default {
2025-10-17 10:28:26 +08:00
title: 'Realistic 3D electronic sand table system',
week: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
tree: {
// title: "Information",
title: 'Layer Control',
layer: 'layer',
location: 'location'
2025-08-29 09:35:52 +08:00
},
2025-10-17 10:28:26 +08:00
btn: {
search: 'search',
treePlaceholder: 'Please enter a keyword to search',
selectPlaceholder: 'select',
selectNoText: 'no select',
confirm: 'confirm'
2025-08-29 09:35:52 +08:00
},
rightMenu: {
addResource: 'add map data',
addDirectory: 'add Directory',
pictureLocation: 'add photo data',
importPanorama: 'add panoramic data',
2025-10-17 10:28:26 +08:00
addBIM: 'add BIM',
2025-11-28 17:24:55 +08:00
edit: 'Properties',
2025-08-29 09:35:52 +08:00
del: 'delete Node',
setView: 'set View',
resetView: 'reset View',
layerRaise: 'layer Raise',
layerLower: 'layer Lower',
layerToTop: 'layer ToTop',
layerToBottom: 'layer ToBottom',
2025-10-17 10:28:26 +08:00
tilesetClipping: 'tileset Clipping',
2025-08-29 09:35:52 +08:00
addTrajectory: 'addTra jectory',
addXlsx: 'add Xlsx',
showAttr: 'show Attribute',
2025-10-17 10:28:26 +08:00
resetPerspective: 'reset Perspective',
2025-11-04 20:11:04 +08:00
addEvent: 'add Event',
2025-08-29 09:35:52 +08:00
},
2025-10-17 10:28:26 +08:00
iconTitle: {
reset: 'default view',
fullScreen: 'full screen',
set: 'setting',
shrink: 'shrink',
logout: 'logout',
locate: 'Satellite positioning',
air: 'UAV',
excel: 'Excel'
2025-08-29 09:35:52 +08:00
},
2025-10-17 10:28:26 +08:00
firstMenu: {
2025-12-02 14:35:09 +08:00
measure: 'Measure',
tool: 'Tool',
effect: 'Special effects',
2025-10-17 10:28:26 +08:00
bigData: 'bigData',
2025-12-02 14:35:09 +08:00
modelLibrary: 'Model',
situation: 'Scheme',
2025-10-17 10:28:26 +08:00
onlinePictureSource: 'onlinePictureSource',
2025-12-02 14:35:09 +08:00
analysis: 'Analyze',
2025-10-17 10:28:26 +08:00
militaryMark: 'militaryMark',
2025-12-02 14:35:09 +08:00
ersanwei: '2D/3D',
2025-10-17 10:28:26 +08:00
junbiao3d: '3D military logo'
},
effect: {
2025-10-23 18:02:29 +08:00
path: "trackMotion",
2025-10-17 10:28:26 +08:00
wallStereoscopic: "elecFence",
entityWall: 'entityWall',
diffuseScan: "diffused",
radarScan: "radar",
scanStereoscopic: "scanStereoscopic",
polyhedronObject: "polyhedron",
water: "water surface",
fountain: 'fountain',
waterL: 'water column',
fire: "fire",
explosion: "explosion",
smoke: "smoke",
nightVision: 'night vision',
flyLine: 'flyLine',
},
analysis: {
inundationAnalysis: "inundation",
profileAnalysis: "profile",
sightAnalysis: "intervisibility analysis",
kenAnalysis: "Visual field analysis",
circleKen: "round analysis",
slopeDirection: "slopeDirection",
cutFill: "cutFill",
globalContour: "global contour line",
contour: "contour line",
clearAnalysis: "clear",
},
measure: {
projectionArea: "projectionArea",
projectionDistanceMeasure: 'Projection distance',
areaMeasure: "areaMeasure",
distanceMeasure: "ground contact",
heightMeasure: "height",
triangleMeasure: "triangle",
MeasureAzimuth: 'azimuth measurement',
MeasureAngle: "MeasureAngle",
lopeDistanceMeasures: 'slope',
coorMeasure: "coordinate",
clear: "clear",
},
tool: {
routePlan: "routePlan",
clearRoute: 'clear route',
graffiti: "graffiti",
// stopGraffiti: "结束涂鸦",
clearGraffiti: "clear graffiti",
roam: "roam",
coorLocation: "coorLocation",
mouseLocation: "mouseLocation",
annotationAggregation: "MarkPoint",
splitScreen: 'Roller blind comparison',
screenShot: 'screenShot',
highQuality: 'HDRendering',
videoRecord: 'videoRecording',
pressModel: "press Model",
terrainDig: "terrainDig",
tilesetClipping: "tilesetClipping",
clearTilesetClipping: "clearTilesetClipping",
projConvert: 'Degrees, minutes, and seconds',
projectionConvert: 'Projection conversion',
gdbImport: "GDB import",
circleStatistics: "goodsSearchCircle",
polygonStatistics: "goodsSearch Polygon",
},
bottomMenu: {
groundText: 'Ground Text',
standText: '3D Text',
point: 'Point',
line: 'Line',
curve: 'Curve',
panel: 'Panel',
ellipse: 'Ellipse',
sector: 'Sector',
circle: 'Circle',
attackArrow: 'AttackArrow',
pincerArrow: 'PincerArrow',
rendezvous: 'Assemble',
rectangle: 'Rectangle',
unLock: 'UnLock',
Lock: 'Lock'
},
2025-11-05 18:24:35 +08:00
default: {
point: 'Point',
line: 'Line',
curve: 'Curve',
panel: 'Panel',
roam: 'roam',
untitled: 'untitled'
2025-11-05 18:24:35 +08:00
},
2025-10-17 10:28:26 +08:00
system: {
systemTitle: 'Settings',
authorize: 'Authorization Information',
setting: 'System settings',
project: 'Engineering Information',
2025-12-02 14:35:09 +08:00
device: 'Device management',
materials: 'Materials management',
2025-10-17 10:28:26 +08:00
modelManage: 'Model management',
graphLabelManage: 'Military Icon Management',
photoManage: 'Icon Management',
version: 'Version information'
},
auths: {
authType: 'Authorization status',
authTime: 'Authorization time',
authCode: 'Authorization code',
upload: 'import',
authexpire: 'expired',
authTempExpire: 'normal',
noAuthexpire: 'unauthorized',
},
systemSetting: {
setStyle: 'Style setting',
setCoordinates: 'Coordinates setting',
setUnit: 'Unit setting',
setFunction: 'Function setting',
setLanguage: 'Language setting',
theme: 'Thematic peel',
defaultView: 'setting',
defaultViewLabel: 'default view',
defaultData: 'add',
defaultDataLabel: 'online data',
intoBack: 'into',
management: 'management',
showCompass: 'compass',
showLatitudeLongitudeNetwork: 'grid of latitude and longitude',
showFangliNet: 'Fangli Net',
showDistanceLegend: 'distanceLegend',
showToolBar: 'infoBar',
showFPS: 'FPS',
showMapX: 'mapX',
occlusion: 'point occlusion',
coordinateSystem: 'System Coordinate system',
sheetIndexStatusSwitch: 'Standard map sheet',
switch: 'switch',
battery: 'Battery Info',
latitude: 'geographic coordinate format',
lengthUnit: 'length',
areaUnit: 'area',
heightUnit: 'height',
speedUnit: 'speed',
administrativeArea: 'administrativeArea',
skinList: {
2025-10-29 16:40:58 +08:00
color1: 'Standard Blue',
color2: 'Army Green',
color3: 'Lake Green',
color4: 'Technology Blue',
color5: 'Sun Red',
color6: 'Vibrant Orange',
2025-10-17 10:28:26 +08:00
}
},
searchWay: {
title: 'search mode',
searchWayList: {
poi: "Offline search",
net: "Online search",
},
},
ConcurrencyControl: 'Concurrency Control',
versions: {
version_code: "Version number",
version_update: "Check for updates",
},
model: {
title: "Model",
setting: 'default settings'
},
graph: {
title: 'Military Icon',
setting: 'default settings'
},
photo: {
title: 'Icon',
setting: 'default settings'
2025-10-23 18:02:29 +08:00
},
2025-11-12 10:45:51 +08:00
vector: {
: 'Import Header',
: 'Download Header Template',
: 'Export',
},
general: {
: 'Color',
: 'Longitude',
: 'Latitude',
: 'Altitude',
: 'Height',
: 'Field of view zoom',
: 'Shortest distance',
: 'Farthest distance',
2025-11-28 17:24:55 +08:00
: 'Basic info',
2025-11-12 10:45:51 +08:00
: 'Attribute',
: 'Spatial info',
: 'Mark style',
: 'Content type',
: 'Rich text',
: 'Link',
IP摄像头: 'IP Camera',
ISC摄像头: 'ISC Camera',
: 'Sensor',
: 'Panorama photo',
rtmp: 'rtmp',
2025-11-12 10:45:51 +08:00
: 'Materials',
: 'Edit content',
2025-12-02 14:35:09 +08:00
: 'Please enter the device name to search',
: 'Please enter the materials name to search',
2025-11-12 10:45:51 +08:00
: 'Open the editor',
: 'Add Link',
: 'Name',
: 'Actions',
: 'Edit',
: 'Delete',
: 'Confirm',
: 'Cancel',
: 'No Data',
: 'Search',
: 'Device Name',
: 'Device Type',
IP: 'Device IP',
: 'Device Port',
: 'User Name',
: 'Password',
: 'Bind',
: 'No.',
: 'Quantity',
: 'Height mode',
: 'Relative to the surface',
: 'Adhere to the surface',
: 'Adhere to the model',
: 'Decimal',
: 'degree-minute',
: 'degree-minute-second',
: 'degree',
: 'minute',
: 'second',
: 'Update Altitude',
: 'Translate',
: 'Rotate',
: 'Close',
: 'Confirm',
: 'Icon settings',
: 'show',
: 'Icon',
2025-11-14 18:10:33 +08:00
times: 'times',
2025-11-12 10:45:51 +08:00
: 'SimHei',
: 'SourceHanSansTi',
: 'PMZDBTTi',
: 'AlimamaShuHeiTi',
2025-11-14 18:10:33 +08:00
text: {
color: 'Text color',
size: 'Text size',
font: 'Text font',
style: 'Text style',
bold: 'Bold',
italic: 'Italic',
underline: 'Underline',
strikethrough: 'Strikethrough',
letterSpacing: 'Letter spacing',
},
outline: {
color: 'Outline color',
width: 'Outline width',
}
2025-11-12 10:45:51 +08:00
},
2025-10-23 18:02:29 +08:00
dialog: {
point: {
title: 'Edit node',
WGS84: 'WGS84 coordinates',
: 'Transition coordinate selection',
XAxis: 'X-axis',
YAxis: 'Y-axis',
ZAxis: 'Z-axis',
2025-11-14 18:10:33 +08:00
icon: {
show: 'Icon show',
current: 'Current icon',
multiple: 'Icon scale',
default: 'Default icon',
},
text: {
show: 'Text show',
},
2025-10-23 18:02:29 +08:00
},
2025-08-29 09:35:52 +08:00
}
} as const