Skip to content

Commit cbc6bf3

Browse files
weblatebreakheart
andcommitted
feat(i18n-zh-CN): Update Chinese (Simplified Han script) translations
Translated using Weblate Currently translated at 78.4% (746 of 951 strings) Translation: fluidd/fluidd Translate-URL: https://hosted.weblate.org/projects/fluidd/fluidd/zh_Hans/ Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: wonderfly <[email protected]> Signed-off-by: wonderfly <[email protected]>
1 parent b6b5f43 commit cbc6bf3

File tree

1 file changed

+65
-2
lines changed

1 file changed

+65
-2
lines changed

src/locales/zh-CN.yaml

Lines changed: 65 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ app:
1919
delete: 删除配置
2020
load: 加载配置
2121
save: 将校准的配置文件应用于 printer.cfg
22+
download_image: 下载热床网格图片
2223
chart:
2324
label:
2425
current: 当前值
@@ -27,6 +28,7 @@ app:
2728
target: 目标值
2829
rate_of_change: 变化值
2930
target_temperature: 目标温度
31+
turn_off: 关闭
3032
tooltip:
3133
help: 按住 <kbd>Shift</kbd> 键可缩放图表。<br />单击一个项目名称或功率可在图表中切换显示。
3234
console:
@@ -55,6 +57,8 @@ app:
5557
triggered: 已触发
5658
msg:
5759
subtitle: 使用“刷新”按钮更新限位开关状态。
60+
label:
61+
endstop: '%{name}限位'
5862
file_system:
5963
filters:
6064
label:
@@ -74,11 +78,13 @@ app:
7478
transfer_rate: 传输速率
7579
uploaded: 上传完成
7680
view_section_documentation: '%{section} 查看文档'
81+
sd_card_info: SD卡信息
7782
msg:
7883
not_found: 文件未找到
7984
processing: 处理中...
8085
overlay:
8186
drag_files_enqueue: 将文件拖到<strong>此处</strong>进行入队
87+
drag_files_folders_upload: 把文件和文件夹<strong>拖拽</strong>到此处上传
8288
title:
8389
add_dir: 新建目录
8490
add_file: 新建文件
@@ -90,6 +96,7 @@ app:
9096
rename_dir: 重命名目录
9197
rename_file: 重命名文件
9298
upload_file: 上传文件
99+
devices: 设备列表
93100
tooltip:
94101
low_on_space: 磁盘空间不足
95102
root_disabled: '{root} G代码文件目录不可用,请首先连接打印机或者检查G代码存放目录的路径与读权限。'
@@ -198,6 +205,7 @@ app:
198205
reset_stats: 重置统计信息
199206
retry: 重试
200207
refresh_metadata: 刷新元数据
208+
power_on_printer: 打开打印机电源
201209
error:
202210
app_setup_link: '如需查看 Fluidd 详细配置规则,请点击<a target="_blank" href="%{url}">此处</a>。'
203211
app_warnings_found: '%{appName} 出现警告'
@@ -248,7 +256,7 @@ app:
248256
manage_accounts: 账户管理
249257
user_managed_source: 由 %{source} 身份验证管理的用户
250258
m117: M117
251-
moonraker: ''
259+
moonraker: 'Moonraker'
252260
name: 名称
253261
new_password: 新密码
254262
no_notifications: 暂无通知
@@ -309,6 +317,9 @@ app:
309317
compact: 紧凑
310318
stepper_driver: '%{name} 驱动'
311319
device: 设备
320+
length_in_kilometers: 长度使用千米
321+
time_in_days: 时间使用天
322+
unknown: 未知
312323
msg:
313324
password_changed: 密码已更改
314325
wrong_password: 密码错误
@@ -353,6 +364,11 @@ app:
353364
confirm_remove_user: 确定要移除用户 %{username} 吗?
354365
confirm_remove_printer: 确定移除打印机 %{name}?
355366
confirm_emergency_stop: 确定要紧急停止打印机吗?
367+
confirm_clear_mesh: 打印机当前正忙。您确定要清除热床网格吗?
368+
confirm_remove_thermal_preset: 确定要移除温度预设%{name}吗?
369+
confirm_remove_console_filter: 确定要移除控制台过滤器%{name}吗?
370+
confirm_load_bedmesh_profile: 打印机当前正忙。您确定要加载配置%{name}吗?
371+
confirm_remove_macro_category: 确定要移除宏分类%{name}吗?
356372
table:
357373
header:
358374
actions: 展开
@@ -363,7 +379,7 @@ app:
363379
filament_name: 耗材名称
364380
filament_type: 耗材类型
365381
filament_used: 实际使用耗材
366-
filament_weight_total: 耗材重量
382+
filament_weight_total: 耗材总重量
367383
first_layer_bed_temp: 起始层热床温度
368384
first_layer_extr_temp: 起始层挤出温度
369385
first_layer_height: 起始层高
@@ -382,6 +398,11 @@ app:
382398
start_time: 开始时间
383399
status: 状态
384400
total_duration: 总耗时
401+
filament_change_count: 换料次数
402+
filament_temps: 挤出温度
403+
filament_colors: 耗材颜色
404+
user: 用户
405+
filament_weights: 耗材重量
385406
title:
386407
add_chart: 添加图表
387408
add_printer: 添加打印机
@@ -417,6 +438,8 @@ app:
417438
timelapse: 延时
418439
tool: 移动控制
419440
tune: 调整
441+
login: 登录
442+
macro_category_settings: 宏类别设置
420443
tooltip:
421444
browse_metrics: 浏览可用指标
422445
estop: 紧急停止
@@ -428,6 +451,7 @@ app:
428451
run_collector: 运行收集器
429452
rollover_logs: 滚动日志
430453
power_on_printer: 打开打印机电源
454+
exit_layout: 退出布局修改模式
431455
history:
432456
msg:
433457
confirm: 这将清除所有历史记录和打印机统计数据!是否确认?
@@ -456,6 +480,8 @@ app:
456480
printer_status: 打印机状态
457481
msg:
458482
possible_print_failure: 这可能导致打印失败
483+
url:
484+
stepper_driver_overheating: '%{klipperDomain}/TMC_Drivers.html#tmc-reports-error-ot1overtemperror'
459485
setting:
460486
btn:
461487
add_camera: 添加摄像头
@@ -474,6 +500,9 @@ app:
474500
hlsstream: HLS流
475501
video: IP 摄像头
476502
iframe: HTTP 页面
503+
webrtc_mediamtx: WebRTC (MediaMTX)
504+
webrtc_camera_streamer: WebRTC (camera-streamer)
505+
webrtc_go2rtc: WebRTC (go2rtc)
477506
camera_rotate_options:
478507
'90': 90度
479508
'180': 180度
@@ -586,6 +615,9 @@ app:
586615
print_progress_calculation: 打印进度计算
587616
fluidd_settings_in_moonraker_db: Moonraker数据库中的Fluidd设置
588617
keyboard_shortcuts: 键盘快捷键
618+
hide_single_part_bounding_box: 打印单个部件时隐藏部件边界框
619+
klipper_save_and_restart_action: Klipper保存、重启操作
620+
draw_origin: 显示原点
589621
timer_options:
590622
duration: 仅显示已用时间
591623
filament: 通过耗材用量估算
@@ -774,9 +806,34 @@ app:
774806
diameter: 直径
775807
extruder_temp: 挤出头温度
776808
price: 价格
809+
initial_length: 初始长度
810+
initial_weight: 初始重量
811+
remaining: 剩余
812+
remaining_length: 剩余长度
813+
used_length: 已用长度
814+
used: 已使用
815+
colors: 颜色
816+
id: ID
817+
change_spool: 更换耗材
818+
bed_temp: 热床温度
819+
density: 密度
820+
used_weight: 已用重量
777821
msg:
778822
not_connected: Spoolman服务不可用
779823
no_required_length: 打印所选文件所需的耗材量未知。是否继续?
824+
no_spool: 你还没有选择料盘,确定要继续打印吗?
825+
warning:
826+
invalid_spool_id: 二维码中的料盘ID无效。
827+
code_not_recognized: 这个二维码不像是兼容的二维码。
828+
error:
829+
spool_not_existant: 数据库中不存在扫描出的料盘。
830+
no_image_data: 访问摄像头失败。请检查摄像头配置或者尝试其他摄像头。
831+
cors: 访问摄像头视频流时出错,请确保您的网络摄像头服务器允许 CORS 访问。
832+
info:
833+
howto: 请将料盘的二维码对准摄像头。检测到料盘后,此窗口将自动关闭。
834+
mismatched_filament: 当前选择的耗材材质与切片软件中设置的材质不匹配,确定要继续吗?
835+
no_filament: 你选择的料盘可能没有足够的剩余耗材来完成打印任务,你确定要继续吗?
836+
tracking_inactive: 耗材追踪功能未启用。请先选择料盘以开始使用。
780837
title:
781838
spoolman: Spoolman
782839
scan_spool: 扫描Spool二维码
@@ -786,6 +843,9 @@ app:
786843
auto_open_qr_camera: 自动打开摄像头检测二维码
787844
warn_on_not_enough_filament: 当选定料盘剩余耗材不足时显示警告
788845
warn_on_filament_type_mismatch: 当料盘的耗材材料类型与切片不同时显示警告
846+
card_fields: 显示在Spoolman卡片中的字段
847+
show_spool_selection_dialog_on_print_start: 在打印开始时显示料盘选择弹窗
848+
auto_select_spool_on_match: 自动使用二维码匹配的料盘
789849
btn:
790850
manage_spools: 管理Spools
791851
scan_code: 扫描二维码
@@ -804,3 +864,6 @@ app:
804864
pause: 暂停
805865
title:
806866
keyboard_shortcuts: 键盘快捷键
867+
mmu:
868+
tooltip:
869+
spoolid: 料盘ID

0 commit comments

Comments
 (0)