diff --git a/M-Space/Changelog.md b/M-Space/Changelog.md new file mode 100644 index 0000000000..08a137c47a --- /dev/null +++ b/M-Space/Changelog.md @@ -0,0 +1,88 @@ +## Versioning +Versions have three numbers Major.Minor.Release + +**Major**: Indicates that some form of compatibility has broken. These versions should have notes indicating what broke and how to handle it. May include major UI changes to sheet layout and design. + +**Minor**: Indicates the addition of new features and/or bugfixes. + +**Release**: Indicates bugfixes and minor UI changes only. + +## 1.4.1 +### Bugfixes +* Fixed missing translation key for the option to not show 101+ reductions + +## 1.4 0 +### New Features +* Added M-Space support. New sheet options include extended conflict resolution, simplified combat(M-Space optional rule) and M-Space style Psionics +* Added Mythic Rome suppor. New sheet options include Roman Magic +* Added one more hit location for crab styled creatures +* Added option to not display the 101+ reduced result in roll templates + +## 1.3.3 +### Bugfixes +* Moved checkbox to left of labels/descriptors to more closely match most style guidelines +* Added missing features needed for Luther Arkwright support; Conditions, and Psionics magic +* Added hit location setting which will set the hit location table to the correct values. Currently only supports Humanoid and Custom. Can set default in Campaign options. +* Some UI re-arranged for the addition of missing features + +## 1.3.2 +### Bugfixes +* Patch to finish hit location data migrations for those who upgraded before the v1.3.1 patches were in. Will copy old location data into new but only if the new fields are still undefined or empty. + +## 1.3.1 +### Bugfixes +* Fixed a hit location data migration issue from v1.2.0 to v1.3.0 + +## 1.3.0 +### Compatibility Issues +* Not a real compatibility issue but if you find a section of the sheet missing you may need to enable it in the new campaign options section. + +### New Features +* Campaign Options: + * You can now enable/disable various components of the sheet like dependencies, firearms & magic systems(entirely remove them including the show/hide check-boxes). + * That's all tied to the setting option, select Luther Arkwright and it will automatically set the various individual sheet options to match Luther Arkwright RAW. For example, it will enable dependencies, disable magic systems other than mysticism, enable firearms and change some of the terminology to be setting specific. + * Each of those options can be over-ridden. So to take Luther Arkwright for example, you can set Folk Magic to "enabled" instead of "per setting". In that case Folk Magic will show even if setting is configured for Luther Arkwright. This will allow you to use systems from other settings in custom settings or as optional rules. + * These sheet options can be set by the GM in the campaign settings so the sheet/character comes pre-configured on creation, avoiding the need to switch each sheet/character to the appropriate settings. +* Added setting support for: Classic Fantasy, Monster Island and Thennla + * Classic Fantasy: Some terminology changes, adds an Arcane and Divine magic section, and enables adding rank to luck points. + * Monster Island: Adds a Status skill under standard skills, disables Folk Magic and Mysticism + * Thennla: Relabels Folk Magic as Rites +* Added a new tab with General Notes and renamed the existing Notes tab to Background +* Added notes to the equipment section +* Expanded hit locations to 11 fillable fields(most any creature in the rulebooks has). The hit ranges are also broken into low and high values instead of one field(preparation for rollable hit tables). You can also re-label the hit location names. +* Can now change the base characteristics of sorcery invocations. Still defaults to INT+INT +* Changed Magic sections to be a little more distinct from each other +* Removed the spinners from the number fields +* Can now adjust the roll used for initiative to anything you wish. If you had the alacrity gift checked the roll is already updated for you. +* Re-arranged the Movement section to be more readable and to make room for expanded hit locations. +* Can enable/disable display of weapon sections like you can with magic sections now. + +### Bugfixes +* Fixed Concentration for spell roll templates +* Fixed base value of Dance skill +* Fixed the translation key for Stealth Base value +* Set columns in the Background section to be equal width +* Fixed rolling for Shaping giving a standard value of 0 +* Replace some terminology missed for Luther Arkwright support +* Renamed Strike Rank to Initiative Bonus + +## 1.2.0 +### New Features +* Switched to three number versioning. +* Added detailed fields for spirits/fetishes. +* Added options to whisper dice to the GM only and to exclude the character name from rolls . +* Added the other optional Shaping components and you can now individually enable/disable each. +* Adjusted the symbols used to indicate Critical and Fumble in the skill roll tmeplate to make them stand out from standard success and failure. +* Allow user to select more invocations and devotions when configuring spells and miracles + +### Bugfixes +* Fixed typo Missle -> Missile +* Fixed encumbered value in roll tmeplates of professional skills and custom standard skills + +## 1.1 +### Bugfixes +* Strike rank has migrated to Initiative bonus per updated rules. The built in sheet versioning should copy any existing values over to the new fields. + +## 1.0 + +* Initial Release diff --git a/M-Space/M-Space.css b/M-Space/M-Space.css new file mode 100644 index 0000000000..5b754e34f2 --- /dev/null +++ b/M-Space/M-Space.css @@ -0,0 +1,1535 @@ +/* Generics*/ +hr { + margin: 5px; +} + +.sheet-invisible { + opacity: 0; +} + +.sheet-text-align-center { + text-align: center; +} + +.sheet-text-align-left { + text-align: left; +} + +.sheet-background-red { + background:#F2DEDE; +} + +.sheet-background-orange { + background:#FFEBCC; +} + +.sheet-background-yellow { + background:#FCF8E3; +} + +.sheet-background-gray { + background:#D3D3D3; +} + +.sheet-background-blue { + background:#D9EDF7; +} + +.sheet-background-green { + background:#DFF0D8; +} + +/* Remove margin from selects in webkit browsers, same for textareas */ +button { + margin: 0px; + padding-top: 0px; + padding-bottom: 0px; + padding-left: 5px; + padding-right: 5px; + height: 1.5em; + font-size: 1em; +} +button[type=roll].sheet-reduced-size { + margin: 0px; + padding: 0px; + height: 1.5em; + font-size: 1em; +} +select { + margin: 0px; + padding: 0px; + height: 1.5em; +} +option { + margin: 0px; + padding: 0px; + height: 1.5em; +} +textarea { + margin: 0px; + padding: 0px; +} +input { + margin: 0px; + padding: 0px; + height: 1.5em; +} + +input[type="number"]:disabled::-webkit-inner-spin-button, +input[type="number"]:disabled::-webkit-outer-spin-button { + -webkit-appearance: none; +} +input[type='number']:disabled { + -moz-appearance: textfield; +} + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + -webkit-appearance: none; +} +input[type='number'] { + -moz-appearance: textfield; +} + +input[type='number'] { + text-align: center; +} + +/* Tweak repeating section buttons so they have a bottom margin and dont overflow when in edit mode. */ +div[class^="repcontrol"] { + margin-bottom: 5px; +} +div[class="repcontainer editmode"] ~ div[class^="repcontrol"] button[class="btn repcontrol_add"] { + display: inline-block!important; + visibility: hidden; +} + +/* Layout CSS */ +div.sheet-wrapper { + min-width: 850px; +} + +div.sheet-spacer { + margin-bottom: 5px; +} + +div.sheet-bottom-border { + border-bottom: 1px solid black; +} + +div.sheet-rep-row { + padding-bottom: 2px; +} + +.sheet-full-width { + width: 100%; +} +.sheet-number-width { + width: 47px; +} +.sheet-damage-width { + width: 94px; +} +.sheet-button-width { + width: 20px; +} +.sheet-enable-width { + width: 100px; +} +input.sheet-total { + font-weight: bold; + text-align: center; +} +input[type="number"].sheet-full-width { + width: 100%; +} +input[type='number'].sheet-total { + font-weight: bold; +} + +.sheet-float-left { + float: left; +} +.sheet-float-right { + float: right; +} +.sheet-clear-float { + clear: both; +} + +div.sheet-cell { + display: table-cell; +} + +div.sheet-section { + border-radius: 10px; + border: 1px solid black; + padding-bottom: 4px; + padding-left: 4px; + padding-right: 4px; + margin: 0px; +} + +span.sheet-section-title-partner { + float: right; + padding-top: 4px; +} + +.sheet-header { + font-weight: bold; + text-align: center; +} + +.sheet-disabled { + background: #F5F5F5; + cursor: not-allowed; +} +input[type="number"].sheet-disabled { + background: #F5F5F5; + cursor: not-allowed; + -moz-appearance: textfield; +} +input[type="number"].sheet-disabled::-webkit-inner-spin-button, +input[type="number"].sheet-disabled::-webkit-outer-spin-button { + -webkit-appearance: none; +} + +.sheet-bold { + font-weight: bold; +} + +.sheet-hidden { + display: none; +} + +input[type="checkbox"].sheet-in-header-toggle { + margin-top: 7px; + margin-right: 3px; +} + +span.sheet-in-header-toggle { + margin-top: 5px; + margin-right: 3px; +} + + +/* Collapse */ +input.sheet-details-toggle { + position: relative; + z-index: 9999; + cursor: pointer; + opacity: 0; + width: 16px; + height: 16px +} +input.sheet-details-toggle + span { + display: inline-block; + position: relative; + width: 16px; + height: 16px; + background: url(http://i.imgur.com/FDNaXPO.png); + cursor: pointer; + margin-left: -16px; + margin-bottom: -3px; + +} +input.sheet-details-toggle:checked + span { + background: url(http://i.imgur.com/4Lp1ONC.png); +} + +input[type="checkbox"].sheet-details-toggle:not(:checked) ~ div.sheet-details { + display: none; +} + +/* Logo wrapper */ +div.sheet-logo { + width: 175px; +} + +/* Superscripts */ +span.sheet-sup { + vertical-align: super; + font-size: smaller; +} + +/* Settings */ +input.sheet-campaign-settings-toggle:not(:checked) ~ div.sheet-campaign-settings { + display: none; +} +input.sheet-campaign-settings-toggle:checked ~ div.sheet-campaign-settings { + display: initial; +} + +input.sheet-mythras-variant-toggle:not(:checked) ~ div .sheet-mythras-variant, +input.sheet-mspace-variant-toggle:not(:checked) ~ div .sheet-mspace-variant { + display: none; +} +input.sheet-mythras-variant-toggle:checked ~ div .sheet-mythras-variant, +input.sheet-mspace-variant-toggle:checked ~ div .sheet-mspace-variant { + display: initial; +} + +input.sheet-default-style-toggle:not(:checked) ~ div .sheet-default-style, +input.sheet-classic-fantasy-style-toggle:not(:checked) ~ div .sheet-classic-fantasy-style, +input.sheet-luther-arkwright-style-toggle:not(:checked) ~ div .sheet-luther-arkwright-style, +input.sheet-m-space-style-toggle:not(:checked) ~ div .sheet-m-space-style, +input.sheet-thennla-style-toggle:not(:checked) ~ div .sheet-thennla-style { + display: none; +} + +input.sheet-default-style-toggle:checked ~ div .sheet-default-style, +input.sheet-classic-fantasy-style-toggle:checked ~ div .sheet-classic-fantasy-style, +input.sheet-luther-arkwright-style-toggle:checked ~ div .sheet-luther-arkwright-style, +input.sheet-m-space-style-toggle:checked ~ div .sheet-m-space-style, +input.sheet-thennla-style-toggle:checked ~ div .sheet-thennla-style { + display: initial; +} + +input.sheet-extended-conflict-toggle:checked ~ div .sheet-char-number { + width: 19.5%; +} +input.sheet-extended-conflict-toggle:checked ~ div .sheet-char-number-header { + width: 45%; +} +input.sheet-extended-conflict-toggle:not(:checked) ~ div .sheet-extended-conflict { + display: none; +} + + +input.sheet-simplified-combat-toggle:not(:checked) ~ div .sheet-simplified-combat { + display: none; +} +input.sheet-simplified-combat-toggle:checked ~ div .sheet-complex-combat { + display: none; +} + + +input.sheet-dependencies-enabled-toggle ~ div .sheet-dependencies-enabled { + display: none; +} +input.sheet-dependencies-enabled-toggle:checked ~ div .sheet-dependencies-enabled { + display: initial; +} + +input.sheet-tenacity-enabled-toggle ~ div .sheet-tenacity-enabled { + display: none; +} +input.sheet-tenacity-enabled-toggle:checked ~ div .sheet-tenacity-enabled { + display: initial; +} + +input.sheet-spirit-tenacity-toggle ~ div .sheet-spirit-tenacity { + display: none; +} +input.sheet-spirit-tenacity-toggle:checked ~ div .sheet-spirit-tenacity { + display: initial; +} + +input.sheet-firearms-enabled-toggle:not(:checked) ~ div .sheet-firearms-enabled { + display: none; +} + +input.sheet-boating-standard-toggle ~ div .sheet-boating-standard { + display: none; +} +input.sheet-boating-standard-toggle:checked ~ div .sheet-boating-standard { + display: initial; +} + +input.sheet-status-standard-toggle ~ div .sheet-status-standard { + display: none; +} +input.sheet-status-standard-toggle:checked ~ div .sheet-status-standard { + display: initial; +} + +input.sheet-superstition-standard-toggle ~ div .sheet-superstition-standard { + display: none; +} +input.sheet-superstition-standard-toggle:checked ~ div .sheet-superstition-standard { + display: initial; +} + +input.sheet-ms-psionics-enabled-toggle:not(:checked) ~ div .sheet-ms-psionics-enabled { + display: none; +} + +input.sheet-roman-magic-enabled-toggle:not(:checked) ~ div .sheet-roman-magic-enabled { + display: none; +} + +input.sheet-arcane-magic-enabled-toggle:not(:checked) ~ div .sheet-arcane-magic-enabled { + display: none; +} + +input.sheet-divine-magic-enabled-toggle:not(:checked) ~ div .sheet-divine-magic-enabled { + display: none; +} + +input.sheet-folk-magic-enabled-toggle:not(:checked) ~ div .sheet-folk-magic-enabled { + display: none; +} + +input.sheet-animism-enabled-toggle:not(:checked) ~ div .sheet-animism-enabled { + display: none; +} + +input.sheet-mysticism-enabled-toggle:not(:checked) ~ div .sheet-mysticism-enabled { + display: none; +} + +input.sheet-la-psionics-enabled-toggle:not(:checked) ~ div .sheet-la-psionics-enabled { + display: none; +} + +input.sheet-sorcery-enabled-toggle:not(:checked) ~ div .sheet-sorcery-enabled { + display: none; +} + +input.sheet-theism-enabled-toggle:not(:checked) ~ div .sheet-theism-enabled { + display: none; +} + +/* Sheet Types */ +input.sheet-type-toggle-battle-unit:not(:checked) ~ div.sheet-type-battle-unit, +input.sheet-type-toggle-npc:not(:checked) ~ div.sheet-type-npc, +input.sheet-type-toggle-pc:not(:checked) ~ div.sheet-type-pc, +input.sheet-type-toggle-ship:not(:checked) ~ div.sheet-type-ship{ + display: none; +} + +/* PC Pages */ +input.sheet-page-toggle { + position: relative; + z-index: 9999; + cursor: pointer; + opacity: 0; + width: 100px; + margin-bottom: 2px; +} +span.sheet-page-toggle { + display: inline-block; + position: relative; + width: 100px; + text-align: center; + background: black; + color: lightgray; + font-weight: bold; + border-radius: 4px; + cursor: pointer; + margin-left: -100px; +} + +input.sheet-page-toggle-core:checked + span.sheet-page-toggle-core, +input.sheet-page-toggle-equipment:checked + span.sheet-page-toggle-equipment, +input.sheet-page-toggle-magic:checked + span.sheet-page-toggle-magic, +input.sheet-page-toggle-brackground:checked + span.sheet-page-toggle-background, +input.sheet-page-toggle-notes:checked + span.sheet-page-toggle-notes, +input.sheet-page-toggle-all:checked + span.sheet-page-toggle-all { + background: black; + color: firebrick; +} + +div.sheet-page { + visibility: hidden; + opacity: 0; + max-height: 0; + overflow: hidden; +} +input.sheet-page-toggle-core:checked ~ div.sheet-page-core, +input.sheet-page-toggle-equipment:checked ~ div.sheet-page-equipment, +input.sheet-page-toggle-magic:checked ~ div.sheet-page-magic, +input.sheet-page-toggle-background:checked ~ div.sheet-page-background, +input.sheet-page-toggle-notes:checked ~ div.sheet-page-notes, +input.sheet-page-toggle-all:checked ~ div.sheet-page-core, +input.sheet-page-toggle-all:checked ~ div.sheet-page-magic, +input.sheet-page-toggle-all:checked ~ div.sheet-page-equipment, +input.sheet-page-toggle-all:checked ~ div.sheet-page-background, +input.sheet-page-toggle-all:checked ~ div.sheet-page-notes { + visibility: visible; + opacity: 1; + max-height: 999999px; + overflow: auto; +} + +/* Traits */ +div.sheet-info { + margin-bottom: 5px; +} +div.sheet-info-firstrow { + display: inline-block; + width: 97%; +} +div.sheet-info-row { + display: inline-block; + width: 100%; +} +div.sheet-info-name { + display: inline-block; + width: 20.25%; +} +div.sheet-info-species { + display: inline-block; + width: 20.25%; +} +div.sheet-info-hit-locations { + display: inline-block; + width: 20.25%; +} +div.sheet-info-career { + display: inline-block; + width: 20.25%; +} +div.sheet-info-traits { + display: inline-block; + width: 49.75%; +} +div.sheet-info-conditions { + display: inline-block; + width: 49.75%; +} +div.sheet-info-age { + display: inline-block; + width: 10%; +} +div.sheet-info-gender { + display: inline-block; + width: 18%; +} +div.sheet-info-frame { + display: inline-block; + width: 18%; +} +div.sheet-info-weight { + display: inline-block; + width: 16%; +} +div.sheet-info-height { + display: inline-block; + width: 16%; +} +div.sheet-info-handedness { + display: inline-block; + width: 19.75%; +} +div.sheet-info-homeland { + display: inline-block; + width: 33%; +} +div.sheet-info-culture { + display: inline-block; + width: 33%; +} +div.sheet-info-social-class { + display: inline-block; + width: 33%; +} + +div.sheet-info-exp-rolls { + display: inline-block; + width: 8%; +} +div.sheet-info-rank { + display: inline-block; + width: 8%; +} + +/* Characteristics */ +div.sheet-characteristics { + margin-bottom: 5px; +} + +div.sheet-char-row { + display: inline-block; + width: 86%; +} + +div.sheet-char-number { + display: inline-block; + text-align: center; + width: 33%; +} + +div.sheet-char-number-header { + display: inline-block; + text-align: center; + width: 33%; +} + +div.sheet-char-symbol { + display: inline-block; + text-align: center; +} + +div.sheet-char-label { + display: inline-block; + font-weight: bold; + width: 27%; +} + +/* Initiative */ +div.sheet-initiative { + margin-bottom: 5px; +} +input.sheet-init-dice { + width: 75px; +} + +/* Attributes */ +div.sheet-attributes { + width: 32%; + float: left; + margin-right: 5px; +} + +div.sheet-attribute-row { + display: inline-block; + width: 92%; +} + +div.sheet-attribute-number { + display: inline-block; + text-align: center; + width: 19%; +} + +div.sheet-attribute-symbol { + display: inline-block; + text-align: center; +} + +div.sheet-attribute-label { + display: inline-block; + width: 33%; +} + +div.sheet-attribute-total { + display: inline-block; + text-align: center; + width: 42%; +} + +input.sheet-attribute-table-lookup { + width: 50% +} + +/* Hit Locations */ +div.sheet-hit-locations { + margin-bottom: 5px; +} + +div.sheet-hit-locations-row { + display: inline-block; + width: 94%; +} + +input[type="number"].sheet-hit-locations-table-number { + text-align: center; + width: 20px; +} + +div.sheet-hit-locations-number { + display: inline-block; + text-align: center; + width: 13%; +} + +div.sheet-hit-locations-symbol { + display: inline-block; + text-align: center; +} + +div.sheet-hit-locations-label { + display: inline-block; + text-align: center; + width: 36%; +} + +div.sheet-hit-locations-block { + display: inline-block; + text-align: center; + width: 4%; +} + +div.sheet-hit-locations-hp { + display: inline-block; + text-align: center; + width: 29%; +} +textarea.sheet-hit-locations-note { + height: 88px; +} + +/* Movement */ +div.sheet-movement { + margin-bottom: 5px; +} + +div.sheet-movement-row { + display: inline-block; + width: 97.5%; +} + + +/* Encumbrance */ +div.sheet-encumbrance { + width: 52.5%; + margin-right: 5px; + float: left; +} + +div.sheet-encumbrance-row { + display: inline-block; + width: 95%; +} + +div.sheet-encumbrance-number { + display: inline-block; + text-align: center; + width: 11%; +} + +div.sheet-encumbrance-load { + display: inline-block; + text-align: center; + width: 24%; +} + +div.sheet-encumbrance-skills { + display: inline-block; + text-align: center; + width: 29%; +} + +div.sheet-encumbrance-move { + display: inline-block; + text-align: center; + width: 21%; +} + +/* Fatigue */ +div.sheet-fatigue { + float: left; + width: 44.5%; + margin-bottom: 5px; +} + +div.sheet-fatigue-row { + display: inline-block; + width: 100%; +} + +div.sheet-fatigue-label { + display: inline-block; + text-align: center; + width: 37%; +} + +div.sheet-fatigue-recovery { + display: inline-block; + text-align: center; + width: 24%; +} + +/* Combat Styles */ +div.sheet-combatstyle { + margin-bottom: 5px; +} + +div.sheet-combatstyle-row { + display: inline-block; + width: 97.5%; +} + +div.sheet-combatstyle-name { + display: inline-block; + text-align: center; + width: 17.5%; +} + +div.sheet-combatstyle-checkbox { + display: inline-block; + text-align: center; + width: 2.25%; +} + +div.sheet-combatstyle-number { + display: inline-block; + text-align: center; + width: 5.8125%; +} + +div.sheet-combatstyle-traits { + display: inline-block; + text-align: center; + width: 17.5%; +} + +div.sheet-combatstyle-button { + display: inline-block; + text-align: center; + width: 2.375%; +} + +div.sheet-combatstyle-weapons { + display: inline-block; + text-align: center; + width: 34%; +} + +select.sheet-combatstyle-char { + width: 7%; +} + +/* Weapons */ +div.sheet-weapons { + margin-bottom: 5px; +} + +input[type="checkbox"].sheet-display-shields:not(:checked) ~ div.sheet-display-shields { + display: none; +} + +input[type="checkbox"].sheet-display-melee-weapons:not(:checked) ~ div.sheet-display-melee-weapons { + display: none; +} + +input[type="checkbox"].sheet-display-missile-weapons:not(:checked) ~ div.sheet-display-missile-weapons { + display: none; +} + +input[type="checkbox"].sheet-display-firearms:not(:checked) ~ div.sheet-display-firearms { + display: none; +} + +div.sheet-weapons-row { + display: inline-block; + width: 97.5%; +} + +div.sheet-weapon-name { + display: inline-block; + text-align: center; + width: 17.5%; +} + +div.sheet-weapon-damage-mod{ + display: inline-block; + text-align: center; + width: 2.5%; +} + +div.sheet-weapon-damage { + display: inline-block; + text-align: center; + width: 7.5%; +} + +div.sheet-weapon-button { + display: inline-block; + text-align: center; + width: 2.375%; +} + +div.sheet-weapon-size { + display: inline-block; + text-align: center; + width: 4.5%; +} + +div.sheet-weapon-reach { + display: inline-block; + text-align: center; + width: 5%; +} + +div.sheet-weapon-force { + display: inline-block; + text-align: center; + width: 5%; +} + +div.sheet-weapon-range { + display: inline-block; + text-align: center; + width: 9%; +} + +div.sheet-weapon-fire-rate { + display: inline-block; + text-align: center; + width: 8%; +} + +div.sheet-weapon-ammo { + display: inline-block; + text-align: center; + width: 11.75%; +} + +div.sheet-weapon-load { + display: inline-block; + text-align: center; + width: 5%; +} + +div.sheet-weapon-firearm-load { + display: inline-block; + text-align: center; + width: 10%; +} + +div.sheet-weapon-number { + display: inline-block; + text-align: center; + width: 4%; +} + +div.sheet-weapon-effects { + display: inline-block; + text-align: center; + width: 29%; +} + +div.sheet-weapon-traits { + display: inline-block; + text-align: center; + width: 19.5%; +} + +div.sheet-weapon-missile-effects { + display: inline-block; + text-align: center; + width: 21.75%; +} + +div.sheet-weapon-missile-traits { + display: inline-block; + text-align: center; + width: 12.5%; +} + +div.sheet-weapon-firearm-traits { + display: inline-block; + text-align: center; + width: 30.75%; +} + +/* Skills */ +div.sheet-skill { + float: left; + width: 48.5%; + margin-right: 5px; + margin-bottom: 5px; +} + +div.sheet-skill2 { + float: left; + width: 100%; + margin-bottom: 5px; +} + +div.sheet-skill-row { + display: inline-block; + width: 95%; +} + +div.sheet-skill-name { + display: inline-block; + width: 36%; +} + +div.sheet-language-name { + display: inline-block; + width: 42%; +} + +div.sheet-dependency-name { + display: inline-block; + width: 36%; +} + +div.sheet-passion-name { + display: inline-block; + width: 42%; +} + +div.sheet-skill-checkbox { + display: inline-block; + text-align: center; + width: 5%; +} + +div.sheet-skill-number { + display: inline-block; + text-align: center; + width: 12%; +} + +div.sheet-skill-button { + display: inline-block; + text-align: center; + width: 5%; +} + +select.sheet-skill-char { + width: 14%; +} + +input.sheet-skill-char { + width: 14%; +} + +/* Magic */ +div.sheet-magic { + margin-bottom: 5px; +} + +input[type="checkbox"].sheet-display-theism:not(:checked) ~ div.sheet-display-theism { + display: none; +} + +input[type="checkbox"].sheet-display-sorcery:not(:checked) ~ div.sheet-display-sorcery { + display: none; +} + +input[type="checkbox"].sheet-display-mysticism:not(:checked) ~ div.sheet-display-mysticism { + display: none; +} + +input[type="checkbox"].sheet-display-la-psionics:not(:checked) ~ div.sheet-display-la-psionics { + display: none; +} + +input[type="checkbox"].sheet-display-ms-psionics:not(:checked) ~ div.sheet-display-ms-psionics { + display: none; +} + +input[type="checkbox"].sheet-display-animism:not(:checked) ~ div.sheet-display-animism { + display: none; +} + +input[type="checkbox"].sheet-display-folk-magic:not(:checked) ~ div.sheet-display-folk-magic { + display: none; +} + +input[type="checkbox"].sheet-display-arcane-magic:not(:checked) ~ div.sheet-display-arcane-magic { + display: none; +} + +input[type="checkbox"].sheet-display-divine-magic:not(:checked) ~ div.sheet-display-divine-magic { + display: none; +} + +input[type="checkbox"].sheet-display-roman-magic:not(:checked) ~ div.sheet-display-roman-magic { + display: none; +} + +div.sheet-magic-row { + display: inline-block; + width: 97.5%; +} + +div.sheet-magic-name { + display: inline-block; + width: 17.5%; +} + +div.sheet-magic-checkbox { + display: inline-block; + text-align: center; + width: 2.25%; +} + +div.sheet-magic-number { + display: inline-block; + text-align: center; + width: 5.8125%; +} + +div.sheet-magic-button { + display: inline-block; + text-align: center; + width: 2.375%; +} + +div.sheet-cursing-roll { + display: inline-block; + text-align: center; + width: 52.25%; +} + +div.sheet-pharmacy-roll { + display: inline-block; + text-align: center; + width: 52.25%; +} + +div.sheet-shape-shifting-roll { + display: inline-block; + text-align: center; + width: 17.125%; +} + +div.sheet-divination-label { + display: inline-block; + text-align: center; + width: 7%; +} + +div.sheet-divination-select { + display: inline-block; + text-align: center; + width: 13%; +} + +div.sheet-divination-roll { + display: inline-block; + text-align: center; + width: 10.5%; +} + +div.sheet-necromancy-roll { + display: inline-block; + text-align: center; + width: 25.9375%; +} + +textarea.sheet-magic-note { + height: 3em; +} + +div.sheet-spell-row { + display: inline-block; + width: 97.5%; +} + +div.sheet-spell-name { + display: inline-block; + text-align: center; + width: 17.5%; +} + +div.sheet-spell-resist { + display: inline-block; + text-align: center; + width: 11%; +} + +div.sheet-spell-description { + display: inline-block; + text-align: center; + width: 79%; +} +div.sheet-spell-button { + display: inline-block; + text-align: center; + width: 2.5%; +} +textarea.sheet-spell-macro { + height: 4em; +} + +div.sheet-arcane-magic-field { + display: inline-block; + text-align: center; + width: 16.25%; +} + +div.sheet-divine-magic-field { + display: inline-block; + text-align: center; + width: 16.25%; +} + +div.sheet-animism-number { + display: inline-block; + text-align: center; + width: 16%; +} +div.sheet-animism-spirit-ap { + display: inline-block; + text-align: center; + width: 11.5%; +} +div.sheet-animism-button { + display: inline-block; + text-align: center; + width: 2.5%; +} +div.sheet-fetish-row { + display: inline-block; + width: 100%; +} + +div.sheet-fetish-name { + display: inline-block; + text-align: center; + width: 17.5%; +} +div.sheet-fetish-type { + display: inline-block; + text-align: center; + width: 11%; +} +div.sheet-fetish-description { + display: inline-block; + text-align: center; + width: 70%; +} +div.sheet-fetish-skill-column { + display: inline-block; + margin-right: 1px; + width: 33%; +} +div.sheet-fetish-skill { + display: inline-block; + width: 200px; +} +div.sheet-fetish-powers-column { + display: inline-block; + width: 66%; +} +div.sheet-mediation-number { + display: inline-block; + text-align: center; + width: 25.75%; +} +div.sheet-path-number { + display: inline-block; + text-align: center; + width: 52%; +} +div.sheet-talent-type { + display: inline-block; + text-align: center; + width: 18%; +} +div.sheet-talent-description { + display: inline-block; + text-align: center; + width: 60.5%; +} +div.sheet-la-discipline-number { + display: inline-block; + text-align: center; + width: 25.75%; +} +div.sheet-ms-power-select { + display: inline-block; + text-align: center; + width: 25.75%; +} +div.sheet-invocation-intensity { + display: inline-block; + text-align: center; + width: 52%; +} +div.sheet-shaping-number { + display: inline-block; + text-align: center; + width: 25.75%; +} +div.sheet-sorceryspell-description { + display: inline-block; + text-align: center; + width: 76%; +} +div.sheet-devotion-number { + display: inline-block; + text-align: center; + width: 12.75%; +} + +/* Equipment */ +div.sheet-equipment { + float: left; + width: 48.5%; + margin-right: 5px; + margin-bottom: 5px; +} + +div.sheet-equipment-item { + display: inline-block; + text-align: center; + width: 67%; +} + +div.sheet-equipment-number { + display: inline-block; + text-align: center; + width: 15%; +} + +/* Wealth */ +div.sheet-wealth { + float: left; + width: 48.5%; + margin-bottom: 5px; +} + +div.sheet-wealth-currency { + display: inline-block; + text-align: center; + width: 52%; +} + +div.sheet-wealth-number { + display: inline-block; + text-align: center; + width: 15%; +} + +div.sheet-income-label { + display: inline-block; + text-align: center; + width: 10%; +} + +div.sheet-income-number { + display: inline-block; + text-align: center; + width: 13%; +} + +/* Notes */ +div.sheet-background { + float: left; + width: 98.75%; + margin-bottom: 5px; +} + +div.sheet-background-column1 { + float: left; + width: 49.625%; + margin-right: 5px; +} + +div.sheet-background-column2 { + float: left; + width: 49.625%; +} + +div.sheet-backgrounds { + margin-bottom: 5px; +} + +/* Notes */ +div.sheet-notes { + float: left; + width: 98.75%; + margin-bottom: 5px; +} + + + +/* Roll Templates */ +.sheet-rolltemplate-skill div.sheet-header { + width: 100%; + text-align: center; + color: lightgray; + background: black; + font-size: 120%; +} + +.sheet-rolltemplate-skill div.sheet-subheader { + width: 100%; + text-align: center; + color: lightgray; + background: black; + font-size: 75%; +} + +.sheet-rolltemplate-skill div.sheet-difficulty { + width: 100%; + text-align: center; + color: black; + background: red; + font-weight: bold; +} + +.sheet-rolltemplate-skill table { + width: 100%; + border: 1px solid black; + color: black; + font-weight: bold; + background: #FFFFFF; +} +.sheet-rolltemplate-skill td { + padding: 1px; + border-bottom: 1px solid black; +} +.sheet-rolltemplate-skill td.sheet-template_value { + text-align: center; +} +.sheet-rolltemplate-skill .inlinerollresult { + display: inline-block; + text-align: center; + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-skill .inlinerollresult.fullcrit { + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-skill .inlinerollresult.fullfail { + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-skill .inlinerollresult.importantroll { + border: 1px solid black; + background: #BEBEBE; +} + + + +.sheet-rolltemplate-weapon div.sheet-header { + width: 100%; + text-align: center; + color: lightgray; + background: black; + font-size: 120%; +} +.sheet-rolltemplate-weapon div.sheet-subheader { + width: 100%; + text-align: center; + color: lightgray; + background: black; + font-size: 75%; +} +.sheet-rolltemplate-weapon table { + width: 100%; + border: 1px solid black; + color: black; + background: #FFFFFF; +} +.sheet-rolltemplate-weapon td { + padding: 1px; + border-bottom: 1px solid black; +} +.sheet-rolltemplate-weapon td.sheet-template_label { + font-weight: bold; +} +.sheet-rolltemplate-weapon td.sheet-template_value { + text-align: center; +} +.sheet-rolltemplate-weapon .inlinerollresult { + display: inline-block; + text-align: center; + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-weapon .inlinerollresult.fullcrit { + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-weapon .inlinerollresult.fullfail { + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-weapon .inlinerollresult.importantroll { + border: 1px solid black; + background: #BEBEBE; +} + + +.sheet-rolltemplate-magic div.sheet-header { + width: 100%; + text-align: center; + color: lightgray; + background: black; + font-size: 120%; +} +.sheet-rolltemplate-magic div.sheet-subheader { + width: 100%; + text-align: center; + color: lightgray; + background: black; + font-size: 75%; +} +.sheet-rolltemplate-magic table { + width: 100%; + border: 1px solid black; + color: black; + background: #FFFFFF; +} +.sheet-rolltemplate-magic td { + padding: 1px; + border-bottom: 1px solid black; +} +.sheet-rolltemplate-magic td.sheet-template_label { + font-weight: bold; +} +.sheet-rolltemplate-magic td.sheet-template_value { + text-align: center; +} +.sheet-rolltemplate-magic .inlinerollresult { + display: inline-block; + text-align: center; + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-magic .inlinerollresult.fullcrit { + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-magic .inlinerollresult.fullfail { + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-magic .inlinerollresult.importantroll { + border: 1px solid black; + background: #BEBEBE; +} + + +.sheet-rolltemplate-default div.sheet-header { + width: 100%; + text-align: center; + color: lightgray; + background: black; + font-size: 120%; +} +.sheet-rolltemplate-default div.sheet-subheader { + width: 100%; + text-align: center; + color: lightgray; + background: black; + font-size: 75%; +} +.sheet-rolltemplate-default table { + width: 100%; + border: 1px solid black; + color: black; + background: #FFFFFF; +} +.sheet-rolltemplate-default td { + padding: 1px; + border-bottom: 1px solid black; +} +.sheet-rolltemplate-default td.sheet-template_label { + font-weight: bold; + float: left; + text-align: left; +} +.sheet-rolltemplate-default td.sheet-template_value { + text-align: center; +} +.sheet-rolltemplate-default .inlinerollresult { + display: inline-block; + text-align: center; + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-default .inlinerollresult.fullcrit { + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-default .inlinerollresult.fullfail { + border: 1px solid black; + background: #BEBEBE; +} +.sheet-rolltemplate-default .inlinerollresult.importantroll { + border: 1px solid black; + background: #BEBEBE; +} diff --git a/M-Space/M-Space.html b/M-Space/M-Space.html new file mode 100644 index 0000000000..e99a5853b6 --- /dev/null +++ b/M-Space/M-Space.html @@ -0,0 +1,5717 @@ + + +
+ + + +

