From 78572a502de3831fcf27124dcdf80ff8b99bf38a Mon Sep 17 00:00:00 2001 From: dureduck <42967019+chenyenru@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:48:43 +0800 Subject: [PATCH] update zh translation (#1387) * update zh translation added missing keys to builds.json, calendar.json, and common.json * Update calendar.json --- public/locales/zh/builds.json | 11 ++++++++++- public/locales/zh/calendar.json | 9 ++++++++- public/locales/zh/common.json | 6 +++++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/public/locales/zh/builds.json b/public/locales/zh/builds.json index e839f8ba2..571ef789c 100644 --- a/public/locales/zh/builds.json +++ b/public/locales/zh/builds.json @@ -20,7 +20,16 @@ "stats.percentage.title": "主技能出现率", "stats.all": "全部", + "addFilter": "增加筛选项目", "linkButton.abilityStats": "技能数据", "linkButton.popularBuilds": "热门配装", - "noPopularBuilds": "目前尚无该武器的热门配装。" + "noPopularBuilds": "目前尚无该武器的热门配装。", + + "emptyAbilitySlot": "空能力槽", + + "filters.title": "筛选 {{number}}", + "filters.has": "包含", + "filters.does.not.have": "不包含", + "filters.atLeast": "至少", + "filters.atMost": "最多" } diff --git a/public/locales/zh/calendar.json b/public/locales/zh/calendar.json index ea4c07115..d6a673699 100644 --- a/public/locales/zh/calendar.json +++ b/public/locales/zh/calendar.json @@ -12,6 +12,12 @@ "members": "成员", "results": "结果", "createMapList": "创建地图列表", + "from": "由{{author}}创建", + "pastEvents.dividerText": "Past events", + "count.teams_one": "{{count}} 隊", + "count.players_one": "{{count}} 名玩家", + "count.teams_other": "{{count}} 隊", + "count.players_other": "{{count}} 名玩家", "forms.dates": "日期", "forms.bracketUrl": "对战表链接", @@ -62,5 +68,6 @@ "tag.desc.S1": "本次比赛为斯普拉遁1的比赛。", "tag.desc.S2": "本次比赛为斯普拉遁2的比赛。", "tag.desc.SR": "鲑鱼跑活动。", - "tag.desc.CARDS": "占地斗士活动。" + "tag.desc.CARDS": "占地斗士活动。", + "tag.desc.FULL_TOURNAMENT": "本次比赛由sendou.ink举办" } diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index f52452b9d..3ea25440a 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -73,6 +73,7 @@ "maps.template.preset.ALL": "全部模式", "maps.template.preset.onlyMode": "仅限 {{modeName}}", "maps.validation.PICKING": "给每个模式选择一张地图", + "maps.validation.STAGE_REPEAT_IN_SAME_MODE": "无法在相同的模式下选择重复的地图", "maps.validation.NOT_ONE_MAP_PER_MODE": "每个模式只能选择一张地图", "maps.validation.MAP_REPEATED": "每张地图只能选择一次", "maps.validation.MODE_REPEATED": "每个模式只能选择一次", @@ -108,6 +109,7 @@ "tag.name.S2": "斯普拉遁2", "tag.name.SR": "鲑鱼跑", "tag.name.CARDS": "占地斗士", + "tag.name.FULL_TOURNAMENT": "由sendou.ink举办", "weapon.category.SHOOTERS": "射击枪", "weapon.category.BLASTERS": "爆破枪", @@ -178,5 +180,7 @@ "xsearch.placements": "排位", "xsearch.aliases": "别名:", - "build.private": "私人" + "build.private": "私人", + + "or": "或" }