Skip to content

Commit

Permalink
add missing i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
twonirwana committed Feb 26, 2024
1 parent 6b8f313 commit c147499
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bot/src/main/resources/botMessages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -212,22 +212,29 @@ validation.autoComplete.tooLong=Expression is valid but to long for auto complet
a.autoComplete.missingAlias=No alias configured in this channel, add them with `/channel_config alias save`
base.option.dice_color.none.none=none
base.option.dice_color.polyhedral_3d.red_and_white=red_and_white
base.option.dice_color.polyhedral_3d.none=none
base.option.dice_color.polyhedral_alies_v2.blue_and_silver=blue_and_silver
base.option.dice_color.polyhedral_alies_v2.black_and_gold=black_and_gold
base.option.dice_color.polyhedral_alies_v2.blue_and_gold=blue_and_gold
base.option.dice_color.polyhedral_alies_v2.green_and_gold=green_and_gold
base.option.dice_color.polyhedral_alies_v2.orange_and_silver=orange_and_silver
base.option.dice_color.polyhedral_alies_v2.red_and_gold=red_and_gold
base.option.dice_color.polyhedral_alies_v2.purple_and_silver=purple_and_silver
base.option.dice_color.polyhedral_alies_v2.none=none
base.option.dice_color.polyhedral_knots.purple_dark=purple_dark
base.option.dice_color.polyhedral_knots.purple_white=purple_white
base.option.dice_color.polyhedral_knots.blue=blue
base.option.dice_color.polyhedral_knots.none=none
base.option.dice_color.polyhedral_RdD.default=default
base.option.dice_color.polyhedral_RdD.special=special
base.option.dice_color.polyhedral_RdD.none=none
base.option.dice_color.fate.black=black
base.option.dice_color.fate.none=none
base.option.dice_color.d6_dots.white=white
base.option.dice_color.d6_dots.black_and_gold=black_and_gold
base.option.dice_color.d6_dots.none=none
base.option.dice_color.polyhedral_alies_v1.black_and_gold=black_and_gold
base.option.dice_color.polyhedral_alies_v1.none=none
base.option.dice_color.polyhedral_2d.white=white
base.option.dice_color.polyhedral_2d.gray=gray
base.option.dice_color.polyhedral_2d.black=black
Expand All @@ -240,6 +247,7 @@ base.option.dice_color.polyhedral_2d.magenta=magenta
base.option.dice_color.polyhedral_2d.cyan=cyan
base.option.dice_color.polyhedral_2d.blue=blue
base.option.dice_color.polyhedral_2d.indigo=indigo
base.option.dice_color.polyhedral_2d.none=none
base.option.dice_color.expanse.belt_dark=belt_dark
base.option.dice_color.expanse.belt_light=belt_light
base.option.dice_color.expanse.earth_dark=earth_dark
Expand All @@ -248,8 +256,10 @@ base.option.dice_color.expanse.mars_dark=mars_dark
base.option.dice_color.expanse.mars_light=mars_light
base.option.dice_color.expanse.protogen_dark=protogen_dark
base.option.dice_color.expanse.protogen_light=protogen_light
base.option.dice_color.expanse.none=none
base.option.dice_color.d6_marvel.blue=blue
base.option.dice_color.d6_marvel.red=red
base.option.dice_color.d6_marvel.none=none
#Rpg presets expressions
rpg.system.command.preset.FATE.expression=replace(4d[+,▢,−],'+',1,'▢',0,'−',-1)+{Modifier:-4<=>10}=
rpg.system.command.preset.FATE_IMAGE.expression=4d[-1,0,1]+{Modifier:-4<=>10}=
Expand Down

0 comments on commit c147499

Please sign in to comment.