diff --git a/Call_of_Cthulhu_6th_Ed/README.md b/Call_of_Cthulhu_6th_Ed/README.md new file mode 100644 index 0000000000..f954a2bf78 --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/README.md @@ -0,0 +1,11 @@ +# Call of Cthulhu 6th edition + +Character Sheet for Call of Cthulhu V6 based on the French version from Sans Détour. + +#Versions +##v1.0 (2016-11-07) + +- Adaptation from the french version (Call_of_Cthulhu_6th_Ed_French) +- Add roll templates +- Add translations +- Rename all the attributes in english \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/call_of_cthulhu_v6.css b/Call_of_Cthulhu_6th_Ed/call_of_cthulhu_v6.css new file mode 100644 index 0000000000..13f80c0e55 --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/call_of_cthulhu_v6.css @@ -0,0 +1,164 @@ +.sheet-main{ + font-size: 11px; + font-family: verdana; +} + +input[type="text"], input[type="number"] { + font-size: 11px; + font-family: verdana; +} + + +/* ROLL TEMPLATES */ +.sheet-rolltemplate-coc_abilities, +.sheet-rolltemplate-coc_sanity, +.sheet-rolltemplate-coc_skills, +.sheet-rolltemplate-coc_weapons { + box-sizing: border-box; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-table, +.sheet-rolltemplate-coc_sanity .sheet-roll-table, +.sheet-rolltemplate-coc_skills .sheet-roll-table, +.sheet-rolltemplate-coc_weapons .sheet-roll-table { + width: 100%; + display: table; + font-family: cursive; + border: 2px solid black; + border-spacing: 0; + border-collapse: separate; + -moz-box-shadow: 2px 2px 5px #000; + -webkit-box-shadow: 2px 2px 5px #000; + box-shadow: 2px 2px 5px #000; + line-height: 25px; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-table .sheet-rounded, +.sheet-rolltemplate-coc_sanity .sheet-roll-table .sheet-rounded , +.sheet-rolltemplate-coc_skills .sheet-roll-table .sheet-rounded , +.sheet-rolltemplate-coc_weapons .sheet-roll-table .sheet-rounded { + border-radius: 5px; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-header, +.sheet-rolltemplate-coc_sanity .sheet-roll-header, +.sheet-rolltemplate-coc_skills .sheet-roll-header, +.sheet-rolltemplate-coc_weapons .sheet-roll-header { + display: table-row-group; + width: 100%; + overflow: hidden; + caption-side: top; + width: 100%; + background-color: black; + font-weight: bold; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-header a , +.sheet-rolltemplate-coc_sanity .sheet-roll-header a, +.sheet-rolltemplate-coc_skills .sheet-roll-header a, +.sheet-rolltemplate-coc_weapons .sheet-roll-header a { + text-decoration: underline; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-row, +.sheet-rolltemplate-coc_sanity .sheet-roll-row, +.sheet-rolltemplate-coc_skills .sheet-roll-row, +.sheet-rolltemplate-coc_weapons .sheet-roll-row { + width: 100%; + overflow: hidden; + background-color: whitesmoke; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-row:nth-child(even), +.sheet-rolltemplate-coc_sanity .sheet-roll-row:nth-child(even), +.sheet-rolltemplate-coc_skills .sheet-roll-row:nth-child(even), +.sheet-rolltemplate-coc_weapons .sheet-roll-row:nth-child(even){ + background-color: #FADABF; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-cell, +.sheet-rolltemplate-coc_sanity .sheet-roll-cell, +.sheet-rolltemplate-coc_skills .sheet-roll-cell, +.sheet-rolltemplate-coc_weapons .sheet-roll-cell { + padding: 1px 1px 1px 5px; + text-align: left; + width: 100%; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell, +.sheet-rolltemplate-coc_sanity .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell , +.sheet-rolltemplate-coc_skills .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell , +.sheet-rolltemplate-coc_weapons .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell { + font-size: .9em; + width: 24%; + float: right; + text-align: right; + display: inline; + padding: 1px 1px 1px 5px; + vertical-align: bottom; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell:first-child, +.sheet-rolltemplate-coc_sanity .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell:first-child , +.sheet-rolltemplate-coc_skills .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell:first-child , +.sheet-rolltemplate-coc_weapons .sheet-roll-group2 .sheet-roll-row .sheet-roll-cell:first-child { + width: 69%; + float: left; + text-align: left; + padding: 3px 2px 1px 4px; +} + + +.sheet-rolltemplate-coc_abilities .inlinerollresult, +.sheet-rolltemplate-coc_sanity .inlinerollresult, +.sheet-rolltemplate-coc_skills .inlinerollresult , +.sheet-rolltemplate-coc_weapons .inlinerollresult { + background-color: lightgrey; + border: 2px solid black; +} + + +.sheet-rolltemplate-coc_abilities .inlinerollresult.fullcrit, +.sheet-rolltemplate-coc_sanity .inlinerollresult.fullcrit , +.sheet-rolltemplate-coc_skills .inlinerollresult.fullcrit, +.sheet-rolltemplate-coc_weapons .inlinerollresult.fullcrit { + color: #FFF; + background-color: #3FB315; +} + +.sheet-rolltemplate-coc_abilities .inlinerollresult.fullfail, +.sheet-rolltemplate-coc_sanity .inlinerollresult.fullfail, +.sheet-rolltemplate-coc_skills .inlinerollresult.fullfail, +.sheet-rolltemplate-coc_weapons .inlinerollresult.fullfail { + color: #FFF; + background-color: #B31515; +} + +.sheet-rolltemplate-coc_abilities .inlinerollresult.importantroll, +.sheet-rolltemplate-coc_sanity .inlinerollresult.importantroll , +.sheet-rolltemplate-coc_skills .inlinerollresult.importantroll , +.sheet-rolltemplate-coc_weapons .inlinerollresult.importantroll { + color: #FFF; + background-color: #4A57ED; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-text-white, +.sheet-rolltemplate-coc_sanity .sheet-roll-text-white, +.sheet-rolltemplate-coc_skills .sheet-roll-text-white , +.sheet-rolltemplate-coc_weapons .sheet-roll-text-white { + color:white; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-text-12px, +.sheet-rolltemplate-coc_sanity .sheet-roll-text-12px, +.sheet-rolltemplate-coc_skills .sheet-roll-text-12px, +.sheet-rolltemplate-coc_weapons .sheet-roll-text-12px { + font-size: 12px; +} + +.sheet-rolltemplate-coc_abilities .sheet-roll-text-right, +.sheet-rolltemplate-coc_sanity .sheet-roll-text-right, +.sheet-rolltemplate-coc_skills .sheet-roll-text-right, +.sheet-rolltemplate-coc_weapons .sheet-roll-text-right { + text-align:right; +} diff --git a/Call_of_Cthulhu_6th_Ed/call_of_cthulhu_v6.html b/Call_of_Cthulhu_6th_Ed/call_of_cthulhu_v6.html new file mode 100644 index 0000000000..f950057295 --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/call_of_cthulhu_v6.html @@ -0,0 +1,1976 @@ +
+
+
+
+

