diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:21 +0000 |
commit | ff9c3b0ee2140e7b2d0866acd7a86339c26670bb (patch) | |
tree | e2578c758d2ca9b0ad4015265b2df653d989c251 /apps/files/l10n/zh_CN.js | |
parent | be98ea3e63d1a70615f251abfabe281c7788986d (diff) | |
download | nextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.tar.gz nextcloud-server-ff9c3b0ee2140e7b2d0866acd7a86339c26670bb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 8ab4a85c924..5407f74c57a 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -247,7 +247,6 @@ OC.L10N.register( "This file/folder is already in that directory" : "该文件/文件夹已经存在与该目录中", "You cannot move a file/folder onto itself or into a subfolder of itself" : "你无法将文件/文件夹移动至其自身或子文件夹中", "A file or folder with that name already exists in this folder" : "相同的文件/文件夹已存在于该文件夹中", - "The files is locked" : "文件已锁定", "The file does not exist anymore" : "文件不存在", "Copy to {target}" : "复制到 {target}", "Move to {target}" : "移动到 {target}", @@ -309,6 +308,7 @@ OC.L10N.register( "Search for an account" : "搜索一个账户", "Choose" : "选择", "No files or folders have been deleted yet" : "尚未删除任何文件或文件夹", - "Add" : "添加" + "Add" : "添加", + "The files is locked" : "文件已锁定" }, "nplurals=1; plural=0;"); |