.dungeon/langs/en-ca.2.json
2024-04-20 21:29:27 -06:00

120 lines
No EOL
2.9 KiB
JSON

{
"dotdungeon": {
"stat": {
"build": "Build",
"meta": "Meta",
"presence": "Presence",
"hands": "Hands",
"tilt": "Tilt",
"rng": "RNG"
},
"skills": {
"defense": "Defense",
"magic": "Magic",
"melee": "Melee",
"platforming": "Platforming",
"strength": "Strength",
"alchemy": "Alchemy",
"arcanum": "Arcanum",
"dreams": "Dreams",
"lore": "Lore",
"navigation": "Navigation",
"animal_handling": "Animal Handling",
"perception": "Perception",
"sneak": "Sneak",
"speech": "Speech",
"vibes": "Vibes",
"accuracy": "Accuracy",
"crafting": "Crafting",
"engineering": "Engineering",
"explosives": "Explosives",
"piloting": "Piloting"
},
"trainingLevel": {
"untrained": "Untrained",
"trained": "Trained",
"expert": "Expert",
"locked": "Locked"
},
"die": {
"d4": "d4",
"d6": "d6",
"d8": "d8",
"d10": "d10",
"d12": "d12",
"d20": "d20"
},
"sheet": {
"actor": {
"v2": {
"stat-not-chosen": "Select a dice to see the {name} skills",
"skill-roll-locked": "@dotdungeon.trainingLevel.locked",
"toggle-item-information": "Toggle the item's extra information visibility",
"create-item": "Create @TYPES.Item.{type}"
}
},
"item": {
"untyped": {
"quantity": "Quantity",
"usage": "Usage Cost",
"rarity": "Tier",
"no-description": "This item hasn't been described yet..."
}
}
},
"rarity": {
"simple": "Simple",
"greater": "Greater",
"rare": "Rare",
"legendary": "Legendary"
},
"location": {
"unknown": "@dotdungeon.common.empty",
"inventory": "Inventory",
"equipped": "Equipped",
"storage": "Storage"
},
"default": {
"name": "(Unnamed @TYPES.{document}.{type})"
},
"common": {
"send-to-chat": "Send to Chat",
"edit": "Edit",
"delete": "Delete",
"reset": "Reset",
"empty": "---",
"help": "Help",
"gm": "Server",
"view-larger": "View Larger"
},
"sheet-names": {
"*DataSheet": "Data Sheet"
},
"help-tooltips": {
"calculated-capacity": {
"title": "What is Calculated Capacity?",
"content": "<p>The calculated capacity is how much space in your inventory that the item will take up, the way it is calculated is determined by the item. Usually the main thing that affects the capacity is the item's quantity, but this can be turned off by the @dotdungeon.common.gm, which means that no matter the quantity it will only use up one capacity. The @dotdungeon.common.gm can also entirely disable capacity usage which will make the used capacity always be zero.</p>"
}
}
},
"TYPES": {
"Actor": {
"player": "Player",
"sync": "Sync"
},
"Item": {
"aspect": "Aspect",
"weapon": "Weapon",
"armour": "Armour",
"equipment": "Equipment",
"foil": "Foil",
"pet": "Pet",
"structure": "Structure",
"service": "Service",
"material": "Materials",
"legendaryItem": "Legendary Item",
"spell": "Spell",
"untyped": "Custom"
}
}
}