diff --git a/web/src/lib/i18n/locales/zh.json b/web/src/lib/i18n/locales/zh.json index 13172a05..09f57e81 100644 --- a/web/src/lib/i18n/locales/zh.json +++ b/web/src/lib/i18n/locales/zh.json @@ -1,10 +1,10 @@ { - "Biking": "", - "Canoeing": "", - "Climbing": "", - "Hiking": "", - "Skiing": "", - "Walking": "", + "Biking": "Biking", + "Canoeing": "Canoeing", + "Climbing": "Climbing", + "Hiking": "Hiking", + "Skiing": "Skiing", + "Walking": "Walking", "about": "关于", "account-delete-confirm": "您现在要删除当前账户,所有的路线都会删除无法恢复,确认继续操作吗?", "add-entry": "添加日程", @@ -17,7 +17,7 @@ "api-documentation": "API 文档", "avatar": "头像", "basic-info": "基本信息", - "can": "", + "can": "can", "cancel": "取消", "card": "{n, plural, =1 {卡片} other {卡片}}", "categories": "分类", @@ -25,15 +25,15 @@ "change": "更换", "changelog": "变更日志", "chinese": "华人", - "close": "", + "close": "Close", "comment": "{n, plural, =1 {评论} other {评论}}", "completed": "已完成", "completion-status": "完成状态", "contribute": "贡献", - "copy-link": "", + "copy-link": "Copy Link", "create-new-list": "创建新列表", "creation-date": "创建日期", - "cycling": "", + "cycling": "Cycling", "danger-zone": "危险区域", "date": "日期", "default-location": "默认地点", @@ -49,8 +49,8 @@ "display-as": "显示方式", "distance": "距离", "documentation": "文档", - "draw-a-route": "", - "driving": "", + "draw-a-route": "Draw a route", + "driving": "Driving", "dutch": "荷兰语", "easy": "简单", "edit": "编辑", @@ -63,34 +63,34 @@ "entry": "日程", "error-creating-user": "创建用户错误", "error-during-login": "登录错误", - "error-exporting-trail": "", - "error-printing-map": "", + "error-exporting-trail": "Error exporting trail", + "error-printing-map": "Error printing map", "error-reading-file": "读取文件错误", "est-duration": "预计时长", "explore": "探索", "explore-some-trails": "探索行程", - "export": "", + "export": "Export", "features": "特性", - "file-format": "", + "file-format": "File format", "french": "法语", "german": "德语", - "grid": "", + "grid": "Grid", "hero_section_0_text": "探索激动人心的探险,收藏最爱行程,,体验美丽地大自然。找到你的下一次冒险!", "hero_section_1_heading": "这儿似乎还没有行程。", "hero_section_1_text": "以下有你可能喜欢的线路,或者立刻浏览全部列表。", "hero_section_1_text_alternative": "即刻开始规划您最新的冒险。", "hero_section_2_text": "你知道吗?这里不仅仅可以收藏你的登山路线,还能为您的所有冒险放到相应的类别里面。", - "hiking": "", + "hiking": "Hiking", "hungarian": "匈牙利语", "icon": "图标", "imperial": "英制", - "include-description": "", + "include-description": "Include description", "invalid-date": "无效日期", "invalid-username": "无效用户名", "language": "语言", "latitude": "维度", "license": "开源协议", - "link-copied": "", + "link-copied": "Link copied!", "list": "{n, plural, =1 {列表} other {列表}}", "location": "地点", "login": "登录", @@ -102,12 +102,12 @@ "metric": "公制", "moderate": "中等", "must-be-at-least-n-characters-long": "长度至少 {n} 字符", - "n-days-ago": "", - "n-hours-ago": "", - "n-minutes-ago": "", - "n-months-ago": "", - "n-seconds-ago": "", - "n-years-ago": "", + "n-days-ago": "{n} days ago", + "n-hours-ago": "{n} hours ago", + "n-minutes-ago": "{n} minutes ago", + "n-months-ago": "{n} months ago", + "n-seconds-ago": "{n} seconds ago", + "n-years-ago": "{n} years ago", "name": "名称", "near": "附近", "new-list": "新列表", @@ -118,14 +118,14 @@ "not-a-valid-email-address": "无效电子邮箱地址", "not-completed": "未完成", "or": "或", - "orientation": "", - "paper-size": "", + "orientation": "Orientation", + "paper-size": "Paper size", "password": "密码", "photos": "图片", "pick-a-trail": "选择一个路线", "polish": "波兰语", "portuguese": "葡萄牙语", - "print": "", + "print": "Print", "profile": "个人资料", "public": "公开", "radius": "半径", @@ -140,27 +140,27 @@ "search-trails": "搜索路线", "select-list": "选择列表", "settings": "设置", - "share": "", - "share-this-trail": "", - "shared-by": "", - "shared-with": "", + "share": "Share", + "share-this-trail": "Share this trail", + "shared-by": "Shared by", + "shared-with": "Shared with", "show-in-overview": "详情中展示", "show-on-map": "地图中展示", "slogan": "保存你的冒险!", "sort": "排序", - "stop-drawing": "", + "stop-drawing": "Stop drawing", "summit-book": "详细日程", "text": "文本", "trail": "{n, plural, =1 {路线} other {路线}}", - "trail-not-shared": "", + "trail-not-shared": "Not shared with anyone", "trails-for-you": "推荐路线", "units": "单位", "upload-file": "上传文件", "upload-gpx": "上传 GPX", "username": "用户名", - "view": "", - "waypoints": "坐标", + "view": "View", + "waypoints": "{n, plural, =1 {Waypoint} other {Waypoints}}", "welcome_to": "欢迎", "wrong-username-or-password": "用户名或密码无效", - "you-can": "" -} \ No newline at end of file + "you-can": "You can" +}