From c8e5cc9b0af55c30778150e66f14862a50d658dc Mon Sep 17 00:00:00 2001 From: Tom Longhorn <79371852+tomlonghorn@users.noreply.github.com> Date: Thu, 1 Sep 2022 16:58:21 +0200 Subject: [PATCH] Czech Translation --- .../assets/torohealth/lang/cs_cz.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/resources/assets/torohealth/lang/cs_cz.json diff --git a/src/main/resources/assets/torohealth/lang/cs_cz.json b/src/main/resources/assets/torohealth/lang/cs_cz.json new file mode 100644 index 00000000..219d1363 --- /dev/null +++ b/src/main/resources/assets/torohealth/lang/cs_cz.json @@ -0,0 +1,21 @@ +{ + "config.title": "Konfigurace ToroHealth", + "config.category.hud": "Nastavení Panelu HUD", + "config.hud.hideDelay": "Skrýt Prodlevu", + "config.hud.x": "Pozice X", + "config.hud.y": "Pozice Y", + "config.hud.scale": "Měřítko", + "config.torohealth.category.bar": "Nastavení Panelu Zdraví", + "config.bar.damageNumberType": "Typ Čísla Poškození", + "config.torohealth.category.inWorld": "V Nastavení Světa", + "config.inWorld.mode": "Režim", + "config.inWorld.distance": "Vzdálenost", + "config.torohealth.friendColor.title": "Barva Proužku - Přítel", + "config.torohealth.friendColorSecondary.title":"Barva Proužku - Přítel (Druhořadá)", + "config.torohealth.foeColor.title": "Barva Proužku - Nepřítel", + "config.torohealth.foeColorSecondary.title":"Barva Proužku - Nepřítel (Druhořadá)", + "config.torohealth.red": "Červená", + "config.torohealth.green": "Zelená", + "config.torohealth.blue": "Modrá", + "config.torohealth.alpha": "Alfa" +}