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
| {
| "tb": {
| "navigation_opt": "ナビゲーション",
| "rendering_opt": "外観",
| "tools_opt": "ツール",
| "measurments_opt": "測定結果",
| "annotations_opt": "注釈",
| "materials_opt": "材料",
| "scene_opt": "シーン",
| "classification_filter_opt": "フィルター分類",
| "parameters_opt": "その他の設定",
| "about_opt": "協力"
| },
| "tt": {
| "angle_measurement": "角度測定",
| "distance_measurement": "距離測定",
| "height_measurement": "標高測定",
| "area_measurement": "面積測定",
| "volume_measurement": "体積測定",
| "height_profile": "断面図",
| "clip_volume": "クリッピングボリューム",
| "remove_all_measurement": "計測結果のクリア",
| "left_view_control": "左から見る",
| "front_view_control": "前から見る",
| "top_view_control": "上から見る",
| "focus_control": "全体表示",
| "orbit_control": " 軌道制御",
| "flight_control": "Vol",
| "earth_control": "地球"
| },
| "appearance": {
| "nb_max_pts": "表示するポイント数を設定",
| "point_size": "点サイズを設定",
| "point_opacity": "不透明度",
| "field_view": "視野",
| "point_size_type": "点タイプ設定",
| "point_material": "点の材質",
| "elevation_range": "Plage altimétrique",
| "point_quality": "品質",
| "edl_radius": "点群の半径",
| "edl_strength": "点群の強度",
| "edl_enable": "アクティブにする",
| "min_node_size": "最小ノードサイズ",
| "clip_mode": "クリップモード",
| "move_speed": "動く速度",
| "skybox": "空",
| "bottom_lock": "地上面を固定します。",
| "box": "ボックス",
| "freeze": "ビューの固定",
| "language": "言語"
| },
| "profile": {
| "nb_points": "点群番号",
| "title": "Profil altimétrique",
| "save_las": "LAS(3D)形式で保存",
| "save_ortho": "CSV(2D)形式で保存",
| "save": "保存"
| },
| "scene": {
| "camera_position": "Camera Position",
| "camera_target": "Camera Target"
| },
| "settings": {
| "language": "言語"
| }
| }
|
|