Traducción de JSON a español

User
{
"Email": "",
"Password":""
}
convert to Spanish
Assistant
Here is the JSON with the labels translated into Spanish:

{
    "Correo electrónico": "",
    "Contraseña": ""
}
User
put in same json file
Assistant
Here is the JSON file with both English and Spanish labels:

{
    "Email": "",
    "Password": "",
    "Correo electrónico": "",
    "Contraseña": ""
}
User
in front of en strings
Assistant
Here’s the JSON file with the Spanish labels placed in front of the English labels:

{
    "Correo electrónico": "",
    "Email": "",
    "Contraseña": "",
    "Password": ""
}

Leave a Comment

Your email address will not be published. Required fields are marked *