mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Add German Language
This commit is contained in:
@@ -5,6 +5,7 @@ description 'ESX Society'
|
||||
server_scripts {
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'@es_extended/locale.lua',
|
||||
'locales/de.lua',
|
||||
'locales/br.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
@@ -14,6 +15,7 @@ server_scripts {
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/de.lua',
|
||||
'locales/br.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
Locales['de'] = {
|
||||
|
||||
['have_withdrawn'] = 'abgehoben ~g~$',
|
||||
['invalid_amount'] = 'ungültiger Betrag',
|
||||
['have_deposited'] = 'eingezahlt ~r~$',
|
||||
['you_have'] = 'du hast ~g~$',
|
||||
['you_have_laundered'] = 'du hast dein Geld ~r~gewaschen~s~: ~g~$',
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user