- MSAnsweredHello,
You can copy `resources/lang/en.json` to `resources/lang/es.json` then translate. Lastly run `npm i` and `npm run prod` to generate the app. You can send us the translated file, if you want us to add it to the item.
Thank you - JAnsweredHi,
Here is the Lang file for Spanish.
I tried to run the commands you write but got this error:
bash: npm: command not found
How I can enable it in my installation?
ThanksAttachments - MSAnsweredHello,
Let me check. I will add this in update. You should be able to select language from settings and top bar once added.
Thank you - JAnsweredPerfect, thanks!
- ESAnsweredPlease forgive my lack of knowledge on the issue, but I have translated the .json file to my language and I'd like to implement it.
I have already uploaded to the right folder but I do not know how I run the commands mentioned on this thread.
Can you help me please?
Thank you so very much! - ESAnsweredHere is the file if you want to add it and spare me the trouble.
I'd really appreciate it.
It is Portuguese LanguageAttachments - MSAnswered**[Eder Wainer da Silva](/u/ederwainer)** Thank you for your contribution. I will add this in next update.
- MSAnswered**[Eder Wainer da Silva](/u/ederwainer)** Hello,
I am sorry but these lines are missing. Can you please help me translate these too.
```json
{
"Year Overview": "Year Overview",
"Month Overview": "Month Overview",
"Please review the chart below": "Please review the chart below",
"Top Products": "Top Products",
"Top 10 products for the month": "Top 10 products for the month",
"Item Trail": "Item Trail",
"Movement": "Movement",
"Item quantity alerts for x": "Item quantity alerts for {x}",
"Alerts": "Alerts",
"Update the role permissions in the form below": "Update the role permissions in the form below",
"Activity Logs": "Activity Logs",
"Permissions": "Permissions",
"Can view all record": "Can view all record",
"Can edit all record": "Can edit all record",
"Please review the total records below": "Please review the total records below",
"Please click to view the report": "Please click to view the report",
"Report Links": "Report Links",
"Total Records": "Total Records",
"Please review the report below": "Please review the report below",
"Form": "Form",
"Start Date": "Start Date",
"End Date": "End Date",
"Start Created At": "Start Created At",
"End Created At": "End Created At",
"Only draft records": "Only draft records",
"Include trashed records": "Include trashed records",
"Please type to search": "Please type to search",
"Submit": "Submit",
"Some warehouse items are low in stock.": "Some warehouse items are low in stock.",
"Please click the link below to review": "Please click the link below to review",
"Please review the checkin details below": "Please review the checkin details below",
"Please review the checkout details below": "Please review the checkout details below",
"Please review the transfer details below": "Please review the transfer details below",
"Hello": "Hello",
"x records are still draft.": "{x} records are still draft.",
"Language": "Language",
"Language is not available yet.": "Language is not available yet.",
"Language has been changed.": "Language has been changed.",
}
```
Thank you - ESAnsweredSure, there you go:
{
"Year Overview": "Year Overview",
"Month Overview": "Month Overview",
"Please review the chart below": "Please review the chart below",
"Top Products": "Produtos em destaque",
"Top 10 products for the month": "Top 10 produtos do mês",
"Item Trail": "Item Trail",
"Movement": "Movimentação",
"Item quantity alerts for x": "Alerta de estoque baixo para {x}",
"Alerts": "Alertas",
"Update the role permissions in the form below": "Atualize as permissões de função no formulário abaixo",
"Activity Logs": "Log de atividades",
"Permissions": "Permissões",
"Can view all record": "Pode visualizar todos os registros",
"Can edit all record": "Pode editar todos os registros",
"Please review the total records below": "Por favor revise todos os registros abaixo",
"Please click to view the report": "Por favor clique para visualizar o relatório",
"Report Links": "Links para relatórios",
"Total Records": "Todos os registros",
"Please review the report below": "Por favor revise os registros abaixo",
"Form": "Formulário",
"Start Date": "Data de inicio",
"End Date": "Data de encerramento",
"Start Created At": "Inicio criado em",
"End Created At": "Encerramento criado em",
"Only draft records": "Somente rascunhos de registros",
"Include trashed records": "Incluir registros excluídos",
"Please type to search": "Por favor digite a sua busca",
"Submit": "Enviar",
"Some warehouse items are low in stock.": "Alguns ítens estão com estoque baixo",
"Please click the link below to review": "Por favor clique no link abaixo para revisar",
"Please review the checkin details below": "Por favor revise os detalhes da entrada abaixo",
"Please review the checkout details below": "Por favor revise os detalhes da saida abaixo",
"Please review the transfer details below": "Por favor revise os detalhes da trasferência abaixo",
"Hello": "E ai, blz?",
"x records are still draft.": "{x} registros ainda são rascunhos.",
"Language": "Lingua",
"Language is not available yet.": "Lingua ainda não disponível.",
"Language has been changed.": "Lingua de preferência mudou.", - MSAnswered**[Eder Wainer da Silva](/u/ederwainer)** Hello,
I have updated the [live demo](https://wims.tecdiary.net/) with Portuguese, and it will be available in next update.
Thank you - Login to Reply