Skip to content

Commit

Permalink
add "zh_cn.yaml"
Browse files Browse the repository at this point in the history
  • Loading branch information
Baichuan-qiao authored Aug 23, 2024
1 parent ac75eb4 commit dd7674a
Showing 1 changed file with 340 additions and 0 deletions.
340 changes: 340 additions & 0 deletions src/main/resources/assets/flightassistant/lang/zh_cn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,340 @@
mod.flightassistant: 飞行助理

key.flightassistant:
toggle_display_mode: 切换显示模式
toggle_flight_directors: 切换飞行指示器
toggle_auto_thrust: 切换自动推力
toggle_auto_pilot: 切换自动驾驶
hide_alert: 隐藏第一个警报
recall_alert: 调出最后隐藏的警报
set_idle: 设置空闲推力
decrease_thrust: 减少推力
increase_thrust: 增加推力
set_toga: 设置起飞/着陆推力

config.flightassistant:
category:
hud_settings: HUD设置
not_flying_no_elytra: 未飞行(无鞘翅)
not_flying_has_elytra: 未飞行(有鞘翅)
flying: 飞行中
computer_settings: 飞行自动化设置
hud:
batching:
.: 批处理HUD渲染
no_batching: 无批处理
per_component: 每个组件批处理
single_batch: 单批处理
scale: HUD比例
frame_width: HUD框架宽度
frame_height: HUD框架高度
indicators:
color:
.: 颜色
frame: HUD框架颜色
status: 状态颜色
altitude: 高度颜色
caution: 注意颜色
warning: 警告颜色
speed:
.: 速度
scale: 显示速度刻度
readout: 显示速度读数
ground_readout: 显示地速读数
vertical_readout: 显示垂直速度读数
altitude:
.: 高度
scale: 显示高度刻度
readout: 显示高度读数
ground: 显示地面以上高度
heading:
.: 航向
scale: 显示航向刻度
readout: 显示航向读数
automation:
.: 自动化
thrust: 显示推力模式
vertical: 显示垂直模式
lateral: 显示横向模式
status: 显示自动化状态
info:
.: 信息
alerts: 显示警报
firework_count: 显示烟花数量
thrust_setting: 显示推力设置
waypoint_distance: 显示航向距离
waypoint_time: 显示到航点的事件
flight_phase: 显示飞行阶段
misc:
.: 其他
attitude: 显示姿态
flight_path: 显示飞行路径向量图标
coordinates: 显示坐标
elytra_health: 显示鞘翅耐久
elytra_health_units:
.: 鞘翅耐久单位
percentage: 百分比
remaining_durability: 剩余耐久
computers:
global:
.: 全局自动化模式
full: 始终启用(服务器内可能会被ban)
no_overlays: 仅在没有屏幕覆盖时使用
disabled: 禁用
consider_invulnerability: 在无敌时禁用警报和保护措施
warning:
screen_and_audio: 屏幕与音频
audio_only: 仅音频
screen_only: 仅屏幕
disabled: 禁用
protection:
hard: 强保护
soft: 软保护
disabled: 禁用
firework:
.: 烟花
lock_unsafe: 锁定不安全的烟花
lock_gpws: 当面向地形时锁定烟花
stall:
.: 失速
warning: 失速警告模式
protection: 失速保护模式
thrust: 允许使用推力进行恢复
gpws:
.: 地面接近警告系统
sinkrate:
warning: 下沉率警告模式
protection: 下沉率保护模式
terrain:
warning: 地形警告模式
protection: 地形保护模式
landing:
warning: 着陆间隙警告模式
void_level:
.: 虚空层级
protection: 虚空层级保护模式
thrust: 允许使用推力进行恢复
elytra_state:
.: 鞘翅状态
close_underwater: 在水下关闭鞘翅
open_automatically: 自动打开鞘翅
chunk_state:
.: 区块状态
preserve_altitude: 在未加载的区块中自动保持高度

commands.flightassistant:
no_such_waypoint: 该索引处没有航点
nothing_to_clear: 没有要清除的航点
first_wp_cannot_be_landing: 第一个航点不能是着陆航点
cannot_execute_from_landing: 飞行计划不能从着陆航点开始执行
waypoint:
created: 在索引 %s 处创建了航点 (现在总共有 %s 个航点)
removed: 在索引 %s 处移除了航点 (现在总共有 %s 个航点)
inserted: 在索引 %s 处插入了航点 (现在总共有 %s 个航点)
replaced: 在索引 %s 处替换了航点 (现在总共有 %s 个航点)
flight_plan:
cleared: 从索引 %s 开始清除了所有航点 (现在总共有 %s 个航点)
executed: 从索引 %s 处的航点开始执行飞行计划 (总共 %s 个航点)
saved: 将 %s 个航点的飞行计划保存为 "%s"
loaded: 加载了 %s 个 "%s" 内的飞行计划
not_found: 没有找到该名称的计划
not_supported: 当前版本的Minecraft不支持加载此计划
load_error: 加载此计划时发生错误
empty: 飞行计划为空!
total_waypoints: 总共有 %s 个航点
waypoint_info:
.: '索引 %s: | X: %s | Z: %s | 高度: %s | 速度 %s'
land: '索引 %s: | X: %s | Z: %s | 最低值: %s'
not_set: '-'

