diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:50 +0000 |
commit | fe35710f1b73461cb2fc96b7ab1aefba70c6f5c1 (patch) | |
tree | 87379d08b8d1e55d09abab5bdd6075d04163c6fc /core/l10n/zh_CN.js | |
parent | ebf289c4304f04868cf365a339c34836cbc83b68 (diff) | |
download | nextcloud-server-fe35710f1b73461cb2fc96b7ab1aefba70c6f5c1.tar.gz nextcloud-server-fe35710f1b73461cb2fc96b7ab1aefba70c6f5c1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 879fb5a68e1..62a87991733 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -189,7 +189,7 @@ OC.L10N.register( "Global search" : "全局搜索", "Search apps, files, tags, messages" : "搜索应用程序、文件、标签,信息", "Apps and Settings" : "应用程序以及设置", - "Modified" : "已修改", + "Date" : "日期", "Today" : "今日", "Last 7 days" : "过去 7 天", "Last 30 days" : "过去 30 天", @@ -201,6 +201,7 @@ OC.L10N.register( "Load more results" : "加载更多结果", "Search in" : "搜索", "Filter in current view" : "在当前视图中筛选", + "Searching …" : "正在搜索 ...", "Start typing in search" : "开始输入搜索内容", "No matching results" : "无匹配结果", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "介于 ${this.dateFilter.startFrom.toLocaleDateString()} 到 ${this.dateFilter.endAt.toLocaleDateString()} 之间", @@ -434,6 +435,7 @@ OC.L10N.register( "No more subfolders in here" : "没有更多的子文件夹", "Name" : "名称", "Size" : "大小", + "Modified" : "已修改", "\"{name}\" is an invalid file name." : "“{name}”是一个无效的文件名。", "File name cannot be empty." : "文件名不能为空。", "\"/\" is not allowed inside a file name." : "文件名不能包含“/”。", |