Settings

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Sheet Type:
+
+ + + + + PC + +
+ + +
+ + Show Name in Roll Templates: + +   + + Whisper Rolls to GM: + + + Rolls Show 101+ Reduced: + +
+ + Display Campaign Settings?  + + + +
+

Campaign Settings

+ +
+ Setting: + +
+ +
+

System

+
+ Extended Conflict Resolution Enabled: + +
+
+ + Simplified Combat Enabled: + +
+ +
+
+

Attributes

+
+ Add Rank to Luck: + +
+ + Tenacity Enabled: + +
+ +
+

Weapons

+
+ Firearms Enabled: + +
+ +
+

Skills

+
+ Boating is a Standard Skill: + +
+ + Status is a Standard Skill: + +
+ + Superstition is a Standard Skill: + +
+ + Dependencies Enabled: + +
+ +
+

Magic

+
+ + M-Space Psionics Enabled: + +
+ + Roman Magic Enabled: + +
+ + Arcane Magic Enabled: + +
+ + Divine Magic Enabled: + +
+ + Folk Magic Enabled: + +
+ + Animism Enabled: + +
+ + Spirits Have Tenacity: + +
+ + Mysticism Enabled: + +
+ + Luther Arkwright Psionics Enabled: + +
+ + Sorcery Enabled: + +
+ + Theism Enabled: + +
+
+
+ + +
+ + + + + + +
+ Core + MagicPsionics + Equipment + Background + Notes + All + +
+ +
+ +
+
+
+
Name
+
SpeciesRace
+
Hit Locations
+
CareerClass
+
Rank
+
Exp Rolls
+
+
+
+
+
+ +
+
Simplified Combat
+
+
+
+
+
+
+
Age
+
Gender
+
Frame
+
Weight
+
Height
+
Handedness
+
+
+
+
+
+
kg
+
cm
+
+
+
+
HomelandParalell DesignatorHome World
+
CultureParalell Type/Development
+
Social Class
+
+
+
+
+
+
+
+
+
Traits / Abilities / Gifts
+
Conditions
+
+
+
+
+
+
+
+ +
+
+ +
+

Characteristics

+
+
+
+
Temp
+
Total
+
+
+
+
STR:
+
+
+ / +
+
+
+
Base:
+
Training:
+
Ageing:
+
Other:
+
+
+ +
+
+
CON:
+
+
+ / +
+
+
+
Base:
+
Training:
+
Ageing:
+
Other:
+
+
+ +
+
+
SIZ:
+
+
+ / +
+
+
+
Base:
+
Other:
+
+
+ +
+
+
DEX:
+
+
+ / +
+
+
+
Base:
+
Training:
+
Ageing:
+
Other:
+
+
+ +
+
+
INT:
+
+
+ / +
+
+
+
Base:
+
Training:
+
Ageing:
+
Other:
+
+
+ +
+
+
POW:
+
+
+ / +
+
+
+
Base:
+
Training:
+
Ageing:
+
Other:
+
+
+ +
+
+
CHA:
+
+
+ / +
+
+
+
Base:
+
Training:
+
Ageing:
+
Other:
+
+
+ +
+ Conflict Pool:   +
+
+
+ + +
+

Initiative

+
+ Initiative Roll: + +
+
+
+
+ + +
+

Attributes

+
+
+
Attribute
+
Temp
+
Total
+
+
+
+
Action Points:
+
+
+
/
+
+
+
+
Swiftness Gift: (+1 AP)
+
Base:
+
Fatigue:
+
Other:
+
+
+ +
+
+
Damage Mod:
+
+
+ +
+
+
+
Mighty Gift: (Use STR+SIZ+POW)
+
Base:
+
Other: steps
+
+
+ +
+
+
Exp Modifier:
+
+
+ +
+
+
+
Base:
+
Other:
+
+
+ +
+
+
Healing Rate:
+
+
+ +
+
+
+
Healthy Gift (Double Healing Rate)
+
Base:
+
Other:
+
+
+ +
+
+
Luck Points:
+
+
+
/
+
+
+
+
Base:
+
Other:
+
+
+ +
+
+
Magic Points:
+
+
+
/
+
+
+
+
Base:
+
Other:
+
+
+ +
+
+
Move Rate:
+
+
+ +
+
+
+
Species:
+
Encumbrance:
+
Fatigue:
+
Other:
+
+
+ +
+
+
Power Points:
+
+
+
/
+
+
+
+
Base:
+
Other:
+
+
+ +
+
+
Prana Points:
+
+
+
/
+
+
+
+
Base:
+
Other:
+
+
+ +
+
+
Init. Bonus:
+
+
+ +
+
+
+
Base:
+
Armor Penalty:
+
Fatigue:
+
Other:
+
+
+ +
+
+
Tenacity:
+
+
+
/
+
+
+
+
Base:
+
+
Apply Dependencies Penalty:
+
Dependencies:
+
+
Other:
+
+
+ +

* Temp Damage Mod represents the steps up or down the damage modifier table

