Merge pull request 'finished beta version' (#3) from populate-json into main
Some checks are pending
Pack Validation CI / validate (push) Waiting to run

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-06-13 16:06:43 +00:00
3 changed files with 125 additions and 132 deletions

View File

@@ -0,0 +1,125 @@
{
"meta": {
"name": "Telugu",
"native_name": "తెలుగు",
"code": "te"
},
"keywords": {
"ఒకవేళ": "if",
"లేనిపక్షంలో": "else",
"లేకపోతే_ఒకవేళ": "elif",
"ప్రతి": "for",
"ఎంతవరకు": "while",
"రూపొందించు": "def",
"మాదిరి": "class",
"ఇవ్వు": "return",
"విరమించు": "break",
"ముందుకెళ్లు": "continue",
"ఖాళీగా_ఉచు": "pass",
"యత్నించు": "try",
"పొరపాటు": "except",
"ముగింపుగా": "finally",
"ఎగరేయి": "raise",
"వాడుతూ": "with",
"చేర్చు": "import",
"నుంచీ": "from",
"పేరుతో": "as",
"లోపల": "in",
"అదే": "is",
"మరియు": "and",
"లేదంటే": "or",
"కాదు": "not",
"తొలగించు": "del",
"సర్వత్ర": "global",
"బయటస్థ": "nonlocal",
"నిర్ధారించు": "assert",
"ఉత్పత్తిచేయి": "yield",
"వేచిచూడు": "await",
"అసమకాల": "async",
"సూక్ష్మక్రియ": "lambda",
"అవును": "True",
"కాదు_విలువ": "False",
"శూన్యం": "None"
},
"builtins": {
"చూపు": "print",
"అడుగు": "input",
"పొడవు": "len",
"పరిధి": "range",
"రకం": "type",
"పూర్తిసంఖ్య": "int",
"దశాంశం": "float",
"వాక్యం": "str",
"జాబితా": "list",
"నిఘంటువు": "dict",
"సమితి": "set",
"జత": "tuple",
"తార్కికం": "bool",
"తెరువు": "open",
"క్రమసంఖ్యతో": "enumerate",
"మార్పు": "map",
"వడపోసు": "filter",
"క్రమబద్ధం": "sorted",
"మొత్తం": "sum",
"అత్యల్పం": "min",
"అత్యధికం": "max",
"పరమ": "abs",
"గుండ్రపరచు": "round",
"అన్నీ": "all",
"ఏదైనా": "any",
"తదుపరి": "next",
"గుర్తింపు": "id",
"అక్షరం": "chr",
"తిరగమారు": "reversed"
},
"exceptions": {
"మినహాయింపు": "Exception",
"మూలమినహాయింపు": "BaseException",
"విలువలోపం": "ValueError",
"రకంలోపం": "TypeError",
"కీలకలోపం": "KeyError",
"స్థానలోపం": "IndexError",
"లక్షణలోపం": "AttributeError",
"పేరులోపం": "NameError",
"చేర్పులోపం": "ImportError",
"దస్త్రంలేదు": "FileNotFoundError",
"నిర్వహణలోపం": "RuntimeError",
"సున్నాతోభాగహారం": "ZeroDivisionError",
"వ్యాకరణలోపం": "SyntaxError",
"నిర్ధారణలోపం": "AssertionError",
"జ్ఞాపకలోపం": "MemoryError",
"మితిమీరినవిలువ": "OverflowError",
"పునరావృతిమితి": "RecursionError",
"అనుమతిలేదు": "PermissionError",
"సమయముగిసింది": "TimeoutError",
"వ్యవస్థనిష్క్రమణ": "SystemExit",
"కీబోర్డు_అతరాయ": "KeyboardInterrupt"
},
"stdlib": {
"గణితం": "math",
"వ్యవస్థ": "sys",
"తేదీసమయం": "datetime",
"సమయం": "time",
"యాదృచ్ఛికం": "random",
"సేకరణలు": "collections",
"మార్గాలు": "pathlib",
"నమూనాలు": "re"
},
"postfix_keywords": [
"ప్రతి",
"ఎంతవరకు",
"రూపొందించు",
"మాదిరి",
"ఇవ్వు",
"యత్నించు",
"ఎగరేయి",
"వాడుతూ",
"చేర్చు",
"నుంచీ"
]
}

View File

@@ -1,132 +0,0 @@
{
"meta": {
"name": "Template",
"native_name": "Template",
"code": "template"
},
"keywords": {
"if": "if",
"else": "else",
"elif": "elif",
"for": "for",
"while": "while",
"def": "def",
"class": "class",
"return": "return",
"break": "break",
"continue": "continue",
"pass": "pass",
"try": "try",
"except": "except",
"finally": "finally",
"raise": "raise",
"with": "with",
"import": "import",
"from": "from",
"as": "as",
"in": "in",
"is": "is",
"and": "and",
"or": "or",
"not": "not",
"del": "del",
"global": "global",
"nonlocal": "nonlocal",
"assert": "assert",
"yield": "yield",
"await": "await",
"async": "async",
"lambda": "lambda",
"True": "True",
"False": "False",
"None": "None"
},
"builtins": {
"print": "print",
"input": "input",
"len": "len",
"range": "range",
"type": "type",
"int": "int",
"float": "float",
"str": "str",
"list": "list",
"dict": "dict",
"set": "set",
"tuple": "tuple",
"bool": "bool",
"open": "open",
"enumerate": "enumerate",
"map": "map",
"filter": "filter",
"sorted": "sorted",
"sum": "sum",
"min": "min",
"max": "max",
"abs": "abs",
"round": "round",
"all": "all",
"any": "any",
"next": "next",
"id": "id",
"chr": "chr",
"reversed": "reversed"
},
"exceptions": {
"Exception": "Exception",
"BaseException": "BaseException",
"ValueError": "ValueError",
"TypeError": "TypeError",
"KeyError": "KeyError",
"IndexError": "IndexError",
"AttributeError": "AttributeError",
"NameError": "NameError",
"ImportError": "ImportError",
"FileNotFoundError": "FileNotFoundError",
"RuntimeError": "RuntimeError",
"ZeroDivisionError": "ZeroDivisionError",
"SyntaxError": "SyntaxError",
"AssertionError": "AssertionError",
"MemoryError": "MemoryError",
"OverflowError": "OverflowError",
"RecursionError": "RecursionError",
"PermissionError": "PermissionError",
"TimeoutError": "TimeoutError",
"SystemExit": "SystemExit",
"KeyboardInterrupt": "KeyboardInterrupt"
},
"error_messages": {
"SyntaxError": "SyntaxError",
"ValueError": "ValueError",
"TypeError": "TypeError",
"KeyError": "KeyError",
"IndexError": "IndexError",
"AttributeError": "AttributeError",
"NameError": "NameError",
"ImportError": "ImportError",
"FileNotFoundError": "FileNotFoundError",
"ZeroDivisionError": "ZeroDivisionError",
"RecursionError": "RecursionError",
"RuntimeError": "RuntimeError",
"MemoryError": "MemoryError",
"OverflowError": "OverflowError",
"AssertionError": "AssertionError",
"PermissionError": "PermissionError",
"TimeoutError": "TimeoutError",
"KeyboardInterrupt": "KeyboardInterrupt"
},
"stdlib": {
"math": "math",
"sys": "sys",
"datetime": "datetime",
"time": "time",
"random": "random",
"collections": "collections",
"pathlib": "pathlib",
"re": "re"
},
"postfix_keywords": [
]
}