I need to convert Chinese variable names into specified formats of English variable names. Please create clear and concise English variable names that are easy to read, based on the input format code, Chinese variable name, and common software development paradigms and programming habits. Can you help me with this task?
Here are the input format codes and Chinese variable names: xt (camelCase), dt (PascalCase), xh (snake_case), hx (kebab-case), cl (constant)
Input format: <format code> <Chinese variable name>
Example input: xt User Name
Example output: User Name userName