+
+
+ +
+ +
+ + + + + +

Health & Armor

Robust Gift (CON+SIZ+POW for HP)
+
+
+
1d20
+
Location
+
+
AP
+
HP
+
+ +
+
+
-
+
+
+
+
+
+
/
+
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
Base HP:
+
Other HP:
+
+ +
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+ +
+
+
-
+
+
+
+
+
/
+
+
+
+
Armor Equipped:
+
Armor Type:
+
Armor ENC:
+
Armor AP:
+
Other AP:
+
Base HP: +
+
Other HP:
+
+
+
+ Wounds + + Notes + +
+
+
+
+ +
+ +
+ +
+
+

Encumbrance

Average Species SIZ: +
+
+
+
+
Temp
+
Current
+
Carrying Load
+
DEX & STR Skills
+
Base Move
+
+
+
+
+
+
+ +
+
+
+
+
Encumbrance from Armor:
+
Effective Encumbrance from Armor:
+
Armor Penalty:
+
Encumbrance from Shields:
+
Encumbrance from Melee Weapons:
+
Encumbrance from Missile Weapons:
+
Encumbrance from Firearms:
+
Encumbrance from Gear:
+
Encumbrance from Currency:
+
Burdened: greater than
+
Overloaded: greater than
+
Max:
+
+
+
+ + +
+

Fatigue

+
+
+
Current Level
+
Skill Grade
+
Recovery In
+
+
+
+ +
+
+ +
+
hours
+
+
+
+
+ +
+ + +
+
+

Movement

Walk    Run¹    Sprint¹    Climb  Rough  Steep  Sheer +
+
+
+ Running Jump²  Horizontal¹  Vertical¹    Standing Jump  Horizontal  Vertical    Swim³  / +
+
+
+ ¹ Critical success on Athletics roll grants +1 movement +
+
+ ² These jump values assume a 5m run-up. +
+
+ ³ Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks. +
+
+
+ +
+ + +
+

Combat Styles

+
+
Combat Style
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
Traits
+
Weapons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Char 1: + + Char 2: + + Base Value: Training & Experience: Other: +
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
+
+
+
+ +
+ + +
+

Shields & Weapons

+ FirearmsMissile WeaponsMelee WeaponsShieldsDisplay: +
+
+
+
Shield
+
DM
+
Damage
+
+
Size
+
Reach
+
AP
+
HP
+
Combat Effects
+
Traits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ENC: Max HP: +
+
+
+
+
+
+
+
Melee Weapon
+
DM
+
Damage
+
+
Size
+
Reach
+
AP
+
HP
+
Combat Effects
+
Traits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ENC: Max HP: +
+
+
+
+
+
+
+
Missile Weapon
+
DM
+
Damage
+
+
Force
+
Range
+
Load
+
IS
+
AP
+
HP
+
Combat Effects
+
Traits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ENC: Max HP: +
+
+
+
+
+
+
+
Firearm
+
Damage
+
+
Range
+
Fire Rate
+
Ammo
+
Load
+
Traits
+
+
+
+
+
+
+
+
+
+
/
+
+
+
+
+ ENC: +
+
+
+
+
+ +
+ + +
+ +
+

Standard Skills

