diff options
Diffstat (limited to 'apps/web/lib/i18n/locales/zh/translation.json')
| -rw-r--r-- | apps/web/lib/i18n/locales/zh/translation.json | 83 |
1 files changed, 80 insertions, 3 deletions
diff --git a/apps/web/lib/i18n/locales/zh/translation.json b/apps/web/lib/i18n/locales/zh/translation.json index 9a9a9e7b..84ac0d7c 100644 --- a/apps/web/lib/i18n/locales/zh/translation.json +++ b/apps/web/lib/i18n/locales/zh/translation.json @@ -36,7 +36,10 @@ "updated_at": "更新于", "title": "标题", "description": "描述", - "summary": "摘要" + "summary": "摘要", + "quota": "配额", + "bookmarks": "书签", + "storage": "存储" }, "layouts": { "masonry": "砌体", @@ -229,6 +232,77 @@ "favourited": "已收藏书签", "archived": "书签已存档" } + }, + "stats": { + "usage_statistics": "使用统计信息", + "insights_description": "深入了解你的书签习惯和收藏", + "failed_to_load": "加载统计信息失败", + "overview": { + "total_bookmarks": "书签总数", + "all_saved_items": "所有已保存项目", + "favorites": "收藏夹", + "starred_bookmarks": "已加星标的书签", + "archived": "已存档", + "archived_items": "已归档的项目", + "tags": "标签", + "unique_tags_created": "已创建唯一标签", + "lists": "列表", + "bookmark_collections": "书签集合", + "highlights": "高亮", + "text_highlights": "文本高亮", + "storage_used": "已用存储", + "total_asset_storage": "总资产存储", + "this_month": "本月", + "bookmarks_added": "已添加书签" + }, + "bookmark_types": { + "title": "书签类型", + "links": "链接", + "text_notes": "文本笔记", + "assets": "资产" + }, + "recent_activity": { + "title": "最近的活动", + "this_week": "本周", + "this_month": "本月", + "this_year": "今年" + }, + "top_domains": { + "title": "热门域名", + "no_domains_found": "未找到域名" + }, + "most_used_tags": { + "title": "最常用的标签", + "no_tags_found": "未找到标签" + }, + "activity_patterns": { + "activity_by_hour": "按小时统计的活动", + "activity_by_day": "每日活动" + }, + "storage_breakdown": { + "title": "存储细分" + } + }, + "subscription": { + "subscription": "订阅", + "manage_subscription": "管理您的订阅和账单信息", + "current_plan": "当前计划", + "billing_period": "结算周期", + "paid_plan": "付费计划", + "unlock_bigger_quota": "解锁更大的配额并支持该项目", + "subscribe_now": "立即订阅", + "manage_billing": "管理账单", + "subscription_canceled": "您的订阅已取消,将于 {{date}} 结束。您可以随时重新订阅。", + "usage_quotas": "使用情况和配额", + "track_usage": "跟踪您当前的使用量与计划限制", + "total_bookmarks_saved": "已保存的书签总数", + "assets_file_storage": "资产和文件存储", + "unlimited_usage": "无限制使用", + "quota_limit_reached": "已达到配额限制", + "approaching_quota_limit": "即将达到配额限制", + "loading_usage": "正在加载使用信息...", + "free": "免费", + "paid": "已付费" } }, "admin": { @@ -275,7 +349,9 @@ "num_bookmarks": "书签数", "asset_sizes": "资产大小", "local_user": "本地用户", - "confirm_password": "确认密码" + "confirm_password": "确认密码", + "delete_user_confirm_description": "你确定要删除用户“{{name}}”吗?", + "unlimited": "无限制" } }, "options": { @@ -451,7 +527,8 @@ "month_s": " {months} 个月", "year_s": " {years} 年", "day_s_ago": " {days} 天前", - "week_s_ago": " {weeks} 周前" + "week_s_ago": " {weeks} 周前", + "history": "最近搜索" }, "dialogs": { "bookmarks": { |
