diff --git a/src/locales/de/commands/choice.json b/src/locales/de/commands/choice.json index 98002b2a8..e25c6da55 100644 --- a/src/locales/de/commands/choice.json +++ b/src/locales/de/commands/choice.json @@ -1,7 +1,7 @@ { - "name": "choice", - "description": "Get a random value from a set of choices", - "optionsValuesName": "values", + "name": "wählen", + "description": "Erhalte einen zufälligen Wert aus einer Reihe von Optionen", + "optionsValuesName": "Werte", "optionsValuesDescription": "The choices to pick a random value from, separated by commas", "tooFewOptions": "There needs to be at least two values.", "duplicatedOptions": "There is at least one duplicate value in your set, please remove them.",