diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-30 02:20:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-30 02:20:34 +0000 |
commit | fcbe4c5be5289597c0336b1533ba6710c2c0386c (patch) | |
tree | 6a99734120d2e9511a4f0096094dd98dce2fe0bb /apps/files/l10n/zh_CN.js | |
parent | 98c8cd508944c054d08c6acde5e2d64867d84fb9 (diff) | |
download | nextcloud-server-fcbe4c5be5289597c0336b1533ba6710c2c0386c.tar.gz nextcloud-server-fcbe4c5be5289597c0336b1533ba6710c2c0386c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 3382fe44219..d660915ed9b 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -166,6 +166,16 @@ OC.L10N.register( "Tags" : "标签", "Unable to change the favourite state of the file" : "无法更改文件的收藏状态", "Error while loading the file data" : "加载文件数据时出错", + "Pick a template for {name}" : "为 {name} 挑选一个模板", + "Cancel" : "取消", + "Create" : "创建", + "Create a new file with the selected template" : "用所选模板创建一个新文件", + "Creating file" : "正在创建文件", + "Blank" : "空白", + "Unable to create new file from template" : "无法从模板创建新文件", + "Set up templates folder" : "设置模板文件夹", + "Templates" : "模板", + "Unable to initialize the templates directory" : "无法初始化模板目录", "%s used" : "已使用了 %s", "%s%% of %s used" : "%s 已使用了 %s 中的 %%", "%1$s of %2$s used" : "已使用了 %2$s 中的 %1$s", |