diff --git a/locales/zh-cn.json b/locales/zh-cn.json index fd70ef4b..4fb07f54 100644 --- a/locales/zh-cn.json +++ b/locales/zh-cn.json @@ -5,11 +5,13 @@ "toggle_rear_passenger_door": "开关右后车门", "toggle_hood": "打开引擎盖", "toggle_trunk": "打开后备箱", - "debug_box": "(Debug) 箱子", - "debug_sphere": "(Debug) 球", + "debug_box": "(Debug) 矩形区域", + "debug_sphere": "(Debug) 球形区域", "debug_police_car": "警车", - "debug_ped": "(Debug) Ped", + "debug_ped": "(Debug) 角色实体", "debug_vehicle": "(Debug) 车辆", - "debug_object": "(Debug) 对象", - "toggle_targeting": "交互菜单" + "debug_object": "(Debug) 物体", + "debug_global": "(Debug) 全局对象", + "toggle_targeting": "交互菜单", + "go_back": "返回" } diff --git a/locales/zh-tw.json b/locales/zh-tw.json index 171a2eb0..6c6360b1 100644 --- a/locales/zh-tw.json +++ b/locales/zh-tw.json @@ -1,15 +1,17 @@ { - "toggle_front_driver_door": "開關司機側前門", - "toggle_front_passenger_door": "開關乘客側前門", - "toggle_rear_driver_door": "開關駕駛側後門", - "toggle_rear_passenger_door": "開關乘客側後門", - "toggle_hood": "開關引擎蓋", - "toggle_trunk": "開關車廂", - "debug_box": "(Debug) Box", - "debug_sphere": "(Debug) Sphere", - "debug_police_car": "Police car", - "debug_ped": "(Debug) Ped", - "debug_vehicle": "(Debug) Vehicle", - "debug_object": "(Debug) Object", - "toggle_targeting": "開關目標選擇" + "toggle_front_driver_door": "開關左前車門", + "toggle_front_passenger_door": "開關左後車門", + "toggle_rear_driver_door": "開關右前車門", + "toggle_rear_passenger_door": "開關右後車門", + "toggle_hood": "打開引擎蓋", + "toggle_trunk": "打開後備箱", + "debug_box": "(Debug) 矩形區域", + "debug_sphere": "(Debug) 球形區域", + "debug_police_car": "警車", + "debug_ped": "(Debug) 角色實體", + "debug_vehicle": "(Debug) 車輛", + "debug_object": "(Debug) 物體", + "debug_global": "(Debug) 全局對象", + "toggle_targeting": "交互菜單", + "go_back": "返回" }