mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Add of Czech translate (#24)
* Add of Czech translate Czech translation edit da * Czech diacritic temp remove Solves https://github.com/rp-esx-fivem/esx_atm/issues/1
This commit is contained in:
@@ -13,6 +13,7 @@ server_scripts {
|
||||
'locales/fr.lua',
|
||||
'locales/es.lua',
|
||||
'locales/sv.lua',
|
||||
'locales/cs.lua',
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
@@ -26,6 +27,7 @@ client_scripts {
|
||||
'locales/fr.lua',
|
||||
'locales/es.lua',
|
||||
'locales/sv.lua',
|
||||
'locales/cs.lua',
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel="stylesheet" href="css/app.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
<img id="logo" src="img/fleeca.png"/>
|
||||
</div>
|
||||
<div id="welcome-text">
|
||||
Dobrý den, <br/>
|
||||
Děkujeme Vám za využívání terminálů Fleece Bank
|
||||
</div>
|
||||
<div id="menu">
|
||||
<div>
|
||||
<input type="number" id="deposit_amount" tabindex="1" onClick="this.select();"/>
|
||||
<button id="deposit_btn">Vložit</button>
|
||||
</div>
|
||||
<br><br>
|
||||
<div>
|
||||
<input type="number" id="withdraw_amount" tabindex="2" onClick="this.select();"/>
|
||||
<button id="withdraw_btn">Vybrat</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
|
||||
<script src="scripts/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,7 @@
|
||||
Locales['cs'] = {
|
||||
['invalid_amount'] = '~r~Zadali jste neplatnou castku~s~',
|
||||
['deposit_money'] = 'vlozili jste ~g~$%s~s~',
|
||||
['withdraw_money'] = 'vybrali jste ~g~$%s~s~',
|
||||
['press_e_atm'] = 'stiskni ~INPUT_PICKUP~ pro pouziti ~g~bankomatu~s~',
|
||||
['atm_blip'] = 'bankomat',
|
||||
}
|
||||
Reference in New Issue
Block a user