L'Appel de CTHULHU

+
+

Caractéristiques & Attributs

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
APP + + Prestance + + +
CON + + Endurance + + +
DEX + + Agilité + + +
FOR + + Puissance + + +
TAI + + Corpulence + + +
EDU + + Connaissance + + +
INT + + Intuition + + +
POU + + Volonté + + +
+
+
+

État civil

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Nom +
Prénom + +
Occupation +
Profession + +
Sexe + + Age + +
Personnalité + +
Nationalité + +
Niveau de vie + + + + %
+
+

Cercles d'Influence

+ + + + + + + + + + + + + + + + + +
Proche +
Opposés + +
Éloignés +
Ennemi + +
+
+
+
+ +
+
+
+

Santé

+ + + + + +
Protections + + Seuil de blessure + +
+ Points de Vie + / + + + + +
Blessures + +
+

+ Points de Santé Mentale +

+ + + + + + + + +
Modificateur social + + Aplomb + + SAN Initiale + + SAN + + SAN Max + +
+

Points de Magie

+ / + +
+
+
+
+

Compétences

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Connaissance
+ + Bureaucratie(10%) + + +
+ + Culture artistique(10%) + + +
+ + + + + + +
+ + + + + + +
Langue maternelle(EDUx5%)
+ + + + + + +
Langues(00%)
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ + Mythe de Cthulhu(00%) + + +
Sciences de la terre(00%)
+ + + + + + +
+ + + + + + +
+ + + + + + +
Sciences de la vie(00%)
+ + + + + + +
+ + + + + + +
+ + + + + + +
Sciences formelles(00%)
+ + + + + + +
+ + + + + + +
+ + + + + + +
Sciences humaines(00%)
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ + Sciences occultes(05%) + + +
+ + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Savoir-faire +
+ + Bricolage(20%) + + +
+ + Criminalistique(00%) + + +
+ + Hypnose(05%) + + +
+ + Médecine(05%) + + +
Métier(05%) +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ + Photographie(10%) + + +
Pratique artistique(05%) +
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ + Premiers soins(30%) + + +
+ + Psychanalyse(00%) + + +
+ + Survie(00%) + + +
+ + + + + + +
Sensorielles +
+ + Bibliothèque(25%) + + +
+ + Discrétion(10%) + + +
+ + Dissimulation(15%) + + +
+ + Écouter(25%) + + +
+ + Orientation(10%) + + +
+ + Pister(10%) + + +
+ + Psychologie(05%) + + +
+ + Se cacher(10%) + + +
+ + Trouver Object Caché(25%) + + +
+ + Vigilance(25%) + + +
+ + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Influence +
+ + Baratin(05%) + + +
+ + Contacts & Ressources(10%) + + +
+ + Crédit(15%) + + +
+ + Imposture(00%) + + +
+ + Interroger(10%) + + +
Jeu(10%) +
+ + + + + + +
+ + Négociation(05%) + + +
+ + Perspicacité(INTx2%) + + +
+ + Persuasion(15%) + + +
+ + Savoir-vivre(EDUx2%) + + +
+ + + + + + +
Action +
Armes à feu(20%) +
+ + + + + + +
+ + + + + + +
Armes blanches(20%) +
+ + + + + + +
+ + + + + + +
Armes exotiques(00%)
+ + + + + + +
Artillerie(15%) +
+ + + + + + +
+ + Athlétisme(15%) + + +
Conduite(20%) +
+ + + + + + +
+ + + + + + +
Corps à corps(DEX x2%) +
+ + + + + + +
+ + + + + + +
+ + Équitation(05%) + + +
+ + Navigation(00%) + + +
Piloter(00%)
+ + + + + + +
+ + + + + + +
+
+ Autres +
+ + + +
+
+
+
+
+
+

