forked from VORPCORE/vorp_fishing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path(german)config.lua
More file actions
25 lines (24 loc) · 868 Bytes
/
(german)config.lua
File metadata and controls
25 lines (24 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Config.Lang = {
ReadyToFish = "Fertig zum Fischen!",
PrepRod = "Angelrute vorbereiten",
ThrowHook = "Angelrute auswerfen",
--------------------------------
Fishing = "Angeln",
HookFish = "Haken",
ReelLure = "Angelspule",
--------------------------------
MiniGame = "Fisch ist am Haken!",
ReelIn = "Fisch vorsichtig einholen",
Cancel = "Angelschnur einholen",
--------------------------------
FishName = "Name",
FishWeight = "Gewicht",
KeepFish = "Fisch behalten",
ThrowFish = "Fische freilassen",
--------------------------------
discord_fishCaught = "Einen Fisch gefangen!",
discord_fishKept = "Der Fisch wurde behalten! 😁",
discord_fishThrow = "Der Fisch wurde freigelassen! 😭",
discord_fieldFishName = "🦈 Fisch Name: ",
discord_fieldFishWeight = "⚖ Gewicht: "
}