diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index e7f744c25..94a1dc4ff 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Personal activity feed for %s" : "%s 的个人活动订阅源", "Your feed URL is invalid" : "您的订阅源地址无效", + "Activity feed for %1$s" : "%1$s 的动态", "Activity feed" : "活动订阅源", "Your settings have been updated." : "您的设置已更新。", "Settings have been updated." : "设置已更新。", @@ -40,13 +41,21 @@ OC.L10N.register( "Open {filename}" : "打开 {filename}", "in {path}" : "在 {path}", "Home" : "主页", + "Your activities" : "你的动态", + "Loading activities" : "正在加载动态", "This stream will show events like additions, changes & shares" : "流中会显示诸如添加、更改和共享之类的事件", "No activity yet" : "暂无动态", + "Loading more activities" : "正在加载更多动态", + "No more activities." : "暂无更多动态。", + "Could not load activites" : "无法加载动态", "Activity settings" : "动态设置", "Enable RSS feed" : "启用 RSS 订阅源", "RSS feed" : "RSS 订阅源", "Copy RSS feed link" : "复制 RSS 订阅链接", "Personal notification settings" : "个人通知设置", + "Could not enable RSS link" : "无法激活 RSS 链接", + "RSS link copied to clipboard" : "RSS 链接已拷贝至剪贴板", + "Could not copy the RSS link, please copy manually:" : "无法复制 RSS 链接,请手动进行该操作:", "Unable to load the activity list" : "无法加载活动列表", "Notification" : "通知", "Enable notification emails" : "启用邮件通知", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 07887b1a2..a2af2bdd0 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -1,6 +1,7 @@ { "translations": { "Personal activity feed for %s" : "%s 的个人活动订阅源", "Your feed URL is invalid" : "您的订阅源地址无效", + "Activity feed for %1$s" : "%1$s 的动态", "Activity feed" : "活动订阅源", "Your settings have been updated." : "您的设置已更新。", "Settings have been updated." : "设置已更新。", @@ -38,13 +39,21 @@ "Open {filename}" : "打开 {filename}", "in {path}" : "在 {path}", "Home" : "主页", + "Your activities" : "你的动态", + "Loading activities" : "正在加载动态", "This stream will show events like additions, changes & shares" : "流中会显示诸如添加、更改和共享之类的事件", "No activity yet" : "暂无动态", + "Loading more activities" : "正在加载更多动态", + "No more activities." : "暂无更多动态。", + "Could not load activites" : "无法加载动态", "Activity settings" : "动态设置", "Enable RSS feed" : "启用 RSS 订阅源", "RSS feed" : "RSS 订阅源", "Copy RSS feed link" : "复制 RSS 订阅链接", "Personal notification settings" : "个人通知设置", + "Could not enable RSS link" : "无法激活 RSS 链接", + "RSS link copied to clipboard" : "RSS 链接已拷贝至剪贴板", + "Could not copy the RSS link, please copy manually:" : "无法复制 RSS 链接,请手动进行该操作:", "Unable to load the activity list" : "无法加载活动列表", "Notification" : "通知", "Enable notification emails" : "启用邮件通知",