Armes

+ + + + + + + + + + + + + + + + + +
ArmeDégatsPortéeCadenceChargeurDés de dégâts
+ + + + + + + + + + +
+
+
+ + + + + + + + + +
+ + + + + + + + + + +
+
+ + + + + + + + +
Impact + + Pieds : 1D6 + Poings : 1D3 + Tête : 1D4 +
+
+
+
+

Équipement

+
+ Équipement fétiche (+10%) + +
+ Autre équipement + +
+
+
+
+

Séquelles

+
+
+ + + + + + + + + + + + + + + + +
Séquelles Psychologiques
SéquelleNiveauEffetDescription
+ + + + + + + +
+
+ + + + + + + +
+ + + + + + + +
+
+
+
+ Séquelles Physiques + +
+
+
+
+
+
+

Contacts

+
+ + + + + + + + + + + + + +
ContactAttitudeCirconstancesScénario
+ + + +
+
+ + + + + + + +
+ + + +
+
+
+
+
+
+

Investigateurs connus

+
+ + + + + + + + + + + +
NomScénarioNotes
+ + + + +
+
+ + + + + + +
+ + + + +
+
+
+
+
+
+

Histoire personnelle

+ Motivation + +
+ Détails de l'histoire personnelle + +
+
+
+

Savoirs impies

+ Créatures connues + + Ouvrages consultés + +
+
+
+

Notes

+ +
+ +
+

Configuration

