more words added

This commit is contained in:
CT
2026-05-18 14:38:46 -05:00
parent 773e56b619
commit f7de0fc671

View File

@@ -8,25 +8,25 @@
}, },
"keywords": { "keywords": {
"如果": "if", "如果": "if",
"sino": "else", "否则": "else",
"osi": "elif", "": "elif",
"para": "for", "对于": "for",
"的时候": "while", "": "while",
"def": "def", "功能": "def",
"类": "class", "类": "class",
"importar": "import", "导入": "import",
"de": "from", "": "from",
"como": "as", "como": "as",
"retornar": "return", "返回": "return",
"打断": "break", "打断": "break",
"继续": "continue", "继续": "continue",
"pasar": "pass", "pasar": "pass",
"intentar": "try", "intentar": "try",
"excepto": "except", "excepto": "except",
"finalmente": "finally", "finalmente": "finally",
"lanzar": "raise", "提出": "raise",
"con": "with", "": "with",
"en": "in", "": "in",
"是": "is", "是": "is",
"和": "and", "和": "and",
"或": "or", "或": "or",
@@ -39,25 +39,25 @@
"esperar": "await", "esperar": "await",
"asinc": "async", "asinc": "async",
"lambda": "lambda", "lambda": "lambda",
"Verda": "True", "": "True",
"Falso": "False", "": "False",
"Nada": "None" "": "None"
}, },
"builtins": { "builtins": {
"写": "print", "写": "print",
"imprimir": "print", "打印": "print",
"entrada": "input", "扫描": "input",
"lon": "len", "lon": "len",
"dist": "range", "dist": "range",
"tipo": "type", "": "type",
"ent": "int", "数字": "int",
"dec": "float", "浮点数": "float",
"texto": "str", "字符串": "str",
"lista": "list", "列表": "list",
"dicc": "dict", "dicc": "dict",
"conj": "set", "conj": "set",
"tupla": "tuple", "tupla": "tuple",
"bool": "bool", "布尔": "bool",
"abrir": "open", "abrir": "open",
"enumerar": "enumerate", "enumerar": "enumerate",
"map": "map", "map": "map",
@@ -82,9 +82,9 @@
"sigue": "next", "sigue": "next",
"id": "id", "id": "id",
"car": "chr", "car": "chr",
"hex": "hex", "十六进制": "hex",
"bin": "bin", "二进制": "bin",
"oct": "oct" "八进制": "oct"
}, },
"exceptions": { "exceptions": {
"Excepcion": "Exception", "Excepcion": "Exception",
@@ -135,10 +135,10 @@
"TimeoutError": "Error de tiempo agotado" "TimeoutError": "Error de tiempo agotado"
}, },
"stdlib": { "stdlib": {
"mate": "math", "数学": "math",
"sis": "sys", "系统": "sys",
"fechahora": "datetime", "日期时间": "datetime",
"tiempo": "time", "时间": "time",
"aleatorio": "random", "aleatorio": "random",
"aleatoria": "random", "aleatoria": "random",
"colecciones": "collections", "colecciones": "collections",