Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (90 of 90 strings) Translation: Pop OS/COSMIC Edit Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/zh_Hans/
This commit is contained in:
parent
a65271c6bc
commit
efe894afb4
1 changed files with 18 additions and 4 deletions
|
|
@ -5,10 +5,13 @@ todo = 待办事项
|
||||||
|
|
||||||
# Context Pages
|
# Context Pages
|
||||||
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
git-description = Git 提交 {$hash} 于 {$date}
|
|
||||||
|
git-description = Git 提交 { $hash } 于 { $date }
|
||||||
|
|
||||||
## Document statistics
|
## Document statistics
|
||||||
|
|
||||||
document-statistics = 文件统计
|
document-statistics = 文件统计
|
||||||
word-count = 字数
|
word-count = 字数
|
||||||
character-count = 字符数
|
character-count = 字符数
|
||||||
|
|
@ -16,6 +19,7 @@ character-count-no-spaces = 字符数(不含空格)
|
||||||
line-count = 行数
|
line-count = 行数
|
||||||
|
|
||||||
## Git management
|
## Git management
|
||||||
|
|
||||||
git-management = Git 管理
|
git-management = Git 管理
|
||||||
git-management-description = Git 管理是一个用于版本控制操作的开发工具。
|
git-management-description = Git 管理是一个用于版本控制操作的开发工具。
|
||||||
git-management-loading = 正在加载 Git 管理...
|
git-management-loading = 正在加载 Git 管理...
|
||||||
|
|
@ -25,9 +29,11 @@ unstage = 取消暂存
|
||||||
unstaged-changes = 未暂存的更改
|
unstaged-changes = 未暂存的更改
|
||||||
|
|
||||||
## Project search
|
## Project search
|
||||||
|
|
||||||
project-search = 项目搜索
|
project-search = 项目搜索
|
||||||
|
|
||||||
## Prompt save changes
|
## Prompt save changes
|
||||||
|
|
||||||
prompt-save-changes-title = 未保存的更改
|
prompt-save-changes-title = 未保存的更改
|
||||||
prompt-unsaved-changes = 您有未保存的更改。是否保存?
|
prompt-unsaved-changes = 您有未保存的更改。是否保存?
|
||||||
cancel = 取消
|
cancel = 取消
|
||||||
|
|
@ -35,9 +41,11 @@ discard = 放弃更改
|
||||||
save-all = 全部保存
|
save-all = 全部保存
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
|
|
||||||
settings = 设置
|
settings = 设置
|
||||||
|
|
||||||
### Appearance
|
### Appearance
|
||||||
|
|
||||||
appearance = 外观
|
appearance = 外观
|
||||||
theme = 主题
|
theme = 主题
|
||||||
match-desktop = 匹配桌面
|
match-desktop = 匹配桌面
|
||||||
|
|
@ -50,9 +58,9 @@ default-font-size = 默认字体大小
|
||||||
default-zoom-step = 缩放步长
|
default-zoom-step = 缩放步长
|
||||||
|
|
||||||
### Keyboard shortcuts
|
### Keyboard shortcuts
|
||||||
|
|
||||||
keyboard-shortcuts = 键盘快捷键
|
keyboard-shortcuts = 键盘快捷键
|
||||||
enable-vim-bindings = 启用 Vim 绑定
|
enable-vim-bindings = 启用 Vim 绑定
|
||||||
|
|
||||||
# Find
|
# Find
|
||||||
find-placeholder = 查找...
|
find-placeholder = 查找...
|
||||||
find-previous = 查找上一个
|
find-previous = 查找上一个
|
||||||
|
|
@ -66,7 +74,9 @@ wrap-around = 循环查找
|
||||||
|
|
||||||
# Menu
|
# Menu
|
||||||
|
|
||||||
|
|
||||||
## File
|
## File
|
||||||
|
|
||||||
file = 文件
|
file = 文件
|
||||||
new-file = 新建文件
|
new-file = 新建文件
|
||||||
new-window = 新建窗口
|
new-window = 新建窗口
|
||||||
|
|
@ -87,6 +97,7 @@ print = 打印
|
||||||
quit = 退出
|
quit = 退出
|
||||||
|
|
||||||
## Edit
|
## Edit
|
||||||
|
|
||||||
edit = 编辑
|
edit = 编辑
|
||||||
undo = 撤销
|
undo = 撤销
|
||||||
redo = 重做
|
redo = 重做
|
||||||
|
|
@ -99,6 +110,7 @@ find-in-project = 在项目中查找...
|
||||||
spell-check = 拼写检查...
|
spell-check = 拼写检查...
|
||||||
|
|
||||||
## View
|
## View
|
||||||
|
|
||||||
view = 视图
|
view = 视图
|
||||||
zoom-in = 放大
|
zoom-in = 放大
|
||||||
default-size = 默认大小
|
default-size = 默认大小
|
||||||
|
|
@ -106,11 +118,11 @@ zoom-out = 缩小
|
||||||
indentation = 缩进
|
indentation = 缩进
|
||||||
|
|
||||||
### Indentation
|
### Indentation
|
||||||
|
|
||||||
automatic-indentation = 自动缩进
|
automatic-indentation = 自动缩进
|
||||||
tab-width = Tab 宽度:{$tab_width}
|
tab-width = Tab 宽度:{ $tab_width }
|
||||||
convert-indentation-to-spaces = 将缩进转换为空格
|
convert-indentation-to-spaces = 将缩进转换为空格
|
||||||
convert-indentation-to-tabs = 将缩进转换为 Tab
|
convert-indentation-to-tabs = 将缩进转换为 Tab
|
||||||
|
|
||||||
word-wrap = 自动换行
|
word-wrap = 自动换行
|
||||||
show-line-numbers = 显示行号
|
show-line-numbers = 显示行号
|
||||||
highlight-current-line = 高亮当前行
|
highlight-current-line = 高亮当前行
|
||||||
|
|
@ -118,3 +130,5 @@ syntax-highlighting = 语法高亮...
|
||||||
menu-settings = 设置...
|
menu-settings = 设置...
|
||||||
menu-keyboard-shortcuts = 键盘快捷键...
|
menu-keyboard-shortcuts = 键盘快捷键...
|
||||||
menu-about = 关于 COSMIC 文本编辑器...
|
menu-about = 关于 COSMIC 文本编辑器...
|
||||||
|
repository = 仓库
|
||||||
|
support = 支持
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue