diff --git a/de.json b/de.json index e548b35..e2c11c6 100644 --- a/de.json +++ b/de.json @@ -2340,5 +2340,36 @@ "EFFECT.TestsToAffect": "Betroffene Tests", "EFFECT.VisibilityFoggy": "Sichtweite (Neblig)", "EFFECT.VisibilityMisty": "Sichtweite (Leicht Neblig)", - "EFFECT.VisibilityThickFog": "Sichtweite (Dichter Nebel)" + "EFFECT.VisibilityThickFog": "Sichtweite (Dichter Nebel)", + "TYPES.Actor.character": "Spielercharakter", + "TYPES.Actor.creature": "Kreatur", + "TYPES.Actor.npc": "Nichtspielercharakter", + "TYPES.Actor.vehicle": "Fahrzeug", + "TYPES.Actor.wfrp4e-archives3.enterprise": "Unternehmen", + "TYPES.Item.ammunition": "Munition", + "TYPES.Item.armour": "Rüstung", + "TYPES.Item.career": "Karriere", + "TYPES.Item.cargo": "Fracht", + "TYPES.Item.container": "Behälter", + "TYPES.Item.critical": "Kritischer Treffer", + "TYPES.Item.disease": "Krankheit", + "TYPES.Item.extendedTest": "Erweiterter Test", + "TYPES.Item.injury": "Verletzung", + "TYPES.Item.money": "Geld", + "TYPES.Item.mutation": "Mutation", + "TYPES.Item.prayer": "Gebet", + "TYPES.Item.psychology": "Psychologie", + "TYPES.Item.skill": "Fertigkeit", + "TYPES.Item.spell": "Zauber", + "TYPES.Item.talent": "Talent", + "TYPES.Item.template": "Vorlage", + "TYPES.Item.trait": "Merkmal", + "TYPES.Item.trapping": "Ausrüstung", + "TYPES.Item.vehicleMod": "Fahrzeugmodifikation", + "TYPES.Item.vehicleRole": "Fahrzeugrolle", + "TYPES.Item.vehicleTest": "Fahrzeugbesatzungstest", + "TYPES.Item.weapon": "Waffe", + "TYPES.Item.wfrp4e-archives3.armour": "Rüstung (Archives 3)", + "TYPES.Item.wfrp4e-archives3.cant": "Cant", + "TYPES.Item.wfrp4e-soc.chanty": "Seemannslied" } diff --git a/missing_keys_review.json b/missing_keys_review.json index 3d34c0b..c8a2fc6 100644 --- a/missing_keys_review.json +++ b/missing_keys_review.json @@ -2011,6 +2011,130 @@ "Laine", "Wolle" ], + "TYPES.Actor.character": [ + "Personnage joueur", + "Spielercharakter" + ], + "TYPES.Actor.creature": [ + "Créature", + "Kreatur" + ], + "TYPES.Actor.npc": [ + "Personnage Non-Joueur", + "Nichtspielercharakter" + ], + "TYPES.Actor.vehicle": [ + "Vehicule", + "Fahrzeug" + ], + "TYPES.Actor.wfrp4e-archives3.enterprise": [ + "Entreprise", + "Unternehmen" + ], + "TYPES.Item.ammunition": [ + "Munition", + "Munition" + ], + "TYPES.Item.armour": [ + "Armure", + "Rüstung" + ], + "TYPES.Item.career": [ + "Carrière", + "Karriere" + ], + "TYPES.Item.cargo": [ + "Cargaison", + "Fracht" + ], + "TYPES.Item.container": [ + "Contenant", + "Behälter" + ], + "TYPES.Item.critical": [ + "Critique", + "Kritischer Treffer" + ], + "TYPES.Item.disease": [ + "Maladie", + "Krankheit" + ], + "TYPES.Item.extendedTest": [ + "Test Etendu", + "Erweiterter Test" + ], + "TYPES.Item.injury": [ + "Blessure", + "Verletzung" + ], + "TYPES.Item.money": [ + "Argent", + "Geld" + ], + "TYPES.Item.mutation": [ + "Mutation", + "Mutation" + ], + "TYPES.Item.prayer": [ + "Prière", + "Gebet" + ], + "TYPES.Item.psychology": [ + "Psychologie", + "Psychologie" + ], + "TYPES.Item.skill": [ + "Compétence", + "Fertigkeit" + ], + "TYPES.Item.spell": [ + "Sort", + "Zauber" + ], + "TYPES.Item.talent": [ + "Talent", + "Talent" + ], + "TYPES.Item.template": [ + "Template", + "Vorlage" + ], + "TYPES.Item.trait": [ + "Trait", + "Merkmal" + ], + "TYPES.Item.trapping": [ + "Possession", + "Ausrüstung" + ], + "TYPES.Item.vehicleMod": [ + "Modification de Véhicule", + "Fahrzeugmodifikation" + ], + "TYPES.Item.vehicleRole": [ + "Role de Véhicule", + "Fahrzeugrolle" + ], + "TYPES.Item.vehicleTest": [ + "Test d'équipage de véhicule", + "Fahrzeugbesatzungstest" + ], + "TYPES.Item.weapon": [ + "Arme", + "Waffe" + ], + "TYPES.Item.wfrp4e-archives3.armour": [ + "Armure (Archives 3)", + "Rüstung (Archives 3)" + ], + "TYPES.Item.wfrp4e-archives3.cant": [ + "Cant", + "Cant" + ], + "TYPES.Item.wfrp4e-soc.chanty": [ + "Chanson de Marin", + "Seemannslied" + ], "VEHICLE.AssignedActors": [ "Acteur(s) assigné(s)", "Zugewiesene(r) Akteur(e)" diff --git a/module.json b/module.json index 151ea10..ecd9dfa 100644 --- a/module.json +++ b/module.json @@ -8,7 +8,7 @@ } ], "url": "https://gitea.palmenalzer.de/alzer/wfrp-4e-de", - "version": "8.6.26", + "version": "8.6.27", "esmodules": [ "modules/babele-register.js", "modules/addon-register.js",