cosmic-terminal/i18n/zh-CN/cosmic_term.ftl
2024-08-15 07:55:47 -06:00

99 lines
2.1 KiB
Text

cosmic-terminal = COSMIC 终端
new-terminal = 新建终端
# Context Pages
## About
git-description = Git 提交 {$hash} 于 {$date}
## Color schemes
color-schemes = 配色方案
rename = 重命名
export = 导出
delete = 删除
import = 导入
import-errors = 导入错误
## Profiles
profiles = 配置文件
name = 名称
command-line = 命令行
tab-title = 标签标题
tab-title-description = 覆盖默认标签页标题
add-profile = 创建配置文件
new-profile = 新建配置文件
make-default = 设为默认配置
working-directory = 工作目录
hold = 保留
remain-open = 子进程结束后保持打开
## Settings
settings = 设置
### Appearance
appearance = 外观
theme = 主题
match-desktop = 与桌面保持一致
dark = 深色
light = 浅色
syntax-dark = 深色模式
syntax-light = 亮色模式
default-zoom-step = 缩放步长
opacity = 背景不透明度
### Font
font = 字体
advanced-font-settings = 高级字体设置
default-font = 默认字体
default-font-size = 字体大小
default-font-stretch = 字体延伸
default-font-weight = 默认字体字重
default-dim-font-weight = 细体字重
default-bold-font-weight = 粗体字重
use-bright-bold = 强调粗体
### Splits
splits = 终端分割
focus-follow-mouse = 聚焦窗口跟随鼠标
### Advanced
advanced = 高级
show-headerbar = 显示标题栏
show-header-description = 从右键菜单显示标题栏
# Find
find-placeholder = 查找...
find-previous = 上一个
find-next = 下一个
# Menu
## File
file = 文件
new-tab = 新建标签页
new-window = 新建窗口
profile = 配置文件
menu-profiles = 配置文件...
close-tab = 关闭标签页
quit = 退出
## Edit
edit = 编辑
copy = 复制
paste = 粘贴
select-all = 全选
find = 查找
## View
view = 视图
zoom-in = 放大字体
zoom-reset = 默认字体大小
zoom-out = 缩小字体
next-tab = 下一个标签页
previous-tab = 上一个标签页
split-horizontal = 水平分割
split-vertical = 垂直分割
pane-toggle-maximize = 切换最大化
menu-color-schemes = 配色方案...
menu-settings = 设置...
menu-about = 关于 COSMIC 终端...