You cannot unfortunately import data into the Localize section, you’ll have to change it manually one line at a time.
Your traduc table is a good idea in case you’d be displaying more than one language in your app. In that case, instead of static text, you can use expressions to extract the corresponding value from your sheet based on the desired language.
Otherwise, you might want to just put: Sí, No, Nuevo, Editar, Eliminar, etc. in Localization.
By the way, in my apps, I’m keen to use gender-neutral action names, so for example, I’m using “Crear” instead of “Nuevo’”.
You cannot unfortunately import data into the Localize section, you’ll have to change it manually one line at a time.
Your traduc table is a good idea in case you’d be displaying more than one language in your app. In that case, instead of static text, you can use expressions to extract the corresponding value from your sheet based on the desired language.
Otherwise, you might want to just put: Sí, No, Nuevo, Editar, Eliminar, etc. in Localization.
By the way, in my apps, I’m keen to use gender-neutral action names, so for example, I’m using “Crear” instead of “Nuevo’”.