From a8fceb45faa2b847092c6799919bc98a1b8a30f6 Mon Sep 17 00:00:00 2001 From: blindinlights Date: Sat, 9 Nov 2024 20:25:31 +0800 Subject: [PATCH] i18n(zh_CN):update Chinese translation --- i18n/zh-CN/cosmic_files.ftl | 150 ++++++++++++++++++++++++++---------- 1 file changed, 109 insertions(+), 41 deletions(-) diff --git a/i18n/zh-CN/cosmic_files.ftl b/i18n/zh-CN/cosmic_files.ftl index fedfff3..d7fa331 100644 --- a/i18n/zh-CN/cosmic_files.ftl +++ b/i18n/zh-CN/cosmic_files.ftl @@ -1,29 +1,49 @@ cosmic-files = COSMIC 文件管理器 empty-folder = 空文件夹 -empty-folder-hidden = 空文件夹(包含隐藏文件) +empty-folder-hidden = 空文件夹(包含隐藏项目) +no-results = 未找到结果 filesystem = 文件系统 -home = 家目录 -notification-in-progress = 所指定的操作正在进行中。 +home = 主目录 +networks = 网络 +notification-in-progress = 文件操作正在进行中 trash = 回收站 +recents = 最近访问 undo = 撤销 +today = 今天 + +# Desktop view options +desktop-view-options = 桌面视图选项... +show-on-desktop = 在桌面显示 +desktop-folder-content = 桌面文件夹内容 +mounted-drives = 已挂载驱动器 +trash-folder-icon = 回收站图标 +icon-size-and-spacing = 图标大小与间距 +icon-size = 图标大小 # List view name = 名称 modified = 修改时间 +trashed-on = 删除时间 size = 大小 # Dialogs +## Compress Dialog +create-archive = 创建压缩包 + ## Empty Trash Dialog empty-trash = 清空回收站 empty-trash-warning = 确定要清空回收站中的所有内容吗?(一旦删除无法找回!) +## Mount Error Dialog +mount-error = 无法访问驱动器 + ## New File/Folder Dialog create-new-file = 新建文件 create-new-folder = 新建文件夹 file-name = 文件名称 folder-name = 文件夹名称 -file-already-exists = 已存在同名的文件。 +file-already-exists = 已存在同名文件。 folder-already-exists = 已存在同名文件夹。 name-hidden = 以 “.” 开头的文件将被隐藏。 name-invalid = 名称不可以为 "{$filename}"。 @@ -31,16 +51,22 @@ name-no-slashes = 名称不可以包含 “/”。 ## Open/Save Dialog cancel = 取消 +create = 创建 open = 打开 open-file = 打开文件 open-folder = 打开文件夹 -open-in-new-tab = 再新标签页中打开 +open-in-new-tab = 在新标签页中打开 open-in-new-window = 在新窗口中打开 -open-multiple-files = 开启多个文件 -open-multiple-folders = 开启多个文件就爱 +open-item-location = 打开项目位置 +open-multiple-files = 打开多个文件 +open-multiple-folders = 打开多个文件夹 save = 保存 save-file = 保存文件 +## Open With Dialog +open-with-title = 您想要如何打开"{$name}"? +browse-store = 浏览{$store} + ## Rename Dialog rename-file = 重命名文件 rename-folder = 重命名文件夹 @@ -56,50 +82,75 @@ apply-to-all = 以后使用相同操作。 keep-both = 保留两者 skip = 跳过 +## Set as Executable and Launch Dialog +set-executable-and-launch = 设置为可执行文件并启动 +set-executable-and-launch-description = 您想要将"{$name}"设置为可执行文件并启动它吗? +set-and-launch = 设置并启动 + +## Metadata Dialog +owner = 所有者 +group = 用户组 +other = 其他用户 +read = 读取 +write = 写入 +execute = 执行 + # Context Pages ## About git-description = Git 提交 {$hash} 于 {$date} +## Add Network Drive +add-network-drive = 添加网络驱动器 +connect = 连接 +connect-anonymously = 匿名连接 +connecting = 正在连接... +domain = 域 +enter-server-address = 输入服务器地址 +network-drive-description = + 服务器地址包含协议前缀和地址。 + 示例:ssh://192.168.0.1、ftp://[2001:db8::1] +### Make sure to keep the comma which separates the columns +network-drive-schemes = + 可用协议前缀 + AppleTalk,afp:// + 文件传输协议(FTP),ftp:// 或 ftps:// + 网络文件系统,nfs:// + 服务器消息块,smb:// + SSH文件传输协议,sftp:// 或 ssh:// + WebDav,dav:// 或 davs:// +network-drive-error = 无法访问网络驱动器 +password = 密码 +remember-password = 记住密码 +try-again = 重试 +username = 用户名 + ## Operations edit-history = 编辑历史 -history = 历史 -no-history = 无历史项目 +history = 历史记录 +no-history = 历史记录为空 pending = 待处理 failed = 失败 complete = 完成 +compressing = 正在将{$items}个项目从"{$from}"压缩到"{$to}" +compressed = 已将{$items}个项目从"{$from}"压缩到"{$to}" copy_noun = 复制 -creating = 正在于 {$parent} 创建 {$name} -created = 已在 {$parent} 创建 {$name} -copying = 正在从 {$items} 复制 {$items -> - [one] 个项目 - *[other] 个项目 - } from {$from} to {$to} -copied = 已从 {$items} 复制 {$items -> - [one] 个项目 - *[other] 个项目 - } 到 {$to} -emptying-trash = 正在清空 {trash} -emptied-trash = 已清空 {trash} -moving = 正在从 {$items} 移动 {$items -> - [one] 个项目 - *[other] 个项目 - } 到 {$to} -moved = 已从 {$items} 复制 {$items -> - [one] 个项目 - *[other] 个项目 - } from {$from} to {$to} -renaming = 正重命名 {$from} 为 {$to} -renamed = 已将 {$from} 重命名为 {$to} -restoring = 正在从 {$items} 还原 {$items -> - [one] 个项目 - *[other] 个项目 - } -restored = 已经从 {$items} 还原 {$items -> - [one] 个项目 - *[other] 个项目 - } -undo = 撤销 +creating = 正在"{$parent}"中创建"{$name}" +created = 已在"{$parent}"中创建"{$name}" +copying = 正在将{$items}个项目从"{$from}"复制到"{$to}" +copied = 已将{$items}个项目从"{$from}"复制到"{$to}" +emptying-trash = 正在清空{trash} +emptied-trash = 已清空{trash} +extracting = 正在将{$items}个项目从"{$from}"提取到"{$to}" +extracted = 已将{$items}个项目从"{$from}"提取到"{$to}" +setting-executable-and-launching = 正在将"{$name}"设置为可执行文件并启动 +set-executable-and-launched = 已将"{$name}"设置为可执行文件并启动 +moving = 正在将{$items}个项目从"{$from}"移动到"{$to}" +moved = 已将{$items}个项目从"{$from}"移动到"{$to}" +renaming = 正在将"{$from}"重命名为"{$to}" +renamed = 已将"{$from}"重命名为"{$to}" +restoring = 正在从{trash}还原{$items}个项目 +restored = 已从{trash}还原{$items}个项目 unknown-folder = 未知文件夹 ## Open with @@ -121,6 +172,8 @@ light = 亮色模式 # Context menu add-to-sidebar = 加入侧边栏 +compress = 压缩 +extract-here = 解压到此处 new-file = 新建文件 new-folder = 新建文件夹 open-in-terminal = 在终端模拟器中打开 @@ -130,6 +183,12 @@ remove-from-sidebar = 从侧边栏中移除 sort-by-name = 按名称排序 sort-by-modified = 按修改时间排序 sort-by-size = 按大小排序 +sort-by-trashed = 按删除时间排序 + +## Desktop +change-wallpaper = 更改壁纸... +desktop-appearance = 桌面外观... +display-settings = 显示设置... # Menu @@ -138,7 +197,6 @@ file = 文件 new-tab = 新建标签页 new-window = 新建窗口 rename = 重命名为... -menu-show-details = 显示详情... close-tab = 关闭标签页 quit = 退出 @@ -158,5 +216,15 @@ grid-view = 表格视图 list-view = 列表视图 show-hidden-files = 显示隐藏文件 list-directories-first = 优先列出目录 +gallery-preview = 图库预览 menu-settings = 设置... menu-about = 关于 COSMIC 文件... + +## Sort +sort = 排序 +sort-a-z = A-Z +sort-z-a = Z-A +sort-newest-first = 最新优先 +sort-oldest-first = 最旧优先 +sort-smallest-to-largest = 从小到大 +sort-largest-to-smallest = 从大到小 \ No newline at end of file