diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-12-06 02:16:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-12-06 02:16:59 +0000 |
commit | da84b36186f05c5042e109328fa5095d26fd9a74 (patch) | |
tree | 4b8d201c0e54d345e24c947f24b984112d6dc6f2 /apps/files/l10n/zh_CN.js | |
parent | 4bf5a23ec04539654b82170d9a4e6dabd21efa56 (diff) | |
download | nextcloud-server-da84b36186f05c5042e109328fa5095d26fd9a74.tar.gz nextcloud-server-da84b36186f05c5042e109328fa5095d26fd9a74.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index cf2edfe71bd..c6d19e906a4 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -136,7 +136,26 @@ OC.L10N.register( "A file or folder has been <strong>restored</strong>" : "文件/文件夹已恢复", "Unlimited" : "无限制", "Upload (max. %s)" : "上传 (最大 %s)", + "Accept" : "接受", + "Decline" : "拒绝", + "Incoming file transfer from {user}" : "来自 {user} 的传入文件传输", + "Do you want to accept {path}?" : "您要接受 {path} 吗?", + "File transfer failed" : "文件传输失败", + "Your transfer of {path} to {user} failed." : "您将 {path} 转移到 {user} 的操作失败。", + "The transfer of {path} from {user} failed." : "从 {user} 传输 {path} 失败。", + "File transfer done" : "文件传输完成", + "Your transfer of {path} to {user} has completed." : "您将 {path} 转移到 {user} 的过程已经完成。", + "The transfer of {path} from {user} has completed." : "从 {user} 到 {path} 的传输已完成。", "File Management" : "文件管理", + "Transfer ownership" : "所有权转让", + "Here you can select a directory that is transferred to another user. It may take some time until the process is done." : "在这里,您可以选择一个目录转移到另一个用户。 该过程可能需要一些时间才能完成。", + "Directory to move" : "目录移动", + "No directory selected" : "未选择目录", + "Target user" : "目标用户", + "Submit" : "提交", + "Select directory to transfer" : "选择要转移的目录", + "Invalid path selected" : "选择的路径无效", + "Ownership transfer request sent" : "所有权转让请求已发送", "Error while loading the file data" : "加载文件数据时出错", "Unable to change the favourite state of the file" : "无法更改文件的收藏状态", "%s used" : "%s 已使用", |