Skip to content

Commit

Permalink
fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 8, 2024
1 parent d9e0993 commit dfec94b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/RollTheDice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public partial class RollTheDice : BasePlugin, IPluginConfig<PluginConfig>
{
public override string ModuleName => "Roll The Dice";
public override string ModuleAuthor => "Jon-Mailes Graeffe <[email protected]> / Kalle <[email protected]>";
public override string ModuleVersion => "1.0.3";
public override string ModuleVersion => "1.0.4";

private string _currentMap = "";
private List<CCSPlayerController> _playersThatRolledTheDice = new();
Expand Down
2 changes: 1 addition & 1 deletion src/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"core.nodicesenabled": "{purple}[WürfelSpiel] {default}Keine Würfel aktiviert! Bitte aktiviere mindestens einen Würfel in der Konfiguration!",
"core.disabled": "{purple}[WürfelSpiel] {default}Würfelspiel ist deaktiviert!",
"command.rollthedice.noactiveround": "{purple}[WürfelSpiel] {default}Runde ist nicht gestartet!",
"command.rollthedice.notalive": "[WürfelSpiel] Du musst am Leben sein, um zu würfeln!",
"command.rollthedice.notalive": "{purple}[WürfelSpiel] {default}Du musst am Leben sein, um zu würfeln!",
"command.rollthedice.alreadyrolled": "{purple}[WürfelSpiel] {default}Du hast in dieser Runde bereits gewürfelt!",
"command.rollthedice.error": "{purple}[WürfelSpiel] {green}{playerName} {default}konnte nicht würfeln :(",
"DiceChangeName": "{purple}[WürfelSpiel] {green}{playerName} {default}hat seinen Namen in {green}{randomName} {default}geändert!",
Expand Down
4 changes: 2 additions & 2 deletions src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"core.nodicesenabled": "{purple}[RollTheDice] {default}No dices enabled! Please enable at least one dice in the configuration!",
"core.disabled": "{purple}[RollTheDice] {default}RollTheDice is disabled!",
"command.rollthedice.noactiveround": "{purple}[RollTheDice] {default}No active round!",
"command.rollthedice.notalive": "[RollTheDice] You need to be alive to roll the dice!",
"command.rollthedice.notalive": "{purple}[RollTheDice] {default}You need to be alive to roll the dice!",
"command.rollthedice.alreadyrolled": "{purple}[RollTheDice] {default}You already rolled the dice this round!",
"command.rollthedice.error": "{purple}[RollTheDice] {green}{playerName} {default}could not roll the dice :(",
"DiceChangeName": "{purple}[RollTheDice] {green}{playerName} {default}changed their name to {green}{randomName}{default}!",
Expand All @@ -29,7 +29,7 @@
"DicePlayerVampire": "{purple}[RollTheDice] {green}{playerName} {default}has become a vampire!",
"DiceStripWeapons": "{purple}[RollTheDice] {green}{playerName} {default}lost all weapons!",
"DicePlayerDisguiseAsPlant": "{purple}[RollTheDice] {green}{playerName} {default}becomes a {green}{model} {default}if he does not move!",
"DicePlayerAsChicken": "{purple[RollTheDice] {green}{playerName} {default}becomes a big chicken!",
"DicePlayerAsChicken": "{purple}[RollTheDice] {green}{playerName} {default}becomes a big chicken!",
"DicePlayerMakeHostageSounds": "{purple[RollTheDice] {green}{playerName} {default}becomes a grumpy hostage!",
"DicePlayerMakeFakeGunSounds": "{purple[RollTheDice] {green}{playerName} {default}is on a shooting range!",
"DicePlayerMakeFakeGunSoundsWeapon": "{purple}[RollTheDice] {green}{playerName} {default}is trying the {green}{weapon}{default}!"
Expand Down

0 comments on commit dfec94b

Please sign in to comment.