Skip to content

Commit

Permalink
Update fr.json (#82)
Browse files Browse the repository at this point in the history
* Merging in for 1.1.7 release (#78)

* Refactor and update to weapon rolling system (#69)

* adding nationalization strings and changes to support new weapon chat message

* Changed sheet scripts to treat characterweapons and starshipweapons the same as regular items and call on actor.js rollGenericItem.

Changed Actor.js to correctly use characterweapon  items with roll.js performWeaponRoll().

Heavily overhauled roll.js. Created new helper functions to simplify repeated code, including generating strings from challenge dice, which is now down in multiple places. performWeaponRoll() now generates a nice weapon block for chat using the genericItemTemplate, and also generates the damage roll to append to it. I think it looks quite slick.

The genericItemTemplate() now takes an itemId string and appends it to an html element as an attribute named data-item-id to enable functions from the Maestro module.

i18n strings had to be changed for this new weapon roll display, this was done in a previous commmit.

Damage for weapon rolls is computed directly at roll time from the weapon's base damage stat and the owner's security stat rather than scraping the number off the character sheet HTML.

All rolls are now asynchronous, to match the upcoming changes in FoundryVTT. This will prevent depreciation warnings in the console, and breaking change headaches when the new version of FVTT comes out.

All files have been fixed to pass eslint.

This commit addresses outstanding bug/issues #36, #67, and #68

Co-authored-by: Mike Schoen <mkscho63@gmail.com>

* V10 update (#77)

* Dealing with all deprecation warnings, and abstracting the default image.

* More v10 corrections.

* Changed 'name' to 'id' in the system json

* Removed unnecessary leading slash from defaultImage

* Replace sidebar LCARS deco with hard gradient (#63)

* Replace sidebar LCARS deco with hard gradient

* Use overlayed gradients to fix background

* Fixing issue with build and tracker swapped to hiding at the bottom

* Fixing more v10 compatibility issues

* pt_BR Translation for this module (#76)

* Patch fr.json (#73)

* Update fr.json

Hello, it's just for a French translation or spelling

* Update fr.json

* v1.1.7

* fixing a couple minor issues before releasing 1.1.7

Co-authored-by: Ada <hiddenkrypt@gmail.com>
Co-authored-by: IHaveThatPower <mcc@mcc3d.com>
Co-authored-by: Sophia Pearson <codergal89@gmail.com>
Co-authored-by: André S Nascimento <45982225+andre-s-nascimento@users.noreply.github.com>
Co-authored-by: LaPatte <bearsurfeur@gmail.com>

* v1.1.8

* Pushing 1.1.8 package

* v1.1.9

* renaming package file

* Update fr.json

After many games it's more accurate translation :)

* Update package.json

Version update will be done by release automation

---------

Co-authored-by: Mike Schoen <mkscho63@gmail.com>
Co-authored-by: Ada <hiddenkrypt@gmail.com>
Co-authored-by: IHaveThatPower <mcc@mcc3d.com>
Co-authored-by: Sophia Pearson <codergal89@gmail.com>
Co-authored-by: André S Nascimento <45982225+andre-s-nascimento@users.noreply.github.com>
  • Loading branch information
6 people committed Apr 19, 2023
1 parent f8f4445 commit 802f98d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"prettier": "^2.2.1",
"yargs": "^16.2.0"
},
"version": "1.1.9"
"version": "1.1.7"
}
22 changes: 10 additions & 12 deletions src/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"sta.actor.character.name": "Nom",
"sta.actor.character.rank": "Grade",
"sta.actor.character.stress": "Suivi du Stress",
"sta.actor.character.environment": "Environnement",
"sta.actor.character.environment": "Milieu",
"sta.actor.character.upbringing": "Éducation",
"sta.actor.character.species": "Espèce",
"sta.actor.character.assignment": "Affectation",
"sta.actor.character.traits": "Traits",
"sta.actor.character.determination": "Détermination",
"sta.actor.attdis.mod": "Mod",
"sta.actor.attdis.task": "Effectuer la Tâche",
"sta.actor.challenge.roll": "Lancer le Test",
"sta.actor.challenge.roll": "Lancer le Défi",
"sta.actor.character.attribute.title": "Attributs",
"sta.actor.character.attribute.name": "Nom d'Attribut",
"sta.actor.character.attribute.control": "Contrôle",
Expand All @@ -35,7 +35,7 @@
"sta.actor.character.discipline.science": "Science",
"sta.actor.character.discipline.security": "Securité",
"sta.actor.focus.title": "Spécialisations",
"sta.actor.value.title": "Valeurs",
"sta.actor.value.title": "Idéaux",
"sta.actor.value.used": "Utilisé?",
"sta.actor.note.title": "Notes",
"sta.actor.milestone.title": "Jalons",
Expand Down Expand Up @@ -120,11 +120,11 @@
"sta.actor.smallcraft.parent": "Vaisseau mère",
"sta.actor.smallcraft.child": "Type de vaisseau fils",

"sta.actor.extendedtask.magnitude": "Magnitude",
"sta.actor.extendedtask.magnitude": "Ampleur",
"sta.actor.extendedtask.work": "Effort",
"sta.actor.extendedtask.difficulty": "Difficulté",
"sta.actor.extendedtask.resistance": "Résistance",
"sta.actor.extendedtask.breakthroughs": "Ampleur",
"sta.actor.extendedtask.breakthroughs": "Progrés",
"sta.actor.extendedtask.completed": "Tâche Etendue Finie!",

"sta.item.genericitem.name": "Nom",
Expand Down Expand Up @@ -158,26 +158,24 @@
"sta.roll.success": "Succès",
"sta.roll.successPlural": "Succès",
"sta.roll.task.name": "Tâches",
"sta.roll.challenge.name": "Défi",
"sta.roll.complicationrange": "La Marge de Complication est ",
"sta.roll.complication": "Il y a un Complication!",
"sta.roll.complicationPlural": "Il y a eu |#| Complications!",
"sta.roll.effect": "I y a eu des Effets!",
"sta.roll.effectPlural": "Il y a eu |#| Effets!",
"sta.roll.rerollresults": "Relancer les résultats?",

"sta.roll.weapon.damage": "<b>|#|</b> Dégâts dé",
"sta.roll.weapon.damagePlural": "<b>|#|</b> Dégâts dés",
"sta.roll.weapon.damage": "<b>|#|</b> Dégâts",
"sta.roll.armor.protect": "<b>|#|</b> Résistance",
"sta.roll.item.quantity": "|#|x Objets",


"sta.tracker.threat": "Menace",
"sta.tracker.momentum": "Momentum",
"sta.tracker.momentum": "Impulsion",

"sta.notifications.momentumInvalidPermissions": "Vous n'êtes pas autorisé à changer Momentum!",
"sta.notifications.momentumNegative": "Vous ne pouvez pas définir Momentum sur une valeur inférieure à 0!",
"sta.notifications.momentumTooGreat": "Vous ne pouvez pas définir Momentum sur une valeur supérieure à 6!",
"sta.notifications.momentumInvalidPermissions": "Vous n'êtes pas autorisé à changer les Impulsions!",
"sta.notifications.momentumNegative": "Vous ne pouvez pas définir d'Impulsion sur une valeur inférieure à 0!",
"sta.notifications.momentumTooGreat": "Vous ne pouvez pas définir d'Impulsion sur une valeur supérieure à 6!",
"sta.notifications.threatInvalidPermissions": "Vous n'êtes pas autorisé à changer Menace!",
"sta.notifications.threatNegative": "Vous ne pouvez pas définir Menace sur une valeur inférieure à 0!",
"sta.notifications.threatTooGreat": "Il y a trop de Menace!"
Expand Down

0 comments on commit 802f98d

Please sign in to comment.