diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-03 02:26:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-03 02:26:33 +0000 |
commit | bc94fab8eea4eb76ea98a34076510c2054b9d741 (patch) | |
tree | 3fc935bc0d2d86e4d4ede3710623e5c46c5ee232 /core/l10n/zh_CN.js | |
parent | c76be650142a93291c8e5f197958995e35793142 (diff) | |
download | nextcloud-server-bc94fab8eea4eb76ea98a34076510c2054b9d741.tar.gz nextcloud-server-bc94fab8eea4eb76ea98a34076510c2054b9d741.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, 2 insertions, 2 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index d4ff1ba613a..795c6bd1e73 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -191,12 +191,12 @@ OC.L10N.register( "Reset search" : "重置搜索", "Start search" : "开始搜索", "Search for {name} only" : "仅搜索 {name}", - "No results for {query}" : "没有 '{query}' 的相关结果", - "Press enter to start searching" : "按 Enter 开始搜索", "Start typing to search" : "开始输入搜索内容", "Loading more results …" : "加载更多结果...", "Load more results" : "加载更多结果", "Search" : "搜索", + "No results for {query}" : "没有 '{query}' 的相关结果", + "Press enter to start searching" : "按 Enter 开始搜索", "An error occurred while searching for {type}" : "搜索 {type} 时出错", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["请输入 {minSearchLength} 个字符或更多字符以进行搜索"], "This browser is not supported" : "您的浏览器不受支持!", |