diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-21 00:17:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-21 00:17:17 +0000 |
commit | a36cd9361737ca9c547a6a923afe7324b7440f63 (patch) | |
tree | f53b9ac8ec62137a45a8bddcc6bcff93caa7ee87 /apps/files/l10n/zh_CN.js | |
parent | 702515d038ed250cc0203c2642d68461493c4bab (diff) | |
download | nextcloud-server-a36cd9361737ca9c547a6a923afe7324b7440f63.tar.gz nextcloud-server-a36cd9361737ca9c547a6a923afe7324b7440f63.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 09ff25ab9af..6a1a301b54b 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -58,7 +58,7 @@ OC.L10N.register( "Could not copy \"{file}\"" : "无法复制 \"{file}\"", "Copied {origin} inside {destination}" : "在 {destination} 内复制 {origin}", "Copied {origin} and {nbfiles} other files inside {destination}" : "在 {destination} 内复制了 {origin} 和 {nbfiles} 个其他文件", - "Failed to redirect to client" : "无法重定向到客户端", + "Failed to redirect to client" : "重定向到客户端失败", "{newName} already exists" : "{newName} 已经存在", "Could not rename \"{fileName}\", it does not exist any more" : "无法重命名 \"{fileName}\",此文件已经不存在", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "文件夹 \"{dir}\" 中已经存在 \"{targetName}\"。请尝试其他的名称。", |