Added czech language (#11)

* Create cs.lua

* Update fxmanifest.lua
This commit is contained in:
rex2630
2020-01-23 17:02:25 +01:00
committed by GitHub
parent 3bc0919760
commit 54bb4aa7b1
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
Locales['cs'] = {
['valid_purchase'] = 'potvrdit nakup?',
['yes'] = 'ano',
['no'] = 'ne',
['not_enough_money'] = 'nemas dostatek penez',
['press_access'] = 'stiskni ~INPUT_CONTEXT~ pro pristup k ~y~Holici~s~.',
['barber_blip'] = 'Holic',
['you_paid'] = 'zaplatil jsi ~g~$%s~s~',
}