forked from Simnation/Main
Update locale.lua
This commit is contained in:
parent
4598c432ca
commit
2b4ce98dbe
1 changed files with 10 additions and 10 deletions
|
@ -3,18 +3,18 @@
|
|||
|
||||
|
||||
Locale = {
|
||||
['Open bag'] = 'Open bag',
|
||||
['Pickup bag'] = 'Pickup bag',
|
||||
['Outfit bag'] = 'Outfit bag',
|
||||
['Open bag'] = 'Tasche öffnen',
|
||||
['Pickup bag'] = 'Taschen aufheben',
|
||||
['Outfit bag'] = 'Outfit Tasche',
|
||||
|
||||
['~w~[~g~{OPEK_KEYBIND}~w~] to open [~g~{PICKUP_KEYBIND}~w~] to pickup the bag'] = '~w~[~g~{OPEK_KEYBIND}~w~] to open [~g~{PICKUP_KEYBIND}~w~] to pickup the bag',
|
||||
['~w~[~g~{OPEN_KEYBIND}~w~] to open the bag'] = '~w~[~g~{OPEN_KEYBIND}~w~] to open the bag',
|
||||
['~w~[~g~{OPEK_KEYBIND}~w~] to open [~g~{PICKUP_KEYBIND}~w~] to pickup the bag'] = '~w~[~g~{OPEK_KEYBIND}~w~] zum öffnen [~g~{PICKUP_KEYBIND}~w~] zum aufheben',
|
||||
['~w~[~g~{OPEN_KEYBIND}~w~] to open the bag'] = '~w~[~g~{OPEN_KEYBIND}~w~] zum öffnen',
|
||||
|
||||
['~r~This outfit isn\'t suitable for you'] = '~r~This outfit isn\'t suitable for you',
|
||||
['~r~Wait a bit before you switch outfits again'] = '~r~Wait a bit before you switch outfits again',
|
||||
['~r~This outfit isn\'t suitable for you'] = '~r~Dieses Outfit passt dir nicht.',
|
||||
['~r~Wait a bit before you switch outfits again'] = '~r~Warte ein bisschen, bevor du das Outfit wieder wechselst.',
|
||||
|
||||
['~r~This fixed bag does not exist. Please let the server admin know about this.'] = '~r~This fixed bag does not exist. Please let the server admin know about this.',
|
||||
['~r~This fixed bag does not exist. Please let the server admin know about this.'] = '~r~Diese feste Tasche existiert nicht. Bitte informiere den Serveradministrator darüber.',
|
||||
|
||||
['SAVE CURRENT OUTFIT'] = 'SAVE CURRENT OUTFIT',
|
||||
['PREVIEW'] = 'PREVIEW',
|
||||
['SAVE CURRENT OUTFIT'] = 'AKTUELLES OUTFIT SPEICHERN',
|
||||
['PREVIEW'] = 'VORSCHAU',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue