Skip to content

Commit

Permalink
Update de.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenny822 authored Aug 25, 2023
1 parent 47ade00 commit a1bde24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions [core]/es_extended/locales/de.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ Locales["de"] = {
['command_setjob_invalid'] = 'Der Job Grad oder beides sind ungültig',
['command_setgroup'] = 'Setzt eine Berechtigungs Gruppe für einen User',
['command_setgroup_group'] = 'Name der Gruppe',
['command_removeaccountmoney'] = 'Entfernt Geld von einem bestimmten Account',
['command_removeaccountmoney_account'] = 'Account von wem es entfernt werden soll',
['command_removeaccountmoney_amount'] = 'Anzahl die Entfernt werden soll',
['command_removeaccountmoney_invalid'] = 'Name des Accounts Ungültig',
['commanderror_argumentmismatch'] = 'Ungültiger Argument (gegeben %s, gewollt %s)',
['commanderror_argumentmismatch_number'] = 'Ungültiges Argument #%s daten typ (string gegeben, gewollte nummer)',
['commanderror_argumentmismatch_string'] = 'Invalid Argument #%s data type (passed number, wanted string)',
Expand Down

0 comments on commit a1bde24

Please sign in to comment.