mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Create sc.js
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const translate = new Object();
|
||||
|
||||
translate.name = "我的姓名";
|
||||
translate.job = "我的工作";
|
||||
translate.bank = "银行存款";
|
||||
translate.money = "持有现金";
|
||||
translate.gender = "我的性别";
|
||||
translate.dob = "出生日期";
|
||||
Reference in New Issue
Block a user