Skip to content

Commit

Permalink
add portugese translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Jul 1, 2016
1 parent 85d1938 commit 4648d2a
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ source_file = api/src/main/resources/messages.properties
source_lang = en
trans.fr = api/src/main/resources/messages_fr.properties
trans.ht = api/src/main/resources/messages_ht.properties
trans.pt = api/src/main/resources/messages_pt.properties


46 changes: 46 additions & 0 deletions api/src/main/resources/messages_pt.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
${project.parent.artifactId}.title=Módulo de Impressão
printer.managePrinters=Administração de Impressoras
printer.managePrinterModels=Manage Printer Models
printer.defaultPrinters=Configurar Impressoras Padrões
printer.add=Adicionar nova impressora
printer.edit=Editar Impressora
printer.name=Nome
printer.ipAddress=Endereço IP
printer.port=Porta
printer.type=Tipo
printer.physicalLocation=Localização física
printer.ID_CARD=Identidade
printer.LABEL=Etiqueta
printer.WRISTBAND=Wristband
printer.saved=Impressora gravada com sucesso
printer.deleted=Printer deleted
printer.defaultUpdate=Saved default {0} printer for {1}
printer.error.defaultUpdate=Ocorreu um erro ao atualizar a impressora padrão
printer.error.save.fail=Falha ao gravar impressora
printer.error.nameTooLong=O nome precisa ter menos de 256 caracteres
printer.error.ipAddressTooLong=Endereço IP precisa ter menos de 50 caracteres
printer.error.ipAddressInvalid=Endereço IP inválido
printer.error.ipAddressInUse=Este endereço IP está atribuído para outra impressora
printer.error.portInvalid=Porta inválida
printer.error.nameDuplicate=Outra impressora já possui este nome
printer.error.typeMismatch=Type of printer must match type of associated model
printer.error.delete=Unable to delete printer. Is this printer assigned to an existing location?
printer.defaultPrinterTable.loginLocation.label=Local de Login
printer.defaultPrinterTable.idCardPrinter.label=ID Card Printer Name (Location)
printer.defaultPrinterTable.labelPrinter.label=Label Printer Name (Location)
printer.defaultPrinterTable.wristbandPrinter.label=Wristband Printer Name (Location)
printer.defaultPrinterTable.emptyOption.label=Nenhum
printer.model=Model
printer.model.manage=Manage Printer Models
printer.model.add=Add new printer model
printer.model.name=Nome
printer.model.handler=Print Handler
printer.model.edit=Edit Printer Model
printer.model.error.nameDuplicate=Another printer model already has this name
printer.model.error.invalidPrintHandler=Not a valid print handler
printer.model.error.save.fail=Failed to save printer model
printer.model.saved=Saved printer model successfully
printer.model.error.delete=Unable to delete printer model. All printers of this model must be deleted first.
printer.model.deleted=Printer model deleted
printer.confirm=Are you sure?
printer.administration=Printer Administration
4 changes: 4 additions & 0 deletions omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<lang>ht</lang>
<file>messages_ht.properties</file>
</messages>
<messages>
<lang>pt</lang>
<file>messages_pt.properties</file>
</messages>
<!-- /Internationalization -->

<!--Privileges -->
Expand Down

0 comments on commit 4648d2a

Please sign in to comment.