From 84dd2c6a9befdbd355ea41d6bf847480ab284953 Mon Sep 17 00:00:00 2001 From: sakusenerio <96058441+sakusenerio@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:19:13 +0800 Subject: [PATCH] Update cn.json --- languages/cn.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/languages/cn.json b/languages/cn.json index 8a2e744..f28a38c 100644 --- a/languages/cn.json +++ b/languages/cn.json @@ -1,15 +1,15 @@ { "tokenActionHud": { "pf2e": { - "attributes": "Attributes", - "rests": "Rests", - "takeBreather": "Take a Breather", + "attributes": "属性", + "rests": "休息", + "takeBreather": "小憩一刻", "settings": { "calculateAttackPenalty": { - "hint": "Display the calculated attack penalty (Attack Modifier minus MAP) for Strikes", - "name": "Display Calculated Attack Penalty" + "hint": "为打击显示自动计算的攻击减值 (即攻击加值-多重攻击减值)", + "name": "显示多重攻击减值" } } } } -} \ No newline at end of file +}