alerts.flightassistant:
gpws:
pull_up: PULL UP
sink_rate: SINK RATE
terrain_ahead: TERRAIN AHEAD
too_low_terrain: TOO LOW - TERRAIN
reached_minimums: REACHED MINIMUMS
stall: STALL
unloaded_chunk: UNLOADED CHUNK
elytra_health_low: ELYTRA HEALTH LOW
void_damage_level:
approaching: APPROACHING VOID DAMAGE LEVEL
reached: REACHED VOID DAMAGE LEVEL
autoflight:
autopilot_off: AUTOPILOT OFF
auto_thrust_off: AUTO-THRUST OFF
firework:
no_response: FRWK NO RESPONSE
unsafe: FRWK EXPLOSIVE
fault:
computers:
alert_mgr: ALERT SYS FAULT (ALL ALERTS LOST)
air_data:
'0': AIR DATA FAULT
'1': ' GPWS LOST'
'2': ' STALL WARN LOST'
'3': ' ROLL UNRELIABLE'
'4': ' SPD UNRELIABLE'
'5': ' R/ALT UNRELIABLE'
time_prvd:
'0': TIME SYS FAULT
auto_flt:
'0': AUTO FLT SYS FAULT
'1': ' FLT DIR LOST'
'2': ' A/THR LOST'
'3': ' AP LOST'
frwk_ctl:
'0': AUTO FRWK CTL FAULT (PROT LOST)
'1': ' FRWK CNT UNRELIABLE'
pitch_ctl:
'0': AUTO PITCH CTL FAULT
'1': ' PITCH RECOVERY ASSIST LOST'
'2': ' AUTOPILOT LOST'
flt_plan:
'0': FLT PLAN FAULT
'1': ' A/FLT MANAGED MODES LOST'
'2': ' -A/FLT SELECTED MODES: USE'
gpws:
'0': GPWS FAULT
'1': ' TERR WARNS LOST'
'2': ' MANEUVER WITH CARE'
'3': ' MAN LANDINGS ONLY'
stall_det:
'0': STALL DET LOST
'1': ' STALL WARNS LOST'
'2': ' MANEUVER WITH CARE'
void_level:
'0': VOID LVL SYS FAULT
'1': ' VOID LVL WARNS LOST'
heading_ctl:
'0': AUTO HDG CTL FAULT
'1': ' AUTOPILOT LOST'
flight_prot:
'0': F/CTL ALTN LAW (PROT LOST)
'1': ' MANEUVER WITH CARE'
elytra_state:
'0': ELYTRA SYS FAULT (PROT LOST)
'1': ' MAN ELYTRA OPEN ONLY'
chunk_state:
'0': CHUNK STATE FAULT
'1': ' UNLOADED CHUNK WARN LOST'
pitch_limit:
'0': PITCH LIMIT FAULT
'1': ' STALL PROT LOST'
autopilot:
'0': AUTOPILOT FAULT
flight_phase:
'0': F/PHASE SYS FAULT
'1': ' AUTOPILOT LOST'
roll_ctl:
'0': AUTO ROLL CTL FAULT
'1': ' AUTOPILOT LOST'
dabr_roll:
'0': DABR ROLL CTL FAULT
'1': ' AUTOPILOT LOST'
thrust_ctl:
'0': AUTO THR CTL FAULT
'1': ' AUTOPILOT LOST'
'2': ' MAN THR USE ONLY'
hud:
alert: ALERT DISPLAY FAULT
altitude: ALT DISPLAY FAULT
elytra_health: E/HLTH DISPLAY FAULT
flight_mode: F/MODE DISPLAY FAULT
flight_path: F/PATH DISPLAY FAULT
heading: HDG DISPLAY FAULT
location: LOC DISPLAY FAULT
attitude: ATT DISPLAY FAULT
speed: SPD DISPLAY FAULT
status: STATUS DISPLAY FAULT
flt_dir: FLT DIR FAULT
radar_altitude: R/ALT DISPLAY FAULT
ground_speed: G/SPD DISPLAY FAULT
vertical_speed: V/SPD DISPLAY FAULT

status.flightassistant:
firework_count: 'FRWK CNT: %s'
thrust_setting: 'THR: %s'
waypoint_distance: 'WP/DIST: %s'
waypoint_time: 'WP/TIME: %s:%s'
phase:
on_ground: ON GROUND
takeoff: TAKEOFF
climb: CLIMB
cruise: CRUISE
descent: DESCENT
approach: APPROACH
land: LAND
go_around: GO AROUND

mode.flightassistant:
minimums:
absolute: MINIM %s
relative: MINIM +%s
not_set: NO MINIMS
thrust:
unavailable: NO THR
manual:
.: MAN THR %s
reverse: MAN REV %s
idle: MAN IDLE
toga: MAN TOGA
toga: AUTO TOGA
climb: THR CLB
climb_firework: FRWK CLB
idle: THR IDLE
speed:
selected: SPD %s
managed: P. SPD %s
land: THR LAND
approach: THR APPR
approach_firework: FRWK APPR
set_toga: SET TOGA THR
vert:
glide: OPT GLD
climb:
optimum: OPT CLB
selected: CLB %s
managed: P. CLB %s
descend:
selected: DES %s
managed: P. DES %s
hold:
selected: ALT %s
managed: P. ALT %s
cruise: ALT CRZ %s
go_around: GA ALT
land: LAND %s
lat:
takeoff: TO HDG %s
go_around: GA HDG %s
selected: HDG %s
managed: POS %s %s
approach: APPR %s %s
auto:
flight_directors: FD
auto_thrust: A/THR
autopilot: AP
no_autoland: NO AUTOLAND

short.flightassistant:
north: N
east: E
south: S
west: W
ground_level: G
void_level: V
elytra: E
ground_speed: G/S%s
vertical_speed: V/S%s
altitude: ALT
elytra_health: E/HLTH
infinite: INF
flight_mode: F/MODE
flight_path: F/PATH
heading: HDG
location: LOC
attitude: ATT
speed: SPD
status: STS
radar: R/ALT

0 comments on commit dd7674a

Please sign in to comment.