Skip to content

Commit

Permalink
Merge pull request #38 from vithort/master
Browse files Browse the repository at this point in the history
Add Language: Portuguese
  • Loading branch information
sneat authored Jun 11, 2023
2 parents e9fe1c9 + d538d83 commit a30e90a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module.json

- Japanese by touge
- German by brockhaus
- Portuguese by vithort

## Support

Expand Down
30 changes: 30 additions & 0 deletions languages/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"forien-copy-environment": {
"menu": {
"copy": "Copiar como texto",
"save": "Copiar como JSON",
"export": "Exportar Configurações",
"import": "Importar Configurações"
},
"title": "Importar Configurações",
"intro": "Este formulário permite que você selecione quais configurações do mundo e jogador você deseja importar.",
"message": "Lista gerada com Forien's Copy Environment: https://github.com/League-of-Foundry-Developers/foundryvtt-forien-copy-environment",
"copiedToClipboard": "Dados do ambiente copiados para a área de transferência!",
"updatedReloading": "Configurações do mundo atualizadas. Recarregando o mundo em 5 segundos...",
"import": {
"title": "Configurações do mundo",
"save": "Configurações de importação",
"playerList": "Importar configurações para os seguintes jogadores:",
"existing": "Importar uma Exportação existente:",
"property": "Propriedade",
"newValue": "Novo Valor",
"currentValue": "Valor Atual",
"notFound": "Os seguintes usuários no arquivo de importação não existem neste mundo e serão ignorados",
"existingValue": "Valores existentes que permanecem inalterados e serão ignorados:",
"existingPlayerValues": "Jogadores existentes que permanecem inalterados e serão ignorados:",
"updatedPlayer": "Configurações do jogador atualizadas para: {name}",
"noChanges": "Não há diferenças entre o mundo atual e as configurações importadas.",
"showSettings": "Mostrar {count} configurações"
}
}
}
5 changes: 5 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json"
},
{
"lang": "pt",
"name": "Português",
"path": "languages/pt.json"
}
],
"packs": [],
Expand Down

0 comments on commit a30e90a

Please sign in to comment.