+ +
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+ +
+
+
Athletics
+
+
+
+
+
+
+
+
+
+
Base Value: (STR+DEX)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Boating
+
+
+
+
+
+
+
+
+
+
Base Value: (STR+CON)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Brawn
+
+
+
+
+
+
+
+
+
+
Base Value: (STR+SIZ)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Conceal
+
+
+
+
+
+
+
+
+
+
Base Value: (DEX+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Customs
+
+
+
+
+
+
+
+
+
+
Base Value: (INT+INT)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Dance
+
+
+
+
+
+
+
+
+
+
Base Value: (DEX+CHA)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Deceit
+
+
+
+
+
+
+
+
+
+
Base Value: (INT+CHA)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Drive
+
+
+
+
+
+
+
+
+
+
Base Value: (DEX+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Endurance
+
+
+
+
+
+
+
+
+
+
Base Value: (CON+CON)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Evade
+
+
+
+
+
+
+
+
+
+
Base Value: (DEX+DEX)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
First Aid
+
+
+
+
+
+
+
+
+
+
Base Value: (INT+DEX)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Home Parallel
+
+
+
+
+
+
+
+
+
+
Base Value: (INT+INT)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Influence
+
+
+
+
+
+
+
+
+
+
Base Value: (CHA+CHA)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Insight
+
+
+
+
+
+
+
+
+
+
Base Value: (INT+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Locale
+
+
+
+
+
+
+
+
+
+
Base Value: (INT+INT)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Perception
+
+
+
+
+
+
+
+
+
+
Base Value: (INT+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Ride
+
+
+
+
+
+
+
+
+
+
Base Value: (DEX+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Sing
+
+
+
+
+
+
+
+
+
+
Base Value: (CHA+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Status
+
+
+
+
+
+
+
+
+
+
Base Value:
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Stealth
+
+
+
+
+
+
+
+
+
+
Base Value: (DEX+INT)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Superstition
+
+
+
+
+
+
+
+
+
+
Base Value: ((21-INT)+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Swim
+
+
+
+
+
+
+
+
+
+
Base Value: (STR+CON)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Willpower
+
+
+
+
+
+
+
+
+
+
Base Value: (POW+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Char 1: + + Char 2: + + Base Value: +
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+
+
⚓ = Encumbered, ! = Fumbled, ✔ = Trained
+
+ + +
+ +
+

Professional Skills

+
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Char 1: + + Char 2: + + Base Value: +
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+
+
+
+
Language
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Base Value: (INT+CHA)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+
+
+ +
+

Passions & Dependencies

+
+
Passion
+
Score
+
Temp
+
Penalty
+
%
+
+
+
+
+
+
+
+
+
+
+
+
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+
+
+
+
+
Dependency
+
+
Score
+
Temp
+
Penalty
+
%
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+
+
♢ = Increased for XP
+
+
+
+
+ + + +
+
+
+ + +
+
+

Magic

+ TheismSorceryPsionicsMysticismAnimismFolk MagicDivine MagicArcane MagicRoman MagicPsionicsDisplay: +
+
+ + +
+

Psionics

+ + +
+
Power
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
Sphere
+
Arc
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
Base Value: (POW+POW) Training & Experience: Other: Cost:
+
Description:
+
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
+
+
+
+ + +
+

Roman Magic

+ + +
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
+
+
Cursing
+
+
+
+
+
+
+
+
+
+
+
Learned: Base Value: (POW+cha) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
+
+
+
+
Divination
+
+
+
+
+
+
+
+
Affects:
+
+ +
+
Impact:
+
+ +
+
+
+
+
Learned: Base Value: (POW+INT) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
+
+
+
+
Necromancy
+
+
+
+
+
+
+
+
+
+
+
+
Learned: Base Value: (INT+CHA) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
+
+
+
+
Pharmacy
+
+
+
+
+
+
+
+
+
+
+
Learned: Base Value: (INT+INT) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
+
+
+
+
Shape Shifting
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
Learned: Base Value: (CON+POW) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
+
+
+
+
Theology
+
+
+
+
+
+
+
+
+
+
Learned: Base Value: (POW+POW) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
+
+
+ + +
+

Arcane Magic

+ +
+ +
+
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
Arcane Casting
+
+
+
+
+
+
+
+
+
+
Learned:
+
Base Value: (INT+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
Arcane Knowledge
+
+
+
+
+
+
+
+
+
+
Learned:
+
Base Value: (INT+INT)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+
+
Max Intensity
+
Magnitude
+
Casting Class
+
Rank
+
Armor Penalty
+
Apply Penalty
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+ +

Rank 0 Spells (Cantrips)

Known: / +
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+ Reversible: +
+
+ Cost: + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro + +
+
+
+
+ +

Rank 1 Spells

Cost Reduction: Memorized: / +
+
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ School: + Reversible: +
+
+ Cost: MP + XP + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro: + +
+
+
+
+ +

Rank 2 Spells

Cost Reduction: Memorized: / +
+
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ School: + Reversible: +
+
+ Cost: MP + XP + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro: + +
+
+
+
+ +

Rank 3 Spells

Cost Reduction: Memorized: / +
+
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ School: + Reversible: +
+
+ Cost: MP + XP + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro: + +
+
+
+
+ +

Rank 4 Spells

Cost Reduction: Memorized: / +
+
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ School: + Reversible: +
+
+ Cost: MP + XP + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro: + +
+
+
+
+ +

Rank 5 Spells

Cost Reduction: Memorized: / +
+
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ School: + Reversible: +
+
+ Cost: MP + XP + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro: + +
+
+
+
+
+ + +
+

Divine Magic

+ +
+ +
+
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
Channel
+
+
+
+
+
+
+
+
+
+
Learned:
+
Base Value: (INT+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
Piety
+
+
+
+
+
+
+
+
+
+
Learned:
+
Base Value: (CHA+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+
+
Max Intensity
+
Magnitude
+
Casting Class
+
Rank
+
Armor Penalty
+
Apply Penalty
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+ + +

Rank 1 Spells

Cost Reduction: Memorized: / +
+
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ School: + Reversible: +
+
+ Cost: MP + XP + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro: + +
+
+
+
+ +

Rank 2 Spells

Cost Reduction: Memorized: / +
+
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ School: + Reversible: +
+
+ Cost: MP + XP + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro: + +
+
+
+
+ +

Rank 3 Spells

Cost Reduction: Memorized: / +
+
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ School: + Reversible: +
+
+ Cost: MP + XP + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro: + +
+
+
+
+ +

Rank 4 Spells

Cost Reduction: Memorized: / +
+
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ School: + Reversible: +
+
+ Cost: MP + XP + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro: + +
+
+
+
+ +

Rank 5 Spells

Cost Reduction: Memorized: / +
+
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ School: + Reversible: +
+
+ Cost: MP + XP + Area: + Time: +
+
+ Duration: + Range: + Resist: +
+ Macro: + +
+
+
+
+
+ +
+

Folk Magic

+ + +
+
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
Folk MagicRites
+
+
+
+
+
+
+
+
+
+
Learned:
+
Base Value: (POW+CHA)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+
+
+
Spell
+
+
Description
+
+ +
+
+
+
+
+
+
+
+
+ Concentration: +
+
+ Resist: + + Duration: + + Range: + +
+ Macro + +
+
+
+
+ + +
+

Animism

+ +
+ +
+
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
Trance
+
+
+
+
+
+
+
+
+
+
Learned:
+
Base Value: (CON+POW)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+ +
+
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
Binding
+
+
+
+
+
+
+
+
+
+
Learned:
+
Base Value: (POW+CHA)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+
+
+
+
Rank
+
Max # of Spirits
+
Max POW of Spirits
+
Spirit AP
+
Spirit IB
+
+
Spirit Damage
+
+
+
+
+ +
+
+
+
/
+
+
+
+
+
+
+
+
+
Fetish / Spirit
+
Type
+
Description
+
+
+
+
+
+
+
+
+
+
+ : + POW: + CHA: + Intensity: +
+
+ Action Points: + Init. Bonus: + Magic Points: / +
Tenacity: /
+ Spirit Damage: +
+
+
Standard Skills:
+
Spectral Combat
:
+
Willpower
:
+
Magic Skills:
+
Folk Magic
:
+
Shaping
:
+
Invocation
:
+
Exhort
:
+
Devotion
:
+
Other Skills:
+
+
+
+
Spirit Abilities:
+
+
Spells / Miracles:
+
+
+
+
+
+
+ + +
+

Mysticism

+ + +
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
Max Cumulative Intensity
+
Max Practiced Talents
+
+
+
+
Meditation
+
+
+
+
+
+
+
+
+
+
+
+
Learned: Base Value: (INT+CON) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
+
+
+ +
+
Path
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
Max Intensity
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Base Value: (INT+CON) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
Path Talents:
+
+
+
+
+
+ +
+
Practiced Talent
+
+
Type
+
Description
+
+
+
+
+
+
+
+ +
+
+
+
+ Macro + +
+
+
+
+ + +
+

Psionics

+ + +
+
Discipline
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
Max Intensity
+
Max Active Talents
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Base Value: (POW+POW) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
Discipline Talents:
+
+
+
+
+
+ +
+
Talent
+
+
Description
+
+
+
+
+
+
+
+
+
+
+ Discipline: + +
+
+ Range: + + Duration: + + Area: +
+
+ Cost: + Resist: + + Damage: +
+ Macro: + +
+
+
+
+ + +
+

Sorcery

+ + +
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
Max Shaping Points
+
Max Memorized Spells
+
+
+
+
Shaping
+
+
+
+
+
+
+
+
+
+
+
+
Learned: Base Value: (INT+POW) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
+ + + + + + + + + + +
+
+ Components:  + Duration  + Magnitude  + Range  + Targets  +
+
+ Ablation  + Focus  + Fortune  + Precision  + Swiftness  +
+
+
+
+ +
+
Invocation
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
Max Intensity
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Char 1: + + Char 2: + + Base Value: Training & Experience: Other: +
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
Invocation Spells:
+
+
+
+
+
+ +
+
+
Spell
+
+
Description
+
+
+
+
+
+
+
+
+
+
+
+ Invocation: + + Concentration: Resist: + +
+ Macro + +
+
+
+
★ = Memorized
+
+ + +
+

Theism

+ +
+
+
Skill
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
+
Exhort
+
+
+
+
+
+
+
+
+
+
Learned:
+
Base Value: (INT+CHA)
+
Training & Experience: Other:
+
Very Easy: Easy:
+
Hard: Formidable: Herculean:
+
+
+
+ +
+
Devotion
+
+
!
+
+
Temp
+
Penalty
+
%
+
+
Intensity
+
Magnitude
+
Rank
+
Devotional Pool
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
/
+
+
+
Base Value: (POW+CHA) Training & Experience: Other:
+
Very Easy: Easy: Hard: Formidable: Herculean:
+
Devotion Miracles:
+
+
+
+
+
+
+
Miracle
+
+
Description
+
+
+
+
+
+
+
+
+
+
+ Devotion: + + Miracle Rank: + +
+
+ Damage: + Cost: + Time: + Resist: + +
+
+ Area: + + Duration: + + Range: + +
+ Macro: + +
+
+
+
+ +
+
+ +
+ +
+
+

Equipment

+
+
Item
+
ENC
+
Qty
+
+
+
+
+
+
+
+
+
Notes:
+ +
+
+

Money & Wealth

+
+
Currency
+
Value
+
ENC
+
Qty
+
+
+
+
+
+
+
+
+
+
+
Income:
+
+
Day
+
+
Month
+
+
Season
+
+
Year
+
+
+
+
Other:
+ +
+
+ +
+
+ +
+
+

Background

+
+
+ Cults, Brotherhoods & Orders + Circles + +
+
+ Community + +
+
+ Family + +
+
+
+
+ Contacts + +
+
+ Allies + +
+
+ Enemies + +
+
+
+
+ +
+
+

Notes

+ +
+
+
+
+ + + + + + + + + +
{{name}}
+ {{#character}} +
({{character}})
+ {{/character}} +
{{#rollGreater() fatigue_skills 0}} {{#rollTotal() fatigue_skills 1}}Hard{{/rollTotal() fatigue_skills 1}}{{#rollTotal() fatigue_skills 2}}Formidable{{/rollTotal() fatigue_skills 2}}{{#rollTotal() fatigue_skills 3}}Herculean{{/rollTotal() fatigue_skills 3}}{{#rollTotal() fatigue_skills 4}}Hopeless{{/rollTotal() fatigue_skills 4}}{{#rollTotal() fatigue_skills 5}}No action allowed{{/rollTotal() fatigue_skills 5}}, due to fatigue {{/rollGreater() fatigue_skills 0}}
+
{{#rollTotal() encumbered 2}}{{#rollGreater() encumbrance_skills 0}} {{#rollTotal() encumbrance_skills 1}}+1 grade harder{{/rollTotal() encumbrance_skills 1}}{{#rollTotal() encumbrance_skills 2}}+2 grades harder{{/rollTotal() encumbrance_skills 2}}{{#rollTotal() encumbrance_skills 3}}Impossible{{/rollTotal() encumbrance_skills 3}}, due to ENC{{/rollGreater() encumbrance_skills 0}}{{/rollTotal() encumbered 2}}
+ + + + + + {{#rollLess() rolled 6}} + {{#rollBetween() rolled 1 very_easy_crit}} + + {{/rollBetween() rolled 1 very_easy_crit}} + {{#rollGreater() rolled very_easy_crit}} + + {{/rollGreater() rolled very_easy_crit}} + {{/rollLess() rolled 6}} + + {{#rollBetween() rolled 6 95}} + {{#rollBetween() rolled 1 very_easy_crit}} + + {{/rollBetween() rolled 1 very_easy_crit}} + {{#rollGreater() rolled very_easy_crit}} + {{#rollBetween() rolled very_easy_crit very_easy}} + + {{/rollBetween() rolled very_easy_crit very_easy}} + {{#rollGreater() rolled very_easy}} + + {{/rollGreater() rolled very_easy}} + {{/rollGreater() rolled very_easy_crit}} + {{/rollBetween() rolled 6 95}} + + {{#rollGreater() rolled 95}} + {{#rollGreater() very_easy 100}} + {{#rollLess() rolled 100}} + + {{/rollLess() rolled 100}} + {{#rollTotal() rolled 100}} + + {{/rollTotal() rolled 100}} + {{/rollGreater() very_easy 100}} + {{#rollLess() very_easy 101}} + {{#rollLess() rolled 99}} + + {{/rollLess() rolled 99}} + {{#rollGreater() rolled 98}} + + {{/rollGreater() rolled 98}} + {{/rollLess() very_easy 101}} + {{/rollGreater() rolled 95}} + + + + + + {{#rollLess() rolled 6}} + {{#rollBetween() rolled 1 easy_crit}} + + {{/rollBetween() rolled 1 easy_crit}} + {{#rollGreater() rolled easy_crit}} + + {{/rollGreater() rolled easy_crit}} + {{/rollLess() rolled 6}} + + {{#rollBetween() rolled 6 95}} + {{#rollBetween() rolled 1 easy_crit}} + + {{/rollBetween() rolled 1 easy_crit}} + {{#rollGreater() rolled easy_crit}} + {{#rollBetween() rolled easy_crit easy}} + + {{/rollBetween() rolled easy_crit easy}} + {{#rollGreater() rolled easy}} + + {{/rollGreater() rolled easy}} + {{/rollGreater() rolled easy_crit}} + {{/rollBetween() rolled 6 95}} + + {{#rollGreater() rolled 95}} + {{#rollGreater() easy 100}} + {{#rollLess() rolled 100}} + + {{/rollLess() rolled 100}} + {{#rollTotal() rolled 100}} + + {{/rollTotal() rolled 100}} + {{/rollGreater() easy 100}} + {{#rollLess() easy 101}} + {{#rollLess() rolled 99}} + + {{/rollLess() rolled 99}} + {{#rollGreater() rolled 98}} + + {{/rollGreater() rolled 98}} + {{/rollLess() easy 101}} + {{/rollGreater() rolled 95}} + + + + + + {{#rollLess() rolled 6}} + {{#rollBetween() rolled 1 standard_crit}} + + {{/rollBetween() rolled 1 standard_crit}} + {{#rollGreater() rolled standard_crit}} + + {{/rollGreater() rolled standard_crit}} + {{/rollLess() rolled 6}} + + {{#rollBetween() rolled 6 95}} + {{#rollBetween() rolled 1 standard_crit}} + + {{/rollBetween() rolled 1 standard_crit}} + {{#rollGreater() rolled standard_crit}} + {{#rollBetween() rolled standard_crit standard}} + + {{/rollBetween() rolled standard_crit standard}} + {{#rollGreater() rolled standard}} + + {{/rollGreater() rolled standard}} + {{/rollGreater() rolled standard_crit}} + {{/rollBetween() rolled 6 95}} + + {{#rollGreater() rolled 95}} + {{#rollGreater() standard 100}} + {{#rollLess() rolled 100}} + + {{/rollLess() rolled 100}} + {{#rollTotal() rolled 100}} + + {{/rollTotal() rolled 100}} + {{/rollGreater() standard 100}} + {{#rollLess() standard 101}} + {{#rollLess() rolled 99}} + + {{/rollLess() rolled 99}} + {{#rollGreater() rolled 98}} + + {{/rollGreater() rolled 98}} + {{/rollLess() standard 101}} + {{/rollGreater() rolled 95}} + + + + + + {{#rollLess() rolled 6}} + {{#rollBetween() rolled 1 hard_crit}} + + {{/rollBetween() rolled 1 hard_crit}} + {{#rollGreater() rolled hard_crit}} + + {{/rollGreater() rolled hard_crit}} + {{/rollLess() rolled 6}} + + {{#rollBetween() rolled 6 95}} + {{#rollBetween() rolled 1 hard_crit}} + + {{/rollBetween() rolled 1 hard_crit}} + {{#rollGreater() rolled hard_crit}} + {{#rollBetween() rolled hard_crit hard}} + + {{/rollBetween() rolled hard_crit hard}} + {{#rollGreater() rolled hard}} + + {{/rollGreater() rolled hard}} + {{/rollGreater() rolled hard_crit}} + {{/rollBetween() rolled 6 95}} + + {{#rollGreater() rolled 95}} + {{#rollGreater() hard 100}} + {{#rollLess() rolled 100}} + + {{/rollLess() rolled 100}} + {{#rollTotal() rolled 100}} + + {{/rollTotal() rolled 100}} + {{/rollGreater() hard 100}} + {{#rollLess() hard 101}} + {{#rollLess() rolled 99}} + + {{/rollLess() rolled 99}} + {{#rollGreater() rolled 98}} + + {{/rollGreater() rolled 98}} + {{/rollLess() hard 101}} + {{/rollGreater() rolled 95}} + + + + + + {{#rollLess() rolled 6}} + {{#rollBetween() rolled 1 formidable_crit}} + + {{/rollBetween() rolled 1 formidable_crit}} + {{#rollGreater() rolled formidable_crit}} + + {{/rollGreater() rolled formidable_crit}} + {{/rollLess() rolled 6}} + + {{#rollBetween() rolled 6 95}} + {{#rollBetween() rolled 1 formidable_crit}} + + {{/rollBetween() rolled 1 formidable_crit}} + {{#rollGreater() rolled formidable_crit}} + {{#rollBetween() rolled formidable_crit formidable}} + + {{/rollBetween() rolled formidable_crit formidable}} + {{#rollGreater() rolled formidable}} + + {{/rollGreater() rolled formidable}} + {{/rollGreater() rolled formidable_crit}} + {{/rollBetween() rolled 6 95}} + + {{#rollGreater() rolled 95}} + {{#rollGreater() formidable 100}} + {{#rollLess() rolled 100}} + + {{/rollLess() rolled 100}} + {{#rollTotal() rolled 100}} + + {{/rollTotal() rolled 100}} + {{/rollGreater() formidable 100}} + {{#rollLess() formidable 101}} + {{#rollLess() rolled 99}} + + {{/rollLess() rolled 99}} + {{#rollGreater() rolled 98}} + + {{/rollGreater() rolled 98}} + {{/rollLess() formidable 101}} + {{/rollGreater() rolled 95}} + + + + + + {{#rollLess() rolled 6}} + {{#rollBetween() rolled 1 herculean_crit}} + + {{/rollBetween() rolled 1 herculean_crit}} + {{#rollGreater() rolled herculean_crit}} + + {{/rollGreater() rolled herculean_crit}} + {{/rollLess() rolled 6}} + + {{#rollBetween() rolled 6 95}} + {{#rollBetween() rolled 1 herculean_crit}} + + {{/rollBetween() rolled 1 herculean_crit}} + {{#rollGreater() rolled herculean_crit}} + {{#rollBetween() rolled herculean_crit herculean}} + + {{/rollBetween() rolled herculean_crit herculean}} + {{#rollGreater() rolled herculean}} + + {{/rollGreater() rolled herculean}} + {{/rollGreater() rolled herculean_crit}} + {{/rollBetween() rolled 6 95}} + + {{#rollGreater() rolled 95}} + {{#rollGreater() herculean 100}} + {{#rollLess() rolled 100}} + + {{/rollLess() rolled 100}} + {{#rollTotal() rolled 100}} + + {{/rollTotal() rolled 100}} + {{/rollGreater() herculean 100}} + {{#rollLess() herculean 101}} + {{#rollLess() rolled 99}} + + {{/rollLess() rolled 99}} + {{#rollGreater() rolled 98}} + + {{/rollGreater() rolled 98}} + {{/rollLess() herculean 101}} + {{/rollGreater() rolled 95}} + + {{#rollTotal() show_reduced 1}} + + + + + {{#rollLess() rolled 6}} + {{#rollBetween() rolled 1 10}} + + {{/rollBetween() rolled 1 10}} + {{#rollGreater() rolled 10}} + + {{/rollGreater() rolled 10}} + {{/rollLess() rolled 6}} + + {{#rollBetween() rolled 6 95}} + {{#rollBetween() rolled 1 10}} + + {{/rollBetween() rolled 1 10}} + {{#rollGreater() rolled 10}} + {{#rollBetween() rolled 10 100}} + + {{/rollBetween() rolled 10 100}} + {{#rollGreater() rolled 100}} + + {{/rollGreater() rolled 100}} + {{/rollGreater() rolled 10}} + {{/rollBetween() rolled 6 95}} + + {{#rollGreater() rolled 95}} + {{#rollLess() rolled 99}} + + {{/rollLess() rolled 99}} + {{#rollGreater() rolled 98}} + + {{/rollGreater() rolled 98}} + {{/rollGreater() rolled 95}} + + {{/rollTotal() show_reduced 1}} + {{#allprops() character show_reduced rolled encumbered encumbrance_skills fatigue_skills very_easy very_easy_crit easy easy_crit standard standard_crit hard hard_crit formidable formidable_crit herculean herculean_crit description}} + + {{/allprops() character show_reduced rolled encumbered encumbrance_skills fatigue_skills very_easy very_easy_crit easy easy_crit standard standard_crit hard hard_crit formidable formidable_crit herculean herculean_crit description}} + {{#description}} + + {{/description}} +
Very Easy:{{rolled}}≤{{very_easy}}!!
Easy:{{rolled}}≤{{easy}}!!
Standard:{{rolled}}≤{{standard}}!!
Hard:{{rolled}}≤{{hard}}!!
formidable:{{rolled}}≤{{formidable}}!!
Herculean:{{rolled}}≤{{herculean}}!!
101+ reduced:{{rolled}}≤100!
{{key}}:{{value}}
{{description}}
+
+ + + +
{{name}}
+ {{#character}} +
({{character}})
+ {{/character}} + + + {{#size}} + + {{/size}} + {{#force}} + + {{/force}} + {{#impale_size}} + + {{/impale_size}} + {{#traits}} + + {{/traits}} + {{#effects}} + + {{/effects}} +
Danage:{{damage}}
Size:{{size}}
Force:{{force}}
Impale Size:{{impale_size}}
Traits:{{traits}}
Effects:{{effects}}
+
+ + + +
{{name}}
+ {{#character}} +
({{character}})
+ {{/character}} + + {{#damage}}{{#rollGreater() damage 0}} + + {{/rollGreater() damage 0}}{{/damage}} + {{#concentration}} + + {{/concentration}} + {{#allprops() character concentration description damage ablation focus fortune precision swiftness mp_cost xp_cost cost time}} + + {{/allprops() character concentration description damage ablation focus fortune precision swiftness mp_cost xp_cost cost time}} + {{#ablation}}{{#rollGreater() ablation 0}} + + {{/rollGreater() ablation 0}}{{/ablation}} + {{#focus}}{{#rollGreater() focus 0}} + + {{/rollGreater() focus 0}}{{/focus}} + {{#fortune}}{{#rollGreater() fortune 0}} + + {{/rollGreater() fortune 0}}{{/fortune}} + {{#precision}}{{#rollGreater() precision 0}} + + {{/rollGreater() precision 0}}{{/precision}} + {{#mp_cost}} + + {{/mp_cost}} + {{#cost}}{{#rollGreater() cost 0}} + + {{/rollGreater() cost 0}}{{/cost}} + {{#time}} + {{#rollGreater() time 0}} + + {{/rollGreater() time 0}} + {{#rollLess() time 1}} + + {{/rollLess() time 1}} + {{/time}} + {{#description}} + + {{/description}} +
Damage:{{damage}}
Concentration:{{#rollTotal() concentration 0}}No{{/rollTotal() concentration 0}}{{#rollTotal() concentration 1}}Yes{{/rollTotal() concentration 1}}
{{key}}:{{value}}
Ablation Points:{{ablation}}
Focus Points:{{focus}}
Fortune Points:{{fortune}}
Precision Points:{{precision}}
Cost:{{#rollGreater() mp_cost 0}}{{mp_cost}}{{/rollGreater() mp_cost 0}}{{#rollLess() mp_cost 1}}1{{/rollLess() mp_cost 1}} MP{{#rollGreater() xp_cost 0}} + {{xp_cost}} XP{{/rollGreater() xp_cost 0}}
Cost:{{cost}}
Time:{{time}}
Time:1
{{description}}
+
+ + + +
{{name}}
+ {{#character}} +
({{character}})
+ {{/character}} + + {{#allprops() character}} + + {{/allprops() character}} +
{{key}}:{{value}}
+
+ diff --git a/M-Space/M-Space.png b/M-Space/M-Space.png new file mode 100644 index 0000000000..e53b1a152c Binary files /dev/null and b/M-Space/M-Space.png differ diff --git a/M-Space/README.md b/M-Space/README.md new file mode 100644 index 0000000000..3c0b0b060f --- /dev/null +++ b/M-Space/README.md @@ -0,0 +1 @@ +Coming soon diff --git a/M-Space/sheet.json b/M-Space/sheet.json new file mode 100644 index 0000000000..4ae65adfdc --- /dev/null +++ b/M-Space/sheet.json @@ -0,0 +1,88 @@ +{ + "html": "M-Space.html", + "css": "M-Space.css", + "authors": "Matthew Carpenter", + "roll20userid": "103705", + "preview": "M-Space.png", + "instructions": "Character sheet for the M-Space system. Use the '+' and '-' buttons to show/hide less commonly used fields of the sheets.", + "useroptions": [ + { + "attribute": "hit_locations", + "displayname": "Default Hit Location Table", + "displaytranslationkey": "default-hit-location-table-u", + "type": "select", + "options": [ + "Humanoid|humanoid", + "Custom|custom" + ], + "optiontranslationkeys": ["humanoid-u","custom-u"], + "description": "Set default hit location table for new characters.", + "descriptiontranslationkey": "hit-locations-description-u" + }, + { + "attribute": "name_display", + "displayname": "Show Name in Roll Templates", + "displaytranslationkey": "show-name-in-roll-templates-u", + "type": "select", + "options": [ + "Yes|{{character=@{character_name}}}", + "No|character=@{character_name}" + ], + "optiontranslationkeys": ["yes-u","no-u"], + "description": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "descriptiontranslationkey": "name-display-description-u" + }, + { + "attribute": "roll_display", + "displayname": "Whisper Rolls to GM", + "displaytranslationkey": "whisper-rolls-to-gm-u", + "type": "select", + "options": [ + "No|", + "Yes|/w gm " + ], + "optiontranslationkeys": ["no-u","yes-u"], + "description": "Rolls are only shown to the GM and the player making the roll.", + "descriptiontranslationkey": "roll-display-description-u" + }, + { + "attribute": "show_reduced", + "displayname": "Rolls Show 101+ Reduced", + "displaytranslationkey": "rolls-show-101-reduced-u", + "type": "select", + "options": [ + "Yes|1", + "No|0" + ], + "optiontranslationkeys": ["yes-u","no-u"], + "description": "Display a result for high skills reduced down to 100 in the roll templates.", + "descriptiontranslationkey": "show-reduced-description-u" + }, + { + "attribute": "simplified_combat_enabled_option", + "displayname": "Simplified Combat Enabled", + "displaytranslationkey": "simplified-combat-enabled-u", + "type": "select", + "options": [ + "Use Setting Default|default", + "No|0", + "Yes|1" + ], + "optiontranslationkeys": ["use-setting-default-u","no-u","yes-u"], + "description": "Use the optional simplified combat rules from M-Space.", + "descriptiontranslationkey": "simplified-combat-enabled-description-u" + }, + { + "attribute": "setting_option", + "displayname": "Setting", + "displaytranslationkey": "setting-u", + "type": "select", + "options": [ + "M-Space|m-space" + ], + "optiontranslationkeys": ["m-space-u"], + "description": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "descriptiontranslationkey": "setting-description-u" + } + ] +} diff --git a/M-Space/translation.json b/M-Space/translation.json new file mode 100644 index 0000000000..462e24e1dd --- /dev/null +++ b/M-Space/translation.json @@ -0,0 +1,473 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up.", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced", + "circles-u": "Circles" +} diff --git a/M-Space/translations/af.json b/M-Space/translations/af.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/af.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/cs.json b/M-Space/translations/cs.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/cs.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/da.json b/M-Space/translations/da.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/da.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/de.json b/M-Space/translations/de.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/de.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/el.json b/M-Space/translations/el.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/el.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/en.json b/M-Space/translations/en.json new file mode 100644 index 0000000000..462e24e1dd --- /dev/null +++ b/M-Space/translations/en.json @@ -0,0 +1,473 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up.", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced", + "circles-u": "Circles" +} diff --git a/M-Space/translations/es.json b/M-Space/translations/es.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/es.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/fr.json b/M-Space/translations/fr.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/fr.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/he.json b/M-Space/translations/he.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/he.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/it.json b/M-Space/translations/it.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/it.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/ja.json b/M-Space/translations/ja.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/ja.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/ko.json b/M-Space/translations/ko.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/ko.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/nl.json b/M-Space/translations/nl.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/nl.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/pt.json b/M-Space/translations/pt.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/pt.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/ru.json b/M-Space/translations/ru.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/ru.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/sv.json b/M-Space/translations/sv.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/sv.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/tr.json b/M-Space/translations/tr.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/tr.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/af.json b/M-Space/translations/translations/af.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/af.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/cs.json b/M-Space/translations/translations/cs.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/cs.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/da.json b/M-Space/translations/translations/da.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/da.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/de.json b/M-Space/translations/translations/de.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/de.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/el.json b/M-Space/translations/translations/el.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/el.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/en.json b/M-Space/translations/translations/en.json new file mode 100644 index 0000000000..462e24e1dd --- /dev/null +++ b/M-Space/translations/translations/en.json @@ -0,0 +1,473 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up.", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced", + "circles-u": "Circles" +} diff --git a/M-Space/translations/translations/es.json b/M-Space/translations/translations/es.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/es.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/fr.json b/M-Space/translations/translations/fr.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/fr.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/he.json b/M-Space/translations/translations/he.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/he.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/it.json b/M-Space/translations/translations/it.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/it.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/ja.json b/M-Space/translations/translations/ja.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/ja.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/ko.json b/M-Space/translations/translations/ko.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/ko.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/nl.json b/M-Space/translations/translations/nl.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/nl.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/pt.json b/M-Space/translations/translations/pt.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/pt.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/ru.json b/M-Space/translations/translations/ru.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/ru.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/sv.json b/M-Space/translations/translations/sv.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/sv.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/tr.json b/M-Space/translations/translations/tr.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/tr.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/zh.json b/M-Space/translations/translations/zh.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/translations/zh.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/translations/zu.json b/M-Space/translations/translations/zu.json new file mode 100644 index 0000000000..415082f8e4 --- /dev/null +++ b/M-Space/translations/translations/zu.json @@ -0,0 +1,472 @@ +{ + "settings-u": "crwdns56675:0crwdne56675:0", + "sheet-version-u": "crwdns56676:0crwdne56676:0", + "setting-u": "crwdns56677:0crwdne56677:0", + "default-u": "crwdns56678:0crwdne56678:0", + "luther-arkwright-u": "crwdns56679:0crwdne56679:0", + "mythic-britain-u": "crwdns56680:0crwdne56680:0", + "sheet-type-u": "crwdns56681:0crwdne56681:0", + "battle-unit-u": "crwdns56682:0crwdne56682:0", + "npc-u": "crwdns56683:0crwdne56683:0", + "pc-u": "crwdns56684:0crwdne56684:0", + "ship-u": "crwdns56685:0crwdne56685:0", + "core-u": "crwdns56686:0crwdne56686:0", + "magic-u": "crwdns56687:0crwdne56687:0", + "equipment-u": "crwdns56688:0crwdne56688:0", + "notes-u": "crwdns56689:0crwdne56689:0", + "name-u": "crwdns56690:0crwdne56690:0", + "species-u": "crwdns56691:0crwdne56691:0", + "traits-abilities-gifts-u": "crwdns56692:0crwdne56692:0", + "rank-u": "crwdns56693:0crwdne56693:0", + "experience-rolls-u": "crwdns56694:0crwdne56694:0", + "age-u": "crwdns56695:0crwdne56695:0", + "gender-u": "crwdns56696:0crwdne56696:0", + "frame-u": "crwdns56697:0crwdne56697:0", + "weight-u": "crwdns56698:0crwdne56698:0", + "height-u": "crwdns56699:0crwdne56699:0", + "handedness-u": "crwdns56700:0crwdne56700:0", + "homeland-u": "crwdns56701:0crwdne56701:0", + "culture-u": "crwdns56702:0crwdne56702:0", + "social-class-u": "crwdns56703:0crwdne56703:0", + "career-u": "crwdns56704:0crwdne56704:0", + "characteristics-u": "crwdns56705:0crwdne56705:0", + "temp-u": "crwdns56706:0crwdne56706:0", + "total-u": "crwdns56707:0crwdne56707:0", + "str-u": "crwdns56708:0crwdne56708:0", + "con-u": "crwdns56709:0crwdne56709:0", + "siz-u": "crwdns56710:0crwdne56710:0", + "dex-u": "crwdns56711:0crwdne56711:0", + "int-u": "crwdns56712:0crwdne56712:0", + "pow-u": "crwdns56713:0crwdne56713:0", + "cha-u": "crwdns56714:0crwdne56714:0", + "base-u": "crwdns56715:0crwdne56715:0", + "training-u": "crwdns56716:0crwdne56716:0", + "ageing-u": "crwdns56717:0crwdne56717:0", + "other-u": "crwdns56718:0crwdne56718:0", + "attributes-u": "crwdns56719:0crwdne56719:0", + "attribute-u": "crwdns56720:0crwdne56720:0", + "damage-modifier-u": "crwdns56721:0crwdne56721:0", + "experience-modifier-u": "crwdns56722:0crwdne56722:0", + "healing-rate-u": "crwdns56723:0crwdne56723:0", + "luck-points-u": "crwdns56724:0crwdne56724:0", + "magic-points-u": "crwdns56725:0crwdne56725:0", + "move-rate-u": "crwdns56726:0crwdne56726:0", + "initiative-bonus-u": "crwdns58325:0crwdne58325:0", + "tenacity-u": "crwdns56728:0crwdne56728:0", + "temp-damage-modifier-clarification-u": "crwdns56729:0crwdne56729:0", + "prana-points-u": "crwdns56730:0crwdne56730:0", + "action-points-u": "crwdns56731:0crwdne56731:0", + "plus-one-ap-u": "crwdns56732:0crwdne56732:0", + "swiftness-gift-u": "crwdns56733:0crwdne56733:0", + "fatigue-u": "crwdns56734:0crwdne56734:0", + "mighty-gift-u": "crwdns56735:0crwdne56735:0", + "use-str-siz-pow-u": "crwdns56736:0crwdne56736:0", + "steps-u": "crwdns56737:0crwdne56737:0", + "healthy-gift-u": "crwdns56738:0crwdne56738:0", + "add-rank-to-luck-u": "crwdns56739:0crwdne56739:0", + "armor-u": "crwdns56740:0crwdne56740:0", + "dependencies-u": "crwdns56741:0crwdne56741:0", + "hit-locations-u": "crwdns56742:0crwdne56742:0", + "robust-gift-u": "crwdns56743:0crwdne56743:0", + "ap-u": "crwdns56744:0crwdne56744:0", + "hp-u": "crwdns56745:0crwdne56745:0", + "location-u": "crwdns56746:0crwdne56746:0", + "block-u": "crwdns56747:0crwdne56747:0", + "encumbrance-u": "crwdns56748:0crwdne56748:0", + "right-leg-u": "crwdns56749:0crwdne56749:0", + "left-leg-u": "crwdns56750:0crwdne56750:0", + "abdomen-u": "crwdns56751:0crwdne56751:0", + "chest-u": "crwdns56752:0crwdne56752:0", + "right-arm-u": "crwdns56753:0crwdne56753:0", + "left-arm-u": "crwdns56754:0crwdne56754:0", + "head-u": "crwdns56755:0crwdne56755:0", + "armor-equipped-u": "crwdns56756:0crwdne56756:0", + "armor-type-u": "crwdns56757:0crwdne56757:0", + "armor-enc-u": "crwdns56758:0crwdne56758:0", + "armor-ap-u": "crwdns56759:0crwdne56759:0", + "other-ap-u": "crwdns56760:0crwdne56760:0", + "other-hp-u": "crwdns56761:0crwdne56761:0", + "base-hp-u": "crwdns56762:0crwdne56762:0", + "initiative-u": "crwdns56763:0crwdne56763:0", + "alacrity-gift-u": "crwdns56764:0crwdne56764:0", + "movement-u": "crwdns56765:0crwdne56765:0", + "walk-u": "crwdns56766:0crwdne56766:0", + "run-u": "crwdns56767:0crwdne56767:0", + "sprint-u": "crwdns56768:0crwdne56768:0", + "jump-u": "crwdns56769:0crwdne56769:0", + "horizontal-short-u": "crwdns56770:0crwdne56770:0", + "vertical-short-u": "crwdns56771:0crwdne56771:0", + "horizontal-u": "crwdns56772:0crwdne56772:0", + "vertical-u": "crwdns56773:0crwdne56773:0", + "swim-u": "crwdns56774:0crwdne56774:0", + "climb-u": "crwdns56775:0crwdne56775:0", + "rough-u": "crwdns56776:0crwdne56776:0", + "steep-u": "crwdns56777:0crwdne56777:0", + "sheer-u": "crwdns56778:0crwdne56778:0", + "movement-one-clarification-u": "crwdns56779:0crwdne56779:0", + "movement-two-clarification-u": "crwdns62321:0crwdne62321:0", + "movement-three-clarification-u": "crwdns56781:0crwdne56781:0", + "current-u": "crwdns56782:0crwdne56782:0", + "carrying-load-u": "crwdns56783:0crwdne56783:0", + "dex-and-str-skills-u": "crwdns56784:0crwdne56784:0", + "move-penalty-u": "crwdns56785:0crwdne56785:0", + "avg-species-siz-u": "crwdns56786:0crwdne56786:0", + "encumbrance-from-armor-u": "crwdns56787:0crwdne56787:0", + "effective-encumbrance-from-armor-u": "crwdns56788:0crwdne56788:0", + "encumbrance-from-shields-u": "crwdns56789:0crwdne56789:0", + "encumbrance-from-melee-weapons-u": "crwdns56790:0crwdne56790:0", + "encumbrance-from-missile-weapons-u": "crwdns58462:0crwdne58462:0", + "encumbrance-from-firearms-u": "crwdns56792:0crwdne56792:0", + "encumbrance-from-gear-u": "crwdns56793:0crwdne56793:0", + "encumbrance-from-currency-u": "crwdns56794:0crwdne56794:0", + "burdened-u": "crwdns56795:0crwdne56795:0", + "overloaded-u": "crwdns56796:0crwdne56796:0", + "max-u": "crwdns56797:0crwdne56797:0", + "current-level-u": "crwdns56798:0crwdne56798:0", + "recovery-in-u": "crwdns56799:0crwdne56799:0", + "fresh-u": "crwdns56800:0crwdne56800:0", + "winded-u": "crwdns56801:0crwdne56801:0", + "tired-u": "crwdns56802:0crwdne56802:0", + "Wearied-u": "crwdns56803:0crwdne56803:0", + "exhausted-u": "crwdns56804:0crwdne56804:0", + "incapacitated-u": "crwdns56805:0crwdne56805:0", + "semi-consciou-u": "crwdns56806:0crwdne56806:0", + "comatose-u": "crwdns56807:0crwdne56807:0", + "dead-u": "crwdns56808:0crwdne56808:0", + "standard-u": "crwdns56809:0crwdne56809:0", + "hard-u": "crwdns56810:0crwdne56810:0", + "formidable-u": "crwdns56811:0crwdne56811:0", + "herculean-u": "crwdns56812:0crwdne56812:0", + "hopeless-u": "crwdns56813:0crwdne56813:0", + "no-action-allowed-u": "crwdns56814:0crwdne56814:0", + "combat-styles-u": "crwdns56815:0crwdne56815:0", + "combat-style-u": "crwdns56816:0crwdne56816:0", + "penalty-u": "crwdns56817:0crwdne56817:0", + "traits-u": "crwdns56818:0crwdne56818:0", + "weapons-u": "crwdns56819:0crwdne56819:0", + "hours-u": "crwdns56820:0crwdne56820:0", + "characteristic-short-u": "crwdns56821:0crwdne56821:0", + "base-value-u": "crwdns56822:0crwdne56822:0", + "training-and-experience-u": "crwdns56823:0crwdne56823:0", + "standard-skills-u": "crwdns56824:0crwdne56824:0", + "skill-u": "crwdns56825:0crwdne56825:0", + "skill-grade-u": "crwdns56826:0crwdne56826:0", + "shields-and-weapons-u": "crwdns56827:0crwdne56827:0", + "shield-u": "crwdns56828:0crwdne56828:0", + "damage-mod-short-u": "crwdns56829:0crwdne56829:0", + "damage-u": "crwdns56830:0crwdne56830:0", + "combat-effects-u": "crwdns56831:0crwdne56831:0", + "max-hp-u": "crwdns56832:0crwdne56832:0", + "size-u": "crwdns56833:0crwdne56833:0", + "reach-u": "crwdns56834:0crwdne56834:0", + "enc-u": "crwdns56835:0crwdne56835:0", + "force-u": "crwdns56836:0crwdne56836:0", + "range-u": "crwdns56837:0crwdne56837:0", + "load-u": "crwdns56838:0crwdne56838:0", + "impale-size-short-u": "crwdns56839:0crwdne56839:0", + "display-u": "crwdns56840:0crwdne56840:0", + "shields-u": "crwdns56841:0crwdne56841:0", + "melee-weapons-u": "crwdns56842:0crwdne56842:0", + "melee-weapon-u": "crwdns56843:0crwdne56843:0", + "missile-weapons-u": "crwdns58463:0crwdne58463:0", + "missile-weapon-u": "crwdns58464:0crwdne58464:0", + "firearms-u": "crwdns56846:0crwdne56846:0", + "firearm-u": "crwdns56847:0crwdne56847:0", + "fire-rate-u": "crwdns56848:0crwdne56848:0", + "ammo-u": "crwdns56849:0crwdne56849:0", + "money-and-wealth-u": "crwdns56850:0crwdne56850:0", + "income-u": "crwdns56851:0crwdne56851:0", + "day-u": "crwdns56852:0crwdne56852:0", + "month-u": "crwdns56853:0crwdne56853:0", + "season-u": "crwdns56854:0crwdne56854:0", + "year-u": "crwdns56855:0crwdne56855:0", + "currency-u": "crwdns56856:0crwdne56856:0", + "value-u": "crwdns56857:0crwdne56857:0", + "quantity-short-u": "crwdns56858:0crwdne56858:0", + "item-u": "crwdns56859:0crwdne56859:0", + "centimetres-short-u": "crwdns56860:0crwdne56860:0", + "kilograms-short-u": "crwdns56861:0crwdne56861:0", + "armor-penalty-u": "crwdns56862:0crwdne56862:0", + "base-move-u": "crwdns56863:0crwdne56863:0", + "greater-than-u": "crwdns56864:0crwdne56864:0", + "athletics-u": "crwdns56865:0crwdne56865:0", + "very-easy-u": "crwdns56866:0crwdne56866:0", + "easy-u": "crwdns56867:0crwdne56867:0", + "one-grade-harder-u": "crwdns56868:0crwdne56868:0", + "two-grades-harder-u": "crwdns56869:0crwdne56869:0", + "impossible-u": "crwdns56870:0crwdne56870:0", + "passions-u": "crwdns62322:0crwdne62322:0", + "and-dependencies-u": "crwdns62323:0crwdne62323:0", + "score-u": "crwdns56872:0crwdne56872:0", + "dependency-u": "crwdns56873:0crwdne56873:0", + "passion-u": "crwdns56874:0crwdne56874:0", + "professional-skills-u": "crwdns56875:0crwdne56875:0", + "language-u": "crwdns56876:0crwdne56876:0", + "resistance-u": "crwdns56877:0crwdne56877:0", + "brawn-u": "crwdns56878:0crwdne56878:0", + "endurance-u": "crwdns56879:0crwdne56879:0", + "evade-u": "crwdns56880:0crwdne56880:0", + "willpower-u": "crwdns56881:0crwdne56881:0", + "boating-u": "crwdns56882:0crwdne56882:0", + "conceal-u": "crwdns56883:0crwdne56883:0", + "customs-u": "crwdns56884:0crwdne56884:0", + "dance-u": "crwdns56885:0crwdne56885:0", + "deceit-u": "crwdns56886:0crwdne56886:0", + "drive-u": "crwdns56887:0crwdne56887:0", + "first-aid-u": "crwdns56888:0crwdne56888:0", + "influence-u": "crwdns56889:0crwdne56889:0", + "insight-u": "crwdns56890:0crwdne56890:0", + "locale-u": "crwdns56891:0crwdne56891:0", + "perception-u": "crwdns56892:0crwdne56892:0", + "ride-u": "crwdns56893:0crwdne56893:0", + "sing-u": "crwdns56894:0crwdne56894:0", + "stealth-u": "crwdns56895:0crwdne56895:0", + "superstition-u": "crwdns56896:0crwdne56896:0", + "home-parallel-u": "crwdns56897:0crwdne56897:0", + "unarmed-u": "crwdns56898:0crwdne56898:0", + "native-tongue-u": "crwdns56899:0crwdne56899:0", + "medium-u": "crwdns56900:0crwdne56900:0", + "strenuous-u": "crwdns56901:0crwdne56901:0", + "halved-u": "crwdns56902:0crwdne56902:0", + "normal-u": "crwdns56903:0crwdne56903:0", + "all-u": "crwdns56904:0crwdne56904:0", + "equipment-and-wealth-u": "crwdns56905:0crwdne56905:0", + "due-to-fatigue-u": "crwdns56906:0crwdne56906:0", + "due-to-enc-u": "crwdns56907:0crwdne56907:0", + "reduced-u": "crwdns56908:0crwdne56908:0", + "cults-brotherhoods-and-orders-u": "crwdns56909:0crwdne56909:0", + "contacts-u": "crwdns56910:0crwdne56910:0", + "family-u": "crwdns56911:0crwdne56911:0", + "community-u": "crwdns56912:0crwdne56912:0", + "theism-u": "crwdns56913:0crwdne56913:0", + "sorcery-u": "crwdns56914:0crwdne56914:0", + "mysticism-u": "crwdns56915:0crwdne56915:0", + "animism-u": "crwdns56916:0crwdne56916:0", + "folk-magic-u": "crwdns56917:0crwdne56917:0", + "spell-u": "crwdns56918:0crwdne56918:0", + "description-u": "crwdns56919:0crwdne56919:0", + "macro-u": "crwdns56920:0crwdne56920:0", + "learned-u": "crwdns56921:0crwdne56921:0", + "follower-u": "crwdns56922:0crwdne56922:0", + "spirit-worshipper-u": "crwdns56923:0crwdne56923:0", + "shaman-u": "crwdns56924:0crwdne56924:0", + "high-shaman-u": "crwdns56925:0crwdne56925:0", + "spirit-lord-u": "crwdns56926:0crwdne56926:0", + "type-u": "crwdns56927:0crwdne56927:0", + "fetish-spirit-u": "crwdns56928:0crwdne56928:0", + "max-number-of-spirits-u": "crwdns56929:0crwdne56929:0", + "max-pow-of-spirits-u": "crwdns56930:0crwdne56930:0", + "spirit-ap-u": "crwdns56931:0crwdne56931:0", + "spirit-initiative-bonus-short-u": "crwdns58326:0crwdne58326:0", + "spirit-damage-u": "crwdns56933:0crwdne56933:0", + "trance-u": "crwdns56934:0crwdne56934:0", + "binding-u": "crwdns56935:0crwdne56935:0", + "allies-u": "crwdns56936:0crwdne56936:0", + "enemies-u": "crwdns56937:0crwdne56937:0", + "meditation-u": "crwdns56938:0crwdne56938:0", + "path-u": "crwdns56939:0crwdne56939:0", + "practiced-talent-u": "crwdns56940:0crwdne56940:0", + "max-cumulative-intensity-u": "crwdns56941:0crwdne56941:0", + "max-practiced-talents-u": "crwdns56942:0crwdne56942:0", + "max-intensity-u": "crwdns56943:0crwdne56943:0", + "path-talents-u": "crwdns56944:0crwdne56944:0", + "shaping-u": "crwdns56945:0crwdne56945:0", + "invocation-u": "crwdns56946:0crwdne56946:0", + "invocation-spells-u": "crwdns56947:0crwdne56947:0", + "max-shaping-points-u": "crwdns56948:0crwdne56948:0", + "max-memorized-spells-u": "crwdns56949:0crwdne56949:0", + "memorized-u": "crwdns56950:0crwdne56950:0", + "intensity-u": "crwdns56951:0crwdne56951:0", + "magnitude-u": "crwdns56952:0crwdne56952:0", + "devotional-pool-u": "crwdns56953:0crwdne56953:0", + "exhort-u": "crwdns56954:0crwdne56954:0", + "devotion-u": "crwdns56955:0crwdne56955:0", + "lay-member-u": "crwdns56956:0crwdne56956:0", + "initiate-u": "crwdns56957:0crwdne56957:0", + "acolyte-u": "crwdns56958:0crwdne56958:0", + "priest-u": "crwdns56959:0crwdne56959:0", + "high-priest-u": "crwdns56960:0crwdne56960:0", + "concentration-u": "crwdns56961:0crwdne56961:0", + "resist-u": "crwdns56962:0crwdne56962:0", + "devotion-miracles-u": "crwdns56963:0crwdne56963:0", + "cost-u": "crwdns56964:0crwdne56964:0", + "time-u": "crwdns56965:0crwdne56965:0", + "area-u": "crwdns56966:0crwdne56966:0", + "duration-u": "crwdns56967:0crwdne56967:0", + "metres-u": "crwdns56968:0crwdne56968:0", + "decametres-u": "crwdns56969:0crwdne56969:0", + "kilometres-u": "crwdns56970:0crwdne56970:0", + "instant-u": "crwdns56971:0crwdne56971:0", + "minutes-u": "crwdns56972:0crwdne56972:0", + "days-u": "crwdns56973:0crwdne56973:0", + "months-u": "crwdns56974:0crwdne56974:0", + "miracle-u": "crwdns56975:0crwdne56975:0", + "encumbered-u": "crwdns56976:0crwdne56976:0", + "fumbled-u": "crwdns56977:0crwdne56977:0", + "trained-u": "crwdns56978:0crwdne56978:0", + "increased-for-xp-u": "crwdns56979:0crwdne56979:0", + "yes-u": "crwdns56980:0crwdne56980:0", + "no-u": "crwdns56981:0crwdne56981:0", + "special-u": "crwdns56982:0crwdne56982:0", + "touch-u": "crwdns56983:0crwdne56983:0", + "miracle-rank-u": "crwdns56984:0crwdne56984:0", + "ranged-u": "crwdns56985:0crwdne56985:0", + "invoke-trait-u": "crwdns56986:0crwdne56986:0", + "enhance-attribute-u": "crwdns56987:0crwdne56987:0", + "augment-skill-u": "crwdns56988:0crwdne56988:0", + "targets-u": "crwdns56989:0crwdne56989:0", + "impale-size-u": "crwdns56990:0crwdne56990:0", + "effects-u": "crwdns56991:0crwdne56991:0", + "whisper-rolls-to-gm-u": "crwdns58467:0crwdne58467:0", + "magic-skills-u": "crwdns58468:0crwdne58468:0", + "other-skills-u": "crwdns58469:0crwdne58469:0", + "spectral-combat-u": "crwdns58470:0crwdne58470:0", + "spirit-abilities-u": "crwdns58471:0crwdne58471:0", + "spirits-have-tenacity-u": "crwdns58472:0crwdne58472:0", + "spells-u": "crwdns58473:0crwdne58473:0", + "miracles-u": "crwdns58474:0crwdne58474:0", + "show-name-in-roll-templates-u": "crwdns58475:0crwdne58475:0", + "rolled-u": "crwdns58476:0crwdne58476:0", + "roll-initiative-u": "crwdns58477:0crwdne58477:0", + "components-u": "crwdns58478:0crwdne58478:0", + "disabled-u": "crwdns58479:0crwdne58479:0", + "enabled-u": "crwdns58480:0crwdne58480:0", + "ablation-points-u": "crwdns58481:0crwdne58481:0", + "focus-points-u": "crwdns58482:0crwdne58482:0", + "fortune-points-u": "crwdns58483:0crwdne58483:0", + "precision-points-u": "crwdns58484:0crwdne58484:0", + "swiftness-points-u": "crwdns58485:0crwdne58485:0", + "ablation-u": "crwdns58486:0crwdne58486:0", + "focus-u": "crwdns58487:0crwdne58487:0", + "fortune-u": "crwdns58488:0crwdne58488:0", + "precision-u": "crwdns58489:0crwdne58489:0", + "swiftness-u": "crwdns58490:0crwdne58490:0", + "use-setting-default-u": "crwdns62324:0crwdne62324:0", + "background-u": "crwdns62325:0crwdne62325:0", + "display-campaign-settings-u": "crwdns62326:0crwdne62326:0", + "hit-u": "crwdns62327:0crwdne62327:0", + "status-u": "crwdns62328:0crwdne62328:0", + "monster-island-u": "crwdns62329:0crwdne62329:0", + "initiative-roll-u": "crwdns62330:0crwdne62330:0", + "running-jump-u": "crwdns62331:0crwdne62331:0", + "standing-jump-u": "crwdns62332:0crwdne62332:0", + "paralell-designator-u": "crwdns62333:0crwdne62333:0", + "paralell-type-development-u": "crwdns62334:0crwdne62334:0", + "apply-dependencies-penalty-u": "crwdns62335:0crwdne62335:0", + "rites-u": "crwdns62336:0crwdne62336:0", + "thennla-u": "crwdns62337:0crwdne62337:0", + "classic-fantasy-u": "crwdns62338:0crwdne62338:0", + "race-u": "crwdns62339:0crwdne62339:0", + "class-u": "crwdns62340:0crwdne62340:0", + "arcane-magic-u": "crwdns62341:0crwdne62341:0", + "divine-magic-u": "crwdns62342:0crwdne62342:0", + "arcane-casting-u": "crwdns62343:0crwdne62343:0", + "arcane-knowledge-u": "crwdns62344:0crwdne62344:0", + "casting-class-u": "crwdns62345:0crwdne62345:0", + "magic-user-u": "crwdns62346:0crwdne62346:0", + "bard-u": "crwdns62347:0crwdne62347:0", + "disbelieve-u": "crwdns62348:0crwdne62348:0", + "known-u": "crwdns62349:0crwdne62349:0", + "cantrips-u": "crwdns62350:0crwdne62350:0", + "school-u": "crwdns62351:0crwdne62351:0", + "reversible-u": "crwdns62352:0crwdne62352:0", + "actions-u": "crwdns62353:0crwdne62353:0", + "xp-u": "crwdns62354:0crwdne62354:0", + "mp-u": "crwdns62355:0crwdne62355:0", + "cost-reduction-u": "crwdns62356:0crwdne62356:0", + "apply-penalty-u": "crwdns62357:0crwdne62357:0", + "piety-u": "crwdns62358:0crwdne62358:0", + "channel-u": "crwdns62359:0crwdne62359:0", + "arcane-magic-enabled-u": "crwdns62360:0crwdne62360:0", + "divine-magic-enabled-u": "crwdns62361:0crwdne62361:0", + "name-display-description-u": "crwdns62362:0crwdne62362:0", + "roll-display-description-u": "crwdns62363:0crwdne62363:0", + "setting-description-u": "crwdns62364:0crwdne62364:0", + "luck-points-rank-description-u": "crwdns62365:0crwdne62365:0", + "tenacity-enabled-description-u": "crwdns62366:0crwdne62366:0", + "firearms-enabled-description-u": "crwdns62367:0crwdne62367:0", + "boating-standard-description-u": "crwdns62368:0crwdne62368:0", + "status-standard-description-u": "crwdns62369:0crwdne62369:0", + "superstition-standard-description-u": "crwdns62370:0crwdne62370:0", + "dependencies-enabled-description-u": "crwdns62371:0crwdne62371:0", + "arcane-magic-enabled-description-u": "crwdns62372:0crwdne62372:0", + "divine-magic-enabled-description-u": "crwdns62373:0crwdne62373:0", + "folk-magic-enabled-description-u": "crwdns62374:0crwdne62374:0", + "animism-enabled-description-u": "crwdns62375:0crwdne62375:0", + "spirits-have-tenacity-description-u": "crwdns62376:0crwdne62376:0", + "mysticism-enabled-description-u": "crwdns62377:0crwdne62377:0", + "sorcery-enabled-description-u": "crwdns62378:0crwdne62378:0", + "theism-enabled-description-u": "crwdns62379:0crwdne62379:0", + "conditions-u": "crwdns62822:0crwdne62822:0", + "psionics-u": "crwdns62823:0crwdne62823:0", + "discipline-u": "crwdns62824:0crwdne62824:0", + "discipline-talents-u": "crwdns62825:0crwdne62825:0", + "max-active-talents-u": "crwdns62826:0crwdne62826:0", + "humanoid-u": "crwdns62827:0crwdne62827:0", + "custom-u": "crwdns62828:0crwdne62828:0", + "health-and-armor-u": "crwdns62829:0crwdne62829:0", + "personal-u": "crwdns62830:0crwdne62830:0", + "short-u": "crwdns62831:0crwdne62831:0", + "long-u": "crwdns62832:0crwdne62832:0", + "multiversal-u": "crwdns62833:0crwdne62833:0", + "self-u": "crwdns62834:0crwdne62834:0", + "line-of-sight-u": "crwdns62835:0crwdne62835:0", + "same-paralell-u": "crwdns62836:0crwdne62836:0", + "any-paralell-u": "crwdns62837:0crwdne62837:0", + "instantaneous-u": "crwdns62838:0crwdne62838:0", + "talent-u": "crwdns62839:0crwdne62839:0", + "lasting-u": "crwdns62840:0crwdne62840:0", + "la-psionics-enabled-u": "crwdns62841:0crwdne62841:0", + "default-hit-location-table-u": "crwdns62842:0crwdne62842:0", + "hit-locations-description-u": "crwdns62843:0crwdne62843:0", + "roman-magic-u": "crwdns63262:0crwdne63262:0", + "cursing-u": "crwdns63263:0crwdne63263:0", + "curse-u": "crwdns63264:0crwdne63264:0", + "prediction-u": "crwdns63265:0crwdne63265:0", + "divination-u": "crwdns63266:0crwdne63266:0", + "affects-u": "crwdns63267:0crwdne63267:0", + "impact-u": "crwdns63268:0crwdne63268:0", + "individual-u": "crwdns63269:0crwdne63269:0", + "group-u": "crwdns63270:0crwdne63270:0", + "city-u": "crwdns63271:0crwdne63271:0", + "necromancy-u": "crwdns63272:0crwdne63272:0", + "minor-u": "crwdns63273:0crwdne63273:0", + "life-altering-u": "crwdns63274:0crwdne63274:0", + "death-u": "crwdns63275:0crwdne63275:0", + "question-dead-u": "crwdns63276:0crwdne63276:0", + "summon-lemur-u": "crwdns63277:0crwdne63277:0", + "pharmacy-u": "crwdns63278:0crwdne63278:0", + "concocte-potion-u": "crwdns63279:0crwdne63279:0", + "small-animal-u": "crwdns63280:0crwdne63280:0", + "medium-animal-u": "crwdns63281:0crwdne63281:0", + "large-animal-u": "crwdns63282:0crwdne63282:0", + "shape-shifting-u": "crwdns63283:0crwdne63283:0", + "create-salve-skins-u": "crwdns63284:0crwdne63284:0", + "change-time-u": "crwdns63285:0crwdne63285:0", + "theology-u": "crwdns63286:0crwdne63286:0", + "mythic-rome-u": "crwdns63287:0crwdne63287:0", + "power-u": "crwdns63288:0crwdne63288:0", + "sphere-u": "crwdns63289:0crwdne63289:0", + "arc-u": "crwdns63290:0crwdne63290:0", + "first-u": "crwdns63291:0crwdne63291:0", + "second-u": "crwdns63292:0crwdne63292:0", + "third-u": "crwdns63293:0crwdne63293:0", + "ms-psionics-enabled-u": "crwdns63294:0crwdne63294:0", + "roman-magic-enabled-u": "crwdns63295:0crwdne63295:0", + "none-u": "crwdns63296:0crwdne63296:0", + "simplified-combat-enabled-u": "crwdns63297:0crwdne63297:0", + "system-u": "crwdns63298:0crwdne63298:0", + "hit-points-u": "crwdns63299:0crwdne63299:0", + "wounds-u": "crwdns63300:0crwdne63300:0", + "conflict-pool-u": "crwdns63301:0crwdne63301:0", + "extended-conflict-resolution-enabled-u": "crwdns63302:0crwdne63302:0", + "home-world-u": "crwdns63303:0crwdne63303:0", + "m-space-u": "crwdns63304:0crwdne63304:0", + "power-points-u": "crwdns63305:0crwdne63305:0", + "show-reduced-description-u": "crwdns63306:0crwdne63306:0", + "extended-conflict-enabled-description-u": "crwdns63307:0crwdne63307:0", + "roman-magic-enabled-description-u": "crwdns63308:0crwdne63308:0", + "ms-psionics-enabled-description-u": "crwdns63309:0crwdne63309:0", + "la-psionics-enabled-description-u": "crwdns63310:0crwdne63310:0", + "rolls-show-101-reduced-u": "crwdns63312:0crwdne63312:0" +} \ No newline at end of file diff --git a/M-Space/translations/zh.json b/M-Space/translations/zh.json new file mode 100644 index 0000000000..847814d207 --- /dev/null +++ b/M-Space/translations/zh.json @@ -0,0 +1,472 @@ +{ + "settings-u": "Settings", + "sheet-version-u": "Sheet Version", + "setting-u": "Setting", + "default-u": "Default", + "luther-arkwright-u": "Luther Arkwright", + "mythic-britain-u": "Mythic Britain", + "sheet-type-u": "Sheet Type", + "battle-unit-u": "Battle Unit", + "npc-u": "NPC", + "pc-u": "PC", + "ship-u": "Ship", + "core-u": "Core", + "magic-u": "Magic", + "equipment-u": "Equipment", + "notes-u": "Notes", + "name-u": "Name", + "species-u": "Species", + "traits-abilities-gifts-u": "Traits / Abilities / Gifts", + "rank-u": "Rank", + "experience-rolls-u": "Exp Rolls", + "age-u": "Age", + "gender-u": "Gender", + "frame-u": "Frame", + "weight-u": "Weight", + "height-u": "Height", + "handedness-u": "Handedness", + "homeland-u": "Homeland", + "culture-u": "Culture", + "social-class-u": "Social Class", + "career-u": "Career", + "characteristics-u": "Characteristics", + "temp-u": "Temp", + "total-u": "Total", + "str-u": "STR", + "con-u": "CON", + "siz-u": "SIZ", + "dex-u": "DEX", + "int-u": "INT", + "pow-u": "POW", + "cha-u": "CHA", + "base-u": "Base", + "training-u": "Training", + "ageing-u": "Ageing", + "other-u": "Other", + "attributes-u": "Attributes", + "attribute-u": "Attribute", + "damage-modifier-u": "Damage Mod", + "experience-modifier-u": "Exp Modifier", + "healing-rate-u": "Healing Rate", + "luck-points-u": "Luck Points", + "magic-points-u": "Magic Points", + "move-rate-u": "Move Rate", + "initiative-bonus-u": "Init. Bonus", + "tenacity-u": "Tenacity", + "temp-damage-modifier-clarification-u": "Temp Damage Mod represents the steps up or down the damage modifier table", + "prana-points-u": "Prana Points", + "action-points-u": "Action Points", + "plus-one-ap-u": "+1 AP", + "swiftness-gift-u": "Swiftness Gift", + "fatigue-u": "Fatigue", + "mighty-gift-u": "Mighty Gift", + "use-str-siz-pow-u": "Use STR+SIZ+POW", + "steps-u": "steps", + "healthy-gift-u": "Healthy Gift (Double Healing Rate)", + "add-rank-to-luck-u": "Add rank to luck", + "armor-u": "Armor", + "dependencies-u": "Dependencies", + "hit-locations-u": "Hit Locations", + "robust-gift-u": "Robust Gift (CON+SIZ+POW for HP)", + "ap-u": "AP", + "hp-u": "HP", + "location-u": "Location", + "block-u": "Block?", + "encumbrance-u": "Encumbrance", + "right-leg-u": "Right Leg", + "left-leg-u": "Left Leg", + "abdomen-u": "Abdomen", + "chest-u": "Chest", + "right-arm-u": "Right Arm", + "left-arm-u": "Left Arm", + "head-u": "Head", + "armor-equipped-u": "Armor Equipped", + "armor-type-u": "Armor Type", + "armor-enc-u": "Armor ENC", + "armor-ap-u": "Armor AP", + "other-ap-u": "Other AP", + "other-hp-u": "Other HP", + "base-hp-u": "Base HP", + "initiative-u": "Initiative", + "alacrity-gift-u": "Alacrity Gift (roll 1d6+6)", + "movement-u": "Movement", + "walk-u": "Walk", + "run-u": "Run", + "sprint-u": "Sprint", + "jump-u": "Jump", + "horizontal-short-u": "Horiz.", + "vertical-short-u": "Vert.", + "horizontal-u": "Horizontal", + "vertical-u": "Vertical", + "swim-u": "Swim", + "climb-u": "Climb", + "rough-u": "Rough", + "steep-u": "Steep", + "sheer-u": "Sheer", + "movement-one-clarification-u": "Critical success on Athletics roll grants +1 movement", + "movement-two-clarification-u": "These jump values assume a 5m run-up. If a 5m run up is not possible these are the values instead", + "movement-three-clarification-u": "Critical success on Swim roll grants +1 movement. The 2nd field resolves armor penalty and if positive the character swims, if 0 floats and if negative sinks.", + "current-u": "Current", + "carrying-load-u": "Carrying Load", + "dex-and-str-skills-u": "DEX & STR Skills", + "move-penalty-u": "Move Penalty", + "avg-species-siz-u": "Average Species SIZ", + "encumbrance-from-armor-u": "Encumbrance from Armor", + "effective-encumbrance-from-armor-u": "Effective Encumbrance from Armor", + "encumbrance-from-shields-u": "Encumbrance from Shields", + "encumbrance-from-melee-weapons-u": "Encumbrance from Melee Weapons", + "encumbrance-from-missile-weapons-u": "Encumbrance from Missile Weapons", + "encumbrance-from-firearms-u": "Encumbrance from Firearms", + "encumbrance-from-gear-u": "Encumbrance from Gear", + "encumbrance-from-currency-u": "Encumbrance from Currency", + "burdened-u": "Burdened", + "overloaded-u": "Overloaded", + "max-u": "Max", + "current-level-u": "Current Level", + "recovery-in-u": "Recovery In", + "fresh-u": "Fresh", + "winded-u": "Winded", + "tired-u": "Tired", + "Wearied-u": "Wearied", + "exhausted-u": "Exhausted", + "incapacitated-u": "Incapacitated", + "semi-consciou-u": "Semi-Conscious", + "comatose-u": "Comatose", + "dead-u": "Dead", + "standard-u": "Standard", + "hard-u": "Hard", + "formidable-u": "Formidable", + "herculean-u": "Herculean", + "hopeless-u": "Hopeless", + "no-action-allowed-u": "No Action Allowed", + "combat-styles-u": "Combat Styles", + "combat-style-u": "Combat Style", + "penalty-u": "Penalty", + "traits-u": "Traits", + "weapons-u": "Weapons", + "hours-u": "Hours", + "characteristic-short-u": "Char", + "base-value-u": "Base Value", + "training-and-experience-u": "Training & Experience", + "standard-skills-u": "Standard Skills", + "skill-u": "Skill", + "skill-grade-u": "Skill Grade", + "shields-and-weapons-u": "Shields & Weapons", + "shield-u": "Shield", + "damage-mod-short-u": "DM", + "damage-u": "Damage", + "combat-effects-u": "Combat Effects", + "max-hp-u": "Max HP", + "size-u": "Size", + "reach-u": "Reach", + "enc-u": "ENC", + "force-u": "Force", + "range-u": "Range", + "load-u": "Load", + "impale-size-short-u": "IS", + "display-u": "Display", + "shields-u": "Shields", + "melee-weapons-u": "Melee Weapons", + "melee-weapon-u": "Melee Weapon", + "missile-weapons-u": "Missile Weapons", + "missile-weapon-u": "Missile Weapon", + "firearms-u": "Firearms", + "firearm-u": "Firearm", + "fire-rate-u": "Fire Rate", + "ammo-u": "Ammo", + "money-and-wealth-u": "Money & Wealth", + "income-u": "Income", + "day-u": "Day", + "month-u": "Month", + "season-u": "Season", + "year-u": "Year", + "currency-u": "Currency", + "value-u": "Value", + "quantity-short-u": "Quantity", + "item-u": "Item", + "centimetres-short-u": "cm", + "kilograms-short-u": "kg", + "armor-penalty-u": "Armor Penalty", + "base-move-u": "Base Move", + "greater-than-u": "greater than", + "athletics-u": "Athletics", + "very-easy-u": "Very Easy", + "easy-u": "Easy", + "one-grade-harder-u": "1 grade harder", + "two-grades-harder-u": "2 grades harder", + "impossible-u": "Impossible", + "passions-u": "Passions", + "and-dependencies-u": "& Dependencies", + "score-u": "Score", + "dependency-u": "Dependency", + "passion-u": "Passion", + "professional-skills-u": "Professional Skills", + "language-u": "Language", + "resistance-u": "Resistance", + "brawn-u": "Brawn", + "endurance-u": "Endurance", + "evade-u": "Evade", + "willpower-u": "Willpower", + "boating-u": "Boating", + "conceal-u": "Conceal", + "customs-u": "Customs", + "dance-u": "Dance", + "deceit-u": "Deceit", + "drive-u": "Drive", + "first-aid-u": "First Aid", + "influence-u": "Influence", + "insight-u": "Insight", + "locale-u": "Locale", + "perception-u": "Perception", + "ride-u": "Ride", + "sing-u": "Sing", + "stealth-u": "Stealth", + "superstition-u": "Superstition", + "home-parallel-u": "Home Parallel", + "unarmed-u": "Unarmed", + "native-tongue-u": "Native Tongue", + "medium-u": "Medium", + "strenuous-u": "Strenuous", + "halved-u": "Halved", + "normal-u": "Normal", + "all-u": "All", + "equipment-and-wealth-u": "Equipment", + "due-to-fatigue-u": "due to fatigue", + "due-to-enc-u": "due to ENC", + "reduced-u": "reduced", + "cults-brotherhoods-and-orders-u": "Cults, Brotherhoods and Orders", + "contacts-u": "Contacts", + "family-u": "Family", + "community-u": "Community", + "theism-u": "Theism", + "sorcery-u": "Sorcery", + "mysticism-u": "Mysticism", + "animism-u": "Animism", + "folk-magic-u": "Folk Magic", + "spell-u": "Spell", + "description-u": "Description", + "macro-u": "Macro", + "learned-u": "Learned", + "follower-u": "Follower", + "spirit-worshipper-u": "Spirit Worshipper", + "shaman-u": "Shaman", + "high-shaman-u": "High Shaman", + "spirit-lord-u": "Spirit Lord", + "type-u": "Type", + "fetish-spirit-u": "Fetish / Spirit", + "max-number-of-spirits-u": "Max # of Spirits", + "max-pow-of-spirits-u": "Max POW of Spirits", + "spirit-ap-u": "Spirit AP", + "spirit-initiative-bonus-short-u": "Spirit IB", + "spirit-damage-u": "Spirit Damage", + "trance-u": "Trance", + "binding-u": "Binding", + "allies-u": "Allies", + "enemies-u": "Enemies", + "meditation-u": "Meditation", + "path-u": "Path", + "practiced-talent-u": "Practiced Talent", + "max-cumulative-intensity-u": "Max Cumulative Intensity", + "max-practiced-talents-u": "Max Practiced Talents", + "max-intensity-u": "Max Intensity", + "path-talents-u": "Path Talents", + "shaping-u": "Shaping", + "invocation-u": "Invocation", + "invocation-spells-u": "Invocation Spells", + "max-shaping-points-u": "Max Shaping Points", + "max-memorized-spells-u": "Max Memorized Spells", + "memorized-u": "Memorized", + "intensity-u": "Intensity", + "magnitude-u": "Magnitude", + "devotional-pool-u": "Devotional Pool", + "exhort-u": "Exhort", + "devotion-u": "Devotion", + "lay-member-u": "Lay Member", + "initiate-u": "Initiate", + "acolyte-u": "Acolyte", + "priest-u": "Priest", + "high-priest-u": "High Priest", + "concentration-u": "Concentration", + "resist-u": "Resist", + "devotion-miracles-u": "Devotion Miracles", + "cost-u": "Cost", + "time-u": "Time", + "area-u": "Area", + "duration-u": "Duration", + "metres-u": "Metres", + "decametres-u": "Decametres", + "kilometres-u": "Kilometres", + "instant-u": "Instant", + "minutes-u": "Minutes", + "days-u": "Days", + "months-u": "Months", + "miracle-u": "Miracle", + "encumbered-u": "Encumbered", + "fumbled-u": "Fumbled", + "trained-u": "Trained", + "increased-for-xp-u": "Increased for XP", + "yes-u": "Yes", + "no-u": "No", + "special-u": "Special", + "touch-u": "Touch", + "miracle-rank-u": "Miracle Rank", + "ranged-u": "Ranged", + "invoke-trait-u": "Invoke Trait", + "enhance-attribute-u": "Enhance Attribute", + "augment-skill-u": "Augment Skill", + "targets-u": "Targets", + "impale-size-u": "Impale Size", + "effects-u": "Effects", + "whisper-rolls-to-gm-u": "Whisper Rolls to GM", + "magic-skills-u": "Magic Skills", + "other-skills-u": "Other Skills", + "spectral-combat-u": "Spectral Combat", + "spirit-abilities-u": "Spirit Abilities", + "spirits-have-tenacity-u": "Spirits Have Tenacity", + "spells-u": "Spells", + "miracles-u": "Miracles", + "show-name-in-roll-templates-u": "Show Name in Roll Templates", + "rolled-u": "Rolled", + "roll-initiative-u": "Roll Initiative", + "components-u": "Components", + "disabled-u": "Disabled", + "enabled-u": "Enabled", + "ablation-points-u": "Ablation Points", + "focus-points-u": "Focus Points", + "fortune-points-u": "Fortune Points", + "precision-points-u": "Precision Points", + "swiftness-points-u": "Swiftness Points", + "ablation-u": "Ablation", + "focus-u": "Focus", + "fortune-u": "Fortune", + "precision-u": "Precision", + "swiftness-u": "Swiftness", + "use-setting-default-u": "Use Setting Default", + "background-u": "Background", + "display-campaign-settings-u": "Display Campaign Settings", + "hit-u": "Hit", + "status-u": "Status", + "monster-island-u": "Monster Island", + "initiative-roll-u": "Initiative Roll", + "running-jump-u": "Running Jump", + "standing-jump-u": "Standing Jump", + "paralell-designator-u": "Paralell Designator", + "paralell-type-development-u": "Paralell Type/Development", + "apply-dependencies-penalty-u": "Apply Dependencies Penalty", + "rites-u": "Rites", + "thennla-u": "Thennla", + "classic-fantasy-u": "Classic Fantasy", + "race-u": "Race", + "class-u": "Class", + "arcane-magic-u": "Arcane Magic", + "divine-magic-u": "Divine Magic", + "arcane-casting-u": "Arcane Casting", + "arcane-knowledge-u": "Arcane Knowledge", + "casting-class-u": "Casting Class", + "magic-user-u": "Magic-User", + "bard-u": "Bard", + "disbelieve-u": "Disbelieve", + "known-u": "Known", + "cantrips-u": "Cantrips", + "school-u": "School", + "reversible-u": "Reversible", + "actions-u": "Actions", + "xp-u": "XP", + "mp-u": "MP", + "cost-reduction-u": "Cost Reduction", + "apply-penalty-u": "Apply Penalty", + "piety-u": "Piety", + "channel-u": "Channel", + "arcane-magic-enabled-u": "Arcane Magic Enabled", + "divine-magic-enabled-u": "Divine Magic Enabled", + "name-display-description-u": "Show character name in the roll template. Useful if you need to hide a characters true identity.", + "roll-display-description-u": "Rolls are only shown to the GM and the player making the roll.", + "setting-description-u": "Sets the default sheet options and mechanics to match the rules as presented in the setting's source book. Individual options may be overridden below.", + "luck-points-rank-description-u": "Add the character's Rank to their total Luck Points.", + "tenacity-enabled-description-u": "Tenacity is a character attribute.", + "firearms-enabled-description-u": "Firearms exist in the game setting.", + "boating-standard-description-u": "Boating is listed as a standard skill.", + "status-standard-description-u": "Status is listed as a standard skill.", + "superstition-standard-description-u": "Superstition is listed as a standard skill.", + "dependencies-enabled-description-u": "Enable the Dependencies mechanics.", + "arcane-magic-enabled-description-u": "Enables the Arcane Magic section of the sheet.", + "divine-magic-enabled-description-u": "Enables the Divine Magic section of the sheet.", + "folk-magic-enabled-description-u": "Enables the Folk Magic section of the sheet.", + "animism-enabled-description-u": "Enables the Animism section of the sheet.", + "spirits-have-tenacity-description-u": "Spirits have Tenacity as an attribute.", + "mysticism-enabled-description-u": "Enables the Mysticism section of the sheet.", + "sorcery-enabled-description-u": "Enables the Sorcery section of the sheet.", + "theism-enabled-description-u": "Enables the Theism section of the sheet.", + "conditions-u": "Conditions", + "psionics-u": "Psionics", + "discipline-u": "Discipline", + "discipline-talents-u": "Discipline Talents", + "max-active-talents-u": "Max Active Talents", + "humanoid-u": "Humanoid", + "custom-u": "Custom", + "health-and-armor-u": "Health & Armor", + "personal-u": "Personal", + "short-u": "Short", + "long-u": "Long", + "multiversal-u": "Multiversal", + "self-u": "Self", + "line-of-sight-u": "Line of Sight", + "same-paralell-u": "Same Paralell", + "any-paralell-u": "Any Paralell", + "instantaneous-u": "Instantaneous", + "talent-u": "Talent", + "lasting-u": "Lasting", + "la-psionics-enabled-u": "Luther Arkwright Psioics Enabled", + "default-hit-location-table-u": "Default Hit Location Table", + "hit-locations-description-u": "Set default hit location table for new characters.", + "roman-magic-u": "Roman Magic", + "cursing-u": "Cursing", + "curse-u": "Curse", + "prediction-u": "Prediction", + "divination-u": "Divination", + "affects-u": "Afects", + "impact-u": "Impact", + "individual-u": "Individual", + "group-u": "Group", + "city-u": "City", + "necromancy-u": "Necromancy", + "minor-u": "Minor", + "life-altering-u": "Life Altering", + "death-u": "Death", + "question-dead-u": "Question Dead", + "summon-lemur-u": "Summon Lemur", + "pharmacy-u": "Pharmacy", + "concocte-potion-u": "Concocte Potion", + "small-animal-u": "Small Animal", + "medium-animal-u": "Medium Animal", + "large-animal-u": "Large Animal", + "shape-shifting-u": "Shape Shifting", + "create-salve-skins-u": "Create Salve/Skins", + "change-time-u": "Change Time", + "theology-u": "Theology", + "mythic-rome-u": "Mythic Rome", + "power-u": "Power", + "sphere-u": "Sphere", + "arc-u": "Arc", + "first-u": "First", + "second-u": "Second", + "third-u": "Third", + "ms-psionics-enabled-u": "M-Space Psionics Enabled", + "roman-magic-enabled-u": "Roman Magic Enabled", + "none-u": "None", + "simplified-combat-enabled-u": "Use the optional simplified combat rules from M-Space.", + "system-u": "System", + "hit-points-u": "Hit Points", + "wounds-u": "Wounds", + "conflict-pool-u": "Conflict Pool", + "extended-conflict-resolution-enabled-u": "Extended Conflict Resolution Enabled", + "home-world-u": "Home World", + "m-space-u": "M-Space", + "power-points-u": "Power Points", + "show-reduced-description-u": "Display a result for high skills reduced down to 100 in the roll templates.", + "extended-conflict-enabled-description-u": "Use the extended conflict resolution system from M-Space.", + "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", + "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", + "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" +} \ No newline at end of file diff --git a/M-Space/translations/zu.json b/M-Space/translations/zu.json new file mode 100644 index 0000000000..415082f8e4 --- /dev/null +++ b/M-Space/translations/zu.json @@ -0,0 +1,472 @@ +{ + "settings-u": "crwdns56675:0crwdne56675:0", + "sheet-version-u": "crwdns56676:0crwdne56676:0", + "setting-u": "crwdns56677:0crwdne56677:0", + "default-u": "crwdns56678:0crwdne56678:0", + "luther-arkwright-u": "crwdns56679:0crwdne56679:0", + "mythic-britain-u": "crwdns56680:0crwdne56680:0", + "sheet-type-u": "crwdns56681:0crwdne56681:0", + "battle-unit-u": "crwdns56682:0crwdne56682:0", + "npc-u": "crwdns56683:0crwdne56683:0", + "pc-u": "crwdns56684:0crwdne56684:0", + "ship-u": "crwdns56685:0crwdne56685:0", + "core-u": "crwdns56686:0crwdne56686:0", + "magic-u": "crwdns56687:0crwdne56687:0", + "equipment-u": "crwdns56688:0crwdne56688:0", + "notes-u": "crwdns56689:0crwdne56689:0", + "name-u": "crwdns56690:0crwdne56690:0", + "species-u": "crwdns56691:0crwdne56691:0", + "traits-abilities-gifts-u": "crwdns56692:0crwdne56692:0", + "rank-u": "crwdns56693:0crwdne56693:0", + "experience-rolls-u": "crwdns56694:0crwdne56694:0", + "age-u": "crwdns56695:0crwdne56695:0", + "gender-u": "crwdns56696:0crwdne56696:0", + "frame-u": "crwdns56697:0crwdne56697:0", + "weight-u": "crwdns56698:0crwdne56698:0", + "height-u": "crwdns56699:0crwdne56699:0", + "handedness-u": "crwdns56700:0crwdne56700:0", + "homeland-u": "crwdns56701:0crwdne56701:0", + "culture-u": "crwdns56702:0crwdne56702:0", + "social-class-u": "crwdns56703:0crwdne56703:0", + "career-u": "crwdns56704:0crwdne56704:0", + "characteristics-u": "crwdns56705:0crwdne56705:0", + "temp-u": "crwdns56706:0crwdne56706:0", + "total-u": "crwdns56707:0crwdne56707:0", + "str-u": "crwdns56708:0crwdne56708:0", + "con-u": "crwdns56709:0crwdne56709:0", + "siz-u": "crwdns56710:0crwdne56710:0", + "dex-u": "crwdns56711:0crwdne56711:0", + "int-u": "crwdns56712:0crwdne56712:0", + "pow-u": "crwdns56713:0crwdne56713:0", + "cha-u": "crwdns56714:0crwdne56714:0", + "base-u": "crwdns56715:0crwdne56715:0", + "training-u": "crwdns56716:0crwdne56716:0", + "ageing-u": "crwdns56717:0crwdne56717:0", + "other-u": "crwdns56718:0crwdne56718:0", + "attributes-u": "crwdns56719:0crwdne56719:0", + "attribute-u": "crwdns56720:0crwdne56720:0", + "damage-modifier-u": "crwdns56721:0crwdne56721:0", + "experience-modifier-u": "crwdns56722:0crwdne56722:0", + "healing-rate-u": "crwdns56723:0crwdne56723:0", + "luck-points-u": "crwdns56724:0crwdne56724:0", + "magic-points-u": "crwdns56725:0crwdne56725:0", + "move-rate-u": "crwdns56726:0crwdne56726:0", + "initiative-bonus-u": "crwdns58325:0crwdne58325:0", + "tenacity-u": "crwdns56728:0crwdne56728:0", + "temp-damage-modifier-clarification-u": "crwdns56729:0crwdne56729:0", + "prana-points-u": "crwdns56730:0crwdne56730:0", + "action-points-u": "crwdns56731:0crwdne56731:0", + "plus-one-ap-u": "crwdns56732:0crwdne56732:0", + "swiftness-gift-u": "crwdns56733:0crwdne56733:0", + "fatigue-u": "crwdns56734:0crwdne56734:0", + "mighty-gift-u": "crwdns56735:0crwdne56735:0", + "use-str-siz-pow-u": "crwdns56736:0crwdne56736:0", + "steps-u": "crwdns56737:0crwdne56737:0", + "healthy-gift-u": "crwdns56738:0crwdne56738:0", + "add-rank-to-luck-u": "crwdns56739:0crwdne56739:0", + "armor-u": "crwdns56740:0crwdne56740:0", + "dependencies-u": "crwdns56741:0crwdne56741:0", + "hit-locations-u": "crwdns56742:0crwdne56742:0", + "robust-gift-u": "crwdns56743:0crwdne56743:0", + "ap-u": "crwdns56744:0crwdne56744:0", + "hp-u": "crwdns56745:0crwdne56745:0", + "location-u": "crwdns56746:0crwdne56746:0", + "block-u": "crwdns56747:0crwdne56747:0", + "encumbrance-u": "crwdns56748:0crwdne56748:0", + "right-leg-u": "crwdns56749:0crwdne56749:0", + "left-leg-u": "crwdns56750:0crwdne56750:0", + "abdomen-u": "crwdns56751:0crwdne56751:0", + "chest-u": "crwdns56752:0crwdne56752:0", + "right-arm-u": "crwdns56753:0crwdne56753:0", + "left-arm-u": "crwdns56754:0crwdne56754:0", + "head-u": "crwdns56755:0crwdne56755:0", + "armor-equipped-u": "crwdns56756:0crwdne56756:0", + "armor-type-u": "crwdns56757:0crwdne56757:0", + "armor-enc-u": "crwdns56758:0crwdne56758:0", + "armor-ap-u": "crwdns56759:0crwdne56759:0", + "other-ap-u": "crwdns56760:0crwdne56760:0", + "other-hp-u": "crwdns56761:0crwdne56761:0", + "base-hp-u": "crwdns56762:0crwdne56762:0", + "initiative-u": "crwdns56763:0crwdne56763:0", + "alacrity-gift-u": "crwdns56764:0crwdne56764:0", + "movement-u": "crwdns56765:0crwdne56765:0", + "walk-u": "crwdns56766:0crwdne56766:0", + "run-u": "crwdns56767:0crwdne56767:0", + "sprint-u": "crwdns56768:0crwdne56768:0", + "jump-u": "crwdns56769:0crwdne56769:0", + "horizontal-short-u": "crwdns56770:0crwdne56770:0", + "vertical-short-u": "crwdns56771:0crwdne56771:0", + "horizontal-u": "crwdns56772:0crwdne56772:0", + "vertical-u": "crwdns56773:0crwdne56773:0", + "swim-u": "crwdns56774:0crwdne56774:0", + "climb-u": "crwdns56775:0crwdne56775:0", + "rough-u": "crwdns56776:0crwdne56776:0", + "steep-u": "crwdns56777:0crwdne56777:0", + "sheer-u": "crwdns56778:0crwdne56778:0", + "movement-one-clarification-u": "crwdns56779:0crwdne56779:0", + "movement-two-clarification-u": "crwdns62321:0crwdne62321:0", + "movement-three-clarification-u": "crwdns56781:0crwdne56781:0", + "current-u": "crwdns56782:0crwdne56782:0", + "carrying-load-u": "crwdns56783:0crwdne56783:0", + "dex-and-str-skills-u": "crwdns56784:0crwdne56784:0", + "move-penalty-u": "crwdns56785:0crwdne56785:0", + "avg-species-siz-u": "crwdns56786:0crwdne56786:0", + "encumbrance-from-armor-u": "crwdns56787:0crwdne56787:0", + "effective-encumbrance-from-armor-u": "crwdns56788:0crwdne56788:0", + "encumbrance-from-shields-u": "crwdns56789:0crwdne56789:0", + "encumbrance-from-melee-weapons-u": "crwdns56790:0crwdne56790:0", + "encumbrance-from-missile-weapons-u": "crwdns58462:0crwdne58462:0", + "encumbrance-from-firearms-u": "crwdns56792:0crwdne56792:0", + "encumbrance-from-gear-u": "crwdns56793:0crwdne56793:0", + "encumbrance-from-currency-u": "crwdns56794:0crwdne56794:0", + "burdened-u": "crwdns56795:0crwdne56795:0", + "overloaded-u": "crwdns56796:0crwdne56796:0", + "max-u": "crwdns56797:0crwdne56797:0", + "current-level-u": "crwdns56798:0crwdne56798:0", + "recovery-in-u": "crwdns56799:0crwdne56799:0", + "fresh-u": "crwdns56800:0crwdne56800:0", + "winded-u": "crwdns56801:0crwdne56801:0", + "tired-u": "crwdns56802:0crwdne56802:0", + "Wearied-u": "crwdns56803:0crwdne56803:0", + "exhausted-u": "crwdns56804:0crwdne56804:0", + "incapacitated-u": "crwdns56805:0crwdne56805:0", + "semi-consciou-u": "crwdns56806:0crwdne56806:0", + "comatose-u": "crwdns56807:0crwdne56807:0", + "dead-u": "crwdns56808:0crwdne56808:0", + "standard-u": "crwdns56809:0crwdne56809:0", + "hard-u": "crwdns56810:0crwdne56810:0", + "formidable-u": "crwdns56811:0crwdne56811:0", + "herculean-u": "crwdns56812:0crwdne56812:0", + "hopeless-u": "crwdns56813:0crwdne56813:0", + "no-action-allowed-u": "crwdns56814:0crwdne56814:0", + "combat-styles-u": "crwdns56815:0crwdne56815:0", + "combat-style-u": "crwdns56816:0crwdne56816:0", + "penalty-u": "crwdns56817:0crwdne56817:0", + "traits-u": "crwdns56818:0crwdne56818:0", + "weapons-u": "crwdns56819:0crwdne56819:0", + "hours-u": "crwdns56820:0crwdne56820:0", + "characteristic-short-u": "crwdns56821:0crwdne56821:0", + "base-value-u": "crwdns56822:0crwdne56822:0", + "training-and-experience-u": "crwdns56823:0crwdne56823:0", + "standard-skills-u": "crwdns56824:0crwdne56824:0", + "skill-u": "crwdns56825:0crwdne56825:0", + "skill-grade-u": "crwdns56826:0crwdne56826:0", + "shields-and-weapons-u": "crwdns56827:0crwdne56827:0", + "shield-u": "crwdns56828:0crwdne56828:0", + "damage-mod-short-u": "crwdns56829:0crwdne56829:0", + "damage-u": "crwdns56830:0crwdne56830:0", + "combat-effects-u": "crwdns56831:0crwdne56831:0", + "max-hp-u": "crwdns56832:0crwdne56832:0", + "size-u": "crwdns56833:0crwdne56833:0", + "reach-u": "crwdns56834:0crwdne56834:0", + "enc-u": "crwdns56835:0crwdne56835:0", + "force-u": "crwdns56836:0crwdne56836:0", + "range-u": "crwdns56837:0crwdne56837:0", + "load-u": "crwdns56838:0crwdne56838:0", + "impale-size-short-u": "crwdns56839:0crwdne56839:0", + "display-u": "crwdns56840:0crwdne56840:0", + "shields-u": "crwdns56841:0crwdne56841:0", + "melee-weapons-u": "crwdns56842:0crwdne56842:0", + "melee-weapon-u": "crwdns56843:0crwdne56843:0", + "missile-weapons-u": "crwdns58463:0crwdne58463:0", + "missile-weapon-u": "crwdns58464:0crwdne58464:0", + "firearms-u": "crwdns56846:0crwdne56846:0", + "firearm-u": "crwdns56847:0crwdne56847:0", + "fire-rate-u": "crwdns56848:0crwdne56848:0", + "ammo-u": "crwdns56849:0crwdne56849:0", + "money-and-wealth-u": "crwdns56850:0crwdne56850:0", + "income-u": "crwdns56851:0crwdne56851:0", + "day-u": "crwdns56852:0crwdne56852:0", + "month-u": "crwdns56853:0crwdne56853:0", + "season-u": "crwdns56854:0crwdne56854:0", + "year-u": "crwdns56855:0crwdne56855:0", + "currency-u": "crwdns56856:0crwdne56856:0", + "value-u": "crwdns56857:0crwdne56857:0", + "quantity-short-u": "crwdns56858:0crwdne56858:0", + "item-u": "crwdns56859:0crwdne56859:0", + "centimetres-short-u": "crwdns56860:0crwdne56860:0", + "kilograms-short-u": "crwdns56861:0crwdne56861:0", + "armor-penalty-u": "crwdns56862:0crwdne56862:0", + "base-move-u": "crwdns56863:0crwdne56863:0", + "greater-than-u": "crwdns56864:0crwdne56864:0", + "athletics-u": "crwdns56865:0crwdne56865:0", + "very-easy-u": "crwdns56866:0crwdne56866:0", + "easy-u": "crwdns56867:0crwdne56867:0", + "one-grade-harder-u": "crwdns56868:0crwdne56868:0", + "two-grades-harder-u": "crwdns56869:0crwdne56869:0", + "impossible-u": "crwdns56870:0crwdne56870:0", + "passions-u": "crwdns62322:0crwdne62322:0", + "and-dependencies-u": "crwdns62323:0crwdne62323:0", + "score-u": "crwdns56872:0crwdne56872:0", + "dependency-u": "crwdns56873:0crwdne56873:0", + "passion-u": "crwdns56874:0crwdne56874:0", + "professional-skills-u": "crwdns56875:0crwdne56875:0", + "language-u": "crwdns56876:0crwdne56876:0", + "resistance-u": "crwdns56877:0crwdne56877:0", + "brawn-u": "crwdns56878:0crwdne56878:0", + "endurance-u": "crwdns56879:0crwdne56879:0", + "evade-u": "crwdns56880:0crwdne56880:0", + "willpower-u": "crwdns56881:0crwdne56881:0", + "boating-u": "crwdns56882:0crwdne56882:0", + "conceal-u": "crwdns56883:0crwdne56883:0", + "customs-u": "crwdns56884:0crwdne56884:0", + "dance-u": "crwdns56885:0crwdne56885:0", + "deceit-u": "crwdns56886:0crwdne56886:0", + "drive-u": "crwdns56887:0crwdne56887:0", + "first-aid-u": "crwdns56888:0crwdne56888:0", + "influence-u": "crwdns56889:0crwdne56889:0", + "insight-u": "crwdns56890:0crwdne56890:0", + "locale-u": "crwdns56891:0crwdne56891:0", + "perception-u": "crwdns56892:0crwdne56892:0", + "ride-u": "crwdns56893:0crwdne56893:0", + "sing-u": "crwdns56894:0crwdne56894:0", + "stealth-u": "crwdns56895:0crwdne56895:0", + "superstition-u": "crwdns56896:0crwdne56896:0", + "home-parallel-u": "crwdns56897:0crwdne56897:0", + "unarmed-u": "crwdns56898:0crwdne56898:0", + "native-tongue-u": "crwdns56899:0crwdne56899:0", + "medium-u": "crwdns56900:0crwdne56900:0", + "strenuous-u": "crwdns56901:0crwdne56901:0", + "halved-u": "crwdns56902:0crwdne56902:0", + "normal-u": "crwdns56903:0crwdne56903:0", + "all-u": "crwdns56904:0crwdne56904:0", + "equipment-and-wealth-u": "crwdns56905:0crwdne56905:0", + "due-to-fatigue-u": "crwdns56906:0crwdne56906:0", + "due-to-enc-u": "crwdns56907:0crwdne56907:0", + "reduced-u": "crwdns56908:0crwdne56908:0", + "cults-brotherhoods-and-orders-u": "crwdns56909:0crwdne56909:0", + "contacts-u": "crwdns56910:0crwdne56910:0", + "family-u": "crwdns56911:0crwdne56911:0", + "community-u": "crwdns56912:0crwdne56912:0", + "theism-u": "crwdns56913:0crwdne56913:0", + "sorcery-u": "crwdns56914:0crwdne56914:0", + "mysticism-u": "crwdns56915:0crwdne56915:0", + "animism-u": "crwdns56916:0crwdne56916:0", + "folk-magic-u": "crwdns56917:0crwdne56917:0", + "spell-u": "crwdns56918:0crwdne56918:0", + "description-u": "crwdns56919:0crwdne56919:0", + "macro-u": "crwdns56920:0crwdne56920:0", + "learned-u": "crwdns56921:0crwdne56921:0", + "follower-u": "crwdns56922:0crwdne56922:0", + "spirit-worshipper-u": "crwdns56923:0crwdne56923:0", + "shaman-u": "crwdns56924:0crwdne56924:0", + "high-shaman-u": "crwdns56925:0crwdne56925:0", + "spirit-lord-u": "crwdns56926:0crwdne56926:0", + "type-u": "crwdns56927:0crwdne56927:0", + "fetish-spirit-u": "crwdns56928:0crwdne56928:0", + "max-number-of-spirits-u": "crwdns56929:0crwdne56929:0", + "max-pow-of-spirits-u": "crwdns56930:0crwdne56930:0", + "spirit-ap-u": "crwdns56931:0crwdne56931:0", + "spirit-initiative-bonus-short-u": "crwdns58326:0crwdne58326:0", + "spirit-damage-u": "crwdns56933:0crwdne56933:0", + "trance-u": "crwdns56934:0crwdne56934:0", + "binding-u": "crwdns56935:0crwdne56935:0", + "allies-u": "crwdns56936:0crwdne56936:0", + "enemies-u": "crwdns56937:0crwdne56937:0", + "meditation-u": "crwdns56938:0crwdne56938:0", + "path-u": "crwdns56939:0crwdne56939:0", + "practiced-talent-u": "crwdns56940:0crwdne56940:0", + "max-cumulative-intensity-u": "crwdns56941:0crwdne56941:0", + "max-practiced-talents-u": "crwdns56942:0crwdne56942:0", + "max-intensity-u": "crwdns56943:0crwdne56943:0", + "path-talents-u": "crwdns56944:0crwdne56944:0", + "shaping-u": "crwdns56945:0crwdne56945:0", + "invocation-u": "crwdns56946:0crwdne56946:0", + "invocation-spells-u": "crwdns56947:0crwdne56947:0", + "max-shaping-points-u": "crwdns56948:0crwdne56948:0", + "max-memorized-spells-u": "crwdns56949:0crwdne56949:0", + "memorized-u": "crwdns56950:0crwdne56950:0", + "intensity-u": "crwdns56951:0crwdne56951:0", + "magnitude-u": "crwdns56952:0crwdne56952:0", + "devotional-pool-u": "crwdns56953:0crwdne56953:0", + "exhort-u": "crwdns56954:0crwdne56954:0", + "devotion-u": "crwdns56955:0crwdne56955:0", + "lay-member-u": "crwdns56956:0crwdne56956:0", + "initiate-u": "crwdns56957:0crwdne56957:0", + "acolyte-u": "crwdns56958:0crwdne56958:0", + "priest-u": "crwdns56959:0crwdne56959:0", + "high-priest-u": "crwdns56960:0crwdne56960:0", + "concentration-u": "crwdns56961:0crwdne56961:0", + "resist-u": "crwdns56962:0crwdne56962:0", + "devotion-miracles-u": "crwdns56963:0crwdne56963:0", + "cost-u": "crwdns56964:0crwdne56964:0", + "time-u": "crwdns56965:0crwdne56965:0", + "area-u": "crwdns56966:0crwdne56966:0", + "duration-u": "crwdns56967:0crwdne56967:0", + "metres-u": "crwdns56968:0crwdne56968:0", + "decametres-u": "crwdns56969:0crwdne56969:0", + "kilometres-u": "crwdns56970:0crwdne56970:0", + "instant-u": "crwdns56971:0crwdne56971:0", + "minutes-u": "crwdns56972:0crwdne56972:0", + "days-u": "crwdns56973:0crwdne56973:0", + "months-u": "crwdns56974:0crwdne56974:0", + "miracle-u": "crwdns56975:0crwdne56975:0", + "encumbered-u": "crwdns56976:0crwdne56976:0", + "fumbled-u": "crwdns56977:0crwdne56977:0", + "trained-u": "crwdns56978:0crwdne56978:0", + "increased-for-xp-u": "crwdns56979:0crwdne56979:0", + "yes-u": "crwdns56980:0crwdne56980:0", + "no-u": "crwdns56981:0crwdne56981:0", + "special-u": "crwdns56982:0crwdne56982:0", + "touch-u": "crwdns56983:0crwdne56983:0", + "miracle-rank-u": "crwdns56984:0crwdne56984:0", + "ranged-u": "crwdns56985:0crwdne56985:0", + "invoke-trait-u": "crwdns56986:0crwdne56986:0", + "enhance-attribute-u": "crwdns56987:0crwdne56987:0", + "augment-skill-u": "crwdns56988:0crwdne56988:0", + "targets-u": "crwdns56989:0crwdne56989:0", + "impale-size-u": "crwdns56990:0crwdne56990:0", + "effects-u": "crwdns56991:0crwdne56991:0", + "whisper-rolls-to-gm-u": "crwdns58467:0crwdne58467:0", + "magic-skills-u": "crwdns58468:0crwdne58468:0", + "other-skills-u": "crwdns58469:0crwdne58469:0", + "spectral-combat-u": "crwdns58470:0crwdne58470:0", + "spirit-abilities-u": "crwdns58471:0crwdne58471:0", + "spirits-have-tenacity-u": "crwdns58472:0crwdne58472:0", + "spells-u": "crwdns58473:0crwdne58473:0", + "miracles-u": "crwdns58474:0crwdne58474:0", + "show-name-in-roll-templates-u": "crwdns58475:0crwdne58475:0", + "rolled-u": "crwdns58476:0crwdne58476:0", + "roll-initiative-u": "crwdns58477:0crwdne58477:0", + "components-u": "crwdns58478:0crwdne58478:0", + "disabled-u": "crwdns58479:0crwdne58479:0", + "enabled-u": "crwdns58480:0crwdne58480:0", + "ablation-points-u": "crwdns58481:0crwdne58481:0", + "focus-points-u": "crwdns58482:0crwdne58482:0", + "fortune-points-u": "crwdns58483:0crwdne58483:0", + "precision-points-u": "crwdns58484:0crwdne58484:0", + "swiftness-points-u": "crwdns58485:0crwdne58485:0", + "ablation-u": "crwdns58486:0crwdne58486:0", + "focus-u": "crwdns58487:0crwdne58487:0", + "fortune-u": "crwdns58488:0crwdne58488:0", + "precision-u": "crwdns58489:0crwdne58489:0", + "swiftness-u": "crwdns58490:0crwdne58490:0", + "use-setting-default-u": "crwdns62324:0crwdne62324:0", + "background-u": "crwdns62325:0crwdne62325:0", + "display-campaign-settings-u": "crwdns62326:0crwdne62326:0", + "hit-u": "crwdns62327:0crwdne62327:0", + "status-u": "crwdns62328:0crwdne62328:0", + "monster-island-u": "crwdns62329:0crwdne62329:0", + "initiative-roll-u": "crwdns62330:0crwdne62330:0", + "running-jump-u": "crwdns62331:0crwdne62331:0", + "standing-jump-u": "crwdns62332:0crwdne62332:0", + "paralell-designator-u": "crwdns62333:0crwdne62333:0", + "paralell-type-development-u": "crwdns62334:0crwdne62334:0", + "apply-dependencies-penalty-u": "crwdns62335:0crwdne62335:0", + "rites-u": "crwdns62336:0crwdne62336:0", + "thennla-u": "crwdns62337:0crwdne62337:0", + "classic-fantasy-u": "crwdns62338:0crwdne62338:0", + "race-u": "crwdns62339:0crwdne62339:0", + "class-u": "crwdns62340:0crwdne62340:0", + "arcane-magic-u": "crwdns62341:0crwdne62341:0", + "divine-magic-u": "crwdns62342:0crwdne62342:0", + "arcane-casting-u": "crwdns62343:0crwdne62343:0", + "arcane-knowledge-u": "crwdns62344:0crwdne62344:0", + "casting-class-u": "crwdns62345:0crwdne62345:0", + "magic-user-u": "crwdns62346:0crwdne62346:0", + "bard-u": "crwdns62347:0crwdne62347:0", + "disbelieve-u": "crwdns62348:0crwdne62348:0", + "known-u": "crwdns62349:0crwdne62349:0", + "cantrips-u": "crwdns62350:0crwdne62350:0", + "school-u": "crwdns62351:0crwdne62351:0", + "reversible-u": "crwdns62352:0crwdne62352:0", + "actions-u": "crwdns62353:0crwdne62353:0", + "xp-u": "crwdns62354:0crwdne62354:0", + "mp-u": "crwdns62355:0crwdne62355:0", + "cost-reduction-u": "crwdns62356:0crwdne62356:0", + "apply-penalty-u": "crwdns62357:0crwdne62357:0", + "piety-u": "crwdns62358:0crwdne62358:0", + "channel-u": "crwdns62359:0crwdne62359:0", + "arcane-magic-enabled-u": "crwdns62360:0crwdne62360:0", + "divine-magic-enabled-u": "crwdns62361:0crwdne62361:0", + "name-display-description-u": "crwdns62362:0crwdne62362:0", + "roll-display-description-u": "crwdns62363:0crwdne62363:0", + "setting-description-u": "crwdns62364:0crwdne62364:0", + "luck-points-rank-description-u": "crwdns62365:0crwdne62365:0", + "tenacity-enabled-description-u": "crwdns62366:0crwdne62366:0", + "firearms-enabled-description-u": "crwdns62367:0crwdne62367:0", + "boating-standard-description-u": "crwdns62368:0crwdne62368:0", + "status-standard-description-u": "crwdns62369:0crwdne62369:0", + "superstition-standard-description-u": "crwdns62370:0crwdne62370:0", + "dependencies-enabled-description-u": "crwdns62371:0crwdne62371:0", + "arcane-magic-enabled-description-u": "crwdns62372:0crwdne62372:0", + "divine-magic-enabled-description-u": "crwdns62373:0crwdne62373:0", + "folk-magic-enabled-description-u": "crwdns62374:0crwdne62374:0", + "animism-enabled-description-u": "crwdns62375:0crwdne62375:0", + "spirits-have-tenacity-description-u": "crwdns62376:0crwdne62376:0", + "mysticism-enabled-description-u": "crwdns62377:0crwdne62377:0", + "sorcery-enabled-description-u": "crwdns62378:0crwdne62378:0", + "theism-enabled-description-u": "crwdns62379:0crwdne62379:0", + "conditions-u": "crwdns62822:0crwdne62822:0", + "psionics-u": "crwdns62823:0crwdne62823:0", + "discipline-u": "crwdns62824:0crwdne62824:0", + "discipline-talents-u": "crwdns62825:0crwdne62825:0", + "max-active-talents-u": "crwdns62826:0crwdne62826:0", + "humanoid-u": "crwdns62827:0crwdne62827:0", + "custom-u": "crwdns62828:0crwdne62828:0", + "health-and-armor-u": "crwdns62829:0crwdne62829:0", + "personal-u": "crwdns62830:0crwdne62830:0", + "short-u": "crwdns62831:0crwdne62831:0", + "long-u": "crwdns62832:0crwdne62832:0", + "multiversal-u": "crwdns62833:0crwdne62833:0", + "self-u": "crwdns62834:0crwdne62834:0", + "line-of-sight-u": "crwdns62835:0crwdne62835:0", + "same-paralell-u": "crwdns62836:0crwdne62836:0", + "any-paralell-u": "crwdns62837:0crwdne62837:0", + "instantaneous-u": "crwdns62838:0crwdne62838:0", + "talent-u": "crwdns62839:0crwdne62839:0", + "lasting-u": "crwdns62840:0crwdne62840:0", + "la-psionics-enabled-u": "crwdns62841:0crwdne62841:0", + "default-hit-location-table-u": "crwdns62842:0crwdne62842:0", + "hit-locations-description-u": "crwdns62843:0crwdne62843:0", + "roman-magic-u": "crwdns63262:0crwdne63262:0", + "cursing-u": "crwdns63263:0crwdne63263:0", + "curse-u": "crwdns63264:0crwdne63264:0", + "prediction-u": "crwdns63265:0crwdne63265:0", + "divination-u": "crwdns63266:0crwdne63266:0", + "affects-u": "crwdns63267:0crwdne63267:0", + "impact-u": "crwdns63268:0crwdne63268:0", + "individual-u": "crwdns63269:0crwdne63269:0", + "group-u": "crwdns63270:0crwdne63270:0", + "city-u": "crwdns63271:0crwdne63271:0", + "necromancy-u": "crwdns63272:0crwdne63272:0", + "minor-u": "crwdns63273:0crwdne63273:0", + "life-altering-u": "crwdns63274:0crwdne63274:0", + "death-u": "crwdns63275:0crwdne63275:0", + "question-dead-u": "crwdns63276:0crwdne63276:0", + "summon-lemur-u": "crwdns63277:0crwdne63277:0", + "pharmacy-u": "crwdns63278:0crwdne63278:0", + "concocte-potion-u": "crwdns63279:0crwdne63279:0", + "small-animal-u": "crwdns63280:0crwdne63280:0", + "medium-animal-u": "crwdns63281:0crwdne63281:0", + "large-animal-u": "crwdns63282:0crwdne63282:0", + "shape-shifting-u": "crwdns63283:0crwdne63283:0", + "create-salve-skins-u": "crwdns63284:0crwdne63284:0", + "change-time-u": "crwdns63285:0crwdne63285:0", + "theology-u": "crwdns63286:0crwdne63286:0", + "mythic-rome-u": "crwdns63287:0crwdne63287:0", + "power-u": "crwdns63288:0crwdne63288:0", + "sphere-u": "crwdns63289:0crwdne63289:0", + "arc-u": "crwdns63290:0crwdne63290:0", + "first-u": "crwdns63291:0crwdne63291:0", + "second-u": "crwdns63292:0crwdne63292:0", + "third-u": "crwdns63293:0crwdne63293:0", + "ms-psionics-enabled-u": "crwdns63294:0crwdne63294:0", + "roman-magic-enabled-u": "crwdns63295:0crwdne63295:0", + "none-u": "crwdns63296:0crwdne63296:0", + "simplified-combat-enabled-u": "crwdns63297:0crwdne63297:0", + "system-u": "crwdns63298:0crwdne63298:0", + "hit-points-u": "crwdns63299:0crwdne63299:0", + "wounds-u": "crwdns63300:0crwdne63300:0", + "conflict-pool-u": "crwdns63301:0crwdne63301:0", + "extended-conflict-resolution-enabled-u": "crwdns63302:0crwdne63302:0", + "home-world-u": "crwdns63303:0crwdne63303:0", + "m-space-u": "crwdns63304:0crwdne63304:0", + "power-points-u": "crwdns63305:0crwdne63305:0", + "show-reduced-description-u": "crwdns63306:0crwdne63306:0", + "extended-conflict-enabled-description-u": "crwdns63307:0crwdne63307:0", + "roman-magic-enabled-description-u": "crwdns63308:0crwdne63308:0", + "ms-psionics-enabled-description-u": "crwdns63309:0crwdne63309:0", + "la-psionics-enabled-description-u": "crwdns63310:0crwdne63310:0", + "rolls-show-101-reduced-u": "crwdns63312:0crwdne63312:0" +} \ No newline at end of file diff --git a/Mythras/Mythras.css b/Mythras/Mythras.css index 50fadbdaf7..5b754e34f2 100644 --- a/Mythras/Mythras.css +++ b/Mythras/Mythras.css @@ -260,6 +260,15 @@ input.sheet-campaign-settings-toggle:checked ~ div.sheet-campaign-settings { display: initial; } +input.sheet-mythras-variant-toggle:not(:checked) ~ div .sheet-mythras-variant, +input.sheet-mspace-variant-toggle:not(:checked) ~ div .sheet-mspace-variant { + display: none; +} +input.sheet-mythras-variant-toggle:checked ~ div .sheet-mythras-variant, +input.sheet-mspace-variant-toggle:checked ~ div .sheet-mspace-variant { + display: initial; +} + input.sheet-default-style-toggle:not(:checked) ~ div .sheet-default-style, input.sheet-classic-fantasy-style-toggle:not(:checked) ~ div .sheet-classic-fantasy-style, input.sheet-luther-arkwright-style-toggle:not(:checked) ~ div .sheet-luther-arkwright-style, diff --git a/Mythras/Mythras.html b/Mythras/Mythras.html index 5c50991372..3f7417aa8d 100644 --- a/Mythras/Mythras.html +++ b/Mythras/Mythras.html @@ -1,8 +1,11 @@ + +

Settings

@@ -76,29 +79,31 @@

Campaign Settings

- Setting: - -
+
+ Setting: + +
-
-

System

-
- Extended Conflict Resolution Enabled: - -
+
+

System

+
+ Extended Conflict Resolution Enabled: + +
+
Simplified Combat Enabled:
-
-

Attributes

-
- Add Rank to Luck: - -
- - Tenacity Enabled: - -
- -
-

Weapons

-
- Firearms Enabled: - -
- -
-

Skills

-
- Boating is a Standard Skill: - -
- - Status is a Standard Skill: - -
- - Superstition is a Standard Skill: - -
- - Dependencies Enabled: - -
- -
-

Magic

-
- - M-Space Psionics Enabled: - -
- - Roman Magic Enabled: - -
- - Arcane Magic Enabled: - -
- - Divine Magic Enabled: - -
- - Folk Magic Enabled: - -
- - Animism Enabled: - -
- - Spirits Have Tenacity: - -
- - Mysticism Enabled: - -
- - Luther Arkwright Psionics Enabled: - -
- - Sorcery Enabled: - -
- - Theism Enabled: - -
+
+
+

Attributes

+
+ Add Rank to Luck: + +
+ + Tenacity Enabled: + +
+ +
+

Weapons

+
+ Firearms Enabled: + +
+ +
+

Skills

+
+ Boating is a Standard Skill: + +
+ + Status is a Standard Skill: + +
+ + Superstition is a Standard Skill: + +
+ + Dependencies Enabled: + +
+ +
+

Magic

+
+ + M-Space Psionics Enabled: + +
+ + Roman Magic Enabled: + +
+ + Arcane Magic Enabled: + +
+ + Divine Magic Enabled: + +
+ + Folk Magic Enabled: + +
+ + Animism Enabled: + +
+ + Spirits Have Tenacity: + +
+ + Mysticism Enabled: + +
+ + Luther Arkwright Psionics Enabled: + +
+ + Sorcery Enabled: + +
+ + Theism Enabled: + +
+
@@ -282,7 +289,7 @@
Core - Magic + MagicPsionics Equipment Background Notes @@ -1927,9 +1934,11 @@
-

Magic

- TheismSorceryPsionicsMysticismAnimismFolk MagicDivine MagicArcane MagicRoman MagicPsionicsDisplay: -
+
+

Magic

+ TheismSorceryPsionicsMysticismAnimismFolk MagicDivine MagicArcane MagicRoman MagicPsionicsDisplay: +
+
@@ -3614,7 +3623,8 @@

Background

- Cults, Brotherhoods & Orders + Cults, Brotherhoods & Orders + Circles
diff --git a/Mythras/copy-to-mspace.sh b/Mythras/copy-to-mspace.sh new file mode 100755 index 0000000000..b665ed726d --- /dev/null +++ b/Mythras/copy-to-mspace.sh @@ -0,0 +1,14 @@ +#!/bin/bash +# The M-Space sheet uses the same code base as Mythras. This script exist to help the author copy changes over to M-Space when the Mythras sheet is updated. + +# Copy relevant code +cp ./Changelog.md ../M-Space/Changelog.md +cp ./README.md ../M-Space/README.md +cp ./Mythras.html ../M-Space/M-Space.html +cp ./Mythras.css ../M-Space/M-Space.css +cp ./translation.json ../M-Space/translation.json +cp -r ./translations ../M-Space/translations + +# Flip the sheet variant toggle +sed -i 's/name="attr_sheet_varient" value="mythras" checked/name="attr_sheet_varient" value="mythras"/' ../M-Space/M-Space.html +sed -i 's/name="attr_sheet_varient" value="m-space"/name="attr_sheet_varient" value="m-space" checked/' ../M-Space/M-Space.html diff --git a/Mythras/sheet.json b/Mythras/sheet.json index 9fb20a0c6f..f041be6e1f 100644 --- a/Mythras/sheet.json +++ b/Mythras/sheet.json @@ -4,7 +4,7 @@ "authors": "Matthew Carpenter", "roll20userid": "103705", "preview": "Mythras.png", - "instructions": "Character sheet for the Mythras system. Supports the Default, Classic Fantasy, Luther Arkwright, Mythic Britain, Monster Island and Thennla settings and likely can support others. Use the '+' and '-' buttons to show/hide less commonly used fields of the sheets.", + "instructions": "Character sheet for the Mythras system. Supports the Default, Classic Fantasy, Luther Arkwright, M-Space, Mythic Britain, Mythic Rome, Monster Island and Thennla settings and likely can support others. Use the '+' and '-' buttons to show/hide less commonly used fields of the sheets.", "useroptions": [ { "attribute": "hit_locations", diff --git a/Mythras/translation.json b/Mythras/translation.json index c216d0be20..462e24e1dd 100644 --- a/Mythras/translation.json +++ b/Mythras/translation.json @@ -468,5 +468,6 @@ "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", - "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced", + "circles-u": "Circles" } diff --git a/Mythras/translations/en.json b/Mythras/translations/en.json index 9c207d7333..462e24e1dd 100644 --- a/Mythras/translations/en.json +++ b/Mythras/translations/en.json @@ -468,5 +468,6 @@ "roman-magic-enabled-description-u": "Enables the Roman magic section of the sheet for magic as used in Mythic Roman.", "ms-psionics-enabled-description-u": "Enables the Psionics section of the sheet per M-Space rules.", "la-psionics-enabled-description-u": "Enables the Psionics section of the sheet per Luther Arkwright rules.", - "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced" -} \ No newline at end of file + "rolls-show-101-reduced-u": "Rolls Show 101+ Reduced", + "circles-u": "Circles" +}