mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Add of Czech translate (#13)
* Add of Czech translate * Czech translate 2 space intent fix Fixed intent to 2 spaces to match the source repository style
This commit is contained in:
@@ -10,6 +10,7 @@ server_scripts {
|
||||
'locales/fi.lua',
|
||||
'locales/fr.lua',
|
||||
'locales/sv.lua',
|
||||
'locales/cs.lua',
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
@@ -20,6 +21,7 @@ client_scripts {
|
||||
'locales/fi.lua',
|
||||
'locales/fr.lua',
|
||||
'locales/sv.lua',
|
||||
'locales/cs.lua',
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
Locales ['cs'] = {
|
||||
['valid_purchase'] = 'ověřit nákup?',
|
||||
['yes'] = 'ano (<span style="color: green;">$%s</span>)',
|
||||
['no'] = 'ne',
|
||||
['helmet'] = 'helma / Čepice',
|
||||
['glasses'] = 'brýle',
|
||||
['mask'] = 'maska',
|
||||
['ears'] = 'doplňky na uši',
|
||||
['shop'] = '%s obchod',
|
||||
['set_unset'] = 'nasadit / Sundat',
|
||||
['not_enough_money'] = 'nemáte dostatek peněz',
|
||||
['press_access'] = 'zmáčkněte ~INPUT_CONTEXT~ pro otevření menu',
|
||||
['accessories_blip'] = 'doplňky',
|
||||
['no_ears'] = 'nemáte doplňky na uši',
|
||||
['no_glasses'] = 'nemáte brýle',
|
||||
['no_helmet'] = 'nemáte helmu',
|
||||
['no_mask'] = 'nemáte masku',
|
||||
['you_paid'] = 'zaplatili jste ~g~$%s~s~',
|
||||
}
|
||||
Reference in New Issue
Block a user