diff --git a/app/src/main/java/com/pixelized/rplexicon/business/DiceThrowUseCase.kt b/app/src/main/java/com/pixelized/rplexicon/business/DiceThrowUseCase.kt index 694a396..de02b49 100644 --- a/app/src/main/java/com/pixelized/rplexicon/business/DiceThrowUseCase.kt +++ b/app/src/main/java/com/pixelized/rplexicon/business/DiceThrowUseCase.kt @@ -368,7 +368,7 @@ class DiceThrowUseCase @Inject constructor( character = sheet, action = diceThrow.weapon, diceThrow = action?.damage, - title = { getString(R.string.dice_roll_attack_hit_title, it) }, + title = { getString(R.string.dice_roll_attack_damage_title, it) }, alterations = alterations, ability = Property.PHYSICAL_MELEE_DAMAGE, ) @@ -398,7 +398,7 @@ class DiceThrowUseCase @Inject constructor( character = sheet, action = diceThrow.weapon, diceThrow = action?.damage, - title = { getString(R.string.dice_roll_attack_hit_title, it) }, + title = { getString(R.string.dice_roll_attack_damage_title, it) }, alterations = alterations, ability = Property.PHYSICAL_RANGE_DAMAGE, ) @@ -413,7 +413,7 @@ class DiceThrowUseCase @Inject constructor( character = sheet, action = diceThrow.item, diceThrow = action?.effect, - title = { getString(R.string.dice_roll_attack_hit_title, it) }, + title = { getString(R.string.dice_roll_use_object, it) }, alterations = emptyMap(), ability = null, ) diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 55ead76..74e63f2 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -53,6 +53,7 @@ Lexique Quête Carte + Sortilège Statut : Localisation : Description : @@ -65,6 +66,13 @@ Description : Description : Destination : + Niveau : + École : + Temps d\'incantation : + Portée : + Composantes : + Durée : + Description : Détails de quête Complétée @@ -145,13 +153,14 @@ Bonus de Maîtrise Bonus d\'Expertise - Test \"%1$s\" + Test : \"%1$s\" Lancer : \"%1$s\" - Bonus \"%1$s\" + Bonus : \"%1$s\" Jet d\'attaque : \"%1$s\" Jet de dommage : \"%1$s\" - Jet de sort : \"%1$s" + Jet de sort : \"%1$s\" Jet de dommage : \"%1$s\" + Utiliser : \"%1$s\" Critique Alterations diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 99280f0..498230e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -153,13 +153,14 @@ Proficiency bonus Expertise bonus - Cast %1$s %1$s check + Cast %1$s %1$s bonus %1$s hit %1$s damage %1$s hit %1$s damage + Use %1$s Critical Alterations