From a0dd9d6dfb2000bb8130c1905d27154e1eb939df Mon Sep 17 00:00:00 2001 From: roll20deploy Date: Thu, 5 Oct 2023 16:07:18 -0400 Subject: [PATCH] New translations translation.json (Czech) --- nechronica/translations/cs.json | 71 +++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 nechronica/translations/cs.json diff --git a/nechronica/translations/cs.json b/nechronica/translations/cs.json new file mode 100644 index 0000000000..4ae093ada3 --- /dev/null +++ b/nechronica/translations/cs.json @@ -0,0 +1,71 @@ +{ + "name": "Name", + "playername": "Player Name", + "feast": "Favour", + "suggestion": "Spent", + "total_rating": "Total Favour", + "initdeployment": "Initial Deployment", + "purgatory": "Limbo", + "flower_garden": "Elysium", + "paradise": "Eden", + "max-behavior": "Max AP", + "judgement": "Check", + "action": "Action", + "conversation": "Conversation", + "madness": "Madness", + "position": "Position", + "main-class": "Main Class", + "subclass": "Subclass", + "armed": "Armaments", + "mutations": "Mutations", + "mods": "Enhancements", + "karma": "Karma", + "contents": "Content of Memory", + "target": "Target", + "type": "Type", + "tipping_point": "Madness Points", + "luminous": "Madness Effect", + "modifier": "Modifier", + "use": "Used", + "timing": "Timing", + "cost": "Cost", + "range": "Range", + "auto": "Auto", + "low": "Check", + "damage": "Damage", + "speed": "Rapid", + "attack": "Attack", + "failure": "Failure", + "success": "Success", + "reducemadness": "Reduce Madness by 1 Point", + "critical_failure": "Critical Failure", + "criticalfaildescription": "Failure. Damage 1 of your parts. In addition, any parts used in this action are damaged as well.", + "critfaildescriptiondamagepart": "Damage 1 of your parts. Add 1 Madness point", + "faildescription1madness": "Add 1 Madness point", + "critical_success": "Critical Success", + "criticalfaildescriptionnomadness": "Reroll with no modifiers, then change nature of Fetter with target Doll according to Fetter Table. This cannot be rerolled. No Madness point reduction.", + "nomadnessreduction": "No Madness point reduction", + "choosetochangetarget": "You may change the nature of Fetter with target Doll to one of your choice. Reduce Madness by 1.", + "successnomadness": "No Madness points added.", + "critfaildescriptionhitally": "The attack hits yourself or an ally of your choice in a location of their choosing.", + "criticalfaildescriptionrandomhit": "Hit the target in a location of your choice. Deal extra damage equal to how high you rolled above 10!", + "successrandomhit": "Hit a location of the target's choice", + "legs": "Legs", + "hit": "Hit", + "body": "Body", + "arm": "Arms", + "head": "Head", + "actionresult": "Action Check", + "conversationresult": "Conversation Check", + "determinemadness": "Madness Check", + "attackdetermination": "Attack Check", + "character-info": "Character Information", + "fragments-of-memory": "Fragments of Memory", + "fetters": "Fetters", + "skills": "Skills", + "head-damage-on-10": "Head - Damaged on a roll of 10", + "arm-damage-on-9": "Arm - Damaged on a roll of 9", + "body-damage-on-8": "Body - Damaged on a roll of 8", + "leg-damage-on-7": "Leg - Damaged on a roll of 7", + "attack-roll": "Roll to attack" +} \ No newline at end of file