Add files via upload
This commit is contained in:
20
locales/de.lua
Normal file
20
locales/de.lua
Normal file
@ -0,0 +1,20 @@
|
||||
Locales['de'] = {
|
||||
|
||||
['used_beer'] = 'du hast ~y~1x~s~ ~b~Bier getrunken~s~',
|
||||
['used_tequila'] = 'du hast ~y~1x~s~ ~b~Tequila getrunken~s~',
|
||||
['used_vanil_smot'] = 'du hast ~y~1x~s~ ~b~Vanilleshake getrunken~s~',
|
||||
['used_vine'] = 'du hast ~y~1x~s~ ~b~Vine getrunken~s~',
|
||||
['used_vodka'] = 'du hast ~y~1x~s~ ~b~Wodka getrunken~s~',
|
||||
['used_vodkaenergy'] = 'du hast ~y~1x~s~ ~b~Wodka Energy getrunken~s~',
|
||||
['used_vodkafruit'] = 'du hast ~y~1x~s~ ~b~Wodkafruit getrunken~s~',
|
||||
['used_wine'] = 'du hast ~y~1x~s~ ~b~Wein getrunken~s~',
|
||||
['used_whiskycoca'] = 'du hast ~y~1x~s~ ~b~Whisky Cola getrunken~s~',
|
||||
['used_whisky'] = 'du hast ~y~1x~s~ ~b~Whisky getrunken~s~',
|
||||
['used_jager'] = 'du hast ~y~1x~s~ ~b~Jägermeister getrunken~s~',
|
||||
['used_martini'] = 'du hast ~y~1x~s~ ~b~Martini getrunken~s~',
|
||||
['used_rhum'] = 'du hast ~y~1x~s~ ~b~Rum getrunken~s~',
|
||||
['used_cubalibre'] = 'du hast ~y~1x~s~ ~b~Cuba Libre getrunken~s~',
|
||||
['used_golem'] = 'du hast ~y~1x~s~ ~b~Golem getrunken~s~',
|
||||
['used_bacardi'] = 'du hast ~y~1x~s~ ~b~Bacardi getrunken~s~',
|
||||
|
||||
}
|
5
locales/en.lua
Normal file
5
locales/en.lua
Normal file
@ -0,0 +1,5 @@
|
||||
Locales['en'] = {
|
||||
|
||||
['used_beer'] = 'you used 1x ~y~Beer~s~',
|
||||
|
||||
}
|
5
locales/fi.lua
Normal file
5
locales/fi.lua
Normal file
@ -0,0 +1,5 @@
|
||||
Locales['fi'] = {
|
||||
|
||||
['used_beer'] = 'sinä joit 1x ~y~Olut~s~',
|
||||
|
||||
}
|
5
locales/fr.lua
Normal file
5
locales/fr.lua
Normal file
@ -0,0 +1,5 @@
|
||||
Locales['fr'] = {
|
||||
|
||||
['used_beer'] = 'vous avez utilisé 1x ~y~Bière~s~',
|
||||
|
||||
}
|
5
locales/pl.lua
Normal file
5
locales/pl.lua
Normal file
@ -0,0 +1,5 @@
|
||||
Locales['pl'] = {
|
||||
|
||||
['used_beer'] = 'używasz 1x ~y~Piwo~s~',
|
||||
|
||||
}
|
Reference in New Issue
Block a user