From f7de0fc671788c830df35638df87d683e45f51f5 Mon Sep 17 00:00:00 2001 From: CT Date: Mon, 18 May 2026 14:38:46 -0500 Subject: [PATCH] more words added --- packages/langs/zh/src/foreignthon_zh/zh.json | 58 ++++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/packages/langs/zh/src/foreignthon_zh/zh.json b/packages/langs/zh/src/foreignthon_zh/zh.json index c41d6e9..6779df9 100644 --- a/packages/langs/zh/src/foreignthon_zh/zh.json +++ b/packages/langs/zh/src/foreignthon_zh/zh.json @@ -8,25 +8,25 @@ }, "keywords": { "如果": "if", - "sino": "else", - "osi": "elif", - "para": "for", - "的时候": "while", - "def": "def", + "否则": "else", + "否": "elif", + "对于": "for", + "而": "while", + "功能": "def", "类": "class", - "importar": "import", - "de": "from", + "导入": "import", + "从": "from", "como": "as", - "retornar": "return", + "返回": "return", "打断": "break", "继续": "continue", "pasar": "pass", "intentar": "try", "excepto": "except", "finalmente": "finally", - "lanzar": "raise", - "con": "with", - "en": "in", + "提出": "raise", + "同": "with", + "在": "in", "是": "is", "和": "and", "或": "or", @@ -39,25 +39,25 @@ "esperar": "await", "asinc": "async", "lambda": "lambda", - "Verda": "True", - "Falso": "False", - "Nada": "None" + "真": "True", + "假": "False", + "空": "None" }, "builtins": { "写": "print", - "imprimir": "print", - "entrada": "input", + "打印": "print", + "扫描": "input", "lon": "len", "dist": "range", - "tipo": "type", - "ent": "int", - "dec": "float", - "texto": "str", - "lista": "list", + "型": "type", + "数字": "int", + "浮点数": "float", + "字符串": "str", + "列表": "list", "dicc": "dict", "conj": "set", "tupla": "tuple", - "bool": "bool", + "布尔": "bool", "abrir": "open", "enumerar": "enumerate", "map": "map", @@ -82,9 +82,9 @@ "sigue": "next", "id": "id", "car": "chr", - "hex": "hex", - "bin": "bin", - "oct": "oct" + "十六进制": "hex", + "二进制": "bin", + "八进制": "oct" }, "exceptions": { "Excepcion": "Exception", @@ -135,10 +135,10 @@ "TimeoutError": "Error de tiempo agotado" }, "stdlib": { - "mate": "math", - "sis": "sys", - "fechahora": "datetime", - "tiempo": "time", + "数学": "math", + "系统": "sys", + "日期时间": "datetime", + "时间": "time", "aleatorio": "random", "aleatoria": "random", "colecciones": "collections",