From 4356793f52aedf7fa527f35b9d74d5dbdf2e2753 Mon Sep 17 00:00:00 2001 From: xtex Date: Tue, 25 Jul 2023 11:22:38 +0800 Subject: [PATCH] feat: add more translations --- common/src/main/resources/assets/quaedam/lang/en_us.json | 4 +++- common/src/main/resources/assets/quaedam/lang/zh_cn.json | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/common/src/main/resources/assets/quaedam/lang/en_us.json b/common/src/main/resources/assets/quaedam/lang/en_us.json index 612916b..36ae2c1 100644 --- a/common/src/main/resources/assets/quaedam/lang/en_us.json +++ b/common/src/main/resources/assets/quaedam/lang/en_us.json @@ -11,5 +11,7 @@ "quaedam.screen.projection_shell.lock_revoked": "Timeout! Connection Lost", "quaedam.screen.projection_shell.lock_failed": "Permission denied!", "quaedam.screen.projection_shell.save": "Save", - "quaedam.shell.skylight.factor": "Factor" + "quaedam.shell.skylight.factor": "Factor", + "quaedam.shell.noise.amount": "Amount", + "quaedam.shell.swarm.max_count": "Max Count" } \ No newline at end of file diff --git a/common/src/main/resources/assets/quaedam/lang/zh_cn.json b/common/src/main/resources/assets/quaedam/lang/zh_cn.json index 271c246..a081c3b 100644 --- a/common/src/main/resources/assets/quaedam/lang/zh_cn.json +++ b/common/src/main/resources/assets/quaedam/lang/zh_cn.json @@ -9,5 +9,9 @@ "item.quaedam.projection_shell": "投影操作面板", "quaedam.screen.projection_shell": "投影操作", "quaedam.screen.projection_shell.lock_revoked": "超时!连接丢失", - "quaedam.screen.projection_shell.lock_failed": "正被使用" + "quaedam.screen.projection_shell.lock_failed": "正被使用", + "quaedam.screen.projection_shell.save": "保存", + "quaedam.shell.skylight.factor": "因子", + "quaedam.shell.noise.amount": "数量", + "quaedam.shell.swarm.max_count": "最大数量" }