+ Résultat des jets : + +
+
+ + + + +
+
+ {{#character_name}} + {{#character_id}}[{{character_name}}](https://journal.roll20.net/character/{{character_id}}){{/character_id}} + {{^character_id}}{{character_name}}{{/character_id}} + {{/character_name}} +
+
+ Caracteristique => {{characteristic_name}} +
+
+
+
Valeur
+
{{characteristic_threshold}}
+
+
+
Résultat
+
{{diceroll}}
+
+ + {{#rollLess() diceroll characteristic_threshold}} +
+
{{#rollWasCrit() diceroll}}Critique !{{/rollWasCrit() diceroll}}
+
Réussite {{#rollLess() diceroll special_success}}Spéciale{{/rollLess() diceroll special_success}}
+
+ {{/rollLess() diceroll characteristic_threshold}} + + {{#rollTotal() diceroll characteristic_threshold}} +
+
+
Réussite
+
+ {{/rollTotal() diceroll characteristic_threshold}} + + {{#rollGreater() diceroll characteristic_threshold}} +
+
{{#rollWasFumble() diceroll}}Critique !{{/rollWasFumble() diceroll}}
+
Echec
+
+ {{/rollGreater() diceroll characteristic_threshold}} + +
+
+
+ + + +
+
+ {{#character_name}} + {{#character_id}}[{{character_name}}](https://journal.roll20.net/character/{{character_id}}){{/character_id}} + {{^character_id}}{{character_name}}{{/character_id}} + {{/character_name}} +
+
+ Santé Mentale +
+
+
+
Valeur
+
{{characteristic_threshold}}
+
+
+
Résultat
+
{{diceroll}}
+
+ + {{#rollLess() diceroll characteristic_threshold}} +
+
{{#rollWasCrit() diceroll}}Critique !{{/rollWasCrit() diceroll}}
+
Réussite {{#rollLess() diceroll special_success}}Spéciale{{/rollLess() diceroll special_success}}
+
+ {{/rollLess() diceroll characteristic_threshold}} + + {{#rollTotal() diceroll characteristic_threshold}} +
+
+
Réussite
+
+ {{/rollTotal() diceroll characteristic_threshold}} + + {{#rollGreater() diceroll characteristic_threshold}} +
+
{{#rollWasFumble() diceroll}}Critique !{{/rollWasFumble() diceroll}}
+
Echec
+
+ {{/rollGreater() diceroll characteristic_threshold}} + +
+
+
+ + + +
+
+ {{#character_name}} + {{#character_id}}[{{character_name}}](https://journal.roll20.net/character/{{character_id}}){{/character_id}} + {{^character_id}}{{character_name}}{{/character_id}} + {{/character_name}} +
+
+ Compétence => {{skill_name}} +
+
+
+
Valeur
+
{{skill_threshold}}
+
+
+
Résultat
+
{{diceroll}}
+
+ + {{#rollLess() diceroll skill_threshold}} +
+
{{#rollWasCrit() diceroll}}Critique !{{/rollWasCrit() diceroll}}
+
Réussite {{#rollLess() diceroll special_success}}Spéciale{{/rollLess() diceroll special_success}}
+
+ {{/rollLess() diceroll skill_threshold}} + + {{#rollTotal() diceroll skill_threshold}} +
+
+
Réussite
+
+ {{/rollTotal() diceroll skill_threshold}} + + {{#rollGreater() diceroll skill_threshold}} +
+
{{#rollWasFumble() diceroll}}Critique !{{/rollWasFumble() diceroll}}
+
Echec
+
+ {{/rollGreater() diceroll skill_threshold}} + +
+
+
+ + + +
+
+ {{#character_name}} + {{#character_id}}[{{character_name}}](https://journal.roll20.net/character/{{character_id}}){{/character_id}} + {{^character_id}}{{character_name}}{{/character_id}} + {{/character_name}} +
+
+ Arme => {{weapon_name}} +
+
+
+
Dégâts
+
{{damage_roll}}
+
+
+
+
+ + + \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/call_of_cthulhu_v6.jpg b/Call_of_Cthulhu_6th_Ed/call_of_cthulhu_v6.jpg new file mode 100644 index 0000000000..b206d86e5c Binary files /dev/null and b/Call_of_Cthulhu_6th_Ed/call_of_cthulhu_v6.jpg differ diff --git a/Call_of_Cthulhu_6th_Ed/sheet.json b/Call_of_Cthulhu_6th_Ed/sheet.json new file mode 100644 index 0000000000..4cfa9fa392 --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "Call_of_Cthulhu_V6.html", + "css": "Call_of_Cthulhu_V6.css", + "authors": "PadRpg", + "roll20userid": "173154", + "preview": "call_of_cthulhu_v6.jpg", + "instructions": "Character Sheet for Call of Cthulhu 6th Ed, based on the french character sheet from Sans Détour.\n\nNo CSS right now but I will work on it.\n\n!!!! WARNING !!!! most attributes have been modified so your old sheets (German and French) won't be compatible with this version." +} diff --git a/Call_of_Cthulhu_6th_Ed/translation.json b/Call_of_Cthulhu_6th_Ed/translation.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translation.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/af.json b/Call_of_Cthulhu_6th_Ed/translations/af.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/af.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/da.json b/Call_of_Cthulhu_6th_Ed/translations/da.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/da.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/de.json b/Call_of_Cthulhu_6th_Ed/translations/de.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/de.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/el.json b/Call_of_Cthulhu_6th_Ed/translations/el.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/el.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/en.json b/Call_of_Cthulhu_6th_Ed/translations/en.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/en.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/es.json b/Call_of_Cthulhu_6th_Ed/translations/es.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/es.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/fr.json b/Call_of_Cthulhu_6th_Ed/translations/fr.json new file mode 100644 index 0000000000..640b00162f --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/fr.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POU", + "SIZ": "TAI", + "STR": "FOR", + "action": "Action", + "aftereffect": "Séquelle", + "aftereffects": "Séquelles", + "age": "Age", + "agility": "Agilité", + "aplomb": "Aplomb", + "art": "Pratique artistique", + "art-place": "Pratique artistique", + "artistic-culture": "Culture artistique", + "artistic-culture-place": "Culture artistique", + "athleticism": "Athlétisme", + "attitude": "Attitude", + "bargain": "Négociation", + "bladed-weapons": "Armes blanches", + "bladed-weapons-name-place": "Arme blanches", + "bureaucracy": "Bureaucratie", + "call-of-cthulhu": "L'Appel de CTHULHU", + "cartridge": "Chargeur", + "characteristic": "Caracteristique", + "characteristics-and-rolls": "Caractéristiques & Attributs", + "circles-of-influence": "Cercles d'Influence", + "circumstances": "Circonstances", + "close": "Proche", + "concealment": "Dissimulation", + "configuration": "Configuration", + "consulted-books": "Ouvrages consultés", + "contact": "Contact", + "contact-and-resources": "Contacts & Ressources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Métier", + "craft-place": "Métier", + "credit": "Crédit", + "criminalistics": "Criminalistique", + "critical-result": "Critique !", + "cthulhu-mythos": "Mythe de Cthulhu", + "damage": "Dégats", + "damage-dice": "Dés de dégâts", + "damages": "Dégâts", + "description": "Description", + "direction": "Orientation", + "do-it-yourself": "Bricolage", + "drive": "Conduite", + "drive-name-place": "Conduite", + "earth-science-place": "Sciences de la terre", + "earth-sciences": "Sciences de la terre", + "effect": "Effet", + "enemy": "Ennemi", + "equipment": "Équipement", + "exotic-weapons": "Armes exotiques", + "exotic-weapons-name-place": "Armes exotiques", + "expertise": "Savoir-faire", + "fail-result": "Echec", + "far": "Éloignés", + "favorite-equipment": "Équipement fétiche", + "feet": "Pieds", + "firearms": "Armes à feu", + "firearms-name-place": "Arme à feu", + "first-aid": "Premiers soins", + "first-name": "Prénom", + "formal-sciences": "Sciences formelles", + "formal-sciences-place": "Sciences formelles", + "game": "Jeu", + "game-name-place": "Jeu", + "gunnery": "Artillerie", + "gunnery-name-place": "Artillerie", + "hand-to-hand": "Corps à corps", + "hand-to-hand-name-place": "Corps à corps", + "hands": "Poings", + "head": "Tête", + "health": "Santé", + "hide": "Se cacher", + "hit-points": "Points de Vie", + "human-sciences": "Sciences humaines", + "human-sciences-place": "Sciences humaines", + "hypnosis": "Hypnose", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "SAN Initiale", + "insight": "Perspicacité", + "interview": "Interroger", + "intuition": "Intuition", + "investigator-info": "État civil", + "knowledge": "Connaissance", + "known-creatures": "Créatures connues", + "known-investigators": "Investigateurs connus", + "language-place": "Langue", + "languages": "Langues", + "last-name": "Nom", + "level": "Niveau", + "library-use": "Bibliothèque", + "life-sciences": "Sciences de la vie", + "life-sciences-place": "Sciences de la vie", + "listen": "Écouter", + "magic-points": "Points de Magie", + "manners": "Savoir-vivre", + "medicine": "Médecine", + "misc-skill-place": "Divers", + "mother-tongue": "Langue maternelle", + "mother-tongue-place": "Langue maternelle", + "motivation": "Motivation", + "name": "Nom", + "nationality": "Nationalité", + "navigate": "Navigation", + "notes": "Notes", + "occult-sciences": "Sciences occultes", + "occupation": "Occupation", + "opposed": "Opposés", + "other-equipment": "Autre équipement", + "others": "Autres", + "personal-story": "Histoire personnelle", + "personal-story-details": "Détails de l'histoire personnelle", + "personality": "Personnalité", + "persuade": "Persuasion", + "photography": "Photographie", + "physical-aftereffects": "Séquelles Physiques", + "pilot": "Piloter", + "pilot-name-place": "Piloter", + "presence": "Prestance", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychanalyse", + "psychology": "Psychologie", + "psycological-aftereffects": "Séquelles Psychologiques", + "public": "Public", + "quality-of-life": "Niveau de vie", + "range": "Portée", + "rate": "Cadence", + "result": "Résultat", + "ride": "Équitation", + "rolls-results": "Résultat des jets", + "sanity": "Santé Mentale", + "sanity-max": "SAN Max", + "sanity-points": "Points de Santé Mentale", + "scenario": "Scénario", + "sensory": "Sensorielles", + "sex": "Sexe", + "skill": "Compétence", + "skills": "Compétences", + "social-mod": "Modificateur social", + "special": "Spéciale", + "spiel": "Baratin", + "spot-hidden-object": "Trouver Object Caché", + "stamina": "Endurance", + "stealth": "Discrétion", + "strength": "Puissance", + "success-result": "Réussite", + "survival": "Survie", + "track": "Pister", + "unholy-knowledge": "Savoirs impies", + "value": "Valeur", + "vigilance": "Vigilance", + "weapon": "Arme", + "weapons": "Armes", + "whisper-to-guardian": "Pour le Gardien", + "willpower": "Volonté", + "wound-threshold": "Seuil de blessure", + "wounds": "Blessures" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/he.json b/Call_of_Cthulhu_6th_Ed/translations/he.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/he.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/it.json b/Call_of_Cthulhu_6th_Ed/translations/it.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/it.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/ja.json b/Call_of_Cthulhu_6th_Ed/translations/ja.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/ja.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/ko.json b/Call_of_Cthulhu_6th_Ed/translations/ko.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/ko.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/nl.json b/Call_of_Cthulhu_6th_Ed/translations/nl.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/nl.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/pt.json b/Call_of_Cthulhu_6th_Ed/translations/pt.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/pt.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/ru.json b/Call_of_Cthulhu_6th_Ed/translations/ru.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/ru.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/sv.json b/Call_of_Cthulhu_6th_Ed/translations/sv.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/sv.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/tr.json b/Call_of_Cthulhu_6th_Ed/translations/tr.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/tr.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/zh.json b/Call_of_Cthulhu_6th_Ed/translations/zh.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/zh.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file diff --git a/Call_of_Cthulhu_6th_Ed/translations/zu.json b/Call_of_Cthulhu_6th_Ed/translations/zu.json new file mode 100644 index 0000000000..53eb904ddf --- /dev/null +++ b/Call_of_Cthulhu_6th_Ed/translations/zu.json @@ -0,0 +1,169 @@ +{ + "APP": "APP", + "CON": "CON", + "DEX": "DEX", + "EDU": "EDU", + "INT": "INT", + "POW": "POW", + "SIZ": "SIZ", + "STR": "STR", + "action": "Action", + "aftereffect": "AfterEffect", + "aftereffects": "AfterEffects", + "age": "Age", + "agility": "Agility", + "aplomb": "Aplomb", + "art": "Arts", + "art-place": "Art", + "artistic-culture": "Artistic Culture", + "artistic-culture-place": "Artistic Culture", + "athleticism": "Athleticism", + "attitude": "Attitude", + "bargain": "Bargain", + "bladed-weapons": "Bladed Weapons", + "bladed-weapons-name-place": "Bladed Weapons", + "bureaucracy": "Bureaucracy", + "call-of-cthulhu": "Call Of Cthulu", + "cartridge": "Cartridge", + "characteristic": "Characteristic", + "characteristics-and-rolls": "Characteristics & Rolls", + "circles-of-influence": "Circles of Influence", + "circumstances": "Circumstances", + "close": "Close", + "concealment": "Concealment", + "configuration": "Configuration", + "consulted-books": "Consulted Books", + "contact": "Contact", + "contact-and-resources": "Contacts & Resources", + "contacts": "Contacts", + "corpulence": "Corpulence", + "craft": "Craft", + "craft-place": "Craft", + "credit": "Credit", + "criminalistics": "Criminalistics", + "critical-result": "Critical !", + "cthulhu-mythos": "Cthulhu Mythos", + "damage": "Damage", + "damage-dice": "Damage Dice", + "damages": "Damages", + "description": "Description", + "direction": "Direction", + "do-it-yourself": "Do It Yourself", + "drive": "Drive", + "drive-name-place": "Drive", + "earth-science-place": "Earth Sciences", + "earth-sciences": "Earth Sciences", + "effect": "Effect", + "enemy": "Enemy", + "equipment": "Equipment", + "exotic-weapons": "Exotic Weapons", + "exotic-weapons-name-place": "Exotic Weapons", + "expertise": "Expertise", + "fail-result": "Fail", + "far": "Far", + "favorite-equipment": "Favorite Equipment", + "feet": "Feet", + "firearms": "Firearms", + "firearms-name-place": "Firearms", + "first-aid": "First Aid", + "first-name": "FirstName", + "formal-sciences": "Formal Sciences", + "formal-sciences-place": "Formal Sciences", + "game": "Game", + "game-name-place": "Game", + "gunnery": "Gunnery", + "gunnery-name-place": "Gunnery", + "hand-to-hand": "Hand To Hand", + "hand-to-hand-name-place": "Hand To Hand", + "hands": "Hands", + "head": "Head", + "health": "Health", + "hide": "Hide", + "hit-points": "Hit Points", + "human-sciences": "Human Sciences", + "human-sciences-place": "Human Sciences", + "hypnosis": "Hypnosis", + "impact": "Impact", + "imposture": "Imposture", + "influence": "Influence", + "initial-sanity": "Inital SAN", + "insight": "Insight", + "interview": "Interview", + "intuition": "Intuition", + "investigator-info": "Investigator Info", + "knowledge": "Knowledge", + "known-creatures": "Known Creatures", + "known-investigators": "Known Investigators", + "language-place": "Language", + "languages": "Languages", + "last-name": "LastName", + "level": "Level", + "library-use": "Library Use", + "life-sciences": "Life Science", + "life-sciences-place": "Life Science", + "listen": "Listen", + "magic-points": "Magic Points", + "manners": "Manners", + "medicine": "Medicine", + "misc-skill-place": "Misc", + "mother-tongue": "Mother Tongue", + "mother-tongue-place": "Mother Tongue", + "motivation": "Motivation", + "name": "Name", + "nationality": "Nationality", + "navigate": "Navigate", + "notes": "Notes", + "occult-sciences": "Occult Sciences", + "occupation": "Occupation", + "opposed": "Opposed", + "other-equipment": "Other equipment", + "others": "Others", + "personal-story": "Personal Stroy", + "personal-story-details": "Personal Stroy Details", + "personality": "Personality", + "persuade": "Persuade", + "photography": "Photography", + "physical-aftereffects": "Physical AfterEffects", + "pilot": "Pilot", + "pilot-name-place": "Pilot", + "presence": "Presence", + "profession": "Profession", + "protections": "Protections", + "psychoanalysis": "Psychoanalysis", + "psychology": "Psychology", + "psycological-aftereffects": "Psycological AfterEffects", + "public": "Public", + "quality-of-life": "Quality of Life", + "range": "Range", + "rate": "Rate", + "result": "Result", + "ride": "Ride", + "rolls-results": "Rolls results", + "sanity": "Sanity", + "sanity-max": "SAN Max", + "sanity-points": "Sanity Points", + "scenario": "Scenario", + "sensory": "Sensory", + "sex": "Sex", + "skill": "Skill", + "skills": "Skills", + "social-mod": "Social Modificater", + "special": "Special", + "spiel": "Spiel", + "spot-hidden-object": "Spot Hidden Object", + "stamina": "Stamina", + "stealth": "Stealth", + "strength": "Strength", + "success-result": "Success", + "survival": "Survival", + "track": "Track", + "unholy-knowledge": "Unholy Knowledge", + "value": "Value", + "vigilance": "Vigilance", + "weapon": "Weapon", + "weapons": "Weapons", + "whisper-to-guardian": "Only for Guardian", + "willpower": "Willpower", + "wound-threshold": "WoundThreshold", + "wounds": "Wounds" +} \ No newline at end of file