This commit is contained in:
2025-04-17 13:07:48 +08:00
parent 4a6f3a3144
commit 49e729a932
12 changed files with 452 additions and 450 deletions

View File

@ -31,18 +31,18 @@ local ____mixer = require("code.systems.mixer")
local mixerSystem = ____mixer.default
local function textGen()
return {
main1 = "PLAY",
main2 = "CALIBRATION",
main3 = "EXIT",
c_back = "BACK",
c_header1 = "Music Volume",
c_header2 = "Sound Volume",
c_header3 = "Keybinds",
c_option1 = "DECREASE",
c_option2 = "INCREASE",
k_header1 = "Select an Input",
k_header2 = "Type to Bind",
k_header3 = "Press ESC to Reset",
main1 = "游玩",
main2 = "配置",
main3 = "退出游戏",
c_back = "返回",
c_header1 = "音乐音量",
c_header2 = "音效音量",
c_header3 = "按键配置",
c_option1 = "减小",
c_option2 = "增加",
k_header1 = "选择一个输入源",
k_header2 = "请按下按键",
k_header3 = "按ESC键重置",
k_key1 = "[Z]",
k_key2 = "[X]",
k_key3 = "[C]",
@ -78,7 +78,7 @@ local function textGen()
["<"] = "<",
["="] = "=",
[">"] = ">",
["$"] = "Dollar",
["$"] = "$",
["0"] = "0",
["1"] = "1",
["2"] = "2",
@ -101,16 +101,16 @@ local function textGen()
backspace = "Backspace",
c = "C",
calculator = "Calculator",
capslock = "CapsLock",
capslock = "大写锁定",
clear = "Clear",
computer = "Computer",
currencyunit = "Currency",
d = "D",
delete = "Delete",
down = "Down",
down = "",
e = "E",
["end"] = "End",
escape = "Escape",
escape = "ESC",
f = "F",
f1 = "F1",
f2 = "F2",
@ -138,36 +138,36 @@ local function textGen()
insert = "Insert",
j = "J",
k = "K",
["kp-"] = "Num-",
["kp,"] = "Num,",
["kp."] = "Num.",
["kp*"] = "Num*",
["kp/"] = "Num/",
["kp+"] = "Num+",
["kp="] = "Num=",
kp0 = "Num0",
kp1 = "Num1",
kp2 = "Num2",
kp3 = "Num3",
kp4 = "Num4",
kp5 = "Num5",
kp6 = "Num6",
kp7 = "Num7",
kp8 = "Num8",
kp9 = "Num9",
kpenter = "NumEnter",
["kp-"] = "小键盘-",
["kp,"] = "小键盘,",
["kp."] = "小键盘.",
["kp*"] = "小键盘*",
["kp/"] = "小键盘/",
["kp+"] = "小键盘+",
["kp="] = "小键盘=",
kp0 = "小键盘0",
kp1 = "小键盘1",
kp2 = "小键盘2",
kp3 = "小键盘3",
kp4 = "小键盘4",
kp5 = "小键盘5",
kp6 = "小键盘6",
kp7 = "小键盘7",
kp8 = "小键盘8",
kp9 = "小键盘9",
kpenter = "小键盘Enter",
l = "L",
lalt = "LAlt",
lctrl = "LCtrl",
left = "Left",
lgui = "LSuper",
lshift = "LShift",
lalt = "Alt",
lctrl = "Ctrl",
left = "",
lgui = "左Win",
lshift = "Shift",
m = "M",
mail = "Mail",
menu = "Menu",
mode = "Mode",
n = "N",
numlock = "NumLock",
numlock = "小键盘NumLock",
o = "O",
p = "P",
pagedown = "PageDown",
@ -177,15 +177,15 @@ local function textGen()
printscreen = "PrintScreen",
q = "Q",
r = "R",
ralt = "RAlt",
rctrl = "RCtrl",
ralt = "Alt",
rctrl = "Ctrl",
["return"] = "Enter",
rgui = "RSuper",
right = "Right",
rshift = "RShift",
rgui = "右Win",
right = "",
rshift = "Shift",
s = "S",
scrolllock = "ScrollLock",
space = "Space",
space = "空格",
sysreq = "SysReq",
t = "T",
tab = "Tab",