diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 5aab92aad1b..b36249739c7 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -183,7 +183,27 @@ OC.L10N.register( "Install the Contacts app" : "安装联系人应用", "Loading your contacts …" : "正在加载您的联系人……", "Looking for {term} …" : "正在查找{term} ……", + "Search starts once you start typing and results may be reached with the arrow keys" : "一旦您开始输入,搜索就会开始,您可以使用方向键切换到结果。", + "Search for {name} only" : "仅搜索 {name}", + "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} 个字符或更多字符以进行搜索"], + "Forgot password?" : "忘记密码?", + "Back to login form" : "回到登录表格", + "Back" : "返回", + "Login form is disabled." : "登录表单被禁用", + "Edit Profile" : "编辑个人资料", + "The headline and about sections will show up here" : "标题和关于部分将显示在此处", + "You have not added any info yet" : "您尚未添加任何信息", + "{user} has not added any info yet" : "{user} 尚未添加任何信息", + "Error opening the user status modal, try hard refreshing the page" : "打开用户状态模块时出错,请努力刷新页面", "Search apps, files, tags, messages" : "搜索应用程序、文件、标签,信息", + "Search {types} …" : "搜索 {类型} …", "Apps and Settings" : "应用程序以及设置", "Date" : "日期", "Today" : "今日", @@ -194,31 +214,12 @@ OC.L10N.register( "Search people" : "搜索人物", "Not found" : "未找到", "People" : "人物", - "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()} 之间", - "Forgot password?" : "忘记密码?", - "Back to login form" : "回到登录表格", - "Back" : "返回", - "Login form is disabled." : "登录表单被禁用", - "Edit Profile" : "编辑个人资料", - "The headline and about sections will show up here" : "标题和关于部分将显示在此处", - "You have not added any info yet" : "您尚未添加任何信息", - "{user} has not added any info yet" : "{user} 尚未添加任何信息", - "Error opening the user status modal, try hard refreshing the page" : "打开用户状态模块时出错,请努力刷新页面", - "Search starts once you start typing and results may be reached with the arrow keys" : "一旦您开始输入,搜索就会开始,您可以使用方向键切换到结果。", - "Search for {name} only" : "仅搜索 {name}", - "Start typing to search" : "开始输入搜索内容", - "Loading 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" : "您的浏览器不受支持!", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "您的浏览器不受支持。请升级至较新或受支持的版本。", "Continue with this unsupported browser" : "继续使用该过时的浏览器", @@ -226,7 +227,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name} 版本 {version} 及更高", "Settings menu" : "设置菜单", "Avatar of {displayName}" : "{displayName} 的头像", - "Search {types} …" : "搜索 {类型} …", "No" : "否", "Yes" : "是", "Choose {file}" : "选择 {file}", |