i18n(zh_CN): add Chinese translation
This commit is contained in:
parent
21737d380e
commit
b6a07c834e
1 changed files with 99 additions and 0 deletions
99
i18n/zh-CN/cosmic_term.ftl
Normal file
99
i18n/zh-CN/cosmic_term.ftl
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
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 终端...
|
||||
Loading…
Add table
Add a link
Reference in a new issue