diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-16 00:28:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-16 00:28:37 +0000 |
commit | 830b2c5c282b178d094489801203f947bfc5391b (patch) | |
tree | 0f529d99978e3bceeea09aa5c2ad5e8439655498 /apps/files/l10n/zh_CN.js | |
parent | c41d89b7238361e7f24bf1bb06916285b41cfd7c (diff) | |
download | nextcloud-server-830b2c5c282b178d094489801203f947bfc5391b.tar.gz nextcloud-server-830b2c5c282b178d094489801203f947bfc5391b.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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index e04c25fa8c6..737c88b59fd 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -189,13 +189,10 @@ OC.L10N.register( "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名称「{newName}」在这个文件夹「{dir}」已经被使用。请选择其他名称。", "Could not rename \"{oldName}\"" : "无法重命名“{fileName}”", "Total rows summary" : "总行摘要", - "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", - "\"{displayName}\" batch action executed successfully" : "批量操作“{displayName}”运行成功", - "ascending" : "升序", - "descending" : "降序", - "Sort list by {column} ({direction})" : "按 {column} ({direction}) 排序列表", "Select all" : "全部选择", "Unselect all" : "取消全选", + "\"{displayName}\" failed on some elements " : "“{displayName}”在某些元素上失败", + "\"{displayName}\" batch action executed successfully" : "批量操作“{displayName}”运行成功", "List of files and folders." : "文件与文件夹列表。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出于性能考虑,此列表未完全呈现。文件将在您浏览列表时呈现。", "File not found" : "文件未找到", @@ -288,6 +285,9 @@ OC.L10N.register( "This file has the tag {tag}" : "这个文件有 {tag} 标签", "This file has the tags {firstTags} and {lastTag}" : "这个文件有 {firstTags} 和 {lastTag} 标签", "Open folder {name}" : "打开文件夹 {name}", + "ascending" : "升序", + "descending" : "降序", + "Sort list by {column} ({direction})" : "按 {column} ({direction}) 排序列表", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "因为性能原因,该列表没有完全加载。这些文件将会在您浏览列表的时候加载。", "Search for an account" : "搜索一个账户", "Choose" : "选择", |